(msb-menu-bar-update-buffers): Use global-buffers-menu-map.
[emacs.git] / lisp / ChangeLog
blobb401e6a8c9a1653b684934c1734e4e41aa46de2b
1 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * menu-bar.el (global-buffers-menu-map): New var.
4         (global-map, menu-bar-update-buffers): Use it.
5         * msb.el (msb-menu-bar-update-buffers): Use it.
6         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
7         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
8         Use with-current-buffer.
10 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12         * hexl.el (hexl-menu): New major mode menu.
14 2007-10-20  Glenn Morris  <rgm@gnu.org>
16         * progmodes/f90.el (f90-font-lock-keywords-2)
17         (f90-looking-at-type-like): Fix regexp typos.
19 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
21         * bs.el (bs-mode): Add mode name (accidentally left out
22         in the 2007-10-16 change).
24 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
26         * bs.el (bs--track-window-changes): Don't refresh the whole list.
27         (bs-mode): Set mode-class property to special.
29         * follow.el (follow-unload-function): New function.
31         * loadhist.el (unload-function-features-list):
32         Rename from `unload-hook-features-list'.
33         (unload-hook-features-list): Add as obsolete alias.
34         (unload-feature): Use `unload-function-features-list'
35         and new FEATURE-unload-function.
37 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
39         * loadhist.el (unload-feature-special-hooks):
40         Update list of special hooks.
42         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
43         (adaptive-fill-function): Doc fix.  Remove * from docstring.
45 2007-10-18  Glenn Morris  <rgm@gnu.org>
47         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
49 2007-10-17  Aaron Hawley  <aaronh@garden.org>
51         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
52         position is not saved.
54 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
56         * longlines.el (longlines-wrap-follows-window-size): Integer value
57         specifies wrapping margin.
58         (longlines-mode, longlines-window-change-function):
59         Set window-specific wrapping margin based on the above.
61 2007-10-17  John Wiegley  <johnw@newartisans.com>
63         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
65 2007-10-17  Glenn Morris  <rgm@gnu.org>
67         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
68         Tweak regexp to avoid stack overflow.
70 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * simple.el (reindent-then-newline-and-indent): Don't assume that
73         indent-according-to-mode preserves point.
75 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
77         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
78         (bs--restore-window-config): Keep the selected frame.
79         (bs--track-window-changes, bs--remove-hooks): New functions.
80         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
81         (bs--show-with-configuration): Revert 2006-11-09 change.
82         Don't reuse window unless it is visible on the selected frame.
83         Restore window configuration (possibly in a different frame)
84         before creating any window.
86 2007-10-16  Richard Stallman  <rms@gnu.org>
88         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
89         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
90         (ad-is-advised, ad-get-advice-info-field)
91         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
93 2007-10-16  Glenn Morris  <rgm@gnu.org>
95         * simple.el (blink-matching-open): Don't report false errors with
96         the `$' syntax class.
98 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
100         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
101         (filesets-ormap, filesets-sort-case-sensitive-flag)
102         (filesets-remake-shortcut, filesets-ingroup-collect-files):
103         Fix typos in docstrings.
104         (filesets-data-get-name, filesets-data-get-data)
105         (filesets-data-set, filesets-cmd-query-replace-getargs)
106         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
108 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
110         * term/mac-win.el: Don't require url when compiling, as url-type is
111         no longer a macro.
113 2007-10-14  Glenn Morris  <rgm@gnu.org>
115         * progmodes/etags.el (select-tags-table): Disable undo in the
116         `*Tags Table List*' buffer.
118 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
120         * dired.el (dired-warn-writable): New face.
121         (dired-warn-writable-face): New variable.
122         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
123         of dired-warning-face, for group- and world-writable files.
125 2007-10-13  Glenn Morris  <rgm@gnu.org>
127         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
128         (octave-re-search-forward-kw, octave-re-search-backward-kw):
129         Add doc string, and an explicit COUNT argument.
130         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
131         `inc' to search functions.
133 2007-10-13  John W. Eaton  <jwe@octave.org>
135         * progmodes/octave-mod.el (octave-looking-at-kw)
136         (octave-re-search-forward-kw, octave-re-search-backward-kw):
137         New functions.
138         (octave-in-defun-p, calculate-octave-indent)
139         (octave-blink-matching-block-open, octave-beginning-of-defun)
140         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
141         to search for regexps that contain case-sensitive keywords.
142         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
143         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
145 2007-10-13  Richard Stallman  <rms@gnu.org>
147         * files.el (directory-abbrev-alist): Doc fix.
149 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
151         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
153 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
155         * frame.el (set-frame-configuration): Assign name parameter only
156         if it has been set explicitly before.
158         * window.el (handle-select-window): Revert part of 2007-10-06
159         change setting the input focus.
161 2007-10-12  Glenn Morris  <rgm@gnu.org>
163         * cus-edit.el (custom-variable-menu, custom-face-menu)
164         (custom-group-menu): Check init-file-user rather than
165         user-init-file, in case cus-edit is loaded by site-run-file.
167 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
169         * follow.el (follow-stop-intercept-process-output):
170         Use `follow-call-process-filter' rather than `process-filter'.
172 2007-10-11  Tom Tromey  <tromey@redhat.com>
174         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
175         frame is visible.
177 2007-10-10  Richard Stallman  <rms@gnu.org>
179         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
180         in *Backtrace*.
182         * faces.el (face-font-selection-order): Doc fix.
184         * loadhist.el (unload-feature): Doc fix.
186 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
188         * ps-print.el: Fix the usage of :foreground and :background face
189         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
190         (ps-print-version): New version 6.7.6.
191         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
192         Fix code.
193         (ps-face-foreground-color-p, ps-face-background-color-p)
194         (ps-face-color-p): New inline funs.
196 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
198         * follow.el: Change all instances of "Follow Mode" to "Follow
199         mode" in docstrings and messages.
201 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
203         * faces.el (face-font-selection-order): Doc fix.
205         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
206         (follow-mode-off-hook): Mark as obsolete.
208 2007-10-08  Richard Stallman  <rms@gnu.org>
210         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
211         (edebug-install-custom-print, edebug-reset-print-funcs)
212         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
213         Functions deleted.
214         (edebug-prin1, edebug-print, edebug-prin1-to-string)
215         (edebug-format, edebug-message): Define directly as aliases.
217 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
219         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
221 2007-10-07  Glenn Morris  <rgm@gnu.org>
223         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
224         version numbers.
226 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
228         * net/tramp.el (tramp-completion-mode): Extend doc-string.
229         (tramp-completion-mode-p): Revert change from 2007-09-24.
230         Checking for `return' etc as last character is not sufficient, for
231         example in dired-mode when entering <g> (revert-buffer) or
232         <s> (dired-sort).
234 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
236         * window.el (mouse-autoselect-window-cancel): Don't cancel for
237         select-window or select-frame events.
238         (handle-select-window): When autoselecting window set input
239         focus.  Restructure.
241         * frame.el (focus-follows-mouse): Moved to frame.c.
242         * cus-start.el (all): Add focus-follows-mouse.
244 2007-10-05  Chris Moore  <dooglus@gmail.com>
246         * server.el (server-kill-new-buffers): Doc fix.
248 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
250         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
251         activate font-locking in the *buffer-selection* buffer.
252         (bs-show-sorted): Doc fix.
254         * bs.el (bs--get-marked-string, bs--get-modified-string)
255         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
256         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
257         (bs--format-aux): Doc fix.
259 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
261         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
263 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
265         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
267 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
269         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
270         (gud-gdb): New function for old M-x gdb (text command mode).
271         (gud-gdb-command-name, gdb): Move to...
273         * progmodes/gdb-ui.el: ...here and adapt doc string.
274         (gud-gdba-command-name, gdba): Delete.
276 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
278         * bs.el: Don't defvar `font-lock-verbose'.
279         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
280         (bs--get-file-name): Fix typos in docstrings.
281         (bs--show-header): Use `dolist' instead of `mapcar'.
282         (bs-mode): Set `show-trailing-whitespace' to nil.
283         (bs-buffer-sort-function, bs-mouse-select-other-frame)
284         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
285         Doc fixes.
287 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
289         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
291 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
293         * progmodes/gud.el (gdb): Make graphical mode the default and
294         switch to text command mode if appropriate, i.e., reverse previous
295         arrangement.
296         (gud-gdb-marker-filter): Adapt for above change.
298         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
299         gud-minor-mode and gud-marker-filter.
300         (gdb-fullname-regexp): New variable.
301         (gud-gdba-marker-filter): Use it to switch to text command
302         mode if appropriate.
304 2007-10-02  Richard Stallman  <rms@gnu.org>
306         * frame.el (cursor-in-non-selected-windows): Doc fix.
308 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
310         * progmodes/gud.el (gud-display-line): Find source buffer even when
311         GUD buffer has its own frame.
313 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
315         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
317 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
319         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
321 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
323         * allout.el (allout-before-change-handler): Replace got-char by
324         goto-char.
326 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
329         Used to try and automatically enabled smerge-mode in the presence of
330         conflicts and to call `svn resolved' when the conflicts are gone.
331         (vc-svn-parse-status): Remember the svn-specific status.
333         * newcomment.el (comment-choose-indent): New function extracted
334         from comment-indent.  Improve the alignment algorithm.
335         (comment-indent): Use it.
337 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
339         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
340         (eldoc-message-commands, eldoc-current-idle-delay):
341         Fix typos in docstrings.
343         * progmodes/python.el (python-eldoc-function): Doc fix.
345 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
347         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
348         menu-bar-apropos-menu.  All users changed.
349         (menu-bar-help-menu): Change menu symbols to better match the text
350         displayed by the menu.
352 2007-09-25  Glenn Morris  <rgm@gnu.org>
354         * view.el (view-search-no-match-lines): Add a doc string.
355         Rewrite to simplify and work better.
357 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
359         * net/tramp.el (tramp-completion-mode-p): Rename from
360         `tramp-completion-mode'.  Revert logic, check `return', `newline'
361         and such alike.  Packages like Icicles tend to use other completion
362         characters but `tab' and `space' only.
363         (top): Require cl.el, when `copy-tree' is not available otherwise.
365         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
366         `ad-get-arg'.
368 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
370         * net/tramp-vc.el (tramp-vc-user-login-name):
371         Use `vc-find-version' instead of `process-file' to check whether we
372         have a new enough vc that doesn't need the defadvice.
374 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
376         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
377         #, @, : and ^.
379 2007-09-23  Glenn Morris  <rgm@gnu.org>
381         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
383 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
385         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
387         * log-view.el (log-view-mode-map): Likewise.
389         * diff-mode.el (diff-mode-shared-map): Likewise.
391 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
393         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
394         add inferior-octave-directory-tracker to the buffer-local value
395         of comint-input-filter-functions.
397 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
399         * files.el (file-name-sans-versions): Also allow `A-Z'.
401         * vc.el: Mention all supported VC backends.
403 2007-09-22  Richard Stallman  <rms@gnu.org>
405         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
406         neighbouring buttons.
408 2007-09-22  Andreas Schwab  <schwab@suse.de>
410         * files.el (file-name-sans-versions): Also allow `_'.
412 2007-09-22  Glenn Morris  <rgm@gnu.org>
414         * eshell/esh-mode.el (eshell-output-filter-functions):
415         Add eshell-postoutput-scroll-to-bottom.
417 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
419         * files.el (file-name-sans-versions): Allow - and a-z in version names.
421         * log-view.el (log-view-mode-map, log-view-mode-menu):
422         Bind log-view-annotate-version.
423         (log-view-beginning-of-defun, log-view-end-of-defun)
424         (log-view-annotate-version): New functions.
425         (log-view-mode): Use log-view-beginning-of-defun and
426         log-view-end-of-defun.
428 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
432 2007-09-21  Kevin Ryde  <user42@zip.com.au>
434         * international/mule.el (sgml-html-meta-auto-coding-function):
435         Bind `case-fold-search' to t.
437 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
440         neighbouring buttons.
442         * progmodes/compile.el (compilation-error-regexp-alist-alist):
443         Recognize gcc's use of "note" for informational messages.
445 2007-09-20  Glenn Morris  <rgm@gnu.org>
447         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
448         motion functions, rather than hard-coding "\n\n".
449         (tex-validate-region): Check for eobp, to speed up.
450         (tex-next-unmatched-end): Doc fix.
452 2007-09-19  Glenn Morris  <rgm@gnu.org>
454         * textmodes/tex-mode.el (tex-terminate-paragraph):
455         Use backward-paragraph.
457 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
460         (css-mode): Update correspondingly.
462 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
466         * vc-hooks.el (vc-menu-entry): New var.
467         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
468         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
469         (vc-menu-map): Declare and initialize in one step.
471         * menu-bar.el (vc-menu-map): Don't setup any more.
472         Instead, just create the proper spot in the menu.
474 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
475             Stefan Monnier  <monnier@iro.umontreal.ca>
477         * vc.el: Document new VC operation `extra-menu'.
479         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
481 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
483         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
484         Signed-off-by, Acked-by and Merge.
486 2007-09-17  Glenn Morris  <rgm@gnu.org>
488         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
489         filename from `--file-line-error', if it is available.
491 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
493         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
494         TeX `--file-line-error' format.
496 2007-09-17  Glenn Morris  <rgm@gnu.org>
498         * textmodes/tex-mode.el (tex-region): Simplify previous change,
499         handling the case where the region is not in `tex-main-file'.
500         (tex-region-1): Delete.
501         (tex-region-header): New function, doing the header part of the
502         old tex-region-1.
504 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * ediff-init.el (ediff-verbose-p): This var is not a constant.
508 2007-09-16  Drew Adams  <drew.adams@oracle.com>
510         * cus-edit (custom-face-edit-activate): Doc fix.
512 2007-09-16  Glenn Morris  <rgm@gnu.org>
514         * textmodes/tex-mode.el (tex-region): Handle the case where the
515         region is not in `tex-main-file'.  Move the old code that applies
516         to both cases...
517         (tex-region-1): ...to this new function.
519 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
521         * simple.el (blink-matching-open): Don't display message when no
522         paren is found within blink-matching-paren-distance characters.
523         Don't search prompt in blink-matching-paren-distance nil case.
525 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
527         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
529 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * vc-mtn.el: New file.
533         * vc-hooks.el (vc-handled-backends): Add Mtn.
535 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
537         * files.el (find-file, find-file-other-window)
538         (find-file-other-frame, find-file-existing, find-file-read-only)
539         (find-file-read-only-other-window)
540         (find-file-read-only-other-frame)
541         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
543 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
545         * man.el (Man-default-man-entry): At end of line, continue looking
546         to the next line for possible end of hyphenated command.
548 2007-09-13  Chris Moore  <dooglus@gmail.com>
550         * shell.el (shell-resync-dirs): Don't move the cursor relative to
551         the command being edited.
553 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
555         * progmodes/gud.el (gdb-ready): New variable.
556         (gdb): Set it to nil.  Set gud-running to nil here...
557         (gud-common-init): ...instead of here.
559         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
560         Use gdb-ready.  Discard input until GDB is ready to accept it.
562 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
564         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
565         C-M-S- keys.
567 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
569         * dired.el (dired-warning): Inherit from font-lock-warning-face to
570         make it show up with eight colors.
572 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
575         diffs are concatenated with no intervening line.
577 2007-09-10  Dave Love  <fx@gnu.org>
579         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
580         (python-font-lock-keywords): Update to the 2.5 version of the language.
581         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
582         (python-backspace): Only behave funny in code.
583         (python-compilation-regexp-alist): Add PDB stack trace regexp.
584         (inferior-python-mode): Add PDB prompt regexp.
585         (python-fill-paragraph): Refine the fenced-string regexp.
586         (python-find-imports): Handle imports spanning several lines.
587         (python-mode): Add `class' to hideshow support.
589 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
591         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
592         add-log-buffer-file-name-function rather than bind buffer-file-name,
593         so we dont end up calling change-log-mode in *cvs* when `fi' is the
594         ChangeLog file itself.
596         * outline.el (outline-flag-region): Use front-advance.
598 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
600         * progmodes/cperl-mode.el: Merge upstream 5.23.
601         (cperl-where-am-i): Remove function.
602         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
603         (cperl-sniff-for-indent): De-invert [string] and [comment].
604         When looking for label, skip s:m:y:tr.
605         (cperl-indent-line): Likewise.
606         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
607         (cperl-windowed-init): Wrong `ps-print' handling.
608         Both thanks to Chong Yidong.
609         (cperl-look-at-leading-count): Could fail with unfinished RExen.
610         (cperl-find-pods-heres): If the second part of s()[] is missing,
611         don't try to highlight delimiters...
613 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
615         * progmodes/compile.el (compilation-get-file-structure): Complete last
616         change by also using spec-directory in the puthash.
618 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
620         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
621         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
622         (vc-bzr-status): Fix shadowing of variable 'status'.
623         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
624         Use `expand-file-name' instead of `concat'.
625         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
626         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
628 2007-09-05  Jason Rumney  <jasonr@gnu.org>
630         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
632 2007-09-02  Richard Stallman  <rms@gnu.org>
634         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
635         Add `safe-local-variable' property.
636         (lisp-body-indent): Likewise.
638 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
640         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
641         prev/next-node.
643         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
644         (x-gtk-map-stock): New function.
646 2007-09-02  Glenn Morris  <rgm@gnu.org>
648         * comint.el (comint-mode): Don't set scroll-conservatively.
650         * eshell/em-unix.el (eshell/time): Stringify and flatten the
651         non-command arguments.
653 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
655         * emacs-lisp/bytecomp.el (byte-recompile-directory):
656         Fix bug: Don't expand top-level file name more than once.
657         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
659 2007-09-01  Richard Stallman  <rms@gnu.org>
661         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
662         Add doc string.
664 2007-08-30  Richard Stallman  <rms@gnu.org>
666         * speedbar.el (speedbar-frame-reposition-smartly)
667         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
668         (speedbar-check-vc): Don't use dframe-xemacsp.
670 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
672         * files.el (backup-buffer-copy): Try to overwrite old backup first.
674 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
676         * repeat.el (repeat): Use last-repeatable-command instead of
677         real-last-command.  Run pre- and post-command hooks for
678         self-insertion.  Update doc-string.
680 2007-08-28  Glenn Morris  <rgm@gnu.org>
682         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
684 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
686         * vc-git.el (vc-git-state): Call git-add --refresh to update the
687         state of the file.
688         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
689         (vc-git-create-repo): Fix invalid command.
691 2007-08-27  Richard Stallman  <rms@gnu.org>
693         * textmodes/flyspell.el (flyspell-mode):
694         Catch errors in flyspell-mode-on.
696 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
698         * progmodes/modula2.el (m2-definition, m2-module):
699         Don't use previous-line.  Reported by T. V. Raman.
701 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
703         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
704         argument to tool-bar-mode call.
706 2007-08-27  Glenn Morris  <rgm@gnu.org>
708         * diff-mode.el (diff-find-file-name): Only accept regular files,
709         to rule out /dev/null, directories, etc.
711 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
713         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
714         safe-local-variable setting.
715         * progmodes/perl-mode.el (perl-indent-level): Likewise.
717 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
720         of buffers in uniquify-managed.
722         * simple.el (invisible-p): Rename from text-invisible-p.
723         Update callers.
725 2007-08-25  Alan Mackenzie  <acm@muc.de>
727         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
728         new language variable.
730         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
731         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
732         "extern" etc., rather than BOI.  Fix addition of spurious
733         syntactic-symbol 'defun-block-intro, replacing it with
734         'innamespace, etc.
736 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
738         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
739         Don't behave differently when executed via M-x.  Add doc string.
741 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
743         * files.el (backup-buffer-copy): Don't wrap delete in
744         condition-case, only try to delete if file exists.
746 2007-08-24  Glenn Morris  <rgm@gnu.org>
748         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
750 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
752         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
753         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
754         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
755         (cperl-etags-goto-tag-location): Use new style backquotes.
757         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
758         (dynamic-completion-table): Use it it.
760         * net/browse-url.el: Remove spurious * in custom docstrings.
761         (browse-url-filename-alist): Use new-style backquote.
763         * emacs-lisp/backquote.el (backquote-unquote-symbol)
764         (backquote-splice-symbol): Clarify they're not new-style unquotes.
766         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
767         (\,@): Backslash the , and ,@ which are not new-style unquotes.
769         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
771         * net/socks.el (socks-username/password-auth-filter):
772         Remove unused vars `state' and `desired-len'.
773         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
774         (socks-wait-for-state-change): Use new-style backquotes.
776         * pcvs.el (cvs-mode-status): Fix long-standing typo.
778         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
779         backquotes after each `read' rather than once per buffer.
781         * dframe.el: Remove spurious * in custom docstrings.
782         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
783         (dframe-xemacs20p): Remove, inline at the sole use point.
784         (defface): Don't defvar the face, don't use old-style backquote.
785         (defcustom): Don't use old-style backquote.
786         (dframe-frame-parameter, dframe-mouse-event-p):
787         Make it obvious that it's always defined.
788         (dframe-popup-kludge): New function to replace
789         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
790         (dframe-frame-mode, dframe-set-timer-internal)
791         (dframe-mouse-set-point): Remove use of with-no-warnings from
792         XEmacs-specific code.
793         (dframe-set-timer-internal): Fix very old bug with
794         post-command-idle-hook.
796         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
798 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
800         * image-mode.el (image-minor-mode): Use image-mode-text-map.
802 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
804         * sort.el (sort-fold-case, sort-numeric-base): Mark as
805         safe-local-variable.
807 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
809         * net/browse-url.el (browse-url-emacs): New function.
811 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
814         warning if the file uses old style backquotes.
816         * emacs-lisp/bytecomp.el (byte-compile-log-file)
817         (byte-recompile-directory, byte-compile-file)
818         (byte-compile-from-buffer): Use with-current-buffer.
820         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
821         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
822         (line-move-1, line-move-finish, line-move-to-column)
823         (move-end-of-line, move-beginning-of-line): Use new name.
825 2007-08-22  Glenn Morris  <rgm@gnu.org>
827         * files.el (backup-buffer-copy): Check backup directory is
828         writable, to avoid infloop deleting old backup.
830         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
831         movemail related variables.
832         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
833         will now be set before this is called.
835 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
839         * progmodes/ada-mode.el: Fix up comment style in header.
840         (ada-check-emacs-version): Remove.
841         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
842         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
843         to try and quieten the byte-compiler.
844         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
846         * vc.el (vc-annotate-warp-version): Don't use previous-line.
848 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
850         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
851         extracted from `eval-last-sexp-1'.
852         (eval-last-sexp-1): Call `preceding-sexp'.
854 2007-08-19  Glenn Morris  <rgm@gnu.org>
856         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
857         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
858         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
859         shadow files messing up the compilation.
861 2007-08-18  Glenn Morris  <rgm@gnu.org>
863         * progmodes/scheme.el (scheme-mode-variables):
864         Set font-lock-comment-start-skip.
866 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
868         * progmodes/ada-mode.el (ada-create-syntax-table):
869         Move set-syntax-table from here to ...
870         (ada-mode): ... here.  Don't change global value of comment-multi-line.
871         Call new function ada-initialize-syntax-table-properties.
872         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
873         (ada-deactivate-properties, ada-initialize-properties):
874         Replace by new functions ...
875         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
876         (ada-initialize-syntax-table-properties): ... to set up syntax-table
877         properties uniformly, independently from whether font-lock-mode
878         is enabled or not.  Handle read-only buffers and do not change
879         undo-list when setting syntax-table properties.
880         (ada-after-change-function): Use ada-set-syntax-table-properties.
882 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
884         * progmode/cperl-mode.el (cperl-look-at-leading-count)
885         (cperl-find-pods-heres): Fix an error when typing expressions like
886         `s{a}{b}'.
888 2007-08-17  Glenn Morris  <rgm@gnu.org>
890         * progmodes/compile.el (compilation-get-file-structure): Make use
891         of the directory part when checking for an existing entry, to
892         handle files with same basename in different directories.
894 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
896         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
897         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
898         (ps-paragraph-spacing): Docstring fix.
900 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * smerge-mode.el (smerge-resolve): New arg `safe'.
903         (smerge-resolve-all, smerge-batch-resolve): New function.
904         (smerge-refine): Make sure `diff' returns the expected result.
905         (smerge-parsep-re): New const.
906         (smerge-mode): Use it to adjust paragraph-separate.
908         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
909         Correctly match / regexp matchers as first char on a line when
910         fontifying only that line.
912         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
914 2007-08-16  Glenn Morris  <rgm@gnu.org>
916         * ps-print.el (ps-font-size): Doc fix.
918 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
920         * vc-bzr.el: Don't fiddle with vc-handled-backend.
921         (vc-bzr-registered): Don't redundantly protect against
922         file-error.  Actually use the format-specific code.
923         (vc-bzr-buffer-nonblank-p): Remove.
924         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
926 2007-08-15  Glenn Morris  <rgm@gnu.org>
928         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
929         sloppier, for the sake of GNU Mailman.
930         (rmail-digest-rfc1153): Initialize `result' correctly.
932 2007-08-14  Glenn Morris  <rgm@gnu.org>
934         * simple.el (bad-packages-alist): New constant.
935         (bad-package-check): New function.  Together, these two add
936         elements to `after-load-alist' to check for problematic external
937         packages.
938         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
940 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
942         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
943         optional quotes around files in NEED-UPDATE . REMOVED case.
945         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
946         (ada-treat-cmd-string): Improve error message.
947         (ada-do-file-completion): Call `ada-require-project-file', so
948         project variables are set properly.
949         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
950         (ada-gnatfind-buffer-name): New constant.
951         (ada-find-any-references): Use new constant.  Set buffer name
952         properly in compilation-start.  Toggle read-only properly.
953         (ada-find-in-src-path): Fix spelling error in docstring.
955         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
956         by zero error.
958 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
960         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
962 2007-08-12  Richard Stallman  <rms@gnu.org>
964         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
965         (cvs-execute-single-file): Use new name split-string-and-unquote.
966         (cvs-header-msg): Use new name combine-and-quote-strings.
968         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
970         * progmodes/gud.el (gud-common-init): Use new name
971         split-string-and-unquote.
973         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
974         in javac regexp.
976         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
977         combine-and-quote-strings and split-string-and-unquote.
979         * subr.el (combine-and-quote-strings): Rename from strings->string.
980         (split-string-and-unquote): Rename from string->strings.
982 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
985         to buffer-local settings.
987         * emacs-lisp/backquote.el (backquote-delay-process): New function.
988         (backquote-process): Add internal arg `level'.  Use the two to
989         correctly handle nested backquotes.
991 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
993         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
994         (vc-bzr-state-words): Add "kind changed" state word.
995         (vc-bzr-status): New function.  Return Bzr idea of file status,
996         which is different from VC's.
997         (vc-bzr-state): Use vc-bzr-status.
998         (vc-workfile-unchanged-p): Use vc-bzr-status.
999         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1000         (vc-dired-state): Process "kind changed" state word.
1002 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1006         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1007         Move from vc-default-find-file-not-found-hook.
1009 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1011         * url/url-auth.el (url-basic-auth): When prompting for username
1012         and password, default to the username and password in the URL.
1014 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * man.el: Remove spurious * in docstrings.
1017         Merge defvars and toplevel setq-defaults.
1018         (Man-highlight-references0): Limit=nil rather than point-max.
1019         (Man-mode-map): Move initialization into the declaration.
1020         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1021         (Man-view-header-file): Use expand-file-name rather than concat.
1022         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1024         * man.el (Man-next-section): Make sure we do not move backward.
1026 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1028         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1029         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1030         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1031         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1033 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1037 2007-08-08  Andreas Schwab  <schwab@suse.de>
1039         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1040         self-insert-command, not self-insert.
1042 2007-08-08  Glenn Morris  <rgm@gnu.org>
1044         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1046         * Replace `iff' in doc-strings and comments.
1048         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1049         rather than just `-'.
1051 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1053         * dired.el (dired-pop-to-buffer):
1054         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1055         * calendar/calendar.el (generate-calendar-window):
1056         * progmodes/compile.el (compilation-set-window-height):
1057         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1058         Use window-full-width-p instead of comparing frame-width and
1059         window-width.
1061         * progmodes/compile.el (compilation-find-buffer): Remove extra
1062         argument in call to compilation-buffer-internal-p.
1064 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1066         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1067         parameters IDENTIFICATION and CONNECTED.
1068         (tramp-handle-insert-file-contents): VISIT must be handled after
1069         insertion of the local copy.  Reported by Peter Gordon
1070         <peter@pg-consultants.com>.
1071         (tramp-file-name-handler): No special handling for
1072         `expand-file-name'.  But for `file-name-as-directory'.
1073         (tramp-find-shell, tramp-open-connection-telnet)
1074         (tramp-open-connection-rsh, tramp-open-connection-su)
1075         (tramp-open-connection-multi)
1076         (tramp-open-connection-setup-interactive-shell): Guard against
1077         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1078         <steve@sxemacs.org>.
1079         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1080         the hint.
1082         * net/trampver.el: Update release number.
1084 2007-08-07  Tom Tromey  <tromey@redhat.com>
1086         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1087         Add safe-local-variable property.
1089 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1091         * image-mode.el (image-toggle-display): Use image-refresh.
1093         * longlines.el (longlines-decoded): New variable.
1094         (longlines-mode): Avoid encoding or decoding the buffer twice.
1096 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1098         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1099         unofficial version.
1100         (vc-bzr-command): Remove redundant setting of process-connection-type.
1101         (vc-bzr-admin-checkout-format-file): Add autoload.
1102         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1103         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1104         (vc-bzr-registered): Compare dirstate format tag with known good
1105         value, abort parsing if match fails.  Warn user in docstring.
1106         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1107         See bzrlib/branch.py in Bzr sources.
1108         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1109         (vc-bzr-shell-command): Remove in favor of
1110         vc-bzr-command-discarding-stderr.
1111         (vc-bzr-command-discarding-stderr): New function.
1113 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1115         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1116         program, and return nil
1117         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1118         (vc-bzr-state): Look for path names relative to the repository
1119         root after status keyword.
1120         (vc-bzr-file-name-relative): New function.
1121         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1122         depend on it.
1123         (vc-bzr-admin-dirname, ...-checkout-format-file)
1124         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1125         files that we now parse directly for speed.
1126         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1127         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1128         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1129         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1130         Bzr warnings, so we must discard it.
1131         (vc-bzr-workfile-version): Speedup counting lines from
1132         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1133         if that file doesn't exist.
1134         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1135         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1136         (not ".bzr"!) to `vc-directory-exclusion-list'
1137         (vc-bzr-shell-command): New function.
1139 2007-08-06  Tom Tromey  <tromey@redhat.com>
1141         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1142         (diff-fixup-modifs): Typo in docstring.
1144 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1147         count-screen-lines.
1148         (tpu-edt-off): Disable relevant pieces of advice.
1150         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1151         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1152         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1153         redefining the function.
1154         (tpu-set-scroll-margins): Activate the pieces of advice.
1156 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1158         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1159         process-filter.
1161 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1163         * help.el (resize-temp-buffer-window): Use window-full-width-p
1164         instead of comparing frame-width and window-width.
1166 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1168         * term.el: Honor term-default-fg-color and term-default-bg-color
1169         settings when modifying term-current-face.
1170         (term-default-fg-color, term-default-bg-color): Initialize from
1171         default term-current-face.
1172         (term-mode, term-reset-terminal): Set term-current-face with
1173         term-default-fg-color and term-default-bg-color.
1174         (term-handle-colors-array): term-current-face has term-default-fg-color
1175         and term-default-bg-color after reset escape sequence.
1176         (term-handle-colors-array): Set term-current-color with
1177         term-default-fg/bg-color instead of ansi-term-color-vector when the
1178         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1180 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1182         * files.el (set-auto-mode): Handle also remote files wrt
1183         `auto-mode-alist'.
1185         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1186         remote identification.
1188 2007-08-04  Glenn Morris  <rgm@gnu.org>
1190         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1191         zero, not nil, when the library is first loaded.  Check for a file
1192         that has been modified on disk.
1194         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1195         Remove duplicate defvar preventing initialization.
1196         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1198 2007-08-03  Miles Bader  <miles@gnu.org>
1200         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1201         backend names for new backends to `Git', `Hg', and `Bzr'.
1202         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1203         not `HG'.
1204         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1205         name, not `GIT'.
1206         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1207         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1209 2007-08-03  Glenn Morris  <rgm@gnu.org>
1211         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1213 2007-08-02  Richard Stallman  <rms@gnu.org>
1215         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1216         to update deleted flag.
1218         * cus-edit.el (customize-apropos, customize-apropos-options)
1219         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1221         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1223         * startup.el (fancy-splash-head, startup-echo-area-message):
1224         Change message text.
1226         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1227         All callers use line-move.
1229         * progmodes/compile.el (compilation-find-buffer): Return current
1230         buffer immediately if suitable.
1231         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1233 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1236         Make it more discriminating and more useful.
1237         (vc-bzr-root-dir): Use new name.
1238         (vc-bzr-registered): Use new name and look at the dirstate file to
1239         determine if it's registered or not without running `bzr'.
1241 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1243         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1245 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1247         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1248         Fix parent groups link.
1250 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1252         * faces.el (face-normalize-spec): New function.
1253         (frame-set-background-mode): Normalize face-spec before calling
1254         face-spec-match-p.
1256 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * vc-bzr.el: New file (copied from the trunk).
1260         * vc-hooks.el (vc-handled-backends): Add BZR.
1261         (vc-find-file-hook): Failsafe if the backend's `registered'
1262         function burps.
1264         * server.el (server-window): Add switch-to-buffer-other-frame option.
1266 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1268         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1269         (vc-git-revision-completion-table): Enable.
1271         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1273         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1275         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1276         (vc-hg-registered): Set the vc-state property.
1278         * diff-mode.el (diff-mode-menu): New entries.
1280 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1283         (diff-file-kill): Use it.
1284         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1285         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1286         Use it so they find the hunk even when we're in the file header.
1288         * vc.el: Add new VC operation `revision-completion-table'.
1289         (vc-default-revision-completion-table): New function.
1290         (vc-version-diff, vc-version-other-window): Use it to provide
1291         completion of revision names if the backend provides it.
1293         * vc-arch.el (vc-arch--version-completion-table)
1294         (vc-arch-revision-completion-table): New functions to provide
1295         completion of revision names.
1297         * vc-cvs.el: Require CL.
1298         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1299         New functions to provide completion of revision names.
1301 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1303         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1304         (copyright-fix-years, copyright): Correctly handle the case where
1305         copyright-limit is nil.
1307 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1309         * progmodes/python.el (run-python): Fix path separator under w32.
1311 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1313         * vc-git.el: New File.
1315 2007-07-28  Alan Mackenzie  <acm@muc.de>
1317         Fix problem with modes derived from CC Mode:
1318         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1319         macro to cc-langs.
1320         (c-init-language-vars-for): Remove call to above macro.
1321         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1322         been moved to here.
1323         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1325 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1327         * net/trampver.el: Fix the `coding' cookie.
1329 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1331         * add-log.el (change-log-redate): Remove (not needed anymore and
1332         doesn't appear to work).
1334 2007-07-25  Glenn Morris  <rgm@gnu.org>
1336         * Relicense all FSF files to GPLv3 or later.
1338         * COPYING: Switch to GPLv3.
1340 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1342         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1343         Replace it with another one which disables undo before calling
1344         erase-buffer and then turns it back on if needed.
1346 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1348         * ps-print.el: Problem with foreground and background color when
1349         printing a buffer with and without faces.  Reported by Christian
1350         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1351         (ps-print-version): New version 6.7.5.
1352         (ps-default-fg): Change default value to nil, so black color is used
1353         when a face does not specify a foreground color.
1354         (ps-default-bg): Change default value to nil, so white color is used
1355         for background color.
1356         (ps-begin-job): Fix code.
1358 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1360         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1362 2007-07-24  Alan Mackenzie  <acm@muc.de>
1364         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1365         Initialise byte-compile-unresolved-functions before rather than
1366         after a compilation.
1367         (byte-compile-unresolved-functions): Amplify doc string.
1369 2007-07-24  Glenn Morris  <rgm@gnu.org>
1371         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1372         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1373         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1374         (cal-tex-cursor-week, cal-tex-cursor-week2)
1375         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1376         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1377         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1378         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1380 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1382         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1384 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1387         underlying file is uptodate.
1389 2007-07-23  Richard Stallman  <rms@gnu.org>
1391         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1393 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1396         (sh-font-lock-flush-syntax-ppss-cache): New funs.
1397         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1398         different possible cases for \'.
1399         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1401         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1402         `file' from which to start the search and fix case where `file' is the
1403         current directory and the root as well.
1405         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1406         name for buffer-file-name if it refers to a directory.
1408 2007-07-22  Jason Rumney  <jasonr@gnu.org>
1410         * w32-fns.el (set-default-process-coding-system): Use dos line ends
1411         for input to cmdproxy on all versions of Windows.
1412         Use dos line ends for input to plink.
1414         * comint.el (comint-simple-send): Concat newline before sending.
1415         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1417 2007-07-22  Juri Linkov  <juri@jurta.org>
1419         * isearch.el (isearch-edit-string): Save old point and
1420         isearch-other-end to old-point and old-other-end before reading
1421         the search string from minibuffer.  After exiting minibuffer set
1422         point to old-other-end if point and the search direction is the
1423         same as before reading the search string.
1424         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
1425         to isearch-other-end.  Instead of isearch-search-and-update call
1426         three functions isearch-search, isearch-push-state and isearch-update.
1428 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1430         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1431         destroying an existing buffer.
1433 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1435         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1437         * term/x-win.el (x-handle-no-bitmap-icon): New function.
1439 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1441         * textmodes/reftex.el (reftex-access-parse-file): Create parse
1442         file in a way that does not interfere with recentf.
1444 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1446         * image-dired.el (image-dired-sane-db-file): New func.
1447         (image-dired-write-tags, image-dired-remove-tag)
1448         (image-dired-list-tags, image-dired-write-comments)
1449         (image-dired-get-comment, image-dired-mark-tagged-files)
1450         (image-dired-create-gallery-lists): Call new func.
1451         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1453 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1455         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1456         (vc-hg-dir-state): Fix loop.
1457         (vc-hg-print-log): Fix expected return value for vc-hg-command.
1458         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1459         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1460         (vc-hg-revert): Likewise.
1461         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1463 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1465         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1466         case of alignment under a constant symbol, find and consider
1467         the sexp actually at indentation to be the "last sexp".
1469 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1471         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1472         (install): Use them to copy all *.el files before *.elc.
1473         (clean): Don't delete *~.
1475 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1477         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1479 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
1481         * vc-hg.el (vc-hg-registered): Replace if with when.
1482         (vc-hg-state): Deal with nonexistent files.
1484 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1486         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1487         (follow-delete-other-windows-and-split, follow-recenter)
1488         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1489         (follow-redisplay, follow-estimate-first-window-start)
1490         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1491         Fix typos in docstrings.
1493 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1495         * bookmark.el (bookmark-show-all-annotations):
1496         Make sure each inserted annotation ends with newline.
1498         (bookmark-maybe-sort-alist): Don't modify
1499         bookmark-alist.  Instead, if not sorting, simply return it.
1500         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1501         for its return value, not for its side effect.
1503 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1505         * vc.el: Add more info about the vc-registered function.
1507 2007-07-16  David Kastrup  <dak@gnu.org>
1509         * emacs-lisp/advice.el (defadvice): Doc fix.
1511 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
1513         * subr.el (when, unless): Doc fix.
1515 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1517         * vc-hg.el (vc-hg-state): Handle removed files.
1518         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1519         (vc-hg-checkout): Re-enable.
1521 2007-07-15  Richard Stallman  <rms@gnu.org>
1523         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1525         * tutorial.el (tutorial--find-changed-keys):
1526         Handle C-x specially like ESC.
1528 2007-07-15  Roland McGrath  <roland@frob.com>
1530         * add-log.el (add-change-log-entry): Check add-log-full-name
1531         and add-log-mailing-address later, after change-log-mode-hook.
1533 2007-07-15  Richard Stallman  <rms@gnu.org>
1535         * isearch.el (isearch-mode, isearch-done):
1536         Delete unintended code in previous change.
1538         * ps-print.el (ps-default-bg): Change to White.
1540 2007-07-15  Aaron Hawley  <aaronh@garden.org>
1542         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1544 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
1546         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1547         when handling the terminating event.
1549 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
1551         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1553 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1555         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1556         (install): Use them to copy all *.el files before *.elc.
1558 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1560         * replace.el (match): Use yellow1 instead of yellow.
1562         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1564         * pcvs-info.el (cvs-unknown): Likewise.
1566 2007-07-12  Davis Herring  <herring@lanl.gov>
1568         * desktop.el (desktop-buffer-info, desktop-save):
1569         Use `desktop-dirname' instead of `dirname'.
1571 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1573         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1575         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1577 2007-07-10  Richard Stallman  <rms@gnu.org>
1579         * emacs-lisp/lisp-mode.el (eval-defun):
1580         Explain special handling of `defface'.
1582 2007-07-09  Richard Stallman  <rms@gnu.org>
1584         * isearch.el (isearch-edit-string): Call to isearch-push-state
1585         after the search.
1587 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1589         * cus-start.el (file-coding-system-alist): Fix custom type.
1591 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1593         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1594         modified.
1595         (longlines-auto-wrap, longlines-window-change-function):
1596         Remove unnecessary calls to set-buffer-modified-p.
1598 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * vc.el (vc-default-log-view-mode): New function.
1601         (vc-print-log): Add new `log-view-mode' VC operation.
1603 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
1605         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1606         Rename and move to...
1608         * subr.el (strings->string, string->strings): ...here.
1610         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1611         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1613         * progmodes/gud.el (gud-common-init): Call string->strings instead
1614         of split-string.
1616 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1618         * term/w32-win.el (menu-bar-open): New function.
1619         Bind <f10> to it.
1621 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1623         * log-view.el (log-view-mode-menu): New menu.
1625 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1627         * vc-hg.el: New file.
1629 2007-07-06  Andreas Schwab  <schwab@suse.de>
1631         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1632         dynamic bindings around the evaluation of the expression.
1633         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1635 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1637         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1638         file names.
1640 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1642         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1644         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1645         event is not a cons cell.  Do not unread drag-mouse-1 events.
1646         Select right window in check whether space was stolen from
1647         window above.
1649 2007-07-01  Richard Stallman  <rms@gnu.org>
1651         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1653 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1655         * generic-x.el (generic-define-mswindows-modes)
1656         (generic-define-unix-modes, apache-log-generic-mode)
1657         (bat-generic-mode-keymap, java-manifest-generic-mode)
1658         (show-tabs-generic-mode): Fix typos in docstrings.
1660 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1662         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1663         replace-regexp-in-string.
1665 2007-06-28  Andreas Schwab  <schwab@suse.de>
1667         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1668         $(lisp)/subdirs.el.
1670 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1672         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1673         the speedbar frame if nil; that deletes the current frame or
1674         causes an error if it is the only frame.
1675         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1677 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1679         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1680         directory where the desktop file was found, as the docstring says.
1681         (desktop-kill): Use `read-directory-name'.
1683         * desktop.el (desktop-load-locked-desktop): New option.
1684         (desktop-read): Use it.
1685         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1686         Use `when'.
1688 2007-06-24  Davis Herring  <herring@lanl.gov>
1690         * desktop.el (desktop-save-mode-off): New function.
1691         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1692         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1693         (desktop-claim-lock, desktop-release-lock): New functions.
1694         (desktop-kill): Tell `desktop-save' that this is the last save.
1695         Release the lock afterwards.
1696         (desktop-buffer-info): New function.
1697         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1698         says to.  Detect conflicts, and manage the lock.
1699         (desktop-read): Detect conflicts.  Manage the lock.
1701 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1703         * ls-lisp.el (insert-directory): If an invalid regexp error is
1704         thrown, try using FILE as a literal file name, not a wildcard.
1705         Check for FILE as an existing file, not just a directory.
1707 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1709         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1710         `header-line-format' when reentering ruler mode.
1712 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1714         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1715         FILE exists as a directory.
1717 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1720         (vera-font-lock-match-item): Fix doc string.
1721         (vera-in-comment-p): Remove unused function.
1722         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1723         use `syntax-ppss'.
1724         (vera-forward-syntactic-ws): Fix argument order.
1725         (vera-prepare-search): Use `with-syntax-table'.
1726         (vera-indent-line): Fix doc string.
1727         (vera-electric-tab): Fix doc string.
1728         (vera-expand-abbrev): Define alias instead of using `fset'.
1729         (vera-comment-uncomment-region): Use `comment-start-skip'.
1731 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1733         * progmodes/vera-mode.el: New file.
1735 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1737         * ido.el (ido-find-file-in-dir): Don't signal an error for
1738         empty directories.
1740 2007-06-18  Alan Mackenzie  <acm@muc.de>
1742         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1743         When removing lines, also remove the \n.  Correction of patch of
1744         2007-04-21.
1746 2007-06-17  Glenn Morris  <rgm@gnu.org>
1748         * lpr.el (lpr-page-header-switches): Move %s to separate element
1749         for correct quoting.  Doc fix.
1751 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1753         * term/xterm.el (terminal-init-xterm): Escape parens in character
1754         constants.
1756 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1758         * scroll-lock.el (scroll-lock-mode): Doc fix.
1760 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1762         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1763         half-activated, forcefully activate it completely.
1765 2007-06-11  Richard Stallman  <rms@gnu.org>
1767         * cus-edit.el (custom-variable-type): Doc fix.
1769 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1771         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1773 2007-06-09  Davis Herring  <herring@lanl.gov>
1775         * desktop.el (desktop-minor-mode-table): Doc fix.
1777 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1779         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1780         (image-next-line, image-previous-line, image-scroll-up)
1781         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1782         New functions.
1783         (image-mode-map): Remap motion commands.
1784         (image-mode-text-map): New keymap for viewing images as text.
1785         (image-mode): Use image-mode-map.
1786         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1788 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1790         Sync with Tramp 2.0.56.
1792         * net/tramp.el:
1793         * net/tramp-ftp.el:
1794         * net/tramp-smb.el:
1795         * net/tramp-util.el:
1796         * net/tramp-vc.el:
1797         Don't load cl.el, because that pollutes the namespace.  Replace cl
1798         macros by their implementations where necessary.  Requested by
1799         Richard Stallman <rms@gnu.org>.
1801         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1802         doesn't exist.
1803         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1804         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1805         (tramp-file-name-p, tramp-file-name-multi-method)
1806         (tramp-file-name-method, tramp-file-name-user)
1807         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1808         replacing defstruct `tramp-file-name'.
1809         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1810         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1811         Apply `vector' instead of `make-tramp-file-name'.
1812         (tramp-handle-make-auto-save-file-name):
1813         Apply `tramp-temporary-file-directory' for compatibility reasons.
1814         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1815         because of XEmacs.
1816         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1817         started.
1819 2007-06-07  David Kastrup  <dak@gnu.org>
1821         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1822         Change default to `top'.
1824 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1826         * dired.el (dired-mode-map): Remove spurious separator.
1828 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1830         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1832         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1833         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1835 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1837         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1838         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1840 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1842         * progmodes/ebrowse.el (ebrowse-member-table):
1843         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1845 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1847         * pgg.el (pgg-sign-region, pgg-sign):
1848         * ses.el (ses-call-printer):
1849         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1850         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1852 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1854         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1855         (tar-get-descriptor): Handle type 55, an extended pax header.
1857 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * textmodes/css-mode.el: New file.
1861 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1863         * net/socks.el: New file, taken from w3 repository.
1864         (top): Update Copyright.  Don't load cl.el.
1865         (all): Replace `case' by `cond', `string-to-int' by
1866         `string-to-number', and `process-kill-without-query' by
1867         `set-process-query-on-exit-flag'.
1868         (socks-char-int): Remove defalias and all occurrences.
1870 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1872         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1873         (sort-coding-systems, search-unencodable-char): Doc fixes.
1874         (coding-system-change-eol-conversion, set-default-coding-systems)
1875         (prefer-coding-system, find-multibyte-characters, princ-list)
1876         (leim-list-entry-regexp, set-input-method, locale-language-names)
1877         (input-method-exit-on-first-char, exit-language-environment-hook)
1878         (locale-charset-language-names): Fix typos in docstrings.
1880 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1882         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1883         `switch-to-buffer' has returned succesfully.
1884         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1885         window is dedicated (it could iconify the frame).
1887 2007-06-05  Glenn Morris  <rgm@gnu.org>
1889         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1891 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1893         * files.el (auto-mode-alist): Add lower-priority match for names
1894         like ChangeLog.old.
1896 2007-06-04  Andreas Schwab  <schwab@suse.de>
1898         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1900 2007-06-04  Davis Herring  <herring@lanl.gov>
1902         * calendar/timeclock.el: Update version number.
1903         (timeclock-modeline-display): Mention timeclock-use-display-time
1904         in explanatory message.
1905         (timeclock-log): Suppress warnings when finding the log.
1906         Don't check for a nil project twice.  Run hooks after killing the
1907         buffer (if applicable).
1908         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1909         was geometric).  All uses changed.
1910         (timeclock-generate-report): Support prefix argument.
1912 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1914         * man.el (Man-next-section): Don't consider the last line of the
1915         page as being part of any section.
1917 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1919         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1920         modified flag of buffer.  Use `inhibit-modification-hooks'.
1922 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1924         * mail/mail-extr.el (mail-extract-address-components):
1925         Recognize non-ASCII characters except for NBSP as words.
1927 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1929         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1931 2007-06-04  Michael Olson  <mwolson@gnu.org>
1933         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1934         died and we are trying to send a signal to it.
1936 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1938         * emacs-lisp/easy-mmode.el (define-minor-mode)
1939         (easy-mmode-define-navigation): Fix typos in docstrings.
1941         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1942         Fix typos in docstrings.
1943         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1944         (compilation-finish-function): Fix typo in obsolescence declaration.
1946         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1948 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1950         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1951         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1953         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1955         * longlines.el (longlines-mode): Make longlines-auto-wrap
1956         buffer-local.  Add hooks unconditionally.
1957         (longlines-auto-wrap): Toggle wrapping.
1958         (longlines-after-change-function)
1959         (longlines-post-command-function): Check longlines-auto-wrap.
1961 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1963         * Version 22.1 released.
1965 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1967         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1968         changes.
1970 2007-05-31  Richard Stallman  <rms@gnu.org>
1972         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1974 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1976         * textmodes/table.el (table--point-entered-cell-function)
1977         (table--point-left-cell-function):
1978         Bind `inhibit-point-motion-hooks' to t.
1980 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1982         * emacs-lisp/rx.el (rx): Doc fix.
1984 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1986         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1988 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1990         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1991         as the end of the ChangeLog paragraph when it ends without a line
1992         termination.
1994 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1996         * textmodes/fill.el (canonically-space-region): Make the second arg
1997         a marker if it's not already the case.
1999         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2000         (xterm-mouse-event): Use it.
2002 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2004         * vc-hooks.el (vc-find-root): Fix file attribute test.
2006 2007-05-24  Richard Stallman  <rms@gnu.org>
2008         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2009         Don't let opoint be nil.
2010         (flyspell-emacs-popup): Explicit error if no dialogs.
2012 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2014         * tar-mode.el (tar-file-name-handler): New function.
2015         (tar-extract): Bind file-name-handler-alist to it to force
2016         find-buffer-file-type-coding-system behave as if the file being
2017         extracted existed.  Use last-coding-system-used to force
2018         buffer-file-coding-system to what decode-coding-region actually
2019         used to decode the file.
2021 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2023         * progmodes/compile.el (compilation-handle-exit):
2024         `compilation-finish-function' may change the current buffer.
2026 2007-05-22  Richard Stallman  <rms@gnu.org>
2028         * files.el (set-auto-mode): Doc fix.
2030 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2032         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2034 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2036         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2037         (rcirc-print): Handle `window-width'.
2038         (rcirc-buffer-maximum-lines): Doc fix.
2040 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2042         * info.el (Info-fontify-node): Match https also.
2044 2007-05-18  Richard Stallman  <rms@gnu.org>
2046         * simple.el (push-mark): Doc fix.
2048 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2050         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2051         tpu-global-map.
2052         (tpu-original-global-map): Delete variable.
2053         (tpu-control-keys-map): New keymap variable.
2054         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2055         setting keymapping directly.
2056         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2057         tpu-global-map.
2058         (tpu-edt-on): Activate the tpu-global-map.
2059         (tpu-edt-off): Deactivate the tpu-global-map.
2061 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2063         * textmodes/ispell.el (ispell-get-word): Return markers
2064         for start and end positions.
2065         (ispell-word): Assume END is a marker.
2067 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2069         * ps-print.el: Use default color when foreground or background color
2070         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2071         (ps-print-version): New version 6.7.4.
2072         (ps-rgb-color): New argument.  Use default color when color is
2073         unspecified.
2074         (ps-begin-job): Fix code.
2076 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2078         * textmodes/ispell.el (ispell-start-process): Defend against bad
2079         default-directory.
2081 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2083         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2085 2007-05-16  Richard Stallman  <rms@gnu.org>
2087         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2089 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2092         Move the *ml, Postscript, and XmCD entries to the fallback part.
2094         * files.el (magic-fallback-mode-alist):
2095         Rename from file-start-mode-alist.
2097 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2099         * progmodes/compile.el (compilation-handle-exit): Quote first
2100         argument of `run-hook-with-args'.
2102 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2104         * buff-menu.el (Buffer-menu-sort-column):
2105         * dabbrev.el (dabbrev-upcase-means-case-search):
2106         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2107         * info.el (Info-current-subfile):
2108         * ls-lisp.el (ls-lisp-verbosity):
2109         * msb.el (msb-menu-cond):
2110         * pcvs.el (cvs-dired-use-hook):
2111         * simple.el (set-mark-command-repeat-pop):
2112         * time.el (display-time-24hr-format, display-time-mail-file):
2113         Doc fixes.
2115         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2116         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2118         * view.el (view-inhibit-help-message): Fix typo in docstring.
2119         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2121 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2123         * mail/rmail.el (rmail-convert-to-babyl-format):
2124         Check content-transfer-encoding _last_, because we need its position
2125         in base64-header-field-end.
2127 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2129         * files.el (mode-require-final-newline, require-final-newline)
2130         (enable-local-variables, enable-local-eval): Doc fixes.
2132 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2134         * progmodes/python.el (python-font-lock-keywords)
2135         (python-open-block-statement-p, python-mode): Add support for the new
2136         "with" keyword.
2138 2007-05-10  Richard Stallman  <rms@gnu.org>
2140         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2141         (iso-cvt-write-only): Likewise.
2143         * emacs-lisp/easy-mmode.el (define-minor-mode):
2144         Fix generated doc string.
2146         * startup.el (fancy-splash-text): Add URL of guided tour.
2147         Adjust horizontal and vertical whitespace.
2149         * progmodes/compile.el (compilation-handle-exit):
2150         Use run-hook-with-args to run compilation-finish-functions.
2152         * files.el (file-start-mode-alist): New variable.
2153         (magic-mode-regexp-match-limit): Doc fix.
2154         (set-auto-mode): Handle file-start-mode-alist.
2155         A little cleanup of structure.
2157 2007-05-10  Davis Herring  <herring@lanl.gov>
2159         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2160         workday specifications.
2161         (timeclock-log): Don't kill the log buffer if it already existed.
2163 2007-05-08  Richard Stallman  <rms@gnu.org>
2165         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2166         Don't include non-self-insert commands in the exception for `-'.
2168 2007-05-08  David Reitter  <david.reitter@gmail.com>
2170         * progmodes/python.el (python-guess-indent): Check non-nullness
2171         before comparing indent against the 2..8 interval.
2173 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2175         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2176         available.
2178 2007-05-06  Richard Stallman  <rms@gnu.org>
2180         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2182 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2184         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2185         disconnections.
2187 2007-05-01  Romain Francoise  <romain@orebokech.com>
2189         * dired-x.el: Revert 2007-04-06 change.
2191 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2193         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2194         don't put stop on toolbar.
2196 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2198         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2200 2007-04-29  Richard Stallman  <rms@gnu.org>
2202         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2204 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2207         than 1.
2209 2007-04-28  Richard Stallman  <rms@gnu.org>
2211         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2213 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2215         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2217 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2219         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2220         instead of $(lisp)/mh-e.
2222         * textmodes/fill.el (fill-paragraph): Doc fix.
2224 2007-04-28  Glenn Morris  <rgm@gnu.org>
2226         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2227         (image-dired-cmd-create-temp-image-options): Replace option
2228         +profile "*" with -strip.
2230 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2232         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2233         Use window-start and window-end.
2235 2007-04-26  Glenn Morris  <rgm@gnu.org>
2237         * progmodes/python.el: Restore file pending consideration of legal
2238         status.
2240 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2242         * locate.el (locate-in-alternate-database): Doc fix.
2244 2007-04-26  Glenn Morris  <rgm@gnu.org>
2246         * button.el (button): Use underline if supported, else fall back
2247         to color.
2249 2007-04-25  Richard Stallman  <rms@gnu.org>
2251         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2253 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2255         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2256         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2257         pushing mark.
2258         (idlwave-current-routine): Don't push mark.
2260 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2262         * image-dired.el (image-dired-display-image): Derive image-type from
2263         filename rather than assuming jpeg, in case no resizing was needed.
2265 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2267         * custom.el (defface): Doc fix.
2269 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2271         * progmodes/python.el: Remove due to unclear legal issues.
2273 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2275         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2276         Don't re-query for each cleared BP.
2277         (idlwave-shell-clear-bp): Optionally skip BP query.
2278         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2279         of set-window-buffer, which incorrectly moves displayed region.
2281 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2283         * calc/calc.el (calc-bug-address): Update maintainer's address.
2284         * calc/*: Update maintainer's address.
2286 2007-04-23  Richard Stallman  <rms@gnu.org>
2288         * simple.el (set-mark-command-repeat-pop): Doc fix.
2289         Put in `editing-basics' group.
2291 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2293         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2294         New functions.
2295         (Info-mode-line-node-keymap): Bind mouse commands to
2296         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2298 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2300         * locate.el (locate-local-prompt): New var.
2301         (locate-prompt-for-command): Doc fix.
2302         (locate-prompt-for-search-string): New function.
2303         (locate): New optional arg.  Make locate-local-prompt
2304         buffer-local.  Use locate-prompt-for-search-string.
2305         (locate-with-filter): New optional arg.
2306         Use locate-prompt-for-search-string.
2307         (locate-update): Bind locate-prompt-for-command.
2309 2007-04-23  Glenn Morris  <rgm@gnu.org>
2311         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2313 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2315         * button.el (button): Inherit from link face on a tty.
2317 2007-04-23  Glenn Morris  <rgm@gnu.org>
2319         * button.el (button): Use color for this face on a tty.
2321         * files.el (magic-mode-alist): Allow for carriage-returns in
2322         html-mode and sgml-mode entries.
2324 2007-04-22  Richard Stallman  <rms@gnu.org>
2326         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2327         Improve doc string of generated command.
2329         * subr.el (read-number): Catch errors.
2331         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2333 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2335         * image-dired.el: Rename from thumbnails.el.  All instances of
2336         "thumbnails" replaced with "image-dired".
2338         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2339         "image-dired".
2341 2007-04-22  Kim F. Storm  <storm@cua.dk>
2343         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2344         Don't use kill-line.
2346 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
2348         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2349         error message.
2351 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2353         * dired.el: Rename "tumme" to "thumbnails".
2355         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
2356         replaced with "thumbnails".
2358 2007-04-22  Glenn Morris  <rgm@gnu.org>
2360         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2361         and give it the risky-local-variable property.
2363         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2364         before defining it.
2366 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
2368         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2369         Use delete-region instead of kill-line.
2371 2007-04-21  Alan Mackenzie  <acm@muc.de>
2373         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2374         `kill-region' by `delete-region'.
2376 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
2378         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2379         instead of kill-region.
2381         * progmodes/mantemp.el (mantemp-make-mantemps-region)
2382         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2383         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2384         and kill-line.
2386         * progmodes/vhdl-mode.el (vhdl-template-type)
2387         (vhdl-template-record, vhdl-template-nature)
2388         (vhdl-template-configuration-spec, vhdl-template-component-inst)
2389         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2390         Use delete-region instead of kill-word and kill-line.
2392 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2394         * dired-x.el (dired-virtual-mode): Doc fix.
2396 2007-04-21  Richard Stallman  <rms@gnu.org>
2398         * font-lock.el (font-lock-keywords-alist): Mark as risky.
2400         * subr.el (read-number): Doc fix.
2402         * simple.el (pop-to-mark-command): Display message "mark popped"
2403         if point does not move.
2404         (set-mark-command): Doc fix.
2406 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2408         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2409         (locate-local-filter, locate-local-search): New vars.
2410         (locate): Make variables local.
2411         (locate-update): Bind locate-buffer-name.  Call locate using
2412         locate-local-filter and locate-local-search.
2414 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
2416         * hi-lock.el (hi-lock-file-patterns-policy): New var.
2417         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2418         (hi-lock-mode): Update docstring.
2420 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2423         fill-nobreak-predicate when the break is past fill-column.
2425 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2427         * locate.el (locate): Output from shell-command should go in the
2428         current buffer rather than *Shell Command Output*.
2430 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
2432         * paren.el (show-paren-function): Fix last fix.
2434 2007-04-19  Kevin Ryde  <user42@zip.com.au>
2436         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2437         (archive-lzh-summarize): Add optional start arg for where to start
2438         looking at the archive.
2439         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2441         * international/mule.el (auto-coding-alist): no-conversion for .exe
2442         and .EXE.
2444 2007-04-19  Alan Mackenzie  <acm@muc.de>
2446         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2447         function return type contains "struct", "union", etc.
2448         c-end-of-defun goes too far forward.
2450 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
2452         * paren.el (show-paren-function): Reset window-start to avoid
2453         recentering.
2455 2007-04-19  Glenn Morris  <rgm@gnu.org>
2457         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2459 2007-04-18  Glenn Morris  <rgm@gnu.org>
2461         * calendar/diary-lib.el (diary-header-line-format): Add a custom
2462         :set function.
2463         (diary-list-entries): Only switch to diary-mode from
2464         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
2465         diary-mode set header-line-format, in case of any customization.
2467 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2469         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2470         is less than the length of parse-time-syntax.
2472 2007-04-17  David Kastrup  <dak@gnu.org>
2474         * replace.el (query-replace-regexp-eval): Deprecate.
2476 2007-04-17  Alan Mackenzie  <acm@muc.de>
2478         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2479         point too close to EOB, leave point at EOB rather than last `}'.
2481 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2483         * textmodes/bibtex.el (bibtex-include-OPTkey)
2484         (bibtex-user-optional-fields, bibtex-entry-field-alist):
2485         Fix defcustom.
2487 2007-04-17  Glenn Morris  <rgm@gnu.org>
2489         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2490         be encoded, fall back to current year.
2492 2007-04-14  Kevin Ryde  <user42@zip.com.au>
2494         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2495         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
2496         M "MSDOS".
2498 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
2500         * progmodes/python.el (python-end-of-block): Avoid looping forever
2501         if python-next-statement fails.
2503 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2505         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2507 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2509         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2510         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2512 2007-04-15  Jay Belanger  <belanger@truman.edu>
2514         * calc/calc.el (calc-version): New function.
2515         (calc-trail-mode): Shorten the title.
2517 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2519         * mail/footnote.el (footnote-style): Clarify docstring to state
2520         that customizing this only applies to future footnotes.
2522 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2524         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2525         (bibtex-make-field): Check that INIT is a string. Use functionp.
2527 2007-04-14  Glenn Morris  <rgm@gnu.org>
2529         * complete.el (PC-goto-end): New buffer-local variable.
2530         (PC-do-completion-end): Make buffer-local.
2531         (partial-completion-mode) <choose-completion-string-functions>:
2532         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2533         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
2534         doc string.  Set PC-goto-end for choose-completion.
2535         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2536         PC-do-completion.
2538         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2539         arg to bibtex-make-field.
2540         (bibtex-make-field): Add optional fourth arg NODELIM.
2541         Insert delimiters around INIT unless this arg is non-nil.
2543 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
2545         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2546         global map isn't modified.
2548 2007-04-14  Glenn Morris  <rgm@gnu.org>
2550         * calendar/appt.el (appt-disp-window): Do not split small windows.
2551         Suggested by Jeff Miller <jmiller@cablespeed.com>.
2553 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
2555         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2557         * files.el: Ditto.
2559 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
2561         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2563         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2564         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2565         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2566         (term-pager-help): Fix typos in docstrings.
2568         * wid-edit.el (widget-documentation): Fix typo in docstring.
2570         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2571         Fix typos in error messages.
2573 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
2575         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2576         window marked as dedicated.
2578         * mail/footnote.el (footnote-latin-string): New variable.
2579         (footnote-latin-regexp): Redefine as regexp alternative.
2580         (Footnote-latin): Use footnote-latin-string instead of
2581         footnote-latin-regexp.
2583 2007-04-13  Glenn Morris  <rgm@gnu.org>
2585         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2586         inherited keymaps.
2588 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
2590         * outline.el (outline-get-next-sibling): Clarify docstring.
2591         (outline-get-last-sibling): Handle case where we are at the first
2592         heading.  Clarify docstring.
2594 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2596         * progmodes/gud.el (gud-minor-mode-map): Make go button same
2597         length as stop button to lessen flicker.
2598         (jdb): Add gud-print.
2599         (gud-find-expr): Jdb prints the expression with the value, so
2600         don't insert it in the output.
2602 2007-04-11  Jason Rumney  <jasonr@gnu.org>
2604         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2605         case hex.  Do not try to decode non-hex letters.
2607 2007-04-11  Markus Triska  <markus.triska@gmx.at>
2609         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2610         (byte-optimize-backward-word): Remove (move to bytecomp.el).
2611         (byte-optimize-form-code-walker): Evaluate pure function calls if
2612         possible.
2613         (byte-optimize-all-constp): New function.
2615         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2616         Improve numeric argument case.
2617         (byte-compile-backward-char, byte-compile-backward-word):
2618         New functions, performing rewriting previously done in byte-opt.el.
2619         Fix their "Fixme" item (restriction to numeric arguments).
2621 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2623         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2624         with dolist.
2625         (after-init-hook): Don't quote lambda.
2626         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2627         (desktop-internal-v2s): Remove unused var `el'.
2628         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2629         desktop-restore-file-buffer.
2630         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2631         desktop-create-buffer.
2633 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2635         * woman.el (woman-decode-buffer): Postpone macro-set check...
2636         (woman-decode-region): ...to here.
2638 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2640         * startup.el (tty-handle-args): Use %S to log ARGS.
2642 2007-04-10  Glenn Morris  <rgm@gnu.org>
2644         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2645         it is obsolete and has no effect.
2647         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2648         byte-compiler.
2650         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2651         obsolete function make-local-hook.
2653         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2654         start to quieten byte-compiler.
2656 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2658         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2659         to bytecomp.el as byte-compile-char-before).
2660         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2661         New function (modified replacement for byte-optimize-char-before in
2662         byte-opt.el).
2664 2007-04-09  Alan Mackenzie  <acm@muc.de>
2666         * startup.el (inhibit-splash-screen): Emphatically state that it
2667         can't be set in site-start.el.
2669 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2671         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2672         mimic the behavior of `capitalize-word'.  Do not move point with a
2673         negative argument.  Based on tiny change by Paul Curry.
2675 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2677         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2678         Don't move point if ARG is negative.
2680 2007-04-09  Alan Mackenzie  <acm@muc.de>
2682         Changes to make `narrow-to-defun' and `mark-defun' work properly
2683         in CC Mode:
2685         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2686         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2687         Bind beginning/end-of-defun-function to nil around calls to
2688         beginning/end-of-defun.
2690         * progmodes/cc-langs.el (beginning-of-defun-function)
2691         (end-of-defun-function): New c-lang-setvar's.
2693         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2694         (setq arg 1))" to enable non-interactive call.
2696 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2698         * simple.el (set-mark-command): Doc fix.
2700 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2702         * progmodes/gud.el (gdb): Restore existing session if user
2703         tries to start a second one in graphical mode.
2705 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2707         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2709 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2711         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2712         Add binding for C-M-SPC.
2714 2007-04-08  Richard Stallman  <rms@gnu.org>
2716         * pcomplete.el (pcomplete-read-event): One single definition,
2717         and not a defsubst.
2719 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2721         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2722         byte-compiler warning "value unused".
2724 2007-04-08  Andreas Schwab  <schwab@suse.de>
2726         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2728 2007-04-07  Glenn Morris  <rgm@gnu.org>
2730         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2731         Autoload these functions.
2732         (diary-date-forms): Add a custom :set form.
2734         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2735         before first use.
2736         (diary-font-lock-keywords): New function with old code for
2737         initialization of variable of same name.
2739 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2741         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2742         clean-up: only insert space when on identifier, etc.
2744 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2746         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2748         * net/tls.el (open-tls-stream): Properly handle case where there
2749         is no associated buffer.
2751 2007-04-07  Glenn Morris  <rgm@gnu.org>
2753         * ffap.el (ffap-file-at-point): Lower the priority of the
2754         ffap-ftp-sans-slash-regexp check.
2756 2007-04-06  Alan Mackenzie  <acm@muc.de>
2758         Fix fontification of labels, and other things with ":".
2760         * progmodes/cc-engine.el (c-forward-label): The function now
2761         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2762         the former t.
2764         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2765         new return code from c-forward-label, fontifying tokens properly.
2766         Add some general comments throughout the file.
2768 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2770         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2771         Revert 2006-01-27 change.
2773         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2775         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2777         * desktop.el (desktop-create-buffer, desktop-save):
2778         Revert 2004-11-12 change for lack of copyright papers.
2780         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2781         (dired-guess-default): Respect case.
2783         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2785         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2786         was originally checked in as byte-optimize-concat on 1997-11-02.
2788         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2789         1995-05-19 doc changes.
2791 2007-04-06  Kim F. Storm  <storm@cua.dk>
2793         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2794         (unload-feature): Update interactive spec accordingly.
2796         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2798 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2800         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2801         capture.  Restore the table in the same buffer.
2803         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2805 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2807         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2808         Print entire form.
2810 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2812         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2813         for low-color displays.
2815 2007-04-05  Glenn Morris  <rgm@gnu.org>
2817         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2818         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2819         Seed random number generator on loading.
2821         * emacs-lisp/authors.el (top-level): Provide self.
2823         * play/animate.el (top-level): Provide self.
2825 2007-04-04  Alan Mackenzie  <acm@muc.de>
2827         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2828         to mention c-syntactic-indentation.
2830 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2832         * subr.el (with-case-table): New macro.
2834         * international/mule.el (ascii-case-table): New var.
2836         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2837         downcasing.
2839 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2841         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2843         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2844         of the window if we're outside it e.g menu-bar.
2846         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2847         window if we're outside it e.g menu-bar.
2849 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2851         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2852         decode base-64 encoded body if its content-type is something other
2853         than text/* or message/*.
2855 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2857         * simple.el (activate-mark-hook): Fix typo in docstring.
2859 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2861         * tmm.el (tmm-c-prompt): Initialize.
2862         (tmm-menubar): Deal with extended menu-items at top level.
2863         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2864         (tmm-prompt): Handle visibility of top level menu-items.
2866         * progmodes/gud.el (gud-menu-map): Simplify.
2867         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2868         menubar.
2870 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2872         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2874         * comint.el (comint-send-input): Widen the buffer first.
2876         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2878 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2881         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2883         * newcomment.el (comment-search-forward): Discard comment starters
2884         before point.
2886 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2888         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2890 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2892         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2893         when downcasing.
2895         * button.el (previous-button): Rewrite to account for adjacent buttons.
2897 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2899         * progmodes/idlwave.el (idlwave-auto-fill):
2900         Revert paragraph-separate change.
2902         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2903         Simplify module calc.
2904         (idlwave-shell-set-bp-in-module): Compute module.
2906 2007-03-31  Glenn Morris  <rgm@gnu.org>
2908         * emacs-lisp/timer.el (run-at-time): Doc fix.
2910         * emacs-lisp/warnings.el (display-warning): If we create the
2911         buffer displaying the warning, disable undo there.
2913 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2915         * net/tramp.el (tramp-register-file-name-handler)
2916         (tramp-register-completion-file-name-handler): New defsubst,
2917         derived from `tramp-register-file-name-handlers'.  The split is
2918         necessary because Tramp's file name handlers must be registered at
2919         different startup places.
2921 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2923         * progmodes/hideshow.el (turn-off-hideshow): New function.
2924         (hs-minor-mode): Use it instead of a lambda expression in
2925         change-major-mode-hook.
2927 2007-03-31  David Kastrup  <dak@gnu.org>
2929         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2930         corresponding to MANPATH_MAP entries.
2931         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2932         (woman-parse-man.conf): Use more discriminating man.conf name.
2933         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2934         (woman-manpath): Doc fix and type fix.
2935         (woman-cached-data): Check for MANPATH_MAP entries.
2936         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2938 2007-03-31  Stuart Herring  <herring@lanl.gov>
2940         * emacs-lisp/sregex.el (sregexq): Doc fix.
2942 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2944         * flymake.el (flymake-err-line-patterns): Doc fix.
2946 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2948         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2949         Move to the right.
2951 2007-03-30  Alan Mackenzie  <acm@muc.de>
2953         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2955 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2957         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2958         Use it, passed in explicitly, instead of from the dynamic binding.
2959         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2961 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2963         * simple.el (blink-matching-open): When in minibuffer, don't
2964         search for a match inside the prompt.
2966 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2968         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2969         (tmm-prompt): Don't make the mouse user select the first menu
2970         item twice.
2972 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2974         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2975         SIGUSR1 and SIGUSR2.
2977 2007-03-29  Kim F. Storm  <storm@cua.dk>
2979         * ido.el (ido-read-internal): When reading file or dir, only override
2980         minibuffer-local-filename-completion-map, otherwise only override
2981         minibuffer-local-completion-map.
2983 2007-03-29  Glenn Morris  <rgm@gnu.org>
2985         * complete.el (partial-completion-mode): Set PC-do-completion-end
2986         to nil after use.
2987         (PC-lisp-complete-symbol): Create and use a marker at `end',
2988         rather than using point-marker.
2990 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2992         * simple.el (next-error-highlight): Doc fix.
2993         (compose-mail): Revert 2007-03-19 change.
2995 2007-03-28  Richard Stallman  <rms@gnu.org>
2997         * emacs-lisp/edebug.el (edebug-display): Don't go to
2998         edebug-outside-buffer if it is dead.
3000 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
3002         * view.el (view-mode): Fix typos in docstring.
3004 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3006         * recentf.el (recentf-save-file): Add a custom :set function.
3008 2007-03-28  Glenn Morris  <rgm@gnu.org>
3010         * complete.el (PC-do-completion-end): New variable.
3011         (partial-completion-mode) <choose-completion-string-functions>:
3012         Use PC-do-completion-end in the non-minibuffer case to replace the
3013         correct amount of text.
3014         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3015         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3016         to deal with improvements inserted after point.
3018 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3020         * button.el (make-text-button): Add explicit `button' property.
3021         (default-button): Don't put a `button' property on it.
3023         * progmodes/python.el (python-mode): Skip comments when parsing.
3025         * vc-arch.el (vc-with-current-file-buffer): New macro.
3026         (vc-arch-file-source-p): Use it to avoid infloop.
3028 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3030         * emacs-lisp/lisp.el (lisp-complete-symbol):
3031         Fix call to get-buffer-window to find windows in other frames.
3033 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3036         Fix calls to get-buffer-window to find windows in other frames.
3037         Reported by David Hansen <david.hansen@gmx.net>.
3039 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3041         * info.el (Info-display-images-node): On a text-only terminal,
3042         show the "text" or "alt" parts of the image blobs.
3044 2007-03-27  Glenn Morris  <rgm@gnu.org>
3046         * complete.el (PC-do-completion): Compute completion-base-size in
3047         the non-filename case, rather than setting to nil.
3048         (PC-lisp-complete-end): New variable.
3049         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3050         original end in a series of consecutive invocations.
3052         * calendar/calendar.el (calendar-mode-hook): Declare it.
3054         * calendar/diary-lib.el (diary-live-p): Do not check for
3055         diary-selective-display.
3057 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3059         * replace.el (occur-next-error): *Occur* might not be displayed in the
3060         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3062 2007-03-26  Richard Stallman  <rms@gnu.org>
3064         * textmodes/flyspell.el (flyspell-large-region):
3065         Use ispell-call-process-region.
3067 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3069         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3070         Use prin1 instead of princ.
3072 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3074         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3075         Merge in X resources before global face.
3077         * progmodes/compile.el (compilation-start): Save compilation-directory
3078         rather than default-directory as local var.
3079         (compilation-directory): Mark as safe local var.
3081         * files.el: Don't mark default-directory as a safe local var.
3083 2007-03-25  Alan Mackenzie  <acm@muc.de>
3085         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3086         * progmodes/cc-engine.el: Fix typo.
3088 2007-03-25  Juri Linkov  <juri@jurta.org>
3090         * compare-w.el (compare-windows): Rename customization group
3091         `compare-w' to `compare-windows'.
3092         (compare-windows-whitespace, compare-ignore-whitespace)
3093         (compare-ignore-case, compare-windows-sync)
3094         (compare-windows-sync-string-size, compare-windows-recenter)
3095         (compare-windows-highlight, compare-windows): Change group name in
3096         the `group' tag from `compare-w' to `compare-windows'.
3097         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3099 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3101         * expand.el: Change example to always enable abbrev-mode,
3102         and remove redundant `function'.
3103         (expand-abbrev-hook): Add autoload cookie.
3105 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3107         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3108         (testcover-mark-all, testcover-unmark-all): Add prompts to
3109         interactive specs.
3111 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3113         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3114         Use file size in bytes for auto-revert-tail-pos not characters.
3116 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3118         * vc-rcs.el (vc-rcs-annotate-command):
3119         Set text property :vc-annotate-prefix on the annotation text.
3120         (vc-rcs-annotate-time): Instead of searching for ": ",
3121         search for end of text propertized with :vc-annotate-prefix.
3123 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3125         * whitespace.el (top level): Remove calls putting
3126         permanent-local nil property since these are no-ops.
3128         * man.el (Man-support-local-filenames): Assure that
3129         default-directory exists when doing call-process.
3131 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3133         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3134         Fix omission bug: Use m4-program-options to construct shell command.
3136 2007-03-23  David Kastrup  <dak@gnu.org>
3138         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3139         Use `mapcar' rather than `mapcan' to silence compiler warning.
3141 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3143         * textmodes/reftex.el, textmodes/reftex-vars.el,
3144         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3145         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3146         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3147         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3148         * textmodes/reftex-auc.el: Add maintainer address.
3150 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3152         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3153         Make sure that `global-font-lock-mode' does not turn on font-lock
3154         in these buffers.
3156 2007-03-21  Kim F. Storm  <storm@cua.dk>
3158         * xt-mouse.el (xt-mouse-epoch): New variable.
3159         (xterm-mouse-event): Use float-time.
3161 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3163         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3164         current-time.
3166 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3168         * complete.el (read-file-name-internal): Don't add the final > if the
3169         completion is not finished (re-application of this patch, which was
3170         accidentally undone by Eli).
3172 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3174         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3175         clicks in describe-key and describe-key-briefly advice a little better.
3177 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3179         * server.el (server-process-filter): Cancel any pending isearch.
3181 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3183         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3184         (icalendar--get-unfolded-buffer): Define actual arguments rather
3185         than just using &rest.  Check replace-in-string is fbound.
3186         (icalendar-import-buffer): Doc fix.
3187         (icalendar--convert-ical-to-diary): Set diary-file.
3188         Check diary-file before inserting final newline.
3189         (icalendar--add-diary-entry): Return diary-file.
3191 2007-03-21  Glenn Morris  <rgm@gnu.org>
3193         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3194         (diary-display-hook): Add custom :set function.
3196         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3197         Add custom :set function.
3198         (diary-header-line-format): Doc fix.
3199         (diary-set-maybe-redraw): New function.
3200         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3201         (diary-list-entries): Always run diary-mode.
3203 2007-03-20  Kenichi Handa  <handa@m17n.org>
3205         * international/quail.el (quail-setup-completion-buf): Make the
3206         completion buffer read-only.
3207         (quail-completion): Adjusted for the above change.  Leave the
3208         modified flag nil.
3210 2007-03-20  David Kastrup  <dak@gnu.org>
3212         * files.el (magic-mode-alist): Require literal "%!PS" string for
3213         magic postscript file detection.
3215 2007-03-20  Richard Stallman  <rms@gnu.org>
3217         * textmodes/ispell.el (ispell-call-process): New function.
3218         Defends against bad `default-directory.'
3219         (ispell-check-version, ispell-find-aspell-dictionaries)
3220         (ispell-get-aspell-config-value, lookup-words): Call it.
3221         (ispell-call-process-region): New function.
3222         (ispell-send-string): Call it.
3224 2007-03-20  Andreas Schwab  <schwab@suse.de>
3226         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3227         (finder-data): Likewise.
3228         (autoloads): Likewise.
3230 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3232         * files.el (basic-save-buffer): Do not set visited filename when
3233         the corresponding directory does not exist or the specified
3234         filename is that of an existing directory.
3236 2007-03-20  Glenn Morris  <rgm@gnu.org>
3238         * calendar/diary-lib.el (diary-live-p): New function.
3239         (number-of-diary-entries): Add a :set function to redisplay diary
3240         when necessary.
3242 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3244         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3245         from client program, mev, to compute mouse event.
3247 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3249         * faces.el (momentary): Face removed; unused due to reversion of
3250         2007-01-04 changes by Kevin Rodgers.
3252         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3253         Suggested by Johan Bockg\e,Ae\e(Brd.
3255 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3257         * font-lock.el (lisp-font-lock-keywords-1):
3258         Highlight define-globalized-minor-mode as a keyword.
3260 2007-03-19  Kim F. Storm  <storm@cua.dk>
3262         * calc/calc-forms.el (math-std-daylight-savings)
3263         (math-std-daylight-savings-old): Doc fix.
3265 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3267         * progmodes/python.el (python-default-template): Doc fix.
3268         (python-buffer): Fix typo in docstring.
3270         * isearchb.el (isearchb-follow-char):
3271         * subr.el (def-edebug-spec): Fix typo in docstring.
3273 2007-03-19  Richard Stallman  <rms@gnu.org>
3275         * files.el (default-directory): Mark safe.
3276         (basic-save-buffer-2): Put proper dir name in error message.
3278         * simple.el (compose-mail): Run switch-function after
3279         setting up the mail buffer.
3281         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3283 2007-03-18  Jay Belanger  <belanger@truman.edu>
3285         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3286         (math-std-daylight-savings-new): Rename from
3287         `math-std-daylight-savings'.
3288         (math-std-daylight-savings-old): Rename from old value of
3289         `math-std-daylight-savings'.
3290         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3291         `math-std-daylight-savings-old' depending on the year.
3293 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3295         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3296         zero-width regexps as invalid but rather at least count them correctly.
3298 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3300         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3301         don't wait more if there is output available to process.
3303 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3305         * progmodes/compile.el (compilation-find-file): Revert change
3306         from 2006-07-18 to allow completion of directory names.
3307         Reported by John Carter <john.carter@tait.co.nz>.
3309 2007-03-18  Kim F. Storm  <storm@cua.dk>
3311         * subr.el (when, unless): Doc fix.
3313 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3315         * net/tls.el (tls-program): Doc fix.
3317 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3319         * autorevert.el (auto-revert-tail-handler):
3320         Call after-revert-hook.
3322 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3324         * simple.el (switch-to-completions): No error if search for \n\n fails.
3326 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3328         * simple.el (line-move-1):
3329         Respect `inhibit-line-move-field-capture' property.
3331 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3333         * comint.el (comint-arguments): Mark backslash-escaped chars.
3334         (comint-delim-arg): Don't treat them as delimiters.
3336 2007-03-12  Kim F. Storm  <storm@cua.dk>
3337         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3339 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3341         * tempo.el (tempo-insert): Deal with 'r> if it appears
3342         specified with a prompt argument.
3344 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
3346         * textmodes/org.el (org-set-font-lock-defaults):
3347         Handle narrow table columns correctly.
3349 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
3351         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3352         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3353         Return to use of the -no-properties variants.  There was
3354         consensus on emacs-devel that the speed of these variants was
3355         prefered since we are usually parsing files (from the internet
3356         or on disk) instead of XML created in Emacs.
3358         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3359         Add customize option.
3361 2007-03-12  Glenn Morris  <rgm@gnu.org>
3363         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3364         North American rule.  Replace "daylight savings" with "daylight
3365         saving" in doc.
3367         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3368         * calendar/lunar.el, solar.el: Replace "daylight savings" with
3369         "daylight saving" in text.
3371         * woman.el (woman-change-fonts): Tweak previous change by using
3372         woman-request-regexp rather than "^\\.".
3374         * startup.el (command-line-1): Make insertion of
3375         initial-scratch-message not depend on scratch being selected.
3377 2007-03-11  Juri Linkov  <juri@jurta.org>
3379         * replace.el (match): Use yellow background on light-bg terminals.
3381 2007-03-11  Richard Stallman  <rms@gnu.org>
3383         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3384         Correctly compute line number.
3386 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
3388         * type-break.el (type-break-get-previous-count):
3389         Repeat previous change here.
3391 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3393         * progmodes/grep.el (grep-find-ignored-directories):
3394         Add .git and .bzr to list.
3396 2007-03-11  Andreas Schwab  <schwab@suse.de>
3398         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3400 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3402         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3404 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
3406         * faces.el (face-set-after-frame-default): Recalculate face
3407         customizations after applying X resources.
3409 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
3411         * net/rcirc.el (rcirc-timeout-seconds): New variable.
3412         (rcirc-keepalive-seconds): Remove variable.
3413         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3414         (rcirc-process, rcirc-user-disconnect): New variables.
3415         (rcirc-connect): Initalize new variables.
3416         (rcirc-keepalive): Don't send keepalive pings before connection
3417         is completed.
3418         (rcirc-sentinel): Do mark all channels with activity when
3419         connection is dropped.  Run hook with process buffer local.
3420         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3421         (rcirc-buffer-process): Return value of rcirc-process if
3422         rcirc-server-buffer is nil.
3423         (rcirc-server-name): Return the reported server name.
3424         (rcirc-update-prompt): Simplify computation of the server name.
3425         (rcirc-format-response-string): Likewise.
3426         (rcirc-handler-001): Mark server as connected, record the reported
3427         server name, and schedule a timeout.
3428         (rcirc-track-nick): Add a spec for the tty class.
3429         (rcirc-user-non-nick): Remove function.
3430         (rcirc-nick-prefix-chars): Add variable.
3431         (rcirc-user-nick): Use above variable.
3433 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3435         * icomplete.el (icomplete-tidy, icomplete-exhibit):
3436         Bind deactivate-mark to nil.
3438 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
3440         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3441         that buffer contents get erased during completion.
3443 2007-03-10  Glenn Morris  <rgm@gnu.org>
3445         * woman.el (woman-change-fonts): Add a hack to deal with
3446         font-escape followed by "." at start of a line.
3447         (woman2-IP): Add a hack to deal with consecutive requests.
3448         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3450 2007-03-10  Alan Mackenzie  <acm@muc.de>
3452         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3454 2007-03-09  Richard Stallman  <rms@gnu.org>
3456         * abbrev.el (abbrev): Add `provide'.
3458 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
3460         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3462 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
3464         * complete.el (PC-try-completion): New function.
3465         (PC-do-completion, read-file-name-internal): Use it instead of
3466         try-completion.
3468 2007-03-08  Alan Mackenzie  <acm@muc.de>
3470         Remove stale tokens from `c-found-types' cache.
3472         * progmodes/cc-mode.el (c-unfind-enclosing-token)
3473         (c-unfind-coalesced-tokens, c-before-change): New functions.
3474         (c-maybe-stale-found-type): New variable.
3476         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3477         (c-trim-found-types): New functions.
3479 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3482         (debug-ignored-errors): Add entry from smerge-match-conflict.
3484 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
3486         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3487         special help topics for keywords.
3488         (idlwave-help-assistant-command): Include ".exe" for ms-dos
3489         etc. Assistant command.
3491 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
3493         * replace.el (occur-engine): Move buffer-undo-list binding...
3494         (occur-1): ...to here.
3496         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3498         * simple.el (minibuffer-completing-symbol): New var.
3499         (eval-expression): Use it.
3500         (completion-setup-function): Don't bind completion-base-size when
3501         completing a symbol in the minibuffer.
3503 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
3505         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3506         tries to start a second session in graphical mode.
3508 2007-03-07  Miles Bader  <miles@gnu.org>
3510         * international/isearch-x.el
3511         (isearch-process-search-multibyte-characters):
3512         Strip text-properties from PROMPT to avoid an error from read-string.
3514 2007-03-07  Kim F. Storm  <storm@cua.dk>
3516         * complete.el (PC-bindings): Remap lisp-complete-symbol to
3517         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3519 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3521         * complete.el (PC-do-completion): Delete duplicates in the list of
3522         possible completions.
3524 2007-03-07  Glenn Morris  <rgm@gnu.org>
3526         * ses.el (ses-mode): Doc fix.
3528 2007-03-06  Kim F. Storm  <storm@cua.dk>
3530         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3532 2007-03-06  Kenichi Handa  <handa@m17n.org>
3534         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3536 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * simple.el (completion-setup-function): Improve last fix so it doesn't
3539         set it to a relative directory name either.
3541 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3543         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3545 2007-03-05  Richard Stallman  <rms@gnu.org>
3547         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3549         * files.el (find-file-noselect): No error if file no longer exists.
3550         Display a message and avoid other questions.
3552 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * pcomplete.el (pcomplete-show-completions): Improve last change, so
3555         as not to use an invisible window and to create a window if none exist.
3557         * progmodes/python.el (python-send-command): Restart proc if necessary.
3558         (python-proc): Simplify.
3560 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
3562         * pcomplete.el (pcomplete-show-completions): Search all frames for
3563         completions buffer.
3565 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
3567         * cus-edit.el (customize-save-variable): Clear customized-value
3568         property (saved values are now put in theme-value property).
3569         (customize-set-variable): Doc fix.
3571         * complete.el (PC-do-completion): If completion-ignore-case is
3572         non-nil, replace field with completion string before exiting.
3574 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
3576         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3577         Append its extension to the resulting temporary file name.
3578         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3580         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3581         (tramp-smb-handle-write-region): Apply it.
3583 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3585         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3586         Redo previous change.
3588 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3590         * diff-mode.el (diff-mode): Doc fix.
3592 2007-03-05  Kenichi Handa  <handa@m17n.org>
3594         * international/characters.el: Set category `l' (latin)
3595         for more characters.
3597 2007-03-04  Kim F. Storm  <storm@cua.dk>
3599         * emacs-lisp/authors.el (authors-aliases): Add alias.
3601 2007-03-04  Glenn Morris  <rgm@gnu.org>
3603         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3604         all when switching major mode.
3605         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3606         (hs-block-start-mdata-select, hs-block-end-regexp)
3607         (hs-forward-sexp-func, hs-adjust-block-beginning):
3608         Do not make these variables permanent-local.
3610 2007-03-04  Richard Stallman  <rms@gnu.org>
3612         * progmodes/cperl-mode.el (cperl-mode):
3613         Modify cperl-compilation-error-regexp-alist by appending.
3615         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3616         (edebug-mode): Add the hook.
3617         (edebug-recursive-edit): Remove the hook on exiting.
3619         * type-break.el (type-break-get-previous-time):
3620         Handle end-of-file errors specially
3621         so they don't get reported wrong in .emacs.
3623         * startup.el (fancy-splash-text): Clarify text.
3625         * simple.el (beginning-of-buffer, end-of-buffer):
3626         Avoid treating plain C-u like numeric arg.
3628         * simple.el (completion-setup-function): Don't set
3629         default-directory to nil.
3631         * shell.el (shell-dirstack-query): Doc fix.
3633         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3634         Don't select the window -- pass it to primitives instead.
3636         * faces.el (minibuffer-prompt): Use medium blue by default.
3638 2007-03-04  David Kastrup  <dak@gnu.org>
3640         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3641         Preserve 16 as default value for "seconds" when customizing.
3643 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3645         * textmodes/org.el (org-self-insert-command)
3646         (orgtbl-self-insert-command, org-delete-char)
3647         (org-delete-backward-char): Set the `flyspell-delayed' property.
3649 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3651         * international/mule.el (find-auto-coding): Don't search for
3652         line-ending characters past the end of the tail.
3654 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3656         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3657         Jump to the line where new score has been uploaded.
3659         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3660         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3661         Do nothing when the game is paused.
3663 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3665         * textmodes/org.el (org-set-tags): Prevent slipping of point
3666         during completion.
3668 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3670         * isearch.el (isearch-message-prefix):
3671         Use minibuffer-prompt-properties.
3673 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3675         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3676         (ps-setup): Print which Emacsen is running ps-print package.
3678 2007-03-01  Stuart Herring  <herring@lanl.gov>
3680         * files.el (set-auto-mode-0): Use `indirect-function'.
3681         (hack-one-local-variable): Don't reapply current major mode.
3683 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3685         * progmodes/python.el (python-quote-syntax): Don't bother with
3686         syntax-ppss-context.
3687         (python-fill-paragraph): Make sure that fenced-string delimiters that
3688         stand on their own line stay there.
3690 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3692         * replace.el (perform-replace): Propertize message.
3694 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3696         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3697         invisible heading.
3699 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3701         * net/tramp.el (tramp-file-name-handler): Revert last change.
3703 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3705         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3706         Correct doc strings.
3708 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3710         * replace.el (perform-replace): Undo forward-char immediately if
3711         non-adjacent search fails.
3713 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3715         * version.el (emacs-major-version, emacs-minor-version):
3716         string-to-int -> string-to-number.
3718 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3720         * help.el (where-is): Fail gracefully when not passed a command.
3722 2007-02-28  Stuart Herring  <herring@lanl.gov>
3724         * find-lisp.el (find-lisp-default-directory-predicate):
3725         Fix bug: Do symlink check on expanded filename.
3727 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3729         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3730         changes during replacement.
3731         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3733 2007-02-28  Lars Hansen  <larsh@soem.dk>
3735         * desktop.el: Delete header line listing me as maintainer.
3737 2007-02-28  Glenn Morris  <rgm@gnu.org>
3739         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3740         the menus case.
3742 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3744         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3745         hooks to avoid confusion when combining after-change calls.
3747 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3749         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3750         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3751         (allout-distinctive-bullets-string): Add info about bullet conventions.
3752         (allout-mode): Add info about distinctive vs plain bullets.
3754 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3756         * textmodes/org.el (org-archive-subtree): Quote variable name.
3757         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3759 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3761         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3762         (gud-bashdb-command-name, bashdb): Remove.
3763         (gud, gud-menu-map): Remove references to bash/bashdb.
3765 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3767         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3768         keyword for Python 2.5.
3770 2007-02-26  Romain Francoise  <romain@orebokech.com>
3772         * net/net-utils.el (whois-server-tld): Update server for .org.
3773         (whois-server-list): Add whois.publicinterestregistry.net.
3774         (whois-guess-server): Fix formatting in docstring.
3776 2007-02-26  Kim F. Storm  <storm@cua.dk>
3778         * mouse.el (mouse-show-mark): Run hooks and perform command
3779         remapping for mouse-region-delete-keys.
3781 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3783         * font-core.el (font-lock-mode): Doc fix.
3785 2007-02-25  Kim F. Storm  <storm@cua.dk>
3787         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3788         Add selected buffer to buffer-name-history.
3789         (ido-file-internal): Set this-command to fallback command.
3790         Add file names to file-name-history.
3792         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3793         Apply minibuffer-prompt-properties.
3795 2007-02-25  Andreas Schwab  <schwab@suse.de>
3797         * files.el (hack-one-local-variable-eval-safep): Correct handling
3798         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3800 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3802         * textmodes/org.el (org-table-overlay-coordinates)
3803         (org-table-toggle-coordinate-overlays): New functions.
3804         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3805         New variables.
3806         (org-startup-with-deadline-check): Remove option.
3807         (org-mode): Remove deadline check on startup.
3808         (org-table-limit-column-width): Remove option.
3809         (org-table-formula-numbers-only): Remove option.
3810         (org-link-style, org-link-format): Remove options.
3811         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3812         (org-export-ascii-show-new-buffer)
3813         (org-export-html-show-new-buffer): Remove options.
3814         (org-activate-links): Remove camel option.
3815         (org-file-link-context-use-camel-case): Remove option.
3816         (org-camel-regexp): Remove variable.
3817         (org-activate-camels): Remove function.
3818         (org-store-link): Remove Camel stuff.
3819         (org-make-org-heading-camel): Remove function.
3820         (org-open-at-point): Remove camel stuff.
3821         (org-link-search): Remove camel stuff.
3822         (org-camel-to-words): Function removed.
3823         (org-get-agenda-file-buffer): Make sure we prepare the base
3824         buffers, not any indirect buffers.
3825         (org-sort-entries): Sort top-level when not on a headline, and no
3826         active region.
3827         (org-in-regexp): New function.
3828         (org-search-not-self): Rename from `org-search-not-link'.
3829         (org-open-link-marker): New variable.
3830         (org-open-at-point): Set `org-open-link-marker'.
3831         (org-print-icalendar-entries): Fixe bug with excluding DONE
3832         entries from the exported list.
3833         (org-edit-formula-lisp-indent): New command.
3834         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3835         (orgtbl-to-latex, orgtbl-insert-radio-table)
3836         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3837         (orgtbl-radio-table-templates): New option.
3838         (org-store-link-props):
3839         (org-remember-templates): More possibilities to insert info
3840         into templates.
3841         (org-remember-apply-template): Make use of the extended
3842         template capabilities.
3843         (org-remember-redo-template): New command.
3844         (org-upgrade-old-links)
3845         (org-table-modify-formulas, org-table-replace-in-formulas)
3846         (org-table-find-dataline)
3847         (org-table-get-vertical-vector): Remove functions.
3848         (org-table-remove-rectangle-highlight)
3849         (org-time-stamp-format, org-toggle-log-option)
3850         (org-table-highlight-rectangle)
3851         (org-table-iterate, org-table-make-reference):
3852         (org-translate-time, org-tree-to-indirect-buffer)
3853         (org-table-field-info, org-table-fix-formulas)
3854         (org-table-force-dataline, org-table-get-descriptor-line)
3855         (org-table-get-range)
3856         (org-skip-comments, org-sort)
3857         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3858         (org-table-current-dline, org-table-current-field-formula)
3859         (org-table-edit-backward-field)
3860         (org-table-edit-formulas-post-command)
3861         (org-table-edit-line-down, org-table-edit-line-up)
3862         (org-agenda-archive)
3863         (org-agenda-clock-cancel)
3864         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3865         (org-agenda-open-link, org-agenda-show-new-time)
3866         (org-agenda-skip-subtree-when-regexp-matches)
3867         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3868         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3869         (org-do-sort, org-file-image-p, org-find-overlays)
3870         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3871         (org-highlight-until-next-command, org-isearch-end)
3872         (org-match-any-p, org-next-link, org-previous-link):
3873         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3874         (org-rewrite-old-row-references)
3875         (org-isearch-post-command)
3876         (org-table-edit-move, org-table-edit-next-field)
3877         (org-table-edit-scroll, org-table-edit-scroll-down)
3878         (org-set-frame-title, org-show-reference)
3879         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3880         (org-show-variable): Remove command.
3881         (org-add-log-maybe): New arguments STATE, FINDPOS
3882         (org-table-sort-lines): Rewrite from scratch.
3883         (org-link-search): New argument AVOID-POS.
3884         (org-print-icalendar-entries): Remove argument CATEGORY.
3885         (org-run-agenda-series): Remove argument WONDOW.
3886         (org-next-link, org-previous-link): New commands.
3887         (org-agenda-date-format): New option.
3888         (org-table-iterate): New command.
3889         (org-table-modify-formulas)
3890         (org-table-replace-in-formulas): Remove functions.
3891         (org-table-fix-formulas): New function.
3892         (org-table-insert-column, org-table-delete-column)
3893         (org-table-move-column): Use `org-table-fix-formulas'.
3894         (org-follow-gnus-link): Patch from Bastien/Leo.
3895         (org-table-current-field-formula): New function.
3896         (org-file-image-p): New function.
3897         (org-agenda-show-new-time): New function.
3898         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3899         (org-with-remote-undo): New macro.
3900         (org-agenda-undo): New command.
3901         (org-verify-change-for-undo): New function.
3902         (org-time-stamp-format): New function.
3903         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3904         by user.
3905         (org-match-any-p): New function.
3906         (org-make-tags-matcher): Handle regular expressions for tag and
3907         todo matches.
3908         (org-read-date): Accept "+N" as input for a date relative to the
3909         current date.
3910         (org-remove-subtree-entries-from-agenda): New function.
3911         (org-agenda-archive, org-agenda-kill):
3912         Use `org-remove-subtree-entries-from-agenda'.
3913         (org-do-sort, org-sort-entries): New functions.
3914         (org-sort): New command.
3915         (org-table-sort-lines): Use `org-do-sort'.
3916         (org-fix-decoded-time): New function.
3917         (org-table-number-regexp): Require 0x... to identify as number
3918         in tables.
3919         (org-startup-options): New keywords for note taking.
3920         (org-upgrade-old-links): Remove function.
3921         (org-get-repeat): New function.
3922         (org-show-context): Also show siblings on current level.
3923         (org-show-siblings): New function.
3924         (org-isearch-end, org-isearch-post-command): New functions.
3925         (org-show-siblings): New option.
3926         (org-show-context): Use `org-show-siblings'.
3927         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3928         to be bound, because user may just use elisp.
3930 2007-02-24  Kim F. Storm  <storm@cua.dk>
3932         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3933         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3935 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3937         * startup.el (command-line): Also check if the abbrev file is readable.
3939 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3941         * net/tls.el (tls-certtool-program): Fix custom type.
3943         * mail/feedmail.el (feedmail-message-id-generator)
3944         (feedmail-date-generator): Fix custom types.
3946         * mail/rmail.el (rmail-message-filter): Fix custom type.
3948 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3950         * startup.el (command-line): If simple.el cannot be found, proceed
3951         with a warning message.
3953 2007-02-24  Kenichi Handa  <handa@m17n.org>
3955         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3956         case that BEG is a string.
3958 2007-02-24  Chris Moore  <dooglus@gmail.com>
3960         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3961         * pgg-pgp.el (pgg-pgp-encrypt-region):
3962         * pgg-gpg.el (pgg-gpg-encrypt-region):
3963         Check pgg-encrypt-for-me if no other recipients.
3965 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3967         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3969         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3970         shell-quote-argument.
3972 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3974         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3975         from the comint buffer instead of the temporary one.
3977 2007-02-23  David Reitter  <david.reitter@gmail.com>
3979         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3980         storing it in recentf-exclude.
3982 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3984         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3985         in splash screen.
3987 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3989         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3990         commands, for restart.
3991         (idlwave-shell-current-module): Fix handling of module name by type.
3992         (idlwave-shell-break-in): Update type handling.
3993         (idlwave-shell-bp-get): Encode type in BP structure.
3994         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3995         (idlwave-shell-module-source-query): Query routine info based on type.
3996         Fix path parsing for non-compiled files.
3997         (idlwave-shell-module-source-filter): Don't signal error in filter
3998         if no source found.
3999         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4000         filter race.
4002 2007-02-22  Kim F. Storm  <storm@cua.dk>
4004         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4005         (editable-field): Document need to put some text before the %v
4006         escape in :format string.
4008 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4011         (vc-svn-use-edit): Remove unused config var.
4012         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4014         * outline.el (hide-sublevels): Keep empty last line, if available.
4016         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4017         rather than the corresponding unicode char, to make the code
4018         more readable.
4020 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4022         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4023         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4024         (speedbar-item-info-tag-helper): Doc fixes.
4026 2007-02-19  Kenichi Handa  <handa@m17n.org>
4028         * international/mule-cmds.el (locale-language-names):
4029         Map "eo" to "Esperanto".
4031         * language/european.el ("Esperanto"): New language environment.
4033 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4035         * simple.el (kill-line): Doc fix.
4037 2007-02-17  Kim F. Storm  <storm@cua.dk>
4039         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4040         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4041         (bindat--unpack-group, bindat--pack-group):
4042         Handle vectors with optional element type.
4044 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4046         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4047         if PASSPHRASE is given.
4049 2007-02-17  Chris Moore  <dooglus@gmail.com>
4051         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4052         Recognize backups of bz2 compressed files.
4054 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4056         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4057         to nil to speed up lookup of the symbol in index nodes.
4059 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4061         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4062         Add indentation for the constants of Lisp.
4064 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * ps-print.el: Use (defvar <foo>) where applicable.
4067         (ps-print-emacs-type): Remove.
4068         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4069         (ps-frame-parameter): Align its call-convention with frame-parameter.
4070         (ps-begin-job): Adjust calls to it appropriately.
4071         (ps-setup): Don't print ps-print-emacs-type.
4072         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4073         Define in such a way that it's obvious that it's defined.
4074         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4075         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4076         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4078 2007-02-15  Alan Mackenzie  <acm@muc.de>
4080         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4081         an empty one-line C-style comment, post-position point properly.
4083 2007-02-15  Chris Moore  <dooglus@gmail.com>
4085         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4086         (isearch-lazy-highlight-new-loop): Bind it.
4087         (isearch-lazy-highlight-search): Use it.
4089         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4091 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * font-lock.el (font-lock-extend-region-wholelines):
4094         Only return non-nil if the region has really been changed.
4095         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4097 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4099         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4100         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4101         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4103 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4105         * faces.el (color-values): Revert changes to docstring from
4106         2007-01-31 and 2000-09-07.
4108         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4109         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4110         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4111         (ispell-help): Fix typos in docstring and output message.
4113 2007-02-14  Kim F. Storm  <storm@cua.dk>
4115         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4116         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4117         (grep): Fix lgrep reference.
4119         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4120         (standard-display-underline): Use make-glyph-code.
4122         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4124         * international/latin1-disp.el (latin1-display-char):
4125         Use make-glyph-code.
4127 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4129         * ehelp.el (with-electric-help, electric-help-exit)
4130         (electric-help-retain): Doc fixes.
4132         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4133         (byte-compile-file): Doc fixes.
4135 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4137         * term/mac-win.el: Change all uses of
4138         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4139         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4140         (mac-ae-get-url): Call select-frame-set-input-focus.
4141         (mac-dnd-handle-drag-n-drop-event): Don't call
4142         select-frame-set-input-focus.
4144 2007-02-13  Kenichi Handa  <handa@m17n.org>
4146         * international/characters.el: Fix documentation of category `a'.
4148 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4150         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4152 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4154         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4155         (tramp-get-remote-ln): Handle error case.
4156         Reported by Chris Moore <dooglus@gmail.com>.
4158 2007-02-11  Kim F. Storm  <storm@cua.dk>
4160         * bindings.el (ctl-x-map): Remove register compatibility bindings
4161         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4163 2007-02-11  Richard Stallman  <rms@gnu.org>
4165         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4166         in load history.
4168         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4169         condition -- don't fail to stop at endpos.
4171 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4173         * textmodes/org.el (org-agenda-get-todos)
4174         (org-agenda-get-timestamps, org-agenda-get-closed)
4175         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4176         (org-agenda-get-blocks, org-format-agenda-item)
4177         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4178         from `category' to `org-category'.
4180 2007-02-11  Kenichi Handa  <handa@m17n.org>
4182         * international/titdic-cnv.el (titdic-convert): Force files be written
4183         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4184         (miscdic-convert): Force files be written with Unix-like eol format.
4186 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4188         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4190         * calculator.el (calculator-prompt): Doc fix.
4191         (calculator-mode-map): Fix typo in menu entry.
4193 2007-02-10  Jay Belanger  <belanger@truman.edu>
4195         * calculator.el (calculator): Do more extensive checking for when
4196         3 lines should be used for the calculator.
4198 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4200         * info-look.el (info-lookup-make-completions):
4201         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4202         index nodes.
4204         * info.el (Info-fontify-maximum-menu-size): Document the effect
4205         of a nil value.
4206         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4207         non-nil before using it as size.
4209 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4211         * subr.el (insert-for-yank-1): Prevent read-only properties from
4212         interfering with text property operations.
4214         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4216         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4217         (image-type-auto-detected-p): Fail if another match is found in
4218         auto-mode-alist.
4220         * files.el (magic-mode-alist): Call image-mode instead of
4221         image-mode-maybe for autodetected images.
4223 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4225         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4226         Fix typos in docstrings.
4227         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4229 2007-02-09  Kim F. Storm  <storm@cua.dk>
4231         * emacs-lisp/float-sup.el: Remove obsolete comment.
4233 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4237 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4239         * simple.el: Revert previous change, at request of RMS:
4240         (fundamental-mode-hook): Remove.
4241         (fundamental-mode): Run after-change-major-mode-hooks manually,
4242         and don't run the now-nonexistent fundamental-mode-hook.
4244 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4246         * simple.el (fundamental-mode-hook): Declare new hook.
4247         (fundamental-mode): Run the new dedicated hook, and don't run
4248         after-change-major-mode-hooks manually anymore.
4250 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4253         added columns of chars.  Remove support for the "no-meta-info" format.
4254         Prompted by Romain Francoise <romain@orebokech.com>.
4256 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4258         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4259         (gdb-mouse-until, gdb-mouse-jump): Use it.
4261 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4263         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4264         work when there is just an assembler buffer (no source buffer).
4266 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4268         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4269         just because the diff was produced using "-p" (--show-c-function).
4271 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4273         * faces.el (frame-set-background-mode): Use `color-values' and
4274         `display-color-p', not `x-color-values' and `x-display-color-p'.
4275         (face-valid-attribute-values): Use `defined-colors' instead of
4276         `x-defined-colors'.
4278 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4280         * ps-print.ps: The ps-print commands without face printing should not
4281         print background color.  Reported by Leo <sdl.web@gmail.com>.
4282         (ps-print-version): New version 6.7.3.
4283         (ps-begin-job): New arg.  Fix ps-default-background and
4284         ps-default-foreground initialization.
4285         (ps-face-attributes): Fix doc string.
4286         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4288         * printing.el: Fix ps-print link.
4290 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4292         * faces.el (face-set-after-frame-default): Compile attributes to
4293         be set by frame parameters before merging in X resources.
4295 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4297         * simple.el (blink-matching-paren-dont-ignore-comments):
4298         (blink-matching-paren-on-screen): Doc fixes.
4300 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4302         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4304 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4306         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4307         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4308         entries like `defun'.  Return nil.
4310 2007-02-05  Kim F. Storm  <storm@cua.dk>
4312         * ido.el: Doc fixes.
4314 2007-02-04  David Kastrup  <dak@gnu.org>
4316         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4317         `mpuz-allow-double-multiplicator' is non-zero, and correct
4318         calculation of `min'.
4320 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4322         * wid-edit.el (widget-default-create): Insert new text at the
4323         :from marker _after_ the marker, not before it.
4325 2007-02-04  Alan Mackenzie  <acm@muc.de>
4327         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4328         containing it is re-indented.
4330 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4332         * net/newsticker.el (newsticker--insert-image): Update docstring,
4333         and insert the image directly.
4334         (newsticker--buffer-redraw): Update docstring.
4336         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4337         Rename from define-global-minor-mode.
4339         * progmodes/cwarn.el (global-cwarn-mode):
4340         * emacs-lisp/autoload.el (make-autoload):
4341         * hi-lock.el (global-hi-lock-mode):
4342         * font-core.el (global-font-lock-mode): All callers changed.
4344 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4346         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4347         Don't copy @ignore lines into menu descriptions.
4348         (texinfo-multi-file-update): Goto the @node line before attempting
4349         to pluck the node name.
4350         (texinfo-multiple-files-update): Reverse the optional arguments'
4351         order, as per the doc string and the `interactive' form.
4353 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4355         * image-mode.el: Use autoload to avoid overriding disabled setting
4356         applied in .emacs.
4358 2007-02-03  Alan Mackenzie  <acm@muc.de>
4360         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4361         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
4362         adjacent paren groups).
4364 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4366         * progmodes/ebnf2ps.el: Doc fixes.
4367         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4369 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4371         * dired-x.el (dired-do-relsymlink): Add reference to
4372         dired-do-symlink.  Add an autoload cookie.
4374         * dired-aux.el (dired-do-symlink): Add reference to
4375         dired-do-relsymlink.
4377 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
4379         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4380         <left-fringe mouse-3>: New bindings.
4382 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
4384         * newsticker.el (newsticker-version): Changed to "1.10".
4385         (newsticker--set-customvar): Doc string.
4386         (newsticker-new-item-face): Doc string.
4387         (newsticker-mode): Initialize `invisibility-spec' with t.
4388         (newsticker-mode-map): Added
4389         `newsticker-mark-all-items-at-point-as-read'.
4390         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4391         (newsticker-w3m-show-inline-images): Do not call
4392         `w3m-remove-image'.
4393         (newsticker--buffer-after-w3m-insert-image): New advice for
4394         w3m-insert-image to cache images.
4395         (newsticker-next-item-same-feed): New.
4396         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4397         (newsticker-mark-all-items-of-feed-as-read): New.
4398         (newsticker-mark-all-items-at-point-as-read): Use new functions.
4399         (newsticker-mark-item-at-point-as-read): Doc string.
4400         (newsticker-mark-item-at-point-as-read): Use new functions.
4401         (newsticker--do-mark-item-at-point-as-read): New, extracted from
4402         `newsticker-mark-item-at-point-as-read'.
4403         (newsticker-hide-entry): Use (t) instead of t for invisibility.
4404         (newsticker--sentinel): Yet another xml-parser workaround.
4405         (newsticker--decode-iso8601-date): Bugfix for datestrings without
4406         days.
4407         (newsticker--buffer-do-insert-text): Fix.
4408         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4409         (newsticker--buffer-make-item-completely-visible):
4410         `switch-to-buffer' not necessary.
4412 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4414         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4415         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4416         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4417         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4418         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4420 2007-02-02  Kenichi Handa  <handa@m17n.org>
4422         * international/quail.el (quail-show-key): Fix an error message.
4424 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4426         * faces.el (set-face-underline-p, modify-face): Rename arg
4427         UNDERLINE-P to UNDERLINE (it is not a flag).
4429 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
4431         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4432         when adding gdb-speedbar-update to gdb-input-queue.
4434 2007-02-01  Kenichi Handa  <handa@m17n.org>
4436         * international/quail.el (quail-show-key): Signal an error if the
4437         current input method is not using Quail.
4439 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
4441         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4442         Trim leading whitespace in sysvar names.
4444 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4446         * faces.el (internal-find-face, internal-get-face): Doc fixes.
4448 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4450         * ido.el (ido-set-common-completion): Use `let', not `let*'.
4452 2007-01-31  Romain Francoise  <romain@orebokech.com>
4454         * comint.el: Delete extra copy of `comint-copy-old-input' added in
4455         previous change to this file.
4457 2007-01-31  Jason Rumney  <jasonr@gnu.org>
4459         * files.el (magic-mode-alist): Use image-mode-maybe rather than
4460         image-mode.
4462         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4463         interfering with attempt to set major mode from modified
4464         auto-mode-alist.
4466 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4468         * faces.el (color-values): Doc fix.
4469         (face-differs-from-default-p): Don't check :foreground twice.
4471 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
4473         * comint.el (comint-mode): Prevent non-keyword fontification by default.
4475 2007-01-31  Kenichi Handa  <handa@m17n.org>
4477         * international/quail.el (quail-store-decode-map-key): Store a
4478         translated character too.
4479         (quail-char-equal-p): New function.
4480         (quail-find-key1): Check character equality by quail-char-equal-p.
4481         (quail-decode-map-generated): New variable.
4482         (quail-find-key): Check quail-decode-map-generated and re-generate
4483         a decode map if necessary.
4485 2007-01-30  Richard Stallman  <rms@gnu.org>
4487         * tutorial.el (tutorial--detailed-help): Make the list of
4488         changed keys look nicer.
4490 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
4492         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4493         (gdb-var-delete): Use it.
4494         (gdb-var-update-handler-1): Handle value "invalid" for MI field
4495         `in_scope'.
4497 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
4499         * files.el (get-free-disk-space): Return nil for remote directories.
4501         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4502         instead of "dir".
4504 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
4506         * type-break.el (type-break-catch-up-event): New function.
4507         (type-break-demo-hanoi, type-break-demo-life)
4508         (type-break-demo-boring): Use it.
4510         * image-mode.el (image-mode): Don't automatically view as image.
4511         (image-toggle-display): Add `disabled' property.
4513 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4515         * isearchb.el (isearchb-iswitchb):
4516         * ps-print.el (ps-build-face-reference):
4517         * emacs-lisp/shadow.el (list-load-path-shadows):
4518         * eshell/esh-cmd.el (eshell-rewrite-for-command):
4519         * international/mule.el (find-auto-coding):
4520         * mail/supercite.el (sc-attrib-selection-list):
4521         * progmodes/cc-defs.el (c-emacs-features):
4522         * progmodes/cc-vars.el (c-offsets-alist):
4523         * progmodes/flymake.el
4524         (flymake-init-create-temp-source-and-master-buffer-copy):
4525         Fix typos in docstrings (some suggested by Chris Moore).
4527         * progmodes/vhdl-mode.el (vhdl-components-package-name)
4528         (vhdl-get-library-unit, vhdl-corresponding-begin)
4529         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4530         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4531         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4532         (vhdl-font-lock-match-item): Fix typos in docstrings.
4533         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4534         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4535         (vhdl-speedbar-insert-project-hierarchy):
4536         Improve argument/docstring consistency.
4538 2007-01-29  Kenichi Handa  <handa@m17n.org>
4540         * international/titdic-cnv.el (py-converter): Fix previous change.
4542 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4544         * jka-compr.el (jka-compr-partial-uncompress)
4545         (jka-compr-call-process): Rebind default-directory if it is
4546         invalid.  Suggested by Chris Moore.
4548         * comint.el (comint-insert-input): Handle situation where the
4549         selected buffer is not the clicked buffer.
4551 2007-01-29  Kenichi Handa  <handa@m17n.org>
4553         * international/ja-dic-cnv.el (skkdic-convert):
4554         Add byte-compile-disable-print-circle:t at the head.
4556         * international/titdic-cnv.el (tit-process-header):
4557         Add byte-compile-disable-print-circle:t at the head.
4558         (miscdic-convert): Likewise.
4559         (py-converter): Skip the header comments.
4561         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4562         New variable.
4563         (byte-compile-output-file-form): Bing print-circle to nil if
4564         byte-compile-output-file-form is not nil.
4565         (byte-compile-output-docform): Likewise.
4567 2007-01-28  Kim F. Storm  <storm@cua.dk>
4569         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4570         Declare earlier to avoid byte compiler warnings.
4572 2007-01-28  Markus Triska  <markus.triska@gmx.at>
4574         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4576 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
4578         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4579         (gamegrid-add-score-with-update-game-score-1): Allow local quits
4580         when calling update-game-score program.  Remove unnecessary
4581         save-excursion.
4583         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4585 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
4587         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4588         avoid compiler warning.
4589         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4590         might have values other than "true" or "false".
4592 2007-01-28  Richard Stallman  <rms@gnu.org>
4594         * textmodes/fill.el (fill-paragraph-function): Doc fix.
4595         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4597         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4599         * image.el (image-type-header-regexps): Make GIF regex more specific.
4601         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4602         Don't check `backspace'.
4603         (tutorial--find-changed-keys): Look up bindings in a temp buffer
4604         in Fundamental mode.
4606         * startup.el (fancy-splash-text, normal-splash-screen):
4607         Mention C-g.
4609         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4610         when inserting in buffer.
4612         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4613         inside the if.
4615 2007-01-27  Richard Stallman  <rms@gnu.org>
4617         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4619 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4621         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4622         enum/union/struct/class definition.
4623         Revert change to call `forward-sexp' multiple times.
4625 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4627         * files.el (hack-local-variables-confirm): Don't keep trying to
4628         read an event from an empty kbd macro.
4630 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4632         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4634 2007-01-27  Ben North  <ben@redfrontdoor.org>
4636         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4637         the arg CHILDREN -> WHICH.
4639 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4641         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4642         default-directory to a sane value when calling start-process.
4644 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4646         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4647         (ls-lisp-format-time-list): Doc fix.  Mention
4648         ls-lisp-use-localized-time-format.
4649         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4650         ls-lisp-use-localized-time-format is non-nil, even if a valid
4651         locale is defined.
4653 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4655         * jka-compr.el (jka-compr-shell): Doc fix.
4657         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4659 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4661         * ps-print.ps: Fix background height.
4662         (ps-print-version): New version 6.7.2.
4664 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4666         * makefile.w32-in (finder-data, custom-deps): Depend on
4667         $(lisp)/loaddefs.el.
4669 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4671         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4673 2007-01-24  Miles Bader  <miles@gnu.org>
4675         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4676         (byte-compile-output-docform): Bind `print-circle' to t.
4678 2007-01-24  Kenichi Handa  <handa@m17n.org>
4680         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4681         file name of the original SKK dictionary file.
4683 2007-01-24  Kim F. Storm  <storm@cua.dk>
4685         * ido.el (ido-initial-position): New variable.
4686         (ido-read-internal): Set it if default item is specified.
4687         (ido-minibuffer-setup): Position cursor accordingly if set.
4688         (ido-edit-input): C-e moves to end of input if not already there.
4689         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4690         Don't switch to buffer mode if repeating C-b at start of input.
4691         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4692         input; else it moves to start of input.
4693         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4694         not at end of input, delete rest of input, rather than normal op.
4696 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4698         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4700         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4701         of message.  Activate mark.
4702         (ediff-activate-mark): Set transient-mark-mode to t.
4704         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4706 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4708         * help-fns.el (describe-variable): Don't suppress display of
4709         buffer local value when the value is "large".
4711 2007-01-22  Kim F. Storm  <storm@cua.dk>
4713         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4714         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4715         (ido-tidy): Use ido-active.
4717 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4719         * hexl.el (hexl-mode-exit): Add missing quote.
4721 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4723         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4724         (mac-ae-keyboard-modifiers): New function.
4725         (mac-handle-toolbar-switch-mode): Use it.
4726         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4727         if keyboard modifiers on drop contain option key.
4728         (mac-dnd-drop-data): Add optional argument `action'.
4729         (special-event-map): Remove binding for M-drag-n-drop.
4731 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4733         * add-log.el (add-log-current-defun): Use CC Mode functions to
4734         find the beginning and end of a defun.
4736 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4738         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4739         (gdb-var-create-handler): Handle value field in GDB output of
4740         -var-create.
4741         (gdb-max-frames): New variable.
4742         (gdb-stack-buffer, gdb-frames-select): Use it.
4743         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4744         if necessary.
4745         (gdb-get-frame-number): Simplify.
4747 2007-01-21  Glenn Morris  <rgm@gnu.org>
4749         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4750         Update copyrights.
4752 2007-01-21  Alan Mackenzie  <acm@muc.de>
4754         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4755         handling of K&R stuff.
4757 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4759         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4761 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4763         * ps-print.el: Handle frame parameters (background and/or foreground
4764         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4765         (ps-print-version): New version 6.7.1.
4766         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4767         (ps-frame-parameter): New fun.
4768         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4769         Fix doc and customization.
4770         (ps-begin-job): Get frame parameters (background and/or foreground
4771         colors).
4772         (ps-do-despool): Ensure ps-printer-name has a valid value.
4774 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4776         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4777         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4778         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4779         mean unlimited.
4781 2007-01-20  Alan Mackenzie  <acm@muc.de>
4783         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4784         much more rigorous analysis of putative K&R regions.
4786 2007-01-20  Alan Mackenzie  <acm@muc.de>
4788         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4789         New functions.
4791 2007-01-20  Alan Mackenzie  <acm@muc.de>
4793         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4794         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4795         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4796         * progmodes/cc-vars.el: Add my name.
4798 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4800         * files.el (find-alternate-file): Revert query message to Emacs 21
4801         version.
4803 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4805         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4806         the doc string how to use personal abbrevs without electric
4807         keywords.
4809 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4811         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4812         Fixed cursor position when toggle abbreviated display.
4814 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4816         * t-mouse.el: Update copyright following assignment by
4817         Alessandro Rubini.
4819 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4821         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4822         (type-break-demo-boring): Call read-event instead of read-char.
4824 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4826         * progmodes/compile.el: Add handling for makepplog.
4828 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4830         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4831         aspell dictionaries are initialized when called non-interactively.
4833 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4835         * progmodes/compile.el (compilation-loop): New arg limit.
4836         Handle case where the first error is at point-min.
4837         (compilation-next-error): New arg to compilation-loop call.
4839 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4841         * info.el (Info-default-dirs): Change default info dir to
4842         share/info.
4844         * paths.el (Info-default-directory-list): Ditto.
4846 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4848         * hexl.el (hexl-before-revert-hook): New function.
4849         (hexl-mode): Use it.
4850         (hexl-after-revert-hook): Just call hexl-mode.
4851         (hexl-mode-exit): Remove before-revert-hook.
4853 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4855         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4857 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4859         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4860         by "-" in francais7 otherchars entry.
4861         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4862         otherchars entry.
4864 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4866         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4867         path.  Rewrite function in `cond' style for readability.
4869         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4870         (The path shortening, that is, not the rearrarangement.)
4872 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4874         * term/mac-win.el (mac-ae-quit-application): New function.
4875         (mac-apple-event-map): Bind "quit application" Apple event to it.
4877 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4880         than the program's output.
4882 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4884         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4885         (kmacro-start-macro-or-insert-counter)
4886         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4887         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4889         * longlines.el (longlines-show-hard-newlines):
4890         * ruler-mode.el (ruler-mode-ruler):
4891         * emulation/keypad.el (keypad-setup):
4892         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4893         Fix typo in docstring.
4895 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4897         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4898         Remove redirect character ">".
4900 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4902         * replace.el (perform-replace): Remove leftover code.
4904 2007-01-12  Richard Stallman  <rms@gnu.org>
4906         * replace.el (perform-replace): Don't clear NODENT when computing
4907         the replacement string.
4909 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4911         * net/tramp.el (tramp-handle-file-local-copy):
4912         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4913         <christopher.ian.moore@gmail.com>.
4915 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * diff-mode.el (diff-sanity-check-context-hunk-half)
4918         (diff-sanity-check-hunk): New functions.
4919         (diff-find-source-location): Use'em to check the hunks are well-formed.
4921         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4922         activate undo when undo is not active.
4923         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4925 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4927         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4928         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4929         (ffap-url-at-point): Use char-classes rather than "a-z".
4931 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4933         * ediff-init.el (ediff-autostore-merges):
4934         * textmodes/fill.el (fill-region): Doc fix.
4936 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4938         * server.el (server-ensure-safe-dir): UIDs may be floats.
4940 2007-01-10  Richard Stallman  <rms@gnu.org>
4942         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4943         around calls to directory-files.
4945         * subr.el (momentary-string-display): Use save-excursion.
4947         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4948         argument, but read it as `X' does.
4950 2007-01-09  Juri Linkov  <juri@jurta.org>
4952         * info.el (Info-fontify-node): Don't hide node names of index entries.
4954         * faces.el (momentary): Change :group to basic-faces where all
4955         basic faces belong to.  Add :version.
4957 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4959         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4960         keybinding is found.
4961         (tutorial--find-changed-keys): Never treat null keybinding as a
4962         remapping.
4964 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4966         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4968 2007-01-09  Kenichi Handa  <handa@m17n.org>
4970         * international/mule-cmds.el
4971         (select-safe-coding-system-interactively): Fix message.
4973 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4975         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4976         (tramp-process-actions): Add optional parameter TIMEOUT.
4977         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4978         (tramp-open-connection-su): Add timeout of 60".
4980 2007-01-09  Richard Stallman  <rms@gnu.org>
4982         * progmodes/compile.el (compile): Doc fix.
4984 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4986         * tumme.el (tumme-display-thumb): Doc fix.
4988 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4990         * battery.el (battery-search-for-one-match-in-files):
4991         * bindings.el (mode-line-minor-mode-help):
4992         * x-dnd.el (x-dnd-types-alist):
4993         * calendar/icalendar.el (icalendar-import-buffer):
4994         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4996         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4998 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
5000         * replace.el (replace-regexp): Fix typo in docstring.
5002 2007-01-07  Alan Mackenzie  <acm@muc.de>
5004         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5005         Amend doc-string and comments.
5007 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5009         * files.el (abbreviate-file-name): Doc fix.
5011 2007-01-06  Markus Triska  <triska@gmx.at>
5013         * subr.el (split-string): Remove spurious ")" from doc string.
5015 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5017         * textmodes/table.el (table--warn-incompatibility):
5018         Use display-warning instead of momentary-string-display.
5020 2007-01-05  Richard Stallman  <rms@gnu.org>
5022         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5024         * simple.el (backward-kill-word): Doc fix.
5026 2007-01-05  Romain Francoise  <romain@orebokech.com>
5028         * international/mule.el (sgml-html-meta-auto-coding-function):
5029         Ensure that the buffer contains a HTML document.
5031 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5033         * faces.el (momentary): Move here ...
5034         * subr.el (momentary): ... from here.
5036 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5038         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5039         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5040         large structures/arrays.
5042 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5044         * files.el (find-file-noselect-1, set-visited-file-name):
5045         Allow backup-enable-predicate to be nil.
5047 2007-01-04  Andreas Schwab  <schwab@suse.de>
5049         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5050         last change.
5052 2007-01-03  Richard Stallman  <rms@gnu.org>
5054         * woman.el (woman-decode-buffer): Clarify error message.
5056 2007-01-03  Alan Mackenzie  <acm@muc.de>
5058         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5060 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5062         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5064 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5068 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5070         * emulation/viper.el (viper-custom-file-name, viper-mode):
5071         Fix typos in docstrings.
5073         * subr.el (momentary-string-display): After moving point, set POS
5074         variable to it to avoid later errors once the buffer is modified.
5075         Doc fix.
5077 2007-01-02  Alan Mackenzie  <acm@muc.de>
5079         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5080         check that the "*/" is present before trying to manipulate it.
5082 2007-01-02  Richard Stallman  <rms@gnu.org>
5084         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5086         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5087         Fix format of value.
5089         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5090         Change messages accordingly.
5091         (customize-customized): Now alias.
5093 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5095         * files.el (version-control): Doc fix.
5097 2007-01-01  Alan Mackenzie  <acm@muc.de>
5099         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5100         Check the format of c-state-cache is valid for an optimisation before
5101         using it.
5103         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5104         are at a statement within a macro".  Other changes so that only
5105         the first continuation line in a macro gets the symbol
5106         `cpp-define-intro', the others getting `statement', or whatever.
5108         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5109         a string, preserve whitespace.  Add a backslash only when also in
5110         a macro.
5112         * progmodes/cc-defs.el: Correct typos.
5114         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5115         new line after an escaped EOL in a string.
5117         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5118         label when it directly follows "else", "do", ....
5120         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5121         angle brackets (as seen in "explicit specialisations" of C++
5122         templates).
5124         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5125         in the doc-string.
5127         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5128         when the comment ender looks like "=========*/" and is alone on
5129         its line.
5131         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5132         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5133         for the old name.
5135         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5136         c-\(beginning\|end\)-of-defun by default.
5138         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5139         New line-up function, for the DEFUN macro in the Emacs C sources.
5140         Only used in "gnu" style.
5142         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5143         the "gnu" style.
5145         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5146         clean-up comment-close-slash also to work when there's a comment
5147         terminator on the line.
5148         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5149         these for large arg - only take account of top level {..}, except
5150         for initial and final adjustments.  M-- C-M-[ae] now go to the
5151         right defuns when the starting point is between defuns.  They use
5152         the four new functions:
5153         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5154         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5155         support c-\(beginning\|end\)-of-defun.
5157         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5158         expressions more rigorously, to exclude bit-field specifiers from
5159         being classed as labels.
5160         (c-forward-label): When analyzing a ":" within a macro, be careful
5161         about using c-forward-syntactic-ws at the macro beginning.
5162         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5163         stmt boundary, check for "operator=", etc.
5165         * progmodes/cc-mode.el (c-postprocess-file-styles):
5166         Bind inhibit-read-only to t, around the call to
5167         c-remove-any-local-eval-or-mode-variables, so that it works on a
5168         RO file.
5170         * progmodes/cc-defs.el (c-version): Update the version number to
5171         "5.31.4".
5173 2007-01-01  Richard Stallman  <rms@gnu.org>
5175         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5176         only if we restored isearch-window-configuration.
5178 2006-12-31  Romain Francoise  <romain@orebokech.com>
5180         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5182 2006-12-31  Kim F. Storm  <storm@cua.dk>
5184         * files.el (auto-mode-case-fold): New defcustom.
5185         (set-auto-mode): If non-nil, perform second case-sensitive pass
5186         through auto-mode-alist if first pass failed.
5188 2006-12-30  Richard Stallman  <rms@gnu.org>
5190         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5192 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5194         * allout.el (allout-encrypt-string): Handle symmetric-key
5195         passphrase caching but leave keypair caching to pgg.
5197 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5199         Sync with Tramp 2.0.55.
5201         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5202         `integerp'.  `char-equal' could fail else in case of negative
5203         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5204         (top): Check for `font-lock-add-keywords' before calling; it
5205         doesn't exist under XEmacs.
5206         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5207         (tramp-completion-mode): Remove clause (not
5208         tramp-unified-filenames), because the function is called in other
5209         context too, where this check results in wrong results in the
5210         XEmacs case on Windows.
5211         (tramp-touch): UTC handling is not possible for XEmacs.
5213 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5215         * scroll-bar.el (previous-scroll-bar-mode): New variable
5216         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5217         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5219         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5221 2006-12-30  Richard Stallman  <rms@gnu.org>
5223         * files.el (make-backup-file-name-1): Precompute abs name
5224         but don't lose the relative name.
5226         * international/mule-cmds.el (select-safe-coding-system-interactively):
5227         Fix message.
5229 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5231         * files.el (backup-buffer): Show entire backup file name in msg.
5233 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5235         * image.el (image-type-header-regexps, image-type-from-data)
5236         (image-type-from-buffer, image-type-from-file-header):
5237         Revert changes from 2006-12-26.
5238         (image-type-auto-detectable): New variable.
5239         (image-type-auto-detected-p): New function.
5241         * files.el (magic-mode-alist): Detect image files with
5242         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5244 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5246         * dired.el (dired-sort-other): Move test for dired-mode...
5247         (dired-sort-set-modeline): ...to here.
5249 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5251         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5252         change.  Suggested by Stefan Monnier.
5254 2006-12-29  Kim F. Storm  <storm@cua.dk>
5256         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5257         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5259 2006-12-27  Kim F. Storm  <storm@cua.dk>
5261         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5262         so it doesn't accidentally match an fsf.org mail address.
5263         (authors-renamed-files-alist): Add tcover-*.el.
5265 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5267         * vc-arch.el (vc-arch-find-version): New function.
5269         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5270         composed of arbitrary characters (even /) in some systems.
5272 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5274         * international/mule-cmds.el (select-safe-coding-system-interactively):
5275         Improve the message in the *Warning* buffer.
5277 2006-12-27  Kim F. Storm  <storm@cua.dk>
5279         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5280         current buffer, it is ok to be first.
5282 2006-12-27  Kenichi Handa  <handa@m17n.org>
5284         * international/mule-cmds.el (select-safe-coding-system-interactively):
5285         Use face `link' for problematic chars.
5287 2006-12-27  Kenichi Handa  <handa@m17n.org>
5289         * international/mule-cmds.el (select-safe-coding-system-interactively):
5290         Improve the message in *Warning* buffer.
5292 2006-12-27  Kim F. Storm  <storm@cua.dk>
5294         * ido.el (ido-set-matches-1): Never put current buffer first if
5295         there are other matches.
5297 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5299         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5300         expressions.
5301         (gdb-var-delete): Handle duplicate names.  Print message for non
5302         root expressions.
5303         (gdb-partial-output-name): Start buffer name with a space.
5304         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5305         buffer name.
5307 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5309         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5310         last footnote when `footnote-spaced-footnotes' is nil.
5312 2006-12-26  Richard Stallman  <rms@gnu.org>
5314         * cus-edit.el (custom-browse-sort-alphabetically)
5315         (custom-buffer-sort-alphabetically)
5316         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5318         * image.el (image-type-header-regexps): Change element format
5319         to include third item NOT-ALWAYS.
5320         (image-type-from-data): Handle new format.
5321         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5322         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5324 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5326         * add-log.el (add-log-current-defun): Call `forward-sexp'
5327         multiple times to pick a member function name defined as
5328         part of nested classes/namespaces.
5330 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5332         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5333         which keymap should be used to change menu.  It does not affect any
5334         existent code.
5336 2006-12-26  Richard Stallman  <rms@gnu.org>
5338         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5339         rather than for being in a minibuffer window.
5341 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5343         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5344         locale-coding-system.
5345         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5346         LF.
5348 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
5350         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5351         (sql-mode-syntax-table): Disable double quoted strings.
5352         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5354 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5356         * startup.el (fancy-splash-last-input-event): New variable.
5357         (fancy-splash-special-event-action): New function.
5358         (fancy-splash-screens): Temporarily bind special events to it.
5359         Execute command for saved special event before exiting from
5360         recursive editing.
5362         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5363         New functions.
5364         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5365         Use mac-unread-string.
5367 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5369         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5370         an optimized comment regexp if `comment-start-skip' uses a ^.
5371         * bs.el (bs--up): Remove interactive spec.
5373 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5375         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5376         Suggested by James Cloos.
5378 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5380         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5381         in March.
5382         (calendar-dst-ends): Default to first Sunday in November.
5384 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
5386         * allout.el (allout-encrypt-string): Inhibit use of agent within
5387         body of let form where encryption happens.  Acknowledge non-use of
5388         gpg-agent in docstring.
5389         (allout-toggle-subtree-encryption): Acknowledge non-use of
5390         gpg-agent in docstring.
5392 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5394         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5396 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5398         * ediff-diff.el (ediff-diff-options): Clarify docstring.
5399         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5401         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5402         in hooks.
5403         (viper-add-newline-at-eob-if-necessary): Add newline only if we
5404         actually modify buffer; ignore errors if occur.
5406 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5408         * calendar/calendar.el (calendar-mode-map): Switch < and >.
5409         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5410         formatting.
5412 2006-12-23  Richard Stallman  <rms@gnu.org>
5414         * simple.el (delete-horizontal-space): Doc fix.
5416 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
5418         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5419         explicitly in a recursive Make, not implicitly through prerequisites,
5420         since the latter is wrong under parallel builds.
5422 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
5424         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5426 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5428         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5429         message string.
5431 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
5433         * outline.el (outline-next-visible-heading): Fix the case with a
5434         header at end-of-file with no final newline.
5436 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5438         * indent.el (tab-always-indent): Doc fix.
5440 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
5442         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5443         (Info-fontify-node): Do fontify indices.
5445         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5446         to the Emacs Lisp reference manual.
5447         (tutorial--tab-map): Remove.  All callers changed.
5448         (tutorial--find-changed-keys): New elt QUIET, used to...
5449         (tutorial--display-changes): ...ensure that warning messages are
5450         only issued once per changed key.
5451         (tutorial--remove-remarks): Delete unused code-path.
5452         (lang-strings): Remove extraneous formatting.
5453         (tutorial--save-tutorial): Prompt before saving tutorial state.
5455 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
5457         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
5458         Replace '?\ ' by '?\s' throughout.
5459         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
5460         `help' custom group.
5461         (tutorial--key-description): New function.
5462         (tutorial--display-changes): Remove redundant arg.  Scan for all
5463         key sequences to avoid false matches.  Cleanup.
5464         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5465         reduce homedir pollution.
5466         (help-with-tutorial): Call tutorial--display-changes with no arg.
5468 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
5470         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5472 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
5474         * net/tramp.el (tramp-default-method): We still need to check for
5475         `executable-find', because it is not bound under Emacs 20.
5476         (tramp-handle-file-name-completion)
5477         (tramp-completion-handle-file-name-completion): Handle optional
5478         parameter PREDICATE.
5479         (tramp-find-default-method): Add code for default values.
5481 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
5483         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5484         make gud-go send "continue".
5486 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
5488         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5489         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
5491 2006-12-19  Kim F. Storm  <storm@cua.dk>
5493         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5494         instead of global-map.
5496         * files.el (magic-mode-alist): Allow matching file type by
5497         calling a function at bob.  Check for image types by calling
5498         image-type-from-buffer.  Suggested by Juanma Barranquero.
5499         (set-auto-mode): Do it.
5501 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5503         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5504         Remove "ControlMaster" option from the other `scp*' methods.
5505         (tramp-default-method): Check for ssh-agent before setting to `scp'.
5507 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5509         * textmodes/org.el (org-mode): Show context after isearch.
5510         (org-show-siblings): New function.
5511         (org-show-context): Use `org-show-siblings'.
5513 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5515         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5516         Use syntax-ppss-toplevel-pos.
5518 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5520         * textmodes/org.el (org-current-line): Make sure that lines are
5521         counted from beginning of buffer.
5522         (org-table-copy-region, org-table-paste-rectangle): Make sure that
5523         lines are counted from beginning of buffer.
5525 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5527         * info.el (Info-build-node-completions): Signal error if tag-table
5528         marker is not found.
5530         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5532 2006-12-17  Alan Mackenzie  <acm@muc.de>
5534         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5535         speed) the case when open-paren-in-column-0-is-defun-start is nil.
5536         Based on code by Martin Rudalics.
5538         * progmodes/cc-mode.el (c-basic-common-init): Don't set
5539         open-paren-in-column-0-is-defun-start to nil any more.
5541 2006-12-17  Richard Stallman  <rms@gnu.org>
5543         * simple.el (delete-horizontal-space): Use prefix arg.
5545         * help-fns.el (describe-variable): Improve blank separator lines.
5547         * files.el (magic-mode-alist): Mark as risky.
5549         * files.el (make-backup-file-name-1):
5550         Expand backup-directory explicitly.
5552 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
5554         * net/tramp.el (tramp-default-method): Before setting to "pscp",
5555         check whether package password.el is loaded, or Pageant is running.
5557 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
5559         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5560         (icalendar--rris): First try Emacs, then XEmacs.
5561         (icalendar--convert-ical-to-diary): Doc fix.
5562         Insert newline at end of target file.
5564 2006-12-17  Kim F. Storm  <storm@cua.dk>
5566         * outline.el (outline-isearch-open-invisible-function): New defvar.
5567         (outline-flag-region): Use it if non-nil for isearch-open-invisible
5568         overlay property instead of outline-isearch-open-invisible.
5570 2006-12-16  Kim F. Storm  <storm@cua.dk>
5572         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5573         if ido-directory-too-big is set on entry.
5574         (ido-toggle-ignore, ido-completion-help): Print message while
5575         reading big directory.
5577 2006-12-15  Richard Stallman  <rms@gnu.org>
5579         * shell.el (shell): Doc fix.
5581 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5583         * emulation/edt.el (edt-xserver):
5584         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5585         to fix a problem on Cygwin.
5587         * emulation/edt.el
5588         * emulation/edt-mapper.el
5589         * emulation/edt-lk201.el
5590         * emulation/edt-pc.el
5591         * emulation/edt-vt100.el: Update maintainer's email address.
5593 2006-12-15  Simon Marshall  <simon@gnu.org>
5595         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5597 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5599         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5600         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5601         instead of mac-atsu-font-table.
5602         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5604 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
5606         * align.el (align-match-tex-pattern): Fix a rare bug which
5607         hanged Emacs.
5609 2006-12-14  Richard Stallman  <rms@gnu.org>
5611         * startup.el (use-fancy-splash-screens-p): Use frame-height
5612         instead of window-height.  Pass frame to image-size.
5614 2006-12-13  Kenichi Handa  <handa@m17n.org>
5616         * international/mule-cmds.el (set-locale-environment):
5617         Set default-sendmail-coding-system too.
5619 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5621         * progmodes/idlw-help.el: Fix copyright notice.
5623 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5625         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5627 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5629         * subr.el (unread-command-char): Reformat obsolescence info.
5631 2006-12-11  Richard Stallman  <rms@gnu.org>
5633         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5634         about calls to cl-struct-setf-expander.
5636 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5638         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5639         (ediff-combination-pattern): Fix typo in docstring.
5641         * textmodes/refer.el (refer-find-entry): Doc fix.
5642         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5643         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5644         Fix tipos in docstrings.
5646         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5648 2006-12-10  Kim F. Storm  <storm@cua.dk>
5650         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5651         instead of binding M-backspace.
5653 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5655         * replace.el (replace-match-data, replace-match-maybe-edit):
5656         * calc/calc-aent.el (calc-eval-error):
5657         * emulation/vi.el (vi-char-argument):
5658         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5659         (c-vsemi-status-unknown-p-fn): Doc fixes.
5661 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5663         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5664         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5666 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5668         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5670 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5672         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5674         * man.el (Man-xref-button-action): New function.  If the
5675         `Man-target-string' button property is a function, assume it
5676         accepts a position argument.
5677         (Man-abstract-xref-man-page): Use it.
5678         (Man-default-man-entry): New optional arg POS.
5680         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5681         symlink arrows read-only and non-rear-sticky.
5683 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5685         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5686         (wdired-search-and-rename): Simplify code.
5687         (wdired-preprocess-files, wdired-preprocess-perms): Make
5688         read-only property of preceding character rear-nonsticky to
5689         avoid that it can be modified.  Put old-name and old-link
5690         properties on character preceding name and replace
5691         put-text-property by add-text-properties.
5692         (wdired-get-filename, wdired-get-previous-link): Get old-name
5693         and old-link properties from character preceding name and
5694         simplify code.
5695         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5696         (wdired-perms-to-number): Make local-map property
5697         rear-nonsticky to avoid that text following permissions may be
5698         modified.  Use add-text-properties instead of put-text-property
5699         when changing a permission bit.
5700         (wdired-change-to-dired-mode): Remove stickiness properties.
5702 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5704         * international/mule-cmds.el (register-input-method): Doc fix.
5706 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5708         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5710 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5712         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5713         Force buffer local defs evaluation on local variables loading.
5714         (flyspell-mode-on, flyspell-mode-off): Use it in
5715         `hack-local-variables-hook'.
5717 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5719         * emacs-lisp/find-func.el (find-variable): Doc fix.
5721         * help-fns.el (variable-at-point): Doc fix.
5723         * w32-fns.el (w32-append-code-lines): New function.
5725 2006-12-09  Romain Francoise  <romain@orebokech.com>
5727         * comint.el (comint-insert-input): Delete obsolete comment.
5729 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5731         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5732         current frame, in case we're connected to several displays.
5734 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5736         * frame.el (other-frame): Doc fix.
5737         (set-frame-parameter): Fix typo in docstring.
5739 2006-12-07  Kim F. Storm  <storm@cua.dk>
5741         * info.el (Info-index): Strip leading colon from topic.
5743 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5745         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5746         to pointers.
5748 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5750         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5751         Trim out spurious class inheritance "None" entries.
5753 2006-12-05  Kim F. Storm  <storm@cua.dk>
5755         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5756         (cua-paste-pop): Rework last change for
5757         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5758         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5759         text inserted by the last M-y command.
5761 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5763         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5764         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5766         * shell.el (shell): Search the start file in ~/.emacs.d as
5767         `init_SHELLNAME.sh' instead.
5769 2006-12-05  Glenn Morris  <rgm@gnu.org>
5771         * progmodes/cperl-mode.el (cperl-mode)
5772         * progmodes/f90.el (f90-mode-abbrev-table)
5773         * progmodes/fortran.el (fortran-mode-abbrev-table)
5774         * progmodes/octave-mod.el (octave-abbrev-table)
5775         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5776         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5778         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5779         clear abbrev table, else saved abbrevs will not be restored.
5781 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5783         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5784         the call to `make-obsolete-variable', not in the docstring.
5786 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5788         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5790 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5792         * progmodes/ebnf-abn.el:
5793         * progmodes/ebnf-bnf.el:
5794         * progmodes/ebnf-dtd.el:
5795         * progmodes/ebnf-ebx.el:
5796         * progmodes/ebnf-iso.el:
5797         * progmodes/ebnf-otz.el:
5798         * progmodes/ebnf-yac.el:
5799         * progmodes/ebnf2ps.el:
5800         * delim-col.el:
5801         * printing.el:
5802         * ps-bdf.el:
5803         * ps-mule.el:
5804         * ps-print.el: Remove 'Time-stamp' comment mark.
5806         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5807         'easy-menu-add-item' when called in Emacs 21 or higher.
5809 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5811         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5812         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5814 2006-12-04  Kim F. Storm  <storm@cua.dk>
5816         * bindings.el (global-map): Bind [signal t] to ignore, to have
5817         user signals ignored by default.
5819 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5821         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5822         Unicode data file pointed to by `describe-char-unicodedata-file'.
5824 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5827         O(n^2) regexp-search by anchoring the search.
5829 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5831         * whitespace.el (whitespace-cleanup-internal): Use current
5832         argument for recursive call.
5834 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5836         * net/tramp.el (tramp-methods): Add "ControlPath" and
5837         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5838         Andreas Schwab <schwab@suse.de>.
5839         (tramp-do-copy-or-rename-file-out-of-band)
5840         (tramp-open-connection-rsh): Compute format spec for ?t.
5841         (tramp-process-actions): Trace command parameters.
5843 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5845         * simple.el (toggle-truncate-lines): Clarify doc string.
5847         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5848         (gdb-speedbar-expand-node): Use it.
5850 2006-12-04  Richard Stallman  <rms@gnu.org>
5852         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5854         * dired.el (dired-revert): Turn off dired-after-readin-hook
5855         around call to dired-readin.
5857         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5858         to echo area messages.
5859         <indicate-empty-lines, case-fold-search>:
5860         Add "globally" to Help string.
5861         <case-fold-search>: MESSAGE arg need not say "globally".
5862         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5864 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5866         * outline.el (outline-end-of-subtree): Don't leave an empty
5867         line hidden as we would a real next heading.
5869 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5871         * allout.el (allout-ascend): Add an optional argument to preserve
5872         original position of point when unsuccessful.  Also, fix a
5873         docstring error.
5874         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5875         work again, using allout-ascend's new option.
5876         (allout-setup-mode-map): Extract from allout-mode to initialize
5877         allout-mode-map.  Call it on file load, so the mode docstring
5878         substitutions work even if allout mode has not yet been invoked.
5879         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5880         customizations since the map was last processed.  Also, refine the
5881         docstring so it's ship-shape for release.
5882         (allout-default-layout, allout-beginning-of-line-cycles)
5883         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5884         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5885         (allout-version, allout-layout, allout-infer-body-reindent)
5886         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5887         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5888         (allout-previous-heading, allout-goto-prefix-doublechecked)
5889         (allout-current-bullet-pos, allout-next-sibling-leap)
5890         (allout-pre-command-business, allout-encrypted-type-prefix)
5891         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5892         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5893         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5894         (allout-old-expose-topic, allout-listify-exposed)
5895         (allout-process-exposed, allout-latex-verb-quote)
5896         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5897         (allout-toggle-current-subtree-encryption)
5898         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5899         Remove extraneous open-paren and close paren string escapes.
5901 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5903         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5904         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5905         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5906         Fix typos in docstrings.
5908 2006-12-03  Glenn Morris  <rgm@gnu.org>
5910         * progmodes/cc-align.el
5911         * progmodes/cc-awk.el
5912         * progmodes/cc-cmds.el
5913         * progmodes/cc-compat.el
5914         * progmodes/cc-defs.el
5915         * progmodes/cc-engine.el
5916         * progmodes/cc-langs.el
5917         * progmodes/cc-menus.el
5918         * progmodes/cc-mode.el
5919         * progmodes/cc-styles.el
5920         * progmodes/cc-vars.el
5921         * progmodes/vhdl-mode.el: Fix Copyright format.
5923 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5925         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5926         initial down event.
5928 2006-12-02  Kim F. Storm  <storm@cua.dk>
5930         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5931         (cua-repeat-replace-region): Make M-v more robust.
5932         (cua-paste-pop-rotate-temporarily): New defcustom.
5933         (cua-paste-pop): Use it.
5934         (cua-auto-mark-last-change): New defcustom.
5935         (cua-pop-to-last-change): New helper function.
5936         (cua-set-mark): Use them.
5938 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5940         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5941         mini-buffer message.
5943 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5945         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5947 2006-12-01  Ben North  <ben@redfrontdoor.org>
5949         * paren.el: Fix the highlight overlay extension when the user types a
5950         sequence of char very fast just before the open parenthesis.
5952 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5954         * ps-mule.el: Eliminate Emacs 20 compatibility.
5956         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5957         (ps-print-version): New version 6.7.
5958         (ps-print-quote): Replace '?\ ' by '?\s'.
5960 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5962         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5963         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5964         (hexl-end-of-1k-page): Doc fixes.
5965         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5966         Fix typos in docstrings.
5968 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5970         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5971         locally, i.e. without using file name handlers.
5972         (ido-read-internal): Allow mono letter host names, avoiding the
5973         `c:' problem by testing if the file exists locally.
5974         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5976 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5978         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5979         to avoid bytecomp warnings.
5980         (hexl-mode-old-ruler-function): New variable.
5981         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5982         and `hl-line-range-function' after `require' hl-line.
5983         Then bind `hl-line-range-function' and `hl-line-face'.
5984         Don't require frame.  Don't use `with-no-warnings'.
5985         (hexl-activate-ruler): Store the original value of
5986         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5987         (hexl-mode-exit): Restore the original value of
5988         `ruler-mode-ruler-function'.
5990 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5992         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5993         (hexl-mode-old-hl-line-face): New variable.
5994         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5995         line when exit from the hexl-mode.
5997 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5999         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6000         Doc fixes.
6002         * international/fontset.el (create-fontset-from-ascii-font)
6003         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6004         (fontset-name-p): Fix typo in docstring.
6006         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6008 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6010         * ps-bdf.el: Fix maintainer email.
6012         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6013         compatibility.
6015         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6016         21 compatibility.
6017         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6018         Emacs 20 & 21.
6020 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6022         * progmodes/idlwave.el (idlwave-auto-fill):
6023         Remove paragraph-start let to prevent auto-fill giving up.
6025 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6027         * vt100-led.el (led-state): Fix typo in previous change.
6029 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6031         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6032         Fix interactive spec of the functions getting defined to make them
6033         work as documented.
6035 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6037         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6039 2006-11-28  Kim F. Storm  <storm@cua.dk>
6041         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6042         icomplete-mode is enabled.
6044 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6046         * textmodes/org.el (require): Require gnus-sum during compilation
6047         to avoid problem with a macro call.
6049 2006-11-28  Glenn Morris  <rgm@gnu.org>
6051         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6053         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6054         (fortran-window-create-momentarily): Do not need string-to-char.
6056 2006-11-28  Richard Stallman  <rms@gnu.org>
6058         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6059         Replace incorrect use of assoc-default with a loop.
6061         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6063         * simple.el (next-error-find-buffer): Improve messages.
6065         * files.el (revert-buffer): Special error message if file
6066         is now not readable.
6068         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6069         constructed commands.
6071         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6072         in INSIDE_EMACS.
6074 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6076         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6078         * server.el: Remove spurious * in docstrings.
6079         (server-process-filter): Exit from recursive editing before processing
6080         a new request.
6082 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6084         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6085         line so hidden blocks will be correctly identified.
6087 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6089         * ledit.el (ledit-save-defun, ledit-mode):
6090         * resume.el (resume-emacs-args-buffer):
6091         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6092         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6093         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6094         (command-send-input, command-kill-line):
6095         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6097         * autoarg.el (autoarg-kp-mode): Doc fix.
6099         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6100         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6101         (check-emacs-lock): Doc fix.  Simplify.
6103         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6104         (iimage-mode-buffer): Fix typos in docstring.
6106         * misc.el (zap-up-to-char): Doc fix.
6108         * time-stamp.el: Fix comment and obsolescence string for old
6109         functions.  Use `dolist' instead of `while'.
6111         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6113         * disp-table.el (standard-display-8bit, standard-display-default):
6114         * ebuff-menu.el (electric-buffer-list):
6115         * ehelp.el (electric-help-command-loop):
6116         * font-core.el (font-lock-mode):
6117         * help-macro.el (make-help-screen):
6118         * help.el (describe-minor-mode-completion-table-for-indicator)
6119         (lookup-minor-mode-from-indicator):
6120         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6121         * info-look.el (info-lookup-guess-custom-symbol):
6122         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6123         * longlines.el (longlines-wrap-line):
6124         * macros.el (insert-kbd-macro):
6125         * menu-bar.el (menu-bar-update-buffers):
6126         * misc.el (copy-from-above-command):
6127         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6128         * newcomment.el (comment-indent):
6129         * novice.el (disabled-command-function):
6130         * sort.el (sort-fields-syntax-table):
6131         * subr.el (momentary-string-display):
6132         * tar-mode.el (tar-header-block-summarize)
6133         (tar-clear-modification-flags):
6134         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6135         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6136         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6137         (te-delete-char, te-down-vertically-or-scroll):
6138         * time-stamp.el (time-stamp-string-preprocess):
6139         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6141 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6143         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6144         in GUD mode.
6146         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6147         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6149 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6151         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6153 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6155         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6156         (ada-compile-goto-error): Adapt to new argument profile of
6157         compilation-goto-locus in Emacs 22.  Don't check if the various
6158         compile functions are defined; we already do "(require 'compile)".
6160 2006-11-26  Kim F. Storm  <storm@cua.dk>
6162         * kmacro.el: Fix commentary.
6164 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6166         * progmodes/gud.el (gdb): Explain how to run in text command mode
6167         more clearly.  Say in error message that multiple debugging
6168         requires restarting GDB.
6170 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6172         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6174 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6176         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6177         (flymake-popup-menu): Use it instead of posn-at-point.
6179 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6181         * progmodes/cc-vars.el (c-backslash-column):
6182         Mention c-backslash-max-column in documentation for c-backslash-column.
6184 2006-11-24  Lars Hansen  <larsh@soem.dk>
6186         * net/tramp.el (tramp-default-method): Under Windows, change from
6187         plink to pscp.
6188         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6189         (tramp-actions-copy-out-of-band):
6190         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6191         (tramp-action-out-of-band): Move "Permission denied" handling to
6192         tramp-action-copy-failed.
6193         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6194         process buffer.
6196 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6199         strings to a single string.  Quote `errors-file-name'.
6200         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6201         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6202         Adjust calls.  Use `shell-quote-argument'.
6204         * international/mule.el (load-with-code-conversion)
6205         (with-category-table): Use with-current-buffer.
6206         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6208 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6210         * mail/smtpmail.el (smtpmail-send-it):
6211         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6212         MIME header for the message encoding.
6213         Bind coding-system-for-write around the call to mail-do-fcc.
6214         Use smtpmail-code-conv-from to encode queued mail messages.
6216 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6218         * tabify.el (tabify-regexp): Doc fix.
6220         * net/rcirc.el (rcirc-buffer-maximum-lines):
6221         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6223         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6224         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6225         Fix typos in output messages.
6226         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6228 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6231         the horse's mouth.
6232         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6234 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6236         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6237         Remove condition-case.
6239 2006-11-23  Glenn Morris  <rgm@gnu.org>
6241         * progmodes/f90.el (f90-comment-indent): Do not move point in
6242         default case.
6244 2006-11-21  Romain Francoise  <romain@orebokech.com>
6246         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6247         from library name (reverts change of 2005-10-25).
6249 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6251         * tutorial.el (tutorial--default-keys): Add newline and
6252         delete-backward-char bindings.
6253         (tutorial--detailed-help): Save excursion when finding keys.
6254         Correct warning string for M-x FOO case.
6255         (tutorial--display-changes): Print special keys in tutorial style.
6256         Tweak search regexp for changed keys.
6258 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6260         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6261         redundant scheme.
6263 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6265         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6266         are new to the list at IANA.  Also added irc, mms, mmsh.
6268 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6270         * progmodes/idlw-help.el (idlwave-html-help-location):
6271         Fail gracefully for missing help packages.
6272         (idlwave-help-assistant-open-link): Open full links.
6273         (idlwave-help-assistant-help-with-topic): Direct help link.
6275         * progmodes/idlwave.el (idlwave-mode):
6276         Set add-log-current-defun-function.
6277         (idlwave-current-routine-fullname): Add, to support add-log.
6278         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6279         to reflect improvements to xml-parse-file.
6280         (idlwave-mode-menu-def): New binding for help-with-topic.
6282         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6283         Handle extra newlines and spaces.
6284         (idlwave-shell-mode-map): Add help-with-topic.
6286 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6288         * tutorial.el (tutorial-warning-face): New face.
6289         (tutorial--detailed-help, tutorial--display-changes): Use it.
6290         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6291         Improve search pattern for occurrences of changed keys.
6293 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6295         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6296         (x-select-text): Set it.
6297         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6298         when checking for newness.
6300 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6302         * subr.el (posn-image):
6303         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6305         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6307 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6309         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6310         Exceptions to the rule "add a space between an identifier and an
6311         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6312         (glasses-parenthesis-exception-p): New.  Check if the region is an
6313         exception regarding to that.
6314         (glasses-make-readable): Use it.
6315         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6316         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6318 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6320         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6322 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6324         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6326         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6327         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6329 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6331         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6332         conditions for function or variable bindings.
6334         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6336         * progmodes/compile.el (compilation-start): Ditto.
6338 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6340         * net/tramp.el (top): cl and custom are always required.
6342 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6344         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6345         cut-buffers with next-selection-coding-system if not nil.
6347 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6349         * textmodes/org.el (org-fix-decoded-time): New function.
6350         (org-display-custom-time): Use `org-fix-decoded-time'.
6352 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
6354         * menu-bar.el (menu-bar-games-menu): Remove yow.
6356 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6358         * textmodes/org.el (org-scan-tags): Re-align code fixed.
6359         (org-detach-overlay): Rename from `org-detatch-overlay'.
6360         (org-table-convert-region): Insert space after column separator.
6361         (org-agenda-kill): New command.
6362         (org-metaleft): Call `org-outdent-item' on bullets.
6363         (org-metaright): Call `org-indent-item' on bullets.
6364         (org-timestamp-change): Set `org-last-changed-timestamp'.
6365         (org-current-line): Make sure (bolp) returns correct result.
6366         (org-agenda-change-all-lines): Make sure TODO are highlighted.
6368 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6372 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6374         * mouse.el (global-map): Change 2006-08-16 fix to call
6375         mouse-yank-at-click explicitly, since mouse events are not carried
6376         over into keyboard macros.
6378 2006-11-16  Kim F. Storm  <storm@cua.dk>
6380         * ido.el (ido-file-internal): Use current buffer's file name as default
6381         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
6383 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
6385         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6386         (allout-inhibit-aberrance-doublecheck): Rename from
6387         allout-during-yank-processing.  All callers changed.
6388         (allout-ascend): Provide for unusual case where some topic after
6389         the first in file is at lower depth than the first.
6390         (allout-shift-in): Ensure the offspring of the new containing
6391         topic are exposed.
6392         (allout-encrypt-string): Preserve the coding-system of the text,
6393         according to that of the containing buffer.
6394         (allout-toggle-subtree-encryption): When the text being encrypted
6395         requires a different coding system, offer to preserve the coding
6396         system using a file local var.
6398 2006-11-15  Simon Marshall  <simon@gnu.org>
6400         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6401         to recognise "T t()" as a function declaration, rather than a
6402         variable instantiation, iff at the top-level or inside a class
6403         declaration.  Suggested by Feng Li <fengli@gmail.com>.
6405 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6407         * progmodes/ada-xref.el (ada-parse-prj-file):
6408         Don't delete project buffer; user may want to edit it.
6409         (ada-xref-set-project-field, ada-xref-current-project-file)
6410         (ada-xref-current-project, ada-show-current-project)
6411         (ada-set-main-compile-application): New functions.
6412         (ada-xref-get-project-field, ada-require-project-file):
6413         Normalize use of ada-prj-default-project-file.
6414         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6415         Normalize use of ada-require-project-file.
6416         (ada-prj-find-prj-file): Improve doc string, comments.
6418         * progmodes/ada-mode.el (ada-mode-version): Bump version.
6419         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6420         (ada-create-menu): Add ada-set-main-compile-application,
6421         ada-show-current-main, ada-show-current-project.
6423 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6425         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6426         (inferior-python-mode): Use it.
6428 2006-11-14  Andreas Schwab  <schwab@suse.de>
6430         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6432 2006-11-13  Kim F. Storm  <storm@cua.dk>
6434         * ido.el (ido-copy-current-word): C-o copies region if active.
6436 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6438         * textmodes/org.el (org-emph-face): Fix typo in variable name.
6440 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
6442         * ediff.el (ediff-revision):
6443         * files.el (set-visited-file-name):
6444         * mail/rmailout.el (rmail-output-body-to-file):
6445         Use `format', not `message', in `y-or-n-p' call.
6447 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6449         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6450         (org-metaright): Call `org-indent-item' on bullets.
6451         (org-timestamp-change): Set `org-last-changed-timestamp'.
6452         (org-current-line): Make sure (bolp) returns correct result.
6453         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6455 2006-11-12  Richard Stallman  <rms@gnu.org>
6457         * language/european.el (turkish-case-conversion-enable)
6458         (turkish-case-conversion-disable): New functions.
6459         ("Turkish" lang env): Use them.
6461         * international/characters.el (case table):
6462         Do nothing special for i and I.
6464         * subr.el (remove-overlays): Fix last change.
6466         * cus-edit.el (custom-save-all): Use find-file-visit-truename
6467         for visiting the custom file.
6469 2006-11-12  Markus Triska  <triska@gmx.at>
6471         * play/handwrite.el (handwrite): Also process lines not ending
6472         with newline.  Replace some position-fiddling with different
6473         logic.  Improve performance.
6475 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
6477         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6478         replacing deleted variable `ada-check-switch'.
6479         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6480         (ada-xref-project-files): Improve doc string.
6481         (ada-find-executable): New function.
6482         (ada-initialize-runtime-library): Use `ada-find-executable'.
6483         (ada-xref-set-default-prj-values): In compile commands, don't need
6484         `ada-cd-command'; `compile' does that more portably.
6485         Use ada-prj-default-check-cmd.
6486         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6487         properties if not specified in project file.
6488         (ada-goto-declaration): Display useful message for new error
6489         'error-file-not-found.
6490         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6491         'error-file-not-found.
6492         (ada-get-all-references): Match latest ali syntax.  Signal new
6493         error 'error-file-not-found.
6494         (ada-find-in-ali): Match latest ali syntax.
6495         (ada-make-filename-from-adaname): Handle different semantics of
6496         gnatkr in GNAT 3.15p vs later.
6498         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6499         ada-procedure-start-regexp.
6500         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6502         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6503         with defvar.
6504         (ada-language-version): Rename ada05 -> ada2005.
6505         (ada-align-region-separate): Add `eval-when-compile'.
6506         (ada-name-regexp): Remove unneeded escapes in regexp character
6507         alternative.
6508         (ada-compile-goto-error-file-linenr-re): New constant.
6509         (ada-matching-start-re): Handle additional cases `declare',
6510         `procedure', `function'.
6511         (ada-compile-goto-error): Handle "... at line nn".
6512         (ada-mode): Clearer syntax, comments for ff-special-constructs.
6513         Delete support for old versions of `align'.
6514         (ada-search-prev-end-stmt): Handle additional keyword `private'.
6515         (ada-check-defun-name): Simplify handling of `declare'.
6516         (ada-goto-matching-start): Handle nested `begin ... end'.
6517         Handle `declare', `protected', `procedure', `function'.
6518         (ada-create-menu): Presence of arm95 is not conditional on using
6519         GNAT compiler.
6521 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
6523         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6524         nil in the *RE-Builder* buffer (it causes spurious error messages).
6526         * server.el (server-visit-files): If `minibuffer-auto-raise' has
6527         been set to t, respect it.
6529 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
6531         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6532         Delete commented out code for old Emacs versions.  Autoloading of
6533         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6534         (ada-mode-version): Bump version number.
6535         (ada-95-string-keywords, ada-2005-string-keywords)
6536         (ada-2005-keywords, ada-name-regexp): New constant.
6537         (ada-language-version, ada-procedure-start-regexp, ada-mode)
6538         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6539         (ada-package-start-regexp): Support private packages, include package
6540         name (for ada-set-point-accordingly).
6541         (ada-next-procedure, ada-previous-procedure)
6542         (ada-which-function-are-we-in): Match changes to
6543         ada-procedure-start-regexp.
6544         (ada-make-body): Make non-interactive; not a user function.
6545         (ada-make-subprogram-body): Improve doc string.
6547 2006-11-11  Romain Francoise  <romain@orebokech.com>
6549         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6550         `compilation-error-regexp-alist' buffer-local, since we changed
6551         `compilation-error-regexp-alist-alist' locally.
6553 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
6555         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6556         to the value of `server-raise-frame'.
6558 2006-11-11  Glenn Morris  <rgm@gnu.org>
6560         * ido.el (ido-enable-prefix)
6561         * ses.el (ses-call-printer-return)
6562         * net/tramp.el (tramp-unified-filenames)
6563         * progmodes/cc-align.el (c-lineup-string-cont)
6564         * progmodes/compile.el (compilation-directory-matcher)
6565         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6566         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6567         (vhdl-clock-rising-edge)
6568         * textmodes/org.el (org-export-with-timestamps)
6569         (org-export-remove-timestamps-from-toc)
6570         (org-export-with-tags): Improve previous doc fixes.
6572 2006-11-11  Richard Stallman  <rms@gnu.org>
6574         * textmodes/flyspell.el (flyspell-mode-map):
6575         Bind C-c $ instead of M-RET.
6577 2006-11-10  Simon Marshall  <simon@gnu.org>
6579         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6580         fontification for "case" and "default" keywords.
6582 2006-11-10  Andreas Schwab  <schwab@suse.de>
6584         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6585         Avoid starting sentence with "nil".
6587 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6589         * server.el (server-raise-frame): New option.
6590         (server-switch-buffer): Use it.
6592 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
6594         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6595         with a capital.
6597 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6599         * textmodes/org.el (org-show-hierarchy-above)
6600         (org-show-following-heading): Fix typo in default value.
6601         (org-scan-tags): Make the search case-sensitive.
6602         (org-tags-sparse-tree): Don't overrule
6603         `org-show-following-heading' and `org-show-hierarchy-above'.
6604         (org-reveal): New command.
6605         (org-show-context): Rename from `org-show-hierarchy-above'.
6606         (org-fast-tag-selection-single-key): New option.
6607         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6608         (org-tags-overlay): New variable.
6609         (org-agenda-todo-ignore-deadlines): New option.
6610         ("session"): Add circular data structure `org-mark-ring' to
6611         exceptions list in session.el.
6612         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6613         New options.
6614         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6615         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6616         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6617         (org-finalize-agenda): Activate bracket links in agenda.
6618         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6619         INACTIVE-OK.
6620         (org-show-hierarchy-above, org-show-following-heading):
6621         List values allowed for fine-tuned configuration.
6622         (org-show-hierarchy-above): New argument CONTEXT, use the
6623         fine-tuned settings in `org-show-hierarchy-above' and
6624         `org-show-following-heading'.
6625         (org-display-custom-time): New function.
6626         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6627         (org-display-custom-times, org-time-stamp-custom-formats):
6628         (org-maybe-intangible): New macro.
6629         (org-activate-bracket-links, org-hide-wide-columns):
6630         Use `org-maybe-intangible'.
6631         (org-open-file): Use `shell-quote-argument'.
6632         (org-display-internal-link-with-indirect-buffer): New option.
6633         (org-file-remote-p): Get regexp from list.
6634         (org-link-expand-abbrev): New function.
6635         (org-link-abbrev-alist): New option.
6636         (org-open-at-point, org-cleaned-string-for-export):
6637         Call `org-link-expand-abbrev'.
6638         (org-timeline, org-agenda-list, org-todo-list)
6639         (org-tags-view): Remove the KEEP-MODES argument.
6640         (org-finalize-agenda-hook): New hook.
6641         (org-get-alist-option): New function.
6642         (org-follow-timestamp-link): New function.
6643         (org-open-at-point): Call `org-follow-timestamp-link'.
6644         (org-log-note-marker, org-log-note-purpose)
6645         (org-log-note-window-configuration): New variables.
6646         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6647         (org-log-note-headings): New option.
6648         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6649         (org-store-link): Support for dired-mode.
6650         (org-open-file): Substitute environment variables into filename.
6651         (org-last): New defsubst.
6652         (org-agenda-re-align-tags): New function.
6653         (org-agenda-align-tags-to-column): New option.
6654         (org-agenda-timeline): Group removed.
6655         (org-prepare-agenda, org-prepare-agenda-buffers)
6656         (org-run-agenda-series, org-timeline, org-agenda-list)
6657         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6658         the text property inticating the agenda type.
6659         (org-agenda-post-command-hook): Get agenda type from text property
6660         at point.
6661         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6662         and obey `org-agenda-overriding-arguments'.
6663         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6664         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6665         (org-agenda-week-view, org-agenda-day-view):
6666         Use `org-agenda-overriding-arguments' to make updating work with
6667         multi-block agendas.
6668         (org-agenda-prefix-format): Allow different formats for the
6669         different agenda entry types.
6670         (org-timeline-prefix-format): Option removed, use
6671         `org-agenda-prefix-format' instead.
6672         (org-prepare-agenda): New function.
6673         (org-select-timeline-window): Option removed, use
6674         `org-select-agenda-window' instead.
6675         (org-respect-restriction): Variable removed.
6676         (org-cmp-tag): New function.
6677         (org-agenda-sorting-strategy, org-entries-lessp):
6678         Implement sorting by last tag.
6679         (org-complete): Better completion in in-buffer option lines.
6680         (org-in-item-p): New function.
6681         (org-org-menu): Add entries for checkboxes.
6682         (org-cycle): Extra brouping in outline-regexp, because it is used
6683         in a search with "^" prepended.
6684         (org-provide-checkbox-statistics): New option.
6685         (org-set-font-lock-defaults): Highlight checkbox statistics.
6686         (org-update-checkbox-count-maybe)
6687         (org-get-checkbox-statistics-face): New functions.
6688         (org-update-checkbox-count): New command.
6689         (org-insert-item, org-toggle-checkbox):
6690         Call `org-update-checkbox-count-maybe'.
6691         (org-export-as-html): XEmacs compatibility for coding system.
6692         (org-force-cycle-archived): New command.
6693         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6694         overrules cycling.
6695         (org-fix-position-after-promote): If the line contains only a todo
6696         keyword, add a final space.
6697         (org-promote-subtree, org-demote-subtree):
6698         Call `org-fix-position-after-promote'.
6700 2006-11-10  Glenn Morris  <rgm@gnu.org>
6702         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6703         date in every year.
6704         (calendar-dst-check-each-year-flag): New customizable variable.
6705         (calendar-dst-find-data): New function, extracted from
6706         calendar-current-time-zone.
6707         (calendar-current-time-zone): Use calendar-dst-find-data.
6708         (calendar-dst-transition-cache): New variable.
6709         (calendar-dst-find-startend, calendar-dst-starts)
6710         (calendar-dst-ends): New functions.
6711         (calendar-daylight-savings-starts)
6712         (calendar-daylight-savings-ends): Change value to use
6713         calendar-dst-starts, calendar-dst-ends; respectively.
6715         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6717         * ido.el (ido-enable-prefix)
6718         * ses.el (ses-call-printer-return)
6719         * net/tramp.el (tramp-unified-filenames)
6720         * progmodes/cc-align.el (c-lineup-string-cont)
6721         * progmodes/compile.el (compilation-directory-matcher)
6722         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6723         * progmodes/gdb-ui.el (gdb-many-windows)
6724         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6725         (vhdl-clock-rising-edge)
6726         * textmodes/org.el (org-export-with-timestamps)
6727         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6728         (org-read-date): Doc fix (Nil -> nil).
6730 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6732         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6733         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6735 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6737         * bs.el (bs--window-for-buffer): Remove.
6738         (bs--show-with-configuration): Use `get-window-with-predicate'
6739         instead of `bs--window-for-buffer'.
6741 2006-11-10  Kenichi Handa  <handa@m17n.org>
6743         * files.el (revert-buffer): Fix previous change.
6745 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6747         * bs.el (bs--redisplay): Fix typo in docstring.
6748         (bs--window-config-coming-from): Make frame-local.
6749         (bs--restore-window-config): New function.
6750         (bs-kill, bs-select, bs-select-other-window)
6751         (bs-select-other-frame): Use it.
6752         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6753         (bs--show-with-configuration): Save the window configuration as a
6754         frame local var, and only if *buffer-selection* is not already
6755         visible on this frame.
6757 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6759         * vc-svn.el (vc-svn-admin-directory): New var.
6760         (vc-svn-registered, vc-svn-responsible-p)
6761         (vc-svn-repository-hostname): Use it.
6762         Suggested by arit93@yahoo.com.
6764 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6766         * ldefs-boot.el: Regenerate.
6768 2006-11-08  Alan Mackenzie  <acm@muc.de>
6770         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6771         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6772         for least nested open-paren.
6774 2006-11-08  Romain Francoise  <romain@orebokech.com>
6776         * subr.el (remove-overlays): Fix typo in last change.
6778 2006-11-08  Richard Stallman  <rms@gnu.org>
6780         * subr.el (remove-overlays): Call overlay-recenter.
6782 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6784         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6785         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6786         behaviour.
6787         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6788         directly.
6790 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6792         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6793         (ido-max-dir-file-cache, ido-decorations)
6794         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6795         (ido-magic-backward-char, ido-enter-dired)
6796         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6797         (ido-list-directory, ido-first-match, ido-only-match)
6798         (ido-subdir, ido-indicator): Fix typos in docstrings.
6799         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6800         (ido-read-internal): Fix typo in error message.
6802 2006-11-08  Kenichi Handa  <handa@m17n.org>
6804         * international/mule-cmds.el (set-default-coding-systems):
6805         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6807 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6809         * makefile.w32-in (setwins): Remove.
6810         (WINS_ALMOST): New macro.
6811         (WINS): Use it.
6812         (autoloads): Don't extract autoloads from files in obsolete/.
6814 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6816         * whitespace.el (whitespace-buffer): Call remove-overlays after
6817         overlay-recenter for performance.  Suggested by Martin Rudalics.
6819 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6821         * net/tramp.el (tramp-default-method): scp is the default method.
6823 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6825         * server.el (server-start): Save also the Emacs pid in the server file.
6827 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6829         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6830         point when displaying a bibtex cross reference in the echo area.
6832 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6834         * international/mule.el (make-char): Fix typo in docstring.
6835         (load-with-code-conversion, charsetp): Doc fixes.
6837         * international/ja-dic-cnv.el (skkdic-convert):
6838         * cus-edit.el (hook): Fix typo in docstring.
6840 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6842         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6843         (custom-mode-link-map): New variable.
6844         (custom-group-link, custom-manual): Use follow-link.
6846 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6848         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6849         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6851 2006-11-06  Richard Stallman  <rms@gnu.org>
6853         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6854         New function broken out of flyspell-correct-word.
6855         (flyspell-mode-map): Bind it to M-RET.
6856         (flyspell-correct-word): Call it.
6858         * textmodes/fill.el (fill-minibuffer-function): New function.
6859         (fill-paragraph): Bind fill-paragraph-function to
6860         fill-minibuffer-function.
6862         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6863         so that they aren't undefined.
6865         * dired.el (dired-readin): Locally bind file-name-coding-system.
6867         * bindings.el: Shorten and clarify usual mode line mouse help string.
6869         * Makefile.in (autoloads): Don't include `obsolete'.
6871 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6873         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6874         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6875         Printing menu if it's not initialized.
6876         (pr-menu-bind): Act on menu-bar-file-menu directly.
6878 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6880         * help.el (view-emacs-news): Fix typo in error message.
6882         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6884         * shadowfile.el (shadow-define-regexp-group)
6885         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6886         (shadow-read-files): Fix typo in message.
6887         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6888         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6889         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6890         (shadow-file-match): Fix typos in docstrings.
6892         * terminal.el (terminal-emulator): Fix typo in message.
6894         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6896         * emacs-lisp/lselect.el (x-kill-primary-selection)
6897         (x-delete-primary-selection, x-copy-primary-selection):
6898         Fix typos in error messages.
6900         * emulation/edt-mapper.el: Fix typo in interactive message.
6902         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6904         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6905         (ispell-help): Fix typos in docstrings.
6906         (ispell-help): Fix typo in output message.
6908         * allout.el (allout-adjust-file-variable)
6909         (allout-passphrase-verifier-string)
6910         (allout-passphrase-hint-string)
6911         (allout-toggle-current-subtree-encryption):
6912         * apropos.el (apropos-synonyms):
6913         * cus-edit.el (hook):
6914         * emacs-lock.el (emacs-lock-from-exiting):
6915         * follow.el (follow-avoid-tail-recenter-p):
6916         * hexl.el (hexl-mode):
6917         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6918         * mouse.el (mouse-set-font):
6919         * resume.el (resume-emacs-args-file):
6920         * rfn-eshadow.el (file-name-shadow-tty-properties):
6921         * t-mouse.el (t-mouse-process, t-mouse-mode):
6922         * emacs-lisp/cust-print.el (custom-print-install)
6923         (custom-print-uninstall, custom-format):
6924         * emacs-lisp/shadow.el (list-load-path-shadows):
6925         * emulation/tpu-edt.el (tpu-help-text)
6926         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6927         (tpu-reset-control-keys):
6928         * emulation/vip.el (vip-emacs-local-map)
6929         (vip-change-mode-to-emacs):
6930         * emulation/viper.el (viper-mode, viper-set-hooks)
6931         (viper-major-mode-modifier-list):
6932         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6933         * emulation/viper-keym.el (viper-emacs-kbd-map)
6934         (viper-toggle-key):
6935         * mail/feedmail.el (feedmail-queue-reminder)
6936         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6937         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6938         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6939         (feedmail-sender-line, feedmail-force-binary-write)
6940         (feedmail-from-line, feedmail-deduce-envelope-from)
6941         (feedmail-x-mailer-line, feedmail-message-id-generator)
6942         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6943         (feedmail-enable-spray, feedmail-spray-this-address)
6944         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6945         (feedmail-queue-runner-confirm-global)
6946         (feedmail-ask-before-queue-prompt)
6947         (feedmail-ask-before-queue-reprompt)
6948         (feedmail-prompt-before-queue-standard-alist)
6949         (feedmail-prompt-before-queue-user-alist)
6950         (feedmail-prompt-before-queue-help-supplement)
6951         (feedmail-queue-use-send-time-for-message-id)
6952         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6953         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6954         (feedmail-mail-send-hook-queued)
6955         (feedmail-confirm-addresses-hook-example)
6956         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6957         (feedmail-queue-runner-mode-setter)
6958         (feedmail-queue-alternative-mail-header-separator)
6959         (feedmail-queue-runner-message-sender)
6960         (feedmail-buffer-eating-function, feedmail-binmail-template)
6961         (feedmail-run-the-queue-no-prompts)
6962         (feedmail-run-the-queue-global-prompt)
6963         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6964         (feedmail-envelope-deducer, feedmail-fiddle-date)
6965         (feedmail-default-message-id-generator)
6966         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6967         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6968         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6969         (vms-pmail-setup):
6970         * play/dunnet.el (dun-help):
6971         * play/handwrite.el (handwrite):
6972         * play/hanoi.el (hanoi-unix-64):
6973         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6974         * textmodes/enriched.el (fixed):
6975         * textmodes/org.el (org-file-apps)
6976         (org-emphasis-regexp-components, org-emphasis-alist):
6977         * textmodes/texinfmt.el (batch-texinfo-format):
6978         Fix typos in docstrings.
6980 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6982         * loadhist.el (read-feature): Don't complete features not loaded
6983         from a file (which make `unload-feature' to fail).
6985 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6987         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6989 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6991         * startup.el (command-line-1): Kill emacs if the last frame is
6992         deleted while evaluating the command-line arguments.
6994 2006-11-05  Richard Stallman  <rms@gnu.org>
6996         * startup.el (init-file-had-error): Add doc string.
6997         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6998         Use fixed-width font for keyboard key descriptions.
7000         * cus-edit.el (custom-save-all): Error if saving in .emacs
7001         and it had an error when loaded.
7003         * dired-aux.el (dired-copy-file-recursive): Catch errors
7004         from recursive copies in the loop, around the recursive call.
7006 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7008         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7009         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7010         `/proc/acpi/thermal_zone/*'.
7011         (battery-search-for-one-match-in-files): New.  Search a regexp in
7012         the content of some files.
7014 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7016         * window.el (mouse-autoselect-window-now): Remove variable.
7017         (mouse-autoselect-window-state): New variable.
7018         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7019         (mouse-autoselect-window-select, handle-select-window):
7020         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7021         Suspend delayed autoselection during menu or popup dialog.
7023         * info-look.el (info-lookup-guess-custom-symbol): New function
7024         for retrieving symbol at point in custom buffers.
7025         (top level) <info-lookup-maybe-add-help>: Add backquote and
7026         comma to ignored characters in regexps of help specifications
7027         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7028         looking up symbols in `...' and after a comma.  Add help
7029         specifications for custom-mode and help-mode.
7031 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7033         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7034         Don't encode body if RAW is non-nil, or if the old encoding is
7035         identical to the new encoding, or if the body contains only
7036         eight-bit-* characters.
7038 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7040         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7041         (faces-sample-overlay): Remove variable.
7042         (describe-face): Insert sample text in the face being described.
7044 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7046         * whitespace.el (whitespace-indent-regexp): Make this match any
7047         multiples of eight spaces near the beginning of a line.
7048         (whitespace-buffer): Use `remove-overlays' instead of
7049         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7050         speed up overlay handling.
7051         (whitespace-buffer-leading, whitespace-buffer-trailing):
7052         Make these functions highlight the text removed by
7053         `whitespace-buffer-leading-cleanup' and
7054         `whitespace-buffer-trailing-cleanup' respectively.
7055         (whitespace-buffer-search): Use `with-local-quit'.
7056         Move `format' out of loop to speed up scanning larger buffers.
7057         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7058         that function is never added to a hook.
7059         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7060         (whitespace-buffer-leading-cleanup)
7061         (whitespace-refresh-rescan-list): Fix docstrings.
7063 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7065         * allout.el (allout-during-yank-processing): Cue for inhibiting
7066         aberrance processing during yanks.
7067         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7068         the amount of yanked topics that can be aberrant.
7069         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7070         a function, and supplement with inihibition of doublechecking
7071         during yanks.
7072         (allout-beginning-of-line, allout-next-heading)
7073         (allout-previous-heading, allout-goto-prefix-doublechecked)
7074         (allout-back-to-current-heading, allout-next-visible-heading)
7075         (allout-next-sibling): Use new allout-do-doublecheck function.
7076         (allout-next-sibling): Ensure we made progress when returning
7077         other than nil.
7078         (allout-rebullet-heading): Preserve text property annotations
7079         indicating the text was hidden, if it was.
7080         (allout-kill-line): Remove any added was-hidden annotations.
7081         (allout-kill-topic): Remove any added was-hidden annotations.
7082         (allout-annotate-hidden): Inhibit adding was-hidden text
7083         properties to the undo list.
7084         (allout-deannotate-hidden): New function to remove was-hidden
7085         annotation.
7086         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7087         (allout-remove-exposure-annotation): Replace by
7088         allout-deannotate-hidden.
7089         (allout-yank-processing): Signal that yank processing is happening
7090         with allout-during-yank-processing.  Also, wrap
7091         allout-unprotected's closer to the text changes, for easier
7092         debugging.  We need to inhibit-field-text-motion explicitly, in
7093         lieu of the encompassing allout-unprotected.
7094         (outlineify-sticky): Adjust criteria for triggering new outline
7095         decorations to presence or absence of any topics, not just a topic
7096         at the beginning of the buffer.
7098 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7100         * bs.el (bs--show-all, bs--redisplay):
7101         * cus-edit.el (custom-unlispify-menu-entries)
7102         (custom-unlispify-tag-names, custom-prompt-variable):
7103         * expand.el (expand-pos):
7104         * speedbar.el (speedbar-generic-list-tag-p):
7105         * wid-edit.el (widget-image-enable):
7106         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7107         * emacs-lisp/find-func.el (find-function-noselect)
7108         (find-function, find-variable-noselect, find-variable)
7109         (find-definition-noselect, find-face-definition):
7110         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7111         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7112         * progmodes/ada-xref.el (ada-find-in-ali):
7113         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7114         * textmodes/org.el (org-copy-subtree):
7115         * textmodes/table.el (table--row-column-insertion-point-p):
7116         Use "non-nil" in docstrings.
7118 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7120         * sort.el (sort-columns): Set the field separator to tab; on
7121         NetBSD, sort complains if "\n" is used as field separator.
7123 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7125         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7127 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         * server.el (server-auth-key): Remove.  Replace by a process-property.
7130         (server-start): Don't remove the file of the previous process, but
7131         instead clear out the place for the new file.
7132         (server-start): Set the :auth-key property.
7133         (server-process-filter): Use the :auth-key property.
7135 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7137         * textmodes/org.el (org-mode-map): No longer copy
7138         `outline-mode-map' explicitly - this is already done by
7139         `define-derived-mode'.
7141 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7143         * server.el (server-visit-files): Use `when'.
7144         (server-process-filter): When authentication fails, send error
7145         message to client.  Wrap `process-send-region' in `ignore-errors'
7146         instead of `condition-case', and remove misleading comment.
7148 2006-11-01  Juri Linkov  <juri@jurta.org>
7150         * simple.el (yank): Doc fix.
7152 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7154         * server.el: Try and fit within 80 columns.
7155         (server-start): Make the auth file unreadable by other users.
7157 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7159         * battery.el (battery-linux-proc-acpi): Prevent range error when
7160         `full-capacity' is 0.
7162 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7164         * faces.el (faces-sample-overlay): New defvar.
7165         (faces-sample-overlay): New function to show face sample text.
7166         (describe-face): Use it.
7168 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7170         * progmodes/ada-stmt.el: Change maintainer, apply
7171         whitespace-cleanup, checkdoc.
7172         (ada-func-or-proc-name): Add doc string.
7174         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7175         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7176         strings and comments.
7177         (ada-prj-display-page): Change buffer name to more accurately
7178         reflect function.
7180         * progmodes/ada-xref.el: Change maintainer, apply
7181         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7182         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7183         (ada-compile-current): Don't add newlines to commands.
7185 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7187         * server.el: Add support for TCP sockets.
7188         (server-use-tcp, server-host, server-auth-dir): New options.
7189         (server-auth-key): New variable.
7190         (server-ensure-safe-dir): Create nonexistent parent dirs.
7191         Ignore Unix-style file modes on Windows.
7192         (server-start): Crete a TCP or Unix socket according to the value
7193         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7194         `server-auth-dir' directory.
7195         (server-process-filter): Delete process if authentication
7196         fails (which never happens for Unix sockets).
7198 2006-10-30  David Kastrup  <dak@gnu.org>
7200         * subr.el (add-to-list): Don't continue checking if a match has
7201         been found.
7203 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7205         * tutorial.el: Move defvars to avoid bytecomp warnings.
7206         (tutorial--find-changed-keys): Check if viper-current-state is
7207         bound before using it.
7208         (help-with-tutorial): Check if viper-tutorial is defined before
7209         using it.
7211 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7213         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7215         * tutorial.el: New file.
7216         (help-with-tutorial): Move here from help-fns.el. Added help for
7217         rebound keys.  Fixed resume of tutorial.
7218         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7219         (tutorial--find-changed-keys, tutorial--display-changes)
7220         (tutorial--saved-dir, tutorial--saved-file)
7221         (tutorial--save-tutorial): New functions to support the changes in
7222         help-with-tutorial.
7224 2006-10-30  Kenichi Handa  <handa@m17n.org>
7226         * files.el (revert-buffer): If a unibyte buffer is being reverted
7227         with a coding system for multibyte, set buffer multibyte before
7228         calling insert-file-contents.
7230 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7232         * server.el (server-select-display): Use a dummy buffer to detect when
7233         the frame is later used.
7234         (server-select-display): New function.
7235         (server-process-filter): Use it to detect unused temp frames.
7237 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7239         * progmodes/ada-mode.el: Change maintainer, apply
7240         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7241         (ada-mode-version): New function.
7242         (ada-create-menu): Menu operations are available for all supported
7243         compilers.
7245 2006-10-29  Lars Hansen  <larsh@soem.dk>
7247         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7248         Highlight as keyword.
7249         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7250         Don't call tramp-method-out-of-band-p for local files.
7251         (tramp-touch): Quote file name.
7253 2006-10-28  Glenn Morris  <rgm@gnu.org>
7255         * calendar/calendar.el (cal-html-cursor-month)
7256         (cal-html-cursor-year): Add autoloads for this new package.
7257         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7259 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7261         * calendar/cal-html.el: New file.
7263 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7265         * emacs-lisp/authors.el (authors-aliases): Update.
7267 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7269         * version.el (emacs-version): Bump version number to 22.0.90.
7271 2006-10-26  John W. Eaton  <jwe@octave.org>
7273         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7274         New defvar.
7275         (inferior-octave-resync-dirs): Check to see whether Octave has
7276         built-in variables and set inferior-octave-has-built-in-variables.
7277         Check inferior-octave-has-built-in-variables to decide whether to
7278         send commands that set built-in variables or call functions to
7279         change Octave's behavior.
7280         Send "disp (pwd ())" to Octave instead of just "pwd".
7281         (inferior-octave-startup): Send "more off" to Octave instead of
7282         "page_screen_output = 0".
7284 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7286         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7287         pattern normally.
7289 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7291         * bindings.el (mode-line-mode-menu): Remove bindings for global
7292         minor modes (line/column number) as they are on the menubar.
7294 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7296         * term/w32-win.el (x-handle-name-switch): Doc fix.
7297         (w32-standard-fontset-spec): Fix typo in docstring.
7299         * midnight.el (midnight-buffer-display-time): Doc fix.
7300         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7302 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7304         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7306         * viper-ex.el (ex-read): Quote file argument.
7308         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7310         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7312 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7314         * textmodes/flyspell.el (flyspell-check-region-doublons):
7315         Fix last fix.
7317 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7319         * bindings.el (mode-line-mode-menu): List global minor modes
7320         before local ones.
7322 2006-10-23  Kim F. Storm  <storm@cua.dk>
7324         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7325         (sit-for): If last command was a prefix arg, add the read-ahead
7326         event to unread-command-events as (t . EVENT) so it will be added
7327         to this-command-keys by read-key-sequence.
7329 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7331         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7332         whitespace when checking doublons.
7333         (flyspell-check-region-doublons): Fix doublon regexp.
7334         (flyspell-highlight-incorrect-region): Highlight doublons using
7335         flyspell-duplicate face.
7337         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7339 2006-10-22  John Wiegley  <johnw@newartisans.com>
7341         * progmodes/python.el (python-use-skeletons): python-mode was
7342         auto-inserting templates (for those with abbrev-mode on), not only
7343         by default -- *but without a configuration variable to disable
7344         it*.  This rendered python-mode completely useless for me, so I
7345         have added `python-use-skeletons', which is now off by default.
7347 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
7349         * progmodes/cperl-mode.el (cperl-mode): Don't assume
7350         font-lock-multiline is auto-local (it's not).
7351         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7352         initialized before calling cperl-init-faces.
7354 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
7356         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7357         gdb-stack-position a value when there is no fringe.
7359         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7360         indicator if not visiting a file.
7362 2006-10-20  David Kastrup  <dak@gnu.org>
7364         * window.el (kill-buffer-and-window): Fix a bug where an aborted
7365         operation would still cause some window to collapse later.
7367 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7369         * vc.el (vc-switch-backend): Try to be more careful with unwanted
7370         side-effect due to mixing various backends's file properties.
7372         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7373         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7374         Return `filename's status if applicable.  Update callers.
7376 2006-10-19  Kenichi Handa  <handa@m17n.org>
7378         * international/kkc.el (kkc-region): When a key sequence is not
7379         defined, append (this-single-command-raw-keys) to
7380         unread-input-method-events.
7382 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
7384         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7386 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7388         * version.el (emacs-version): Use mac-carbon-version-string.
7390         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7392 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7394         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7395         Kenichi Handa).
7396         (xselect-convert-to-string): Decline requests for UTF8_STRING if
7397         the selection is not UTF-8.
7399 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
7401         * progmodes/ada-mode.el (ada-83-string-keywords)
7402         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7403         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7404         (ada-looking-at-semi-private, ada-get-body-name):
7405         Fix typos in docstrings.
7406         (ada-create-case-exception, ada-create-case-exception-substring):
7407         Fix typos in error messages.
7408         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7410 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7412         * term/x-win.el (res-geometry): Don't set geometry from Xresources
7413         to default-frame-alist if default-frame-alist already contains
7414         width/height.
7416 2006-10-18  Richard Stallman  <rms@gnu.org>
7418         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7419         Non-interactive arg is the value, not the expression.
7421         * simple.el (read-expression-map): Just set it, no defvar.
7423         * subr.el (insert-for-yank-1): If last inserted char has
7424         properties, mark them as rear-nonsticky.
7426         * recentf.el (recentf-mode): Doc fix.
7428         * facemenu.el (facemenu-add-new-face): Defend against symbol
7429         that isn't a face name.
7431         * dired-aux.el (dired-do-copy): Doc fix.
7433 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
7435         * simple.el (line-move-1): Ignore fields when moving to the
7436         beginning of line to avoid getting point stuck.
7438 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
7440         * textmodes/flyspell.el (flyspell-word-search-backward):
7441         Set inhibit-point-motion-hooks to avoid looping due to intangibile
7442         text.
7444 2006-10-16  Richard Stallman  <rms@gnu.org>
7446         * help-fns.el (describe-function-1): Special case optimization
7447         for self-insert-command.
7449 2006-10-16  Kim F. Storm  <storm@cua.dk>
7451         * ido.el (ido-reread-directory): Work in `dir' mode too.
7453 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
7455         * textmodes/table.el: Require 'regexp-opt.
7457 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7459         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7460         Use shell-quote-argument.
7462         * shell.el (explicit-bash-args): Likewise.
7464         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7465         Use grep -E rather than egrep.
7467 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7469         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7471 2006-10-15  Kim F. Storm  <storm@cua.dk>
7473         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7475 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7477         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7478         to protect whitespace and metacharacters from the shell.
7480 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7482         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7484 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
7486         * subr.el (start-process-shell-command): Doc fix.
7488 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
7490         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7491         the regexp for Maxima symbols.
7493 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7495         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7496         (vc-find-root): Don't walk higher up than ~.
7498 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
7500         * international/utf-8.el (utf-translate-cjk-load-tables):
7501         Avoid clobbering last-coding-system-used during load.
7503 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
7505         * textmodes/reftex-global.el (reftex-create-tags-file):
7506         Quote file arguments.
7508 2006-10-12  Richard Stallman  <rms@gnu.org>
7510         * files.el (file-name-history): Add defvar.
7511         (save-some-buffers-action-alist): Improve description strings.
7513 2006-10-12  Andreas Schwab  <schwab@suse.de>
7515         * files.el (auto-mode-alist): Match change log file name also with
7516         a dash before a numeric extension.
7518 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
7520         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7521         After 5.0:
7522         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7524         After 5.1: Major edit.  Summary of most visible changes:
7526         - Multiple <<HERE per line allowed.
7527         - Handles multiline subroutine declaration headers (with comments).
7528           (The exception is `cperl-etags' - but it is not used in the rest
7529           of the mode.)
7530         - Fontifies multiline my/our declarations (even with comments,
7531           and with legacy `font-lock').
7532         - Major speedup of syntaxification, both immediate and postponed
7533           (3.5x to 15x [for different CPUs and versions of Emacs] on the
7534           huge real-life document I tested).
7535         - New bindings, edits to imenu.
7536         - "_" is made into word-char during fontification/syntaxification;
7537           some attempts to recognize non-word "_" during other operations too.
7538         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7539         - autoload some more perldoc-related stuff
7540         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7541         - Attempt to incorporate XEmacs edits which reached me.
7543         Fine-grained changelog:
7544         (cperl-hook-after-change): New configuration variable.
7545         (cperl-vc-sccs-header): Likewise.
7546         (cperl-vc-sccs-header): Likewise.
7547         (cperl-vc-header-alist): Default via two preceding variables.
7548         (cperl-invalid-face): Remove double quoting under XEmacs
7549                 (still needed under 21.2).
7550         (cperl-tips): Update URLs for resources.
7551         (cperl-problems): Likewise.
7552         (cperl-praise): Mention new features.
7553         New C-c key bindings: for `cperl-find-bad-style',
7554         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7555         `cperl-perdoc', and `cperl-perldoc-at-point'.
7556         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7557         moved, new submenu of Tools with Ispell entries and narrowing.
7558         (cperl-after-sub-regexp): New defsubst.
7559         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7560                 Allows heads up to head4.
7561                 Allow "package;".
7562         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7563         (paren-backwards-message): ??? Something for XEmacs???
7564         (cperl-mode): Never auto-switch abbrev-mode off.
7565                 Try to allow '_' be non-word char.
7566                 Do not use `font-lock-unfontify-region-function' on XEmacs.
7567                 Reset syntax cache on mode start.
7568                 Support multiline facification (even on legacy `font-lock').
7569         (cperl-facemenu-add-face-function): ??? Some contributed code ???
7570         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7571                 refuse to inform us whether the fontification is due to lazy
7572                 calling or due to edit to a buffer, install our own hook
7573                 (controlled by `cperl-hook-after-change').
7574         (cperl-electric-pod): =cut may have been recognized as start.
7575         (cperl-block-p): Move, updatedfor attributes.
7576         (cperl-calculate-indent): Try to allow '_' be non-word char
7577                 Support subs with attributes.
7578         (cperl-where-am-i): Quiet (?) a warning.
7579         (cperl-cached-syntax-table): New function.
7580         (cperl-forward-re): Use `cperl-cached-syntax-table'.
7581         (cperl-unwind-to-safe): Recognize `syntax-type' property
7582                 changing in a middle of line.
7583         (cperl-find-sub-attrs): New function.
7584         (cperl-find-pods-heres): Allow many <<EOP per line.
7585                 Allow subs with attributes.
7586                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7587                 Recognize "extproc " (OS/2) case-folded and only at start.
7588                 /x on s///x with empty replacement was not recognized.
7589                 Better comments.
7590         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7591                 Allow subs with attributes, labels.
7592                 Do not confuse "else::foo" with "else".
7593                 Minor optimizations...
7594         (cperl-after-expr-p): Try to allow '_' be non-word char.
7595         (cperl-fill-paragraph): Try to detect a major bug in Emacs
7596                 with `looking-at' inside `narrow' and bulk out if found.
7597         (cperl-imenu--create-perl-index): Updates for new
7598                 `cperl-imenu--function-name-regexp-perl'.
7599         (cperl-outline-level): Likewise.
7600         (cperl-init-faces): Allow multiline subroutine headers
7601                 and my/our declarations, and ones with comments.
7602                 Allow subroutine attributes.
7603         (cperl-imenu-on-info): Better docstring.
7604         (cperl-etags): Rudimentary support for attributes.
7605                 Support for packages and "package;".
7606         (cperl-add-tags-recurse-noxs): Better (?) docstring.
7607         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7608         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7609         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7610         (cperl-perldoc): Add autoload.
7611         (cperl-perldoc-at-point): Likewise.
7612         (cperl-here-doc-spell): New function.
7613         (cperl-pod-spell): Likewise.
7614         (cperl-map-pods-heres): Likewise.
7615         (cperl-get-here-doc-region): Likewise.
7616         (cperl-font-lock-fontify-region-function): Likewise (backward
7617                 compatibility for legacy `font-lock').
7618         (cperl-font-lock-unfontify-region-function): Fix style.
7619         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7620                 calls with no-change.  Governed by `cperl-hook-after-change'.
7621         (cperl-fontify-update): Recognize that syntaxification region
7622                 can be larger than fontification one.
7623                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7624         (cperl-fontify-update-bad): Temporary placeholder until
7625                 it is clear how to implement `cperl-fontify-update'.
7626         (cperl-time-fontification): New function.
7627         (attrib-group): New text attribute.
7628         (multiline): New value: `syntax-type' text attribute.
7630         After 5.2:
7631         (cperl-emulate-lazy-lock): New function.
7632         (cperl-fontify-syntaxically): Would skip large regions.
7633         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7634         Some globals were declared, but uninitialized.
7636         After 5.3, 5.4:
7637         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7638         Copyright message updated.
7639         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7640                         facification down a bit.
7641                 Misprint for my|our|local for old `font-lock'
7642                         "our" was not fontified same as "my|local".
7643                 Highlight variables after "my" etc even in
7644                         a middle of an expression.
7645                 Do not facify multiple variables after my etc
7646                         unless parentheses are present.
7648         After 5.5, 5.6
7649         (cperl-fontify-syntaxically): after-change hook could reset.
7650         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7652         After 5.7:
7653         (cperl-init-faces): Allow highlighting of local ($/).
7654         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7655         (cperl-problems): Remove fixed problems.
7656         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7657                 Recognize charclasses (unless delimiter is \).
7658         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7659         (cperl-regexp-scan): Update docs.
7660         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7662         After 5.8:
7663         Major user visible changes:
7664         Recognition and fontification of character classes in RExen.
7665         Variable indentation of RExen according to groups.
7667         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7668                 Fontify REx charclasses in variable-name face.
7669                 Fontify POSIX charclasses in "type" face.
7670                 Fontify unmatched "]" in function-name face.
7671                 Mark first-char of HERE-doc as `front-sticky'.
7672                 Reset `front-sticky' property when needed.
7673         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7674         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7675         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7676                 constructs.  Support `narrow'ed buffers.
7677         (cperl-praise): Remove a reservation.
7678         (cperl-make-indent): New function.
7679         (cperl-indent-for-comment): Use `cperl-make-indent'.
7680         (cperl-indent-line): Likewise.
7681         (cperl-lineup): Likewise.
7682         (cperl-beautify-regexp-piece): Likewise.
7683         (cperl-contract-level): Likewise.
7684         (cperl-toggle-set-debug-unwind): New function.
7685                 New menu entry for this.
7686         (fill-paragraph-function): Use when `boundp'.
7687         (cperl-calculate-indent): Take into account groups when indenting RExen.
7688         (cperl-to-comment-or-eol): Recognize # which end a string.
7689         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7690         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7691         (cperl-fontify-syntaxically): More clear debugging message.
7692         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7693         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7694         Merge cosmetic changes from XEmacs.
7696         After 5.9:
7697         (cperl-1+): Move to before the first use.
7698         (cperl-1-): Likewise.
7700         After 5.10:
7702         This code may lock Emacs hard!!!  Use at your own risk!
7704         (cperl-font-locking): New internal variable.
7705         (cperl-beginning-of-property): New function.
7706         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7707         instead of `previous-single-property-change'.
7708         (cperl-unwind-to-safe): Likewise.
7709         (cperl-after-expr-p): Likewise.
7710         (cperl-get-here-doc-region): Likewise.
7711         (cperl-font-lock-fontify-region-function): Likewise.
7712         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7713                         recursively.
7714                 Bound `next-single-property-change' via `point-max'.
7715         (cperl-unwind-to-safe): Bound likewise
7716         (cperl-font-lock-fontify-region-function): Likewise.
7717         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7718                 Initialization of `cperl-font-lock-multiline-start' could be
7719                 missed if the "main" fontification did not run due to the
7720                 keyword being already fontified.
7721         (cperl-pod-spell): Return t from do-one-chunk function.
7722         (cperl-map-pods-heres): Stop when the worker returns nil.
7723                 Call `cperl-update-syntaxification'.
7724         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7725         (cperl-get-here-doc-delim): Remove unused function.
7727         After 5.11:
7729         The possible lockup of Emacs (introduced in 5.10) fixed.
7731         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7732         (cperl-syntaxify-for-menu): New customization variable.
7733         (cperl-select-this-pod-or-here-doc): New function.
7734         (cperl-get-here-doc-region): Extra argument.
7735                 Do not adjust pos by 1.
7737         New menu entries
7738                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7739                 (Debugging CPerl:) backtrace on fontification.
7741         After 5.12:
7742         (cperl-cached-syntax-table): Use `car-safe'.
7743         (cperl-forward-re): Remove spurious argument SET-ST.
7744                 Add documentation.
7745         (cperl-forward-group-in-re): New function.
7746         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7747         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7749         After 5.13:
7750         (cperl-string-syntax-table): Make { and } not-grouping
7751           (Sometimes they ARE grouping in RExen, but matching them would only
7752            confuse in many situations when they are not)
7753         (beginning-of-buffer): Replace two occurrences with goto-char...
7754         (cperl-calculate-indent): `char-after' could be nil...
7755         (cperl-find-pods-heres): REx can start after "[" too.
7756                 Hightlight (??{}) in RExen too.
7757         (cperl-maybe-white-and-comment-rex): New constant
7758         (cperl-white-and-comment-rex): Likewise.
7759                 XXXX Not very efficient, but hard to make
7760                 better while keeping 1 group.
7762         After 5.13:
7763         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7764                 Likewise for 1 << identifier.
7766         After 5.14:
7767         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7768                 Error-less condition-case could fail.
7769         (cperl-font-lock-fontify-region-function): Likewise.
7770         (cperl-init-faces): Likewise.
7772         After 5.15:
7773         (cperl-find-pods-heres): Support property REx-part2.
7774         (cperl-calculate-indent): Likewise.
7775                 Don't special-case REx with non-empty 1st line.
7776         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7777                 Invert highlighting of charclasses:
7778                         now the envelop is highlighted.
7779                 Highlight many others 0-length builtins.
7780         (cperl-praise): Mention indenting and highlight in RExen.
7782         After 5.15:
7783         (cperl-find-pods-heres): Highlight capturing parens in REx.
7785         After 5.16:
7786         (cperl-find-pods-heres): Highlight '|' for alternation
7787         Initialize `font-lock-warning-face' if not present.
7788         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7789                          `font-lock-function-name-face'.
7790         (cperl-look-at-leading-count): Likewise.
7791         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7792                         `font-lock-keyword-face' (needed for
7793                         batch processing), etc...
7794                 Use `font-lock-builtin-face' for builtin in REx
7795                         Now `font-lock-variable-name-face'
7796                         is used for interpolated variables
7797                 Use "talking aliases" for faces inside REx
7798                 Highlight parts of REx (except in charclasses)
7799                         according to the syntax and/or semantic
7800                 Syntax-mark a {}-part of (?{}) as "comment"
7801                         (it was the ()-part)
7802                 Better logic to distinguish what is what in REx
7803         (cperl-tips-faces): Document REx highlighting
7804         (cperl-praise): Mention REx syntax highlight etc.
7806         After 5.17:
7807         (cperl-find-sub-attrs): Would not always manage to print error message.
7808         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7810         After 5.18:
7811         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7812                 Very minor optimization.
7813                 `my-cperl-REx-modifiers-face' got quoted.
7814                 Recognize "print $foo <<END" as HERE-doc.
7815                 Put `REx-interpolated' text attribute if needed.
7816         (cperl-invert-if-unless-modifiers): New function.
7817         (cperl-backward-to-start-of-expr): Likewise.
7818         (cperl-forward-to-end-of-expr): Likewise.
7819         (cperl-invert-if-unless): Works in "the opposite way" too.
7820                 Cursor position on return is on the switch-word.
7821                 Indents comments better.
7822         (REx-interpolated): New text attribute.
7823         (cperl-next-interpolated-REx): New function.
7824         (cperl-next-interpolated-REx-0): Likewise.
7825         (cperl-next-interpolated-REx-1): Likewise.
7826         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7827         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7828         (cperl-praise): Mention finded interpolated RExen.
7830         After 5.19:
7831         (cperl-init-faces): Highlight %$foo, @$foo too.
7832         (cperl-short-docs): Better docs for system, exec.
7833         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7834                 Would not find HERE-doc ended by EOF without NL.
7835         (cperl-short-docs): Correct not-doubled \-escapes.
7836         start block: Put some `defvar' for stuff gone from XEmacs.
7838         After 5.20:
7839         initial comment: Extend copyright, fix email address.
7840         (cperl-indent-comment-at-column-0): New customization variable.
7841         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7842         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7843         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7844         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7845         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7846                         highlight $ in $foo too (UNTESTED).
7847         (cperl-set-style): Docstring missed some available styles.
7848         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7849                 Change "Current" to "Memorize Current".
7850         (cperl-indent-wrt-brace): New customization variable; the default is
7851                 as for pre-5.2 version.
7852         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7853         (cperl-style-alist): Likewise.
7854         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7855                 and `cperl-extra-newline-before-brace' etc
7856                 being t
7857         (cperl-indent-exp): Plans B and C to find continuation blocks even
7858                 if `cperl-extra-newline-before-brace' is t.
7860         After 5.21:
7861         Improve some docstrings concerning indentation.
7862         (cperl-indent-rules-alist): New variable.
7863         (cperl-sniff-for-indent): New function name
7864                 (separated from `cperl-calculate-indent').
7865         (cperl-calculate-indent): Separate the sniffer and the indenter;
7866                 uses `cperl-sniff-for-indent' now.
7867         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7868                 was inverted;
7869                 Support `comment-column' = 0.
7871 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7873         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7874         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7875         * longlines.el (longlines-window-change-function): Likewise.
7876         * simple.el (undo-ask-before-discard): Likewise.
7877         * wid-edit.el (widget-field-prompt-internal)
7878         (widget-documentation-link-p): Likewise.
7880 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7883         for a keyword.
7885 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7887         * newcomment.el (comment-valid-prefix-p): Make the check
7888         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7889         (comment-indent-new-line): Adjust call.
7891 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7893         * allout.el (allout-back-to-current-heading): Base on lower-level
7894         routines to get proper disqualification of aberrant topics.
7896 2006-10-09  Richard Stallman  <rms@gnu.org>
7898         * textmodes/two-column.el (2C-two-columns): Doc fix.
7900 2006-10-09  Kim F. Storm  <storm@cua.dk>
7902         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7903         about implicit use.
7905 2006-10-08  Richard Stallman  <rms@gnu.org>
7907         * textmodes/two-column.el (2C-two-columns): Doc fix.
7909 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7911         * files.el: Mark `buffer-read-only' as safe-local-variable.
7913 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7915         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7916         Burp if GUD buffer has been killed.
7918 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7920         * completion.el (add-completions-from-c-buffer):
7921         Don't presume an error's second element is a string.
7922         Use looking-at rather than buffer-substring + member.
7924 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7926         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7927         `undecided', call find-coding-systems-region to find a proper
7928         non-trivial encoding.
7929         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7930         and "text/plain".
7932 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7934         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7935         url-link.
7937         * strokes.el (defgroup strokes): Remove invalid url-link.
7939 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7941         * autoinsert.el (auto-insert-alist): Doc fix.
7943 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7945         * mouse-sel.el (mouse-insert-selection-internal):
7946         Use insert-for-yank, so that yank handlers are run.
7948 2006-10-07  Kim F. Storm  <storm@cua.dk>
7950         * ido.el (ido-file-extension-aux): Fix comparison.
7952 2006-10-06  Kim F. Storm  <storm@cua.dk>
7954         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7956 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7958         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7959         (ad-make-mapped-call): Use `let', not `let*'.
7961 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7963         * international/mule-cmds.el (coding-system-change-eol-conversion):
7964         Ensure the coding system is initialized before calling
7965         coding-system-eol-type.
7967 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7969         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7970         (org-activate-angle-links, org-activate-dates)
7971         (org-activate-target-links, org-activate-camels)
7972         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7973         textproperty keymaps from being active beyond the end of a line.
7974         (org-unfontify-region): Also remove `rear-nonsticky' property.
7976 2006-10-04  Kenichi Handa  <handa@m17n.org>
7978         * international/code-pages.el (next): Table fixed.
7980 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7983         that it's been made unnecessary by removing narrowing.
7985 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7988         control flow a bit, simplify another bit, and add comments.
7990 2006-10-03  David Kastrup  <dak@gnu.org>
7992         * help.el (describe-mode): For clicks on mode-line, use "@"
7993         interactive argument to get the major mode of the click instead of
7994         the current buffer.
7996         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7997         in order to better redirect mouse-2 clicks.  Also allow default
7998         bindings to apply.
8000 2006-10-03  Kim F. Storm  <storm@cua.dk>
8002         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8003         (pushnew): Fix last change.
8005 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8007         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8008         Use the interactive spec of `eval-expression'.
8010 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8012         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8014 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8016         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8017         2006-09-28 commit.
8019 2006-10-02  Kenichi Handa  <handa@m17n.org>
8021         * international/code-pages.el (iso-8859-6): Table fixed.
8023 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8025         * dired.el (dired-build-subdir-alist): Fix previous change.
8027 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8029         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8031 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8033         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8034         "define-button-type".
8036         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8037         they don't keep accumulating.
8039 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8041         * ffap.el (ffap-rfc-path): Change the address of the RFC
8042         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8044 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8046         * allout.el (allout-expose-topic): Rectify implementation of "+"
8047         spec, so that bodies are not exposed with headlines.
8049 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8051         * allout.el (allout-current-depth): Do aberrent check only at or
8052         below doublecheck depth.
8053         (allout-chart-subtree): Make it explicit that LEVELS being nil
8054         means unlimited depth.  Drop undocumented support for LEVELS value
8055         t meaning unlimited depth.  (This is consistent with
8056         allout-chart-to-reveal, but contrary to allout-show-children,
8057         which needs to use nil to default to depth of 1.)
8058         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8059         (allout-chart-to-reveal): Be explicit in docstring about meaning
8060         of nil LEVELS, and drop support for LEVELS value t.
8061         (allout-show-children): Translate the level spec used by this
8062         routine to that used by allout-chart-subtree and
8063         allout-chart-to-reveal.
8064         (allout-show-to-offshoot): Retry once when stuck, after opening
8065         subtree - improvements in discontinuity handling likely will
8066         enable progress.
8068 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8070         * wid-edit.el (widget-button-click-moves-point): New variable.
8071         (widget-button-click): If widget-button-click-moves-point is
8072         non-nil, set point after performing the button action.
8074         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8076 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8078         * files.el (find-file-existing): Modify to not allow wildcards.
8080 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8082         * simple.el (undo-more): When undo information for the region is
8083         exhausted, say "No further undo information FOR REGION".
8085 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8087         * progmodes/sh-script.el (sh-prev-thing):
8088         Take `sh-leading-keywords' into account.
8090 2006-09-29  Glenn Morris  <rgm@gnu.org>
8092         * custom.el (defcustom): Doc fix.
8094         * calendar/calendar.el (european-calendar-style):
8095         Call european-calendar or american-calendar as needed when set.
8096         (diary-view-entries, list-calendar-holidays): Move autoloads
8097         before use.
8099 2006-09-29  Juri Linkov  <juri@jurta.org>
8101         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8102         to nil if there is no previous property change.
8104 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8106         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8107         saving anything to be sure that `forward-sexp' behaves correctly.
8109 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8111         * simple.el (line-move-finish): Ignore field boundaries if the
8112         initial and final points have the same `field' property.
8114 2006-09-29  Kim F. Storm  <storm@cua.dk>
8116         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8117         to t while calling ido-read-internal.
8119 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8121         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8122         (org-archive-subtree): Remove erraneous `]' from character list.
8124 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8126         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8127         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8128         markers for data-area and parameters-area.
8130 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8134         * font-lock.el (font-lock-after-change-function): Refontify next line
8135         as well if end is at BOL.
8136         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8137         only extend the region as much as needed.
8139 2006-09-28  Richard Stallman  <rms@gnu.org>
8141         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8143         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8145         * international/mule.el (after-insert-file-set-coding):
8146         If VISIT, don't let set-buffer-multibyte make undo info.
8148 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8150         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8151         lines in base64-encoded authentication response.
8153 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8155         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8156         (ebnf-version): New version 4.3.
8157         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8158         (ebnf-prologue): Adjust PostScript programming.
8159         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8160         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8162 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8164         * jit-lock.el (jit-lock-force-redisplay): Rename from
8165         jit-lock-fontify-again, and undo the mistaken change I've just done.
8167         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8168         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8170 2006-09-26  Kenichi Handa  <handa@m17n.org>
8172         * startup.el (display-splash-screen): Allow a prefix argument.
8174 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8176         * subr.el (shell-quote-argument): Use DOS logic for Windows
8177         shells with DOS semantics.
8179 2006-09-24  Richard Stallman  <rms@gnu.org>
8181         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8182         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8183         to delete the overlay.  Put it on pre-command-hook.
8185         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8187         * startup.el (fancy-splash-screens, normal-splash-screen):
8188         Call the splash buffer *About GNU Emacs*.
8190         * simple.el (next-error-highlight, next-error-highlight-no-select):
8191         Default to 0.5.
8192         (yank-excluded-properties): Add `fontified'.
8194         * font-lock.el (font-lock-compile-keywords): Allow value of
8195         syntax-begin-function to enable paren-column-0 highlighting.
8197 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8199         * dired.el (dired-build-subdir-alist): When file ends in colon,
8200         don't exit the loop, just disregard that file.
8202 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8204         * simple.el (line-move-finish): Handle corner case for fields in
8205         continued lines.
8206         (line-move-1): Remove flawed test for that case.
8208 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8210         * icomplete.el (icomplete-simple-completing-p): Use the correct
8211         name for the new variable, `icomplete-with-completion-tables'.
8212         (file local variables): Remove superfluous setting.
8214 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8216         * calendar/appt.el (appt-check): Fix typo for appointments just
8217         after midnight.
8219 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8221         * help.el (describe-key-briefly, describe-key): Don't expect an
8222         extra up event if a down-event is generated by a popup menu.
8224 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8226         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8227         local dictionary when changing the global dictionary.
8229 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8231         * icomplete.el (icomplete-with-completion-tables): List of
8232         specialized completion tables with which icomplete should
8233         operate.  Include the new `internal-complete-buffer', so icomplete
8234         works with interactive buffer-selection.
8235         (icomplete-simple-completing-p): Add acceptance of specialized
8236         completion tables listed in icomplete-with-completion-tables.
8238 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8240         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8242         * startup.el (command-line): Use `custom-reevaluate-setting' for
8243         `focus-follows-mouse'.
8245 2006-09-22  Richard Stallman  <rms@gnu.org>
8247         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8248         explain why Save is not available.
8250 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8252         * woman.el (woman0-so): Use `let*', not `let'.
8253         (woman-horizontal-line): Remove unbalanced parenthesis.
8255 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * woman.el: Make sure all the end-of-region markers we use have
8258         a non-nil insertion-type.
8259         (woman0-so): Move things around so we can use copy-marker.
8260         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8261         Adjust marker type.
8262         (woman2-process-escapes): Check marker type.
8263         (woman-horizontal-line): Dispense with the use of a marker.
8265 2006-09-22  Jay Belanger  <belanger@truman.edu>
8267         * calc/calc-lang.el: Add Greek letters to math-variable-table
8268         property of tex.
8270 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8272         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8274 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8276         * add-log.el (add-log-current-defun): Use `forward-sexp'
8277         instead of `forward-word' to pick c++::symbol.
8278         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8280 2006-09-22  Kenichi Handa  <handa@m17n.org>
8282         * bindings.el: Fix setting self-insert-command for multibyte
8283         characters in global-map.
8285 2006-09-21  David Kastrup  <dak@gnu.org>
8287         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8288         doc string.
8290 2006-09-21  Kenichi Handa  <handa@m17n.org>
8292         * language/european.el ("Latin-1"): Add windows-1252 to
8293         coding-priority.
8294         ("German"): Likewise.
8296 2006-09-21  Kim F. Storm  <storm@cua.dk>
8298         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8299         Suggested by Miles Bader.
8301         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8302         instead of add-to-list in the simple case.
8304 2006-09-20  Kenichi Handa  <handa@m17n.org>
8306         * isearch.el (isearch-process-search-char): Cancel the previous change.
8307         (isearch-search-string): New function.
8308         (isearch-search): Use isearch-search-string.
8309         (isearch-lazy-highlight-search): Likewise.
8311 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8313         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8314         string to become an option.
8316 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8318         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8320 2006-09-20  Kim F. Storm  <storm@cua.dk>
8322         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8323         position t instead of trying both window-end and window-end - 1.
8325 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8327         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8328         hidden trees.
8330 2006-09-20  David Kastrup  <dak@gnu.org>
8332         * mouse.el (mouse-posn-property): Improve doc string.
8333         (mouse-on-link-p): Change buffers for function calls on links.
8335         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8336         buffer is read-only.
8338 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8340         * allout.el (allout-unprotected): Let inhibit-read-only only when
8341         buffer-read-only isn't set.
8342         (allout-annotate-hidden): Enable topic annotation during copies even
8343         when the buffer is read-only, eg for topic copies.  Ensure that the loop
8344         advances, even when the span extends beyond the deletion region.
8345         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8346         rather than allout-exposure-changed-hook, as a stronger assertion.
8347         (allout-keybindings-list): Add bindings for
8348         allout-copy-line-as-kill and allout-copy-topic-as-kill.
8349         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8350         Copy wrappers for allout-kill-line and allout-kill-topic.
8351         (allout-listify-exposed): Position correctly to accumulate lines.
8353 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
8355         * simple.el (line-move-1): Escape field boundaries occurring
8356         exactly at point.  Update goal column if constrained to a field.
8357         (line-move-finish): Escape field boundaries occurring exactly at point.
8359 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * mouse.el (mouse-on-link-p): Tentatively fix last change.
8362         (mouse-drag-vertical-line): Remove unused var `wconfig'.
8364 2006-09-19  Kim F. Storm  <storm@cua.dk>
8366         * help.el (describe-key-briefly, describe-key): Simplify printing
8367         of descriptions by using format and %S.  Fix "is undefined"
8368         messages to say "at that spot" for mouse events.
8370         * simple.el (line-move-partial): Optimize.  Try window-line-height
8371         before posn-at-point to get vpos of current line.
8373 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8375         * viper.el: Bump up version/date of update to reflect the substantial
8376         changes done in August 2006.
8378         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8379         are defined.
8381         * ediff-util.el (ediff-add-to-history): New function.
8383         * ediff.el: Use ediff-add-to-history instead of add-to-history.
8385 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8387         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8388         Delete duplicate make-local-variable form.
8389         (conf-space-keywords): Add autoload cookie.
8390         Fix typo (`keywords', not `keyword').
8392 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8394         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8395         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
8396         to x-gtk-use-old-file-dialog.
8398 2006-09-18  Richard Stallman  <rms@gnu.org>
8400         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8401         that might come in during mouse tracking.
8403 2006-09-18  Kim F. Storm  <storm@cua.dk>
8405         * simple.el (line-move-partial): Rework 2006-09-15 change to use
8406         new window-line-height function.  Further optimize by not calling
8407         pos-visible-in-window-p for window-end when window-line-height
8408         returns useful information.
8410 2006-09-16  Richard Stallman  <rms@gnu.org>
8412         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8413         (conf-space-mode): Don't handle prefix arg.
8414         Delete conf-space-keywords-override code.
8415         Use add-hook.
8416         (conf-space-keywords): New command.
8417         (conf-space-mode-internal): Be careful with imenu-generic-expression.
8418         Delete conf-space-keywords-override code.
8419         (conf-space-keywords-alist): Doc fix.
8420         (conf-space-font-lock-keywords): Doc fix.
8421         (conf-space-keywords-override): Var deleted.
8423 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8425         * startup.el (fancy-splash-screens): Don't switch to the scratch
8426         buffer; it may not be the next buffer.
8428 2006-09-16  Romain Francoise  <romain@orebokech.com>
8430         * saveplace.el (load-save-place-alist-from-file): Use expanded name
8431         in both messages.
8433 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
8435         * progmodes/python.el (python-preoutput-filter):
8436         Fix arg order to string-match.
8438 2006-09-16  Richard Stallman  <rms@gnu.org>
8440         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8441         font-lock-compile-keywords.
8443         * font-lock.el (font-lock-compile-keywords): Rename optional arg
8444         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
8446 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8448         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8450         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8451         and the data doesn't look like UTF8, send STRING instead.
8453 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8455         * textmodes/flyspell.el (flyspell-check-region-doublons):
8456         New function to detect duplicated words.
8457         (flyspell-large-region): Use it.
8459 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8461         * simple.el (line-move-to-column): Revert 2006-08-03 change.
8463 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8465         * help.el (describe-prefix-bindings): Use let, not let*.
8467 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
8469         * allout.el (allout-regexp, allout-line-boundary-regexp)
8470         (allout-bob-regexp): Correct grouping and boundaries to fix
8471         backwards traversal.
8472         (allout-depth-specific-regexp, allout-depth-one-regexp):
8473         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8474         worse time in allout-ascend.
8475         (allout-doublecheck-at-and-shallower): Identify depth threshold
8476         below which topics are checked for and disqualified by containment
8477         discontinuities.
8478         (allout-hotspot-key-handler): Correctly handle multiple-key
8479         strokes.  Remove some unused variables.
8480         (allout-mode-leaders): Clarify that mode-specific comment-start
8481         will be used.
8482         (set-allout-regexp): Correctly regexp-quote allout regexps to
8483         properly accept alternative header-leads and primary bullets with
8484         regexp-specific characters (eg, C "/*", mathematica "(*").
8485         Include new regular expressions among those configured.
8486         (allout-infer-header-lead-and-primary-bullet):
8487         Rename allout-infer-header-lead.
8488         (allout-recent-depth): Manifest as a variable as well as a function.
8489         (allout-prefix-data): Simplify into an inline instead of a macro,
8490         assuming current match data rather than being explicitly passed
8491         it.  Establish allout-recent-depth value as well as
8492         allout-recent-prefix-beginning and allout-recent-prefix-end.
8493         (allout-aberrant-container-p): True when an item's immediate
8494         offspring discontinuously contained.  Useful for disqualifying
8495         unintended topic prefixes, likely at low depths.
8496         (allout-goto-prefix-doublechecked): Elaborate version of
8497         allout-goto-prefix which disqualifies aberrant pseudo-items.
8498         (allout-pre-next-prefix): Layer on top of lower-level routines, to
8499         get disqualification of aberrant containers.
8500         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8501         containers.
8502         (allout-beginning-of-current-entry): Position at start of buffer
8503         when in container (depth 0) entry.
8504         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8505         (allout-current-bullet): Strip text properties.
8506         (allout-get-prefix-bullet): Use right match groups.
8507         (allout-beginning-of-line, allout-next-heading):
8508         Disqualify aberrant containers.
8509         (allout-previous-heading): Disqualify aberrant containers, and
8510         change to regular (rather than inline) function, to allow
8511         self-recursion.
8512         (allout-get-invisibility-overlay): Increment so progress is made
8513         when the first overlay is not the sought one.
8514         (allout-end-of-prefix): Disqualify aberrant containers.
8515         (allout-end-of-line): Cycle something like allout-beginning-of-line.
8516         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8517         outline.el outlines) functional again.  Change the primary bullet
8518         along with the header-lead - level 1 new-style bullets now work.
8519         Engage allout-before-change-handler in mainline Emacs, not just
8520         XEmacs, to do undo handling.
8521         (allout-before-change-handler): Expose undo changes occurring in
8522         hidden regions.  Use allout-get-invisibility-overlay instead of
8523         reimplementing it inline.
8524         (allout-chart-subtree): Use start rather than end of prefix in
8525         charts.  Use allout-recent-depth variable.
8526         (allout-chart-siblings): Disqualify aberrant topics.
8527         (allout-beginning-of-current-entry): Position correctly.
8528         (allout-ascend): Use new allout-depth-specific-regexp and
8529         allout-depth-one-regexp for linear instead of O(N^2) or worse
8530         behavior.
8531         (allout-ascend-to-depth): Depend on allout-ascend, rather than
8532         reimplementing an algorithm.
8533         (allout-up-current-level): Depend on allout-ascend, rather than
8534         reimplementing an algorithm.  Return to start-point if we fail.
8535         (allout-descend-to-depth): Use allout-recent-depth variable
8536         instead of function.
8537         (allout-next-sibling): On traversal of numerous intervening
8538         topics, resort to economical allout-next-sibling-leap.
8539         (allout-next-sibling-leap): Specialized version of
8540         allout-next-sibling that uses allout-ascend cleverly, to depend on
8541         a regexp search to leap large numbers of contained topics, rather
8542         than arbitrarily many one-by-one traversals.
8543         (allout-next-visible-heading): Disqualify aberrant topics.
8544         (allout-previous-visible-heading): Position consistently when
8545         interactive.
8546         (allout-forward-current-level): Base on allout-previous-sibling
8547         rather than (differently) reimplmenting the algorithm.  Remove some
8548         unused variables.
8549         (allout-solicit-alternate-bullet): Present default choice stripped
8550         of text properties.
8551         (allout-rebullet-heading): Use bullet stripped of text properties.
8552         Register changes using allout-exposure-change-hook.
8553         Disregard aberrant topics.
8554         (allout-shift-in): With universal-argument, make topic a peer of
8555         it's former offspring.  Simplify the code by separating out
8556         allout-shift-out functionality.
8557         (allout-shift-out): With universal-argument, make offspring peers
8558         of their former container, and its siblings.  Implement the
8559         functionality here, rather than inappropriately muddling the
8560         implementation of allout-shift-in.
8561         (allout-rebullet-topic): Respect additional argument for new
8562         parent-child separation function.
8563         (allout-yank-processing): Use allout-ascend directly.
8564         (allout-show-entry): Disqualify aberrant topics.
8565         (allout-show-children): Handle discontinuous children gracefully,
8566         extending the depth being revealed to expose them and posting a
8567         message indicating the situation.
8568         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8569         Leave cursor in correct position.
8570         (allout-hide-current-subtree): Use allout-ascend directly.
8571         Disqualify aberrant topics.
8572         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8573         a way that the yanks can restore it, as used to happen.
8574         (allout-yank-processing): Restore exposure layout as recorded by
8575         allout-kill-*, as used to happen.
8576         (allout-annotate-hidden, allout-hide-by-annotation): New routines
8577         for preseving and restoring exposure layout across kills.
8578         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8579         (allout-encrypt-string): Strip text properties.
8580         Rearranged order and outline-headings for some of the
8581         miscellaneous functions.
8582         (allout-resolve-xref): No need to quote the error name in the
8583         condition-case handler section.
8584         (allout-flatten): Classic recursive (and recursively intensive,
8585         without tail-recursion) list-flattener, needed by allout-shift-out
8586         when confronted with discontinuous children.
8588 2006-09-16  Jason Rumney  <jasonr@gnu.org>
8590         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8591         on ms-windows.
8592         (dnd-open-unc-file): Remove.
8593         (dnd-open-local-file): Mention in doc string that it also handles
8594         remote files if the system natively supports unc file-names.
8596 2006-09-15  Kim F. Storm  <storm@cua.dk>
8598         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8599         all necessary information about the event before erasing *Help*.
8601         * simple.el (line-move-partial): Use window-line-visiblity to
8602         quickly check whether last line is partially visible, and only do
8603         the hard (and slow) part in that case.
8605 2006-09-15  Jay Belanger  <belanger@truman.edu>
8607         * COPYING: Replace "Library Public License" by "Lesser Public
8608         License" throughout.
8610 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8612         * term/x-win.el (x-menu-bar-open): New function for F10.
8614 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
8616         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8617         Disallow filenames containing " -" to avoid confusion with libtool
8618         compilation messages.  Suggested by Stefan Monnier.
8620 2006-09-15  David Kastrup  <dak@gnu.org>
8622         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8623         instead of buffer position for `mouse-on-link-p'.
8625         * mouse.el (mouse-posn-property): New function looking up the
8626         properties at a click position in overlays and text properties in
8627         either buffer or strings.
8628         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8629         of both `follow-link' as well as `mouse-face' properties.
8630         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8631         buffer position.
8633         * help.el (describe-key-briefly): When reading a down-event on
8634         mode lines or scroll bar, swallow the following up event, too.
8635         Use the new mouse sensitity of `key-binding' for lookup.
8636         (describe-key): The same here.
8638 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8640         * play/life.el (life-patterns): Add a few more interesting patterns.
8641         (life-setup): Force `show-trailing-whitespace' to nil.
8643 2006-09-14  Richard Stallman  <rms@gnu.org>
8645         * startup.el (fancy-splash-text): Change text to improve alignment.
8646         (fancy-splash-screens): Don't set non-standard tab width.
8647         Bind cursor-type temporarily, and make it easy to patch to
8648         preserve the splash buffer.
8649         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8650         (fancy-splash-screens): Display echo-area message explicitly.
8651         Don't set fancy-splash-help-echo.
8653         * simple.el (line-number-mode): Group mode-line instead of
8654         editing-basics.
8655         (column-number-mode, size-indication-mode): Likewise.
8657         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8659         * time.el (display-time): Group mode-line instead of modeline.
8661         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8663 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8665         * startup.el (fancy-splash-text): Move editing instructions to
8666         fancy-splash-head.
8667         (fancy-splash-head): Issue editing instructions.
8668         (fancy-splash-screens): Fixup whitespace.
8670 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * bindings.el (mode-line-buffer-identification-keymap):
8673         Remove duplicate line.
8675 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8677         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8678         ignore lists.
8680 2006-09-14  Kim F. Storm  <storm@cua.dk>
8682         * jit-lock.el (jit-lock-fontify-again): New function.
8683         (jit-lock-fontify-now): Use it instead of lambda form.
8685 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8687         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8688         (flyspell-auto-correct-word): Make ispell-filter local to these
8689         functions.  Check that ispell-filter has new stuff before calling
8690         ispell-parse-output.
8692 2006-09-13  Kim F. Storm  <storm@cua.dk>
8694         * simple.el (line-move-partial): Optimize.
8696 2006-09-13  Richard Stallman  <rms@gnu.org>
8698         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8699         Delete spurious backquote.
8701 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8703         * net/rcirc.el (rcirc-print): Fix last change.
8705 2006-09-12  Jay Belanger  <belanger@truman.edu>
8707         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8709 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8711         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8712         rcirc-show-maximum-output.
8713         (rcirc-mode): Remove window-scroll-function hook.
8714         (rcirc-scroll-to-bottom): Remove function.
8715         (rcirc-print): Recenter so point stays at the bottom of the window
8716         if point was already there.
8718 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8720         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8721         not to "t".
8722         * progmodes/compile.el (compilation-start): Likewise.
8723         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8724         Don't use expand-file-name on invocation-directory, since this
8725         might mishandle special characters in invocation-directory.
8727 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8729         * pcvs-defs.el: Remove * in defcustom's docstrings.
8731 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8733         * progmodes/compile.el (compilation-directory-properties):
8734         Doc fix for help-echo.
8736 2006-09-12  Lars Hansen  <larsh@soem.dk>
8738         * desktop.el (desktop-read): Add comment.
8740 2006-09-12  Kim F. Storm  <storm@cua.dk>
8742         * simple.el (next-error-highlight, next-error-highlight-no-select):
8743         Fix spelling error.
8745         * subr.el (sit-for): Rework to use input-pending-p and cond.
8746         Return nil input is pending on entry also for SECONDS <= 0.
8747         (while-no-input): Use input-pending-p instead of sit-for.
8749 2006-09-11  Richard Stallman  <rms@gnu.org>
8751         * simple.el (next-error-highlight, next-error-highlight-no-select):
8752         Fix custom type and doc strings.
8754 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8756         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8757         (diff-apply-hunk): Use it to ask for confirmation.
8759 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8761         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8763 2006-09-11  David Kastrup  <dak@gnu.org>
8765         * help.el (string-key-binding, describe-key-briefly)
8766         (describe-key): Remove `string-key-binding' and its callers since
8767         `key-binding' already caters for the proper lookup now.
8769 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8771         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8772         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8774         * bindings.el (mode-line-buffer-identification-keymap):
8775         Move initialization into declaration.
8777 2006-09-10  Kim F. Storm  <storm@cua.dk>
8779         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8780         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8781         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8782         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8784 2006-09-10  Richard Stallman  <rms@gnu.org>
8786         * dired-aux.el: Handle errors in recursive copy usefully.
8787         (dired-create-files-failures): New variable.
8788         (dired-copy-file): Remove condition-case.
8789         (dired-copy-file-recursive): Check for errors on all file
8790         operations, and add them to dired-create-files-failures.
8791         Check file file-date-erorr here too.
8792         (dired-create-files): Check dired-create-files-failures
8793         and report those errors too.
8795         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8797         * subr.el (add-to-list): New argument COMPARE-FN.
8799 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8801         * filecache.el (file-cache-add-directory)
8802         (file-cache-add-directory-list, file-cache-add-file)
8803         (file-cache-add-directory-using-find)
8804         (file-cache-add-directory-using-locate)
8805         (file-cache-add-directory-recursively): Add autoloads.
8807 2006-09-09  Richard Stallman  <rms@gnu.org>
8809         * textmodes/conf-mode.el (conf-space-mode):
8810         Use hack-local-variables-hook instead of calling hack-local-variables.
8811         (conf-space-keywords-override): New variable.
8812         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8813         (conf-space-mode): Always make conf-space-keywords and
8814         conf-space-keywords-override local.
8815         Call conf-space-mode-internal directly as well as via hook.
8817 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8819         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8820         quasi-keywords.
8822 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8824         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8825         (python-send-string): Be slightly more careful about adding \n.
8827         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8828         kill it right away anyway.
8830 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8832         * international/codepage.el (cp850-decode-table): Fix a few codes.
8833         (cp858-decode-table): New variable.
8835 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8837         * net/ldap.el (ldap-search-internal): Doc fix.
8839 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8841         * play/life.el (life-display-generation): Test for input manually if
8842         `sleeptime' is negative or null.
8844         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8845         (print-region-1): Substitute `%s' with the page title.
8847 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8849         * locate.el (locate-current-search): New variable.
8850         (locate): Set buffer local value.  Use current buffer if it is
8851         in Locate mode.
8852         (locate-mode): Disable undo here.
8853         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8854         (locate-update): Use locate-current-search and locate-current-filter.
8856 2006-09-08  David Kastrup  <dak@gnu.org>
8858         * desktop.el (desktop-read): When loading a desktop, disable
8859         saving it while the load progresses, and switch off a pending lazy
8860         load by calling `desktop-lazy-abort'.
8862 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8864         * window.el (mouse-autoselect-window-timer)
8865         (mouse-autoselect-window-position)
8866         (mouse-autoselect-window-window)
8867         (mouse-autoselect-window-now): New vars.
8868         (mouse-autoselect-window-cancel)
8869         (mouse-autoselect-window-select)
8870         (mouse-autoselect-window-start): New functions.
8871         (handle-select-window): Call `mouse-autoselect-window-start' when
8872         delayed window autoselection is enabled.
8874         * cus-start.el (mouse-autoselect-window): Handle delayed window
8875         autoselection.
8877         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8878         commands after which it is allowed to print in the echo area.
8880 2006-09-08  Richard Stallman  <rms@gnu.org>
8882         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8884         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8885         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8887         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8888         (cancel-timer-internal): Add doc string.
8889         (cancel-function-timers): Doc fix.
8890         (with-timeout-handler, timer-event-last*): Add doc strings.
8892         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8894         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8896         * dired.el (dired-log-summary): Add doc string.
8898         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8899         (custom-group-menu-create): Not here.
8901 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8903         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8905 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8907         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8908         (mac-apple-event-map): Define its handler.
8910 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8912         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8914 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8916         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8917         clause.
8919 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8921         * info.el (Info-index): Bind completion-ignore-case.
8923 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8926         previous commit.
8927         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8928         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8929         burp in dedicated windows.
8930         (inferior-prolog-self-insert-command): New command.
8931         (inferior-prolog-mode-map): Use it.
8933 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8935         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8937         * international/code-pages.el: Add cp858.
8939 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8941         * dnd.el: Fix bootstrapping.
8943 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8945         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8946         (dnd-open-remote-url): New function.
8947         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8948         not windows-nt.
8950 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8952         * dnd.el (dnd-open-remote-file-function): New variable.
8953         (dnd-open-unc-file): New function.
8954         (dnd-open-file): Call dnd-open-remote-file-function if set.
8956 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8958         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8959         pgg-passphrase-coding-system rather than locale-coding-system.
8960         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8962 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8964         * progmodes/prolog.el: Remove * in docstrings.
8965         (prolog-program-name): Add SWI prolog.
8966         (prolog-mode-menu): New menu.
8967         (prolog-mode): Set comment-add.
8968         (prolog-indent-line): Simplify.  Use indent-line-to.
8969         (inferior-prolog-buffer): New var.
8970         (inferior-prolog-run, inferior-prolog-process): New funs.
8971         (run-prolog, switch-to-prolog): Rewrite, using them.
8972         (prolog-consult-region): Use inferior-prolog-buffer.
8973         (inferior-prolog-load-file): New function.
8974         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8976         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8977         last word, if it's not the end of the paragraph.
8979         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8980         file name.
8982 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8984         * frame.el (display-mm-dimensions-alist): New defcustom.
8985         (display-mm-height, display-mm-width): Use it.
8987 2006-09-06  Simon Josefsson  <jas@extundo.com>
8989         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8991 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8993         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8994         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8995         string values.
8997 2006-09-06  Kim F. Storm  <storm@cua.dk>
8999         * simple.el (line-move-partial): New function to do vscrolling for
9000         partially visible images / tall lines.  Rewrite based on code
9001         previously in line-move.  Simplify backwards vscrolling.
9002         (line-move): Use it.  Simplify.
9004 2006-09-05  Kim F. Storm  <storm@cua.dk>
9006         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9008 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9010         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9011         Process the `gcc-include' after the `gnu' rule.
9013 2006-09-05  Kim F. Storm  <storm@cua.dk>
9015         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9017 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9019         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9020         compatibility.
9022         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9023         inhibit-redisplay; encode passphrase with locale-coding-system.
9025 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9027         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9029 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9031         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9032         (gdb-var-list-children-regexp): Make type field optional.
9034         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9035         e.g public, protected in C++.
9037 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9039         * simple.el (completion-show-help): New defcustom.
9040         (completion-setup-function): Heed it.
9042 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9044         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9046 2006-09-04  Richard Stallman  <rms@gnu.org>
9048         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9049         (rsf-min-region-to-spam-list): Doc fix.
9050         (rsf-add-content-type-field): Doc fix.
9052         * simple.el (kill-region): Explicitly test there is a region.
9054 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9056         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9057         sendmail in several common directories.
9059         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9061         * paths.el (sendmail-program): Removed.
9063 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9065         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9066         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9067         http://article.gmane.org/gmane.emacs.gnus.general/50457
9069 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9071         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9072         mark after running the menu filter.
9074 2006-09-03  Juri Linkov  <juri@jurta.org>
9076         * international/quail.el (quail-defrule-internal): Add a check
9077         if a key is a vector.
9079 2006-09-02  Juri Linkov  <juri@jurta.org>
9081         * man.el (Man-topic-history): New variable.
9082         (man): Use it.
9084         * woman.el (woman-topic-history): Change defvar to defvaralias
9085         for symbol `Man-topic-history'.
9087         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9088         `comint-last-output-start' is a marker by using `markerp' and
9089         check if it has a position by using `marker-position', and use
9090         this position for `goto-char'.
9092         * international/quail.el (quail-defrule-internal): Add missing
9093         `error' call for null key.
9095 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9097         * rcirc.el (rcirc-keywords): New variable.
9098         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9099         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9100         variables.
9101         (rcirc-responses-no-activity): New function.
9102         (rcirc-handler-generic): Check for responses in above.
9103         (rcirc-process-command): Add ?: character to arguments of raw
9104         server commands.
9105         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9106         `rcirc-dim-nicks'.
9107         (rcirc-gray-toggle): Remove unused variable.
9108         (rcirc-print): Remove some tracking logic, which is moved into
9109         markup functions.
9110         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9111         types.
9112         (rcirc-activity-string): Look for 'keyword in activity-types.
9113         (rcirc-window-configuration-change): Don't erase overlay-arrow
9114         unnecessarily.
9115         (rcirc-add-or-remove): New function.
9116         (rcirc-cmd-ignore): Use it.
9117         (rcirc-message-leader): Remove unused function.
9118         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9119         (rcirc-add-face): New function.
9120         (rcirc-facify): Use rcirc-add-face.
9121         (rcirc-url-regexp): Add parens.
9122         (rcirc-map-regexp): Remove function.
9123         (rcirc-mangle-regexp): Remove function.
9124         (rcirc-markup-text-functions): New variable.
9125         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9126         (rcirc-markup-body-text, rcirc-markup-attributes)
9127         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9128         (rcirc-markup-bright-nicks): New markup handler functions.
9129         (rcirc-nick-in-message-full-line): New face.
9130         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9131         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9133 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9135         * cus-start.el (hscroll-margin, hscroll-step)
9136         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9137         (x-use-underline-position-properties): Change version to "22.1"
9138         since they will appear there for the first time.
9140 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9142         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9144 2006-08-31  Richard Stallman  <rms@gnu.org>
9146         * cus-edit.el (custom-save-variables): Slight cleanup.
9147         (Custom-no-edit): Renamed from custom-no-edit.
9148         (Custom-newline): Renamed from custom-newline.
9149         (custom-mode-map): Use new names.
9151         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9152         about customization, rather than M-x customize, in the doc string
9153         made for the defcustom.
9155         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9157 2006-08-31  Romain Francoise  <romain@orebokech.com>
9159         * dired-x.el (dired-guess-shell-alist-default): Update.
9161 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9163         * custom.el (custom-theme-set-variables): Autoload packages before
9164         sorting the variables.
9166 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9168         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9169         chars if XEmacs.
9170         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9172 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9175         waiting for process.
9177 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9179         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9180         results in ASCII-only string, encode original one directly.
9182 2006-08-29  Romain Francoise  <romain@orebokech.com>
9184         * startup.el (normal-splash-screen, fancy-splash-screens):
9185         Make buffer read-only and arrange to enter view mode if necessary.
9187 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9189         * hl-line.el (hl-line): New face.
9190         (hl-line-face): Use it.
9192         * image-mode.el (image-mode): Fix last fix.
9193         Suggested by Kim F. Storm.
9195 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9197         Sync with Tramp 2.0.54.
9199         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9200         of `=', because `tramp-get-remote-gid' might not always return an
9201         integer when expected.
9202         (tramp-register-file-name-handlers): `partial-completion-mode' is
9203         unknown to XEmacs.
9204         (tramp-time-diff): Don't use `floor', it might fail for large
9205         differences.
9206         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9207         `tramp-auto-save-directory' if unset in order to guarantee unique
9208         auto-save file names.
9210 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9212         * image-mode.el (image-mode): Display image as text on a terminal.
9214 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9216         * progmodes/python.el (python-send-command): Simplify.
9217         (run-python): Don't generate a new buffer unless `new' was specified.
9218         Make sure we send `import emacs' to the proper process.
9220         * progmodes/python.el (python-send-command): Don't wait for the command
9221         to terminate.  Don't fiddle with compilation-parsing-end.
9223 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9225         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9226         Insert commentary after first line summary.
9228         * woman.el (woman-follow): New function, based on `man-follow'.
9229         (woman-mode-map): Use it.
9231         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9232         since ibuffer-do-sort-by-recency does not define a sorter.
9234 2006-08-28  Kim F. Storm  <storm@cua.dk>
9236         * find-dired.el (find-dired): Use shell-quote-argument to properly
9237         escape ( and ) args.  Also use it on {} and ; args in default
9238         value of find-ls-option string.
9239         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9241 2006-08-27  Michael Olson  <mwolson@gnu.org>
9243         * emacs-lisp/tq.el: Small grammar fix in comments.
9244         (tq-enqueue): Check for existence of queue rather than the
9245         head queue item's question, which was a no-op.
9246         (tq-filter, tq-process-buffer): Make sure the process buffer
9247         exists before making it the current buffer.
9249 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9251         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9252         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9253         (special-event-map): Apply 2006-08-16 change for x-win.el.
9255 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9257         * progmodes/python.el (python-send-receive): Wait in the
9258         process's buffer so as to check the right buffer-local variables.
9260 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9262         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9263         (defgroup checkdoc): Move to beginning.
9265         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9266         (python-preoutput-continuation): Remove.
9267         (python-preoutput-filter): Simplify correspondingly.
9268         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9269         Loop around to catch embedded _emacs_out output.
9270         (run-python): Send the import&print command on a single line.
9271         (python-send-command): Send command&print on a single line.
9272         (python-send-string): Only add double \n if needed.
9273         (python-send-receive): Loop until the result comes.
9274         (python-mode-running): Defvar it.
9275         (python-setup-brm): Remove unused var `menu'.
9276         Only bind py-mode-map and `features' around brm-init.
9277         (python-calculate-indentation): Remove unused var `point'.
9278         (python-beginning-of-defun): Remove unused var `def-line'.
9280 2006-08-25  Richard Stallman  <rms@gnu.org>
9282         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9284 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9286         * viper.el (viper-set-hooks): Use frame bindings for
9287         viper-vi-state-cursor-color.
9288         (viper-non-hook-settings): Don't set default
9289         mode-line-buffer-identification.
9291         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9292         (viper-set-cursor-color-according-to-state)
9293         (viper-get-saved-cursor-color-in-replace-mode)
9294         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9295         viper-emacs-state-cursor-color.
9297         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9298         (viper-undo): Use point if undo-beg-posn is nil.
9299         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9300         (viper-after-change-undo-hook): Don't use
9301         viper-emacs-state-cursor-color by default.
9302         (viper-undo): More sensible positioning after undo.
9304         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9305         (viper-emacs-state-cursor-color): Default to nil, since this feature
9306         doesn't work well yet.
9308         * ediff-mult.el (ediff-intersect-directories)
9309         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9310         always expand filenames.
9312 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9314         * tumme.el: Remove * in defcustoms's docstrings.
9316 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9318         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9319         Accept internal time format for SECS arg.
9320         (timer-relative-time): Doc fix.
9322         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9323         adapted from Martin Rudalics.
9324         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9325         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9326         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9327         using sit-for.
9329 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9331         * cus-start.el (all): Add `overline-margin' and
9332         `x-underline-at-descent-line'.
9334 2006-08-24  Kim F. Storm  <storm@cua.dk>
9336         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9337         to mean "use find -exec"; nil now unambiguously means auto-detect.
9338         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9339         Use shell-quote-argument to build grep-find-command and
9340         grep-find-template.
9341         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9342         Reported by Tom Seddon.
9344 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
9346         * startup.el (fancy-splash-head): Give instructions for dismissing
9347         the splash screen for default startup too.
9348         (display-startup-echo-area-message, fancy-splash-screens)
9349         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
9350         all splash text at once and keep the splash buffer around.
9351         (command-line-1): Give display-startup-echo-area-message a t arg.
9353 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
9355         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9356         gnus frame is selected.
9358 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
9360         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9362 2006-08-22  Kim F. Storm  <storm@cua.dk>
9364         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9365         Add suffix matching for subdirs.
9367 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9369         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9370         mouse-yank-at-point is non-nil.
9372 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
9374         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9375         a bit wider and remove fringes to fit initial output on line.
9377 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9379         * frame.el (blink-cursor-end): Only ignore the error we care about.
9380         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9382 2006-08-21  Richard Stallman  <rms@gnu.org>
9384         * whitespace.el (whitespace-cleanup): Doc fix.
9386 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
9388         * net/rcirc.el (rcirc-show-maximum-output): New var.
9389         (rcirc-buffer-process): If no buffer argument is supplied, use
9390         current-buffer.
9391         (rcirc-complete-nick): Complete to the last completed nick first.
9392         (rcirc-mode): Preserve the value of `rcirc-urls' across
9393         connections.  Setup scroll function.
9394         (rcirc-scroll-to-bottom): New function.
9395         (rcirc-print): Use nick syntax around regexp work.
9396         Notice dim-nicks speaking only if they say our nick.
9397         (rcirc-update-activity-string): Do not show the modeline indicator
9398         if there are no live rcirc processes.
9399         (rcirc-cmd-ignore): Ignore case.
9400         (rcirc-browse-url-at-point): Fix off-by-one error.
9402 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9404         * progmodes/python.el: Remove * in defcustom docstrings.
9405         (run-python, python-proc, python-try-complete): Use derived-mode-p.
9406         (python-mode): Set tab-width and indent-tabs-mode.
9408 2006-08-20  Dave Love  <fx@gnu.org>
9410         * progmodes/python.el: Update to Dave Love's latest version.
9411         (python-font-lock-keywords, python-mode): Don't use
9412         font-lock-syntax-table, but match symbol elements explicitly instead.
9413         (python-mode-map): Add help, and a few more key bindings.
9414         (python-skip-comments/blanks): Move out of comments as well.
9415         (python-continuation-line-p): Behave better with unbalanced parens.
9416         (python-blank-line-p): New fun.
9417         (python-open-block-statement-p): Don't use a heuristic.
9418         (python-outdent-p): Better handle blocks-in-the-same-line.
9419         (python-calculate-indentation): Misc improvements.
9420         (python-comment-indent): Remove.
9421         (python-block-pairs): New var.
9422         (python-first-word): New fun.
9423         (python-indentation-levels): Handle more common cases.
9424         (python-indent-line-1): Add `leave' argument.
9425         (python-indent-region): New fun.
9426         (python-skip-out): New fun.
9427         (python-beginning-of-statement, python-end-of-statement): Use it.
9428         (python-next-statement): Return correct count even at eob.
9429         (python-end-of-block): Fix paren-typo.
9430         (python-imenu-create-index): Add module variables.
9431         (run-python): Add `new' arg.
9432         Check we're at a prompt before returning.
9433         (python-send-command): Move to end of buffer.
9434         Wait for prompt to return.
9435         (python-set-proc): New fun.
9436         (python-imports): New var.
9437         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
9438         (python-eldoc-function): Try to move out of arg list.
9439         (python-outline-level): Offset by 1.
9440         (python-find-imports): New fun.
9441         (python-symbol-completions): Use python-imports.
9442         (python-module-path, ffap-alist): Add support for ffap.
9443         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9444         (python-insert-*, python-default-template, python-expand-template):
9445         Add templates/skeletons.
9446         (python-setup-brm): Support for Bicycle Repair Man.
9447         (python-abbrev-syntax-table): New var.
9448         (python-abbrev-pc-hook, python-pea-hook): New funs.
9450 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
9452         * frame.el (blink-cursor-start): Set timer first.
9453         (blink-cursor-end): Ignore timer cancelling errors.
9454         Suggested by Ken Manheimer.
9456 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
9458         * newcomment.el (comment-box): Call `comment-normalize-vars'.
9459         Add autoload cookie.
9461 2006-08-20  Richard Stallman  <rms@gnu.org>
9463         * simple.el (line-number-at-pos): Doc fix.
9465         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9466         timer-activate-when-idle, so timer can run before Emacs becomes
9467         non-idle again.
9469 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9471         * whitespace.el (whitespace-cleanup-internal): New optional arg
9472         REGION-ONLY.  If it's non-nil, modify the message to the user
9473         accordingly.
9474         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9475         a non-nil argument.
9477 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
9479         * rect.el (spaces-string): Simplify and add doc string.
9481 2006-08-17  Romain Francoise  <romain@orebokech.com>
9483         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9485 2006-08-17  Richard Stallman  <rms@gnu.org>
9487         * compare-w.el (compare-windows): lambda's take an arg and pass
9488         it to compare-windows-skip-whitespace.
9490 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
9492         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9493         the right buffer.
9495 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9498         removed files.
9500 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
9502         * progmodes/gdb-ui.el (gdb-locals-watch-map)
9503         (gdb-locals-watch-map-1): Suppress keymap first.
9504         (gdb-edit-locals-map-1): New variable.
9505         (gdb-edit-locals-value): New function.
9506         (gdb-stack-list-locals-handler): Use them.
9508 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9510         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9511         cursor would normally be drawn in the fringe.
9513         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9514         Reported by Martin Rudalics <rudalics@gmx.at>.
9516 2006-08-16  Richard Stallman  <rms@gnu.org>
9518         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9519         (special-event-map): Process drag-n-drop events this way.
9521         * simple.el (move-beginning-of-line): Test whether fields
9522         would prevent motion back to line's first visible character.
9523         If so, stop where the fields would stop the motion.
9525         * newcomment.el (comment-indent): Fully update INDENT
9526         before checking to see if it will change the text.
9528         * cus-edit.el (custom-newline): New function.
9529         (custom-mode-map): Bind newline to custom-newline.
9531         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9532         into ignore-whitespace.
9533         Check each buffer for its skip-function.
9534         Handle compare-windows-skip-whitespace special-case test
9535         by returning t from default skip function.
9537 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
9539         * textmodes/org.el (org-clock-special-range)
9540         (org-clock-update-time-maybe): New functions.
9541         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9542         not only a-z.
9543         (org-agenda-get-blocks): Allow multiple blocks per headline.
9544         (org-timestamp-change): Call `org-clock-update-time-maybe'.
9545         (org-export-html-title-format)
9546         (org-export-html-toplevel-hlevel): New options.
9547         (org-export-language-setup): Add support for Czech.
9548         (org-mode, org-insert-todo-heading, org-find-visible)
9549         (org-find-invisible, org-invisible-p, org-invisible-p2)
9550         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9551         (org-show-subtree, org-show-entry, org-make-options-regexp):
9552         Remove compatibility support for old outline-mode.
9553         (org-check-occur-regexp): Funtion removed.
9554         (org-on-heading-p, org-back-to-heading): Made defalias.
9555         (org-set-local): New defsubst.
9556         (org-set-regexps-and-options, org-mode)
9557         (org-set-font-lock-defaults, org-edit-agenda-file-list)
9558         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9559         (org-remember-apply-template, org-table-edit-field)
9560         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9561         (org-set-autofill-regexps): Use `org-set-local'.
9562         (org-table-eval-formula): Fix bug with parsing of display flags.
9564 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
9566         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9567         frame with fringe arrow.  Suggested by Simon Marshall
9568         <simon.marshall@misys.com>.
9569         (gdb-stack-position): New variable.
9570         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9571         (gdb-frames-mode): Set gdb-stack-position to nil.
9572         Add to overlay-arrow-variable-list
9573         (gdb-reset): Delete gdb-stack-position from above list.
9575 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9577         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9578         read only.
9580 2006-08-13  Romain Francoise  <romain@orebokech.com>
9582         * cus-theme.el (customize-create-theme)
9583         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9585         * filesets.el (filesets-add-buffer): Ditto.
9587         * pcvs.el (cvs-change-cvsroot): Ditto.
9589 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
9591         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9592         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9593         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9594         expressions.
9595         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9596         Only search till end of line.
9597         Add face to function names in case of no filename.
9598         Add face to variable names of watchpoints.
9600 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
9602         * cus-start.el <indent-tabs-mode>: Move to the `indent'
9603         customization group.
9605 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
9607         * allout.el (allout-prior-bindings, allout-added-bindings):
9608         Remove, after long deprecation.
9609         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9610         Add customization vars controlling allout-beginning-of-line and
9611         allout-end-of-line conveniences.
9612         (allout-header-prefix, allout-use-mode-specific-leader)
9613         (allout-use-mode-specific-leader, allout-mode-leaders):
9614         Revise docstrings.
9615         (allout-infer-header-lead): Change to be an alias for
9616         allout-infer-header-lead-and-primary-bullet.
9617         (allout-infer-header-lead-and-primary-bullet): New version of
9618         allout-infer-header-lead which assigns the primary bullet to the
9619         same as the header lead, when its being changed.
9620         (allout-infer-body-reindent): Apply regexp-quote instead of
9621         unconditionally prepending "\\", so that all literal
9622         allout-header-prefix and allout-primary-bullet strings are
9623         properly handled.
9624         (allout-add-resumptions): Add optional qualifier for extending or
9625         appending to existing values, rather than replacing them.
9626         (allout-view-change-hook): Clarify docstring.
9627         (allout-exposure-change-hook): Take explicit arguments, via
9628         run-hook-with-args.
9629         (allout-structure-added-hook)
9630         (allout-structure-deleted-hook)
9631         (allout-structure-shifted-hook): New hooks analogous to
9632         allout-exposure-change-hook for other kinds of structural outline
9633         edits.
9634         (allout-encryption-plaintext-sanitization-regexps): New encryption
9635         customization variable, by which cooperating modes can provde
9636         massage of the plaintext without actually being passed it.
9637         (allout-encryption-ciphertext-rejection-regexps)
9638         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9639         customization variables, by which cooperating modes can prohibit
9640         rare but possible ciphertext patterns from fouling their
9641         operation, with actually being passed the ciphertext.
9642         (allout-mode): Run activation and deactivation hooks after the
9643         minor-mode variable has been toggled, to clarify the mode
9644         disposition.  The new encryption ciphertext rejection variable is
9645         used to ensure that the ciphertext does not contain text that
9646         would be recognized as outline structural elements by allout.
9647         Substite allout-beginning-of-line and allout-end-of-line for
9648         conventionall beginning-of-line and end-of-line bindings.
9649         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9650         activation!
9651         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9652         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9653         (allout-chart-subtree): Implement new mode, charting only the
9654         visible items in the subtree, when new 'visible' parameter is non-nil.
9655         (allout-end-of-subtree): Properly handle the last item in the buffer.
9656         (allout-pre-command-business, allout-command-counter):
9657         Increment an advertised counter so that cooperating enhancements can
9658         track revisions of items.
9659         (allout-open-topic): Run allout-structure-added-hook with suitable
9660         arguments.
9661         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9662         arguments.
9663         (allout-shift-out): Fix doubling for negative args and ensure call
9664         of allout-structure-shifted-hook by solely using allout-shift-in.
9665         (allout-kill-line, allout-kill-topic):
9666         Run allout-structure-deleted-hook with suitable arguments.
9667         (allout-yank-processing): Run allout-structure-added-hook with
9668         proper arguments.
9669         (allout-yank): Enclose activity in allout-unprotected.
9670         (allout-flag-region): Run allout-exposure-change-hook with
9671         suitable arguments, instead of making the callee infer the arguments.
9672         (allout-encrypt-string):
9673         Support allout-encryption-plaintext-sanitization-regexps,
9674         allout-encryption-ciphertext-rejection-regexps, and
9675         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9676         en/de cryption mode in symmetric encryption failure message.
9677         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9678         copy of the passphrase, and don't zero it or we'll corrupt the
9679         stashed copy.
9680         (allout-create-encryption-passphrase-verifier)
9681         (allout-verify-passphrase): Respect the new signature for
9682         allout-encrypt-string.
9683         (allout-get-configvar-values): Convenience for getting a
9684         configuration variable value and handling its absence gracefully.
9686 2006-08-11  Romain Francoise  <romain@orebokech.com>
9688         * obsolete/zone-mode.el: Delete.
9690 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9692         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9694 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9696         * emacs-lisp/bindat.el (bindat-ip-to-string):
9697         Use `format-network-address' if possible.
9699 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9701         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9703 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9705         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9706         restore unread-command-events here.
9707         (edebug-display): Do it here, to detect sit-for interruptions.
9709 2006-08-10  Romain Francoise  <romain@orebokech.com>
9711         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9712         (dns-mode-soa-auto-increment-serial): New user option.
9713         (dns-mode-soa-maybe-increment-serial): New function.
9714         (dns-mode): Add the latter to `write-contents-functions'.
9716         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9717         Delete autoload cookies.
9719 2006-08-10  John Wiegley  <johnw@newartisans.com>
9721         * eshell/em-glob.el (eshell-glob-chars-list)
9722         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9724 2006-08-10  Richard Stallman  <rms@gnu.org>
9726         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9727         (facemenu-set-face): Doc fix.
9728         (facemenu-listed-faces): Doc fix.
9730 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9732         * avoid.el (mouse-avoidance-animating-pointer): New var.
9733         (mouse-avoidance-nudge-mouse): Use it.
9734         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9735         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9736         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9737         Don't activate if currently animating.  All callers changed.
9739 2006-08-09  John Wiegley  <johnw@newartisans.com>
9741         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9742         variable, which causes timeclock to report elapsed time worked,
9743         instead of just work remaining.
9745 2006-08-09  Kenichi Handa  <handa@m17n.org>
9747         * international/latexenc.el (latexenc-find-file-coding-system):
9748         Fix for the case that the 2nd element of arg-list is a cons.
9750 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9752         * info.el (Info-fontify-node): Handle preceding `in' for note
9753         reference hiding rules.
9755 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9757         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9758         mistake a closing " for an opening one.
9760 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9762         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9764 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9766         * complete.el (PC-do-completion): Filter out completions matching
9767         completion-ignored-extensions before checking whether there are
9768         multiple completions.
9769         Don't use `list' unnecessarily when building completion tables.
9771 2006-08-06  Richard Stallman  <rms@gnu.org>
9773         * help.el (describe-mode): Make minor mode list more concise.
9775 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9777         * bindings.el: Give mode-line-format, mode-line-modes, and
9778         mode-line-position `standard-value' properties.
9780 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9782         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9783         "(file)node" instead of the file name.
9785 2006-08-05  Richard Stallman  <rms@gnu.org>
9787         * faces.el (escape-glyph): Doc fix.
9789 2006-08-04  Kenichi Handa  <handa@m17n.org>
9791         * international/mule-diag.el (describe-font): Improve docstring
9792         and error message.  Use frame-parameter (not frame-parameters).
9794 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9797         Correctly mark the end-of-docstring char.
9799 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9801         * simple.el (line-move-to-column): Constrain move-to-column to
9802         current field.
9804 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9806         * font-lock.el (font-lock-beg, font-lock-end)
9807         (font-lock-extend-region-functions): New vars.
9808         (font-lock-extend-region-multiline)
9809         (font-lock-extend-region-wholelines): New functions.
9810         (font-lock-default-fontify-region): Use them.
9811         (font-lock-extend-jit-lock-region-after-change): Only round up
9812         if font-lock-default-fontify-region will do it as well.
9814         * font-lock.el (font-lock-extend-after-change-region-function):
9815         Rename from font-lock-extend-region-function.
9816         (font-lock-extend-region): Remove by inlining at call sites.
9817         (font-lock-after-change-function): Don't needlessly round up to a whole
9818         number of lines.
9819         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9820         the boundary conditions and the interactions between the various ways
9821         to extend the region.
9823 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9826         modification status when forcing the second redisplay.
9828 2006-08-03  Kim F. Storm  <storm@cua.dk>
9830         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9832 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9834         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9835         doesn't look like a file name.
9837         * complete.el (PC-expand-many-files): Avoid signalling an error when
9838         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9840 2006-08-02  Andreas Schwab  <schwab@suse.de>
9842         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9844 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9846         * bindings.el (map): Make mode-line-buffer-identification-keymap
9847         before defining propertized-buffer-identification.
9849 2006-08-01  Richard Stallman  <rms@gnu.org>
9851         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9853 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9855         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9856         default value.
9857         (gdb-find-source-frame): New function.
9858         (menu): Add to menu bar.
9860 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9862         * font-core.el (font-lock-extend-region-function)
9863         (font-lock-extend-region): Move to font-lock.el.
9865         * font-lock.el (font-lock-extend-region-function)
9866         (font-lock-extend-region): Move from font-core.el.  Simplify.
9868         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9869         if needed.
9870         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9871         (jit-lock-after-change-extend-region-functions): New hook.
9872         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9874         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9875         (font-lock-turn-on-thing-lock): Use it.
9877         * longlines.el (longlines-show-region): Make it work on read-only
9878         buffers as well.
9880 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9882         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9884 2006-07-31  Richard Stallman  <rms@gnu.org>
9886         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9887         (vhdl-speedbar-display-projects): Update old obsolete
9888         speedbar variable names.
9890 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9892         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9893         (gdb-stopped): Use it.
9895         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9897 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9899         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9900         for load-history elements.
9902 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9904         * files.el (convert-standard-filename): For Cygwin, replace
9905         characters not allowed in Windows file names.
9906         (make-auto-save-file-name): Add Cygwin to the list of systems
9907         where the auto-save file name needs to be run through
9908         convert-standard-filename.
9910 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9912         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9914 2006-07-28  Richard Stallman  <rms@gnu.org>
9916         * bindings.el (mode-line-frame-identification)
9917         (propertized-buffer-identification): Centralize the code
9918         to initialize the variable.
9920         * progmodes/grep.el (grep-default-command): Catch errors from
9921         wildcard-to-regexp.
9923 2006-07-29  Kim F. Storm  <storm@cua.dk>
9925         * progmodes/grep.el (grep-tag-default): New function.
9926         (grep-default-command, grep-read-regexp): Use it.
9927         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9928         as default if nothing else applies.
9930 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9932         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9933         Throw error if buffer is not in Dired and Wdired mode, respectively.
9935 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9937         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9938         self-insert-command keys don't activate buttons.
9939         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9941 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9943         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9944         faces for enable character.
9946 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9948         * Makefile.in (recompile): Update comment to reflect change
9949         on 2004-04-21.
9951 2006-07-27  Richard Stallman  <rms@gnu.org>
9953         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9954         (customize-package-emacs-version): Change msg when pkg has no entry.
9955         (custom-no-edit): On a button, do like widget-button-press.
9957 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9959         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9960         S-tab and C-S-tab.
9962 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9964         * progmodes/which-func.el (which-function): Fix documentation/
9965         comment typo.
9967 2006-07-26  Richard Stallman  <rms@gnu.org>
9969         * textmodes/ispell.el (ispell-word): If we replace the word,
9970         move point to the end.  Insert before deleting.
9972 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9974         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9975         a timer.
9977 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9979         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9980         when at first image.
9981         (tumme-forward-image): Add prefix argument.  Add error when at last
9982         image.
9984 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9986         * tabify.el (tabify-regexp): Use more specific regexps.
9987         (tabify): Avoid modifying the buffer unnecessarily.
9989 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9991         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9992         (tumme-format-properties-string): Handle empty `buf'.
9993         (tumme-get-comment): Change variable names inside `let'.
9994         Add missing `let' variable that cause font-lock problems.
9995         (tumme-write-comments): Change variable names inside `let'.
9996         Add missing `let' variable that cause font-lock problems.
9997         (tumme-forward-image): Rename from `tumme-forward-char'.
9998         (tumme-backward-image): Rename from `tumme-backward-char'.
10000 2006-07-25  Masatake YAMATO  <jet@gyve.org>
10002         * progmodes/ld-script.el (ld-script-keywords)
10003         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10004         and add comments.
10006 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10008         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10009         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10010         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10011         for status indicator.
10013 2006-07-24  Richard Stallman  <rms@gnu.org>
10015         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10017         * subr.el (dolist, dotimes): Use interned symbols for locals.
10018         (--dotimes-limit--, --dolist-tail--): New defvars.
10019         (looking-back): Doc fix.
10021         * replace.el (replace-match-string-symbols): Handle dotted lists.
10023 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10025         * tumme.el (tumme-write-tags): Add.
10026         (tumme-write-comments): Add.
10027         (tumme-tag-files): Change to use `tumme-write-tags'.
10028         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10029         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10030         (tumme-save-information-from-widgets): Change to use
10031         `tumme-write-comments' and `tumme-write-tags'.
10032         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10033         (tumme-write-tag): Remove.
10034         (tumme-write-comment): Remove.
10035         (tumme-display-previous-thumbnail-original): Remove empty line.
10036         (tumme-widget-list): Add punctuation.
10038 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10040         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10042 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10044         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10045         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10046         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10048 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10050         * mouse.el (mouse-on-link-p): Doc fix.
10052 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10054         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10055         Handle "C-h f `".
10057 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10059         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10060         column.
10062 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10064         * textmodes/table.el: Add move-beginning-of-line and
10065         move-end-of-line to Point Motion Only Group.
10067 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10069         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10071 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10073         * startup.el (user-mail-address): Initialize from the `EMAIL'
10074         environment variable first.  Document this.
10075         (command-line): Ditto.
10077 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10079         * help-mode.el (help-function-def, help-variable-def)
10080         (help-face-def): Print a message in the minibuffer.
10082 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10084         * term/xterm.el (terminal-init-xterm): Fix key bindings
10085         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10087 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10089         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10090         where `(nth 1 command)' is a cons cell.  Doc fix.
10092         * textmodes/po.el (po-find-charset): Doc fix.
10094 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10096         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10097         (allout-beginning-of-current-line, allout-end-of-current-line)
10098         (allout-next-visible-heading, allout-open-topic)
10099         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10100         (allout-flag-current-subtree, allout-show-to-offshoot)
10101         (allout-hide-current-entry, allout-show-current-branches)
10102         (allout-hide-region-body, allout-old-expose-topic)
10103         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10104         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10105         containing `beginning-of-line' and `end-of-line' with
10106         `inhibit-field-text-motion' t.
10108 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10110         * frame.el (focus-follows-mouse): Document that it doesn't have
10111         any effect on MS-Windows.
10113 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10117 2006-07-20  Jay Belanger  <belanger@truman.edu>
10119         * calc.el (calc-previous-alg-entry): Remove variable.
10121         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10122         New variables.
10123         (calc-alg-entry): Use `calc-alg-entry-history'.
10124         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10125         Remove reference to `calc-previous-alg-entry'.
10126         (calcAlg-edit, calcAlg-enter): Remove reference to
10127         `calc-previous-alg-entry'.
10128         (calcAlg-previous): Use `previous-history-element' instead of
10129         `calc-previous-alg-entry'.
10130         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10131         Change keybinding for `calcAlg-plus-minus', add keybindings for
10132         `previous-history-element' and `next-history-element'.
10134         * calc-rewr.el (calc-match): Remove reference to
10135         `calc-previous-alg-entry'.
10137         * calc-sel.el (calc-selection-history): New variable.
10138         (calc-enter-selection, calc-sel-mult-both-sides)
10139         (calc-sel-add-both-sides): Use `calc-selection-history'.
10141         * calc-map.el (calc-get-operator-history): New variable.
10142         (calc-get-operator): Use `calc-get-operator-history'.
10144         * calcalg3.el (calc-curve-fit-history): New variable.
10145         (calc-curve-fit): Use `calc-curve-fit-history'.
10147 2006-07-20  Kenichi Handa  <handa@m17n.org>
10149         * international/mule-cmds.el (select-safe-coding-system): Fix the
10150         way of deciding eol-type of the coding system.
10152 2006-07-20  Alan Mackenzie  <acm@muc.de>
10154         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10155         (c-lang-setvar): New macro.
10156         (c-make-init-lang-vars-fun): Use the initialization forms in
10157         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10158         (comment-start, comment-end, comment-start-skip): Change these from
10159         c-lang-defvar's to c-lang-setvar's.
10161         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10162         which calls make-local-variable on the elements of
10163         c-emacs-variable-inits.
10164         (c-init-language-vars-for): Call this new macro.
10166 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10168         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10169         Try to rule out false positives due to time stamps.
10170         (compilation-mode-font-lock-keywords): Remove rules made redundant
10171         because of the above change.  Add `segmentation fault' to the known and
10172         highlighted compilation termination messages.
10174 2006-07-19  Kim F. Storm  <storm@cua.dk>
10176         * progmodes/grep.el (grep-find-ignored-directories):
10177         Add .svn and _darcs to list.
10179 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10181         * dired.el (dired-mode-map): Add key binding `C-te' for
10182         `tumme-dired-edit-comment-and-tags'.
10184         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10185         image display buffer is displayed before call to
10186         `tumme-display-image.
10187         (tumme-dired-display-image): Make sure image display buffer is
10188         displayed before call to `tumme-display-image.
10189         (tumme-mouse-display-image): Make sure image display buffer is
10190         displayed before call to `tumme-display-image.
10191         (tumme-widget-list): Add.
10192         (tumme-dired-edit-comment-and-tags): Add.
10193         (tumme-save-information-from-widgets): Add.
10195 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10199 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10201         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10202         Revert inadvertently installed patch hunk.
10204         * progmodes/compile.el (compilation-find-file): Handle the
10205         cases where the user selects a non-existent file.
10207 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10209         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10211 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10213         * subr.el (sit-for): Just sleep-for if noninteractive.
10215 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10217         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10219         * custom.el (custom-autoload): Add `noset' argument.
10220         (custom-push-theme): Don't autoload the variable, let callers do it.
10221         (custom-theme-set-variables): Autoload the variable if necessary.
10223         * cus-edit.el (custom-variable-state-set): If the variable was
10224         originally set outside custom, but to the same value as the default,
10225         consider it to be standard.
10227         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10228         file *before* telling Emacs to add the autoloads, in case it fails.
10230         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10231         Use `cond', push', and `dolist'.
10233 2006-07-17  Richard Stallman  <rms@gnu.org>
10235         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10236         Add defvars to silence warnings.
10238 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10240         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10241         Don't highlight "Compiling file" messages as error.
10243         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10244         file already exists.
10246 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10248         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10249         entry, don't assign to free var; simply return the extracted filename.
10250         (ff-treat-as-special): Incorporate common preamble from callers.
10251         (ff-other-file-name, ff-find-the-other-file):
10252         Update call to ff-treat-as-special.
10254         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10256 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10258         * tumme.el (tumme-get-comment): Fix bug.
10260 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * files.el: Remove spurious * in docstrings.
10264 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10266         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10267         grammar.
10268         (allout-beginning-of-current-line): Beware beginning of buffer.
10269         Also, a comment is simplified.
10270         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10271         when appropriate.  (This fix enables use for other than
10272         bullet-hotspot operation.)
10273         (allout-hide-current-subtree): While escalating to sibling-close,
10274         make sure to situate on a topic.
10276 2006-07-14  Kim F. Storm  <storm@cua.dk>
10278         * emulation/cua-base.el (cua-delete-selection)
10279         (cua-toggle-set-mark): New defcustoms.
10280         (cua-rectangle-modifier-key): Add `alt' modifier.
10281         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10282         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10283         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10285         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10287 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10289         * allout.el: Require 'cl during byte-compilation/interactive load,
10290         for the `assert' macro.
10291         (allout-mode-deactivate-hook): New hook, run when allout mode
10292         deactivates.
10293         (allout-developer): New allout customization subgroup.
10294         (allout-run-unit-tests-on-load): New allout-developer
10295         customization variable, when true allout unit tests are run towards
10296         end of file load/eval.
10297         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10298         auto-fill-mode.
10299         (allout-resumptions): Remove, to be replaced by...
10300         (allout-add-resumptions): Register variable settings to be
10301         reinstated by `allout-do-resumptions'.  The settings are made
10302         buffer-local, but the locality/globality of the suspended setting
10303         is restored on resumption.
10304         (allout-do-resumptions): Reinstate all settings suspended using
10305         `allout-add-resumptions'.
10306         (allout-test-resumptions): Unit tests (and intermediate variables)
10307         for resumptions.
10308         (allout-tests-globally-unbound, allout-tests-globally-true)
10309         (allout-tests-locally-true): Intermediate variables for
10310         resumptions unit tests.
10311         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10312         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10313         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10314         instead of retired `allout-resumptions'.  For hook functions, use
10315         `local' parameter so hook settings are created and removed as
10316         buffer-local settings.  Revise (resumptions) setting
10317         auto-fill-function so it is set only if already active.  (The
10318         related fill-function settings are all made in either case, so
10319         that activating auto-fill-mode activity will have the custom
10320         allout-mode behaviors (hanging indent on topics, if configured for it).
10321         Remove all allout-exposure-category overlays on mode deactivation.
10322         (allout-hotspot-key-handler): New function extracted from
10323         `allout-pre-command-business', so the functionality can be used
10324         for other purposes, eg as a binding in an overlay.
10325         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10326         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10327         customization variable.
10328         (allout-run-unit-tests): Run the (currently quite small)
10329         repertoire of unit tests.  Called just before the provide iff user
10330         has customized `allout-run-unit-tests-on-load' non-nil.
10332 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10334         * emacs-lisp/authors.el (authors-aliases): Update.
10336 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10338         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10339         gdb-source-window.  Add dedicated argument.
10340         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10341         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10342         (gdb-display-threads-buffer, gdb-display-memory-buffer)
10343         (gdb-display-locals-buffer): Use it.
10345         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10346         Set gdb-source-window.
10348 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10350         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10351         minor modes, redundant with the custom-autoload line above.
10353 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
10355         * longlines.el (longlines-post-command-function): Handle open-line too.
10357 2006-07-12  Richard Stallman  <rms@gnu.org>
10359         * progmodes/grep.el (grep-last-buffer): Doc fix.
10361         * info.el (Info-try-follow-nearest-node): Doc fix.
10363         * emacs-lisp/edebug.el (edebug-instrument-function):
10364         Err if find-function-noselect gives no position.
10366         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10367         If can't find definition, return nil for position.
10368         (find-function-do-it): Handle new return value
10369         of find-definition-noselect.
10370         (find-definition-noselect, find-variable-noselect): Doc fix.
10371         (find-function-noselect): Doc fix.
10373         * help-mode.el (help-variable-def): Handle find-variable-noselect
10374         returning no position.
10375         (help-function-def): Likewise for find-function-search-for-symbol.
10376         (help-face-def): Likewise.
10378         * help-fns.el (describe-variable): Handle find-variable-noselect
10379         returning no position.
10381         * files.el (locate-file-completion): Avoid duplicates in result.
10383         * cus-edit.el (custom-no-edit): New command.
10384         (custom-mode-map): Remap to custom-no-edit instead of
10385         using suppress-keymap.
10387 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
10389         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10390         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10391         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10393         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10395 2006-07-11  Kim F. Storm  <storm@cua.dk>
10397         * ido.el (ido-copy-current-file-name): Use buffer-name if
10398         buffer-file-name is nil.
10400 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
10402         * simple.el (undo-ask-before-discard): Set to nil.
10404         * vc.el (vc-exec-after): Don't delete process manually.
10405         (vc-print-log): Run log-view-mode in process sentinel inside
10406         inhibit-read-only.  Don't shrink window due to timing issues.
10408         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10409         Avoid using with-output-to-temp-buffer, which clobbers local vars.
10411 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10413         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10414         Fix ambiguity introduced by last change.
10415         (compilation-find-file): Move save-excursion to where it may
10416         make sense.  Fix a left over `find-file'.
10418 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
10420         * textmodes/texinfmt.el (texinfo-format-separate-node):
10421         Insert a string before point, which fits documentation, not after.
10422         (texinfo-multitable-item): In a multitable row, insert any
10423         additional needed @tabs and spaces.
10425 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
10427         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10428         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10429         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10430         instead of shell-command.
10431         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10432         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10433         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10434         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10435         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10436         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10438 2006-07-11  Kim F. Storm  <storm@cua.dk>
10440         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
10441         Remove special case for seconds < 0.  Use (redisplay t) instead.
10443 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
10445         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10446         avoid compilation error.
10448         * subr.el (sit-for): New function.
10450         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10452 2006-07-10  Richard Stallman  <rms@gnu.org>
10454         * ldefs-boot.el (edebug): Update page.
10456 2006-07-10  Kim F. Storm  <storm@cua.dk>
10458         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10459         to FOR-RELEASE and TODO.
10461 2006-07-10  Romain Francoise  <romain@orebokech.com>
10463         * emacs-lisp/authors.el (authors-aliases): Update.
10465 2006-07-10  Alan Mackenzie  <acm@muc.de>
10467         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10468         * cc-mode.el: Changes to eradicate eval-after-load.
10470 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
10472         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10473         on non-char events.
10475 2006-07-09  Romain Francoise  <romain@orebokech.com>
10477         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10478         Don't highlight start/end markers as compilation messages.
10480         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10481         to t.
10483 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10485         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10487 2006-07-08  Richard Stallman  <rms@gnu.org>
10489         * term/x-win.el (x-handle-display): Add doc string.
10491         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10493         * subr.el (def-edebug-spec): Move here.
10494         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10496         * imenu.el (imenu-choose-buffer-index): Doc fix.
10498 2006-07-08  Romain Francoise  <romain@orebokech.com>
10500         * term/x-win.el (x-display-name): Fix typo.
10502 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
10504         * hexl.el (hexl-find-file): Doc fix.
10506         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10508 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
10510         * term/x-win.el (x-display-name): Doc fix.
10512 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10514         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10515         long prefixes.
10516         (fill-region-as-paragraph): Don't round up to a whole line.
10517         (fill-comment-paragraph): Don't include the code-before-the-comment
10518         when calling fill-region-as-paragraph.
10520         * international/mule.el (make-char): Remove redundancy.
10522         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10523         property may contain an anonymous function rather than a symbol.
10525         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10527         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10528         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
10530         * dirtrack.el (dirtrack-default-directory-function): Remove.
10531         (dirtrack-directory-function): Use file-name-as-directory.
10532         (dirtrack-windows-directory-function): Simplify.
10533         (dirtrack-forward-slash, dirtrack-backward-slash)
10534         (dirtrack-replace-slash): Remove.
10535         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10536         (dirtrack): Fix wrong parenthesizing; use match-string.
10538         * progmodes/octave-inf.el: Remove spurious * in docstrings.
10539         (inferior-octave-mode): Only change the buffer-local value of
10540         comint-dynamic-complete-functions.
10541         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10542         Move the initialization to the declaration.
10543         (inferior-octave-complete): Remove unused var `filter'.
10545         * shell.el (shell-mode): Only change the buffer-local value of
10546         comint-dynamic-complete-functions.
10548 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
10550         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10551         entry is skipped because it has been scheduled.
10552         (org-prepare-agenda-buffers): Don't mark buffers as modified when
10553         changing `:org-archived' and `:org-comment' properties.
10555 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
10557         * server.el (server-select-display): Don't make the temp frame
10558         minibuffer-only, in case it's not a temp frame.
10559         (server-process-filter): Don't delete the temp frame if it's the
10560         only one we have on that display.
10562         * files.el (find-alternate-file): Doc fix.
10564 2006-07-05  Richard Stallman  <rms@gnu.org>
10566         * files.el (abbreviate-file-name): Add save-match-data.
10568 2006-07-03  Richard Stallman  <rms@gnu.org>
10570         * faces.el (read-face-name): Doc fix.
10572 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
10574         * net/goto-addr.el (goto-address): Mark as safe for local evals.
10576 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
10578         * vc.el (vc-diff-internal): Fix prev change.
10580 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
10582         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10583         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10585 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10587         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10588         fails if the symbol contains chars like ( or '.
10589         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10590         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10591         `short'.
10593 2006-07-04  Kenichi Handa  <handa@m17n.org>
10595         * international/mule-cmds.el (set-language-info): If LANG-ENV is
10596         the current one, don't call set-language-environment, but call one
10597         of set-language-environment-XXX to make INFO effective now.
10598         (set-language-environment): Call set-language-environment-XXX
10599         functions instead of doing the various setups directly.
10600         (set-language-environment-coding-systems): Delete argument eol-type.
10601         (set-language-environment-input-method)
10602         (set-language-environment-nonascii-translation)
10603         (set-language-environment-charset)
10604         (set-language-environment-fontset)
10605         (set-language-environment-unibyte): New functions.
10607 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10609         * locate.el (locate-update-when-revert): New option.
10610         (locate-update-path): New option (suggested by Michael Albinus).
10611         (locate-prompt-for-command): Whitespace change.
10612         (locate-update): No longer offer to update the locate database by
10613         default.  Implement the two new options.
10615 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10617         * tooltip.el: Move comment about track-mouse...
10619         * progmodes/gud.el: ...to here.
10621 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10623         * facemenu.el (facemenu-listed-faces): New var.
10624         (facemenu-unlisted-faces): Variable deleted.
10625         (facemenu-add-new-face): Use facemenu-listed-faces.
10627         * emulation/viper-init.el, calendar/calendar.el:
10628         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10630 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10632         * textmodes/org.el (org-mode): Remove no invalid settings for
10633         calc embedded mode.
10634         (org-mode-p): New defsubst.
10635         (org-save-all-org-buffers): New function.
10636         (org-first-headline-recenter): Enclose outline-regexp in group
10637         delimiters.
10638         (org-set-tags): Keep single space after stars.
10640 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10642         * window.el (set-window-text-height): Only set window-min-height to
10643         1 if that's the requested size.
10645         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10646         (diff-unified->context, diff-context->unified)
10647         (diff-reverse-direction): Make sure the end marker stays at the end.
10648         (diff-mode): Add the keymap table at the end of docstring.
10649         Use lexical-let rather than constructing a closure manually.
10651         * files.el (find-file-noselect-1): Remove unused var assignment.
10652         (hack-local-variables-confirm): Print lists of strings as lists of
10653         strings rather than lists of symbols.
10654         (abbreviate-file-name, hack-local-variables-prop-line):
10655         Use match-string.
10656         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10657         (recover-session-finish): Use line-end-position.
10659 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10661         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10663 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10665         * progmodes/make-mode.el (makefile-macroassign-regex):
10666         Accept preceding keyword.
10667         (makefile-gmake-statements): Reorganize, now that makepp has
10668         "override" and also handle forgotten "override define".
10669         (makefile-makepp-statements): Add new "global", "override export"
10670         and "override global".
10672 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10674         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10675         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10676         (ada-no-auto-case): Fix typos in docstrings.
10678 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10680         * info.el (Info-find-node-2): Search for makeinfo version more
10681         carefully.
10683 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10685         * textmodes/org.el (org-prepare-agenda-buffers):
10686         Use `invisible-OK' argument for `org-end-of-subtree'.
10687         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10688         (org-beginning-of-item): Fix bug in regular expression for white line.
10689         (org-export-as-html): Enforce space after bullet in plain list items.
10690         (org-set-autofill-regexps): Require space after plain list bullet
10691         for paragraph-start.
10692         (org-ts-regexp3): New constant.
10693         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10694         (org-timestamp-up-day, org-timestamp-down-day)
10695         (org-timestamp-change): Work with inactive timestamps.
10696         (org-ts-regexp1): Don't allow brackets in time stamps.
10698 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10700         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10701         for ignoring links.
10703         * faces.el (read-face-name): Use it.
10705 2006-06-28  Juri Linkov  <juri@jurta.org>
10707         * buff-menu.el (list-buffers-noselect): Compare Info file
10708         with the string "dir" to detect Info directory.
10710         * complete.el (partial-completion-mode): In lambda for
10711         `choose-completion-string-functions' use full function signature
10712         with 4 args, and move point to the end of the minibuffer only if arg
10713         `mini-p' is non-nil.
10715 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10717         * ibuffer.el (ibuffer-mode): Doc fix.
10719 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10721         * textmodes/org.el (org-context): New contexts :item-bullet,
10722         :latex-fragment, :latex-preview.
10723         (org-overlays-at, org-overlay-start, org-overlay-end):
10724         New compatibility functions.
10725         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10726         exact regexp that will be used during export.
10727         (org-latex-regexps): New variable.
10728         (org-cdlatex-mode): Improve advice for `texmathp'.
10729         (turn-on-org-cdlatex): New function.
10731 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10733         * term/mac-win.el (mac-handle-font-selection): Change keys of
10734         mac-atsu-font-table from strings to numbers.
10735         (mac-ts-caret-position): Use also when cursor-type is nil.
10736         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10737         Relax condition for using overlay strings.
10738         Use mac-ts-caret-position face when cursor-type is nil.
10740 2006-06-26  Kim F. Storm  <storm@cua.dk>
10742         * help.el (view-emacs-news): Declare `res' in the right let* form.
10744 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10746         * net/rcompile.el (remote-compile): Replace ange-ftp based
10747         implementation by Tramp functions.
10748         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10750         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10752 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10754         * international/fontset.el (setup-default-fontset): Fix a typo in
10755         the "Oriya-Akruti" registry name.
10757 2006-06-23  Lars Hansen  <larsh@soem.dk>
10759         * desktop.el (desktop-full-file-name): New function.
10760         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10761         (desktop-revert): Use it.
10762         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10763         (desktop-after-read-hook): Add option list-buffers.
10764         (desktop-locals-to-save): Add tab-width.
10765         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10766         Fix docstring.
10768 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10770         * textmodes/org.el (org-cdlatex-mode-map)
10771         (org-cdlatex-texmathp-advice-is-done): New variables.
10772         (org-cdlatex-mode): New minor mode.
10773         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10774         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10775         (org-export-with-archived-trees): New option.
10776         (org-open-file): Remove the call to `convert-standard-filename'.
10777         (org-archive-tag, org-agenda-skip-archived-trees)
10778         (org-cycle-open-archived-trees)
10779         (org-sparse-tree-open-archived-trees): New options.
10780         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10781         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10782         New functions.
10783         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10784         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10785         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10786         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10787         Call `org-prepare-agenda-buffers'.
10788         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10789         (org-file-apps, org-file-apps-defaults-gnu)
10790         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10791         Handle remote files by forcing them to be opened in Emacs.
10793 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10795         * vc.el (vc-diff-knows-L): New variable.
10796         (vc-diff-internal): Use it to handle "diff" programs that don't
10797         understand -L.  This works automatically, no user action is necessary.
10799 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10801         * net/rcirc.el (rcirc-default-user-full-name): Default to
10802         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10803         longer exists).
10804         (rcirc-process-list): Check `buffer-live-p' before attempting to
10805         switch to a buffer.
10807 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10809         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10810         based on rcirc-coding-system-alist.
10812 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10814         * cus-edit.el (customize-apropos): A better error message.
10815         (top level) <debug-ignored-errors>: Extend and update the list of
10816         ignored error messages.
10818 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10820         * complete.el (PC-do-completion): Retain capitalization of user
10821         input, when possible, even if completion-ignore-case is set.
10823 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10825         * generic-x.el (bat-generic-mode): Support .cmd files.
10827         * dos-w32.el (top level): Use find-file-not-found-functions
10828         instead of the obsolete find-file-not-found-hooks.
10830 2006-06-22  Kim F. Storm  <storm@cua.dk>
10832         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10833         to recognize mode name containing submodes, such as Grep/lw.
10835 2006-06-21  Kim F. Storm  <storm@cua.dk>
10837         * simple.el (line-move-1): Check for move-end-of-line instead of
10838         end-of-line when setting temporary-goal-column.
10840 2006-06-21  Miles Bader  <miles@gnu.org>
10842         * play/cookie1.el (cookie): Work properly when there's only one entry.
10844 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10846         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10847         (gdb-frame-handler): Generalize frame regexp for templates.
10849 2006-06-20  Glenn Morris  <rgm@gnu.org>
10851         * calendar/appt.el (appt-display-format): Default value must be
10852         one of the customize options.
10854 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10856         * term/xterm.el (terminal-init-xterm): Update key availability info.
10857         Bind C-return.
10859         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10861 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10863         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10864         whether or not a local variables list is defined.
10866         * msb.el (msb): Move `sit-for' hack here to handle both
10867         "mouse-down and drag" and "mouse-up and select" situations.
10868         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10870 2006-06-20  Kenichi Handa  <handa@m17n.org>
10872         * international/characters.el (word-combining-categories):
10873         Add entries for 2-byte Han characters.
10875 2006-06-19  Richard Stallman  <rms@gnu.org>
10877         * bindings.el (mode-line-format): Save some mode line space.
10879         * files.el (find-file-noselect): Improve the question wording.
10880         (basic-save-buffer-2): Mask UMASK against 666.
10882         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10883         (mouse-drag-vertical-line): Call it.
10885         * cus-edit.el (customize-option, customize-option-other-window):
10886         Error if SYMBOL is nil.
10888 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10890         * textmodes/org.el: Require noutline, also on XEmacs.
10891         (org-end-of-subtree): Return point.
10892         (org-dblock-start-re, org-dblock-end-re): New constants.
10893         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10894         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10895         (org-update-all-dblocks, org-find-dblock): New functions.
10896         (org-collect-clock-time-entries): New function.
10897         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10898         (org-fixup-indentation): Modify to deal correctly with lines
10899         starting with TAB.  Only one argument DIFF now.
10900         (org-demote, org-promote): Call `org-fixup-indentation' with just
10901         one argument, DIFF.
10902         (org-mode): Don't mark buffer as modified when aligning tables.
10903         (org-clock-sum): Don't mark buffer modified when adding time sum
10904         properties.
10905         (org-export-as-html): Add support for a link validation function.
10906         (org-archive-all-done): New function.
10907         (org-archive-subtree): New prefix argument.  When set, archive all
10908         done subtrees in this buffer.
10909         (org-remove-clock-overlays)
10910         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10911         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10912         (org-put-clock-overlay): Don't swallow last headline character
10913         when displaying overlay.
10914         (org-store-link): Link to `image-mode' with just the file name.
10916 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10918         * viper-cmd.el (viper-special-read-and-insert-char):
10919         Use read-key-sequence.
10920         (viper-after-change-undo-hook): Misc enhancements.
10921         (viper-after-change-undo-hook): New hook.
10922         (viper-undo): Use viper-after-change-undo-hook.
10923         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10924         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10925         clicking on that widget/button.
10927         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10929         * ediff-diff (ediff-test-patch-utility): Catch errors.
10930         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10931         (ediff-set-actual-diff-options): New function.
10932         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10933         Use ediff-set-actual-diff-options.
10934         (ediff-extract-diffs): Catch errors.
10935         (ediff-whitespace): Add non-breakable space.
10936         (ediff-same-file-contents): Catch errors.
10938         * ediff-mult.el (ediff-collect-custom-diffs):
10939         Save coding-system-for-read.
10941         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10942         (ediff-vc-internal, ediff-vc-merge-internal):
10943         Use ediff-delete-version-file.
10944         (ediff-delete-version-file): New function.
10946         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10948         * ediff.el (ediff-directories, ediff-directory-revisions)
10949         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10950         (ediff-directories-internal, ediff-merge-directory-revisions)
10951         (ediff-merge-directory-revisions-with-ancestor)
10952         (ediff-directories3): Use read-directory-name.
10954 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10956         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10957         Remove superfluous part of regexp for brace matching which is handled
10958         by `scan-lists' call.
10960 2006-06-16  Richard Stallman  <rms@gnu.org>
10962         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10964         * files.el (basic-save-buffer-2): For a new precious file,
10965         use the default modes in the return value.
10967         * facemenu.el (facemenu-color-alist): Doc fix.
10969         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10971 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10973         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10975         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10976         (mac-utxt-to-string): Use it.
10977         (mac-ts-update-active-input-area): Use mac-ae-number.
10979 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10981         * term.el (term-handle-scroll, term-delete-lines)
10982         (term-insert-lines): Fix off by one errors.
10984 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10986         * net/tramp.el (tramp-touch): Use UTC to express time.
10988 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10990         * mail/sendmail.el (mail-send): Search explicitly for
10991         mail-header-separator when checking for corrupted header lines.
10993 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10995         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10996         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10997         (gdb-init-1): Initialise them.
10998         (gdb-starting): Reset gdb-printing
10999         (gdb-starting): Save value of gud-overlay-arrow-position.
11000         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11001         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11002         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11003         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11005 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11007         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11009 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11011         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11012         (ldap-search-internal): Keep error messages, and a regexp fix.
11014 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11016         * files.el (hack-local-variables-confirm):
11017         Display string value using its printed representation.
11019 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11021         * server.el (server-edit): No-op if no server buffers exist.
11023 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11025         * textmodes/page-ext.el (pages-directory-for-addresses):
11026         Including `pages-directory-address-mode' in the function results
11027         in the message "Buffer in which pages were found is deleted".
11029 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11031         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11032         clocking functions.
11034         (org-agenda-clock-in, org-check-running-clock)
11035         (org-clock-out-if-current, org-remove-clock-overlays)
11036         (org-put-clock-overlay): New functions.
11037         (org-clock-marker, org-clock-file-total-minutes)
11038         (org-clock-overlays): New variables.
11039         (org-clock-display, org-clock-sum, org-clock-cancel)
11040         (org-clock-out, org-clock-in): New commands.
11041         (org-export): New function.
11042         (org-emph-re): New constant.
11043         (org-set-emph-re, org-do-emphasis-faces): New functions.
11044         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11045         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11046         (org-export-html-convert-emphasize): Use the configurable emphasis.
11047         (org-cleaned-string-for-export): Make multiline emphasis visible
11048         to the exporter.  New optional argument PARAMETERS.
11049         (org-export-as-html): Specify :emph-multiline parameter to
11050         `org-cleaned-string-for-export'.
11052 2006-06-10  Richard Stallman  <rms@gnu.org>
11054         * help.el (help-for-help-internal): Clean up help text.
11056 2006-06-10  Andreas Schwab  <schwab@suse.de>
11058         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11059         in doc string.
11061         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11063 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11065         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11066         spaces after the comment start.
11068 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11070         * play/pong.el (pong-init-buffer):
11071         Fill buffer with spaces instead of ^A.
11073         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11074         launched asynchronously, delete its process instead of being cool.
11075         (ispell-async-processp): Check for `delete-process' existence
11076         instead of `kill-process' one for consistency.
11078 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11080         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11081         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11082         in mode line at startup.
11084 2006-06-08  Kim F. Storm  <storm@cua.dk>
11086         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11087         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11088         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11089         (ido-file-internal): Pass full file name to write-file.
11090         (ido-read-internal): Only pop stack elements automatically if they
11091         actually match an existing directory or file name.
11093 2006-06-07  Kenichi Handa  <handa@m17n.org>
11095         * international/mule.el (find-auto-coding): Don't handle the short
11096         name `char-trans'.
11098         * files.el (hack-local-variables-prop-line)
11099         (hack-local-variables): Cancel the previous change.
11101 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11103         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11105 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11107         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11108         diff-default-read-only is non-nil.
11109         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11110         (diff-refine-hunk): Set inhibit-read-only to t.
11112         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11113         modifying the *Diff* buffer.
11114         (diff-process-filter): New filter function for diff process that
11115         sets inhibit-read-only to t when modifying the *Diff* buffer.
11117 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11119         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11120         insertion point and control the number of empty lines.
11121         (org-paste-subtree): Limit the number of empty lines at the end of
11122         the inserted tree.
11123         (org-agenda): Use buffer name of current file for narrowing.
11124         (org-export-as-xml): Command removed.
11125         (org-export-xml-type): Option removed.
11126         (org-mode-map): Call `org-export-as-xoxo' directly.
11127         (org-get-indentation): New optional argument LINE.
11128         (org-fix-indentation, org-remove-tabs): New functions.
11129         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11130         correct indentation for headlines that are converted it items.
11131         (org-skip-comments): Remove table lines that contain narrowing
11132         cookies but no other non-empty fields.
11133         (org-set-tags): Allow groups of mutually exclusive tags.
11134         (org-cmp-time): Sort 24:21 before items without time.
11135         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11136         (org-open-at-point): Require double colon also for numbers.
11138 2006-06-06  Kim F. Storm  <storm@cua.dk>
11140         * ido.el (ido-default-file-method, ido-default-buffer-method):
11141         Make choice values consistent with corresponding command names.
11142         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11144 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11146         * progmodes/gud.el (gud-running): Fix doc string.
11147         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11148         (gud-tooltip-modes): Add python-mode.
11149         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11151 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11153         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11154         Quote $(EMACS).
11156 2006-06-05  Richard Stallman  <rms@gnu.org>
11158         * faces.el (defined-colors): Doc fix.
11160 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11162         * vc.el (vc-process-filter): Inhibit undo info collection around
11163         call to insert.
11164         (vc-setup-buffer): Likewise for call to erase-buffer.
11165         (vc-do-command): Likewise for call to process-file.
11167 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11169         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11170         for gud-go.
11171         (gud-common-init): Other debuggers may trigger error.
11173 2006-06-05  Kenichi Handa  <handa@m17n.org>
11175         * international/mule.el (find-auto-coding):
11176         Handle enable-character-translation in file header.
11178 2006-06-04  Kim F. Storm  <storm@cua.dk>
11180         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11181         (authors-fixed-entries): Fix spelling.
11182         (authors-canonical-file-name): Don't report error for wildcards.
11184         * help.el (view-emacs-news): Rewrite to support new NEWS,
11185         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11186         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11187         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11189 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11191         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11192         exec constructs like `foo bar`.
11193         (sh-quoted-subshell): New helper function to search for a possibly
11194         nested subshell (like `` or $()) within a "" quoted string.
11195         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11196         (sh-apply-quoted-subshell): Flag quote characters inside a
11197         subshell, which is itself already in a quoted region, as
11198         punctuation, since this is the closest to what they actually are.
11199         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11200         sh-apply-quoted-subshell.
11201         (sh-font-lock-syntactic-face-function): Apply the new face for
11202         text inside `` instead of the old font-lock-string-face.
11204 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11206         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11207         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11208         (mac-bytes-to-text-range, mac-ae-text-range-array)
11209         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11210         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11211         (mac-ts-unicode-for-key-event): New functions.
11212         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11213         (mac-handle-font-selection): Use mac-ae-number.
11214         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11215         New variables.
11216         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11217         (mac-ts-converted-text, mac-ts-selected-converted-text)
11218         (mac-ts-block-fill-text, mac-ts-outline-text)
11219         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11220         (mac-ts-hilite-style-faces): New constant.
11221         (mac-apple-event-map): Bind text input events.
11222         (mac-dispatch-apple-event): Use command-execute instead of
11223         call-interactively.
11224         (global-map): Don't bind mac-apple-event.
11225         (special-event-map): Bind mac-apple-event.
11227 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11229         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11230         file name.
11231         (emacs): Enclose the value of $(EMACS) in quotes.
11233 2006-06-02  Juri Linkov  <juri@jurta.org>
11235         * international/mule.el (sgml-html-meta-auto-coding-function):
11236         Remove the condition `(search-forward "<html" size t)'.
11237         Replace `\"' with `[\"']?' in `re-search-forward'.
11239 2006-06-02  Kenichi Handa  <handa@m17n.org>
11241         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11242         as well as `coding'.
11243         (hack-local-variables): Likewise.
11245         * international/mule.el (enable-character-translation):
11246         Put permanent-local and safe-local-variable properties.
11247         (find-auto-coding): Handle char-trans: tag.
11249 2006-06-02  Juri Linkov  <juri@jurta.org>
11251         * international/mule.el (sgml-html-meta-auto-coding-function):
11252         Limit the search by the end of the HTML header (if any).
11254 2006-06-01  Richard Stallman  <rms@gnu.org>
11256         * subr.el (with-current-buffer): Doc fix.
11258 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11260         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11261         Almost rewrite.  Underlines over all lines of gcov output are too
11262         uncomfortable to read.  Suggested by Dan Nicolaescu.
11264 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11266         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11268         * shell.el (shell-mode): Use shell-mode-map in docstring.
11270         * comint.el (comint-send-input): Do not add help-echo and
11271         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11273 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11275         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11277 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11279         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11280         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11281         look up the stack and pop up GUD buffer if necessary.
11282         (gdb-frames-select): Remove redundant call to gud-display-frame.
11283         (gdb-info-threads-custom): Keep point at start of buffer.
11284         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11286 2006-05-31  Juri Linkov  <juri@jurta.org>
11288         * replace.el (query-replace-read-from, query-replace-read-to):
11289         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11291 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11293         * textmodes/table.el: Convert all HTML tags to lower case for
11294         XHTML compatibility.
11296 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11298         * progmodes/compile.el:
11299         (compilation-error-regexp-alist-alist::gcov-called-line):
11300         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11302 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11304         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11305         Revert inadvertent changes made with last commit.
11307 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11309         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11310         New functions.
11312         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11314 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11316         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11317         only matches in the right place.
11318         (org-upcoming-deadline): New face.
11319         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11320         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11321         and make it an option.
11322         (org-export-ascii-bullets): New option.
11323         (org-export-as-html): Many changes to emit valid XHTML.
11324         (org-par-open): New variable.
11325         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11326         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11327         (org-timeline): Pass `org-timeline-show-empty-dates' to
11328         `org-get-all-dates'.  Interpret empty dates returned by
11329         `org-get-all-dates'.
11330         (org-get-all-dates): New argument EMPTY.  Add dates without
11331         entries to the list, mark large ranges of empty dates.
11332         (org-point-in-group, org-context): New functions.
11334 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11336         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11338         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11339         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11340         to C-mouse-3 (for 2 button mice).
11341         (gdb-send): Do the right thing for C-d.
11343         * speedbar.el (speedbar-detach): Delete.
11344         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11345         it breaks things.
11346         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11348 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
11350         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11351         Makeppfile.
11353         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11354         Add makepp diagnostic.
11356 2006-05-29  Richard Stallman  <rms@gnu.org>
11358         * window.el (fit-window-to-buffer): Doc fix.
11360         * help.el (temp-buffer-max-height): Doc fix.
11362         * subr.el (with-current-buffer): Doc fix.
11364 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11366         * term/x-win.el: Bind F10 to menu-bar-start if available.
11368 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
11370         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11371         uses with a simple test.
11372         (term-set-escape-char, term-mode, term-check-kill-echo-list)
11373         (term-send-raw-string, term-send-raw, term-mouse-paste)
11374         (term-char-mode, term-line-mode, term-exec, term-sentinel)
11375         (term-handle-exit, term-read-input-ring)
11376         (term-previous-matching-input-string)
11377         (term-previous-matching-input-string-position)
11378         (term-previous-matching-input-from-input)
11379         (term-replace-by-expanded-history, term-send-input)
11380         (term-skip-prompt, term-bol, term-send-invisible)
11381         (term-kill-input, term-delchar-or-maybe-eof)
11382         (term-backward-matching-input, term-check-source)
11383         (term-proc-query, term-emulate-terminal)
11384         (term-handle-colors-array, term-process-pager, term-pager-line)
11385         (term-pager-bob, term-unwrap-line, term-word)
11386         (term-dynamic-complete-filename)
11387         (term-dynamic-complete-as-filename)
11388         (term-dynamic-simple-complete): Replace one arm ifs with whens or
11389         unlesses.
11391 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11394         during bootstrapping.
11396         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11397         Basically undo the change of 2006-05-26: use extra arguments instead of
11398         dynamic scoping.
11399         (ewoc-locate): Remove unused var `footer'.
11401 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11403         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11405         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11406         (generate-file-autoloads): Obey it.  Return whether autoloads were
11407         added at point or not.
11408         (update-file-autoloads): Use this new return value.
11409         Remove redundant test for the presence of an autoload cookie.
11411         * emacs-lisp/autoload.el (autoload-find-file): New fun.
11412         This one calls hack-local-variables.
11413         (generate-file-autoloads, update-file-autoloads): Use it.
11415         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11416         (bibtex-sort-entry-class): Add safe-local-variable predicate.
11417         (bibtex-sort-entry-class-alist): Don't set the global value.
11418         (bibtex-init-sort-entry-class-alist): New fun.
11419         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11420         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11421         of bibtex-init-sort-entry-class.
11423 2006-05-28  Richard Stallman  <rms@gnu.org>
11425         * subr.el (load-history-regexp): If FILE is relative, insist
11426         entire last name component must match it.
11427         (load-history-filename-element, load-history-regexp): Doc fixes.
11429 2006-05-29  Kim F. Storm  <storm@cua.dk>
11431         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11432         `pos' and `raw-data' for clarity, as eval forms may access these.
11434 2006-05-28  Kim F. Storm  <storm@cua.dk>
11436         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11438 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * progmodes/make-mode.el (makefile-browser-map)
11441         (makefile-mode-syntax-table): Move initialization inside declaration.
11442         (makefile-fill-paragraph): Use the default comment-filling code.
11444 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
11446         * replace.el (query-replace-defaults): New variable.
11447         (query-replace-read-from): Use `query-replace-defaults' for
11448         default value, instead of history list.
11449         (query-replace-read-to): Update `query-replace-defaults'.
11451 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
11453         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11454         with no X toolkit.
11456 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
11458         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11459         (tumme-show-all-from-dir): Add autoload.
11461 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11463         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11464         (tumme-remove-tag): Fix bug.
11466 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
11468         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11469         FOOTER args.  Update unique caller.
11470         (ewoc-delete): Compute last node once before looping.
11471         (ewoc--node-branch): Merge into unique caller.
11472         (ewoc--node): Don't define constructor make-ewoc--node for this
11473         structure.
11474         (ewoc): Add member `hf-pp' to this structure.
11475         (ewoc--wrap): New func.
11476         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
11477         header/footer pretty-printers.  Save header/footer pretty-printer.
11478         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11480         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11482 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11484         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11485         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
11486         Tag'.  Change "Compare directories..." to "Change Directories...".
11487         Move tumme commands to Operate, Regexp and Immediate menus.
11488         Change "Add Comment" to "Add Image Comment".  Change "Add Image
11489         Tag" to "Add Image Tags".
11491         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11492         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11493         `tumme-delete-tag'.
11495 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11497         * shell.el (shell-mode): Call shell-dirtrack-mode after
11498         list-buffers-directory is made a local variable, to avoid setting
11499         the default value.
11501 2006-05-26  Kevin Ryde  <user42@zip.com.au>
11503         * info.el (Info-index-next): Use where-is-internal to report
11504         actual binding of Info-index-next, rather than hard-coded `,'.
11506 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
11508         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11509         and "Find Command in Manual" to here.
11511         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11512         Info-current-file as the file name.
11514 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
11516         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
11517         overrides will now be done a different way.
11518         (ses-set-parameter): Reapply this function for undo.
11519         (ses-set-header-row): Reconstruct header row during undo.
11520         (ses-widen): New function.
11521         (ses-goto-data, ses-reconstruct-all): Use new function.
11522         (ses-command-hook): Widen buffer during undo, before unupdating
11523         the cells.
11524         (ses-insert-row, ses-delete-row): Widen buffer during undo.
11525         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11526         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11527         formula hasn't been executed yet.
11529 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11531         * comint.el (comint-kill-whole-line): Rename arg to count.
11532         Fix doc string.
11534 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
11536         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11537         to copy-file.
11539 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11541         * simple.el (toggle-truncate-lines): Make arg optional for
11542         backward compatibility.
11544 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
11546         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11547         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11548         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
11549         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11550         (ewoc--adjust): Use ewoc--current-dll.
11551         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11553 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
11555         * textmodes/org.el (org-next-item, org-previous-item): Emit more
11556         compact error message.
11557         (org-tags-view): Refresh category table in each file.
11558         (org-table-justify-field-maybe): Remove superfluous arguments to
11559         `format'.
11560         (org-export-as-html): Insert "<p>" before postamble.
11561         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11563 2006-05-26  Kenichi Handa  <handa@m17n.org>
11565         * textmodes/po.el (po-find-charset): Pay attention to the case
11566         FILENAME is a cons (NAME . BUFFER).
11567         (po-find-file-coding-system-guts): Likewise.
11569         * arc-mode.el (archive-set-buffer-as-visiting-file):
11570         Call find-operation-coding-system with (FILENAME . BUFFER).
11572         * tar-mode.el (tar-extract): Call find-operation-coding-system
11573         with (FILENAME . BUFFER).
11575         * international/mule.el (decode-coding-inserted-region):
11576         Call find-operation-coding-system with (FILENAME . BUFFER).
11578 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
11580         * image-mode.el (image-toggle-display): Use buffer contents to
11581         generate image for a remote file.
11583 2006-05-25  Juri Linkov  <juri@jurta.org>
11585         * replace.el (query-replace-read-from, query-replace-read-to):
11586         Remove 8th arg KEEP-ALL in read-from-minibuffer.
11588 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
11590         * whitespace.el (whitespace-cleanup): Change to cleanup
11591         region if one is active.
11592         * whitespace.el (whitespace-cleanup-internal): New internal method.
11594 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11596         * dired.el (dired-mode-map): Add help-echo strings to tumme
11597         commands.  Bind `tumme-dired-display-image' to C-t i.
11599         * tumme.el (tumme-display-image): Change documentation string slightly.
11600         (tumme-dired-display-image): Add call to `display-buffer'.
11602 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
11604         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11605         Signal error if RAW-DATA is a multibyte string.
11607 2006-05-24  Richard Stallman  <rms@gnu.org>
11609         * subr.el (with-local-quit): When handling `quit' signal,
11610         make a chance for quit-flag to cause a quit.
11612         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11613         (ad-disable-advice): Add autoloads.
11615         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11617 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11619         * dired.el (dired-mode-map): Change menu items for tumme as per
11620         suggestions in emacs-devel.
11622 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11624         * dired.el (dired-mode-map): Fix breakage.
11626 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11628         * tumme.el (tumme-display-dired-image): Rename to...
11629         (tumme-dired-display-image): ...this.
11630         (tumme-track-movement): Change default value to t.
11631         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11632         used from `tumme-next-line-and-display' and similar commands.
11634         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11635         Immediate menu.  Add some tumme commands there.
11637 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11639         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11641 2006-05-24  Chong Yidong  <cyd@mit.edu>
11643         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11644         menu entries that open submenus.
11646 2006-05-24  Alan Mackenzie  <acm@muc.de>
11648         * startup.el (command-line): For names of preloaded files, don't
11649         append ".elc" (now done in Fload), and call file-truename on the
11650         lisp directory.
11652         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11653         match ANY loaded file with the right name, not just those in
11654         load-path.  Put a regexp matching the file name into
11655         after-load-alist, rather than the name itself.
11657         * subr.el (load-history-regexp, load-history-filename-element)
11658         (do-after-load-evaluation): New functions.
11660         * international/mule.el (load-with-code-conversion): Do the
11661         eval-after-load stuff by calling do-after-load-evaluation.
11663 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11665         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11666         has not been killed.
11668 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11670         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11671         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11672         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11673         Optionally set error message in reply.
11675 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11677         * textmodes/org.el (org-open-at-point): Use renamed variable
11678         `org-confirm-shell-link-function'.
11679         (org-confirm-shell-link-function): Rename from
11680         `org-confirm-shell-links'.
11681         (org-export-directory): New function.
11682         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11683         (org-export-icalendar): Use `org-export-directory'.
11684         (org-indent-item): Keep cursor position.
11685         (org-link-file-path-type): New option.
11686         (org-export-as-html): Fix bug with plain lists starting in
11687         column 0.
11688         (org-export-as-html): Remove deadline formatting, this happens
11689         now already in `org-html-handle-time-stamps'.
11690         (org-export-html-style): Deadline class removed.
11691         (org-insert-labeled-timestamps-at-point): New option.
11692         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11693         of `hide-sublevels 1', in case the first headline is not level 1.
11694         (org-overview, org-content): New fuction.
11695         (org-cycle-global-status, org-cycle-subtree-status): Make these
11696         variables buffer-local.
11697         (org-global-cycle): New command.
11698         (org-shifttab): Use `org-global-cycle'.
11699         (org-insert-heading, org-insert-item): Go to end of new
11700         headline/item after creating it.
11701         (org-export-visible): Rename from `org-export-copy-visible'.
11702         Now creates a temporary org-file and applies an exporting command
11703         to it.
11704         (org-table-eval-formula): Support for lisp forms.
11705         (org-agenda-todo-ignore-scheduled): New option.
11706         (org-agenda-get-todos): Use new option
11707         `org-agenda-todo-ignore-scheduled'.
11708         (org-export-html-inline-images): New value `maybe'.
11709         (org-export-as-html): Inlining of images dependent on link description.
11710         (org-archive-subtree): Check for end-of-buffer before trying
11711         `kill-line'.
11712         (org-agenda-follow-mode): New option.
11713         (org-export-with-tags, org-export-with-timestamps): New options.
11714         (org-html-handle-time-stamps): New function.
11715         (org-keyword-time-regexp): New variable.
11716         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11717         (org-agenda-todo-list-sublevels): New option.
11718         (org-html-level-start): When TITLE is nil, just close all levels.
11719         (org-parse-key-lines, org-parse-export-options): Remove functions,
11720         replaced by `org-infile-export-plist'.
11721         (org-combine-plists, org-infile-export-plist)
11722         (org-default-export-plist): New functions.
11723         (org-export-html-preamble, org-export-html-postamble)
11724         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11725         New variables.
11726         (org-export-publishing-directory): New option.
11727         (org-export-as-html, org-export-as-ascii): Use the new property
11728         lists for settings.
11729         (org-export-copy-visible, org-export-as-xoxo):
11730         Respect `org-export-publishing-directory'.
11731         (org-link-search, org-store-link, org-file-apps): Support for
11732         links to BibTeX database entries..
11733         (org-get-current-options, org-set-regexps-and-options):
11734         Implement logging as a startup option.
11735         (org-store-link): Make sure context string is never empty
11736         (org-insert-link): Use relative path when possible.
11737         (org-at-item-checklet-p): New function.
11738         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11739         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11740         (org-metaright, org-metaup, org-metadown, org-shiftup)
11741         (org-shiftdown, org-shiftright, org-shiftleft)
11742         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11743         Dispatch using `call-interactively'.
11744         (org-call-with-arg): New defsubst.
11745         (org-tag-alist, org-use-fast-tag-selection): New options.
11746         (org-complete): Use `org-tag-alist'.
11747         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11748         (org-next-item, org-previous-item): New commands.
11749         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11750         make command.
11751         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11753 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11755         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11756         (ewoc-filter): Use `ewoc-delete'.
11758         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11760 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11763         Signal more user-friendly error messages.
11765         * complete.el (PC-do-completion): Undo the addition of implicit
11766         wildcards if they did not lead to finding any match.
11767         (read-file-name-internal): Don't add the final > if the completion is
11768         not finished.
11770 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11772         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11773         Quote safe-local-variable predicate.
11775 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11777         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11779 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11781         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11783         * progmodes/make-mode.el (makefile-special-targets-list)
11784         (makefile-macro-table, makefile-target-table): Mark as risky.
11785         (makefile-query-one-target-method): Make this the alias for the
11786         following variable.
11787         (makefile-query-one-target-method-function): Make this the real name.
11789         * textmodes/artist.el (artist-text-renderer): Make this the alias
11790         for the following variable.
11791         (artist-text-renderer-function): Make this the real name.
11793         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11794         the alias for the following variable.
11795         (flyspell-generic-check-word-predicate): Make this the real name.
11797         * textmodes/ispell.el (ispell-format-word): Make this the alias
11798         for the following variable.
11799         (ispell-format-word-function): Make this the real name.
11800         (ispell-message-text-end): Mark as risky.
11802         * skeleton.el (skeleton-transformation, skeleton-filter)
11803         (skeleton-pair-filter): Make these the aliases for the following
11804         variables.
11805         (skeleton-transformation-function, skeleton-filter-function)
11806         (skeleton-pair-filter-function): Make these the real names.
11808         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11809         and skeleton-pair-filter-function.
11811         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11812         alias for the following variable.
11813         (sgml-transformation-function): Make this the real name.
11814         (sgml-tag-alist): Mark as risky.
11816 2006-05-21  Richard Stallman  <rms@gnu.org>
11818         * simple.el (kill-region): Interactively, pass point, then mark.
11820 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11822         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11824 2006-05-21  Romain Francoise  <romain@orebokech.com>
11826         * dired-x.el (dired-mode-map): Don't bind M-g.
11828 2006-05-20  Richard Stallman  <rms@gnu.org>
11830         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11831         (dired-goto-file): Doc fix.
11833 2006-05-21  Kim F. Storm  <storm@cua.dk>
11835         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11836         way to enable built-in cua-mode if user loads older CUA-mode package.
11838         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11839         if default-filename is specified.
11841 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11843         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11845         * info.el (info-apropos): Make sure current-file and current-node
11846         have non-nil values.  Speed up by using add-to-list instead of
11847         manual consing.
11849 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11851         * progmodes/make-mode.el (makefile-mode): Doc fix.
11853 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11855         * dired-aux.el (dired-do-shell-command): Doc fix.
11857 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11859         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11860         ``(custom-manual :tag "Foo" "(foo)Node")''.
11862 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11864         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11865         value is an integer.
11867 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11869         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11870         "format".
11871         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11873 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11875         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11876         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11878 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11880         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11881         regexp for keywords.
11883 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11885         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11886         replace-regexp-in-string.
11888         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11889         encode, and escape file name on conversion to URL.
11891 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11893         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11894         Don't unescape URL.
11895         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11897         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11898         on conversion to URLs.
11900         * net/browse-url.el (browse-url-file-url): Encode file name on
11901         conversion to URL.
11903         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11904         conversion to URL.
11906 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11908         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11910 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11912         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11913         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11915 2006-05-19  Glenn Morris  <rgm@gnu.org>
11917         * calendar/diary-lib.el (diary-bahai-date)
11918         (list-bahai-diary-entries, mark-bahai-diary-entries)
11919         (mark-bahai-calendar-date-pattern): Not interactive.
11920         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11921         (diary-entries-list): Change format of 4th element in each entry.
11922         (diary-list-entries): Use add-to-diary-list.
11923         (diary-goto-entry): Handle the case where the buffer visiting the
11924         diary has been killed.
11925         (fancy-diary-display): Add 'locator to button rather than 'marker.
11926         Only generate temp-face when there are marks to apply.
11927         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11928         (diary-fancy-date-pattern): New variable.
11929         (diary-time-regexp): Doc fix.
11930         (diary-anniversary, diary-time): New faces.
11931         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11932         diary-time-regexp.  Add font-lock-multiline property where needed.
11933         Use new faces diary-anniversary and diary-time.
11934         (diary-fancy-font-lock-fontify-region-function): New function, to
11935         handle multiline font-lock pattern in fancy diary.
11936         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11937         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11938         diary-time.
11940 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11942         * international/code-pages.el (mik): Table corrected.
11944 2006-05-18  Kim F. Storm  <storm@cua.dk>
11946         * progmodes/grep.el (grep-find): Don't check grep-find-command
11947         before running command (breaks non-interactive usage).
11949 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11951         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11952         (ewoc--insert-new-node): Don't insert trailing newline.
11953         Instead, adjust successor nodes's start markers.
11954         (ewoc--refresh-node): Delete all text from current node's start
11955         marker to the next one's; adjust successor nodes's start markers.
11956         (ewoc--create): Doc fixes.
11957         (ewoc--refresh): Don't insert newline.
11958         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11959         * pcvs.el (cvs-make-cvs-buffer):
11960         Specify extra newline for ewoc's header and footer.
11961         (cvs-update-header): Update initial header recognition.
11962         Append newline to final header and footer values.
11963         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11965 2006-05-17  Richard Stallman  <rms@gnu.org>
11967         * files.el (file-name-extension): Doc fix.
11969 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11971         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11972         we can explicitly enable/disable rather than toggle.
11973         (shell-mode): Use it.
11974         (shell-cd): Don't try to reproduce what `cd' does.
11976 2006-05-17  Kim F. Storm  <storm@cua.dk>
11978         * ido.el (ido-read-internal): Use only nondirectory part of
11979         default item.
11981 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11983         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11984         (ewoc-nth): Doc fix.
11986         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11988 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11990         * international/mule.el (auto-coding-alist): Add .lha to files
11991         read with no-conversion.
11993         * files.el (auto-mode-alist): Add .lha files to archive file
11994         extensions.
11996         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11997         Convert csize to integer when computing offsets within the
11998         compressed archive file.
12000 2006-05-16  Kim F. Storm  <storm@cua.dk>
12002         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12003         with read-from-minibuffer.
12005 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12007         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12008         (byte-compile-warnings): Fix safe-local-variable property.
12010 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12012         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12013         (allout-stylish-prefixes, allout-numbered-bullet)
12014         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12015         predicates to qualify `safe-local-variable' property, when
12016         available, else use equivalent lambda.
12017         (allout-current-topic-collapsed-p): Do the right thing regarding
12018         trailing blank lines.
12020 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12022         * server.el (server-start): Only create a directory if needed.
12023         (server-edit, server-unload-hook): server-start => server-mode.
12024         (kill-emacs-hook): Cleanup upon exit.
12026 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12028         * hexl.el (hexlify-buffer): Encode process arguments manually.
12030 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12032         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12033         call to gdb-tooltip-print.
12035 2006-05-15  Romain Francoise  <romain@orebokech.com>
12037         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12038         systems, default to "tar" since those systems probably have GNU tar.
12040 2006-05-14  Lars Hansen  <larsh@soem.dk>
12042         * desktop.el (desktop-missing-file-warning): Fix docstring.
12043         (desktop-restore-file-buffer): Correct question asked on missing file.
12045 2006-05-14  Kim F. Storm  <storm@cua.dk>
12047         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12048         Add CUA move property.
12050 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12052         * custom.el (custom-push-theme): Load the variable before checking
12053         its `standard-value'.
12055 2006-05-13  Lars Hansen  <larsh@soem.dk>
12057         * desktop.el (desktop-save): Use with-temp-buffer.
12059 2006-05-12  Glenn Morris  <rgm@gnu.org>
12061         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12062         * calendar/calendar.el (calendar-mode-map):
12063         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12064         * calendar/appt.el (appt-check, appt-make-list): Refer to
12065         diary-view-entries, diary-list-entries, diary-show-all-entries
12066         rather than obsolete aliases.
12068 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12070         * simple.el (line-move-finish): Avoid calling point motion hooks
12071         while processing intangibility.
12073 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12075         * term/xterm.el (terminal-init-xterm): Fix typo.
12077 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12079         * allout.el (allout-view-change-hook): Mark as being deprecated,
12080         to be replaced by `allout-exposure-change-hook'.
12081         (allout-exposure-change-hook): New, replacing
12082         `allout-view-change-hook'.
12083         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12084         in addition to `allout-view-change-hook'.
12085         (allout-show-bodies, allout-old-style-prefixes)
12086         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12087         lambda forms to prevent their showing up in variable help
12088         presentations as inscrutable byte-compiled code.
12089         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12090         Use string-or-null-p to qualify safe-local-variable values.
12091         (allout-reindent-bodies): Use memq to qualify matches against
12092         valid safe-local-variable values.  Also, quote the lambda as above.
12093         (allout-use-mode-specific-leader): Add missing candidate-value
12094         symbols, use memq, and quote the lambda.
12095         (allout-overlay-interior-modification-handler): Remove unused
12096         variables `msg' and 'opened'.
12097         (allout-hidden-p): Constrain invisibility consideration to allout's
12098         invisibility spec, disregarding invisibility for other reasons.
12100 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12102         * files.el (version-control): Correct safe values.
12104 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12106         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12108         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12109         (ewoc--insert-new-node): New func.
12110         Update callers of deleted funcs to use it, instead.
12112 2006-05-11  Glenn Morris  <rgm@gnu.org>
12114         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12115         obsolete alias `show-all-diary-entries'.
12116         (make-diary-entry): Not interactive.
12117         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12118         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12119         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12120         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12121         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12122         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12124 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12126         * calendar/calendar.el (calendar-french-date-string)
12127         (calendar-mayan-date-string, calendar-chinese-date-string)
12128         (calendar-astro-date-string, calendar-iso-date-string)
12129         (calendar-islamic-date-string, calendar-bahai-date-string)
12130         (calendar-hebrew-date-string, calendar-coptic-date-string)
12131         (calendar-ethiopic-date-string, calendar-persian-date-string):
12132         These functions are not interactive.
12134 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12136         * files.el: Balance parentheses.
12138 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12140         * files.el, newcomment.el, outline.el, simple.el,
12141         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12142         * progmodes/cc-vars.el, progmodes/compile.el:
12143         Move `safe-local-variable' declarations to the respective files.
12145         * help-fns.el (describe-variable): Don't print safe-var if it is
12146         byte-code.  Improve wording as suggested by Luc Teirlinck.
12148 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12150         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12151         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12152         Use a token for pending-triggers to ensure gdb-var-update
12153         gets called once per user input again for pre-GDB 6.4.
12154         (gdb-var-delete): Match on more complex expressions.
12155         (gdb-var-list-children-handler, gdb-var-create-handler):
12156         Use a token for consistency.
12158 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12160         * textmodes/org.el (org-read-date, org-goto-calendar)
12161         (org-agenda-goto-calendar):
12162         Bind `view-calendar-holidays-initially' to nil.
12164 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12166         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12167         Update all callers to do it there, instead.
12169 2006-05-10  Glenn Morris  <rgm@gnu.org>
12171         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12172         prefix arg case, to avoid view-diary-entries-initially error.
12173         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12174         (calendar-date-is-legal-p): Handle dates with no day part.
12176 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12178         * comint.el (comint-insert-input): Just make it when
12179         comint-use-prompt regexp is nil (default) and with the mouse.
12180         (comint-copy-old-input): Reinstate from 2004-06-23.
12181         (comint-mode-map): Bind C-c C-m to it.
12183 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12185         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12186         Remove spurious move to point-max (new comint behavior fixes).
12188         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12189         compatibility function (Emacs 18/19).
12190         (idlwave-is-continuation-line): Always return point at start of
12191         previous non-blank continuation line.
12192         (keyword-parameters): Fix continued comment font-lock matcher.
12193         (idlwave-font-lock-fontify-region): Written, use as
12194         font-lock-fontify-region-function, to fix continued keyword
12195         fontification issues.
12197 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12199         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12200         (mac-service-selection, mac-service-open-file)
12201         (mac-service-open-selection, mac-service-mail-selection)
12202         (mac-service-mail-to, mac-service-insert-text): Rename from
12203         mac-services-*.  All uses changed.
12204         (mac-apple-event-map): Rename event symbol `services' to `service'.
12206 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12208         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12209         (ewoc--node-enter-first, ewoc--node-enter-last)
12210         (ewoc--delete-node-internal): Merge funcs into unique callers.
12212 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12214         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12215         return value of read-from-minibuffer for empty input.
12217 2006-05-09  Miles Bader  <miles@gnu.org>
12219         * comint.el (comint-insert-input): Remove redundant calls to setq
12220         and goto-char.
12222 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12224         * comint.el (comint-insert-input): Make it work when
12225         comint-use-prompt-regexp is t.
12227 2006-05-10  Miles Bader  <miles@gnu.org>
12229         * subr.el (field-at-pos): New function.
12231         * comint.el (comint-insert-input): Use it.
12233 2006-05-09  Juri Linkov  <juri@jurta.org>
12235         * battery.el (battery-linux-proc-acpi): Also try
12236         `/proc/acpi/thermal_zone/THR2/temperature'.
12238         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12239         for now unused lambda `string-or-null'.
12241         * add-log.el (change-log-default-name): Put `string-or-null-p'
12242         instead of lambda on `safe-local-variable' property.
12244         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12245         `region-end' instead of `mark' and `point'.
12246         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12247         Operate on region in Transient Mark mode when the mark is active.
12248         Use `region-beginning' and `region-end' instead of `mark' and
12249         `point'.
12250         (diff-hunk-text, diff-goto-source): Doc fix.
12252         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12253         face `mode-line-buffer-id' for mode-line buffer face instead of
12254         hard-coded `(:weight bold)'.
12256         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12257         buffer-undo-list to t (undo-ask is reproducible by visiting
12258         nested archives).
12260 2006-05-09  Kim F. Storm  <storm@cua.dk>
12262         * progmodes/grep.el (rgrep): Set default directory of *grep*
12263         buffer if we start M-x rgrep in the *grep* buffer and choose
12264         a different base directory.
12266 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12268         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12269         completion also when ido is loaded.
12271 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12273         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12274         "warning" and "import".
12275         (cpp-font-lock-keywords): Added "warning".
12277 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12279         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12281 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12283         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12284         pages at a time, if we signal the end, we should indeed reach that end.
12286 2006-05-08  David Reitter  <david.reitter@gmail.com>
12288         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12289         output during execution of the body.
12291 2006-05-08  Kim F. Storm  <storm@cua.dk>
12293         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12295 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12297         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12298         Use with-current-buffer.
12300 2006-05-07  Kim F. Storm  <storm@cua.dk>
12302         * subr.el (add-to-history): Remove keep-dups arg.
12304         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12305         to nil around call to add-to-history.
12307 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12309         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12310         than after a buffer modification.
12312 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12314         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12315         call to...
12316         (gud-watch): ...here so speedbar is raised for already watched
12317         expressions.
12318         (gdb-speedbar-refresh): Delete function.
12319         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12320         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12321         earlier change).
12322         (gdb-var-evaluate-expression-handler)
12323         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12325         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12326         Update localized contents for all buffers except ignored modes.
12328 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12330         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12331         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12332         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12333         (mac-handle-font-panel-closed, mac-handle-font-selection):
12334         New functions.
12335         (mac-font-panel-mode): New minor mode.
12336         (mac-apple-event-map): Add bindings for toolbar toggle button and
12337         font panel.
12338         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12340 2006-05-07  John Paul Wallington  <jpw@pobox.com>
12342         * ibuffer.el (ibuffer-compressed-file-name-regexp):
12343         Avoid `regexp-opt'; simplify regexp for readability.
12345 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
12347         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12348         * files.el (buffer-stale-function):
12349         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12350         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12351         links to the main manual, not to emacs-xtra.
12353 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12355         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12356         MacJapanese if text is ASCII-only.
12358 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
12360         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12361         unless so nil isn't returned.
12362         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12364 2006-05-06  Kim F. Storm  <storm@cua.dk>
12366         * subr.el (add-to-history): New function.
12368         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12369         (ediff-merge-files-with-ancestor):
12370         * env.el (setenv):
12371         * isearch.el (isearch-update-ring):
12372         * server.el (server-visit-files):
12373         * progmodes/grep.el (lgrep, rgrep):
12374         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12375         * progmodes/xscheme.el (xscheme-insert-expression):
12376         Use add-to-history.
12378         * kmacro.el (kmacro-push-ring): Use add-to-history.
12379         (kmacro-ring-length): Remove unused defun.
12380         (kmacro-start-macro): Use kmacro-push-ring.
12382 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
12384         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12385         directly instead of a lambda expression that calls it.
12387 2006-05-06  Kim F. Storm  <storm@cua.dk>
12389         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12390         instead of compute-motion.
12392 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12394         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12395         change.
12397 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
12399         * startup.el (command-line-1): Refer to "Pure Storage" on
12400         pure-space-overflow.
12402 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
12404         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12405         provided faces once they all have been used up.
12407 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12409         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12410         reference to the Lisp manual to the warning about pure space
12411         overflow.
12413 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12415         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12416         argument to avoid the call to `ispell-internal-change-dictionary'
12417         when not needed.
12418         (ispell-change-dictionary): Use this argument and call
12419         `ispell-internal-change-dictionary' after the possible change
12420         to `ispell-local-dictionary'.
12421         (ispell-internal-change-dictionary): Check for a change in
12422         personal dictionary use too.
12424 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12426         * startup.el (command-line): On MS-Windows, probe "~", not
12427         "~USER", for warning about non-existent home directory.
12429         * arc-mode.el (archive-l-e): New optional argument `float' means
12430         generate a float value.
12431         (archive-arc-summarize, archive-lzh-summarize)
12432         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12433         with 3rd argument non-nil when file's size is being computed.
12434         Format the file sizes with %8.0f instead of %8d.
12436 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12438         * cus-start.el (all): Add mac-dnd-known-types.
12440         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12441         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12442         (mac-TIFF-to-string): New functions.
12443         (x-get-selection, x-selection-value)
12444         (mac-select-convert-to-string): Use them.
12445         (mac-text-encoding-mac-japanese-basic-variant): New constant.
12446         (mac-dnd-types-alist): New customization variable.
12447         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12448         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12449         (mac-dnd-handle-drag-n-drop-event): New functions.
12450         (mac-drag-n-drop): Remove function.
12451         (global-map): Bind drag-n-drop and M-drag-n-drop to
12452         mac-dnd-handle-drag-n-drop-event.
12454 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
12456         * progmodes/perl-mode.el (perl-beginning-of-function):
12457         Skip anonymous subs.
12459 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
12461         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12462         regexp-opt at run time.
12464         * term.el (term-handle-ansi-escape): Fix off by one error.
12466 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
12468         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12469         (gdb-init-1, gdb-post-prompt): ...and references to it.
12470         (gdb-frame-handler): Strip directory name from filename if present.
12472         * progmodes/gud.el (gdb-force-update): Delete defvar
12473         (gud-speedbar-buttons): ...and references to it.  Use window-start
12474         to try to keep positon in watch expression.
12476 2006-05-03  Richard Stallman  <rms@gnu.org>
12478         * simple.el (next-history-element, previous-history-element): Doc fix.
12480         * isearch.el (isearch-update-ring): Doc fix.
12482 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
12484         * isearch.el (isearch-update-ring): Take history-delete-duplicates
12485         into consideration.  Replace one arm ifs with whens.
12487 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
12489         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12490         (menu): Fix typo.
12492 2006-05-02  Miles Bader  <miles@gnu.org>
12494         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12496 2006-05-02  Jay Belanger  <belanger@truman.edu>
12498         * calc/calc-embed.el (calc-override-minor-modes-map)
12499         (calc-override-minor-modes): New variables.
12500         (calc-do-embedded): Make sure that Calc keystrokes aren't
12501         overwritten by minor modes.
12503 2006-05-02  Chong Yidong  <cyd@mit.edu>
12505         * msb.el (msb): If EVENT is a down event, read and discard the up event.
12507 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12509         * startup.el (command-line-1): Refer to Lisp manual when
12510         pure-space-overflow occurs.
12512         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12513         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12514         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12515         (version-control): Don't use `t' for safe-local-variable declarations.
12517 2006-05-01  Richard Stallman  <rms@gnu.org>
12519         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12520         M-r, M-R, M-A, M-SPC or M-DEL.
12521         (diff-mode-map): diff-refine-hunk now on C-c C-w
12522         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12524         * help-mode.el (help-mode): view-exit-action calls delete-window
12525         only when it is safe and possible.
12527         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12528         in messages.
12530         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12532         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12533         in the default tool-bar-map.
12535 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
12537         * net/tramp.el (tramp-completion-file-name-handler-alist)
12538         (tramp-run-real-handler, tramp-completion-run-real-handler)
12539         (tramp-completion-handle-file-name-all-completions)
12540         (tramp-completion-handle-file-name-completion): Autoload them.
12541         (tramp-completion-handle-file-exists-p)
12542         (tramp-completion-handle-file-name-directory)
12543         (tramp-completion-handle-file-name-nondirectory)
12544         (tramp-completion-handle-expand-file-name): Remove them.
12545         (tramp-handle-file-name-directory): Return the real directory name.
12546         Returning "/" only doesn't need to be necessary any longer.
12547         (tramp-file-name-handler): Make special attention when in hostname
12548         completion mode.
12549         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12550         (tramp-register-file-name-handlers):
12551         Register `tramp-completion-file-name-handler' only when
12552         `partial-completion-mode' is enabled.
12553         (tramp-completion-handle-file-name-all-completions):
12554         Delete directory part from results.
12555         (tramp-get-completion-methods, tramp-get-completion-user-host):
12556         Discard deleting "/", it doesn't work after the change of
12557         `tramp-handle-file-name-directory' above.
12559 2006-05-01  Kim F. Storm  <storm@cua.dk>
12561         * progmodes/grep.el (grep-expand-template): Use save-match-data
12562         and symbol-value.
12564 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12566         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12567         Use select-frame-set-input-focus instead of raise-frame.
12568         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12570 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
12572         * progmodes/gud.el (gud-def): Add %c case.
12573         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12574         (gud-format-command): Make match case sensitive.  Match on %F.
12576 2006-04-30  Glenn Morris  <rgm@gnu.org>
12578         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12579         (cal-tex-preamble): Use cal-tex-preamble-extra.
12580         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12581         than alias `list-diary-entries'.
12583 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
12585         * help-fns.el (describe-variable): Add info about safe local variables.
12587 2006-04-29  Richard Stallman  <rms@gnu.org>
12589         * bindings.el (mode-line-format): help-echo doc fixes.
12591         * net/tramp.el (tramp-file-name-handler-alist): Delete
12592         expand-file-name and other operations that can cause spurious loading.
12594 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12596         * files.el (safe-local-variable-p): Remove support for the special
12597         value t.
12599         * textmodes/paragraphs.el (sentence-end-without-space):
12600         Fix safety predicate.
12601         (sentence-end-double-space, sentence-end-without-period)
12602         (paragraph-ignore-fill-prefix):
12603         * textmodes/fill.el (colon-double-space):
12604         * abbrev.el (abbrev-mode): Tighten the safety predicate.
12606         * subr.el (booleanp): New fun.
12608         * textmodes/reftex-vars.el (reftex-guess-label-type):
12609         Tighten the safety predicate.
12611 2006-04-28  Kim F. Storm  <storm@cua.dk>
12613         * progmodes/grep.el (defgroup grep): Doc fix.
12614         (grep-auto-highlight): Remove.
12615         (grep-template): New defcustom.
12616         (grep-find-template): Rename from grep-tree-template.
12617         (grep-files-aliases): Rename from grep-tree-files-aliases.
12618         Remove "all" alias, add "l" alias.
12619         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12620         (grep-find-ignored-directories): New defcustom to replace
12621         grep-tree-ignore-CVS-directories, to facilitate ignoring
12622         subdirectories for multiple version control systems.
12623         (grep-mode-map): Add Recursive grep item to GREP menu.
12624         (grep-regexp-history, grep-files-history): New defvars.
12625         (grep-probe): New helper function.
12626         (grep-compute-defaults): Use it to simplify code.
12627         Adapt to name changes.
12628         Use `.' as base in grep-find-template rather than <D>.
12629         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12630         Call grep-compute-defaults unconditionally.
12631         (grep-expand-keywords): New defconst.
12632         (grep-expand-template): Rename from grep-expand-command-macros.
12633         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12634         of grep-tree-ignore-case to add -i option.
12635         Bind case-fold-search to nil while matching keywords.
12636         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12637         (grep-read-regexp, grep-read-files): New helper functions.
12638         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12639         Adapt to changes in defcustoms and functions above.
12640         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12642 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12644         * net/tramp.el (tramp-completion-file-name-handler):
12645         Disable Tramp's functionality while loading Tramp itself.
12646         (tramp-register-file-name-handlers): That's a defsubst now.
12647         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12648         `after-init-hook'.
12649         (tramp-repair-jka-compr): Remove.
12651 2006-04-27  Jay Belanger  <belanger@truman.edu>
12653         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12654         read expression when `math-read-big-expr' doesn't work.
12656 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12658         * startup.el (command-line-1): Display warning when
12659         pure-space-overflow is non-nil.
12661 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12663         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12664         risky.
12666 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12668         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12669         Return the URL or nil if none can be generated.
12671 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12673         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12674         byte compiler warnings.
12675         (gud-basic-call, gud-find-expr): Let user select an expression
12676         for printing.  Print expression as well as value in GUD buffer.
12678 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12680         * allout.el: Remove local autoload declaration for
12681         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12682         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12683         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12684         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12685         (allout-stylish-prefixes, allout-numbered-bullet)
12686         (allout-file-xref-bullet, allout-presentation-padding)
12687         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12688         safe-local-variable with suitable value spec, and add autoload
12689         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12690         (move-beginning-of-line, move-end-of-line): Repair so these compat
12691         functions now actually resituate the point, when appropriate.
12693 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12695         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12697         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12698         (add-log-iso8601-time-string): Fix call to format-time-string.
12700 2006-04-26  Kim F. Storm  <storm@cua.dk>
12702         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12704 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12706         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12707         Add support for "//" style comments.  Remove `b' flag
12708         from ?* in `asm-mode-syntax-table'.
12710 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12712         * follow.el: Use (featurep 'xemacs) everywhere.
12713         (follow-mode): Use define-minor-mode.
12714         (follow-mode-map): Move initialization into the declaration.
12715         Use command remapping.
12716         (follow-emacs-version-xemacs-p): Remove.
12717         (follow-submit-feedback): Remove.
12719         * allout.el (allout-layout, allout-passphrase-verifier-string)
12720         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12722         * textmodes/reftex-vars.el (reftex-vref-is-default)
12723         (reftex-fref-is-default, reftex-guess-label-type):
12724         Tighten up a bit the safety predicate.
12726         * textmodes/paragraphs.el (sentence-end-double-space)
12727         (sentence-end-without-period, sentence-end-without-space)
12728         (page-delimiter, paragraph-ignore-fill-prefix):
12729         Tighten up a bit the safety predicate.
12731         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12733         * progmodes/python.el (python-continuation-line-p)
12734         (python-beginning-of-statement): syntax-ppss may return
12735         a negative depth.
12736         (python-mode): Don't forcefully enable font-lock.
12738         * time-stamp.el (time-stamp-start, time-stamp-end)
12739         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12741         * add-log.el: Remove spurious * in docstrings.
12742         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12743         (add-change-log-entry): Use it here, since it's not specific
12744         to iso8601.
12745         (add-log-iso8601-time-string): Don't use it here any more.
12746         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12748         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12750 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12752         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12753         (rcirc-toggle-low-priority): Doc fix.
12754         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12755         ChanServ regexp.
12756         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12757         #emacs.
12758         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12759         (rcirc-decode-coding-system): Use utf-8 as the default.
12760         (rcirc-multiline-minor-mode): Set the fill-column.
12761         (rcirc-format-response-string): Display bright and dim nicks.
12762         (rcirc-browse-url): Update interactive spec to fill ARG.
12763         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12764         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12766 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12768         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12769         case for @Article, etc.
12771 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12773         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12774         Added with autoload cookie.
12775         (tramp-unload-file-name-handlers): Rename from
12776         `tramp-unload-file-name-handler-alist'.
12778 2006-04-23  Romain Francoise  <romain@orebokech.com>
12780         * comint.el (comint-match-partial-filename): Doc fix.
12782 2006-04-21  Glenn Morris  <rgm@gnu.org>
12784         * calendar/cal-menu.el (calendar-mode-map): Refer to
12785         `diary-view-entries' rather than alias `view-diary-entries'.
12786         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12788 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12790         * progmodes/antlr-mode.el (antlr-default):
12791         * cus-edit.el (custom-documentation):
12792         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12793         in defface.
12795 2006-04-21  Kim F. Storm  <storm@cua.dk>
12797         * image.el (image-type): New defun split out of create-image.
12798         (create-image): Use it.
12800 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12802         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12803         (org-open-at-point): Remove the "...done" message to keep output
12804         in the echo area visible.
12805         (org-export-as-xoxo): Fix call to `indent-region'.
12807 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12809         * international/mule.el (keyboard-coding-system): defcustom
12810         info-link fixes: "Specify Coding" has been split, keyboard now in
12811         "Terminal Coding", and "Single-Byte Character Support" is now
12812         "Unibyte Mode".
12814 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12816         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12817         Use font-lock-warning-face for any errors e.g. no stack.
12818         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12820 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12822         * progmodes/sh-script.el (sh-shell): Mark as safe.
12824         * newcomment.el (comment-start, comment-start-skip)
12825         (comment-end-skip, comment-end): Mark as safe.
12827 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12829         * textmodes/org.el (org-deadline-announce): Face removed.
12830         (org-level-faces, org-n-levels): Convert to constant.
12831         (org-compatible-face): New function.
12832         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12833         (org-level-5, org-level-6, org-level-7, org-level-8)
12834         (org-special-keyword, org-warning, org-headline-done, org-link)
12835         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12836         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12837         Face definition revised for better color tty support.
12838         (org-bold-re, org-italic-re, org-underline-re): New constants.
12839         (org-set-font-lock-defaults): Use the new constants.
12840         (org-agenda-highlight-todo): New function.
12841         (org-agenda-todo): Fix bug with point at end of line.
12842         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12843         Fontify TODO keywords.
12844         (org-insert-link): Preserve relative path in ../ links.
12845         (org-export-as-html): Convert links pointing to .org files into
12846         links that will work beteen the exported HTML files.
12847         (org-todo-list): Fix bug when arg=0.
12848         (org-insert-heading): More fine-tuning.
12850 2006-04-19  Romain Francoise  <romain@orebokech.com>
12852         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12853         from `rmail-mime-charset-pattern'.
12855 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12857         * progmodes/python.el (python-mode): Fix typo.
12859 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12861         * comint.el (comint-previous-input): Don't clobber input line
12862         when moving off either end of the input history ring.
12863         (comint-delete-input): New function, used by
12864         `comint-previous-input' and others.
12865         (comint-previous-matching-input):
12866         Use `coming-delete-input'.  Save the partial input if leaving the
12867         edit line.  Goto point-max before deleting input to avoid
12868         partial input fragments hanging around.
12869         (comint-restore-input): New function, used by `comint-previous-input'.
12871 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12873         * imenu.el (imenu--index-alist): Balance parentheses.
12875 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12877         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12879 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12881         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12882         file is nil.
12884 2006-04-18  Richard Stallman  <rms@gnu.org>
12886         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12888         * imenu.el (imenu-create-index-function, imenu--index-alist)
12889         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12890         (imenu-default-create-index-function, imenu--generic-function):
12891         Doc fixes.
12893         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12895         * help-mode.el (help-mode): Set view-exit-action to delete window.
12897         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12898         now works by passing nil as arg.
12900         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12902         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12903         (read-abbrev-file): Provide default when reading filename.
12905         * files.el (enable-local-variables): Allow :all as value.
12906         (hack-local-variables): Implement that value.
12907         (safe-local-variable-values, safe-local-eval-forms)
12908         (enable-local-variables): Mark as risky.
12909         (find-file-visit-truename, kept-old-versions): Mark safe.
12911         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12912         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12913         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12915 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12917         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12918         Use forward-line so as to get to BOL even in the presence of fields.
12919         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12920         in return.
12921         (inferior-tcl): Tell tclsh to work in interactive mode.
12923         * complete.el (partial-completion-mode):
12924         Use 'choose-completion-string-functions to make sure that
12925         choose-completion fills the minibuffer properly.
12927         * complete.el (PC-old-read-file-name-internal): Remove.
12928         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12929         of read-file-name-internal.
12930         (partial-completion-mode): Enable/disable this advice.
12932 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12934         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12935         of 2006-04-17.
12937 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12939         * textmodes/org.el (org-insert-heading): Insert heading before
12940         current if at beginning of line.
12941         (org-todo, org-date): New faces.
12942         (org-table-align): Make sure tooltip window contains full text.
12943         (org-no-properties): New defsubst.
12944         (org-set-font-lock-defaults): Use new faces.
12946 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12948         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12949         for root variables.
12951         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12952         (gdb-frame-address): Re-use to identify frame for watch expression.
12953         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12954         variables.
12955         (gdb-init-1, gdb-source, gdb-post-prompt)
12956         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12957         (gdb-frame-handler): Get gdb-frame-address.
12959 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12961         Sync with Tramp 2.0.53.
12963         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12964         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12965         (tramp-completion-file-name-handler): Add autoload cookie for
12966         adding to `file-name-handler-alist'.
12968         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12969         the prompt.  If it returns earlier (when detecting an error
12970         message), the rest of the output will merge accidently with the
12971         output of the next command.  Reported by M Jared Finder
12972         <jared@hpalace.com>.
12974         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12975         for `process-file', in order to let it work for older Emacsen too.
12977 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12979         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12980         (tex-font-lock-keywords-3): Use it.
12982 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12984         * newcomment.el (comment-add): New function.
12985         (comment-region-default, comment-dwim): Use it.
12987 2006-04-15  Michael Olson  <mwolson@gnu.org>
12989         * emacs-lisp/tq.el: Improve comments.
12990         (tq-queue-head-question): New accessor function.
12991         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12992         Update for modified queue structure.
12993         (tq-queue-add): Accept `question' argument.
12994         (tq-queue-pop): If a question is pending, send it.
12995         (tq-enqueue): Accept new optional argument `delay-question'.
12996         If this is non-nil, and at least one other question is pending a
12997         response, queue the question rather than sending it immediately.
12999 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13001         * calendar/appt.el (appt-add): Check whether an appointment is
13002         already present in appt-time-msg-list.  Simplify code.
13004 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13006         * progmodes/cc-langs.el (c-mode-menu):
13007         Don't presume c-subword-mode is bound.
13009 2006-04-13  Bill Wohler  <wohler@newt.com>
13011         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13012         (customize-package-emacs-version): Use cdr instead of cadr now
13013         that alists use dotted pairs.
13015         * custom.el (defcustom): Fix docstring for :package-version.
13017 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13019         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13020         (tramp-handle-shell-command): Display output buffer only when
13021         `tramp-display-shell-command-buffer' is true.
13022         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13024 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13026         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13027         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13029 2006-04-13  Romain Francoise  <romain@orebokech.com>
13031         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13032         leaving temporary .cvsignore buffers behind.
13034 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13036         * textmodes/org.el (org-set-regexps-and-options)
13037         (org-get-current-options): Better names for the startup folding
13038         options.
13040 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13042         * vc.el (vc-annotate): Arrange for point to end up at the same
13043         line number as in the original, but only when using a new buffer.
13045 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13047         * files.el (hack-one-local-variable-eval-safep):
13048         Recognize `edebug-form-spec' for `put', but only if it passes
13049         `edebug-basic-spec'.  Generalize `put' handling.
13051         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13052         vetting file-local form specs.
13054         * allout.el (allout-layout): Autoload its `safe-local-variable'
13055         property.
13057 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13059         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13060         (org-agenda-mouse-1-follows-link)
13061         (org-mouse-1-follows-link): New options.
13062         (org-format-agenda-item): Fix bug if TAGS is nil.
13063         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13065 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13067         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13068         GDB 6.1+ gives full filename for "info sources" so use
13069         file-name-nondirectory.
13071 2006-04-12  Romain Francoise  <romain@orebokech.com>
13073         * subr.el (read-passwd): Bind `message-log-max' to nil.
13075 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13077         * progmodes/perl-mode.el (perl-indent-new-calculate):
13078         Recompute parse-start after jumping backward by a whole sexp.
13080 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13082         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13083         window configuration.
13084         (vc-annotate-display-select): Select the buffer so that current-buffer
13085         (and selected-window) is the output buffer at the end of vc-annotate.
13087 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13089         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13090         8-color terminals, to use all of the colors in a sensible order.
13091         256-color terminals work well with the standard map.
13092         (vc-annotate-lines): Only strip the first color character if it
13093         is "#", to allow for terminal-style named colors.
13094         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13095         the correct buffer is scrolled.
13097 2006-04-11  Richard Stallman  <rms@gnu.org>
13099         * emacs-lisp/bytecomp.el (byte-compile-file):
13100         Bind enable-local-variables to :safe, and make normal-mode obey it.
13102         * files.el (enable-local-variables): Allow value :safe.
13103         (normal-mode): Doc fix.
13104         (hack-local-variables): Implement enable-local-variables = :safe.
13105         (hack-local-variables-confirm): Don't prevent quitting.
13107 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13109         * loadhist.el (unload-feature): A bit of sanity check of
13110         load-history entries.  Cancel timer-vars before unbinding them.
13112         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13113         quote special chars, and make the trick work on the hex part of the
13114         buffer as well.
13115         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13116         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13118         * startup.el (normal-splash-screen): Fix last change so we don't wait
13119         2 minutes if we don't show the splash screen.
13121 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13123         * textmodes/org.el (org-export-plain-list-max-depth)
13124         (org-table-spaces-around-separators)
13125         (org-radio-targets, org-activate-camels)
13126         (org-table-spaces-around-invisible-separators): Options removed.
13127         (org-time-stamp-rounding-minutes, org-remember-templates)
13128         (org-ellipsis, org-activate-links, org-descriptive-links):
13129         New options.
13130         (org-remember-apply-template, org-current-time)
13131         (org-finish-edit-table-field)
13132         (org-link-unescape, org-link-escape)
13133         (org-string-width, org-table-clean-line, org-html-do-expand)
13134         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13135         (org-read-agenda-file-list): New functions.
13136         (org-table-edit-field)
13137         (org-table-create-or-convert-from-region): New commands
13138         (org-table-toggle-vline-visibility): Command removed.
13139         (org-table-convert-region): Made a command.
13140         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13141         Replace with the normal org- functions.
13142         (org-self-insert-command): Don't trigger realign unnecessarily
13143         when blanking a field that is not full.
13144         (org-mode): `Set buffer-invisibility-spec' for links.
13145         (org-activate-links2): Hide link part and only show descriptive
13146         part of the link.
13147         (org-insert-link): Modify for new linking system.
13148         (org-store-link): Store description separately, for use by
13149         `org-insert-link'.
13150         (org-table-align): Use `org-string-width'.
13151         (defgroup): Completely new group structure for custom variables.
13152         (org-agenda-files): Option: Single file name allowed.  Function:
13153         Optional argument unrestrited means ignore any restricitons.
13154         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13155         trying to modify the menu.  Use generalized access to
13156         `org-agenda-files.'
13157         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13158         (org-agenda-file-to-front, org-remove-file, org-diary)
13159         (org-tags-view, org-export-icalendar-all-agenda-files)
13160         (org-export-icalendar-combine-agenda-files): Use generalized
13161         access to `org-agenda-files'.
13162         (org-remember-handler): Correctly preserve heading if present.
13163         (org-table-insert-row, org-table-insert-hline): Deal with
13164         invisible characters.
13166 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13168         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13169         (vc-annotate-color-map): New 18 element constant
13170         value/saturation, rotating hue colormap, from red->blue.
13171         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13172         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13173         (vc-annotate): To avoid killing the required local variables,
13174         set them before the end of `with-output-to-temp-buffer', and
13175         after first switching to annotate-mode.
13176         (vc-annotate-warp-version): Add buffer argument in goto-line to
13177         ensure annotation, not source, is scrolled.
13179 2006-04-10  Bill Wohler  <wohler@newt.com>
13181         * custom.el (defcustom, custom-handle-keyword):
13182         Add :package-version keyword.
13183         (custom-add-package-version): New function.  Sets value of new
13184         property 'custom-package-version from :package-version keyword.
13185         (defcustom): Create Common Keywords section in docstring.
13186         (defface, defgroup): Replace definitions of a select few keywords
13187         with a reference to the Common Keywords in defcustom.
13188         (defcustom, defface, defgroup): Replace reference to Customization
13189         chapter in manual with hyperlink.
13191         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13192         (customize-changed-options): Add check for custom-package-version.
13193         (customize-package-emacs-version): New function to look up Emacs
13194         version corresponding to the given package version.
13196         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13197         defun name, in similar fashion to find-variable-regexp.
13199 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13201         * international/mule-cmds.el (set-locale-environment): Fix last
13202         change for when the locale's preferences don't specify any encoding.
13204 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13206         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13207         so the defined var/fun doesn't need to be quoted.
13209 2006-04-10  Richard Stallman  <rms@gnu.org>
13211         * finder.el (finder-mode-map): Add n and p bindings.
13213 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13215         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13216         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13217         (gdb-setup-windows): Put something in source window if we can't find
13218         the source file.
13219         (gdb-frame-handler): Make it work again with just assembly.
13220         (gdb-data-list-register-values-handler): Make it work when there is
13221         no stack.
13223 2006-04-09  Richard Stallman  <rms@gnu.org>
13225         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13226         specs while looking for charset.
13228         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13230         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13231         Make them faces.
13232         (lm-font-lock-keywords): Update appropriately.
13234 2006-04-10  Kim F. Storm  <storm@cua.dk>
13236         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13237         it can also replace buffer-substring-no-properties.
13239         * emulation/cua-base.el (cua-delete-region, cua-paste)
13240         (cua-repeat-replace-region): Use filter-buffer-substring.
13242         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13243         (cua-cut-region-to-global-mark): Likewise.
13245         * emulation/cua-rect.el (cua--extract-rectangle)
13246         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13248 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13250         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13251         entry-type.  Add field delimiters to numerical fields if they are
13252         not present.
13254 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13256         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13257         string-const to return value.
13258         (bibtex-remove-delimiters): Use it.
13260 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13262         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13263         cl-byte-compile-compiler-macro unless it exists.
13265 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13267         * files.el (hack-local-variables-confirm) <offer-save>:
13268         Clarify message text.  Suggested by Ralf Angeli.
13270 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13272         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13273         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13274         instead of `buffer-substring' and `delete-region'.  (Most of the
13275         code actually copied from `kill-region'.)
13277 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13279         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13280         (rcirc-default-port): Rename from rcirc-port.
13281         (rcirc-default-nick): Rename from rcirc-nick.
13282         (rcirc-default-user-name): Rename from rcirc-user-name.
13283         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13284         (rcirc-low-priority-flag): New variable.
13285         (rcirc-decode-coding-system): New defcustom.
13286         (rcirc-encode-coding-system): New defcustom.
13287         (rcirc-coding-system-alist): New defcustom.
13288         (rcirc-multiline-major-mode): New defcustom.
13289         (rcirc-nick): New internal variable.
13290         (rcirc-process): Remove variable.
13291         (rcirc-server-buffer): New variable.
13292         (rcirc): Update to use rcirc-default-* variables above.
13293         (rcirc-connect): Do not add window-configuration-hook-here.
13294         (rcirc-server): New internal variable.
13295         (rcirc-connect): Do not send keepalive pings if
13296         rcirc-keepalive-seconds is nil.
13297         (with-rcirc-server-buffer): New macro.
13298         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13299         (rcirc-server-name): Rename from rcirc-server.
13300         (rcirc-buffer-process): New function.
13301         (rcirc-buffer-nick): New function.
13302         (rcirc-buffer-target): Remove function.
13303         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13304         New commands.
13305         (rcirc-mode-map): Change binding of C-c C-l to
13306         rcirc-toggle-low-priority.
13307         (rcirc-mode): Initialize coding system based on
13308         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13309         channel on a mode change.  Make kill-buffer-hook buffer-local.
13310         (rcirc-change-major-mode-hook): New function.
13311         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13312         (rcirc-last-post-time): New variable.
13313         (rcirc-process-message): Store the last time user posted a message
13314         to this target.
13315         (rcirc-multiline-minor-mode): New mode.
13316         (rcirc-multiline-minor-mode-map): New mode map.
13317         (rcirc-edit-multiline): Put multiline-edit buffer in
13318         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13319         (rcirc-print): Ignore any line starting with an ignored nick.
13320         (rcirc-print): Decode using rcirc-decode-coding-system.
13321         (rcirc-track-minor-mode): Update global-mode-string when disabling
13322         this mode.
13323         (minor-mode-alist): Add LowPri indicator.
13324         (rcirc-toggle-low-priority): New function.
13325         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13326         next lowpriority buffer with activity.
13327         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13328         last time the user posted a message in to the target.
13329         (rcirc-update-activity-string): New formatting for low priority
13330         buffers.
13331         (rcirc-split-activity): New function.
13332         (rcirc-handler-PART, rcirc-handler-KICK)
13333         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13334         (rcirc-nick-away-alist): New variable.
13335         (rcirc-handler-301): New handler.  Away messages are printed once
13336         per change.
13338 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13340         * info.el (Info-follow-nearest-node): Doc fix.
13342         * international/mule-cmds.el (set-locale-environment): Make sure
13343         the coding-system preferred by the locale's language has the same
13344         EOL conversion type as the original buffer-file-coding-system.
13345         (locale-language-names): Add a few MS Windows language codes.
13347 2006-04-07  Richard Stallman  <rms@gnu.org>
13349         * simple.el (eval-expression): Doc fix.
13351         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13352         (eval-defun): Doc fixes.
13354 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
13356         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13358 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
13360         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13361         GDB list command without argument for greater generality.
13363 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13365         * subr.el (string-or-null-p): New function.
13367         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13369         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13371         * files.el: Update comment about safe-local-variable declarations.
13373 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
13375         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13376         See idlwave.org.
13378         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13379         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
13381         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13382         See idlwave.org.
13384         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13385         version 6.0 (minimal changes).  See idlwave.org.
13387         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13388         6.0 (minimal changes).  See idlwave.org.
13390         * progmodes/idlw-rinfo.el: File obsoleted and removed.
13392 2006-04-06  Romain Francoise  <romain@orebokech.com>
13394         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13395         symmetric encryption features and a new asynchronous interface to
13396         GnuPG.  This new version is version 1.4, plus whitespace changes.
13398 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13400         * files.el: Move some `safe-local-variable' declarations to the
13401         respective files.
13403         * textmodes/ispell.el (ispell-check-comments)
13404         (ispell-local-dictionary): Mark as safe.
13406         * abbrev.el (abbrev-mode): Mark as safe.
13408         * add-log.el (change-log-default-name): Mark as safe.
13410         * textmodes/reftex-vars.el (reftex-vref-is-default)
13411         (reftex-fref-is-default, reftex-level-indent)
13412         (reftex-guess-label-type): Mark as safe.
13414         * textmodes/fill.el (colon-double-space): Mark as safe.
13416         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13417         (sentence-end-double-space, sentence-end-without-period)
13418         (sentence-end-without-space, sentence-end, sentence-end-base)
13419         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13421 2006-04-06  Kim F. Storm  <storm@cua.dk>
13423         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13424         the :set-after list.
13425         (ido-downcase-unc-hosts): New user option.  Default on.
13426         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13427         when it is set, as regexps are now applied on the fly.
13428         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13429         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13430         on the fly, but only when ido-process-ignore-lists is set.
13431         Do case insensitive filtering if ido-downcase-unc-hosts is set.
13432         Only downcase names if ido-downcase-unc-hosts is set.
13434 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
13436         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13438         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13440 2006-04-05  Kim F. Storm  <storm@cua.dk>
13442         * ido.el (ido-mode): Set after ido-unc-hosts and
13443         ido-ignore-unc-host-regexps.
13444         (ido-save-history): Save ido-unc-hosts-cache.
13445         (ido-load-history): Load ido-unc-hosts-cache.
13446         (ido-reread-directory): Refresh unc hosts cache in // dir.
13448         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13449         to nil while displaying slash screen.
13451 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13453         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13454         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13456 2006-04-05  Kenichi Handa  <handa@m17n.org>
13458         * international/characters.el: Setup cases of Latin, Greek, and
13459         Cyrillic characters in CJK charsets.
13461 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13463         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13464         default-enable-multibyte-characters.  This reverts the change from
13465         revision 6.17 which is no longer necessary because the passphrase
13466         is sent separately now.  GnuPG messages are unreadable under
13467         multibyte locales with default-enable-multibyte-characters set to nil.
13469 2006-04-04  Andreas Schwab  <schwab@suse.de>
13471         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13472         and `byte-compile-warnings' as `safe-local-variable'.
13474 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
13476         * man.el (Man-mode-map): Restore the \r binding.
13477         (Man-abstract-xref-man-page): If Man-target-string is a function,
13478         call it.
13479         (Man-highlight-references): Use Man-default-man-entry to get the
13480         target.  Deal with xrefs too.
13481         (Man-highlight-references0): Don't call the target function.
13483         * woman.el (WoMan-xref-man-page): Strip the section number, woman
13484         cannot deal with it.
13486 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13488         * pgg-gpg.el: Clean up process buffers every time gpg processes
13489         complete.
13491 2006-04-04  Kenichi Handa  <handa@m17n.org>
13493         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13494         here.
13495         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13496         Temporarily bind inhibit-field-text-motion to t.
13498 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13500         * startup.el (normal-splash-screen): Only set mode-line-format in the
13501         splash buffer, so as not to interfere when debugging the code.
13502         Ignore errors when switching buffer.
13504 2006-04-03  Romain Francoise  <romain@orebokech.com>
13506         * dired.el (dired-dnd-protocol-alist): Fix typo.
13508 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13510         * savehist.el (savehist): Add :version.
13511         (savehist-ignored-variables): New variable.
13512         (savehist-minibuffer-hook): Don't save variables listed in
13513         `savehist-ignored-variables'.
13515         * dired.el (dired-dnd-protocol-alist): Mention that change does
13516         only apply to new buffers in doc string.
13518 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13520         * recentf.el (recentf-open-files-item): Include newline in button
13521         field, so opening a file will work, when the point is at the end
13522         of the file name.  Allow, for example, to [i]search a file by
13523         extension and just push RET to open it.
13525 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13527         * pgg-gpg.el (pgg-gpg-process-filter)
13528         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13530         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13531         lines, temporary fix.
13533 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13535         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13537 2006-04-02  Richard Stallman  <rms@gnu.org>
13539         * progmodes/compile.el (compilation-message-face): Make it defcustom.
13541 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13543         * ibuf-macs.el (define-ibuffer-column): Add a new key:
13544         header-mouse-map.
13546         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13547         (ibuffer-mode-header-map): New keymaps.
13548         (ibuffer-update-title-and-summary): Enable mouse face highlighting
13549         and keybindings for column headers.
13550         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13551         property.
13553 2006-04-02  Drew Adams  <drew.adams@oracle.com>
13555         * speedbar.el (speedbar-after-create-hook): Doc fix.
13557 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
13559         * shell.el (shell-directory-tracker)
13560         (shell-dynamic-complete-command): Doc fixes.
13562 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
13564         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13565         terminals.
13567 2006-04-01  Kim F. Storm  <storm@cua.dk>
13569         * ido.el (ido-unc-hosts-cache): New defvar.
13570         (ido-unc-hosts): If value of defcustom is a function, call it to
13571         get list of UNC hosts.  Add function-item choices to specify
13572         ido-unc-hosts-net-view or user function.
13573         (ido-ignore-unc-host-regexps): New defcustom.
13574         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13575         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13576         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13578 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13581         wwidth.
13583 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
13585         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13586         (ido-max-work-file-list, ido-switch-buffer)
13587         (ido-read-file-name-as-directory-commands):
13588         Fix typos in docstrings.
13590 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13592         * term/mac-win.el (mac-system-coding-system): Define and use after
13593         Mac-specific coding systems are ready.
13595 2006-03-27  Romain Francoise  <romain@orebokech.com>
13597         * net/rcirc.el (rcirc-connect): Add autoload cookie.
13599         * ldefs-boot.el: Update.
13601 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13603         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13604         passphrases when it is not needed.
13605         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13606         passphrase stuff from gpg, should only be necessary when you use
13607         gpg with a smartcard.
13609 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13611         * comint.el (comint-dynamic-list-completions): Allow user to
13612         select *Completions* buffer.
13614 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
13616         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13618 2006-03-26  Andreas Schwab  <schwab@suse.de>
13620         * progmodes/gud.el (gdb): Only complain about multiple debugging
13621         when the gdb process is still running.
13623 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13625         * mail/rmail.el (tool-bar-map): Defvar it.
13626         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13627         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13629 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13631         * help.el (print-help-return-message): Suggest to use
13632         display-buffer instead of switch-to-buffer-other-window to restore
13633         the previous window without selecting it.
13635 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13637         * frame.el (select-frame-by-name): Call x-focus-frame also when
13638         window-system is mac.
13640         * term/mac-win.el: Adjust Courier font specifications in
13641         x-fixed-font-alist.
13642         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13643         when directly encoding to UTF-16 in native byte order, no BOM.
13645 2006-03-25  Kim F. Storm  <storm@cua.dk>
13647         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13648         (cua--init-keymaps): Use it instead of fixed C-return.
13649         (cua-mode): Set after it.
13651         * emulation/cua-rect.el (cua--init-rectangles):
13652         Use cua-rectangle-mark-key instead of fixed C-return.
13654 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13656         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13657         "run" in .gdbinit.
13658         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13660 2006-03-24  Romain Francoise  <romain@orebokech.com>
13662         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13663         `display-buffer-other-frame'.
13665 2006-03-24  Kim F. Storm  <storm@cua.dk>
13667         * apropos.el (apropos-synonyms): Add selection => region.
13669 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13671         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13672         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13673         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13674         (gdb-data-list-register-values-regexp)
13675         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13676         Future proof against new fields being added to MI output.
13677         (gdb-send): Don't treat backslashes for program input as
13678         continuations.
13679         (gdb-assembler-handler): Don't use window-start for this handler.
13680         (gdb-frame-handler): Don't change to hollow arrow if overlay
13681         arrow doesn't move to new frame.
13683 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13685         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13686         prevent compiler warnings.
13687         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13688         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13689         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13690         buffer too.
13692 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13694         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13695         make-network-process, so we can use the same code in Gnus v5-10
13696         too and have this file fully synchronized with that release.
13698 2006-03-23  Romain Francoise  <romain@orebokech.com>
13700         * ibuf-ext.el (ibuffer-read-filter-group-name):
13701         Use `ibuffer-generate-filter-groups' to make completion list match
13702         the filter groups that are really displayed in the Ibuffer buffer.
13703         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13705 2006-03-23  Kenichi Handa  <handa@m17n.org>
13707         * international/mule-cmds.el (sort-coding-systems): Describe that
13708         the argument is modified in docstring.
13710 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13712         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13713         (pgg-gpg-update-agent): New function.
13714         (pgg-gpg-use-agent-p): New function.
13715         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13716         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13717         (pgg-gpg-sign-region): Use it.
13719 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13721         * cus-edit.el (custom-face-set): Call custom-push-theme before
13722         face-spec set so that `changed' theme is correctly saved.
13723         (custom-face-reset-standard): Reset to recalculated face rather
13724         than defface spec.
13726         * custom.el (custom-push-theme): Only save `changed' theme if the
13727         current face does not match the defface specs.
13729 2006-03-21  Simon Josefsson  <jas@extundo.com>
13731         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13732         <wilde@sha-bang.de>.
13733         (pgg-gpg-use-agent): New variable.
13734         (pgg-gpg-process-region): Use it.
13735         (pgg-gpg-encrypt-region): Likewise.
13736         (pgg-gpg-encrypt-symmetric-region): Likewise.
13737         (pgg-gpg-decrypt-region): Likewise.
13738         (pgg-gpg-sign-region): Likewise.
13739         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13741 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13743         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13744         bracket links.
13746 2006-03-21  Kim F. Storm  <storm@cua.dk>
13748         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13749         fringe-indicator-alist instead of modifying global value.
13750         (gdb-frame-handler): Likewise.
13752 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13754         * diff-mode.el (diff-function): Make it inherit from diff-header
13755         instead of diff-context.
13757         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13758         bitmap.
13759         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13760         change names in macro above for consistency.
13761         (gdb-frame-handler): Use hollow-right-triangle for all selected
13762         frames which except the innermost (where execution has stopped).
13763         (gdb-reset): Reset buffer-local values of overlay-arrow.
13765 2006-03-20  Richard Stallman  <rms@gnu.org>
13767         * simple.el (set-mark-command): Doc fix.
13769         * files.el (display-buffer-other-frame): New command.
13770         (ctl-x-4-map): Bind C-x 5 C-o to it.
13772 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13774         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13775         rather than just defer-time, in case defer-time has been changed but
13776         the timer isn't running yet.
13777         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13779 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13781         * help-mode.el (help-follow-symbol): New function.
13782         Essentially identical to the old `help-follow', but do not let
13783         `push-button' do the work when on an xref.
13784         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13786 2006-03-19  Richard Stallman  <rms@gnu.org>
13788         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13789         preceded by the word `program'.
13790         (help-follow-mouse, help-follow): Throw error if not on xref.
13791         Delete no longer used args.
13793 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13795         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13796         annotation ensure gud-overlay-arrow-position is redisplayed.
13798 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13800         * textmodes/bibtex.el (bibtex-include-OPTkey)
13801         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13802         (bibtex-autokey-name-case-convert)
13803         (bibtex-autokey-titleword-case-convert): Make these the aliases
13804         for the following two variables.
13805         (bibtex-autokey-name-case-convert-function)
13806         (bibtex-autokey-titleword-case-convert-function): Make these the
13807         real names.
13808         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13809         bibtex-font-lock-crossref sublists.
13810         (bibtex-mode): Revert 2005-12-30 change (which made
13811         completion-ignore-case buffer-local).
13812         (bibtex-url): Simplify.
13814 2006-03-19  Kim F. Storm  <storm@cua.dk>
13816         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13817         cursor property value to 2 (to align with C level change).
13819 2006-03-19  Bill Wohler  <wohler@newt.com>
13821         * image.el (image-load-path-for-library): Shorten first line in
13822         docstring.
13824 2006-03-18  Richard Stallman  <rms@gnu.org>
13826         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13828 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13830         * isearch.el (isearch-other-meta-char): Handle user bindings for
13831         shifted control characters.
13833 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13835         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13836         part that matches email addresses, file names, etc.
13838 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13840         * term/w32-win.el (mouse-set-font):
13841         Mention w32-list-proportional-fonts in the doc string.
13843 2006-03-18  Kim F. Storm  <storm@cua.dk>
13845         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13846         (ido-unc-hosts): New user option to explicitly define list of know
13847         UNC-style hosts for completion.
13848         (ido-cache-unc-host-shares-time): New user option.
13849         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13850         New helper functions for UNC file-name support.
13851         (ido-may-cache-directory): Check for UNC host.  Simplify.
13852         (ido-wash-history): Clean out old UNC hosts.
13853         (ido-nonreadable-directory-p): UNC hosts are always readable.
13854         (ido-directory-too-big-p): UNC hosts are never too big.
13855         (ido-set-current-directory): Handle UNC root path.
13856         (ido-file-name-all-completions): Complete UNC host names from
13857         ido-unc-hosts list.  Cache UNC host shares.
13858         (ido-make-file-list-1): Don't filter UNC root.
13859         (ido-exhibit): Check for // in root directory, and switch to UNC
13860         mode by setting ido-current-directory to //.
13862 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13864         * cus-edit.el (customize-changed-options): Mention explicit
13865         version number as default in prompt.
13867 2006-03-17  Bill Wohler  <wohler@newt.com>
13869         * image.el (image-load-path-for-library): Minor docstring fix.
13871 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13873         * textmodes/org.el (org-read-date): Include subgroup 5 into
13874         replacement text.
13875         (org-popup-calendar-for-date-prompt): Fix customization type.
13877 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13879         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13880         (gdb-continuation): New variable.
13881         (gdb-send): Deal with continuation lines.
13883         * progmodes/gud.el (gud-gdb-complete-command)
13884         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13885         expressions.
13886         (gud-tooltip-mode): Use buffer-local value.
13888 2006-03-16  Kim F. Storm  <storm@cua.dk>
13890         * ido.el (ido-edit-input): Use selected match, if any.
13892 2006-03-16  Bill Wohler  <wohler@newt.com>
13894         * image.el (image-load-path-for-library): Prefer user's images in
13895         image-load-path.
13897 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13899         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13900         when checking for attempt to drag leftmost or rightmost scrollbar.
13902 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13904         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13905         (gdb-force-mode-line-update): New function.
13906         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13907         (gdb-exited): Use them.
13908         (gdb-signal): New function.
13909         (gdb-annotation-rules): Provide a rule for it.
13911 2006-03-16  Kenichi Handa  <handa@m17n.org>
13913         * international/mule.el (auto-coding-regexp-alist): Add entries
13914         for Unicode BOM.
13916         * sort.el (sort-build-lists): Temporarily bind
13917         inhibit-field-text-motion to t.
13919 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13921         * locate.el (locate-command, locate-make-command-line)
13922         (locate-fcodes-file, locate-update-command)
13923         (locate-prompt-for-command, locate, locate-with-filter)
13924         (locate-get-file-positions): Doc fixes.
13925         (locate-buffer-name, locate-header-face): Remove leading `*' in
13926         defcustom.
13927         (locate-filter-output): Use `keep-lines' instead of its alias
13928         `delete-non-matching-lines'.
13929         (locate-get-filename, locate-get-dirname): Add introductory comment.
13930         (locate-find-directory-other-window): Give appropriate error
13931         message if used outside main listing.
13933 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13935         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13936         the new extend-region feature.
13937         (font-lock-after-change-function): Update correspondingly.
13938         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13939         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13941 2006-03-15  Bill Wohler  <wohler@newt.com>
13943         * image.el (image-load-path-for-library): Fix example by not
13944         recommending that one binds image-load-path.  Just defvar it to
13945         placate compiler and only use it if previously defined.
13947 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13949         * textmodes/org.el (org-insert-centered): Use `string-width' to
13950         make underlining work for wide characters.
13951         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13952         TAB to `org-cycle', to make sure that no binding in
13953         `outline-mode-map' can supercede it.
13955 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13957         * allout.el: Increment version to 2.2.1 in file commentary.
13959         (allout-version): Increment to 2.2.1.
13961         (allout-default-layout): New customization variable, used when the
13962         file lacks a specific allout-layout.  Uses allout-layout-type for
13963         recursively nested definition.
13965         (allout-layout-type): Widget defining allout layouts, necessary for
13966         self-recursive definition.
13968         (allout-mode): Incorporate allout-default-layout as fallback for
13969         allout-layout.
13971         (allout-layout): Mark as 'safe-local-variable', and refer mention
13972         fallback to `allout-default-layout' in absence of a specified value.
13973         (allout-passphrase-verifier-string)
13974         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13976         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13978         (allout-get-encryption-passphrase-verifier): Use correct name of
13979         passphrase verifier in docstring.
13981 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13983         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13984         elements.
13985         (gdb-find-watch-expression): Make it work for arrays too.
13986         Follow change to gdb-var-list.
13987         (gud-watch): Allow the user to enter variable name with a prexix
13988         arg.  Create keybindings.
13989         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13990         (gdb-var-list-children-handler, gdb-var-update-handler)
13991         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13992         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13993         Follow change to gdb-var-list.
13994         (gdb-starting): Don't show the overlay arrows when program is running.
13996         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13997         gdb-var-list.
13999 2006-03-14  Bill Wohler  <wohler@newt.com>
14001         * image.el (image-load-path-for-library): Pass value of path
14002         rather than symbol.  Always return list of directories.
14003         Guarantee that image directory comes first.
14005 2006-03-14  Alan Mackenzie  <acm@muc.de>
14007         * font-core.el (font-lock-extend-region\(-function\)?.):
14008         New function/variable.
14010         * font-lock.el (font-lock-after-change-function):
14011         Call font-lock-extend-region.  Obey font-lock-lines-before.
14012         (font-lock-default-fontify-region): Remove reference to
14013         font-lock-lines-before.
14015         * jit-lock.el (jit-lock-after-change):
14016         Call font-lock-extend-region.  Obey font-lock-lines-before.
14018 2006-03-14  David Ponce  <david@dponce.com>
14020         * tree-widget.el (tree-widget-themes-load-path)
14021         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14023 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14025         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14026         (rcirc-print): Mark the start of text at the end of the prompt.
14027         (rcirc-track-minor-mode): Add autoload cookie.
14028         (rcirc-update-activity-string): Add space to front of mode-line
14029         indicator.
14031 2006-03-13  Miles Bader  <miles@gnu.org>
14033         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14034         (rcirc-abbrev-nick): Remove function.
14035         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14037 2006-03-13  David Ponce  <david@dponce.com>
14039         * tree-widget.el: Handle themes across all occurrences of the main
14040         themes sub-directory found in tree-widget-themes-load-path.
14041         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14042         (tree-widget--locate-sub-directory): Return all occurrences.
14043         (tree-widget-themes-path): New function.
14044         Replace tree-widget-themes-directory, and return a list of directories.
14045         (tree-widget-set-parent-theme)
14046         (tree-widget-lookup-image): Use it.
14048 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14050         * textmodes/org.el (org-link-search): Avoid self-matching of
14051         links, allow target text to be distributed over several lines.
14052         (org-search-not-link): New function.
14053         (org-set-regexps-and-options, org-get-current-options):
14054         New startup options.
14055         (org-export-as-html): Take odd-level setting from local variable.
14056         (org-fontify-emphasized-text): New option.
14057         (org-set-font-lock-defaults): Include emphasized text.
14058         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14059         (org-font-lock): Customize group renamed from `org-faces'.
14061 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14063         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14064         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14066 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14068         * cus-start.el (all): Delete :version keyword for members of the
14069         fringe group, since the entire group is new in 22.1.
14071 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14073         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14074         map if value is hexadecimal (an address).
14075         (gud-watch): Only search roots for existing watch expressions.
14076         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14077         prevent caching problems with speedbar-update-directory-contents.
14079 2006-03-12  Juri Linkov  <juri@jurta.org>
14081         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14082         before comparing with `low' and `warn'.
14084         * info.el (Info-dir-remove-duplicates): Move point to the
14085         beginning of the current line after deleting the entries from
14086         redundant heading.  Use marker for `limit' and compare it with
14087         point before calling `re-search-forward'.
14089 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14091         * simple.el (yank): Fix typo in docstring.
14093 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14095         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14096         messages, where "D" is the 6th character.
14098 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14100         * simple.el (yank): Fix last change.
14102 2006-03-11  David Ponce  <david@dponce.com>
14104         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14105         merging elements from the standard ispell-dictionary-alist.
14106         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14107         alist, and return the new alist.
14109 2006-03-11  Richard Stallman  <rms@gnu.org>
14111         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14113         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14114         the way it is implemented is too unclean.
14116         * simple.el (kill-region, yank): Doc fix.
14118         * battery.el (battery-echo-area-format): Doc fix.
14119         (battery-mode-line-format): Likewise.
14120         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14121         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14123 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14125         * progmodes/octave-mod.el (octave-indent-for-comment):
14126         Behave according to do string.
14128 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14130         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14131         Be visible only if major mode is Mail Mode.
14133         * textmodes/flyspell.el (flyspell-external-point-words)
14134         (flyspell-process-localwords): Fix last changes.
14136 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14138         * calendar/holidays.el (list-holidays): Doc fix.
14140         * international/mule.el (auto-coding-alist): Add .odt
14141         (OpenOffice's open document) files.
14143         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14144         document) files.  Mention in the doc string the need to sync with
14145         auto-coding-alist.
14147 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14149         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14150         enable-local-variables is set to always query, or there is no
14151         savable variable.
14153 2006-03-10  Bill Wohler  <wohler@newt.com>
14155         * image.el (image-load-path-for-library): Merge at least three
14156         functions from Gnus and MH-E into this one function that can now
14157         be shared.
14159 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14161         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14162         gdb-remove-mouse-face and remove help-echo too.
14163         (gdb-enqueue-input): Correct conditional clause.
14165 2006-03-10  Glenn Morris  <rgm@gnu.org>
14167         * calendar/calendar.el (calendar-holidays): Doc fix.
14168         * calendar/holidays.el (list-holidays): Doc fix.
14170 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14172         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14173         it gets called in gdb-prompt anyway.
14174         (gdb-use-separate-io-buffer): Only restore window arrangement for
14175         gdb-many-windows.
14176         (gdb-enqueue-input): Make it harder to send GDB input when program
14177         is running.
14178         (gdb-buffer-list): New variable.
14179         (gdb-remove-mouse-face): New function.
14180         (gdb-starting): Use it when GDB input won't get sent.
14182 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14184         * help.el (view-lossage): Remove trailing whitespace before
14185         inserting "\n".
14187 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14189         * files.el (hack-local-variables-confirm):
14190         Set coding-system-for-read to nil before writing to .emacs.
14192         * arc-mode.el (archive-extract): Check if an existing buffer name
14193         comes from a different archive.
14195         * help.el (describe-key-briefly): If KEY is a down event, read and
14196         discard the up event.
14198 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14200         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14201         be edited and use font-lock-warning-face for any changes.
14203         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14204         (gdb-edit-value): Use it to report any errors.
14206 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14208         * help.el (describe-key): Remove leftover test code.
14210 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14212         * textmodes/org.el: Move defvars out of eval-when-compile.
14213         Use buffer-file-name variable.
14214         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14215         arg `file'.
14216         (org-level-faces): Remove startup dependency.
14217         (org-cycle, org-map-tree, org-scan-tags)
14218         (org-remember-handler): Don't call `outline-level' directly.
14219         (org-mhe-search-all-folders): New option.
14220         (org-mhe-get-message-folder-from-index)
14221         (org-mhe-get-message-folder): Fix indexing search.
14222         (org-format-agenda-item): Handle nil TAGS argument.
14223         (org-cleaned-string-for-export, org-activate-target-links)
14224         (org-make-target-link-regexp): Deal with empty radio target list.
14225         (org-tag): New face.
14226         (org-get-level-face): New function.
14227         (org-set-font-lock-defaults): Simplify setup for headlines.
14228         (org-complete): Pass common substring to `display-completion-list'.
14230 2006-03-06  David Ponce  <david@dponce.com>
14232         * tree-widget.el: Update Commentary header.
14233         (tree-widget-theme-name): Ignore parent themes.
14234         (tree-widget-set-parent-theme): New function.
14235         (tree-widget-set-theme): Use it.
14236         (tree-widget-set-image-properties): Move definition.  Does nothing
14237         if image properties have already been set.
14238         (tree-widget-image-properties): Move definition.  Receive an image
14239         name.  Set the :pointer property.
14240         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14241         Don't set the :pointer image property.
14242         (tree-widget-convert-widget): New function.  Handle :dynargs
14243         compatibility here.
14244         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14245         predicate to control when the :expander function is entered.
14246         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14247         (tree-widget-value-create): Handle :expander-p.  widget-apply
14248         :expander.
14249         (tree-widget-expander-p): New function.  Default value of the
14250         :expander-p property.
14252 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14254         * help.el (describe-key): Properly handle the return value of
14255         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14256         remaps.  Handle string and vector `follow-link' values.
14258 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * complete.el (PC-expand-many-files): Try be more careful when parsing
14261         the shell's output.
14263 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14265         * outline.el (hide-sublevels): Provide better interactive default.
14267 2006-03-06  Kenichi Handa  <handa@m17n.org>
14269         * international/fontset.el (create-fontset-from-fontset-spec):
14270         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14272 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14274         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14275         backslashes instead of one in regexp.
14276         (gud-tooltip-dereference): Add missing optional argument.
14278 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14280         * wdired.el (toplevel): Require `cl' at compile-time.
14282 2006-03-04  Andreas Schwab  <schwab@suse.de>
14284         * server.el (server-process-filter): Handle errors during
14285         evaluation of the argument.
14287 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14289         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14290         escape parentheses at beginning of line.
14291         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14292         (t-mouse-mode): Remove period from end of error message.
14294 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14296         * textmodes/flyspell.el (flyspell-process-localwords):
14297         Be case-sensitive.
14299 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14301         * cus-edit.el (custom-quote): Remove function, since it has been
14302         moved to custom.el.
14304         * font-lock.el (lisp-font-lock-keywords-2)
14305         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14306         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14307         they have no special meaning.
14309         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14310         indirect buffer gets killed before indirect buffer.  Use dolist.
14312 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14314         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14315         value instead of a literal constant (1) on more pauses.
14317 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14319         * textmodes/flyspell.el (flyspell-external-point-words):
14320         Be case-sensitive.
14322 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14324         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14325         with "www".
14327 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14329         * allout.el: Restablish intermediate missing comment header to
14330         preserve outline structure.
14331         (allout-beginning-of-current-entry): Skip invisible text.
14332         (allout-open-topic): Fix opening a topic at end-of-buffer.
14333         (allout-minor-mode): Move nearer to allout-mode function.
14335 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14337         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14339 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14341         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14342         is nil.
14344         * progmodes/gud.el (gud-speedbar-menu-items):
14345         Use buffer-local-value and add missing :visible keyword.
14347         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14349 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
14351         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14352         must be `follow-link'.
14354         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14356         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14357         formatting: No nested anchors.
14358         (org-all-targets): Fix bug with XEmacs compatibility.
14359         (org-read-date): Add (require 'parse-time).
14360         (org-set-tags): Fix bug with extra inserted space.
14361         (org-export-html-style): Define a style class for targets.
14362         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14363         (org-hide-leading-stars): New option.
14364         (org-hide): New face.
14365         (org-set-font-lock-defaults): Allow to hide leading stars.
14366         (org-get-legal-level, org-tr-level): New functions.
14367         (org-odd-levels-only): New option.
14368         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14369         (org-demote, org-promote): Deal with double-star levels.
14370         (org-convert-to-odd-levels): New command.
14372 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
14374         * speedbar.el (speedbar-update-localized-contents): Try to
14375         preserve window-start.
14376         (speedbar-update-directory-contents): Try to preserve window-start
14377         and window-point.
14378         (speedbar-update-special-contents): Don't move back to start of window.
14380         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14381         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
14382         speedbar-timer-fn.
14383         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14384         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14385         instead of gdb-speedbar-timer-fn.
14387 2006-02-28  Jay Belanger  <belanger@truman.edu>
14389         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14390         (math-compose-expr): Use latex option when calling
14391         `math-compose-tex-matrix' for latex mode.
14393 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
14395         * speedbar.el: Re-instate comments about developing for speedbar
14396         [this is what info and gdb-ui use even if better methods exist now].
14398         * t-mouse.el: New file.
14399         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
14400         (t-mouse-lispy-buffer-posn-from-coords): Remove.
14401         (t-mouse-make-event-element): Use posn-at-x-y instead.
14402         (t-mouse-make-event): Deal with Fedora Core 3.
14403         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14404         (t-mouse-mouse-position-function): New function.  Use it instead
14405         of advising mouse-position.
14406         (t-mouse-mode): New minor mode.
14407         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
14409 2006-02-27  Glenn Morris  <rgm@gnu.org>
14411         * calendar/calendar.el (calendar-holidays): Doc fix.
14413 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
14415         * progmodes/gdb-ui.el (gdb-source-window): New variable.
14416         Re-introduce the concept of a source window.
14417         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14418         consistency with get-buffer-create.
14419         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14420         (gdb-data-list-register-values-handler)
14421         (gdb-stack-list-locals-handler): Try to preserve window-start as
14422         well as window-point.
14423         (gdb-display-source-buffer): New function (old concept).
14424         (gdb-goto-breakpoint): Use it.
14426         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14427         for gdb-ui/gdb-mi (old concept).
14429 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
14431         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14432         binding.
14434         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14436         * textmodes/reftex-sel.el (reftex-select-label-map)
14437         (reftex-select-bib-map): Add `follow-mouse' binding.
14439 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
14441         * jka-cmpr-hook.el (jka-compr-compression-info-list)
14442         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14443         Give :set functions to provide automatic updating.
14444         Update docstring.  Give compiler defvars early in the file
14445         and move the defcustoms to a later spot where all called functions
14446         are defined.
14447         (jka-compr-file-name-handler-entry): Doc fix.
14448         (jka-compr-compression-info-list--internal)
14449         (jka-compr-mode-alist-additions--internal)
14450         (jka-compr-load-suffixes--internal): New variables.
14451         (jka-compr-install): Set the three above variables.
14452         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14453         (jka-compr-update, jka-compr-set): New functions.
14454         (auto-compression-mode): Doc fix.
14456         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14457         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14458         Use jka-compr-compression-info-list--internal,
14459         jka-compr-mode-alist-additions--internal and
14460         jka-compr-load-suffixes--internal.
14462         * files.el (load-library):
14463         * loadhist.el (file-loadhist-lookup):
14464         * startup.el (command-line):
14465         * subr.el (locate-library):
14466         * emacs-lisp/autoload.el (update-directory-autoloads):
14467         * emacs-lisp/find-func.el (find-library-suffixes):
14468         Use `get-load-suffixes' instead of `load-suffixes'.
14470         * subr.el (locate-library):
14471         * emacs-lisp/find-func.el (find-library-name):
14472         Use `load-file-rep-suffixes' instead of '("").
14474 2006-02-26  Kim F. Storm  <storm@cua.dk>
14476         * ido.el (ido-save-history, ido-load-history): Simplify.
14477         Don't use find-file-noselect to avoid interference from other modes.
14479 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
14481         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14482         to use the default shell if filename is not available.
14483         Reported by Giorgos Keramidas.
14485 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
14487         * progmodes/etags.el (tags-completion-table): Do completion from
14488         all the tables in the current list, as documented in the manual.
14490 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14492         * CC Mode Update to 5.31.3.
14494 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14496         * progmodes/cc-mode.el (c-postprocess-file-styles):
14497         Bind inhibit-read-only to t, around the call to
14498         c-remove-any-local-eval-or-mode-variables, so that it works on a
14499         RO file.
14501 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14503         * progmodes/cc-awk.el: Correct a typo.
14505 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14507         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14508         c-hungry-delete-backwards, at the request of RMS.  Leave the old
14509         name as an alias.
14511 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14513         * progmodes/cc-mode.el: Correct a typo.
14515 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14517         * progmodes/cc-defs.el: Update the version number to 5.31.3.
14519 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14521         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14522         brace-else-brace (error due to mbeg, mend being undefined).
14524 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14526         * progmodes/cc-mode.el: File Local variables: Solve the problem
14527         where both `mode' and c-file-offsets are specified: `mode' will
14528         overwrite c-f-o's settings:
14529         (c-remove-any-local-eval-or-mode-variables): New function.
14530         (c-postprocess-file-styles): Call the above new function, within
14531         c-tentative-buffer-change, to splat `mode' and `eval' before the
14532         second hack-local-variables.
14534 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14536         * progmodes/cc-mode.el:
14537         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14538         (c-after-change): Protect the match data with save-match-data.
14539         It was getting corrupted by c-after-change-check-<>-operators.
14541         * cc-defs.el: [Supersedes patch V1.38]:
14542         (top level): Check for a buggy font-lock-compile-keywords ONLY in
14543         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
14545         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14546         with save-match-data.  It was being corrupted when Font Lock was
14547         not enabled.
14549 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14551         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14552         Mode and Subword Mode.
14554         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14555         real labels ("case 1:" or "foo:") from non-labels ("public:").
14556         (c-forward-objc-directive): Replace c-forward-token-2 with crude
14557         coding; c-f-t-2 doesn't move over a token at EOB.
14559         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14561         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14562         (c-update-modeline): Concatenate the minor mode indicators
14563         directly onto mode-name, removing c-submode-indicators.
14564         Sometimes, c-s-i got separated from the mode name on the mode line.
14566         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14567         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14569 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14571         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14572         error message when there's an evaluation error to show whether
14573         it's loaded from source or not.
14574         (c-filter-ops): Make it available at runtime too to work when
14575         `c-make-init-lang-vars-fun' needs to evaluate from source.
14577 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
14579         * help.el (help): Revert last part of 2006-02-23 change (deletion
14580         of the `provide' call).
14582 2006-02-23  Juri Linkov  <juri@jurta.org>
14584         * compare-w.el (compare-windows-highlight): Add new value
14585         `persistent' and change :type from `boolean' to `choice'.
14586         (compare-windows-overlays1, compare-windows-overlays2):
14587         New internal variables.
14588         (compare-windows-highlight): If compare-windows-highlight is
14589         `persistent', add current overlays to compare-windows-overlays[12]
14590         instead of adding compare-windows-dehighlight to pre-command-hook.
14591         (compare-windows-dehighlight): Delete all overlays from
14592         compare-windows-overlays[12].
14594         * info.el (Info-search): Don't bind search-spaces-regexp to
14595         Info-search-whitespace-regexp in non-regexp isearch mode.
14597 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14599         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14601 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
14603         * textmodes/org.el (org-xemacs-p)
14604         (org-export-html-show-new-buffer, org-table-may-need-update)
14605         (org-insert-item, org-mhe-get-message-real-folder)
14606         (org-mhe-get-message-folder-from-index)
14607         (org-mhe-get-message-folder, org-mhe-get-message-num)
14608         (org-mhe-get-header, org-make-org-heading-search-string)
14609         (org-make-org-heading-camel, org-table-sort-lines)
14610         (org-format-org-table-html, org-format-table-table-html):
14611         Fix typos in docstrings.
14613 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
14615         * textmodes/org.el (org-cleaned-string-for-export)
14616         (org-solidify-link-text): New function.
14617         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14618         XEmacs, just to silence the compiler.
14619         (org-export-as-ascii, org-export-as-html-and-open):
14620         Use `org-cleaned-string-for-export' and create internal links.
14621         (org-follow-mhe-link): Require mh-e, use folder.
14623 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14625         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14627         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14628         gdb-debug-log-length.
14629         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14630         it a real ring but...
14631         (gud-gdba-marker-filter): ...make it work like mark-ring.
14632         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14633         (gdb-mouse-jump): New function.  Add bindings.
14635 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14637         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14638         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14639         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14640         (gdb-debug-log-length): Customize it's length.
14641         (gud-watch, gdb-var-create-handler): Display function::var format
14642         but don't use to create variable object.
14643         (gdb-var-create-handler): Use message-box in place of message.
14644         (gdb-stopped): Call gdb-exited if signalled.
14646 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14648         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14650         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14652         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14653         if `reftex-try-all-extensions' is set.
14655         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14656         fail silently when there is no valid argument at point.
14657         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14658         `fail-silently' argument.  From a patch by David Reiter.
14660         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14661         New commands.
14662         (org-mark-ring): New variable.
14663         (org-mark-ring-length): New option.
14664         (org-open-at-point, org-goto, org-open-file): Push old position
14665         onto the mark ring.
14666         (org-add-hook): New function.
14667         (org-export-table-remove-special-lines): New option.
14668         (org-skip-comments, org-format-org-table-html): Respect new
14669         option `org-export-table-remove-special-lines'.
14670         (org-open-file): Allow special command configuration for
14671         directory link.
14672         (org-file-apps): Fix bugs in customize type, added setting
14673         for directories.
14674         (org-activate-tags, org-format-agenda-item, org-complete)
14675         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14676         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14677         (org-link-search, org-make-org-heading-search-string)
14678         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14679         (org-radio-targets, org-file-link-context-use-camel-case)
14680         (org-activate-camels): New options.
14681         (org-update-radio-target-regexp, org-all-targets)
14682         (org-make-target-link-regexp, org-activate-target-links):
14683         New functions.
14684         (org-make-org-heading-search-string): New function.
14685         (org-store-link, org-insert-link): Use new option
14686         `org-file-link-context-use-camel-case'.
14687         (org-activate-camels): Use new option `org-activate-camels'.
14688         (org-link-regexp): Add mhe prefix.
14689         (org-open-at-point, org-store-link): Support for mhe links.
14690         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14691         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14692         (org-mhe-get-header, org-follow-mhe-link): New functions.
14693         (org-remove-angle-brackets, org-add-angle-brackets):
14694         New functions.
14695         (org-bracket-link-regexp): New constant.
14696         (org-read-date): Fix bug that was rejecting all typed dates.
14697         (org-link-search): Make hierarchy above visible after a match.
14698         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14699         (org-store-link): Fix bug with link creation when cursor is in
14700         an empty line.
14701         (org-open-at-point): Fix bug with matching a link.
14702         Fixed buggy argument sequence in call to `org-view-tags'.
14703         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14704         (org-prefix-has-tag): New variable.
14705         (org-format-agenda-item): Remove tags from headline
14706         if appropriate.
14707         (org-agenda-remove-tags-when-in-prefix): New option.
14709 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14711         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14712         Fix the regular expressions.
14714 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14716         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14717         if there's no other specific basis.
14719         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14720         as variables at all.
14721         (unsafep-variable): Rename arg; doc fix.
14723         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14725         * calendar/appt.el (diary-selective-display): Add defvar.
14727         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14729         * isearch.el (search-whitespace-regexp): Fix custom type.
14731         * help.el (describe-key-briefly): Compute interactive args
14732         in same was as before previous change.
14734         * files.el (enable-local-variables): Doc fix.
14736 2006-02-21  Kim F. Storm  <storm@cua.dk>
14738         * fringe.el: Cleanup as file is now pre-loaded.
14739         (fringe-bitmaps): Initialize unconditionally.
14740         (fringe-mode, set-fringe-style): Remove autoload cookies.
14742 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14744         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14745         `horizontal-bar'.
14746         (fringe-cursor-alist): Use `horizontal-bar'.
14748 2006-02-20  Kim F. Storm  <storm@cua.dk>
14750         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14751         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14753         * loadup.el: Load "fringe" on window systems.
14755 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14757         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14758         out of scope components.
14760         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14761         default.
14763 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14765         * custom.el (customize-mark-to-save, customize-mark-as-set):
14766         Load the symbol first.
14768 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14770         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14771         strech spec so it doesn't display as "^J" on the header line
14772         when `Buffer-menu-use-header-line' is t.
14774 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14776         * speedbar.el (speedbar-make-button): Keep text properties
14777         of string arguments if desired.
14779         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14780         expessions.
14782         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14783         of speedbar.
14785 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14787         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14788         to value of `read-file-name-completion-ignore-case'.
14790 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14792         * custom.el (customize-mark-as-set): Push to `user' theme.
14794         * cus-edit.el (custom-save-variables): Allow unthemed values.
14795         (customize-set-variable): Push setting to `user' theme.
14797 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14799         * progmodes/gud.el: Don't require font-lock as it's now
14800         automatically loaded.
14801         (gud-speedbar-buttons): Replace gdb-var-changed with
14802         gdb-force-update.
14804         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14805         gdb-var-changed.
14806         (gdb-post-prompt): Use it.
14807         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14808         (gdb-var-update-handler, gdb-var-delete)
14809         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14810         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14811         gdb-force-update in gdb-post-prompt.
14812         (gdb-reset): Clear watch expressions from speedbar when quitting.
14814 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14816         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14817         (viper-change-state-to-vi, viper-change-state-to-emacs):
14818         Make aware of cursor coloring in the Emacs state.
14819         (viper-special-read-and-insert-char): Use read-char-exclusive.
14820         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14822         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14824         * viper-util.el (viper-save-cursor-color)
14825         (viper-get-saved-cursor-color-in-replace-mode)
14826         (viper-get-saved-cursor-color-in-insert-mode)
14827         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14828         state.
14829         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14831         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14832         (ediff-ignore-case-option3, ediff-actual-diff-options)
14833         (ediff-actual-diff3-options): New variables to control case sensitivity.
14834         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14835         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14836         (ediff-toggle-ignore-case): New function.
14837         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14839         * ediff-help.el (ediff-long-help-message-narrow2)
14840         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14841         (ediff-long-help-message-word-mode): Add ignore-case command.
14842         (ediff-help-for-quick-help): Add ignore-case command.
14844         * ediff-merg.el: Move provide to the end.
14846         * ediff-ptch.el: Move provide to the end.
14848         * ediff-wind.el: Move provide to the end.
14850         * ediff-mult.el: Move provide to the end.
14851         (ediff-set-meta-overlay): Enable follow-link.
14853         * ediff.el: Move provide to the end.
14854         Break recursive load cycle in eval-when-compile.
14855         (ediff-patch-buffer): Better heuristics.
14857         * ediff-util.el: Move provide to the end.
14858         Break recursive load cycle in eval-when-compile.
14859         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14860         defuns.
14861         (ediff-submit-report): Pass the values of ediff-diff3-program,
14862         ediff-diff3-options.
14864 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14866         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14867         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14868         `' (for example, in the docstring of `windmove-default-keybindings').
14870 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14872         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14873         shadow face.  Don't provide binding to edit variable when it is
14874         out of scope.
14876         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14877         (gdb-var-update-handler): Detect out of scope variables with pre
14878         GDB 6.4 too.
14879         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14880         Reset status of variable objects to nil in update handlers.
14881         (gdb-var-update-handler-1): Detect when a variable object comes
14882         in scope.  setcar on var changes gdb-var-list directly.
14884 2006-02-17  Juri Linkov  <juri@jurta.org>
14886         * ffap.el (ffap) <defface>: Add explicit face declaration.
14887         (ffap-highlight): Use face `ffap' directly instead of checking
14888         for its existence.
14890         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14891         `visible-ok' of `other-buffer' to find the right original buffer.
14893         * info.el (Info-search): Skip `Local Variables' node.
14895 2006-02-17  Juri Linkov  <juri@jurta.org>
14897         * info.el (Info-find-file): Check for symbols `apropos', `history',
14898         `toc' in the input filename, and return these symbols as is.
14899         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14900         `history', `toc' instead of strings.
14901         (Info-set-mode-line): For non-string Info-current-file use the
14902         symbol's name inside **.
14903         (Info-isearch-push-state): Add quote before Info-current-file and
14904         Info-current-node.
14905         (Info-isearch-pop-state): Use `equal' instead of `string='.
14906         (Info-extract-pointer, Info-following-node-name): Use
14907         `match-string-no-properties' instead of `match-string'.
14908         (Info-up): Check `old-file' for `stringp'.
14909         (Info-history): Use `equal' instead of `string-equal'.
14910         Check `file' for `stringp'.
14911         (Info-history): Use symbol `history' instead of string as first arg
14912         of `Info-find-node'.
14913         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14914         `toc' instead of string.
14915         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14916         instead of `buffer-substring', and `match-string-no-properties'
14917         instead of `match-string'.
14918         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14919         instead of strings.
14920         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14921         Use symbol `apropos' instead of string.
14922         (Info-copy-current-node-name): Check `Info-current-file' for
14923         `stringp' and construct a command with `Info-find-node' from it.
14924         (Info-fontify-node): Use `match-string-no-properties' instead of
14925         `match-string' and check file names for `stringp'.
14926         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14927         `history', `toc' instead of strings.
14929 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14931         * files.el: Rearrange functions and variables in the file local
14932         variables section.
14934 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14936         * files.el: Add truncate-lines, ispell-check-comments and
14937         ispell-local-dictionary as safe local variables.
14939 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14941         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14942         out of scope variables.
14943         (gud-speedbar-buttons): Use unless.
14945         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14946         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14947         (gdb-show-changed-values): Also use for out of scope variables.
14948         (gdb-var-update-handler-1): Note if variable goes out of scope.
14950 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14952         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14953         default to global variable values for unsupplied args.
14954         (rcirc-get-buffer-create): Fix bug with setting the target.
14955         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14956         test for rcirc-always-use-server-buffer-flag here.
14957         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14958         uses the default face.  Change the ACTION format string.  If the
14959         "nick" is the server, don't print anything for that field.
14960         Comment fixes.
14961         (rcirc-target-buffer): Don't test
14962         rcirc-always-use-server-buffer-flag here.
14963         (rcirc-print): Squeeze extra spaces out of the text before message.
14964         (rcirc-put-nick-channel): Strip potential "@" char from nick
14965         before adding them to nick table.
14966         (rcirc-url-regexp): Improve to match address like "foo.com".
14968 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14970         * allout.el (allout-hidden-p): Move this defsubst before
14971         allout-overlay-interior-modification-handler, where it is first
14972         used.
14974 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14976         * allout.el: Use allout invisible-text overlays instead of
14977         selective display for concealed text.  Also, lots of general
14978         cleanup, and improved compatibility code.
14980         (allout-version): Incremented, corrected, revised, and refined
14981         module commentary.
14983         (provide 'allout): Moved to the bottom, added a require of overlay.
14985         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14986         `except-current'.
14987         (allout-write-file-hook-handler): Minimize delay.
14988         (count-trailing-whitespace-region): New function so
14989         auto-encryption of current topic can resituate cursor exactly.
14990         PGP/GPG encryption trims trailing whitespace from lines, which
14991         must be accounted for across encryption then decryption.
14993         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14994         just plain "\C-c", to avoid intruding on user's keybinding space.
14996         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14997         parameter, so user request to provide a new password is done.
14999         (allout-outside-normal-auto-fill-function, allout-auto-fill):
15000         Refined mechanism for auto-filling behavior while in allout mode.
15002         (allout-mode): Explicitly specify the mode map in the docstring.
15003         Clarify provision for various write-file hook var names.
15004         Adjusted for invisible-text overlays instead of selective-display.
15006         (allout-depth): Really return 0 if not within any topic.  This
15007         rectifies `allout-beginning-of-level' and sequence numbering
15008         errors that occur when cutting and pasting numbered topics.
15009         Changed from a in-line subst to a regular function, as well.
15011         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15013         (allout-end-of-subtree, allout-end-of-subtree)
15014         (allout-end-of-entry, allout-end-of-current-heading)
15015         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15016         (allout-show-children, allout-show-to-offshoot)
15017         (allout-hide-current-entry, allout-show-current-entry): Rectified
15018         handling of trailing blank lines between items.
15020         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15021         (allout-current-depth, allout-unprotected, allout-hidden-p)
15022         (allout-on-current-heading-p, allout-listify-exposed)
15023         (allout-chart-subtree, allout-goto-prefix)
15024         (allout-back-to-current-heading, allout-get-body-text)
15025         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15026         (allout-hide-region-body, allout-toggle-subtree-encryption)
15027         (allout-encrypt-string, allout-encrypted-key-info)
15028         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15029         (allout-file-vars-section-data): Adjusted for use with
15030         invisible-text overlays instead of selective-display.
15032         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15033         Reworked for use with invisible text overlays.
15035         (allout-current-topic-collapsed-p): New function.
15037         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15038         to know when to close the containing topic.
15040         (allout-pre-command-business, allout-post-command-business):
15041         Simplify undo-batching and dynamic isearch exposure.
15043         (allout-set-overlay-category): New for invisible-text overlays.
15044         Sets properties of allout-overlay-category, used by
15045         allout-flag-region to set invisible-text overlay properties.
15046         (allout-get-invisibility-overlay): Get the first qualifying
15047         invisibility overlay, so we can find the extent of it.
15048         (allout-back-to-visible-text): Get to just before the beginnining
15049         of the current invisibility overlay, if any.
15051         (allout-overlay-insert-in-front-handler)
15052         (allout-overlay-interior-modification-handler)
15053         (allout-before-change-handler, allout-isearch-end-handler): New
15054         functions to handle extraordinary actions affecting concealed
15055         text.
15057         (allout-flag-region): Use overlays instead of selective-display
15058         for invisible text - by inheritence from the properties of
15059         allout-overlay-category in mainline Emacs, and applied
15060         property-by-property in XEmacs, some recent versions of which
15061         don't inherit the properties from the category.  Provisions to
15062         respond to concealed-text edits simplified drastically.
15064         (allout-isearch-rectification, allout-isearch-was-font-lock)
15065         (allout-isearch-expose, allout-enwrap-isearch)
15066         (allout-isearch-abort, allout-pre-was-isearching)
15067         (allout-isearch-prior-pos, allout-isearch-did-quit)
15068         (allout-isearch-dynamic-expose)
15069         (allout-hide-current-entry-completely): Functions deleted.
15071         (allout-undo-aggregation): Explicit undo aggregation no longer
15072         necessary due to transition away from selective-display.
15074         (set-allout-regexp, allout-up-current-level)
15075         (allout-next-visible-heading, allout-forward-current-level)
15076         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15077         (allout-kill-line, allout-yank-processing, allout-show-children)
15078         (allout-expose-topic, allout-old-expose-topic)
15079         (allout-listify-exposed, allout-insert-latex-header)
15080         (allout-toggle-subtree-encryption, allout-encrypt-string)
15081         (remove-from-invisibility-spec, allout-hide-current-subtree):
15082         Ditched unused variables.
15084 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15086         * textmodes/ispell.el (ispell-change-dictionary): Call
15087         ispell-buffer-local-dict instead of
15088         ispell-accept-buffer-local-defs.
15089         (ispell-local-dictionary-alist): Accept as valid any coding-system
15090         supported by Emacs.
15091         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15092         changed to iso-8859-3.
15094 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15096         * speedbar.el (speedbar-frame-width): Make an inline function
15097         instead of a macro.  Use frame-width.
15098         (speedbar-try-completion, speedbar-update-contents)
15099         (speedbar-timer-fn): Use consp.
15100         (speedbar-update-localized-contents): Try to preserve point.
15102         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15103         (menu): Re-order menu items.
15104         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15105         field.
15106         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15107         (gdb-post-prompt): Speed things by not forcing update.
15109 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15111         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15112         press and perform default action if we get a mouse movement event.
15114 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15116         * calendar/icalendar.el (icalendar--get-event-property)
15117         (icalendar--get-event-property-attributes): Fix typos in
15118         docstrings.
15120         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15121         docstring.
15123 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15125         * bs.el (bs-mode): Use `buffer-disable-undo'.
15126         (bs--get-file-name): Simplify.
15127         (bs-show-in-buffer): Mark the buffer as not modified.
15129 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15131         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15132         widget-button-click.
15134         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15135         (custom-mode): Update docstring.
15137         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15138         binding.
15140         * files.el (hack-local-variables-confirm): Allow scrolling if the
15141         file variable list is too long.  Kill temp buffer after use.
15143 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15145         * progmodes/gud.el (gdb): Improve doc string.
15146         (gdb-script-font-lock-keywords): Expand allowed character set.
15148         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15149         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15150         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15151         (gdb-separate-io-stop, gdb-separate-io-eof):
15152         Rename from gdb-inferior-* to gdb-separate-*.
15153         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15155 2006-02-14  Jay Belanger  <belanger@truman.edu>
15157         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15158         expression is a symbol before checking that it is bound.
15160         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15161         test to see if equation can be solved.
15163 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15165         * wid-edit.el (widget-button-click): Use :pressed-face property
15166         for overlay face, if it exists.
15168         * cus-edit.el (custom-manual, custom-add-see-also)
15169         (custom-add-parent-links, custom-group-link): Add :pressed-face
15170         property to links.
15172         * files.el (hack-local-variables): Remove ignored variables before
15173         checking if any variables need setting.
15175 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15177         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15179 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15181         * help.el (where-is): Fix message for remapped commands.
15183         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15184         Fix typos in docstrings.
15186 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15188         * files.el (safe-local-variable-values): New option.
15189         (hack-local-variables-prop-line): Return a list of variable-value
15190         pairs if MODE-ONLY is non-nil.
15191         (hack-local-variables): Construct list of variable-value pairs,
15192         and apply or reject them in one go.  Ask for confirmation if
15193         variables are not known safe.
15194         (hack-local-variables-confirm): Complete rewrite.  Support
15195         `safe-local-variable-values'.
15196         (enable-local-variables): Update docstring to reflect new
15197         behavior.
15198         (ignored-local-variables): Ignore ignored-local-variables and
15199         safe-local-variable-values.
15200         (safe-local-variable-p): New function.
15201         (risky-local-variable-p): `safe-local-variable' property check
15202         moved to safe-local-variable-p.
15203         (hack-one-local-variable): Checks moved to hack-local-variables.
15205         (byte-compile-dynamic, c-basic-offset, c-file-style)
15206         (c-indent-level, comment-column, fill-column, fill-prefix)
15207         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15208         (no-update-autoloads, outline-regexp, page-delimiter)
15209         (paragraph-start, paragraph-separate, sentence-end)
15210         (sentence-end-double-space tab-width, version-control):
15211         Add `safe-local-variable' property.
15213         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15215         * icomplete.el, play/landmark.el: Change nonexistent
15216         `outline-layout' file variable to `allout-layout'.
15218 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15220         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15221         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15222         to gud-comint-buffer.
15223         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15224         gdb-ui.el for gdb-mi.el.
15225         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15226         registers buffer to gdb-get-changed-registers.
15227         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15228         deletion of catchpoints (throw and catch).
15229         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15230         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15231         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15232         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15233         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15235 2006-02-13  Jay Belanger  <belanger@truman.edu>
15237         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15238         expression is a symbol before checking that it is bound.
15240 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15242         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15243         for the minibuffer too, but not if resize-mini-windows will interfere.
15245         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15246         inside `interactive' spec.
15247         (describe-key-briefly-internal, describe-key-internal):
15248         Functions merged back into their callers.
15250 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15252         * info.el (info-xref-visited): Inherit from info-xref too.
15253         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15254         when propertizing Info-current-file and Info-current-node.
15256 2006-02-13  Juri Linkov  <juri@jurta.org>
15258         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15259         (tumme-thumb-name): Fix per-directory format.
15261 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15263         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15265 2006-02-12  Miles Bader  <miles@gnu.org>
15267         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15269 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15271         * tumme.el: Remove history section.  If someone needs the it, it
15272         can always be found in CVS.
15274 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15276         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15277         about the Thumbnail Managing Standard option.
15279 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15281         * subr.el (substitute-key-definition): Doc fix.
15283         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15285         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15287         * info.el (Info-mode): Doc fix.
15289         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15291 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15293         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15294         because on Solaris a POSIX compatible "id" is needed.  Reported by
15295         Magnus Henoch <mange@freemail.hu>.
15297 2006-02-12  Juri Linkov  <juri@jurta.org>
15299         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15300         (tumme) <defgroup>: Change :group to `multimedia'.
15301         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15302         Managing Standard.
15303         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15304         Fix dostring.
15305         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15306         and %y.  Fix docstring.
15307         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15308         (tumme-cmd-create-standard-thumbnail-command): New user options.
15309         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15310         is `standard'.  Fix docstring.
15311         (tumme-thumb-width, tumme-thumb-height): New user options.
15312         (tumme-external-viewer): Try to find various viewers.
15313         (tumme-get-thumbnail-image): Use `create-image' instead of
15314         constructing the `image' structure.
15315         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15316         `standard'.
15317         (tumme-thumb-name): Add file name generation for standard storage.
15318         Simplify code for other storages.
15319         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15320         Add modification time %m and thumbnail-nq8 %q.
15321         Use `tumme-cmd-create-standard-thumbnail-command' if
15322         tumme-thumbnail-storage is `standard'.
15323         (tumme-dired-insert-marked-thumbs): New autoload command.
15324         (tumme-dired-after-readin-hook): New function.
15325         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15326         `tumme-thumb-size'.
15327         (tumme-display-image): Replace size-x %x and size-y %y with
15328         width %w and height %h.
15330         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15331         `tumme-dired-insert-marked-thumbs'.
15333 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15335         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15336         include path).
15337         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15338         matching tag.
15340 2006-02-12  Miles Bader  <miles@gnu.org>
15342         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15343         New variables.
15344         (rcirc-abbrev-nick): New function.
15345         (rcirc-format-response-string): Rewrite to use the formats in
15346         `rcirc-response-formats' and expand escape sequences therein.
15347         A text-property `rcirc-text' is added over the actual response
15348         text to make easy to find inside the returned string.
15349         (rcirc-print): When filling, just look for the `rcirc-text'
15350         text-property to find the appropriate fill prefix, instead of
15351         using hardwired patterns.
15353 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15355         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
15356         Managing Standard.
15358 2006-02-11  Kim F. Storm  <storm@cua.dk>
15360         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15361         Don't use insert-buffer; do insert-buffer-substring directly.
15362         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
15364 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15366         * files.el (revert-buffer, recover-file): Replace buffer-read-only
15367         with inhibit-read-only.  Suggested by Stefan Monnier.
15368         (revert-buffer): Let insert-file-contents discard
15369         buffer-undo-list.  Simplify code.
15370         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15372 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
15374         * menu-bar.el (menu-bar-select-yank): Add a doc string.
15376         * help.el (describe-key-briefly): Now a wrapper for
15377         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
15378         to t.  Populate yank-menu if empty.
15379         (describe-key-briefly-internal): Renamed from describe-key-briefly.
15380         (describe-key): Now a wrapper for describe-key-internal.  Bind
15381         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
15382         (describe-key-internal): Renamed from describe-key.
15384 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
15386         * progmodes/glasses.el (glasses-separator): Doc fix.
15387         (glasses-original-separator): New defcustom.
15388         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15390 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15392         * mwheel.el (mouse-wheel-up-event): Doc fix.
15394 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15396         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15397         (tumme-dir): New function.  Copied from thumbs.el.
15399 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
15401         * desktop.el (desktop-outvar): Fix typo.
15402         (desktop-save-buffer-p): Doc fix.
15404         * subr.el (substitute-key-definition): Fix typo.
15406 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15408         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15409         when window-system is mac.
15411         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15413 2006-02-10  Kim F. Storm  <storm@cua.dk>
15415         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15416         indirect-function instead of using condition-case.
15418 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
15420         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15421         less `colloquial'...
15423 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
15425         * tumme.el: Add a couple of todo items.
15427 2006-02-09  Lars Hansen  <larsh@soem.dk>
15429         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15430         (highlight-changes-mode): Don't change desktop-locals-to-save.
15432 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
15434         * image-mode.el (image-toggle-display): Clear image cache if using
15435         filename.
15437 2006-02-09  Masatake YAMATO  <jet@gyve.org>
15439         * dired-x.el (dired-guess-shell-alist-default): Add .man as
15440         a `dired-man' target.
15442         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15443         boundary of symbols.
15445 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
15447         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15449 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
15451         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15452         `mapcar'; return nil.
15454 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
15456         * mouse.el (mouse-drag-track): Don't change window if we rebind to
15457         some other event.
15459 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
15461         * net/rcirc.el (rcirc-startup-channels-alist):
15462         Add irc.freenode.net and #emacs as defaults.
15463         (rcirc-ignore-all-activity-flag): Remove variable.
15464         (rcirc-authinfo): New variable.
15465         (rcirc-authinfo-filename): Remove variable.
15466         (rcirc-always-use-server-buffer-flag): New flag.
15467         (rcirc): M-x rcirc will automatically connect without prompting.
15468         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
15469         connection in lisp.
15470         (rcirc-process-server-response-1): Remove everything but the nick
15471         portion of the sender so it doesn't need to be done everywhere
15472         else.  Update related code.
15473         (global-map): Remove global keybindings.
15474         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15475         (rcirc-send-input): Split into several functions.
15476         (rcirc-process-input-line, rcirc-process-message)
15477         (rcirc-process-command): New functions.
15478         (rcirc-target-buffer): New function to determine where to route
15479         messages.
15480         (rcirc-user-nick): Save match data.
15481         (rcirc-toggle-ignore-buffer-activity)
15482         (rcirc-update-activity-string): Remove global ignore functionality,
15483         which can be done now by toggling rcirc-track-minor-mode.
15484         (rcirc-track-minor-mode-map): New keymap.
15485         (rcirc-track-minor-mode): New minor-mode.
15486         (ignore): Make the ignore output nicer.  Always print it when
15487         adding or removing nicks.
15488         (rcirc-url-regexp): Improve.
15489         (rcirc-mangle-text): Remove properties before using text in the
15490         modeline.
15491         (rcirc-authenticate): Authentication data comes from
15492         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15493         (rcirc-server-prefix): Inherit from rcirc-server.
15495 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
15497         * Makefile.in (compile): Append "|| true" to the end of the `find'
15498         command, like compile-always does.
15500 2006-02-08  Sam Steingold  <sds@gnu.org>
15502         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15503         output from a dead connection.
15505 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15507         * dired.el (dired-mode-map): Add more bindings for tumme.
15509 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15511         * wdired.el (wdired-mode-map): Use remap.
15512         (wdired-get-filename): Massage.
15513         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15514         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15515         `keymap' property rather than `local-map'.
15517 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15519         * tumme.el (tumme-get-thumbnail-image): New utility function.
15520         Suggested by from Chong Yidong.
15521         (tumme-dired-with-window-configuration): Rename from
15522         `tumme-dired'.  Add code to save window configuration.
15523         (tumme-restore-window-configuration): New command to restore the
15524         window configuration that `tumme-dired-with-window-configuration'
15525         saves before it changes the window configuration.
15526         (tumme-show-all-from-dir): New command to display thumbnails for
15527         all files in a directory entered by the user, like M-x thumbs.
15528         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15529         have been created.
15530         (tumme-display-thumbnail-original-image): Call `display-buffer'.
15531         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15532         Remove obsolete test function.
15534 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
15536         * vc.el (small-temporary-file-directory): Remove defvar; there's
15537         a defcustom for it in files.el.
15539         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15540         Fix typo in message.
15541         (tumme-gallery-generate): Fix typo in `error' message.
15542         (tumme-display-window-height-correction)
15543         (tumme-display-window-width-correction, tumme-line-up-dynamic)
15544         (tumme-line-up-interactive): Dox fixes.
15545         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15546         (tumme-restore-window-configuration, tumme-format-properties-string)
15547         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15548         Fix typos in docstrings.
15550 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15552         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15554 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
15556         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15557         User should use hook if desired.
15559         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15560         buffer if necessary.
15561         (gdb-delete-frame-or-window): New function.
15562         (gdb-breakpoints-mode-map): Bind "q" to it.
15564 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15566         * textmodes/nroff-mode.el: Clean up name space.
15567         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15568         (nroff-mode): Obey the global setting of nroff-electric-mode.
15569         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15571         * calendar/calendar.el (calendar-increment-month): Typo in last change.
15573 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
15575         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15577 2006-02-06  Lars Hansen  <larsh@soem.dk>
15579         * generic-x.el (etc-fstab-generic-mode): Add file system types
15580         cifs and usbdevfs.  Allow special chars in file names.
15582 2006-02-05  Jay Belanger  <belanger@truman.edu>
15584         Update copyright notices of the files in lisp/calc.
15586 2006-02-05  Romain Francoise  <romain@orebokech.com>
15588         Update copyright notices of all files in the lisp/play directory.
15590 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
15592         * ldefs-boot.el: Regenerate.
15594         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15596 2006-02-05  Kim F. Storm  <storm@cua.dk>
15598         * files.el (magic-mode-regexp-match-limit): New defvar.
15599         (set-auto-mode): Use it to limit magic-mode-alist matching.
15601 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
15603         * info.el (Info-index, Info-mode): Improve the description of the
15604         `i' command.
15606         * ldefs-boot.el: Regenerate.
15608 2006-02-03  Werner Lemberg  <wl@gnu.org>
15610         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15611         greedy to find the closing bracket in \*[...] and similar
15612         expressions.  This is a first rough fix -- many additional
15613         refinements are necessary to make nroff mode really usable with groff.
15615 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15617         * international/mule-cmds.el (set-locale-environment):
15618         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15619         libX11.
15621 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15623         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15624         archive are created in archive-tmpdir.
15626 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15628         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15629         (ibuffer-fontification-alist): Use it.
15630         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15631         to "* z" and the Ibuffer Mark menu.
15633         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15635 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15637         * textmodes/table.el (*table--cell-describe-mode)
15638         (*table--cell-describe-bindings): Undo last change since
15639         print-help-return-message is not obsoleted by anything at all.
15641 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15643         * emulation/cua-base.el (cua-mode): Doc fix.
15645 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15647         * dframe.el (dframe-handle-make-frame-visible)
15648         (dframe-handle-iconify-frame, dframe-get-focus)
15649         (dframe-select-attached-frame, dframe-power-click)
15650         (dframe-frame-mode): Fix typos in docstrings.
15652         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15653         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15654         Fix typos in docstrings.
15656         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15657         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15658         (hi-lock-archaic-interface-message-used)
15659         (hi-lock-file-patterns-range): Fix typos in docstrings.
15661         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15662         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15664         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15665         Fix typo in docstring.
15667         * net/newsticker.el (newsticker--decode-iso8601-date)
15668         (newsticker--set-customvar, newsticker--buffer-insert-item)
15669         (newsticker--do-run-auto-mark-filter)
15670         (newsticker--parse-generic-feed): Doc fixes.
15671         (newsticker--retrieval-timer-list, newsticker-url-list)
15672         (newsticker-hide-immortal-items-in-echo-area)
15673         (newsticker-hide-obsolete-items-in-echo-area)
15674         (newsticker-new-item-face, newsticker--enclosure)
15675         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15676         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15677         (newsticker--parse-generic-feed, newsticker--cache-contains)
15678         (newsticker--stat-num-items, newsticker-download-enclosures):
15679         Fix typos in docstrings.
15681         * net/rcirc.el (rcirc-debug): Doc fix.
15682         (rcirc-fill-column, rcirc-receive-message-hooks)
15683         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15684         (rcirc-mode, rcirc-generate-new-buffer-name)
15685         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15686         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15687         Fix typos in docstrings.
15688         (rcirc-print): "?\ " -> "?\s".
15689         (rcirc-cmd-join): Improve argument/docstring consistency.
15691 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15693         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15694         before narrow-to-region.
15696 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15698         * simple.el (move-beginning-of-line): Scan properly for invis change.
15700         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15702 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15704         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15705         change bit only when id-format is 'integer.  Reported by Matt
15706         Hodges <M.P.Hodges@rl.ac.uk>.
15708 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15710         * hilit-chg.el (highlight-changes-initial-state)
15711         (highlight-changes-global-initial-state): Doc fixes.
15712         (highlight-changes-global-modes, global-highlight-changes):
15713         Fix typos in docstrings.
15715 2006-02-01  Kim F. Storm  <storm@cua.dk>
15717         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15718         transient-mark-mode in doc string.
15720 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15722         * replace.el (multi-occur): Doc fix.
15723         (multi-occur-in-matching-buffers): Rename from
15724         multi-occur-by-filename-regexp.  Prefix arg says match
15725         buffer names instead of file names.
15727 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15729         * bs.el: Allow non-default values of `bs-header-lines-length'.
15730         (bs--running-in-xemacs): Remove (not needed anymore).
15731         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15732         instead of `shrink-window', thus avoiding having to compute the
15733         height of the window.
15734         (bs--up): Wrap around even when there's no header.
15735         (bs--down): Use `forward-line' instead of `next-line'.
15737 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15739         * image-mode.el (image-toggle-display): Use file name if possible,
15740         instead of unnecessarily allocating a (possibly huge) lisp string.
15742 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15744         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15745         because the `assert' macro signals it at runtime.
15747         * emacs-lisp/cl.el (toplevel): Remove definition of
15748         `cl-assertion-failed' condition.
15750 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15752         * thumbs.el (thumbs-marked-list): Make buffer-local and
15753         permanent-local.
15754         (thumbs-insert-thumb): Make help-echo non-sticky.
15755         (thumbs-file-alist): Use eolp as check for (non)-image.
15757 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15759         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15760         (ediff-before-session-group-setup-hooks)
15761         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15762         Fix typos in docstrings.
15764         * window.el (bw-dir, bw-eqdir, balance-windows)
15765         (split-window-keep-point): Fix typos in docstrings.
15767         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15768         (org-quote-string, org-calendar-to-agenda-key)
15769         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15770         (org-show-following-heading, org-tags-column)
15771         (org-use-tag-inheritance, org, org-allow-space-in-links)
15772         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15773         (org-enable-table-editor, org-calc-default-modes)
15774         (org-table-allow-automatic-line-recalculation)
15775         (org-export-html-style, org-export-with-fixed-width)
15776         (org-export-with-sub-superscripts, org-special-keyword)
15777         (org-formula, org-time-grid, org-table-may-need-update)
15778         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15779         (org-goto-quit, org-get-indentation, org-end-of-item)
15780         (org-move-item-down, org-move-item-up)
15781         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15782         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15783         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15784         (org-agenda-log-mode, org-agenda-toggle-diary)
15785         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15786         (org-agenda-file-to-end, org-agenda-no-heading-message)
15787         (org-agenda-get-closed, org-format-agenda-item)
15788         (org-cmp-priority, org-cmp-category, org-cmp-time)
15789         (org-agenda-change-all-lines, org-agenda-diary-entry)
15790         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15791         (org-link-search, org-camel-to-words, org-open-file)
15792         (org-remember-handler, org-table-convert-region)
15793         (org-table-move-row-down, org-table-move-row-up)
15794         (org-table-copy-region, org-table-wrap-region)
15795         (org-table-toggle-vline-visibility)
15796         (org-table-get-vertical-vector, org-table-modify-formulas)
15797         (org-table-get-specials, org-recalc-commands)
15798         (org-table-rotate-recalc-marks, org-table-eval-formula)
15799         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15800         (org-level-color-stars-only, org-insert-heading):
15801         Fix typos in docstrings.
15802         (last-arg): Add defvar.
15804         * makefile.w32-in (WINS): Add erc.
15805         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15807 2006-01-29  Bill Wohler  <wohler@newt.com>
15809         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15810         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15811         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15812         (mh-autoloads): Don't use comments on otherwise empty lines.
15814 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15816         * emulation/viper.el (viper-major-mode-modifier-list):
15817         Add insert-state and vi-state entries for erc-mode.
15818         (viper-go-away, viper-set-hooks): Add and remove
15819         viper-comint-mode-hook from erc-mode-hook as appropriate.
15821         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15823 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15825         * bs.el (bs--format-aux): Implement `middle' alignment as
15826         described in the docstring for `bs-attributes-list'.
15827         (bs--get-name): Simplify.  Don't pad the buffer name.
15829 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15831         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15832         English aspell dictionary is installed, use the first entry of
15833         ispell-dictionary-alist-1.
15835 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15837         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15838         Doc fix.
15840 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15842         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15843         for `process-file', in order to let it work for older Emacsen too.
15845 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15847         * international/latexenc.el: Add a suitable `coding:' tag.
15848         (latexenc-find-file-coding-system): Undo last change.
15850 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15852         * international/latexenc.el (latexenc-find-file-coding-system):
15853         Make sure latexenc-main-file is a regular file and is readable.
15855 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15857         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15858         Pass FILE to vc-user-login-name.
15860         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15862 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15864         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15865         there are no more images to display.
15866         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15867         the next image.
15869 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15871         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15873         * wid-edit.el (advertised-widget-backward): New alias.
15874         (widget-keymap): Use advertised-widget-backward for S-TAB.
15876         * tumme.el: Correct the keywords.
15877         (tumme-dir-max-size): Use defvar.
15878         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15880         * simple.el (move-beginning-of-line): Take account of fields.
15881         (clone-indirect-buffer-other-window): Take args like
15882         clone-indirect-buffer, and work like it.
15884         * help-fns.el (describe-function): Don't pass `nil' as default.
15886         * files.el (risky-local-variable-p): Follow var aliases.
15888         * subr.el (lazy-completion-table): Doc fix.
15890         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15891         global binding of `line'.
15893 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15895         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15896         Tramp.
15898         * vc.el (vc-default-dired-state-info): Pass FILE to
15899         vc-user-login-name.
15900         (vc-default-update-changelog): Don't use vc-user-login-name, we
15901         don't need it here.
15903         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15904         no longer necessary.
15906 2006-01-25  Kenichi Handa  <handa@m17n.org>
15908         * international/mule.el (decode-char): Avoid the overhead of
15909         calling utf-lookup-subst-table-for-decode if
15910         utf-translate-cjk-mode is nil.
15911         (encode-char): Avoid the overhead of calling
15912         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15913         nil.
15915 2006-01-22  Kenichi Handa  <handa@m17n.org>
15917         * international/mule.el (make-subsidiary-coding-system): Reset
15918         `coding-system-define-form' property of subsidiaries to nil.
15919         Avoid duplicated entry in coding-system-alist.
15920         (make-coding-system): Avoid duplicated entry in
15921         coding-system-alist.
15922         (define-coding-system-alias): Likewise.
15924 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15926         * completion.el: Minor fixes in introductory comment.
15927         (completion-def-wrapper): Fix alist.
15929 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15931         * thumbs.el (thumbs-new-image-size): New function.
15932         (thumbs-increment-image-size-element)
15933         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15934         (thumbs-decrement-image-size): Delete.
15935         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15936         temp files and use to resize.
15937         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15938         Use increment argument to enlarge/shrink.  Preserve point.
15939         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15940         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15941         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15942         (thumbs-mark, thumbs-unmark): Preserve point.
15943         (thumbs-modify-image): Keep old temp files and use to modify.
15944         Cleanup old temp files at load time.  Preserve point.
15945         (thumbs-view-image-mode-map): Use new command names.
15947 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15949         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15951         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15952         the nastiest part of the cyclic dependency.
15953         (cal-menu-update): Use dotimes and calendar-increment-month.
15955         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15956         (calendar-week-start-day): Add an :initializer.
15957         (calendar-mode-map): Use suppress-keymap, and command remapping.
15958         (describe-calendar-mode): Setup xref-stack info for the back button.
15959         (calendar-star-date): Insert before delete.
15960         (calendar-set-mode-line): Add file-modified info if applicable.
15961         (calendar-increment-month): New function.
15963 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15965         * font-lock.el (lisp-font-lock-keywords-2):
15966         Recognize "& keywords" only at word boundaries.
15968 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15970         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15971         and permanent-local.
15972         (thumbs-max-image-number): New variable.
15973         (thumbs-do-thumbs-insertion): Use them.
15974         (thumbs-per-line): Change default to 4.
15975         (thumbs-marked-list): Rename from thumbs-markedL.
15976         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15977         (thumbs-rename-images): Use -list instead of L for internal variables.
15978         (thumbs-call-convert): Use call-process instead of shell-command.
15979         (thumbs-insert-thumb): Add filename as help-echo to each image.
15980         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15981         Give dir to thumbs-show-thumbs-list.
15982         (thumbs-show-thumbs-list): Set default-directory to that of images.
15983         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15984         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15985         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15986         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15988 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15990         * ses.el (ses-read-cell): Provide a default value.
15992 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15994         * term/w32-win.el (image-library-alist): Add additional names for
15995         GIF library.
15997 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15999         * international/latexenc.el (latexenc-find-file-coding-system):
16000         Add file-regular-p check.
16002 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16004         * simple.el (clone-buffer): Don't show the new buffer in the same
16005         window.
16007 2006-01-23  Juri Linkov  <juri@jurta.org>
16009         * faces.el (link, link-visited): New faces based on default values
16010         of `info-xref' and `info-xref-visited'.
16012         * info.el (info-xref): Inherit from `link'.
16013         (info-xref-visited): Inherit from `link-visited'.
16015         * cus-edit.el (custom-buffer-create-internal): Use widget type
16016         `custom-manual' instead of `info-link' and don't set properties
16017         `button-face' and `mouse-face' explicitly.
16018         (custom-browse-group-tag, custom-browse-variable-tag)
16019         (custom-browse-face-tag): Inherit from widget class
16020         `custom-group-link' instead of `push-button'.
16021         (custom-button-unraised): Inherit from `underline' face.
16022         (custom-link): Inherit from `link' face.  Fix doc and group.
16023         (custom-add-parent-links, custom-group-value-create): Don't set
16024         properties `button-face' and `mouse-face' explicitly for
16025         `custom-group-link' widget.
16026         (custom-group-link): Add properties `button-face' and `mouse-face'
16027         to widget definition.
16028         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16029         editable-field's :keymap property.
16030         (custom-mode): Fix docstring: substitute keybindings for
16031         `widget-forward' and `widget-backward' from `widget-keymap',
16032         `widget-complete' from `custom-field-keymap', replace old
16033         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16035         * desktop.el (desktop-load-file): Check for `fboundp' before
16036         calling `symbol-function'.
16038         * simple.el (clone-buffer, clone-indirect-buffer)
16039         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16040         `read-string'.  Fix prompts.
16042         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16044 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16046         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16048 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16050         * startup.el (inhibit-splash-screen, initial-scratch-message):
16051         Doc fixes.
16053 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16055         Sync with Tramp 2.0.52.
16057         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16058         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16059         `tramp-unload-tramp' for checklist.
16061         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16062         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16063         (tramp-unload-file-name-handler-alist)
16064         (tramp-unload-tramp): New defuns.
16065         (tramp-advice-PC-expand-many-files): New defadvice.
16066         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16067         removed.
16068         (tramp-handle-expand-file-name): Remove double slash.
16069         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16070         It doesn't matter, because it will be converted later on.
16071         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16072         implementation was just heuristic.
16073         (tramp-post-connection): Set uid and gid properties.
16074         (tramp-convert-file-attributes): Set file's gid change bit.
16075         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16076         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16077         in case of su(do)? methods.  The home directory of the local user
16078         will be taken else.
16079         (tramp-open-connection-telnet)
16080         (tramp-open-connection-rsh, tramp-open-connection-su)
16081         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16082         local shell prompt could hurt.  Reported by Romain Francoise
16083         <romain@orebokech.com>.
16084         (tramp-let-maybe): Add `edebug-form-spec' property.
16085         (tramp-handle-expand-file-name): Bind `default-directory' locally
16086         to "/" in order to avoid problems with UNC shares or Cygwin
16087         mounts.
16088         (tramp-md5-function): Fix typo in error message.
16090         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16092         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16093         for byte-compiler pacification.
16095 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16097         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16098         ID-FORMAT `string'.  This allows us to get rid of
16099         `vc-user-login-name UID'.
16101         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16103 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16105         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16107 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16109         * emacs-lisp/find-func.el (find-definition-noselect)
16110         (find-variable-noselect): Search variables in C source code too.
16111         (find-function-C-source, find-function-noselect, find-function)
16112         (find-function-other-frame, find-variable-noselect, find-variable)
16113         (find-variable-other-frame, find-variable-at-point):
16114         Fix docstrings.
16116 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16118         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16120 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16122         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16123         Default to disabling the "Save affix" question.
16125 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16127         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16128         the first arg to run-python.
16130 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16132         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16133         is not loaded.
16135 2006-01-20  Jay Belanger  <belanger@truman.edu>
16137         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16138         limit is 0.
16140         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16141         the correct variable.
16143 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16145         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16146         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16147         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16148         (org-prefix-has-tag): New variable.
16149         (org-format-agenda-item): Remove tags from headline if
16150         appropriate.
16151         (org-agenda-remove-tags-when-in-prefix): New option.
16152         (org-get-tags-at): New function.
16154 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16156         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16157         (thumbs-find-image): Move image name and number from buffer name
16158         to mode name.  Set thumbs-buffer.  Preserve point so that large
16159         images remain visible.
16160         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16161         order.
16162         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16163         mode name.
16164         (thumbs-next-image, thumbs-previous-image): Make them work.
16166 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16168         * cus-edit.el (custom-buffer-create-internal): State in the text above
16169         the whole buffer buttons that they do not operate on hidden items.
16170         (custom-face-menu): Use `custom-face-save' instead of
16171         `custom-face-save-command'.
16172         (custom-face-save-command): Make it an alias for `custom-face-save'
16173         and declare it obsolete.
16174         (custom-face-save): Doc fix.
16176         * dired.el (dired-no-confirm): Add quote.
16177         (dired-subdir-alist-pre-R): Add quote in
16178         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16180 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16182         * textmodes/table.el (table-mode-indicator): Typo in last change.
16184 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16186         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16187         Fixes bug reported in Nov 2005.
16189         * isearch.el (isearch-forward): Doc fix.
16191         * dired.el (dired-move-to-filename-regexp): Define as alias.
16192         (dired-no-confirm): Use defcustom.
16193         (dired-subdir-alist-pre-R): Put defvar at top level.
16195         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16197         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16198         Mark as risky.
16200         * simple.el (set-mark-command): Doc fix.
16201         (clone-indirect-buffer-other-window):
16202         Read arg like clone-indirect-buffer.
16203         (move-beginning-of-line): Skip invisible newlines.
16205 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16207         * progmodes/cpp.el (cpp-edit-load): Make the order of
16208         listed conditions in a base C code buffer and its associate
16209         CPP Edit buffer the same.
16211 2006-01-19  Kenichi Handa  <handa@m17n.org>
16213         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16214         (rmail-mime-feature): Likewise.
16215         (rmail-require-mime-maybe): Use display-warning to show a warning
16216         message.
16218         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16219         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16221 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16223         * array.el: Move defvars out of eval-when-compile.
16224         (array-make-template): Replace undeclared global var with a local one.
16225         (array-mode): Inline initialization functions.
16226         (array-init-local-variables, array-init-max-row)
16227         (array-init-max-column, array-init-columns-per-line)
16228         (array-init-field-width, array-init-rows-numbered)
16229         (array-init-line-length, array-init-lines-per-row): Remove.
16231         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16232         (doc-mode-map): Define explicitly.
16233         (doctor-txtype): Use mapc.
16235         * textmodes/table.el: Move defvars out of eval-when-compile.
16236         Remove harmful code meant to avoid byte-compiler warnings.
16237         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16238         specification that checks table-fixed-width-mode directly.
16239         (table-recognize-region, table-recognize-cell):
16240         Use restore-buffer-modified-p.
16241         (table-fixed-width-mode): Remove code that refreshes
16242         table-fixed-mode-indicator.
16243         (*table--cell-describe-bindings, *table--cell-describe-mode):
16244         Avoid obsolete name print-help-return-message.
16245         (table--test-cell-list): Don't use replace-regexp from elisp.
16246         (table--point-entered-cell-function, table--point-left-cell-function):
16247         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16249         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16250         that was after the end of file.  Use buffer-file-name variable.
16251         (org-timestamp-change): Use with-current-buffer.
16252         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16253         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16254         `file'.
16256         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16257         (fortran-break-line): Remove unused var `opoint'.
16258         (fortran-abbrev-start): Obey help-event-list.
16260 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16262         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16264 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16266         * progmodes/make-mode.el (makefile-imake-mode): New mode
16267         derived from makefile-mode.
16268         (makefile-imake-mode-syntax-table): New syntax table
16269         derived from makefile-mode-syntax-table.
16270         (makefile-mode): Write about makefile-imake-mode in doc string.
16271         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16272         (makefile-imake-font-lock-keywords): New font lock keywords.
16274         * files.el (auto-mode-alist): Add Imakefile.
16276 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16278         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16279         loading the file rather than when turning on flyspell-mode.
16281 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16283         * cus-edit.el (customize-rogue): Minor doc fix.
16285 2006-01-17  Juri Linkov  <juri@jurta.org>
16287         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16288         instead of the file at the mark as default if the file at the mark
16289         is the same as the file at point or if dired-dwim-target-directory
16290         is not the same as the current directory and the mark is not active.
16292         * log-view.el (log-view-minor-wrap): Use the same logic to get
16293         revisions as `log-view-diff'.
16295         * info.el (Info-revert-find-node): Check for Info-current-file
16296         before preserving new-history.
16298         * man.el (Man-heading-regexp): Add `/'.
16300         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16301         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16303 2006-01-16  Juri Linkov  <juri@jurta.org>
16305         * faces.el (mode-line-faces): New defgroup.
16306         (mode-line-highlight): Move definition after new defgroup.
16307         (mode-line, mode-line-inactive, mode-line-highlight):
16308         Replace :group `modeline' with `mode-line-faces'.
16309         (mode-line-buffer-id): New face.
16310         (modeline-buffer-id): New face alias.
16311         (vertical-border): Remove :group `modeline'.
16313         * bindings.el (propertized-buffer-identification): Use face
16314         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16315         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16316         (mode-line-buffer-identification-keymap): For mouse-1 replace
16317         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16318         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16319         mouse-3.
16321         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16322         Buffer-menu-buffer.  Doc fix.
16323         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16324         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16325         `Buffer-menu-buffer'.
16327         * info.el (Info-mode-line-node-keymap): New defvar.
16328         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16329         Propertize Info-current-node with `mode-line-buffer-id' and
16330         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16332         * time.el (display-time-mail-face): Replace :group `faces' with
16333         `mode-line-faces'.
16335 2006-01-16  Kenichi Handa  <handa@m17n.org>
16337         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16339         * language/european.el (cp1252): New alias for windows-1252.
16341         * international/mule.el (autoload-coding-system): Prepare for EOL
16342         variants.
16344 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
16346         * term.el (term-raw-map): Add mapping for insert.
16347         (term-send-insert): New.
16348         (term-mode): Make variables local here instead of doing it in
16349         `term-emulate-terminal'.
16350         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16351         Scroll reverse needs to take into account the scroll region.
16352         Saving and restoring the cursor should save the color attributes too.
16353         (term-reset-terminal): Reset the scroll region.
16354         (term-handle-ansi-escape): Cursor up and down should take into
16355         account the scroll region.
16356         (term-set-scroll-region): Rename from `term-scroll-region'.
16357         Move to 0,0 after setting the region.
16358         (term-handle-scroll): Handle scroll up.
16359         (term-down): Fix off by one error.
16360         (term-delete-lines): Do not delete outside the scroll region.
16361         (term-insert-lines): Take into account the scroll region.
16363 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16365         * textmodes/ispell.el (ispell-internal-change-dictionary)
16366         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16367         (start, end): Move declaration outside of eval-when-compile.
16369         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16370         (flyspell-mode-on): Use it.
16372         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16373         ispell-kill-ispell-hook.
16375 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
16377         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16378         (Custom-reset-saved): Do not ask for confirmation in single option
16379         buffers.
16381 2006-01-13  Richard M. Stallman  <rms@gnu.org>
16383         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16385 2006-01-13  Romain Francoise  <romain@orebokech.com>
16387         * add-log.el (add-change-log-entry, change-log-merge):
16388         Conditionally use `hard-newline'.
16390 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
16392         * wid-edit.el (widget-field-end): If the overlay is no longer
16393         associated with a buffer, behave as if the overlay didn't exist.
16395         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16396         Make sure the links use the `custom-link' face.
16398 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16400         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16401         (ld-script-mode): Don't set indent-line-function since we don't
16402         have one.
16404 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
16406         * textmodes/org.el (org-open-file): Use mailcap for selecting an
16407         application.
16408         (org-file-apps-defaults-gnu): Use mailcap as the default for
16409         selecting an application on a UNIX system.
16410         (org-agenda-show-tags): New command.
16411         (org-table-insert-hline): Keep cursor in current table line.
16412         (org-table-convert): Offset effect of modifying
16413         `org-table-insert-hline'.
16414         (org-format-agenda-item): New optional argument TAG.
16415         (org-compile-prefix-format): Handle %T format for the tag.
16416         (org-expand-wide-chars): New function.
16417         (org-table-insert-row, org-table-insert-hline):
16418         Use `org-expand-wide-chars'.
16419         (org-open-file): Fix bug in program launch.
16420         (org-get-time-of-day): Fix bug with times before 1am.
16421         (org-agenda-menu): Add tags commands.
16423 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
16425         * textmodes/ispell.el (ispell-init-process): Include the used
16426         dictionary in ispell process start message.
16427         (ispell-internal-change-dictionary): When flyspell-mode is active
16428         and dictionary is changed, make sure ispell process is restarted
16429         and flyspell word cache cleared out for the current buffer.
16430         (ispell-change-dictionary): Make sure flyspell word cache is
16431         cleared out in all buffers with active flyspell mode when
16432         dictionary is globally changed.
16433         Call ispell-internal-change-dictionary after dictionary change.
16435 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
16437         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16439         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16440         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16441         years.  Fix small differences wrt Makefile.in.
16442         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16443         Makefile.in does.
16445 2006-01-12  Bill Wohler  <wohler@newt.com>
16447         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16448         mh-search.el.
16450 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16452         * progmodes/ld-script.el: Update copyright year.
16454 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
16456         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16457         Don't add widget if setting undefined.
16459 2006-01-12  John Paul Wallington  <jpw@pobox.com>
16461         * help-fns.el (describe-variable): Remove newlines from void
16462         variable output.
16464 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
16466         * wdired.el (wdired-mode-map): Add help echo for
16467         wdired-abort-changes.
16469         * man.el (Man-file-name-regexp): Adjust for a list of files.
16471 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16473         * progmodes/ld-script.el (auto-mode-alist): Support
16474         suffix conventions used in netbsd and eCos.
16476 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
16478         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16479         (custom-variable-menu, custom-face-menu, custom-group-menu)
16480         (Custom-mode-menu): Change names of menu items.  (As discussed on
16481         emacs-devel.)
16482         (custom-face-menu): Add "Undo Edits" item.
16484         * startup.el (init-file-user): defcustom -> defvar.
16486         * tooltip.el (tooltip-mode): Doc fix.
16488 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16490         * reveal.el (reveal-post-command): window-buffer signals an error on
16491         dead windows rather than returning nil.
16492         (reveal-open-new-overlays): An overlay might die while we open others.
16494 2006-01-11  Bill Wohler  <wohler@newt.com>
16496         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16497         phrasing in docstring.
16499         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16500         can give some systems gas.  Add new file mh-buffers.el.
16502 2006-01-06  Masatake YAMATO  <jet@gyve.org>
16504         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16505         C preprocessor forward ported from GNU Emacs 21.2.
16507         * progmodes/asm-mode.el (asm-font-lock-keywords):
16508         Use `cpp-font-lock-keywords'.
16510         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16512         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16513         of $ for "\\.ld[s]?".
16515 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16517         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16518         (tcl-indent-line): Return `noindent' if inside a string.
16520         * progmodes/flymake.el (flymake-split-string): Remove more than one
16521         empty string at beg/end of the result.
16522         (flymake-find-buildfile, flymake-find-possible-master-files):
16523         Use expand-file-name.
16524         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16525         since expand-file-name does it for us.  Use directory-file-name.
16526         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16527         (flymake-ler-get-type, flymake-ler-get-text)
16528         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
16529         (flymake-current-line-no): Remove spurious interactive spec.
16530         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16531         (flymake-check-include): Remove arg inc-path merged into inc-name.
16532         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16533         Arg regexp-list replaced by a simple regexp.
16534         (flymake-master-make-header-init, flymake-master-tex-init):
16535         Correspondingly replace regexp-list with a regexp.  Fix regexp.
16537 2006-01-10  Simon Josefsson  <jas@extundo.com>
16539         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16540         describing AUTH PLAIN fix.
16542 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
16544         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16545         (report-emacs-bug): Don't record initial prompt text.
16546         Instead, add text properties to prompting text.
16547         (report-emacs-bug-hook): Delete prompting text.
16549 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16551         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16552         `dirs'.  Adjust callers.
16554 2006-01-09  John Paul Wallington  <jpw@gnu.org>
16556         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16558 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16560         * reveal.el (reveal-open-new-overlays): New extracted fun.
16561         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
16562         using them.  Simplify the code.
16563         (reveal-post-command): Use them.  Fix up obsolete windows in
16564         reveal-open-spots.
16566         * progmodes/flymake.el: Use `require' rather than autoload for
16567         XEmacs's overlays.
16568         (flymake-get-common-file-prefix, flymake-build-relative-filename):
16569         Delete.  Use file-relative-name instead.
16570         (flymake-get-syntax-check-program-args, flymake-perl-init):
16571         Simplify the resulting code.
16573         * log-view.el (log-view-file-re, log-view-message-re): Add support
16574         for DaRCS output.
16576 2006-01-09  Alex Schroeder  <alex@gnu.org>
16578         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16579         identifiers sometimes added in square brackets at the beginning of
16580         subject lines.
16582 2006-01-07  Richard M. Stallman  <rms@gnu.org>
16584         * cus-edit.el (Custom-set, Custom-save): Doc fix.
16585         (Custom-reset-current, Custom-reset-saved): Change question text.
16586         (Custom-reset-standard): Likewise.
16587         (custom-variable-reset-saved): Doc fix.
16589 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
16591         * startup.el (init-file-user): Doc fix.
16593 2006-01-07  Alex Schroeder  <alex@gnu.org>
16595         * mail/rmail.el (rmail-current-subject): New function.
16596         (rmail-current-subject-regexp): New function.
16597         (rmail-next-same-subject): Use it.
16599         * mail/rmailsum.el (rmail-summary-by-topic):
16600         Use rmail-current-subject and rmail-current-subject-regexp.
16601         (rmail-summary-next-same-subject): Ditto.
16603         * net/rcirc.el (rcirc-send-input): No longer check whether the
16604         process is open, since not all commands need an open process.
16605         (rcirc-send-string): Check whether the process is open before
16606         sending anything.
16607         (rcirc-ignore-list): New option.
16608         (rcirc-ignore-list-automatic): New variable.
16609         (rcirc-print): Take rcirc-ignore-list into account.
16610         (rcirc-cmd-ignore): New command.
16611         (rcirc-ignore-update-automatic): New function.
16612         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16613         list if ignored nicks.
16614         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16616 2006-01-06  David Reitter  <david.reitter@gmail.com>
16618         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16619         reflect the address to which the report will be sent.
16621 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16623         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16624         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16626 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16628         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16630         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16631         the doc string: "functoin" => "function".
16632         * ldefs-boot.el: Likewise.
16634         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16635         message text: "Duplicat" => "Duplicate".
16637 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16639         * files.el (basic-save-buffer-2): If backing-up failed, reset
16640         buffer-backed-up to nil.
16642 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16644         * progmodes/gud.el (gdb-script-skip-to-head)
16645         (gdb-script-calculate-indentation): Indent for breakpoint command
16646         lists also.
16648 2006-01-05  Bill Wohler  <wohler@newt.com>
16650         * Makefile.in (compile-always): Add mh-autoloads dependency.
16651         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16652         provides it.
16653         (updates): Remove mh-autoloads dependency, since it probably has
16654         already run recently (via recompile).
16656 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16658         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16659         argument `force' to disable the flyspell-last-buffer optimization.
16660         (flyspell-mode-on): Use it.
16662         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16663         flymake-simple-cleanup.
16664         (flymake-allowed-file-name-masks): Use this new default.
16665         All the functions are now called in the right buffer rather than
16666         passing the buffer as argument.
16667         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16668         (flymake-parse-err-lines): Remove redundant buffer arg.
16669         (flymake-get-program-dir): Comment out unused function.
16670         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16671         Remove redundant buffer argument.
16672         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16673         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16675 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16677         * info.el (Info-find-node): Don't record previous node if have none.
16678         (info): Go to directory only if history is empty.
16680         * simple.el (mark): Doc fix.
16682 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16684         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16685         already of desired type.
16686         (mac-ae-list): Coerce parameter to "list" type.
16687         (mac-dispatch-apple-event): Replace cadr part of event with a
16688         dummy position so that event-start returns it.
16690 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16692         * textmodes/org.el (org-end-of-subtree): New function.
16693         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16694         Use `org-end-of-subtree'.
16695         (org-agenda, org-agenda-convert-date): Protect calls to
16696         `fit-window-to-buffer'.
16697         (org-tags-view): Force matching of sublevels when doing a
16698         todo-only search.  Define the correct redo command, including the
16699         arguments.
16700         (org-agenda-redo): Display message.
16701         (org-check-for-org-mode): New function.
16702         (org-agenda-type): New variable.
16703         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16704         Set `org-agenda-type'.
16705         (org-agenda-check-type): New function.
16706         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16707         (org-agenda-week-view, org-agenda-day-view)
16708         (org-agenda-next-date-line, org-agenda-previous-date-line)
16709         (org-agenda-log-mode, org-agenda-toggle-diary)
16710         (org-agenda-toggle-time-grid, org-agenda-date-later)
16711         (org-agenda-date-prompt, org-agenda-diary-entry)
16712         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16713         (org-agenda-convert-date, org-agenda-menu):
16714         Use `org-agenda-check-type'.
16715         (org-make-overlay, org-delete-overlay)
16716         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16717         New compatibility functions.
16718         (org-calendar-select-mouse): New command.
16720 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16722         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16723         (Custom-reset-standard): Fix y-or-n-p messages.
16724         (custom-link): New face for links.
16725         (custom-buffer-create-internal, custom-manual): Use it.
16726         (custom-face-save): Push to theme-face before setting face spec.
16728         * wid-edit.el (widget-default-mouse-face-get): New function.
16729         (widget-specify-button): Handle mouse-face like button-face.
16731         * custom.el (load-theme): Clear old theme settings if reloading.
16733 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16735         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16736         "Erase Customization" button back to same position it occupies in
16737         the individual State menus.
16739 2006-01-04  Kim F. Storm  <storm@cua.dk>
16741         * wid-edit.el (key-sequence): Rework widget to read key binding
16742         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16743         (widget-key-sequence-default-value): Default value for empty sequence.
16744         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16745         (widget-key-sequence-read-event): New command for C-q.
16746         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16747         (widget-key-sequence-value-to-external): New functions.
16749 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16751         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16752         Use expand-file-name.
16753         (flymake-delete-temp-directory): Use expand-file-name,
16754         file-name-directory, and directory-file-name.
16755         (flymake-strrchr): Delete.
16756         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16757         to the init-f function.
16758         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16759         (flymake-init-find-buildfile-dir)
16760         (flymake-init-create-temp-source-and-master-buffer-copy)
16761         (flymake-simple-make-init-impl, flymake-simple-make-init)
16762         (flymake-master-make-init, flymake-master-make-header-init)
16763         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16764         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16765         (flymake-xml-init): Remove corresponding redundant buffer argument.
16766         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16767         the default anyway.  Clean up regexps.
16769         * progmodes/flymake.el (flymake-temp-source-file-name)
16770         (flymake-master-file-name, flymake-temp-master-file-name)
16771         (flymake-base-dir): New buffer-local vars.
16772         (flymake-buffer-data, flymake-get-buffer-value)
16773         (flymake-set-buffer-value): Replace those hash-tables by the new
16774         buffer-local vars.  Update callers.
16776         * progmodes/flymake.el (flymake-check-start-time)
16777         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16778         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16779         Move definition, so we can remove redundant earlier declaration.
16780         (flymake-replace-regexp-in-string, flymake-split-string)
16781         (flymake-get-temp-dir): Use defalias.
16782         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16783         (flymake-xemacs-window-edges): Remove unused function.
16784         (flymake-get-point-pixel-pos): Move.
16785         (flymake-pid-to-names, flymake-reg-names)
16786         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16787         Replace by a simple list flymake-processes and by process-buffer.
16788         Update callers.  Other than simplify the code, it uses buffers rather
16789         than buffer-names so it doesn't get confused by uniquify.
16790         (flymake-buffer-data): The global value should just be nil.
16792         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16793         Optimize the body of a defalias like any other code.
16795         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16796         Make sure we've setup font-lock's vars.  It may influence which
16797         function we then call.
16798         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16799         here since it's too late anyway.
16801 2006-01-03  Romain Francoise  <romain@orebokech.com>
16803         * startup.el (fancy-splash-tail, normal-splash-screen):
16804         Update copyright year.
16806 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16808         * mouse.el (mouse-drag-track): Rename, from
16809         `mouse-drag-region-1'.  Includes optional argument required to
16810         enable post-drag event processing (e.g. delete region keys).
16811         Can be used without this argument to track a mouse region and operate
16812         on it as soon as the drag completes.
16813         (mouse-drag-region): Use `mouse-drag-track'.
16815 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16817         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16818         Move to `custom-buffer' group.
16820         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16821         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16822         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16823         (custom-theme-face-menu): New variables.
16824         (custom-theme-add-variable, custom-theme-variable-action)
16825         (custom-variable-reset-theme, custom-theme-delete-variable)
16826         (custom-face-reset-theme, custom-theme-face-action)
16827         (custom-theme-delete-face, custom-theme-merge-theme)
16828         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16830 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16832         * custom.el: Move Custom Themes commentary to start of theme code.
16833         (custom-known-themes): Rename `standard' theme to `changed'.
16834         (custom-push-theme): Caller no longer specifies what theme to use
16835         when doing `reset'---the setting is simply removed from the theme.
16836         Delete MODE from `theme-value' and `theme-settings' properties.
16837         (custom-declare-theme): Ignore &rest args since we don't use them.
16839         (custom-loaded-themes): Delete variable.
16840         (custom-theme-load-themes, custom-theme-loaded-p)
16841         (custom-theme-value): Delete functions.
16843         (custom-declare-theme): Signal error on invalid theme names.
16844         (provide-theme): custom-loaded-themes was deleted.
16845         (load-theme): Load the file unconditionally.
16846         (enable-theme): Call `load-theme' if theme is undefined.
16847         (custom-enabled-themes): Only update value for successful loads.
16848         (disable-theme): Complete from enabled themes when interactive.
16849         (custom-variable-theme-value): Calculate theme value directly.
16851         (custom-theme-reset-variables, custom-reset-variables): Mark as
16852         XEmacs compatibility functions.  We don't actually use these.
16854         * cus-edit.el (custom-variable-state-set):
16855         Use custom-variable-theme-value instead of custom-theme-value.
16856         (custom-face-state-set): Rename `standard' theme to `changed'.
16857         (custom-save-variables, custom-save-faces): Delete unneeded
16858         references to custom-reset-variables.
16859         (custom-save-resets): Delete function.
16860         (custom-save-variables, custom-save-faces): MODE argument deleted.
16861         (custom-save-variables, custom-save-faces): Ignore theme values.
16863         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16864         compatibility function.
16866 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16868         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16869         (Custom-reset-current, Custom-reset-saved): Likewise.
16870         (Custom-reset-standard): Show message if aborted.
16871         (custom-mode): Doc fix, describing those commands.
16873         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16874         put on event-kind property.
16876 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16878         * custom.el (provide-theme): Ban `user' theme name.
16879         (custom-enabling-themes): New variable.
16880         (enable-theme): Don't enable user if custom-enabling-themes is t.
16881         (custom-enabled-themes): Make it a defcustom.
16882         (custom-theme-recalc-face): No-op if face is undefined.
16884         * cus-edit.el (custom-button-mouse): New variable.
16885         (custom-button-mouse): New face.
16886         (custom-raised-buttons, custom-mode): Use it.
16888         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16890 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16892         * progmodes/gud.el (gud-display-line): Support hl-line in the
16893         source buffer.
16895 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16897         * mouse.el (mouse-drag-window-above): Verify that the found window
16898         overlaps with the given window in the horizontal dimension.
16900 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16902         * Makefile.in (cvs-update): New target.
16904         * makefile.w32-in (cvs-update): Ditto.
16906 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16908         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16909         (custom-new-theme-mode-map): New variable.
16911 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16913         * custom.el (custom-load-themes): Function deleted.
16915         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16916         (custom-save-variables): Don't delete or add custom-load-themes call.
16918 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16920         * cus-start.el: Add `visible-cursor'.
16922         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16923         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16924         (flymake-process-filter): Switch to buffer before calling it instead.
16925         (flymake-post-syntax-check, flymake-highlight-err-lines)
16926         (flymake-delete-own-overlays, flymake-parse-err-lines)
16927         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16928         (flymake-count-lines, flymake-parse-residual):
16929         Remove constant buffer argument.
16930         (flymake-start-syntax-check-for-current-buffer): Remove.
16931         Update callers to use flymake-start-syntax-check instead.
16932         (flymake-display-err-menu-for-current-line):
16933         Remove unused var `mouse-pos'.
16934         (flymake-restore-formatting): Comment out unused function.
16935         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16936         argument, use current-buffer instead.  Update callers.
16938 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16940         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16941         buffer-local because choose-completion-delete-max-match requires
16942         that we set completion-ignore-case (i.e., binding via let is not
16943         sufficient).
16944         (bibtex-complete): Always set completion-ignore-case and
16945         choose-completion-string-functions.  The latter is needed because
16946         choose-completion-string-functions keeps its value if we quit the
16947         *Completions* buffer without requesting a completion.
16949 2005-12-30  Andreas Schwab  <schwab@suse.de>
16951         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16953 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16955         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16957 2005-12-30  Juri Linkov  <juri@jurta.org>
16959         * locate.el (locate-fcodes-file, locate-header-face)
16960         * progmodes/delphi.el (delphi-other-face)
16961         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16963         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16964         group `paren-showing-faces'.
16966         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16967         (goto-address): Fix docstring.
16969         * net/webjump.el (webjump-sample-sites): Update URLs.
16971         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16973         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16975 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16977         * font-lock.el (font-lock-compile-keywords): Signal an error when
16978         font-lock-set-defaults hasn't been called.
16980 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16982         * subr.el (noreturn, 1value): Doc fixes.
16984 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16986         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16987         that assoc-string returns nil.
16989 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16991         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16992         (bibtex-entry-type-str, bibtex-empty-field-re)
16993         (bibtex-search-backward-string, bibtex-preamble-prefix)
16994         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16995         (bibtex-any-valid-entry-type): New variable.
16996         (bibtex-parse-field-name): Simplify.
16997         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16998         (bibtex-preamble-prefix): Include left delimiter.
16999         (bibtex-search-forward-field, bibtex-search-backward-field):
17000         Allow unbounded search past entry boundaries (required by bibtex-pop).
17001         (bibtex-text-in-field-bounds): Use push.
17002         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17003         (bibtex-parse-preamble, bibtex-valid-entry)
17004         (bibtex-beginning-first-field): New functions.
17005         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17006         (bibtex-map-entries): Fix docstring.
17007         (bibtex-flash-head): New arg prompt.  Simplify.
17008         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17009         (bibtex-insert-kill): Simplify.  Always insert text past the
17010         current field or entry.
17011         (bibtex-format-entry): Use bibtex-parse-field.
17012         (bibtex-pop): Use bibtex-beginning-of-entry and
17013         bibtex-end-of-entry to initiate the search.  Insert empty field if
17014         we found ourselves.
17015         (bibtex-print-help-message): New args field and comma.
17016         Handle entry keys.
17017         (bibtex-make-field): Use bibtex-beginning-of-entry.
17018         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17019         invalid entry.
17020         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17021         Handle preambles.  Simplify code for thorough test.
17022         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17023         New arg comma.  Handle entry heads.
17024         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17025         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17026         New arg comma.
17027         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17028         (bibtex-fill-field): Simplify.
17029         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17030         bibtex-parse-field.
17031         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17032         (bibtex-complete): Use bibtex-parse-preamble.
17034 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17036         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17037         Display name of expression instead of convenience variable.
17038         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17040         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17041         toggle-gud-tooltip-dereference.
17042         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17043         (gud-tooltip-tips): ...here when dereferencing.
17045 2005-12-28  Bill Wohler  <wohler@newt.com>
17047         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17049 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17051         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17052         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17053         (vc-annotate-display-autoscale): Adjust call.
17054         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17055         Fix interactive spec.
17056         (vc-annotate-time-span): Remove.
17057         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17058         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17059         (vc-annotate-display-select): Use new name.
17061         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17062         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17063         Correct the construction of span entries.  Simplify.
17064         (vc-annotate-display-select): Fix the nil case.
17065         (vc-annotate): Remove obsolete (and now broken) code.
17066         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17067         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17069 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17071         * subr.el (lazy-completion-table): Correct typo in docstring.
17073         * startup.el (command-line): Use `custom-reevaluate-setting' for
17074         `send-mail-function'.
17076         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17078 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17080         * mail/smtpmail.el (smtpmail-try-auth-methods):
17081         Send credentials together with "AUTH PLAIN" command.
17083 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17085         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17086         mouse-2, go back to previously selected window, so it's selected
17087         when mouse-2 command runs.
17089 2005-12-27  Juri Linkov  <juri@jurta.org>
17091         * descr-text.el (describe-text-sexp): Use square brackets for
17092         button [Show] to distinguish it from the property value `show'.
17093         (describe-property-list): Use `insert-text-button' with
17094         `help-face' type instead of putting face in quotes, because button
17095         is not created automatically for a list of faces.
17096         (describe-text-properties-1): Put button-type value in quotes to
17097         distinguish from plain text "button".
17098         (describe-char): Display code point values in hex.  Don't use
17099         `symbol-name' for `current-input-method' because it is a string.
17100         Use `insert-text-button' with `help-face' type instead of putting
17101         hardcoded face in quotes, because button is not created automatically.
17103 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17105         * progmodes/glasses.el (glasses-face): More specific custom type.
17107         * files.el (set-visited-file-name): Doc fix.
17109         * textmodes/flyspell.el (flyspell-external-point-words):
17110         Use local var buffer-scan-pos to advance scan for next misspelling.
17111         Advance it only after we find the misspelling.
17113 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17115         * textmodes/flyspell.el (flyspell-external-point-words):
17116         New criteria for finding the misspelling in the buffer.
17118 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17120         * help-mode.el (help-insert-string): Set help-xref-stack-item
17121         rather than call help-setup-xref.
17123         * descr-text.el (describe-char): Revert previous changes for
17124         optional buffer argument.
17126 2005-12-27  Juri Linkov  <juri@jurta.org>
17128         * help-mode.el (help-insert-string): New function.  Save buffer
17129         contents in cases where it is impossible to recompute the old contents.
17131         * descr-text.el (describe-char): Set help-xref-stack-item
17132         explicitly after buffer has been generated.
17134 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17136         * cus-start.el (all): Add x-gtk-show-hidden-files.
17138 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17140         * replace.el (perform-replace): Calculate match-again
17141         before skipping read-only matches.
17143         * paren.el (paren-showing-faces): New group.
17144         (show-paren-match, show-paren-mismatch): Move to that group.
17146         * button.el (button): Put into group `basic-faces'.
17148         * progmodes/make-mode.el: Remove faces from group `faces'.
17150         * apropos.el (apropos, apropos-value): Doc fix.
17151         (apropos-documentation): Doc fix.
17153 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17155         * subr.el (lazy-completion-table): Remove argument `args'.
17157         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17158         Don't use the `args' argument of lazy-completion-table.
17160 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17162         * descr-text.el (describe-char): Add optional argument for buffer.
17163         Set buffer appropriately.  Call help-setup-xref.
17164         Suggested by Stefan Monnier.
17166 2005-12-26  Juri Linkov  <juri@jurta.org>
17168         * descr-text.el: Require `help-fns' at runtime.  Don't require
17169         `button' for byte compilation.
17170         (describe-text-widget): Add `help-echo' for first button.
17171         Use `help-info' for second.
17172         (describe-property-list): Use `help-argument-name' instead of `italic'.
17173         (describe-text-category): Add prompt to interactive spec.
17174         Call `help-setup-xref'.
17175         (describe-char): Use `help-character-set'.  Add `help-echo' for
17176         code point.  Use `help-input-method'.  Remove superfluous insert.
17178 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17180         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17181         at point, in case of narrowing.
17183         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17185         * locate.el (locate-header-face): Allow nil in type.
17187         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17189 2005-12-25  Romain Francoise  <romain@orebokech.com>
17191         * battery.el (battery-linux-proc-acpi): Also try
17192         `/proc/acpi/thermal_zone/THM0/temperature'.
17194 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17196         * custom.el (custom-push-theme): Fix docstring.
17198         * cus-edit.el (custom-variable-set, custom-variable-save)
17199         (custom-variable-save): Custom-quote widget values.
17200         (customize-save-variable): Fix custom-push-theme call.
17202 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17204         * w32-fns.el (w32-batch-update-autoloads): New function.
17206         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17207         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17208         from the command line.
17210 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17212         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17213         reset means to remove setting from theme entirely.  Don't keep
17214         expanding theme-settings list; delete old entries if necessary.
17216         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17217         customization" button one line up.
17218         (custom-themed): New face.
17219         (custom-magic-alist): New value, THEMED, for theme settings.
17220         (custom-variable-state-set, custom-face-state-set):
17221         Check theme-value instead of saved-value.
17222         (custom-variable-reset-standard, custom-face-reset-standard):
17223         Remove theme setting entirely.  Recalculate new values.
17224         (custom-variable-set, custom-variable-set)
17225         (custom-variable-reset-saved, custom-variable-reset-backup)
17226         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17227         (custom-variable-save): Fix typos.
17229 2005-12-23  Juri Linkov  <juri@jurta.org>
17231         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17232         Add autoload cookies.
17233         (edebug-outside-d-c-i-n-s-w): New variable.
17234         (edebug-display, edebug-outside-excursion): Use it to save the
17235         original value of default-cursor-in-non-selected-windows.
17236         Set default-cursor-in-non-selected-windows to t while Edebug
17237         is active.
17238         (edebug-mode, edebug-eval-mode): Doc fix.
17240         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17241         with `buffer-substring-no-properties' to remove common substring
17242         highlighting.
17244         * info.el (info-other-window, info): Rename function argument
17245         `file' to `file-or-node'.
17246         (Info-complete-menu-item): Use local variable `complete-nodes' to
17247         keep the global value of `Info-complete-nodes' unchanged for
17248         subsequent completions.
17249         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17251         * simple.el (get-next-valid-buffer, last-buffer)
17252         (next-error-buffer-p, next-error-find-buffer)
17253         (minibuffer-history-sexp-flag): Doc fix.
17255         * savehist.el (savehist-mode-hook): Add `:group'.
17257         * log-view.el: Call autoload for vc-find-version.
17258         (log-view-current-file): Adjust subgroup numbers.
17259         (log-view-current-tag): Add `length'.
17261 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17263         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17265 2005-12-23  Juri Linkov  <juri@jurta.org>
17267         * hi-lock.el (hi-lock-archaic-interface-message-used)
17268         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17269         (hi-lock-mode): Display "Hi" in the mode line only when
17270         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17271         (hi-lock-write-interactive-patterns):
17272         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17273         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17274         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17275         font-lock-add-keywords to t.
17277 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17279         * hi-lock.el (hi-lock-highlight-range): New variable.
17280         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17281         only if font-lock-fontified is non-nil.  Remove overlays.
17282         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17283         font-lock-fontified is non-nil, otherwise use overlays (instead of
17284         text properties).
17285         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17286         New variables.
17287         (hi-lock-string-serialize): New function.
17289 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17291         * menu-bar.el (menu-find-file-existing): New function.
17292         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17294         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17296 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17298         * vc.el: Remove unnecessary leading * in docstrings.
17299         (vc-annotate-mode-map): Move initialization into declaration.
17300         (vc-static-header-alist): Nitpick on the regexp.
17301         (vc-default-init-version): New fun.
17302         (vc-register): Use it.
17303         (vc-insert-headers): Use dolist.
17304         (vc-annotate-get-backend): Remove unused function.
17305         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17306         (vc-annotate-mode): Remove corresponding call.
17307         (vc-annotate-car-last-cons): Simplify.
17308         (vc-annotate-buffers): Remove var.
17309         (vc-annotate-backend): Make it buffer-local.
17310         (vc-annotate): Move the interaction to the interactive spec.
17311         Add a `buf' argument.
17312         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17313         killing&creating a vc-annotate buffer, which is very disruptive when
17314         the buffers are shown in dedicated frames.
17316 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17318         * descr-text.el: Add FSF as maintainer.
17319         (describe-text-mode, describe-text-mode-map)
17320         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17321         help-mode.
17322         (describe-text-widget, describe-text-sexp)
17323         (describe-property-list, describe-text-category)
17324         (describe-text-properties, describe-text-properties-1)
17325         (describe-char): Use help buttons instead of widgets.
17326         (describe-char-unicodedata-file): Make URL link in doc string.
17328 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17330         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17331         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17332         Don't include buttons that write a file when there's no file.
17333         (custom-variable-menu, custom-face-menu, custom-group-menu):
17334         Don't include commands that write a file when there's no file.
17335         (customize-browse): Reword the top-of-buffer help intro.
17336         (custom-buffer-create-internal): Fix previous change.
17337         (customize-changed-options-previous-release): Prev release is 21.1.
17338         (customize-changed-options): Doc fix.
17339         (customize-changed): New alias.
17340         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17341         Say "standard values".
17342         (Custom-reset-standard): Doc fix.
17343         (custom-face-reset-standard): Doc fix.
17345 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17347         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17348         even if font-lock-mode is non-nil since it may be t without having
17349         turned on font-lock-mode-internal.
17350         (font-lock-choose-keywords): Minor optimization.
17351         (font-lock-add-keywords, font-lock-remove-keywords)
17352         (font-lock-set-defaults): Don't call make-local-variable on a variable
17353         that we know to already be local.
17355 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17357         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17358         messages if in the minibuffer.
17360 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17362         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17363         (tex-mode-flyspell-verify, flyspell-get-word)
17364         (flyspell-external-point-words): Don't use point-min/max uselessly.
17366         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17367         by Kevin Rodgers.  Instead, just hide the completions buffer if we
17368         don't need to show it.
17370 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
17372         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17374 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17376         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17377         delete-windows-on with an inexistent buffer.
17379 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
17381         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17382         Delete defcustom variable :tag names.
17384 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17386         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17387         (log-view-font-lock-keywords): Ajust subgroup numbers.
17388         (log-view-current-tag): Don't hard code the number of subgroups.
17390 2005-12-20  Juri Linkov  <juri@jurta.org>
17392         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17393         (tooltip-x-offset, tooltip-y-offset): Doc fix.
17395         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17396         (menu-bar-non-minibuffer-window-p): Instead of checking
17397         display-multi-frame-p, use selected-frame when menu-updating-frame
17398         is nil.
17400 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
17402         * align.el (align-rules-list): Use [ \t] instead of \s-
17403         for column separators in text mode.
17405 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
17407         * help-mode.el (help-customize-variable, help-customize-face):
17408         Don't pop help-xref-stack as help-follow no longer pushes
17409         anything on to it.
17411 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
17413         * textmodes/org.el (org-agenda-custom-commands): New option.
17414         (org-agenda): Offer custom commands on splash screen.
17415         (org-make-tags-matcher): Parser for Boolean logic added.
17416         (org-agenda-set-tags): New command.
17417         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17418         (org-set-tags): Efficiency improvements.
17419         (org-auto-align-tags): New option.
17420         (org-todo, org-demote, org-promote): Realign tags.
17421         (org-tags-completion-function): Use also "&" and "|" as separators.
17422         (org-org-menu): Agenda commands simplified.
17424 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
17426         * cus-edit.el (customize-apropos, customize-apropos-options):
17427         Docstring changes.
17429         * font-lock.el (font-lock): Add tags to the links in the defgroup.
17431 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
17433         * longlines.el (longlines-mode): Wrap while widened.
17434         (longlines-decode-region, longlines-encode-region): Compute max
17435         just once.
17437 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17439         * cus-edit.el (mac): New group.
17441         * cus-start.el (all): Add user options in macterm.c.  Add test for
17442         Mac-related built-ins.  Fix test for GTK-related built-ins.
17444         * term/mac-win.el (mac-handle-language-change)
17445         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17446         (mac-services-open-selection, mac-services-mail-selection)
17447         (mac-services-mail-to, mac-services-insert-text)
17448         (mac-dispatch-apple-event): Add docstrings.
17449         (x-get-selection, mac-select-convert-to-string): Select coding
17450         system from `utf-16be' and `utf-16le' using `byteorder'.
17452 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17454         * subr.el (lazy-completion-table): Don't be fooled if the var holds
17455         a "list" (lambda ...) rather than a real completion list.
17457         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17458         lexical-let when encountering ((lambda (...) ...) ...).
17460 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17462         * progmodes/sh-script.el (sh-mode):
17463         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17464         * textmodes/picture.el (picture-mode): Update docstrings.
17466 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
17468         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17469         commands enclosed in $(ARGQUOTE)s should not be split between two
17470         lines, as that will break with GNU Make >3.80, when sh.exe is used
17471         and arg quoting is with '..'.
17472         (autoloads): Don't break the quoted --eval expression between
17473         several lines.
17475 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17477         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17478         Capture error from printing circular structures.
17480 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
17482         * wid-edit.el (widget-checkbox-action): Clear undo info.
17484 2005-12-16  Bill Wohler  <wohler@newt.com>
17486         * menu-bar.el (kill-this-buffer): Set a good example by using menu
17487         bar, not menubar in comment.
17489 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17491         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17492         After-change-functions should not clobber the match data.
17494 2005-12-16  Juri Linkov  <juri@jurta.org>
17496         * simple.el (choose-completion): Use `buffer-substring-no-properties'
17497         instead of `buffer-substring'.
17498         (completion-common-substring): Doc fix.
17499         (completion-setup-function): Use minibuffer-completion-contents
17500         instead of minibuffer-contents.  Don't set common-string-length
17501         initially.  Remove special handling of partial-completion-mode.
17502         Move computation of completion-base-size into one cond.
17503         Call completion-base-size-function in mainbuf.  In computation of
17504         completion-base-size for file name completion don't move point to
17505         the end of the minibuffer.  Move computation of common-string-length
17506         into one cond.  Start putting faces only when common-string-length>=0.
17507         Add condition to put completions-common-part when
17508         common-string-length>0.
17510         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17511         place point at the first different character in the minibuffer
17512         even if this position is at the beginning of the minibuffer.
17514         * info.el (Info-read-node-name-1): In completion-base-size-function's
17515         lambda return 1 if common-substring or minibuffer-completion-contents
17516         starts with (, and 0 otherwise.
17518         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17519         Use `crm-current-element' for second arg of `display-completion-list'.
17521 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
17523         * files.el (set-auto-mode): Look for an interpreter specified on
17524         the first line also if search for mode specification succeeded,
17525         but the mode is not known.
17527 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
17529         * textmodes/org.el (org-tags-match-list-sublevels): New option.
17530         (org-open-at-point): Implement tag searches as links.
17531         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17532         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17533         (org-tags-sparse-tree, org-tags-view, org-set-tags)
17534         (org-agenda-dispatch): New commands.
17535         (org-use-tag-inheritance, org-tags-column): New options.
17536         (org-tab-follows-link, org-return-follows-link): New options.
17537         (org-tags): New customize group.
17538         (org-start-icalendar-file): Get local time zone.
17539         (org-tags-completion-function): New function.
17540         (org-set-font-lock-defaults): Make sure links will also be
17541         highlighted inside headlines.
17543 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
17545         * term.el (term-emulate-terminal):
17546         Let term-handle-ansi-terminal-messages override what Bash says about
17547         its current directory.
17549 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17551         * bindings.el (last-buffer): Move to simple.el.
17552         * simple.el (last-buffer): Move here.
17553         (get-next-valid-buffer): New function.
17554         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17555         (prev-buffer): Ditto.  Rename to `previous-buffer'.
17557         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17558         * bindings.el (global-map): Ditto.
17560 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
17562         * cus-edit.el: Introductory comment change.
17563         (custom-magic-alist): Change message string for the `rogue' state.
17565 2005-12-15  Richard M. Stallman  <rms@gnu.org>
17567         * tooltip.el: Delete defcustom variable :tag names.
17569         * complete.el (partial-completion-mode): Doc fix.
17571         * textmodes/flyspell.el (flyspell-external-point-words):
17572         Use save-excursion to ensure we don't move backward in the
17573         search loop, not even one character.
17574         (flyspell-delete-all-overlays): Use remove-overlays directly.
17576         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17577         (ispell-start-process): Set that variable.
17578         Clear ispell-buffer-local-name.
17579         (ispell-internal-change-dictionary):
17580         Set ispell-current-dictionary after killing process.
17581         (ispell-buffer-local-dict):
17582         Don't set spell-personal-dictionary after killing process.
17583         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17584         (ispell-tex-skip-alists, ispell-html-skip-alists)
17585         (ispell-skip-region-alist): Mark as risky.
17587         * net/newsticker.el (newsticker--retrieval-timer-list)
17588         (newsticker--display-timer, newsticker-running-p)
17589         (newsticker-ticker-running-p): Definitions moved up.
17591 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
17593         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17595 2005-12-15  David Ponce  <david@dponce.com>
17597         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17598         (recentf-edit-list, recentf-open-files): Signal an error when
17599         there is no recent file.
17601 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17603         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17604         read-only except for texinfo-format-region evaluation.
17606 2005-12-14  Richard M. Stallman  <rms@gnu.org>
17608         * vc.el (vc-default-previous-version, vc-default-next-version)
17609         (vc-do-command): Doc fixes.
17611 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17613         * textmodes/bibtex.el (bibtex-expand-strings)
17614         (bibtex-autokey-expand-string, bibtex-name-part)
17615         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17616         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17617         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17618         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17619         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17620         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17621         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17622         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17623         (bibtex-beginning-of-last-entry): Remove.
17624         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17625         message if comma is missing but buffer is read-only.
17626         (bibtex-parse-field-text): Handle whitespaces at the end of field
17627         text.  Return 3-element list with beginning and end of field text
17628         and end of field.
17629         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17630         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17631         (bibtex-search-forward-field, bibtex-search-backward-field):
17632         Search always delimited by limits of entry.  Use more efficient
17633         search algorithms.
17634         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17635         bibtex-end-of-name-in-field.
17636         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17637         extracting the content of a field.
17638         (bibtex-text-in-field): Use search limits.
17639         (bibtex-parse-string-prefix): Handle empty string keys based on
17640         bibtex-string-empty-key.
17641         (bibtex-parse-string): Fix docstring.
17642         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17643         (bibtex-preamble-prefix, bibtex-strings): New functions.
17644         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17645         BibTeX entries (consistent with other BibTeX functions).
17646         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17647         (bibtex-search-entry): Fix docstring.  Simplify.
17648         (bibtex-flash-head, bibtex-complete-string-cleanup)
17649         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17650         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17651         (bibtex-parse-entry): New optional arg content.
17652         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17653         Use bibtex-text-in-field-bounds.
17654         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17655         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17656         bibtex-parse-string-postfix.
17657         (bibtex-find-text-internal): New function.
17658         (bibtex-remove-delimiters): Use it.
17659         (bibtex-find-text): Use it.  New optional arg help.
17660         (bibtex-complete): Handle BibTeX string and preamble entries.
17661         (bibtex-Preamble): Fix order of closing delimiters.
17663 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17665         * vc.el (vc-default-revert): New fun.
17667         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17669 2005-12-14  Romain Francoise  <romain@orebokech.com>
17671         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17672         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17673         (font-lock-remove-keywords): Likewise.
17675 2005-12-14  Juri Linkov  <juri@jurta.org>
17677         * log-view.el (log-view-diff): Doc fix.
17679         * isearch.el (isearch-query-replace): Use (mark) instead of
17680         isearch-opoint if mark is active in transient-mark-mode.
17682 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17684         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17686 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17688         * progmodes/cpp.el (cpp-face): New widget.
17689         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17691 2005-12-14  Juri Linkov  <juri@jurta.org>
17693         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17694         around `erase-buffer' and `insert'.
17696         * descr-text.el (describe-text-properties): Replace buffer name
17697         "*Help-2*" with "*Help*<2>".
17698         (describe-char): Add functions print-help-return-message,
17699         toggle-read-only.  Use help-setup-xref with nil to not store
17700         describe-char in help-xref-stack.  Use help-make-xrefs to
17701         make [back] button.
17703         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17705         * wdired.el (wdired-old-point): New internal variable.
17706         (wdired-change-to-wdired-mode): Set it buffer-locally.
17707         (wdired-abort-changes): Restore point after aborting changes.
17709 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17711         * vc.el (vc-do-command): Add a new value t for okstatus.
17713         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17714         frame in case of errors.
17716 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17718         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17719         so it comes after "On the Left" in the menu.
17721 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17723         * cus-edit.el (customize-apropos, customize-apropos-options)
17724         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17726 2005-12-12  Bill Wohler  <wohler@newt.com>
17728         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17729         non-writable Subversion-controlled files by saving window
17730         configuration before calling vc-do-command.  vc-do-command calls
17731         pop-to-buffer on error which is unexpected during registration.
17733 2005-12-12  Jay Belanger  <belanger@truman.edu>
17735         * calc/README: Update the summary of changes.
17737 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17739         * descr-text.el (describe-char): Rework last fix to solve the problem
17740         is the same way it's solved for everything else in that function
17741         (i.e. by extracting the info before setting up the *Help* buffer).
17743 2005-12-12  Kim F. Storm  <storm@cua.dk>
17745         * subr.el (version-regexp-alist): Allow space as separator before
17746         non-numeric part, e.g. "1.0 alpha".
17747         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17749 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17751         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17752         Implement Logging and the keep-modes setting.
17753         (org-get-category): Make sure a string is returned.
17754         (org-log-done): New function.
17755         (org-log-done, org-closed-string): New options.
17757 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17759         * tooltip.el (tooltip-y-offset): Change default to 20.
17761 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17763         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17765         * frame.el (display-hourglass): Doc fix.
17767         * help.el (help-for-help-internal): Simplify entry for `a'.
17769         * info.el (Info-on-current-buffer): Doc fix.
17770         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17772         * startup.el (inhibit-splash-screen): Make this the real name.
17773         (inhibit-startup-message): Make this the alias.
17774         (command-line): Find only simple.el, and use its directory
17775         to fill in other preloaded files' names.
17776         (command-line): Deactivate the mark if deactivate-mark is set.
17778         * international/mule.el (load-with-code-conversion):
17779         Bind deactivate-mark.
17781         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17783 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17785         * cus-edit.el (customize-apropos): Avoid listing an option more
17786         than once under different aliases.  No longer list user options
17787         that are not defined with defcustom (unless a prefix arg is given).
17788         Doc fix.
17789         (customize-apropos-options): Doc fix.
17791 2005-12-11  Juri Linkov  <juri@jurta.org>
17793         * frame.el (set-background-color, set-foreground-color)
17794         (set-cursor-color, set-mouse-color, set-border-color):
17795         Add explicit prompts to read colors by `facemenu-read-color'.
17796         (show-trailing-whitespace, blink-cursor-delay)
17797         (blink-cursor-interval, display-hourglass, hourglass-delay):
17798         Remove tags.
17799         (display-hourglass, hourglass-delay): Doc fix.
17800         (cursor-in-non-selected-windows): Capitalize words in tag.
17802         * faces.el (frame-background-mode): Replace `choice-item' keywords
17803         with `const' to not make [default] button.  Change default value tag
17804         from `default' to `automatic'.  Doc fix.
17805         (trailing-whitespace) <defface>: Change group `whitespace' to
17806         `whitespace-faces'.
17808 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17810         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17812 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17814         * term/mac-win.el: Create keymap for mac-apple-event-map.
17816 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17818         * tooltip.el (tooltip-mode): Move to start of file so that it
17819         appears at top of customize buffer.
17821         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17822         Add the gud groupname.
17823         (gud-tooltip-mode): Add the tooltip groupname.
17824         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17825         avoid conflict with tooltip-use-echo-area.
17827 2005-12-10  Romain Francoise  <romain@orebokech.com>
17829         * help.el (help-for-help-internal): Add `r' in doc string.
17831 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17833         * align.el (align-regexp, align-highlight-rule):
17834         Use region-beginning and region-end instead of point and mark, so that
17835         repetition (with `repeat-complex-command') recomputes the region
17836         bounds.
17838 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17840         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17841         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17842         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17843         (balance-windows): Rewrite using the above new functions.
17845 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17847         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17848         react if global-hi-lock-mode seems intended.
17849         (global-hi-lock-mode): Renamed from hi-lock-mode.
17850         (hi-lock-archaic-interface-message-used)
17851         (hi-lock-archaic-interface-deduce): New variables.
17852         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17853         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17854         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17855         Replace hi-lock-buffer-mode with hi-lock-mode.
17857 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17859         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17860         completion list, even after a partial completion has been
17861         inserted in the current buffer.  If there are more than 1
17862         completion, redisplay the *Completions* buffer; if the
17863         completion is unique, delete the *Completions* window.
17865 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17867         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17868         strings and long subject lines that were broken into multiple
17869         lines at arbitrary places.  Handle subjects that have "Re: " in
17870         the middle.
17872 2005-12-10  John W. Eaton  <jwe@octave.org>
17874         * emacs/octave-mod.el (octave-electric-space): Don't indent
17875         comments or strings if octave-auto-indent is nil.
17877 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17879         * term/mac-win.el: Require url when compiling.
17880         Call mac-process-deferred-apple-events after loading init files.
17881         (mac-apple-event-map): New defvar.  Define event handlers in it.
17882         (core-event, internet-event): New Apple event class symbols.
17883         (open-application, reopen-application, open-documents)
17884         (print-documents, open-contents, quit-application)
17885         (application-died, show-preferences, autosave-now, get-url):
17886         New Apple event ID symbols.
17887         (about): New HICommand ID symbol.
17888         (mac-event-spec, mac-event-ae): New macros.
17889         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17890         (mac-ae-selection-range, mac-ae-text-for-search)
17891         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17892         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17893         and Services menu events are now defined in mac-apple-event-map.
17894         (mac-drag-n-drop): Remove selection range handling.
17896 2005-12-10  Kenichi Handa  <handa@m17n.org>
17898         * simple.el (zap-to-char):
17899         * isearch.el (isearch-process-search-char): Translate CHAR by
17900         translation-table-for-input.
17902 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17904         * foldout.el (foldout-exit-fold): Properly hide subtree.
17906 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17908         * files.el (save-buffer):
17909         * international/ucs-tables.el (ucs-set-table-for-input):
17910         * mail/mail-extr.el (mail-extract-address-components):
17911         * mail/sendmail.el (mail-mode): Reformat doc string.
17913 2005-12-09  Juri Linkov  <juri@jurta.org>
17915         * isearch.el (isearch-highlight): Change main overlay priority
17916         from 1 to 1001.  Simplify.
17917         (isearch-lazy-highlight-update): Change lazy overlay priority
17918         from 0 to 1000.
17920         * replace.el (replace-highlight): Change overlay priority from
17921         1 to 1001.
17923         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17924         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17926         * compare-w.el (compare-windows-highlight): Change overlay
17927         priority from 1 to 1000.
17929         * menu-bar.el (menu-bar-edit-menu): Add listp around
17930         pending-undo-list to disable menu item "undo" when pending
17931         undo list is empty.
17933         * locate.el (locate): Disable undo in *Locate* buffer.
17935 2005-12-09  Kim F. Storm  <storm@cua.dk>
17937         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17939 2005-12-09  David Ponce  <david@dponce.com>
17941         * recentf.el: Improvement of the menu code.
17942         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17943         instead of menu hook.
17944         (recentf-show-menu, recentf-hide-menu): New functions.
17945         (recentf-menu-customization-changed, recentf-mode): Use them.
17946         (recentf-menu-action, recentf-max-menu-items)
17947         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17948         (recentf-arrange-by-rule-others)
17949         (recentf-arrange-by-rules-min-items)
17950         (recentf-arrange-by-rule-subfilter): Don't use
17951         `recentf-menu-customization-changed'.
17952         (recentf-arrange-rules): Likewise.  Accept functions to compute
17953         sub-menu titles.
17954         (recentf-menu-filter): Likewise.  Doc fix.
17955         (recentf-menu-value-shortcut): Doc fix.
17956         (recentf-dump-variable): Quote atom value.
17957         (recentf-make-menu-items): Update to use it as a menu filter.
17958         (recentf-match-rule): New function.
17959         (recentf-arrange-by-rule): Use it.
17960         (recentf-indirect-mode-rule): New function.
17961         (recentf-build-mode-rules): Use it.
17962         (recentf-dir-rule): New function.
17963         (recentf-arrange-by-dir): Use it.
17964         (recentf-filter-changer-current): Rename from
17965         `recentf-filter-changer-state'.  All references updated.
17966         (recentf-filter-changer-alist): Update filter names.
17967         (recentf-filter-changer-select): New function.
17968         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17969         available in `recentf-filter-changer-alist'.
17970         (recentf-data-cache, recentf-clear-data)
17971         (recentf-update-menu): Remove.  All references updated.
17972         (recentf-match-rule-p, recentf-build-dir-rules)
17973         (recentf-filter-changer-goto-next)
17974         (recentf-filter-changer-get-current)
17975         (recentf-filter-changer-get-next): Remove.
17977 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17979         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17980         buffer "Reset" button to "Reset to Current" for consistency with
17981         the State buttons.
17983 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17985         * ibuf-ext.el (define-ibuffer-filter filename):
17986         If `dired-directory' is a list then really use its car.
17988 2005-12-08  Kim F. Storm  <storm@cua.dk>
17990         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17991         Fix indention of text on right side of replaced rectangle.
17993 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17995         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17996         No need to check gud-comint-buffer is bound.
17997         (gdb): Prevent multiple debugging when first session uses gdba.
17999 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18001         CC Mode update to 5.31.
18003         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18004         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18005         We might do this function properly in the future).
18007         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18008         New macros c-sentence-end and c-default-value-sentence end, to cope
18009         with Emacs 22's new function `sentence-end'.
18011 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18013         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18014         compat issue using `c-put-overlay' and `c-delete-overlay'.
18016         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18017         New compat macros to handle overlays/extents.
18019 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18021         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18022         (for GNU Emacs 20.4).
18024         * progmodes/cc-defs.el:
18025         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18027         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18028         highlighting mechanism so it will work in XEmacs too.
18030         * progmodes/cc-defs.el: Insert c-int-to-char.
18032         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18033         call to the new macro c-int-to-char.  This solves XEmacs's
18034         regarding characters as different from integers.
18036 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18038         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18039         New internal helper.
18041         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18042         construct to make the indirect face lookup work in XEmacs.
18044         (c-cpp-matchers): Append the negation char face to the existing
18045         fontification, so that the cpp face doesn't disappear.
18046         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18047         and strings.
18049         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18050         to map to `font-lock-negation-char-face' in emacsen where it exists.
18052 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18054         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18056         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18057         Rename "c-subword-move-mode" as "c-subword-mode".
18059         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18060         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18062 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18064         * progmodes/cc-mode.el: Added autoload directive for
18065         `c-subword-move-mode' for use in older emacsen.
18067 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18069         * progmodes/cc-mode.el:
18070         (i): Insert a binding for C-c C-backspace into
18071         c-bind-special-erase-keys which works in TTYs.
18072         (ii): Make sure that when file styles are used, any explicitly
18073         given style variables take priority over those in the style.
18074         Do this by calling `hack-local-variables' a second time.
18076         * progmodes/cc-vars.el: Add language specific customization
18077         widgets for AWK to c-doc-comment-style, c-require-final-newline
18078         and c-default-style.  Add a defcustom for awk-mode-hook.
18079         Give c-syntactic-element and c-syntactic-context doc-strings by
18080         directly setting their `variable-documentation' propery.
18081         This allows Emacs 22.1 to read these with C-h v.
18083         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18085 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18087         * progmodes/cc-fonts.el, cc-vars.el
18088         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18089         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18090         Masatake YAMATO.
18092         (c-doc-comment-style): Made GtkDoc default in C mode.
18094         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18095         and C-c C-<delete>.
18097         (c-bind-special-erase-keys): New function for use on
18098         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18100         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18101         <delete> key behavior in XEmacs according to `delete-forward-p'.
18102         C.f. `c-electric-delete'.
18104 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18106         * progmodes/cc-mode.el: Give c-hungry-backspace and
18107         c-hungry-delete-forward permanent key bindings.
18109         * progmodes/cc-cmds.el (c-electric-semi&comma):
18110         Bind c-syntactic-context for calls to "criteria functions", for
18111         consistency with other calls to user functions.
18113         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18114         `current-prefix-arg', since this might be the prefix arg to a
18115         command which calls c-indent-command as a function.  Change the
18116         interactive spec from "p" to "P".
18118         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18119         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18120         was difficult to understand.
18122 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18124         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18125         first char of an identifier.
18127         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18128         +" syntax in C++.
18130 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18132         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18133         auto-fill doesn't split a c-comment's last word from a hanging
18134         "*/" when a space is typed between them after fill-column.
18136         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18138         * progmodes/cc-styles.el (c-set-style)
18139         (c-setup-paragraph-variables): Abort the command if we're not in a
18140         CC Mode buffer.
18142         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18143         with blank comment-prefix, and a blank line as the comment's
18144         second line.
18146 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18148         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18149         Incorporate the patterns added in the Emacs development branch
18150         for the new Emacs 22 face `font-lock-negation-char-face'.
18152         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18153         of "red" since it stands out better in xterms and DOS terminals.
18155         * progmodes/cc-engine.el (c-literal-faces):
18156         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18158 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18160         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18161         forcibly enable c-electric-flag.
18163         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18164         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18165         after the comment-prefix of a C-style comment will close that comment.
18167 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18169         * progmodes/cc-fonts.el (c-basic-matchers-before)
18170         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18171         in Pike.
18173         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18174         digraphs.
18176         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18177         (c-cpp-message-directives, c-cpp-include-directives)
18178         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18179         (c-cpp-expr-directives): Introduce new language constants to
18180         control cpp syntax in a cleaner way.
18182         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18184         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18186         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18187         (c-multiline-string-start-char): New language constants and
18188         variables to specify how newlines in string literals work.
18190         (c-font-lock-invalid-string): Use them.
18192         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18193         unbalanced close brace is entered.  Optimization by avoiding going
18194         back over arbitrarily large blocks.  Removed hints that this
18195         function only would be relevant/useful in AWK.
18197         (c-electric-brace): Indent syntactically after the cleanups since
18198         lineup functions might do it differently then.
18200         * progmodes/cc-engine.el, cc-langs.el
18201         (c-opt-op-identifier-prefix): New language constant and variable.
18203         (c-just-after-func-arglist-p, c-after-special-operator-id)
18204         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18206         * progmodes/cc-align.el, cc-engine.el
18207         (c-after-special-operator-id): New helper to handle C++ operator
18208         identifiers.
18210         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18211         (c-guess-basic-syntax): Handle C++ operator identifiers in
18212         declarations.
18214         * progmodes/cc-langs.el (c-assignment-operators): Add the
18215         trigraph version of ^= too.
18217         * progmodes/cc-langs.el (c-assignment-operators): Add the
18218         trigraph version of |= in C++.
18220         * progmodes/cc-fonts.el (c-font-lock-declarators):
18221         Handle `c-decl-hangon-kwds' after the identifier name.
18223         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18224         whether an arglist is "nonempty", ignore a comment after the open
18225         paren if it isn't followed by a non-comment token on the same line.
18227         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18228         Enable heuristics below the point to cope with classes inside special
18229         brace lists in Pike.
18231 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18233         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18235 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18237         * progmodes/cc-guess.el (cc-guess-install): New function to
18238         install an already guessed style in another buffer.
18240         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18241         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18242         anyway if the change always is undone.
18244 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18246         Implement togglable electricity:
18248         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18249         saying when it should be used.
18251         * progmodes/cc-engine.el: Add the new buffer-local variable,
18252         c-electric-flag.
18254         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18255         c-toggle-auto-newline.
18257         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18258         c-toggle-auto-newline.  Remove the binding for
18259         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18260         c-toggle-electric-state.
18262         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18264         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18265         c-\(forward\|backward\)-subword.
18266         (c-update-modeline): Add the new modeline flag `l' for
18267         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18268         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18269         Make the old name an alias of the new name.
18270         (c-toggle-electric-state): New function.
18271         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18272         Adapt these functions to do electric things only when
18273         c-electric-flag is non-nil.
18274         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18275         new functions from c-electric-brace.
18276         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18277         mode, so that the tentative extra newline doesn't change the
18278         syntax of the following brace.
18279         (c-electric-brace): Restructure by extracting the above functions.
18280         Tidy up the coding somewhat.
18281         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18282         restructure a bit.
18284 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18286         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18287         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18289         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18290         (c-submode-indicators): Change name from `c-auto-hungry-string'
18291         since it's now used to track another submode.
18293         (c-update-modeline): Convert to function and extended to check
18294         `c-subword-move-mode'.
18296         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18297         Convert to compat aliases for `c-forward-subword' and
18298         `c-backward-subword'.
18300         * progmodes/cc-subword.el: New functions and minor mode to handle
18301         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18303         (c-forward-subword, c-backward-subword, c-mark-subword)
18304         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18305         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18306         Functions corresponding to the standard word handling functions.
18308         (c-subword-move-mode): Minor mode that replaces all the standard
18309         word handling functions with their subword equivalences.
18311 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18313         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18314         entry for one-liner-defun.
18316         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18317         name in its def-edebug-spec.
18319         * progmodes/cc-cmds.el (c-electric-brace): Make the
18320         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18321         compacts space before a comment, if this will make things fit on
18322         one line.
18324         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18326         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18328         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18329         clean-up one-liner-defun.
18331         * progmodes/cc-styles.el: Add the new "awk" style.
18333         * progmodes/cc-vars.el: Add description of one-liner-defun to
18334         c-cleanup-list's doc-string.  New user options,
18335         c-max-one-liner-length.  In c-default-style, set the default style
18336         for AWK to "awk".
18338 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18340         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18341         macros inside labels.
18343         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18344         `c-at-statement-start-p' and `c-at-expression-start-p'.
18346         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18347         error if the mark isn't set.
18349         * progmodes/cc-engine.el (c-guess-continued-construct)
18350         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18351         accurately detect functions inside functions.
18353         * progmodes/cc-engine.el (c-at-expression-start-p): New function
18354         like `c-at-statement-start-p' that additionally recognizes commas
18355         and expression parentheses as delimiters.
18357         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18358         to avoid heuristics that doesn't work for unclosed blocks.
18359         (c-at-statement-start-p): New function.
18361         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18362         Objective-C directives, e.g. directives spanning lines should work
18363         reasonably well now.
18365         (c-put-c-type-property, c-clear-c-type-property): New helpers.
18367         (c-forward-objc-directive): New function to move over any ObjC
18368         directive.
18370         (c-just-after-func-arglist-p, c-guess-basic-syntax)
18371         (c-basic-matchers-before): Use it.
18373         (c-font-lock-objc-iip-decl): Remove.
18375         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18376         in the template arglist recognition.
18378         * progmodes/cc-styles.el (c-style-alist): Fix several
18379         inconsistencies in the Whitesmith style.
18381         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18382         New lineup function to get lines after Whitesmith style blocks
18383         correctly indented.
18385         (c-lineup-whitesmith-in-block): Back out the compensation for
18386         opening parens since it's done using `add' lists in the style
18387         definition instead.  Don't use the anchor position since it varies
18388         too much between the syntactic symbols. :P
18390         * progmodes/cc-vars.el (c-valid-offset): Update.
18392         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18393         lists where the offsets are combined according to several
18394         different methods: `first', `min', `max', and `add'.
18395         Report offset evaluation errors with `c-benign-error' so that some kind
18396         of reindentation still is done.
18398         * progmodes/cc-engine.el (c-guess-basic-syntax):
18399         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18400         `arglist-close'.
18402         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18403         situations for `arglist-cont-nonempty' and `arglist-close'.
18405         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18407         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18408         cc-bytecomp-boundp' in a number of places.
18410         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18411         macro related issue.
18413 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18415         * progmodes/cc-awk.el: Change the terminology of regexps: A char
18416         list is now [asdf], a char class [:alpha:].
18417         Include code for char classes.
18418         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
18419         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18421         Remove (nearly all of) the cruft associated with AWK Mode's former
18422         concept of "virtual semicolons":
18424         Adapt c-beginning-of-statement, c-end-of-statement (together with
18425         subfunctions) to use the new notion of "virtual semicolon" in
18426         place of the old awkward special handling for AWK.  There remains
18427         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18428         * progmodes/cc-cmds.el:
18429         (c-ascertain-adjacent-literal): In the backwards direction, now
18430         recognises AWK regexp delimiters as string delimiters.
18431         (c-after-statement-terminator-p): Adapt for virtual semicolons;
18432         check more rigorously for "end of macro".
18433         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18434         virtual semicolons;
18435         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18436         out the code for forward movement into ...
18437         (c-end-of-statement): Now contains the code for forward movement,
18438         adapted for virtual semicolons.
18440         * progmodes/cc-engine.el:
18441         (c-ws*-string-limit-regexp): New regexp.
18442         (c-forward-single-comment, c-backward-single-comment): Comment out
18443         the (now redundant) "special" AWK stuff.
18445         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18446         c-string-par-start, c-string-par-separate to be more like Text
18447         Mode than Fundamental Mode.
18449 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18451         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18452         to the fontified region so that fontification doesn't occur
18453         outside it (could happen e.g. when fontifying a line with an
18454         unfinished declaration).
18456 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18458         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18459         start of the file.  ^L now separate sections of the file.
18460         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18461         (c-awk-one-line-possibly-open-string-re)
18462         (c-awk-regexp-one-line-possibly-open-char-class-re)
18463         (c-awk-one-line-possibly-open-regexp-re)
18464         (c-awk-one-line-non-syn-ws*-re): New defonsts.
18465         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18467         Amend the concept of "virtual semicolons" (in the indentation
18468         engine) for languages like AWK, such that they are now
18469         conceptually attached to end of the last token of a statement, not
18470         the end of the line.  (In AWK Mode, however, the pertinent text
18471         property is still physically set on the EOL.)  Remove the specific
18472         tests for awk-mode, thus facilitating the introduction of other
18473         language modes where EOLs can end statements.
18474         (Note: The funtionality in cc-cmds.el, specifically
18475         c-beginning/end-of-statement has yet to be amended.)
18477         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18478         New macros.
18480         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18481         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
18482         c-vsemi-status-unknown-p-fn (in a new page).
18484         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18485         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18486         numerous awkward forms like
18487         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18488         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
18489         variable before-ws-ip, the place just after char-before-ip appears.
18491         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18492         a comment.
18494 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18496         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18497         `c-tentative-buffer-changes'.
18499         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18500         convert to macro to choose between Emacs and XEmacs at compile time.
18502         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18504         (c-tentative-buffer-changes): New macro to handle temporary buffer
18505         changes in a convenient way.
18507         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18508         for `c-tentative-buffer-changes'.
18510         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18511         the checks for paren sexps between the point and the keyword, to
18512         avoid some false alarms.
18514         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18515         Fixed a situation where an error could be thrown for unbalanced
18516         parens.  Changed to make use of c-keyword-member' to avoid some
18517         repeated regexp matches.
18519         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18520         These language variable are no longer necessary.
18522         (c-block-stmt-kwds): New language constant used by
18523         c-looking-at-inexpr-block'.
18525         (c-guess-basic-syntax): Remove an optional check that looked at
18526         the existence of the now removed language variables.
18528         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18529         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18530         object instantiation expressions as declarations in some contexts.
18531         This bug only affected languages where the declarator can't be
18532         enclosed in parentheses.
18534         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18535         insert newlines before and after substatement braces.
18537         * progmodes/cc-engine.el: Improved the heuristics for recognizing
18538         function declaration headers and the handling of C++ style member
18539         init lists.
18541         (c-just-after-func-arglist-p): Rewritten to use
18542         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
18544         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18546         (c-guess-basic-syntax): Adapt case 5B for the new
18547         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
18548         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18549         covers all cases now).
18551         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18553 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18555         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18556         c-string-par-start/separate c-sentence-end-with-esc-eol,
18557         initialised in c-setup-paragraph-variables, used in string
18558         scanning subroutines of c-beginning-of-statement.
18560         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18561         which precedes the newly inserted `{'.
18563 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18565         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18566         function for declaration level blocks.  It should now cope with
18567         templates better and also be a lot more comprehensible.
18569         (c-looking-at-decl-block): The new function.
18571         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
18572         for compatibility.
18574         (c-add-class-syntax, c-guess-continued-construct)
18575         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18577         (c-decl-block-key): Change to tell apart ambiguous and
18578         unambiguous keywords.  Pike specials are now handled directly in
18579         the code instead.
18581         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18582         New language constants and variables to make the backward skip in
18583         `c-looking-at-decl-block' as tight as possible.
18585         (c-nonsymbol-token-char-list): New language constant.
18587         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18588         find balanced template arglists backwards.
18590         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18591         making char classes for `c-syntactic-skip-backward'.
18593         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18594         16D - can't be a class-close at that point.
18596         * progmodes/cc-engine.el (c-guess-basic-syntax)
18597         (c-add-class-syntax): Don't narrow out the enclosing declaration
18598         level.  This makes everything a lot easier, and it was actually
18599         only four small places that needed it to work.  Some places that
18600         previously did `widen' are removed now, which has the effect that
18601         `c-guess-basic-syntax' never will look at things outside the
18602         current narrowment now.  The anchor position for `topmost-intro'
18603         is affected by this, but it was so bogus it was basically useless
18604         before, and now it's equally bogus but in a slightly different way.
18606         (c-narrow-out-enclosing-class): Gone.
18608         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18609         the narrowed region.
18611         (c-least-enclosing-brace): Remove silly optional argument.
18613         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18614         the point could be left directly after an open paren when finding
18615         the beginning of the first decl in the block.
18617         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18618         Specify which submatch to use.
18620         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18622         (c-decl-start-re): No longer any need for special treatment of
18623         ObjC due to the above.
18625         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18626         presumably follows C in that regard.
18628         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18629         New language constants to specify operator tokens inside
18630         identifiers in a more high level way.
18632         (c-opt-identifier-prefix-key): New internal language constant.
18634         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18635         (c-identifier-start, c-identifier-key): Now completely calculated
18636         from other constants.
18638         (c-identifier-last-sym-match): Decommission since it's no longer used.
18640         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18642         * progmodes/cc-engine.el (c-forward-name): Remove the
18643         optimization when c-identifier-key is equal to c-symbol-key since
18644         it doesn't work in byte compiled files.  Don't record empty
18645         regions as identifiers.
18647         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18648         simplify access to `c-operators' and its likes.
18650         (c-operator-list, c-all-op-syntax-tokens)
18651         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18652         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18653         (c-primary-expr-regexp, c-cast-parens): Use it.
18655         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18656         an explicit language in functions.
18658         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18659         variant of adornment.
18661         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18662         variable.
18664         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18665         the Pike value.
18667         * progmodes/cc-engine.el (c-on-identifier)
18668         (c-simple-skip-symbol-backward): Small fix for handling "-"
18669         correctly in `skip-chars-backward'.  Affected the operator lfun
18670         syntax in Pike.
18672         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18673         diagnostic message about precompiled language vars not being used.
18675         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18676         "__attribute__" is followed by a parenthesis.
18678         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18679         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18680         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18682         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18683         Internal cleanups to properly detect the declared identifiers in
18684         various declarations.
18686         (c-decl-start-kwds): New language constant to recognize
18687         declarations that can start anywhere.  Used for class declarations
18688         in Pike.
18690         (c-specifier-key, c-not-decl-init-keywords)
18691         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18692         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18694         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18695         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18696         handling of the compiler specific extension keywords into a new
18697         language constant `c-decl-hangon-kwds' that defines keyword
18698         clauses to be ignored in declarations.
18700         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18701         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18702         Necessary to stop at the declared identifier in e.g. IDL valuetype
18703         declarations.
18705         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18706         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18707         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18708         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18709         class and enum declarations as such and not as part of the type.
18711         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18712         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18714         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18715         declarations when there's some syntax error later on.
18717         (c-complex-decl-matchers): Did away with a reference to
18718         `c-specifier-key'.
18720         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18721         value - this variable is always dynamically bound.
18723         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18724         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18725         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18726         functions that might do hidden buffer changes: All such internal
18727         functions are now marked instead of those that don't.
18729         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18730         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18731         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18732         (c-literal-type): Allow these functions to make hidden buffer changes,
18733         so that they are free to use text property caching later on.
18735         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18736         (c-electric-brace, c-electric-slash, c-electric-star)
18737         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18738         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18739         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18740         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18741         with the changed semantics of the functions above.
18743         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18744         when macros occur in obscure places.  Optimized the sexp movement
18745         a bit.
18747 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18749         Enhancements for c-beginning-of-statement to work in AWK Mode:
18751         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18752         (completed statement) with `}' (statement completed by closing
18753         brace or semicolon) and `$' (statement completed by EOL).
18755         (c-awk-virtual-semicolon-ends-prev-line-p)
18756         (c-awk-virtual-semicolon-ends-line-p)
18757         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18758         (c-awk-at-statement-end-p): New functions.
18760         * progmodes/cc-cmds.el: Simplify the structure of functions
18761         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18762         two functions and c-beginning-of-statement to handle AWK Mode.
18764         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18765         c-backward-single-comment for AWK mode.  Attempt to clarify their
18766         doc-strings.
18768         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18770 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18772         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18773         label handling.  Labels are now recognized in a uniform and more
18774         robust way, regardless of context.  Text properties are put on all
18775         labels to recognize the following declarations better.
18776         Multiword labels are handled both in indentation and fontification for
18777         the benefit of language extensions like Qt.  For consistency, keywords
18778         in labels are now fontified with the label face instead.
18779         That also applies to "case" and "default".
18781         (c-beginning-of-statement-1): Fix some bugs in the label
18782         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18783         with `c-label-kwds'.
18785         (c-find-decl-spots): Support that the callback adds more
18786         `c-decl-end' spots to find.
18788         (c-forward-decl-or-cast-1): Don't treat a list of plain
18789         identifiers followed by a colon as a declaration.
18791         (c-forward-label): New function to recognize labels.
18793         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18794         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18795         earlier since they aren't so context sensitive now.  Handle labels
18796         on the top level gracefully.  Moved access label recognition to
18797         the generic label case (CASE 15) - removed CASE 5E.
18799         (c-font-lock-declarations): Add recognition of labels in the
18800         same round since we need to handle labels in parallell with other
18801         declarations to recognize both accurately.  It should also improve
18802         speed.
18804         (c-simple-decl-matchers, c-basic-matchers-after):
18805         Move `c-font-lock-labels' so that it only is used on decoration level 2
18806         since `c-font-lock-declarations' handles it otherwise.
18808         (c-complex-decl-matchers): Remove the simplistic recognition of
18809         access labels.
18811         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18812         with labels earlier.
18814         (c-decl-start-re): New language variable to make
18815         `c-font-lock-declarations' stop for the special protection labels
18816         in Objective-C that start with `@'.
18818         (c-label-key): Remove since it's no longer used.
18820         (c-recognize-colon-labels, c-label-prefix-re): New language
18821         constants to support recognition of generic colon-terminated labels.
18823         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18824         are colon terminated labels.
18826         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18827         first argument starts with a special brace list.
18829         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18830         (c-font-lock-declarations): Break out the declaration and cast
18831         recognition from `c-font-lock-declarations' to a new function, so
18832         that it can be used in the indentation engine.
18834         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18835         up to the start of the literal.  Fixed bug with the point on the
18836         wrong side of the search limit that could happen when the start
18837         position is inside a literal.
18839         * progmodes/cc-engine.el (c-parse-state)
18840         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18841         so that it's kept a little bit back to increase the hit rate.
18843         (c-parse-state): Change the macro handling and fixed some
18844         glitches.  Macro context is checked more often than necessary now,
18845         but otoh less garbage conses are generated.
18847         * progmodes/cc-engine.el (c-parse-state)
18848         (c-invalidate-state-cache): Cache the last position where
18849         `c-state-cache' applies.  This can speed up refontification quite
18850         a bit in blocks where there are many non-brace parens before the point.
18852         (c-state-cache-end): New variable for this.
18854         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18855         cache variable.
18857         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18858         get close initial continue positions when the start position is
18859         inside a literal or macro.  Do not call the callback for spots
18860         before the start position (which can happen e.g. for `c-decl-end'
18861         spots inside comments).  Optimize better in special cases when the
18862         region is a single line inside a literal or macro (typically when
18863         the current line is refontified).
18865         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18866         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18867         entries from the paren state.
18869         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18870         special case for "else if" clauses.
18872         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18873         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18875         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18876         New language variable to recognize the gcc extension with statement
18877         blocks inside expressions.
18879         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18880         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18881         no longer used and hence removed.
18883         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18884         to `c-add-stmt-syntax'.
18886         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18887         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18888         This fixes bogus label recognition.
18890         * progmodes/cc-engine.el (c-add-type, c-check-type)
18891         (c-forward-name, c-forward-type): Improve storage of template
18892         types in `c-found-types' so that they can be recognized better.
18894         (c-syntactic-content): Add option to skip past nested parens.
18896         * progmodes/cc-engine.el (c-forward-name):
18897         Set `c-last-identifier-range' all the time.  It's less work that way.
18898         Handle that there might not be an identifier to store in
18899         `c-last-identifier-range'.
18901         (c-forward-type): Handle that `c-last-identifier-range' might be
18902         nil from `c-forward-name'.
18904         * progmodes/cc-defs.el (c-safe-scan-lists)
18905         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18907         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18908         to work even if the form fails.
18910         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18911         down in a large file in one go.
18913         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18915         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18916         function which is like `c-lineup-math' but returns nil instead of
18917         `c-basic-offset' when it doesn't match.
18919         (c-lineup-math): Change to use `c-lineup-assignments'.
18921 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18923         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18924         c-beginning-of-statement.  New subfunctions
18925         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18927 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18929         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18930         hardcoded char classes whereever possible.  Changed a couple of
18931         places to use skip by syntax instead of skip by char class.
18933         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18934         Fix a bug in the regexp that caused extreme backtracking.
18936         * progmodes/cc-langs.el (c-block-comment-starter)
18937         (c-block-comment-ender): New language constants to specify in a
18938         single place how block comments look.
18940         (c-comment-start-regexp, c-block-comment-start-regexp)
18941         (comment-start, comment-end, comment-start-skip)
18942         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18943         (c-syntactic-ws, c-nonempty-syntactic-ws)
18944         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18945         `c-line-comment-starter', `c-block-comment-starter' and
18946         `c-block-comment-ender'.
18948         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18949         New language constants to break up things a bit.
18951         (c-simple-ws): New language constant for simple whitespace.
18953         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18955         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18956         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18957         newlines.  Allow and ignore nil elements in the list.
18959 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18961         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18962         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18964         * progmodes/cc-cmds.el: Tidy up the comments in
18965         c-beginning-of-statement and subfunctions.
18967         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18968         more flexible c-put-char-property and c-clear-char-properties.
18969         Add the author's email address.
18971         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18973         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18974         closing "*/" of a block comment.
18976         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18977         subfunctions) so that it works at BOB and EOB.
18979         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18980         c-beginning-of-statement, including new variable
18981         c-block-comment-start-regexp.
18983 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18985         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18986         symbols from `*-font-lock-extra-types' so that there's no need to
18987         use `regexp-opt' on those lists.
18989         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18990         `c-type-modifier-kwds' is empty.
18992         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18993         there are several strings on the same line.
18995         * progmodes/cc-engine.el (c-literal-limits): Remove the
18996         compatibility function for older emacsen.  `c-literal-limits-fast'
18997         has now taken the place of this function.
18999         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19000         with older emacsen: We now require `pps-extended-state'.
19002 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19004         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19005         which obviates the need to hack sentence-end.  This now handles
19006         escaped newlines in strings correctly.  Correct minor bugs in
19007         c-move-over-sentence and in c-beginning-of-statement.
19009         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19010         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19011         that movement over macros and code are rigorously separated from
19012         eachother.  Correct a few incidental bugs.
19014         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19015         Improve its doc-string.  Improve the handling of certain specific cases.
19017 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19019         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19020         (c-guess-basic-syntax): Change the way class-level labels are
19021         recognized; they can now contain essentially any symbols.
19023         (c-opt-extra-label-key): New language variable to cope with the
19024         special protection label syntax in Objective-C.
19026         (c-opt-access-key): Remove; this is now handled better by
19027         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19029         (c-complex-decl-matchers): Update to handle that
19030         `c-opt-access-key' no longer exists.
19032         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19033         improved label recognition in `c-beginning-of-statement-1'.
19035         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19036         Recognize bitfields better.
19038         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19039         Remove some cruft and fixed a bug that could cause it to go to a
19040         position further down.
19042         * progmodes/cc-langs.el, cc-engine.el
19043         (c-beginning-of-statement-1): Improve detection of labels in
19044         declaration contexts.
19046         (c-beginning-of-decl-1): Use it.
19048         (c-nonlabel-token-key): New language constant and variable needed
19049         by `c-beginning-of-statement-1'.
19051         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19052         manifested itself due to the correction in `c-forward-sexp'.
19054         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19055         Make these behave as documented when used at the buffer limits.
19057         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19058         (c-type-decl-end-used): Made this a language variable.
19060         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19061         correctly when `combine-after-change-calls' is used together with
19062         temporary narrowings.
19064         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19065         Report labels correctly when the start point is immediately after the
19066         colon.
19068         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19069         Remove since it isn't used anymore.
19071         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19072         bracket arglists such as template parens in C++.
19074         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19075         in the last check-in.  Some optimization.
19077         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19078         where it could stop at the same level in a preceding sexp when
19079         PAREN-LEVEL is set.
19081         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19082         text property lookup only when it's needed.
19084         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19085         Change the policy for paren marked angle brackets to be more
19086         persistent; once marked they remain marked even when they're found
19087         to be unbalanced in the searched region.  This should keep the
19088         paren syntax around even when individual lines are refontified in
19089         multiline template arglists.
19091         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19092         to control markup so that incorrect angle bracket arglists aren't
19093         marked in contexts where the correct value for
19094         `c-disallow-comma-in-<>-arglists' isn't known.
19096         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19097         argument has become `c-parse-and-markup-<>-arglists'.
19099         (c-remove-<>-arglist-properties): Remove - no longer used.
19101         (c-after-change-check-<>-operators): New function used on
19102         `after-change-functions' to avoid that "<" and ">" characters that
19103         are part of longer operators have paren syntax.
19105         (c-<>-multichar-token-regexp): New language variable used by
19106         `c-after-change-check-<>-operators'.
19108         (c-after-change): Call `c-after-change-check-<>-operators'.
19110         (c-font-lock-<>-arglists): Use the context properties set by
19111         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19112         correctly to avoid doing invalid markup.
19114         (c-font-lock-declarations): Remove code that undoes the invalid
19115         markup done by `c-font-lock-<>-arglists'.
19117         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19118         after `c-font-lock-declarations'.
19120         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19121         Add paren-level feature.
19123         (c-guess-basic-syntax): Improve the anchor position for
19124         `template-args-cont' in nested template arglists.  There's still
19125         much to be desired in this area, though.
19127 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19129         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19130         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19132 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19134         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19135         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19137         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19138         it doesn't work no longer are supported.
19140         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19141         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19142         requires support for the syntax-table' text property, which rules
19143         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19144         cruft associated with those versions.
19146         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19147         for the `syntax-table' text property, which rules out Emacs 19 and
19148         XEmacs < 21.4.  Removed various compatibility cruft associated
19149         with those versions.
19151         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19152         support for the `syntax-table' text property.
19154         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19155         variable and use an extra quoted face name instead.  All the
19156         emacsen flavors handle that correctly.
19158         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19159         (c-font-lock-declarators, c-font-lock-declarations)
19160         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19161         property to mark the items in in declarator lists to handle
19162         refontification inside multiline declarations better.
19164         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19165         construct like "a * b = c;" as a declaration.
19167 2005-12-08  Kim F. Storm  <storm@cua.dk>
19169         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19170         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19171         select either meta, hyper, or super modifier for rectangle commands.
19172         (cua--rectangle-modifier-key): New defvar.
19173         (cua--M/H-key): Use it.  Remove special case for `space'.
19174         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19175         on X, to meta otherwise.  Always bind C-return to toggle
19176         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19178         * emulation/cua-rect.el (cua-help-for-rectangle):
19179         Use cua--rectangle-modifier-key.  Handle super modifier too.
19180         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19181         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19183         * ido.el: Move Acknowledgements and History after Commentary.
19184         Minor changes to Commentary.
19186         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19187         keymap if cua--prefix-override-timer is `shift'.
19188         (cua--shift-control-prefix): New function; emulate "type prefix
19189         key twice" functionality to handle shifted prefix key override.
19190         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19191         New commands.
19192         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19194 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19196         * textmodes/org.el (org-insert-heading): Try to do items before
19197         headings.
19198         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19199         (org-insert-item): New function.
19200         (org-renumber-ordered-list): Don't skip to higher level lists.
19202 2005-12-08  Juri Linkov  <juri@jurta.org>
19204         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19206         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19208         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19210         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19211         the constructed function name fun-1.
19213         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19214         because such links don't lead to parent documentation.
19216 2005-12-08  Kenichi Handa  <handa@m17n.org>
19218         * descr-text.el (describe-char): Use *Help-2* buffer if the
19219         current buffer is *Help*.  Call describe-text-properties while
19220         setting the original buffer.
19222 2005-12-07  Bill Wohler  <wohler@newt.com>
19224         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19225         and causes problems with non-MH users (such as Gnus users).
19227 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19229         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19230         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19231         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19232         command "info sources".  Move calls to GDB command "list".
19233         (gdb-find-file-hook): Just use gdb-source-file-list.
19234         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19235         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19236         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19237         (gdb-data-list-register-values-handler): Use correct trigger name.
19239 2005-12-07  Kim F. Storm  <storm@cua.dk>
19241         * ido.el (ido-completion-map): Rename from ido-mode-map.
19242         (ido-common-completion-map, ido-file-completion-map)
19243         (ido-file-dir-completion-map, ido-buffer-completion-map):
19244         Rename from ido-mode-....-map.
19245         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19246         (ido-setup-completion-map): Rename from ido-define-mode-map.
19247         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19248         to ido-completion-map.
19250 2005-12-07  Kenichi Handa  <handa@m17n.org>
19252         * international/mule-cmds.el
19253         (set-display-table-and-terminal-coding-system): If the coding
19254         system specified in `unibyte-display' property is different from
19255         the arg coding-system, don't setup standard-display-table.
19257 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19259         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19260         that comments end at \n, regardless of selective-display.
19262 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19264         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19265         (gdb-version): New variables.
19266         (gdb-source-file-list, gdb-register-names)
19267         (gdb-changed-registers): New variables for use with GDB 6.4+.
19268         (gdb-ann3): Replace with...
19269         (gdb-init-1, gdb-init-2): ...two new functions.
19270         (gdba, gdb-prompt): Call gdb-init-1.
19271         (gdb-get-version): New function.  Call gdb-init-2 from here.
19272         (gud-watch): Make it work with mouse events too.
19273         (gdb-post-prompt): Don't add to queue until GDB version is known.
19274         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19275         (gdb-locals-mode): Use gdb-version.
19276         (gdb-memory-format-map, gdb-memory-unit-map)
19277         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19278         (gdb-locals-font-lock-keywords-1)
19279         (gdb-locals-font-lock-keywords-2): New variables.
19280         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19281         (gdb-set-gud-minor-mode-existing-buffers-1)
19282         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19283         (gdb-var-update-1, gdb-var-update-handler-1)
19284         (gdb-data-list-register-values-handler)
19285         (gdb-data-list-register-values-custom)
19286         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19287         (gdb-stack-list-locals-handler, gdb-get-register-names):
19288         New functions for use with GDB 6.4+.
19289         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19290         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19291         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19292         (gdb-stack-list-locals-regexp)
19293         (gdb-data-list-register-names-regexp): New regexps for use with
19294         GDB 6.4+.
19296 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19298         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19300 2005-12-06  Nozomu Ando  <nand@mac.com>
19302         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19303         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19304         <seallan@verizon.net>.
19306 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19308         * frame.el (set-frame-parameter): Add doc string.
19310 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19312         * textmodes/org.el (org-occur-highlights): New variable.
19313         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19314         (org-highlight-sparse-tree-matches): New option.
19315         (org-do-occur): New function.
19316         (org-get-heading): Make it work also at beginning of line.
19317         (org-category-table): New variable.
19318         (org-get-category-table, org-get-category)
19319         (org-camel-to-words, org-link-search): New functions.
19320         (org-select-this-todo-keyword): New variable.
19321         (org-todo-list): New command.
19322         (org-shiftright, org-shiftleft): New commands.
19323         (org-agenda-todo): Add prefix argument.
19324         (org-show-hierarchy-above): New option.
19325         (org-show-todo-tree): Numerical prefix creates tree for specific
19326         TODO keyword.
19327         (org-outline-level): New function, to assign a level to plain
19328         lists items.
19329         (org-cycle-include-plain-lists): New option.
19330         (org-mode): Use `org-outline-level' as value of `outline-level'.
19331         (org-cycle): Temporarily switch `outline-regexp' if
19332         `org-cycle-include-plain-lists' is non-nil.
19333         (org-start-icalendar-file): Fix format bug.
19334         (org-agenda-get-day-entries): Create category table.
19335         (org-agenda-get-todos, org-agenda-get-timestamps)
19336         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19337         (org-agenda-get-blocks): Use `org-get-category'.
19338         (org-context-in-file-links): Rename from
19339         `org-line-numbers-in-file-links'.
19341 2005-12-06  Romain Francoise  <romain@orebokech.com>
19343         * window.el (balance-windows): Delete extraneous third arg in call
19344         to `enlarge-window'.
19346 2005-12-06  Kenichi Handa  <handa@m17n.org>
19348         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19350 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
19352         * progmodes/gdb-ui.el (gdb-var-create-handler)
19353         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19354         (gdb-var-list-children-handler, gdb-var-update-handler):
19355         Current buffer is already gdb-partial-output-buffer, don't
19356         make it current again.
19358 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
19360         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19361         (list-buffers-noselect): Use it.
19363 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19365         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19366         (mail-yank-ignored-headers): Use regexp-opt.
19367         (mail-mode-map): Move initialization into declaration.
19368         (mail-sent-via): Remove unused shadowed var `to-line'.
19369         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19370         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19371         (mail-do-fcc): Use dolist and push.
19372         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19373         (mail-yank-ignored-headers): Don't autoload.
19375 2005-12-05  Kenichi Handa  <handa@m17n.org>
19377         * international/mule-cmds.el (set-language-info-internal): New fun.
19378         (set-language-info): Call set-language-info-internal to update
19379         language-info-alist.  If LANG-ENV is the current one, call
19380         set-language-environment to make INFO effective now.
19381         (set-language-info-alist): Likewise.
19382         (locale-language-names): With locale "en", use English
19383         lang. env. but set the default codings to iso-8859-1.
19385 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
19387         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19388         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19389         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19390         for plain strings.
19391         (gdb-frames-mode): Remove redundant call to font-lock-mode.
19392         (gdb-all-registers): Rename from toggle-gdb-all-registers.
19393         Create registers buffer if necessary.  Echo new state in minibuffer.
19394         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19396 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
19398         * info.el (Info-fontify-node): Match external links using
19399         non-directory part of filename.
19401 2005-12-04  Juri Linkov  <juri@jurta.org>
19403         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19404         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
19405         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19406         because there is no customization option for it.
19408         * font-lock.el (lisp-font-lock-keywords-1):
19409         Add define-global-minor-mode.
19411         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19413         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19414         properties on the constructed variable names.
19416         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19417         Put `definition-name' properties on the constructed function names
19418         next-sym and prev-sym.
19420         * emacs-lisp/find-func.el (find-function-regexp):
19421         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
19422         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
19423         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19424         and easy-menu-define.
19426         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19427         easy-mmode-define-global-mode and define-global-minor-mode.
19428         (lisp-imenu-generic-expression): Add define-global-minor-mode.
19430         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19431         instead of easy-mmode-define-global-mode.
19433         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19434         Use define-minor-mode instead of easy-mmode-define-minor-mode.
19436         * cus-edit.el (customize-group, customize-group-other-window):
19437         Filter out autoloaded options from the group completion list by
19438         using heuristics that autoloaded groups don't have `custom-autoload'
19439         property on their symbols (they have only `custom-loads').
19441         * simple.el (completion-setup-function): Put completions-common-part
19442         face on complete completion string too (i.e. completion string
19443         without completions-first-difference face).
19445         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19447 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
19449         * view.el (view-mode): Doc fix.
19451         * disp-table.el (standard-display-european): Add to the warning
19452         message a reference to the doc string.
19454         * play/yow.el (apropos-zippy): Call print-help-return-message,
19455         similar to other Help and Apropos commands.
19457         * help.el (print-help-return-message): If pop-up-frames is
19458         non-nil, set up help-return-method to delete the help window and,
19459         possibly, its frame as well, and don't display message about
19460         scrolling the help window.  Doc fix.
19461         (help-return-method): Doc fix.
19463 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
19465         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19466         whereby names of length one or names starting with a
19467         symbol-constituent character would not be returned.
19469 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19471         * subr.el (atomic-change-group): Add edebug and indentation spec.
19473 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19475         * completion.el (save-completions-file-name): Fix typo in last change.
19477 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19479         * info.el: Move back/forward history to the beginning of the tool bar.
19481 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
19483         * allout.el (eval-when-compile): Remove unnecessary load of cl.
19484         Add fset of allout-real-isearch-abort during compile to fix
19485         byte-compilation warnings.
19486         (allout-mode-p): Move definition of this macro above all uses, or
19487         byte compilation in barren Emacs (eg, during Emacs build) will
19488         lack the definition.
19489         (allout-mode): Move this variable above any uses, or byte
19490         compilation will fail.
19491         (allout-resolve-xref): Remove use of personal file-reference function.
19492         (allout-toggle-current-subtree-encryption): Do the current (ie,
19493         visible containing) topic, rather than nearest around point.  Doc fix.
19494         (allout-toggle-subtree-encryption): New function, workhorse that
19495         works on nearest topic containing point.
19496         (allout-encrypt-string): Signal requirement for newer version of pgg.
19497         (allout-resumptions): Doc fix.
19499 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
19501         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19503 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
19505         * textmodes/flyspell.el (flyspell-external-point-words):
19506         Consider a misspelling as found in the string search if: (a) misspelling
19507         and found string lengths match, or (b) misspelling is found as
19508         element in a boundary-chars separated longer string, or (c)
19509         ispell-program-name is really ispell and misspelling is found as
19510         part of a TeX string.  After successful match move beginning of
19511         search region to end of match.  Warn about not found misspellings
19512         once the process is done.
19513         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19515 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
19517         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19518         tool bar (removed inadvertently).
19520 2005-12-02  Juri Linkov  <juri@jurta.org>
19522         * log-view.el (log-view-diff): Clarify doc string.
19524 2005-12-01  Bill Wohler  <wohler@newt.com>
19526         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19527         triggers lm-verify errors.
19529 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
19531         * simple.el (transient-mark-mode, line-number-mode)
19532         (column-number-mode, size-indication-mode): Remove `:require nil'.
19534 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
19536         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19537         in the margin also.
19538         (gdb-breakpoints-mode-map): Use D instead of d for
19539         gdb-delete-breakpoint.
19540         (gdb-get-frame-number): Require a number to match on.
19541         (gdb-threads-mode-map): Add follow-link binding.
19543 2005-11-30  Jason Rumney  <jasonr@gnu.org>
19545         * isearch.el (isearch-mode-map): Avoid exiting search on
19546         language-change event.
19548 2005-11-30  Romain Francoise  <romain@orebokech.com>
19550         * speedbar.el (speedbar-default-position): New defcustom.
19551         (speedbar-frame-reposition-smartly): Use it.
19553         * dframe.el (dframe-reposition-frame-emacs): Fix position
19554         computation for `left' location.
19555         Update copyright year.
19557 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19559         * help.el (help-map): Move initialization into declaration.
19561         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19563         * help-fns.el (help-argument-name): Don't autoload.
19564         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19565         to be re-loaded when customizing the `help' group.
19567 2005-11-30  John Paul Wallington  <jpw@gnu.org>
19569         * help-fns.el (describe-function-1): Fill arglist output.
19571 2005-11-30  Kim F. Storm  <storm@cua.dk>
19573         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19574         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19575         after revert-buffer (or anything else which kills all local variables).
19577         * apropos.el (apropos-parse-pattern): Doc fix.
19578         Set apropos-regexp directly, rather than expecting callers to do so.
19579         (apropos-command, apropos, apropos-value, apropos-documentation):
19580         Simplify calls to apropos-parse-pattern.
19582 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19584         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19585         (hi-lock-face-phrase-buffer): Use hi-yellow face.
19586         (hi-lock-write-interactive-patterns): Use comment-region.
19588         * longlines.el (longlines-mode): Add mail-setup-hook.
19590         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19592         * simple.el (sendmail-user-agent-compose, next-line):
19593         Conditionally use hard-newline.
19595 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19597         * international/latexenc.el (latex-inputenc-coding-alist):
19598         Reword doc string.
19600 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19602         * help.el (describe-key-briefly, describe-key): Recognize default
19603         bindings.
19605 2005-11-29  Romain Francoise  <romain@orebokech.com>
19607         * view.el (view-inhibit-help-message): New defcustom.
19608         (view-mode-enter): Use it.
19610 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
19612         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19613         Preserve user position.
19615 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19617         * font-lock.el: Throw error if facemenu is not loaded to prevent
19618         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19620         * loadup.el: Add comment explaining why facemenu must be loaded
19621         before font-lock.
19623 2005-11-28  Jay Belanger  <belanger@truman.edu>
19625         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19626         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19628         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19630         * calc/calc-embed.el (calc-do-embedded): Update help message.
19632         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19634 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19636         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19638         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19639         called-interactively-p.
19640         (elp-profilable-p): Rename from elp-not-profilable-p.
19641         Invert result and take into account macros and autoloaded functions.
19642         (elp-instrument-function): Update call.
19643         (elp-instrument-package): Update call.  Add completion.
19644         (elp-pack-number): Use match-string.
19645         (elp-results-jump-to-definition-by-mouse): Merge into
19646         elp-results-jump-to-definition and then remove.
19647         (elp-output-insert-symname): Make help echo text single-line.
19649         * replace.el (query-replace-map): Move initialization into declaration.
19650         (occur-engine): Use with-current-buffer.
19651         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19652         (occur-mode-mouse-goto): Replace with an alias.
19654 2005-11-28  Juri Linkov  <juri@jurta.org>
19656         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19658         * term/w32-win.el: Bind [S-tab] to [backtab].
19660         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19661         `Info-find-file' to t.
19663         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19664         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19665         and same-window-regexps.
19666         (occur-next-error): Don't move point for arg 0.
19668 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19670         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19672 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19674         * log-edit.el (log-edit-changelog-use-first): New var.
19675         (log-edit-changelog-ours-p): Use it.
19676         (log-edit-insert-changelog): Set it with new arg `use-first'.
19677         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19678         (log-edit-hook): Add them to the list of suggested options.
19680         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19681         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19682         redundant work.
19683         (flyspell-mode-on): Use add-hook for after-change-functions.
19684         (flyspell-mode-off): Use remove-hook for after-change-functions.
19685         (flyspell-changes): Make it buffer-local.
19686         (flyspell-after-change-function): Make it non-interactive.  Use push.
19687         (flyspell-post-command-hook): Check input-pending-p while processing
19688         the potentially long list of buffer changes.
19690 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19692         * buff-menu.el (list-buffers-noselect): Display the selected
19693         frame's buffer list, not the global one.
19695 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19697         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19698         that (list last-input-event) works as in interactive spec.
19700 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19702         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19703         `facemenu-keymap' needs to be defined when font-lock is loaded.
19704         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19706 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         * completion.el: Remove useless leading * in defcustom docstrings.
19709         (save-completions-file-name): Use ~/.emacs.d if available.
19710         (completion-standard-syntax-table): Rename from
19711         cmpl-standard-syntax-table and fold initialization into declaration,
19712         thus removing cmpl-make-standard-completion-syntax-table.
19713         (completion-lisp-syntax-table, completion-c-syntax-table)
19714         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19715         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19716         (symbol-under-point, symbol-before-point)
19717         (symbol-under-or-before-point, symbol-before-point-for-complete)
19718         (add-completions-from-c-buffer): Use with-syntax-table.
19719         (make-completion): Don't return a list of completion entries.
19720         Update callers.
19721         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19722         (completion-initialize): Rename from initialize-completions.
19723         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19724         (kill-emacs-save-completions): Collect stats here.
19725         (save-completions-to-file, load-completions-from-file):
19726         Use with-current-buffer.
19727         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19728         into a function.  Move all calls to toplevel.
19729         (completion-lisp-mode-hook): New fun.
19730         (completion-c-mode-hook, completion-setup-fortran-mode):
19731         Set the syntax-table here.  Use local-set-key.
19732         (completion-saved-bindings): New var.
19733         (dynamic-completion-mode): Make it into a proper minor mode.
19734         (load-completions-from-file): Remove unused var `num-uses'.
19736         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19737         constructor if it is explicitly overridden.
19739         * complete.el (PC-completion-as-file-name-predicate):
19740         Use minibuffer-completing-file-name.
19741         (partial-completion-mode): Use find-file-not-found-functions.
19742         (PC-lisp-complete-symbol): Use with-syntax-table.
19743         (PC-look-for-include-file): Remove dead setq.
19744         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19745         (PC-complete): Use with-current-buffer.
19747         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19748         escape single quotes.
19750 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19752         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19753         of `if' whose condition always returned nil.  Doc fix.
19755         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19756         window's buffer the current buffer around the call to
19757         `list-buffers-noselect'.  This is necessary to mark that buffer
19758         with a `.' in the Buffer Menu when called from Lisp, for instance
19759         by Auto Revert Mode.
19761 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19763         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19764         attaching to it.
19765         (gdb-pre-prompt): Make sure gdb-error is reset.
19767         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19768         with a child process, detect it.
19769         (gud-speedbar-buttons): Match regexp more carefully.
19771 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19773         * mouse.el (mouse-drag-move-window-bottom):
19774         Use adjust-window-trailing-edge.
19776 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19778         * simple.el (blink-matching-open): Ignore
19779         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19780         (blink-matching-paren-on-screen): Update docstring.
19782         * paren.el (show-paren-mode): No longer change
19783         `blink-matching-paren-on-screen'.
19785 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19787         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19788         (gdb-threads-select, gdb-edit-register-value):
19789         Use `posn-set-point' instead of `mouse-set-point' because the
19790         latter is not fbound when configured without X.
19792 2005-11-27  Kim F. Storm  <storm@cua.dk>
19794         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19795         existing face when partially highlighting a TAB in a rectangle.
19797 2005-11-26  Kim F. Storm  <storm@cua.dk>
19799         * ido.el (ido-mode-map): Doc fix.
19800         (ido-mode-common-map, ido-mode-file-map)
19801         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19802         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19803         parent for ido-mode-map instead of building from scratch.
19804         (ido-init-mode-maps): New defun to initialize new maps.
19805         (ido-mode): Call it.
19806         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19807         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19809 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19811         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19812         `mouse-set-point' because the latter is not fbound when configured
19813         without X.
19815 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19817         * files.el (file-relative-name): Doc fix.
19819 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19821         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19822         non-empty string for secondary prompt PS2.
19824 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19826         * progmodes/compile.el (compilation-setup): Fix last change.
19828 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19830         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19831         (gdb-mouse-toggle-breakpoint-margin)
19832         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19833         Add gdb-server-prefix to keep out of command history.
19834         (gdb-edit-register-value): New function.
19835         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19836         (gdb-info-registers-custom): Use above map.
19838 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19840         * custom.el (enable-theme): Signal error if argument is not a
19841         theme.  Don't recalculate a face if it's not loaded yet.
19843         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19844         the `user' theme is in effect.
19846         * info.el (Info-on-current-buffer): Record actual filename in
19847         Info-current-file, instead of t, or a fake filename if a non-file
19848         buffer.  Make autoload.
19849         (Info-find-node, Info-revert-find-node): No need to check for
19850         Info-current-file nil.
19851         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19852         Info-current-file is now never `t'.
19853         (Info-fontify-node): Many simplifications due to Info-current-file
19854         always being valid.  Use Info-find-file to find node filename.
19856 2005-11-25  David Kastrup  <dak@gnu.org>
19858         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19859         new character, then delete" in order to preserve markers.
19861 2005-11-25  David Ponce  <david@dponce.com>
19863         * recentf.el (recentf-arrange-by-rule): Handle a special
19864         `auto-mode-alist'-like "strip suffix" rule.
19865         (recentf-build-mode-rules): Handle second level auto-mode entries.
19867 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19869         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19870         window modes.
19872         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19873         jde-javadoc-checker-report-mode.
19875         * ediff-wind (ediff-make-wide-display): Slight simplification.
19877         * ediff.el (ediff-date): Change the date of last update.
19879 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19881         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19882         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19883         (hi-lock-mode): New global minor mode.
19884         (turn-on-hi-lock-if-enabled): New function.
19885         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19886         Change arguments to regexp and face instead of a font-lock pattern.
19887         Directly set face property, instead of refontifying.
19888         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19889         (hi-lock-find-patterns): Use line-number-at-pos.
19891         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19892         arguments for hi-lock-set-pattern.
19893         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19894         Call font-lock-fontify-buffer.
19895         (hi-lock-find-file-hook, hi-lock-current-line)
19896         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19898         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19899         turned off.
19901         * progmodes/compile.el (compilation-setup): Don't fiddle with
19902         font-lock-defaults.
19904 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19906         * progmodes/gdb-ui.el (gdb-var-create-handler)
19907         (gdb-var-list-children-handler): Find values for all variable
19908         objects.  gud-speedbar-buttons decides whether to display them.
19910 2005-11-24  Romain Francoise  <romain@orebokech.com>
19912         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19913         buffer name with a space.
19915 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19917         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19918         `org-export-local-list-max-depth'.  Change default value to 3.
19919         (org-auto-renumber-ordered-lists)
19920         (org-plain-list-ordered-item-terminator): New options.
19921         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19922         (org-get-indentation, org-get-string-indentation)
19923         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19924         New functions.
19925         (org-move-item-down, org-move-item-up): New commands.
19926         (org-export-as-html): New classes for CSS support.  Bug fix in
19927         regular expression detecting fixed-width regions.  Respect
19928         `org-local-list-ordered-item-terminator'.
19929         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19930         also a list item.
19931         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19932         New item moving functions.
19934 2005-11-24  Juri Linkov  <juri@jurta.org>
19936         * isearch.el (isearch-repeat): With empty search ring set
19937         `isearch-error' to the error string instead of signaling error
19938         with the function `error'.
19940 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19942         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19944 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19946         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19947         and variable.
19948         (gdb-var-create-handler, gdb-var-list-children-handler):
19949         Don't match on "char **...".
19950         (gdb-var-update-handler): Find values for all variable objects.
19951         (gdb-info-frames-custom): Identify frames by leading "#".
19953         * progmodes/gud.el (gud-speedbar-menu-items): Add
19954         gdb-speedbar-auto-raise as radio button.
19955         (gud-speedbar-buttons): Raise speedbar if requested.
19956         Don't match on "char **...".
19957         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19958         Make it editable.
19960 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19962         * info.el (Info-fontify-node): Handle the case where
19963         Info-current-file is t.
19965 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19967         * simple.el (blink-matching-open): Fix off-by-one in last change.
19969 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19971         * term/mac-win.el: Don't change default directory.
19973 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19975         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19976         buffers correctly.  (It used to throw an error in such buffers.)
19977         Make it ask for confirmation in group buffers and other Custom
19978         buffers containing more than one customization item.
19980 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19982         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19983         property on mail and url overlays.
19984         (goto-address-at-point): Use `posn-set-point' instead of
19985         `mouse-set-point' because the latter is not fbound when configured
19986         without X.
19988 2005-11-22  Lars Hansen  <larsh@soem.dk>
19990         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19991         (ls-lisp-classify, ls-lisp-format): Delete call to
19992         ls-lisp-parse-symlink.
19993         (ls-lisp-handle-switches): Handle symlinks to directories as
19994         directories when ls-lisp-dirs-first in non-nil.
19996 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19998         * startup.el (command-line): Make sure that loaddefs.el is handled
19999         correctly in load-history.
20001 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
20003         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20004         (gdb-struct-string, gdb-array-string): New constants.
20005         (gdb-info-locals-handler): Use them.
20006         (gdb-reset): Reset gdb-var-list to nil.
20008 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20010         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20011         in patterns.
20013 2005-11-21  Juri Linkov  <juri@jurta.org>
20015         * custom.el (defcustom): Update link types in docstring.
20017 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20019         * custom.el (defgroup): Add doc-string-elt info.
20021         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20023 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20025         * newcomment.el (comment-enter-backward): Fix last fix.
20027         * simple.el (blink-matching-open):
20028         * paren.el (show-paren-function): Allow new paren-class info.
20030 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20032         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20033         handled automagically.
20035 2005-11-20  Andreas Schwab  <schwab@suse.de>
20037         * descr-text.el (describe-char): When copying overlays put them
20038         over the full char description instead of just the first character
20039         of it.
20041 2005-11-20  Juri Linkov  <juri@jurta.org>
20043         * simple.el (what-cursor-position):
20044         * descr-text.el (describe-char): Use Lisp-readable syntax
20045         for octal and hex.  Reorder decimal, octal and hex values.
20046         Remove excess whitespace in the output.  Use `=' in `column='
20047         like in `point=' and `Hscroll='.
20049         * international/mule-cmds.el (encoded-string-description):
20050         Use Lisp-readable syntax for hex.
20052 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20054         * newcomment.el (comment-enter-backward): Handle the case where the
20055         comment is closed by EOB.
20057 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20059         * longlines.el (longlines-before-revert-hook)
20060         (longlines-after-revert-hook): New functions.
20061         (longlines-mode): Turn off longlines temporarily when reverting.
20062         Add a message-setup-hook.
20063         (longlines-decode-buffer): New function.
20064         (longlines-wrap-line): Preserve marker positions.
20066 2005-11-19  Andreas Schwab  <schwab@suse.de>
20068         * emacs-lisp/shadow.el: Handle compressed files.
20070 2005-11-19  Romain Francoise  <romain@orebokech.com>
20072         * net/browse-url.el (browse-url-default-browser): Signal an error
20073         if no usable browser can be found, rather than try to load w3.
20075 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20077         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20078         replacing existing properties.
20079         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20080         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20081         tty specs.
20082         (rcirc-server-prefix, rcirc-server): New faces.
20083         (rcirc-url-regexp): Generate with rx macro.
20084         (rcirc-last-server-message-time): New variable.
20085         (rcirc-filter): Record time of last message.
20086         (rcirc-keepalive): Kill processes that did not send a message
20087         since the last ping.
20088         (rcirc-mode): Give rcirc-topic a local binding here.
20090 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20092         * subr.el (read-passwd): Fontify the prompt as we do with other
20093         prompts.
20095 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20097         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20098         binding buffer-read-only to nil.
20100 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20102         * complete.el (partial-completion-mode):
20103         Mention completion-auto-help in the doc string.
20105         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20106         more Lisp-ish way.
20108 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20110         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20111         digits, not 8, to avoid misalignment for files larger than 100MB.
20113 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20115         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20116         Mention "keyboard shortcuts" in the help text.
20118 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20120         * startup.el (fancy-splash-default-action): Discard only
20121         mouse-down and succeeding mouse-up events in the splash screen
20122         window so that drag-n-drop event can be processed.
20124 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20126         * longlines.el (longlines-mode): Add hacks for mail-mode and
20127         message-mode.
20129 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20131         * textmodes/org.el (org-table-sort-lines): New command.
20132         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20133         (org-add-file): Command removed, use `org-agenda-file-to-front'
20134         instead.
20135         (org-export-icalendar): Use `org-icalendar-combined-name'.
20136         (org-cycle-agenda-files, org-agenda-file-to-end)
20137         (org-agenda-file-to-front): New commands.
20138         (org-table-tab-jumps-over-hlines, org-export-html-style):
20139         New options.
20140         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20141         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20142         New functions.
20143         (org-fill-paragraph): Call `org-table-align' in tables.
20144         (org-mode): Call `org-set-autofill-regexps'.
20145         (org-export-as-html): Support for local handformatted lists.
20146         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20147         (org-export-local-list-max-depth): New option.
20148         (org-html-expand): Use `org-html-protect'.
20150 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20152         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20153         to "p".
20154         (gdb): Move definition of gud-pp to...
20156         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20157         speedbar.
20158         (gdb-find-watch-expression): New function.
20160 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20162         * faces.el (face-attribute, set-face-attribute): Mention existence
20163         of `:ignore-defface' setting in docstring.
20165 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20167         * simple.el (completion-setup-function): Fix last change.
20169 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20171         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20172         Use `posn-set-point' instead of `mouse-set-point' because the
20173         latter is not fbound when configured without X.
20175         * comint.el (comint-insert-input): Likewise.
20177 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20179         * simple.el (hard-newline): New variable.
20180         (sendmail-user-agent-compose, next-line): Use it.
20182         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20183         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20184         (mail-mail-reply-to, mail-mail-followup-to)
20185         (mail-position-on-field, mail-signature, mail-yank-original)
20186         (mail-attach-file): Likewise.
20188         * mail/mailheader.el (mail-header-format)
20189         (mail-header-format-function): Likewise.
20191         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20193 2005-11-17  Juri Linkov  <juri@jurta.org>
20195         * font-lock.el (font-lock-faces): Rename this defgroup from
20196         `font-lock-highlighting-faces'.
20197         (font-lock-comment-face, font-lock-comment-delimiter-face)
20198         (font-lock-string-face, font-lock-doc-face)
20199         (font-lock-keyword-face, font-lock-builtin-face)
20200         (font-lock-function-name-face, font-lock-variable-name-face)
20201         (font-lock-type-face, font-lock-constant-face)
20202         (font-lock-warning-face, font-lock-negation-char-face)
20203         (font-lock-preprocessor-face)
20204         (font-lock-regexp-grouping-backslash)
20205         (font-lock-regexp-grouping-construct): Rename :group from
20206         `font-lock-highlighting-faces' to `font-lock-faces'.
20208         * cus-edit.el (lisp, c, tex):
20209         * progmodes/ada-mode.el (ada):
20210         * progmodes/asm-mode.el (asm):
20211         * progmodes/cperl-mode.el (cperl-faces):
20212         * progmodes/cpp.el (cpp):
20213         * progmodes/dcl-mode.el (dcl):
20214         * progmodes/f90.el (f90):
20215         * progmodes/fortran.el (fortran):
20216         * progmodes/icon.el (icon):
20217         * progmodes/idlwave.el (idlwave-misc):
20218         * progmodes/m4-mode.el (m4):
20219         * progmodes/make-mode.el (makefile):
20220         * progmodes/meta-mode.el (meta-font):
20221         * progmodes/modula2.el (modula2):
20222         * progmodes/octave-mod.el (octave):
20223         * progmodes/pascal.el (pascal):
20224         * progmodes/perl-mode.el (perl):
20225         * progmodes/prolog.el (prolog):
20226         * progmodes/ps-mode.el (PostScript-edit):
20227         * progmodes/scheme.el (scheme):
20228         * progmodes/sh-script.el (sh-script):
20229         * progmodes/simula.el (simula):
20230         * progmodes/tcl.el (tcl):
20231         * textmodes/nroff-mode.el (nroff):
20232         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20233         * textmodes/sgml-mode.el (sgml):
20234         * textmodes/texinfo.el (texinfo):
20235         Add :link (custom-group-link font-lock-faces) to defgroup.
20237         * hi-lock.el (hi-lock): Rename this defgroup from
20238         `hi-lock-interactive-text-highlighting'.  Change parent group from
20239         `faces' to `font-lock'.  Add link to the manual.
20240         (hi-lock-mode, hi-lock-file-patterns-range)
20241         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20242         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20243         (hi-lock-faces): Add :group `faces'.
20245         * cus-edit.el (custom-variable-prompt): Clarify the code.
20247         * faces.el (face-read-string): Set the default value arg of
20248         completing-read.
20250 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20252         * rfn-eshadow.el (file-name-shadow-properties)
20253         (file-name-shadow-tty-properties, file-name-shadow-mode):
20254         Remove autoloads, because the file is now preloaded.
20256 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20258         * printing.el (easy-menu-intern): Don't define.
20259         (pr-get-symbol): Use easy-menu-intern only if defined.
20261         * simple.el (blink-matching-open): Simplify a bit.
20262         (completion-setup-function): Fix the case of partial-completion-mode
20263         when the minibuffer's contents start with "-".
20264         Obey completion-base-size-function even when
20265         minibuffer-completing-file-name is non-nil.
20267 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20269         * net/eudcb-ph.el (eudc-ph-open-session):
20270         Use set-process-query-on-exit-flag.
20272         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20274         * international/ucs-tables.el (ucs-set-table-for-input):
20275         Use make-local-variable, not make-variable-buffer-local.
20277         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20278         Improve warning message text.
20280         * savehist.el (savehist-save-hook): Add :group.
20282         * menu-bar.el (menu-bar-help-menu):
20283         Rename Find Extra Packages to External Packages.
20285         * cus-edit.el (Custom-reset-standard): Verify that
20286         :custom-standard-value prop exists before calling it.
20288         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20290 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20292         * wid-edit.el (color): Enclose %t in %{...%}.
20294         * cus-edit.el (face): Enclose %t in %{...%}.
20296 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20298         * savehist.el (savehist-mode-hook): Re-add the var.
20299         (savehist-mode): Use it.
20301 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20303         * textmodes/flyspell.el: Fix commenting convention.
20304         Remove unnecessary leading * in custom docstrings.
20305         (flyspell-emacs): Remove unused var.
20306         (flyspell-delete-region-overlays): Use remove-overlays.
20307         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20308         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20309         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20310         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20311         (make-flyspell-overlay): Don't locally reuse a global name.
20312         (flyspell-highlight-incorrect-region)
20313         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20314         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20315         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20316         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20317         Wrap calls to accept-process-output inside with-local-quit since it's
20318         often called from a post-command-hook.
20319         (flyspell-correct-word, flyspell-auto-correct-word):
20320         Use ispell-send-string.
20321         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20323         * calendar/diary-lib.el (diary-list-entries): Also hide the
20324         terminating newline.
20326 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20328         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20329         window-system, to allow fonts on tty.
20331 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20333         * progmodes/gud.el (gud-speedbar-item-info): New function.
20334         (gud-install-speedbar-variables): Use it to display data type
20335         of watch expression as a tooltip in speedbar.
20337 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20339         * font-core.el (global-font-lock-mode): Add :version keyword,
20340         because default was changed.
20342         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20344         * startup.el (command-line): Use `custom-reevaluate-setting' for
20345         `file-name-shadow-mode'.
20347         * loadup.el: Preload rfn-eshadow.
20349         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20350         Add :version keyword.
20351         (file-name-shadow-properties, file-name-shadow-tty-properties)
20352         (file-name-shadow): Add :version keyword.
20354         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20355         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20356         in the custom-group property of the symbol frames and the fringe
20357         group got no link to its parent group frames.
20358         Doc fix.
20360 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20362         * progmodes/gud.el (gud-stop-subjob): New function.
20363         (gud-menu-map, gud-tool-bar-map): Use it.
20365 2005-11-16  Kim F. Storm  <storm@cua.dk>
20367         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20368         than kill it.
20369         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
20370         to a more useful/logical place.
20372 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20374         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20375         go buttons complementary.
20377 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20379         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20380         (rfn-eshadow-sifn-equal): New function.
20381         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20383 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20385         * viper-utils.el (viper-non-word-characters-reformed-vi):
20386         Quote `-' in string.
20388         * viper.el (viper-emacs-state-mode-list): Ensure that
20389         rcirc-mode buffers come up in Emacs state.
20391         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20392         operation.
20394 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
20396         * term.el (term-termcap-format): Fix typos.
20397         (term-down): Fix the negative argument case.
20399 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20401         * progmodes/gdb-ui.el: Remove face-alias left over from change on
20402         2005-08-15.
20403         (gdb-ann3): New command gud-go.
20404         (menu): Accomodate gdb-mi.el.
20405         (gdb-assembler-custom): Make buffer of selected window current
20406         so that set-window-point works.
20408         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20409         buttons and include new ones.
20411 2005-11-16  Kim F. Storm  <storm@cua.dk>
20413         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20414         (gud-menu-map): Use it.
20416 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
20418         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20419         that works correctly for Custom and that does not override a user
20420         who disables it.
20422         * help-mode.el (help-make-xrefs, help-xref-on-pp)
20423         (help-xref-interned, help-follow): Make hyperlinks for variables
20424         that are unbound, but have a non-nil variable-documentation property.
20426         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20427         mode hook.  (It conflicted with defcustoms for some mode hooks.)
20428         Use the `variable-documentation' property to give the mode hook a
20429         docstring and expand that docstring.
20431 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
20433         * savehist.el (savehist-mode): Don't bother with
20434         `custom-set-minor-mode'.
20435         (savehist-coding-system): Check XEmacs version.
20436         (history-length): Declare also at run time.
20437         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
20438         Don't set the customize state.
20439         (savehist-minibuffer-hook): Special case for when
20440         minibuffer-history-variable is equal to t.
20442 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20444         * files.el (write-file): Refresh VC status.
20446         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20447         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20448         than fundamental-mode to see if the mode was set.
20450 2005-11-14  Romain Francoise  <romain@orebokech.com>
20452         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20453         dummy function in `eval-when-compile' to avoid compiler warning.
20454         Require `man' at compile time.
20456 2005-11-14  Jay Belanger  <belanger@truman.edu>
20458         * calc-alg.el (calcFunc-write-out-power): Rename it to
20459         calcFunc-powerexpand.
20460         (math-write-out-power): Rename it to math-powerexpand; have it
20461         handle negative exponents.
20462         (calc-writeoutpower): Rename it to calc-powerexpand.
20464         * calc-ext.el: Change calcFunc-writeoutpower and
20465         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20466         autoloads.
20467         Add calcFunc-ldiv to autoloads.
20469         * calc-arith.el (calcFunc-ldiv): New function.
20471         * calc.el (calc-left-divide): New function.
20473 2005-11-14  Juri Linkov  <juri@jurta.org>
20475         * cus-edit.el (custom-variable-prompt): Set the default value arg
20476         of completing-read.
20478         * cus-dep.el (custom-make-dependencies): Reverse the list of
20479         found dependencies.
20481 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
20483         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20484         Highlighting" entry, it is on by default now.
20485         (menu-bar-options-save): Do not save global-font-lock-mode.
20487 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20489         * textmodes/flyspell.el (flyspell-large-region):
20490         Call flyspell-accept-buffer-local-defs.
20492 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
20494         * textmodes/flyspell.el (flyspell-notify-misspell):
20495         Fix misspelling of "Misspelling".
20496         (flyspell-process-localwords): New function.
20497         (flyspell-large-region): Call flyspell-process-localwords and
20498         flyspell-delete-region-overlays.
20499         (flyspell-delete-region-overlays): New function.
20500         (flyspell-delete-all-overlays): Call that.
20502 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20504         * help.el (help-for-help-internal): Improve doc of C-h a.
20505         (describe-key): Improve prompt; doc fix.
20507 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20509         * vc-svn.el (vc-svn-registered): Catch all errors.
20511         * cus-dep.el (custom-make-dependencies): Typo.
20513 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
20515         * net/tramp-util.el (top): Fix compilation warning.
20517 2005-11-13  Kim F. Storm  <storm@cua.dk>
20519         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
20521 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20523         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20524         (gud-speedbar-buttons): Match on "const char *" too.
20526         * progmodes/gdb-ui.el (gdb-var-create-handler)
20527         (gdb-var-list-children-handler): Match on "const char *" too.
20528         (gdb-var-evaluate-expression-handler): Match on empty string.
20529         (gdb-var-update-handler): Only call
20530         gdb-var-evaluate-expression-handler when required.
20532 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20534         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20535         selected window.  This still doesn't work for speedbar.
20536         (gud-speedbar-buttons): Handle string expressions properly.
20538         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20539         (gdb-var-create-handler): Handle string expressions properly.
20540         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20541         Handle string expressions properly.  Move "type" field into regexp.
20543 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20545         * bookmark.el (bookmark-maybe-message): New function to reduce
20546         code duplication: invokes `message' iff baud-rate is high enough.
20547         (bookmark-write-file): Use above instead of an inline conditional.
20548         (bookmark-load): Same.
20550 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20552         * bookmark.el (bookmark-write-file): Don't visit the destination
20553         file, just write the data to it using write-region.  This is
20554         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20555         change to avoid visiting the file in the first place.
20557 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
20559         * hi-lock.el (hi-lock-mode): Set the default value of
20560         font-lock-defaults.
20562 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
20564         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20565         arg to `file-attributes'.
20566         (find-lisp-format): The UID and GID can now be strings.
20568 2005-11-12  Kim F. Storm  <storm@cua.dk>
20570         * help.el (help-map): Bind C-h d to apropos-documentation.
20572         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20573         when point is at end-of-buffer.
20575         * apropos.el (apropos-match-face): Doc fix.
20576         (apropos-sort-by-scores): Add new choice `verbose'.
20577         (apropos-documentation-sort-by-scores): New defcustom.
20578         (apropos-pattern): Now contains the pattern entered by the user.
20579         (apropos-pattern-quoted): New defvar.
20580         (apropos-regexp): New defvar, containing the regexp corresponding
20581         to apropos-pattern.
20582         (apropos-all-words-regexp): Rename from apropos-all-regexp.
20583         (apropos-read-pattern): New defun.  Use it to read pattern arg in
20584         interactive calls; returns list of words for a word list, and
20585         string for a regexp.
20586         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
20587         parses a list of words or regexp as returned by apropos-read-pattern.
20588         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20589         (apropos-score-doc): Return a very high score if the string
20590         entered by the user matches literally.
20591         (apropos-variable): Doc fix.  Use apropos-read-pattern.
20592         (apropos-command): Doc fix.  Use apropos-read-pattern and
20593         apropos-parse-pattern.  Call apropos-print with nosubst=t.
20594         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
20595         apropos-parse-pattern.
20596         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
20597         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
20598         apropos-documentation-sort-by-scores.  Call apropos-print with
20599         nosubst=t.
20600         (apropos-documentation-internal): Pass doc string through
20601         substitute-key-definition before adding text properties.
20602         Highlight substring matching literal user input if possible.
20603         (apropos-documentation-check-doc-file): Remove locals beg and end.
20604         Fix calculation of score (as added twice).  Pass doc string through
20605         substitute-key-definition before adding text properties.
20606         (apropos-documentation-check-elc-file): Pass doc string through
20607         substitute-key-definition before adding text properties.
20608         Highlight substring matching literal user input if possible.
20609         (apropos-print): Add new arg NOSUBST; if set, command and variable
20610         doc strings have already been passed through substitute-key-definition.
20611         Add code to handle apropos-accumulator items without score element
20612         for backwards compatibility (e.g. with woman package).
20613         Only show scores if apropos-sort-by-scores is `verbose'.
20615 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20617         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20618         Add jka-compr-load-suffixes to load-suffixes.
20620         * jka-compr.el: Require jka-cmpr-hook.
20621         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20622         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20623         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20624         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20625         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20626         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20627         (jka-compr-uninstall): Remove entries from
20628         jka-compr-added-to-file-coding-system-alist after they are used.
20629         (jka-compr-error): Remove unused var `curbuf'.
20630         (jka-compr-file-local-copy): Remove unused var `notfound'.
20632 2005-11-10  Romain Francoise  <romain@orebokech.com>
20634         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20636 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20638         * progmodes/gud.el (gud-menu-map): Move parentheses.
20639         (gdb): New command gud-pv.
20641 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20643         * tar-mode.el: Remove spurious or unnecessary leading stars
20644         in docstrings.
20645         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20646         (tar-parse-octal-integer-safe): Use mapc.
20647         (tar-header-block-summarize): Remove unused var `ck'.
20648         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20649         cleared before.  Obey default-enable-multibyte-characters.
20650         Use mapconcat.  Simplify setting of tar-header-offset.
20651         (tar-mode-map): Move initialization inside delcaration.
20652         (tar-flag-deleted): Use `abs'.
20653         (tar-expunge-internal): Remove unused var `line'.
20654         (tar-expunge-internal): Don't hardcode point-min==1.
20655         (tar-expunge): Widen while doing set-buffer-multibyte.
20656         (tar-rename-entry): Use file-name-coding-system.
20657         (tar-alter-one-field): Don't hardcode point-min==1.
20658         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20659         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20661 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20663         * add-log.el (add-log-current-defun): Handle class::method
20664         notation of c++.  Fix incorrect comment.
20666 2005-11-10  Alan Mackenzie  <acm@muc.de>
20668         * help-fns.el (describe-variable): Make C-h v work when a variable
20669         has variable documentation yet is unbound.
20671 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20673         * man.el (Man-highlight-references): Set an empty
20674         string to `Man-arguments' if it is nil.
20675         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20677 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20679         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20680         commenting conventions.
20682         * cus-dep.el (custom-make-dependencies): Simplify.
20683         Better follow the commenting conventions.
20685 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20687         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20688         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20689         All uses changed.
20690         (apropos-rewrite-regexp): Doc fix.
20691         (apropos-variable, apropos-command, apropos, apropos-value):
20692         Change prompt; carry through the argument renaming.
20694 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20696         * find-lisp.el: Require dired.
20697         (find-lisp-find-dired-internal): Do not call
20698         `abbreviate-file-name' on DIR.
20700 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20702         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20704 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20706         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20707         when using the speedbar.
20708         (gdb): New command gud-pp.
20709         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20711 2005-11-09  Juri Linkov  <juri@jurta.org>
20713         * replace.el (occur-excluded-properties): New defcustom.
20714         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20716 2005-11-08  Jay Belanger  <belanger@truman.edu>
20718         * calc/calc-units.el (math-convert-units): Replace any composite
20719         unit by its definition.
20721 2005-11-08  Lars Hansen  <larsh@soem.dk>
20723         * emacs-lisp/autoload.el (update-directory-autoloads):
20724         Add obsolete function alias.
20726 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20728         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20729         comment-indent-function.
20730         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20732         * reveal.el (reveal-post-command): Rework the handling of
20733         reveal-open-spots, so as to be more reliable.  There were several
20734         tricky corner cases where an open spot might be lost, or where
20735         a closed spot might end up on the list of open spots.
20736         Only reveal text that's ellipsised.
20738 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20740         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20742 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20744         * ibuffer.el (ibuffer): Search iconified frames too when
20745         getting Ibuffer buffer's window.
20747 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20749         * progmodes/compile.el (compilation-internal-error-properties):
20750         save-excursion around the computation of MARKER.
20752 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20754         * textmodes/flyspell.el (flyspell-external-point-words):
20755         flyspell-get-word returns a list, not just a string.
20757 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20759         * ibuffer.el (ibuffer): Search all visible frames when getting
20760         Ibuffer buffer's window.
20762 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20764         * man.el (Man-reference-regexp): Accept spaces between
20765         `Man-name-regexp' and `Man-section-regexp'.
20766         (Man-apropos-regexp): New variable.
20767         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20768         if available.
20769         (Man-highlight-references, Man-highlight-references0):
20770         Handle the case when `Man-arguments' includes "-k".
20771         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20772         `TARGET'. `TARGET' can be a number, function or nil.
20774 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20776         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20777         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20778         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20779         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20780         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20781         (gdb-send-item): Use buffer-local-value and simplify.
20783 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20785         * startup.el (command-line): Use `custom-reevaluate-setting' for
20786         `global-font-lock-mode'.
20788         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20789         by default, except in batch mode or when the -D option is given.
20791         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20792         specified keyword args on to `define-minor-mode'.  Update docstring.
20794 2005-11-05  Romain Francoise  <romain@orebokech.com>
20796         * replace.el (occur-engine): Add marker at end of line, too.
20798 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20800         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20801         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20802         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20803         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20804         argument to all these routines, so the passphrase can be managed
20805         externally and passed in to the system.
20806         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20807         pgg-add-passphrase-to-cache function.
20809         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20810         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20811         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20812         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20813         argument to all these routines, so the passphrase can be managed
20814         externally and passed in to the system.
20815         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20816         function.
20818 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20820         * font-lock.el: Don't deal with font-lock-face-attributes here,
20821         move the code ...
20823         * startup.el (command-line): ... here.  Use face-spec-set instead
20824         of custom-declare-face.
20826         * faces.el (face-spec-set): Reset the face if spec is not nil.
20828 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20830         * newcomment.el (comment-region-internal): Box more tightly in the
20831         common case where there's no TAB in the boxed text.
20833 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20835         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20836         up-node.
20838 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20840         * newsticker.el: Commentary updated.  Code formatting changed.
20841         (newsticker-version): Change to "1.9".
20842         (newsticker, newsticker-feed): Doc fix.
20843         (newsticker-url-list): Doc fix.  Add option "Weekly".
20844         (newsticker-retrieval-interval): Add option "Weekly".
20845         (newsticker-headline-processing): Doc fix.
20846         (newsticker-auto-mark-filter): Remove.
20847         (newsticker-auto-mark-filter-list): New.
20848         (newsticker-layout, newsticker-sort-method): Doc fix.
20849         (newsticker-hide-old-items-in-newsticker-buffer)
20850         (newsticker-heading-format, newsticker-item-format)
20851         (newsticker-desc-format): Doc fix.
20852         (newsticker-show-all-rss-elements): Remove.
20853         (newsticker-show-all-news-elements): New.
20854         (newsticker-faces, newsticker-ticker): Doc fix.
20855         (remove-from-invisibility-spec): Code formatting.
20856         (newsticker--process-ids): New.
20857         (newsticker-mode): Doc fix.
20858         (newsticker-mode): Change mode-line-format.
20859         (newsticker-start): Remove debug output.
20860         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20861         (newsticker-w3m-show-inline-images): Code formatting.
20862         (newsticker-next-item): Call `force-mode-line-update'.
20863         (newsticker-previous-item): Call `force-mode-line-update'.
20864         (newsticker-next-feed): Call `force-mode-line-update'.
20865         (newsticker-previous-feed): Call `force-mode-line-update'.
20866         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20867         (newsticker-show-old-items): Do not show descs.
20868         (newsticker-hide-entry): Hide too much.
20869         (newsticker-hide-entry, newsticker-show-entry)
20870         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20871         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20872         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20873         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20874         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20875         (newsticker-get-news): Call `force-mode-line-update'.
20876         Collect process ids.
20877         (newsticker--sentinel): Change coding system handling.
20878         Move image retrieval to new functions newsticker--get-logo-url-*.
20879         Move feed parsing to new functions newsticker--parse-*.
20880         Update list of process ids.
20881         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20882         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20883         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20884         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20885         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20886         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20887         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20888         (newsticker--decode-coding-string): Remove.
20889         (newsticker--decode-numeric-entities): Check input.  Format code.
20890         (newsticker--remove-whitespace): Check input.
20891         (newsticker--do-forget-preformatted): Doc fix.
20892         (newsticker--decode-rfc822-date): Allow for missing time.
20893         (newsticker--update-process-ids): New.
20894         (newsticker--image-sentinel): Change comment.
20895         (newsticker--image-read): Change error message.
20896         (newsticker--imenu-goto): Doc fix.  Show headline title.
20897         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20898         (newsticker--buffer-do-insert-text): Clean whitespace in
20899         html-rendered headline title.  Code formatting.
20900         Call `newsticker--buffer-print-extra-elements'.
20901         (newsticker--buffer-print-extra-element): Remove.
20902         (newsticker--buffer-print-extra-elements): New.
20903         (newsticker--buffer-do-print-extra-element): New.
20904         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20905         large sizes.
20906         (newsticker--run-auto-mark-filter)
20907         (newsticker--do-run-auto-mark-filter):
20908         Use `newsticker-auto-mark-filter-list'.
20910 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20912         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20913         (rcirc-print): Force redisplay before running hooks.  Do long
20914         buffer truncation after making new text read-only.  Deal with nil
20915         text when decoding strings.  If TARGET is nil, use either the
20916         currently selected buffer, if it is an rcirc buffer and of the
20917         same process or the process buffer.
20918         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20919         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20920         (rcirc-short-buffer-name): Add variable.
20921         (rcirc-kill-buffer-hook): Recompute short buffer names.
20922         Remove nick from private channel.
20923         (rcirc-send-input): Send command text to current-buffer.
20924         Don't clear overlay arrow here.
20925         (rcirc-short-buffer-name): Return a short buffer name.
20926         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20927         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20928         buffer-name abbreviations.
20929         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20930         Do not touch nick-table when killing a parted channel.
20931         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20932         Clear arrow from current buffer if it is now hidden.
20933         (rcirc-current-buffer): Add variable.
20934         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20935         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20936         Remove -face from names.
20937         (rcirc-update-activity-string): Print "DND" when globally ignoring
20938         activity.
20939         (rcirc-ignore-buffer-activity-flag): Rename from
20940         rcirc-ignore-channel-activity.
20941         (rcirc-ignore-all-activity-flag): Doc fix.
20942         (rcirc-channels): Remove variable.
20943         (rcirc-kill-buffer-hook):
20944         (rcirc-get-buffer-create): Add nick to private channel.
20945         (rcirc-multiline-edit-submit): Remove tabs.
20946         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20947         folded.
20948         (rcirc-remove-nick-channel): Bug fix.
20949         (rcirc-toggle-ignore-buffer-activity): Rename from
20950         rcirc-toggle-ignore-channel-activity.
20951         (rcirc-record-activity): Add buffers to the front of the list.
20952         (rcirc-update-activity): Remove killed buffers from list.
20953         (rcirc-process-server-response-1): Remove last argument if it is
20954         null before calling handler.
20955         (rcirc): Add "rcirc" defcustom prefix.
20956         (rcirc-prompt): Simplify default prompt.
20957         Use custom-initialize-default.
20958         (rcirc-private-chats): Remove variable.
20959         (rcirc-prompt): Change initialization.
20960         (rcirc-version): Remove function.
20961         (rcirc-id-string): Add constant.
20962         (rcirc-last-buffer): Remove variable.
20963         (rcirc-buffer-alist): Add variable.
20964         (rcirc-connect): Update variable setup.
20965         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20966         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20967         default.
20968         (rcirc-handler-generic): Trigger activity.
20969         (rcirc-send-message): Create the buffor of the target.
20970         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20971         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20972         (rcirc-multiline-edit-cancel): Remove function.
20973         (rcirc-set-last-buffer): Remove function.
20974         (rcirc-get-any-buffer): Add function.
20975         (rcirc-join-channels): Don't print /join text.
20976         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20977         messages.
20978         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20979         (rcirc-handler-NOTICE): Recognize CTCP responses.
20980         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20981         constructing TOPIC string for buffers we are not JOINed.
20982         (rcirc-handler-CTCP-response): Add handler.
20983         (rcirc-multiline-edit-submit): Restore the window-configuration
20984         before adjusting point.
20985         (rcirc): Add customization group.
20986         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20987         (rcirc-user-full-name, rcirc-startup-channels-alist)
20988         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20989         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20990         (rcirc-input-ring-size, rcirc-read-only-flag)
20991         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20992         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20993         Change defvar to defcustom.
20994         (rcirc-update-prompt): Add optional ALL arg, which will update
20995         prompts in all rcirc buffers.  Regexp quote replacement text.
20996         (rcirc-fill-column): Accept frame-width as a value.
20997         (rcirc-set-changed): Add function.
20998         (rcirc-next-active-buffer): Write more meaningful messages.
20999         (rcirc-faces): Add customization group.
21000         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21001         (rcirc-nick-in-message-face, rcirc-prompt-face)
21002         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21003         (with-rcirc-process-buffer): Move before first usage.
21004         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21005         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21006         (rcirc-debug): Rename from `rcirc-log'.
21007         (rcirc-format-response-string): Do not print `-' chars for a
21008         NOTICE with no sender.  Simplify output of server responses.
21010 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21012         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21013         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21014         Make urls mouse and RET clickable.
21016 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21018         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21020 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21022         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21023         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21024         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21025         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21026         argument to all these routines, so the passphrase can be managed
21027         externally and passed in to the system.
21028         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21029         pgg-add-passphrase-to-cache function.
21031         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21032         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21033         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21034         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21035         argument to all these routines, so the passphrase can be managed
21036         externally and passed in to the system.
21037         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21038         function.
21040 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21042         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21043         from goto-address-url-regexp.
21045 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21047         * textmodes/org.el (org-read-date, org-goto-calendar)
21048         (org-recenter-calendar, org-agenda-goto-calendar):
21049         Temporarily clear `calendar-move-hook'.
21051 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21053         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
21054         merging.
21056         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21057         have merge clashes.
21059 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21061         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21062         Undo previous change.
21064         * startup.el (command-line): Use `custom-reevaluate-setting' for
21065         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21066         tty-register-default-colors on Mac.
21068 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21070         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21071         (gdb-buffer-type): Make it automatically buffer local...
21072         (gdb-get-create-buffer): ...and set it accordingly.
21073         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21074         actually work.
21076 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21078         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21079         not red.
21081 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21083         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21084         case GUD buffer is not visible.
21085         (gdb-goto-breakpoint): Try to force display in source buffer.
21086         (gdb-frame-gdb-buffer): Copy other similar functions.
21087         (gdb-restore-windows): Don't display source if not asked for.
21088         (gdb-assembler-buffer-name): Don't capitalise.
21090 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21092         * wid-edit.el (key-sequence): New widget type.
21094         * simple.el (set-mark-command-repeat-pop): New variable.
21095         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21096         if set-mark-command-repeat-pop is true.
21098         * info.el (Info-fontify-node): Don't display extra "see" if there
21099         already is one here.
21101         * mouse.el: Fix special handling of DEL after dragging a region:
21102         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21103         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21105         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21107         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21108         not to assume it pertains to an affix.
21110         * textmodes/flyspell.el (flyspell-post-command-hook):
21111         Bind deactivate-mark to prevent deactivation.
21113 2005-11-03  Lars Hansen  <larsh@soem.dk>
21115         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21116         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21117         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21119 2005-11-03  Romain Francoise  <romain@orebokech.com>
21121         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21122         Update copyright years.
21124 2005-11-03  Sam Steingold  <sds@gnu.org>
21126         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21127         Use system-type instead of window-system because window-system is not
21128         correctly defined during loadup.
21130 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21132         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21133         (xml-parse-tag): Join strings separated by a comment properly.
21135 2005-11-02  Andreas Schwab  <schwab@suse.de>
21137         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21139 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21141         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21142         (byte-optimize-pure-func): Quote the eval'd value.
21144         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21145         Rename from perl-font-lock-syntactic-face-function.
21146         Change the calling convention so it can be used as a font-lock MATCHER.
21147         Do the parse-partial-sexp loop outselves.
21148         (perl-font-lock-syntactic-keywords): Use it.
21149         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21151 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21153         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21154         disassembly buffer too.
21155         (gdb-exited): Remove overlay arrows when execution has finished.
21156         (gdb-info-frames-custom, gdb-info-threads-custom)
21157         (gdb-info-registers-custom): Don't add inappropriate text
21158         properties if inferior is not active.
21160 2005-11-02  Glenn Morris  <rgm@gnu.org>
21162         * progmodes/fortran.el (fortran-blink-match):
21163         Use `blink-matching-delay'.
21165 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21167         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21169 2005-11-02  Lars Hansen  <larsh@soem.dk>
21171         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21172         "Permission denied".
21174 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21176         * textmodes/flyspell.el (flyspell-external-point-words):
21177         Pass nil to flyspell-get-word.
21179 2005-11-02  Kim F. Storm  <storm@cua.dk>
21181         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21182         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21184 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21186         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21187         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21188         (calendar-mouse-print-dates): Add optional `event' argument.
21189         Update interactive-spec.
21190         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21191         Use `calendar-event-to-date' instead of `event'.
21193 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21195         * progmodes/ld-script.el (ld-script-builtins):
21196         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21197         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21198         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21200 2005-11-01  Romain Francoise  <romain@orebokech.com>
21202         * vc-sccs.el: Update copyright year.
21203         * ezimage.el: Likewise.
21205 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21207         * info.el (Info-fontify-node): Use `string-width' for fontifying
21208         underlined titles.
21210 2005-11-01  Juri Linkov  <juri@jurta.org>
21212         * info.el (Info-fontify-node): Downcase node header keywords Node,
21213         Prev, Next, Up before comparison.
21214         (Info-history): Insert absolute directory name, and put invisible
21215         property on it.
21217 2005-11-01  Juri Linkov  <juri@jurta.org>
21219         * info.el (Info-file-supports-index-cookies): New variable.
21220         (Info-find-node-2): Check makeinfo version for index cookie support.
21221         (Info-index-nodes): Search for nodes with index cookies only when
21222         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21223         with "Index" in the node name.
21224         (Info-index-node): Search index cookie in the current node only when
21225         Info-file-supports-index-cookies is t.  Otherwise, check the word
21226         "Index" in the node name.
21227         (Info-find-emacs-command-nodes): Remove code that searches nodes
21228         with "Index" node name in the top menu.
21230 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21232         * progmodes/scheme.el (scheme-mode-variables): Use the default
21233         comment-indent-function.
21235         * faces.el (face-attribute): Handle the case where a face inherits from
21236         a non-existent face.
21238         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21239         for octal and hexa output, and merge the char into the paren.
21240         (kill-new): Use push.
21241         (copy-to-buffer): Use with-current-buffer.
21242         (completion-setup-function): Move code in loop to remove redundancy.
21243         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21244         those inherited from minibuffer-local-completion-map.
21246         * savehist.el (savehist-mode) <defcustom>:
21247         Use custom-set-minor-mode if available.
21248         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21249         and emit a message if applicable.
21251 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21253         * savehist.el: Sync up to version 19.
21254         (savehist-mode): New minor mode.
21255         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21256         (savehist-length): Remove (use history-length instead).
21257         (savehist-file-modes): Rename from savehist-modes.
21258         (savehist-save-hook, savehist-loaded): New vars.
21259         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21260         old format to new format.
21261         (savehist-install): Allow savehist-autosave-interval to be nil.
21262         (savehist-save): Run the new hook.  Be more careful to only trim the
21263         history variables.
21264         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21265         (savehist-printable): Print into a buffer rather than char-by-char.
21267 2005-11-01  John Wiegley  <johnw@newartisans.com>
21269         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21270         toggle-ignore keybinding (C-a).  The author said it had been
21271         disabled much earlier due to a possible incompatibility, but after
21272         many months of usage I have encountered no problems (and it is a
21273         rather useful option, especially for switching to " *temp*").
21275         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21276         support for OS/X's AddressBook, by calling out to the open source
21277         program "contacts" (installable through Fink).
21279         * net/eudc.el (eudc-expand-inline): If the
21280         `eudc-multiple-match-handling-method' is set to `all', delete the
21281         query string before inserting the query result.
21283         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21284         flag, to prevent Eshell from using the system ls when
21285         `eshell-ls-insert-directory' is in used.
21286         (eshell-ls-insert-directory): Disable font-lock in directory
21287         buffer so that Eshell's own fontification is seen.  This broke
21288         recently due to changes in font-lock, so this goes back to version
21289         21 behavior.
21291 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21293         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21294         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21295         (gdb-many-windows): Doc fix.
21297 2005-10-31  Romain Francoise  <romain@orebokech.com>
21299         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21301 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21303         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21304         that global-font-lock-mode can be enabled by default.
21306         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21307         (font-lock-add-keywords, font-lock-remove-keywords)
21308         (font-lock-fontify-buffer): Remove autoload cookies.
21310         * jit-lock.el (jit-lock-register): Likewise.
21312         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21314 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21316         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21317         intact if there is no gud-comint-buffer.
21319 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21321         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21322         old prompt comint-prompt-read-only is t and GDB commands are
21323         issued from tool bar etc.
21325 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21327         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21329 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21331         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21332         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21334 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21336         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21337         starting at beginning of line.  Fontification is messed up when
21338         `open-paren-in-column-0-is-defun-start' set to t.
21339         Reported by John Paul Wallington <jpw@pobox.com>.
21341 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
21343         * comint.el (comint-send-input): Call `comint-update-fence' when
21344         `comint-process-echoes' and `comint-prompt-read-only' are both
21345         non-nil, to avoid leftover read-only newline.
21347 2005-10-30  Richard M. Stallman  <rms@gnu.org>
21349         * textmodes/flyspell.el (flyspell-external-point-words):
21350         Detect when WORD can't be checked properly because
21351         flyspell-get-word finds just part of it, and move on.
21353         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21354         boundarychar for Polish.
21355         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21356         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21358 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21360         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21361         (gdb-registers-font-lock-keywords): Delete.
21362         (gdb-registers-mode): Don't fontify.
21363         (gdb-info-registers-custom): Use text properties instead as, in
21364         future, changed register values will use font-lock-warning-face.
21365         (gdb-local-font-lock-keywords): Rename to...
21366         (gdb-locals-font-lock-keywords): ...for consistency.
21368 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
21370         * vc.el (vc-switch-backend): Better error message if the buffer is
21371         not visiting a file under version control.
21373         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21375 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
21377         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21378         ~/.emacs.d/.emacs.
21380 2005-10-29  Richard M. Stallman  <rms@gnu.org>
21382         * replace.el (occur-mode-mouse-goto): Always go to other window.
21383         (occur-mode-goto-occurrence): Always switch in same window.
21385         * simple.el (undo): Display message at end, not at start.
21387         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21388         New arg REUSE-CELL.
21389         (cancel-timer-internal): New function.
21390         (timer-event-handler): Use cancel-timer-internal,
21391         and pass the cell it returns to timer-activate...
21393         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21394         (jit-lock-deferred-fontify, jit-lock-context-fontify)
21395         (jit-lock-after-change): Test memory-full.
21397 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21399         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21400         part of the decoded armor to find the key-identifier.
21401         (pgg-gpg-lookup-key-owner): New function to return the
21402         human-readable identifier of a key owner.
21403         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21404         key itself.
21405         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21406         the key value) if we have a key and can match it against a secret
21407         key.  Also, added a note pointing out fact that the prompt only
21408         indicates the first matching key.
21410         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21411         pgg-decrypt-region.
21412         (pgg-pending-timers): A new hash for tracking the passphrase cache
21413         timers, so that new ones supercede old ones.
21414         (pgg-add-passphrase-to-cache): Rename from
21415         `pgg-add-passphrase-cache' to reduce confusion (all callers
21416         changed).  Modified to cancel old timers when new ones are added.
21417         (pgg-remove-passphrase-from-cache): Rename from
21418         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21419         changed).  Modified to cancel old timers when their keys are
21420         removed from the cache.
21421         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21422         XEmacs, an indirection to delete-itimer.
21423         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21424         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21425         users can only check cache without risk of prompting.  Correct bug in
21426         notruncate behavior.
21427         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21428         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21429         Add informative docstrings.
21430         (pgg-decrypt): Convey provided passphrase in subordinate call to
21431         pgg-decrypt-region.
21433         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21434         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21435         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21436         `passphrase' argument, so the passphrase can be managed externally
21437         and then passed in to the system.
21439         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21440         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21441         so the passphrase cache can be used reliably with identifiers
21442         besides a pgp packet's key id.
21444         * pgg-gpg.el (pgg-pgp-encrypt-region)
21445         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21446         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21447         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21448         argument to all these routines, so the passphrase can be managed
21449         externally and passed in to the system.
21451         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21452         `notruncate' argument, so the passphrase cache can be used
21453         reliably with identifiers besides a pgp packet's key id.
21455 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21457         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21458         symmetric encryption.
21459         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21460         encrypted session key.
21461         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21462         message ask for the passphrase in a proper way.
21464         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21465         New user commands for symmetric encryption.
21467 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
21469         * textmodes/conf-mode.el (conf-assignment-sign)
21470         (conf-assignment-regexp): Fix docstrings.
21471         (conf-mode-initialize): New function.
21472         (conf-mode): Remove optional args.  Use delay-mode-hooks to
21473         recognize recursive calls.
21474         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21475         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21476         (conf-xdefaults-mode): Use define-derived-mode and
21477         conf-mode-initialize.
21479 2005-10-29  Romain Francoise  <romain@orebokech.com>
21481         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21483 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21485         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21486         part of the decoded armor to find the key-identifier.
21487         (pgg-gpg-lookup-key-owner): New function to return the
21488         human-readable identifier of a key owner.
21489         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21490         key itself.
21491         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21492         the key value) if we have a key and can match it against a secret
21493         key.  Also, added a note pointing out fact that the prompt only
21494         indicates the first matching key.
21496         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21497         pgg-decrypt-region.
21498         (pgg-pending-timers): A new hash for tracking the passphrase cache
21499         timers, so that new ones supercede old ones.
21500         (pgg-add-passphrase-to-cache): Rename from
21501         `pgg-add-passphrase-cache' to reduce confusion (all callers
21502         changed).  Modified to cancel old timers when new ones are added.
21503         (pgg-remove-passphrase-from-cache): Rename from
21504         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21505         changed).  Modified to cancel old timers when their keys are
21506         removed from the cache.
21507         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21508         XEmacs, an indirection to delete-itimer.
21509         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21510         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21511         users can only check cache without risk of prompting.  Correct bug in
21512         notruncate behavior.
21513         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21514         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21515         Add informative docstrings.
21516         (pgg-decrypt): Convey provided passphrase in subordinate call to
21517         pgg-decrypt-region.
21519 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21521         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21522         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21523         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21524         `passphrase' argument, so the passphrase can be managed externally
21525         and then passed in to the system.
21527         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21528         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21529         so the passphrase cache can be used reliably with identifiers
21530         besides a pgp packet's key id.
21532         * pgg-gpg.el (pgg-pgp-encrypt-region)
21533         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21534         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21535         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21536         argument to all these routines, so the passphrase can be managed
21537         externally and passed in to the system.
21539         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21540         `notruncate' argument, so the passphrase cache can be used
21541         reliably with identifiers besides a pgp packet's key id.
21543 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21545         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21546         symmetric encryption.
21547         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21548         encrypted session key.
21549         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21550         message ask for the passphrase in a proper way.
21552         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21553         New user commands for symmetric encryption.
21555 2005-10-28  Bill Wohler  <wohler@newt.com>
21557         * help-mode.el (help-url): New button type.  Calls browse-url.
21558         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21559         Similar to Info nodes: URL `url'.
21560         (help-make-xrefs): Create help-url buttons for
21561         help-xref-url-regexp matches.
21563 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
21565         * tool-bar.el (tool-bar-add-item-from-menu)
21566         (tool-bar-local-item-from-menu): Fix doc strings.
21568 2005-10-28  Romain Francoise  <romain@orebokech.com>
21570         * ldefs-boot.el: Update.
21572         * subr.el (locate-library): Move from help-fns.el.
21573         * help-fns.el (locate-library): Move to subr.el.
21575 2005-10-28  Richard M. Stallman  <rms@gnu.org>
21577         * net/tramp.el (tramp-completion-mode): defvar moved up.
21579         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21581         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21583         * files.el (find-file-noselect): Use %d to format large file size.
21585         * bindings.el (mode-line-format): Add %e.
21587         * loadup.el ("facemenu"): Load unconditionally.
21588         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21589         ("x-dnd"): Load, when appropriate.
21591         * startup.el (command-line): Call before-init-hook earlier.
21592         Warn about some bad characters in -u user name.
21594         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21595         (flyspell-external-point-words): Error if misspelled word is not found.
21596         Set flyspell-large-region-beg at end of word.
21598 2005-10-28  Andreas Schwab  <schwab@suse.de>
21600         * view.el (View-revert-buffer-scroll-page-forward):
21601         Use view-page-size-default.
21603 2005-10-28  Juri Linkov  <juri@jurta.org>
21605         * international/quail.el (quail-get-current-str): Translate last
21606         raw character for deterministic input methods.
21608 2005-10-27  Jay Belanger  <belanger@truman.edu>
21610         * calc/calc-ext.el: Add functions to autoloads.
21611         (math-identity-matrix-p, math-ident-row-p): New functions.
21613         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21614         multiplication by an identity matrix; don't turn multiplication by
21615         an inverse matrix into division.
21616         (math-div-symbol-fancy): Replace division by matrices with
21617         multiplication by inverse.
21619         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21621         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21622         (calc-writeoutpower): New functions.
21624 2005-10-27  Romain Francoise  <romain@orebokech.com>
21626         * replace.el (occur-engine): Include colon in mouse-face highlight.
21628         * dired-x.el: Change Maintainer field.
21630 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21632         * longlines.el (longlines-mode): Bind after-change-functions to
21633         nil during initial decoding and final encoding.
21635 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21637         * term.el (term-emulate-terminal, term-handle-colors-array)
21638         (term-handle-ansi-escape): Specify the terminfo capabilities
21639         implemented.
21641 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21643         * info.el (Info-fontify-node): Fix detection of sentence-break
21644         before *Note.
21646 2005-10-26  Romain Francoise  <romain@orebokech.com>
21648         * smerge-mode.el: Add `tools' to file keywords.
21650 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21652         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21653         when the fringe is not available.
21655         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21656         (def-gdb-auto-update-trigger): Simplify construction.
21657         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21658         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21659         defined explicitly.
21660         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21661         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21662         defined explicitly.
21663         (gdb-info-locals-custom): Remove as it's a no-op.
21665 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21667         * longlines.el (longlines-mode): Remove narrowing before
21668         performing the initial decoding or final encoding.
21670 2005-10-25  Romain Francoise  <romain@orebokech.com>
21672         * emacs-lisp/find-func.el (find-library-name): Also strip
21673         extension if library name ends in .el, to take advantage of
21674         `find-library-suffixes'.
21676 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21678         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21680 2005-10-25  Juri Linkov  <juri@jurta.org>
21682         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21683         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21685 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21687         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21688         (blackbox-redefine-key): Add argument `map'.
21690         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21691         regions when moving the jit-lock-context-unfontify-pos boundary.
21693 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21695         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21697 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21699         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21701 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21703         * play/blackbox.el (blackbox-redefine-key): New function.
21704         (blackbox-mode-map): Use it to remap existing bindings for cursor
21705         motion instead of binding literal keys.
21707 2005-10-25  Glenn Morris  <rgm@gnu.org>
21709         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21710         diary does not end in a newline.  Do not assume a blank line at
21711         the start of the diary file.
21713 2005-10-25  Kenichi Handa  <handa@m17n.org>
21715         * international/quail.el (quail-translate-key): If the input
21716         method is deterministic and failed to handle the last key, restart
21717         the key handling loop from an appropriate key.
21719 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21721         * vc.el (vc-dired-mode): Extend comment for binding of
21722         `directory-listing-before-filename-regexp'.
21724 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21726         * textmodes/texinfo.el (texinfo-mode):
21727         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21728         not to unnecessarily expose emacs-mule's internal char codes.
21730 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21732         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21733         Display hand pointer and help-echo on disabled icon too.
21734         (gdb-mouse-until): New function.
21735         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21737 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21739         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21740         with 2005-10-23 change to doctor.el.
21742         * finder.el (finder-mode-map): Add follow-link binding.
21744 2005-10-25  Kim F. Storm  <storm@cua.dk>
21746         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21747         to gdb-mouse-toggle-breakpoint-fringe.
21748         (gdb-mouse-toggle-breakpoint-margin): Rename from
21749         gdb-mouse-toggle-breakpoint.  Fix doc.
21750         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21751         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21752         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21753         string properties also for fringe breakpoint bitmaps.
21755 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21757         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21759 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21761         * simple.el (completion-common-substring):
21762         Use `completion-common-substring' prior to `completion-base-size'.
21764 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21766         * savehist.el: Require CL while compiling.
21767         (savehist-history-variables): Remove.
21768         (savehist-save-minibuffer-history, savehist-additional-variables)
21769         (savehist-minibuffer-history-variables): New vars.
21770         (savehist-save): Use them.
21771         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21772         (savehist-install): New fun, extracted from savehist-load.
21773         (savehist-load): Use them.
21775 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21777         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21778         a dummy doc-string-elt property.
21779         (defalias, defvaralias, define-category): Add a docstring property.
21781         * image.el (defimage):
21782         * widget.el (define-widget):
21783         * custom.el (defface, defcustom): Add `doc-string' declaration.
21785         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21786         (defadvice): Add `doc-string' declaration.
21788         * emacs-lisp/byte-run.el (macro-declaration-function):
21789         Handle `doc-string' declarations.
21790         (define-obsolete-function-alias, define-obsolete-variable-alias):
21791         Add `doc-string' declaration.
21793 2005-10-24  Kenichi Handa  <handa@m17n.org>
21795         * international/utf-7.el (utf-7): Add autoload cookie.
21797         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21799 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21801         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21802         list of directories passed to batch-update-autoloads.  Add "." to
21803         the list of the echoed directories.
21805         * pgg-def.el:
21806         * pgg-gpg.el:
21807         * pgg-parse.el:
21808         * pgg-pgp.el:
21809         * pgg-pgp5.el:
21810         * pgg.el: Moved here from the gnus subdirectory.
21812 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21814         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21815         in case comint-prompt-read-only is set to t.
21817         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21818         in case comint-prompt-read-only is set to t.
21820 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21822         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21823         Now a string.
21824         (icalendar-import-format): Handle CLASS, STATUS, URL.
21825         Rename `subject' to `summary'.
21826         (icalendar-import-format-summary): Rename from
21827         `icalendar-import-format-subject'.
21828         (icalendar-import-format-url, icalendar-import-format-status)
21829         (icalendar-import-format-class): New variables.
21830         (icalendar--rris): Take variable argument list.
21831         (icalendar--datestring-to-isodate): Remove unnecessary
21832         calendar-style check when converting dates with explicit month names.
21833         (icalendar-export-region): Change return type of conversion
21834         subroutines.  Bury current buffer unless error occurred.
21835         (icalendar--convert-to-ical)
21836         (icalendar--parse-summary-and-rest): New functions.
21837         (icalendar--convert-ordinary-to-ical)
21838         (icalendar--convert-weekly-to-ical)
21839         (icalendar--convert-yearly-to-ical)
21840         (icalendar--convert-block-to-ical)
21841         (icalendar--convert-cyclic-to-ical)
21842         (icalendar--convert-anniversary-to-ical): Change return type.
21843         Strip trailing blanks from subject.
21844         (icalendar--convert-sexp-to-ical): Change return type.
21845         Strip trailing blanks from subject.  Handle simple sexp
21846         entries as generated by icalendar.el.
21847         (icalendar--convert-float-to-ical)
21848         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21849         (icalendar-import-file): Doc fix.
21850         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21851         Correct call to icalendar--rris.
21852         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21853         `summary'.
21854         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21856 2005-10-24  Romain Francoise  <romain@orebokech.com>
21858         * server.el (server-sentinel): Set query-on-exit flag to nil on
21859         new client processes (it isn't inherited from the server process).
21861         * replace.el (occur-engine): Rearrange text properties.
21863 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21865         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21866         case-fold-search is nil.
21867         (debug-help-follow): Use help-xref-interned directly.
21869 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21871         * thumbs.el (thumbs-image-type): Add .pbm.
21873 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21875         * faces.el (inhibit-face-set-after-frame-default): New variable.
21876         (set-face-attribute): Bind it.
21877         (face-set-after-frame-default): Test it.
21879         * help-fns.el (describe-simplify-lib-file-name): New function.
21880         (describe-function-1, describe-variable): Use it.
21882         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21884         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21885         Eliminate nil as possible value.
21886         (tooltip-hide-delay): Reduce internal-border-width.
21888         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21889         (menu-bar-file-menu) <new-file>: Likewise.
21891         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21893         * international/mule.el (load-with-code-conversion):
21894         Pass full file name to `eval-buffer' unless preloading.
21896         * textmodes/flyspell.el (flyspell-large-region):
21897         Call ispell-check-version.
21899         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21900         Fix the make-variable-buffer-local call that was supposed
21901         to be for this variable.
21902         (ispell-aspell-supports-utf8): Doc fix.
21903         (ispell-find-aspell-dictionaries): Preserve elements of
21904         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21905         (ispell-aspell-find-dictionary): Return nil on error.
21907         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21908         (doctor-symptoms): Likewise.
21910         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21912 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21914         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21915         (custom-raised-buttons): Add :set spec.
21916         (custom-button-unraised, custom-button-pressed-unraised):
21917         New faces, so that custom-raised-buttons actually does something.
21918         (custom-mode): Use custom-button and custom-button-pressed.
21920         * wid-edit.el (widget-specify-button): Don't ignore
21921         widget-mouse-face on graphic terminals.
21922         (widget-move-and-invoke): Cleanup.
21924 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21926         * whitespace.el (whitespace-cleanup): Doc fix.
21928 2005-10-23  Romain Francoise  <romain@orebokech.com>
21930         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21931         `eval-after-load' to avoid evaluating their result.
21933 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21935         * files.el (directory-listing-before-filename-regexp):
21936         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21938         * dired.el (dired-move-to-filename-regexp): Remove.
21939         All occurrences replaced by `directory-listing-before-filename-regexp'.
21941         * dired-x.el, locate.el, vc.el:
21942         Replace `dired-move-to-filename-regexp' by
21943         `directory-listing-before-filename-regexp'.  In vc.el it is
21944         overwritten locally; maybe this can be handled in files.el too.
21946         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21947         replaced by `directory-listing-before-filename-regexp'.
21949 2005-10-23  Andreas Schwab  <schwab@suse.de>
21951         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21952         and eval-next-after-load.
21954 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21956         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21957         exist, create it.
21959 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21961         * allout.el: Remove autoloads for mailcrypt and crypt++.
21962         Require pgg, pgg-gpg during compilation.
21963         (allout-version): Increment version number to 2.1, and use a literal
21964         rather than RCS Id.
21965         (allout-default-encryption-scheme): Remove.
21966         (allout-passphrase-verifier-handling)
21967         (allout-passphrase-verifier-string)
21968         (allout-file-passphrase-verifier-string)
21969         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21970         (allout-passphrase-hint-handling): Rename and simplify.
21971         (allout-init): Use `find-file-hook' if available, otherwise
21972         `find-file-hooks'.
21973         (allout-mode): Use `write-file-functions' if available, otherwise
21974         `local-write-file-hooks' and, instead of making auto-save-hook
21975         buffer local, make the write-file-hook activity contingent to
21976         allout-mode.
21977         (allout-mode): Use key-binding substitution in the docstring.
21978         (allout-kill-line): Spell-out kill ring data structure mutation
21979         instead of using byte-compiler-complaint-provoking `pop'.
21980         (allout-insert-listified): Use `insert' rather than `insert-string'
21981         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21982         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21983         (allout-encrypt-string): Totally revamped vis new underlying
21984         encryption facilities.
21985         (allout-mc-activate-passwd): Remove.
21986         (allout-obtain-passphrase): New, more or less replaces
21987         allout-mc-activate-passwd.
21988         (allout-encrypted-key-info): More or less replaces
21989         allout-encrypted-text-type.
21990         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21991         (my-mark-marker): Use `(featurep 'xemacs)'.
21993 2005-10-23  Lars Hansen  <larsh@soem.dk>
21995         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21996         (byte-compile-file-form-defmumble, byte-compile-defun)
21997         (byte-compile-defmacro): Use it.
21998         (byte-compile-form): Don't call byte-compile-set-symbol-position
21999         when a byte-compile handler is called.
22001 2005-10-22  Romain Francoise  <romain@orebokech.com>
22003         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22005         * subr.el (eval-after-load): Convert library name to an absolute
22006         file name using locate-library, since load-history no longer has
22007         library names in it.
22009 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22011         * files.el (make-temp-file): Move from subr.el.
22012         * subr.el (make-temp-file): Move to files.el.
22014         * window.el (get-buffer-window-list): Move from subr.el.
22015         * subr.el (get-buffer-window-list): Move to window.el.
22017         * image.el (image-load-path): Use eval-at-startup to initialize.
22019         * subr.el (eval-at-startup): New macro.
22021         * subr.el: Much rearrangement of functions and division
22022         into pages.  No code changes.
22024 2005-10-22  Kenichi Handa  <handa@m17n.org>
22026         * tar-mode.el (tar-extract): Be sure to call
22027         find-operation-coding-system if set-auto-coding doesn't find a
22028         coding system.
22030 2005-10-22  Kim F. Storm  <storm@cua.dk>
22032         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22033         Change users.
22034         (image-type-file-name-regexps): New defconst.
22035         (image-type-from-data): Simplify loop.
22036         (image-type-from-buffer): New defun.
22037         (image-type-from-file-header): Use it instead of image-type-from-data.
22038         Use image-search-load-path instead of only looking in data-directory.
22039         (image-type-from-file-name): New defun.
22040         (image-search-load-path): Change `pathname' to `filename'.
22041         Make PATH arg optional, default to image-load-path.
22043 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22045         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22047         * textmodes/paragraphs.el (sentence-end-base): New variable.
22048         (sentence-end): Use sentence-end-base.
22050 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22052         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22053         property independently from the font-lock-multiline variable.
22055 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22057         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22059         * startup.el (command-line): Convert library names
22060         in `load-history' to absolute file names.
22062         * subr.el (symbol-file): Doc fix.
22064         * loadhist.el (file-loadhist-lookup): Call locate-library
22065         instead of find-library-name.  Don't try converting
22066         abs file names to library names, since load-history no longer
22067         has library names in it.
22068         (file-dependents, file-provides, file-requires): Doc fixes.
22070 2005-10-21  Juri Linkov  <juri@jurta.org>
22072         * progmodes/etags.el (tags-table-mode): New function.
22073         (tags-verify-table): Replace initialize-new-tags-table with
22074         tags-table-mode.
22076         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22077         default value.
22078         (desktop-modes-not-to-save): Add tags-table-mode to the
22079         default value.
22081         * info.el (Info-index-next): Add total number of index
22082         alternatives to the message.
22084         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22085         backward only space (instead of space and period) before looking
22086         at sentence end.
22088         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22089         Add the old variable value as 4th default-value arg of read-string.
22091 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22093         * cus-face.el (custom-declare-face): Make face from X resources
22094         also on Mac.
22096         * disp-table.el (standard-display-g1, standard-display-graphic):
22097         Refuse to use string glyphs also on Mac.
22098         (standard-display-european): Don't set terminal coding system also
22099         on Mac.
22101         * frame.el (display-screens): Use x-display-screens also on Mac.
22103 2005-10-21  Romain Francoise  <romain@orebokech.com>
22105         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22107 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22109         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22110         and $? into sexps.
22112         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22113         warning face on open-paren-in-column-0.
22115         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22116         boundary case.  Fix typo.
22117         Suggested by Martin Rudalics <rudalics@gmx.at>.
22119 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22121         * textmodes/org.el (org-combined-agenda-icalendar-file)
22122         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22123         (org-export-icalendar-this-file)
22124         (org-export-icalendar-all-agenda-files)
22125         (org-export-icalendar-combine-agenda-files): New commands.
22126         (org-export-icalendar, org-print-icalendar-entries)
22127         (org-start-icalendar-file, org-finish-icalendar-file)
22128         (org-ical-ts-to-string): New functions.
22129         (org-read-date, org-goto-calendar)
22130         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22131         call to `calendar'.
22132         (orgtbl-setup): Remove the :keys arguments from the menu description.
22133         (org-after-save-iCalendar-file-hook): New variable.
22135 2005-10-21  Kenichi Handa  <handa@m17n.org>
22137         * language/vietnamese.el (tcvn-5712): Make it an alias of
22138         vietnamese-tcvn coding-system.
22140 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22142         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22143         group id is given.
22145 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22147         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22148         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22149         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22150         whose line is either continued or ends with a comment.
22152 2005-10-20  Romain Francoise  <romain@orebokech.com>
22154         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22156         * replace.el (occur-engine): Add follow-link property.
22158         * font-core.el (font-lock-mode): Doc fix.
22160 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22162         * net/rcirc.el: New file.
22164 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22166         * term.el (term-term-name): Initialize to "eterm-color".
22168 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22170         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22171         for encryption functionality.
22172         Move allout customization subgroup from `editing' to `outlines' group.
22173         Fix commentary keywords to legitimate ones.
22174         Update author info (using my current email address, obscurified).
22175         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22176         (allout-encrypted-topic-p, allout-encrypted-text-type)
22177         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22178         (allout-situate-encryption-key-verifier)
22179         (allout-get-encryption-key-verifier, allout-verify-key)
22180         (allout-next-topic-pending-encryption)
22181         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22182         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22183         (outline-key-verifier-handling, outline-key-hint-handling)
22184         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22185         (allout-file-key-verifier-string, allout-encryption-scheme)
22186         (allout-key-verifier-string, allout-key-hint-string)
22187         (allout-after-save-decrypt): New variables.
22188         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22189         (allout-after-saves-handler): New hook functions.
22190         (allout-post-command-business): Do allout-after-save-decrypt.
22191         (allout-enable-file-variable-adjustment): Custom var to enable
22192         mechanism for adding and adjusting settings of Emacs file variables.
22193         (allout-adjust-file-variable, allout-file-vars-section-data):
22194         New functions, implement the mechanism.
22195         (outlineify-sticky): Use the file vars mechanism.
22196         (allout-inhibit-protection, allout-during-write-cue)
22197         (allout-override-protect, allout-before-change-protect): Remove.
22198         (allout-flag-region, allout-open-topic): Adjust read-only text.
22199         (allout-open-line-not-read-only): Add to facilitate read-only
22200         text based protection.
22201         (allout-kill-line): Revise to adjust read-only text, clue the
22202         user about the inhibition.
22203         (allout-unprotected): Use unwind-protect.
22204         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22205         topic deeper than the offspring depth of the previous topic -
22206         avoiding confusing "containment discontinuities".
22207         (allout-reindent-bodies): Fix retention of body relative hanging
22208         indent during promotion of collapsed bodies.
22209         (allout-open-topic): Make it easy to open new topic with same
22210         bullet as current topic - topic creation functions provided with
22211         any universal argument provokes now prompt for bullet, defaulting
22212         to the bullet of the previous topic.
22213         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22214         Plain bullet alternates `.' period and `,' comma only.  All other
22215         bullets are relegated to special status (but customizable).
22216         (allout-end-of-entry): Rename from allout-end-of-current-entry
22217         since it actually operates w.r.t. most immediately containing
22218         entry, visible or not.
22219         (allout-hide-current-entry, allout-show-current-entry): Use the
22220         revised version.
22221         (allout-old-expose-topic): Solidify deprecation.
22222         (allout-end-of-subtree): Add so we can span concealed as well
22223         as visible topics.
22224         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22225         (allout-end-of-current-heading): Tweak to just respect the first line.
22226         (allout-get-body-text): Add.
22227         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22228         when invoked interactively.
22229         (allout-up-current-level): Use `interactive-p'.
22230         (allout-mode, allout-init): Miscellaneous docstring and
22231         operational refinements, as well as hookups of new encryption stuff.
22232         (allout-beginning-of-current-entry): Now works as advertised.
22233         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22234         (allout-isearch-rectification): Refine condition for isearching.
22235         (allout-isearch-abort, allout-enwrap-isearch)
22236         (allout-flag-region, my-region-active-p): Relocate some macros.
22237         (allout-title): Fallback title is (buffer-name), not
22238         non-existing (current-buffer-name).
22239         (subst-char-in-string): Define if absent (for some XEmacs versions).
22241 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22243         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22244         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22245         (mail-citation-prefix-regexp, mail-signature-file)
22246         (mail-default-headers, mail-bury-selects-summary)
22247         (mail-send-nonascii): Add autoload cookies.
22249 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22251         * frame.el (blink-cursor-mode): Add `mac' to the list of
22252         window-system's that support blinking cursor.
22254 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22256         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22258 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22260         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22261         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22262         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22264 2005-10-20  Kim F. Storm  <storm@cua.dk>
22266         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22267         (ido-set-current-directory): Don't add / after final @.
22268         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22269         Explicitly handle ange-ftp completion oddities.
22270         (ido-make-file-list): Don't rotate list at tramp root to avoid
22271         triggering tramp file handler for expand-file-name via get-file-buffer.
22273 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22275         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22277 2005-10-19  Jay Belanger  <belanger@truman.edu>
22279         * calc/calc-units.el (math-standard-units): Add units, adjust
22280         symbols and update values.
22281         (math-unit-prefixes): Add more prefixes.
22283 2005-10-19  Romain Francoise  <romain@orebokech.com>
22285         * bookmark.el (bookmark-menu-heading): New face.
22286         (bookmark-bmenu-list): Use it.
22287         Don't fiddle with `baud-rate' at top-level.
22289 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22291         * image.el (create-image, find-image): Mention max-image-size in
22292         docstring.
22294 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22296         * savehist.el (savehist-load): Revert to checking XEmacs.
22298         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22299         Various docstring and line-width fixups.
22300         (conf-mode): Use cond.
22301         Set font-lock-defaults.  Don't set comment-use-syntax.
22303 2005-10-18  David Ponce  <david@dponce.com>
22305         * tree-widget.el (tree-widget-button-click): New function.
22306         (tree-widget-button-keymap): Use it.
22308 2005-10-18  Romain Francoise  <romain@orebokech.com>
22310         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22311         (bookmark-bmenu-hide-filenames): Add follow-link property.
22312         Improve help-echo text.
22314         * ffap.el (find-file-at-point): Doc fix.
22316 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22318         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22320 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22322         Install to the CVS repository what I forgot to install in my
22323         2005-10-16 changes.
22325         * progmodes/python.el (python-complete-symbol): Pass the common
22326         prefix substring of completion to `display-completion-list'.
22328         * textmodes/org.el (org-complete): Ditto.
22330 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22332         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22334         * woman.el (WoMan-xref-man-page): New button type derived
22335         from `Man-abstract-xref-man-page'.
22336         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22338         * man.el (Man-abstract-xref-man-page): New button type.
22339         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22340         (Man-highlight-references): Add new optional argument `xref-man-type'.
22342 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22344         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22346 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22348         * cus-edit.el (Custom-move-and-invoke): Delete.
22349         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22351         * wid-edit.el (widget-move-and-invoke): New function, from
22352         Custom-move-and-invoke.
22354 2005-10-17  Bill Wohler  <wohler@newt.com>
22356         Move all remaining images from lisp/toolbar to etc/images, move
22357         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
22358         the low resolution images in their own directory (low-color).
22360         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22361         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22362         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22363         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22364         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22365         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22366         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22368         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22369         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22370         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22371         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22372         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22373         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22374         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22375         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22376         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22377         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22378         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22379         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22380         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22381         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22382         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22384         To conform with convention, replace the underscore (_) in the
22385         following image names with dash (-) or (/) as appropriate.
22387         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22388         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22389         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22390         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22391         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22392         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22393         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22394         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22395         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22396         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22397         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22398         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22399         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22400         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22401         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22403         * info.el (info-tool-bar-map): Replace underscores in image names
22404         with dashes.
22406         * makefile.w32-in (WINS): Remove toolbar.
22408         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22410         * tool-bar.el: Move to lisp from toolbar.  Now that
22411         toolbar is empty, it should be deleted when folks run "cvs up -P".
22413 2005-10-18  Jay Belanger  <belanger@truman.edu>
22415         * calc/calc-store.el (calc-store-into): Get the proper variable name
22416         to display in message.
22418 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22420         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22421         expressions display in speedbar for all buffers when debugging.
22422         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22424         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22425         (speedbar-insert-button, speedbar-make-button):
22426         Use add-text-properties.
22427         (speedbar-update-localized-contents)
22428         (speedbar-update-directory-contents)
22429         (speedbar-update-special-contents): Use dolist.
22430         (speedbar-buffer-easymenu-definition): Add a menu separator.
22432 2005-10-17  Jason Rumney  <jasonr@gnu.org>
22434         * makefile.w32-in: Use $(lisp) consistently.
22435         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22436         for shell specific generation of mh-autoloads.
22438 2005-10-17  Richard M. Stallman  <rms@gnu.org>
22440         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22442 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22444         * jit-lock.el (jit-lock-fontify-now):
22445         Move jit-lock-context-unfontify-pos to avoid wasted work.
22447 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
22449         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
22450         `tramp-completion-mode' for checking if we are in completion mode.
22451         (tramp-completion-handle-file-name-all-completions): Reorder code
22452         in order to complete for file names only in case there are no
22453         method/user/host completions.  This is necessary for cooperation
22454         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
22456 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
22458         * longlines.el (longlines-search-forward)
22459         (longlines-search-backward): Match any number of spaces.
22461 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
22463         * diff-mode.el (diff-mode): Doc fix.
22465 2005-10-16  David Reitter  <david.reitter@gmail.com>
22467         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22468         as default on darwin and windows systems.
22470 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22472         * arc-mode.el (archive-zip-extract): Doc fix.
22474 2005-10-16  Romain Francoise  <romain@orebokech.com>
22476         * mouse.el (mouse-1-click-follows-link): Doc fix.
22478 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22480         * savehist.el: Don't require CL at runtime.
22481         (savehist-xemacs): Remove.
22482         (savehist-coding-system): Use utf-8 if present, regardless of religion.
22483         (savehist-no-conversion): Use (featurep 'xemacs).
22484         (savehist-load): Check existence of start-itimer rather than XEmacs.
22485         Use an idle timer.
22486         (savehist-process-for-saving): Replace use of CL funs `subseq' and
22487         `delete-if-not'.
22489 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
22491         * savehist.el: Newer version.
22492         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22493         (savehist-last-checksum, savehist-no-conversion): New vars.
22494         (savehist-autosave, savehist-process-for-saving, savehist-printable):
22495         New functions.
22496         (savehist-load, savehist-save): Use them.
22497         (savehist-delimit): Remove.
22499 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22501         * progmodes/compile.el (compilation-goto-locus): Display the
22502         compilation buffer first and the source buffer second, in case they're
22503         in overlapping frames.  Don't raise the compilation frame if it was the
22504         selected window upon entry.  Pass the `other-window' arg to
22505         pop-to-buffer.
22507         * info.el (Info-fontify-node): Use dolist.
22508         Change add-text-properties to put-text-property.
22510 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22512         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22513         bound of search.
22515 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22517         * dabbrev.el (dabbrev-completion): Pass the common
22518         prefix substring of completion to `display-completion-list'.
22520         * filecache.el (file-cache-minibuffer-complete)
22521         (file-cache-complete): Ditto.
22523         * tempo.el (tempo-display-completions): Ditto.
22525         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22527         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22529         * eshell/em-hist.el (eshell-list-history): Ditto.
22531         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22533         * mail/mailalias.el (mail-complete): Ditto.
22535         * progmodes/etags.el (complete-tag): Ditto.
22537         * progmodes/make-mode.el (makefile-complete): Ditto.
22539         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22541         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22543         * progmodes/pascal.el (pascal-complete-word)
22544         (pascal-show-completions): Ditto.
22546         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22548         * simple.el (completion-common-substring): New variable.
22549         (completion-setup-function): Use `completion-common-substring'
22550         to put faces.
22552 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22554         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22555         (x-get-selection, mac-select-convert-to-string): Convert from/to
22556         UTF-16 clipboard data as in native byte order, no BOM.
22558 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
22560         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22561         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22562         (gud-sentinel): Use speedbar-frame to check for speedbar.
22564 2005-10-15  Richard M. Stallman  <rms@gnu.org>
22566         * savehist.el: New file.
22568 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
22570         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22571         Fix bug in \bf fontification.
22573 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22575         * pcvs.el (cvs-edit-log-files): New var.
22576         (cvs-mode-edit-log): New arg `file'.
22577         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22578         Instead force the use of the original file and nothing else.
22579         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22580         the cvs-minor-wrap-function is set.
22581         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22583 2005-10-14  Bill Wohler  <wohler@newt.com>
22585         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22586         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22587         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22588         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22589         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22590         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22591         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22592         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22593         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22594         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22595         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22596         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22597         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22598         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22599         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22601         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22602         appropriately (for example, gud-break to gud/break).
22604 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
22606         * longlines.el (longlinges-search-function)
22607         (longlines-search-forward, longlines-search-backward): New functions.
22608         (longlines-mode): Set isearch-search-fun-function to
22609         longlinges-search-function.
22611         * mouse.el (mouse-drag-region-1): Handle the case where a
22612         double-click event is bound to an arbitrary function.
22614 2005-10-14  David Ponce  <david@dponce.com>
22616         * recentf.el (recentf-track-opened-file)
22617         (recentf-track-closed-file, recentf-update-menu)
22618         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22619         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22620         mouse-1-click-follows-link.
22622 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22624         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22625         Gnome file-manager.png.  Suggested by
22626         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22628         * toolbar/README: Add diropen.xpm.
22630 2005-10-13  Bill Wohler  <wohler@newt.com>
22632         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22633         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22635 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22637         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22638         Don't waste the byte-compiler's time on constant data.
22640 2005-10-13  Kenichi Handa  <handa@m17n.org>
22642         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22643         byte with `escape-glyph' face.
22645         * international/fontset.el (ccl-encode-unicode-font):
22646         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22647         Handle the case that ucs-mule-to-mule-unicode translates a character to
22648         ASCII (usually for IPA characters).
22650 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22652         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22653         Don't hide the underline of titles if font-lock-mode is disabled.
22655 2005-10-12  Bill Wohler  <wohler@newt.com>
22657         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22658         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22659         files in MH-E-SRC have been updated.
22660         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22662 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22664         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22665         (mixal-mode-syntax-table): Add \n as end-comment.
22666         (mixal-operation-codes-alist): Immediately initialize to full value.
22667         (mixal-add-operation-code): Remove.
22668         (mixal-describe-operation-code): Make the arg non-optional.
22669         Use the interactive spec instead.
22670         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22671         (mixal-font-lock-keywords): Don't highlight comments here any more.
22672         (mixal-font-lock-syntactic-keywords): New var.
22673         (mixal-mode): Use it.  Fix comment-start-skip.
22675 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22677         * startup.el (command-line-x-option-alist): -nb => -nbi.
22679 2005-10-12  Kim F. Storm  <storm@cua.dk>
22681         * startup.el (fancy-splash-default-action): Discard mouse click in
22682         the splash screen window, as it has no sensible meaning in the
22683         next window to be selected.  Fixes error reported by Jan D.
22685 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22687         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22689 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22691         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22692         Try to fix up minor layout issues like indentation, line break, etc...
22693         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22694         because it doesn't work.
22695         (mixal-operation-codes): Add some more codes.
22696         (mixal-font-lock-keywords): Process comments here.
22697         (mixal-mode): mixasm no longer needs -g option.
22699 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22701         * progmodes/sh-script.el (sh-tmp-file):
22702         Use mktemp -t.  Finish support for es and rc shells.
22704 2005-10-11  Jay Belanger  <belanger@truman.edu>
22706         * calc/calcalg2.el (calc-integral): With an argument, compute the
22707         definite integral.
22709 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22711         * mouse.el (mouse-drag-region-1): Don't try to catch a
22712         double-click when doing follow-link (it's overridden anyway).
22714 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22716         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22717         (autoload-print-form-outbuf): Add docstring.
22719 2005-10-11  Juri Linkov  <juri@jurta.org>
22721         * info.el (Info-mode-menu): Delete menu item "Edit".
22722         (Info-mode): Delete description of Info-edit from docstring,
22723         and rearrange descriptions of Info commands in the order
22724         they are documented in the Info manual.
22726 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22728         * calendar/appt.el (appt-check): Use diary-selective-display var.
22730 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22732         * net/newsticker.el (newsticker-start, newsticker-show-news):
22733         Add autoload cookies.
22735 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22737         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22739 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22741         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22743 2005-10-10  Jay Belanger  <belanger@truman.edu>
22745         * calc/calc-arith.el (math-check-known-scalarp)
22746         (math-check-known-matrixp): Check the values of arguments that are
22747         variables.
22748         (math-check-known-square-matrixp): New function.
22749         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22750         (math-super-types): Add sqmatrix type.
22752         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22753         mode name `square' to `sqmatrix'.
22755         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22756         mode name `square' to `sqmatrix'.
22758 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22760         * progmodes/etags.el (select-tags-table-mode): Don't use
22761         selective-display.
22762         (tags-select-tags-table): Pass `button' to the action function.
22763         (select-tags-table): Place the side-info on button properties rather
22764         than in hidden text.  Abbreviate file names.
22765         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22766         (select-tags-table-select): Add `button' argument.
22767         Get side-info from the button property rather than from hidden text.
22769 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22771         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22772         (gud-speedbar-buttons): Preserve point if possible.
22773         (gud-sentinel): Restore previous speedbar display type.
22775         * progmodes/gdb-ui.el (gdba): Improve diagram.
22776         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22777         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22778         Call get-buffer-window once.
22780 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22782         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22783         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22784         (pascal-indent-command): Remove unused var `ind'.
22785         (pascal-indent-case): Remove unused var `oldpos'.
22786         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22787         since it's now used as a proper minor mode map.
22788         (pascal-outline): Rename to pascal-outline-mode.
22789         (pascal-outline-mode): Use define-minor-mode.
22790         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22791         selective-display.
22793 2005-10-10  Andreas Schwab  <schwab@suse.de>
22795         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22796         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22798         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22799         outside source directory.
22801 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22803         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22804         C-x' as a prefix.
22805         (orgtbl-mode-map): Full keymap instead of sparse, because all
22806         `self-insert-command' keys are redefined in this map.
22807         (org-export-as-html): Specify charset for HTML file, by taking it
22808         from the coding system.
22810 2005-10-10  Kenichi Handa  <handa@m17n.org>
22812         * textmodes/flyspell.el (flyspell-check-word-p):
22813         If unread-command-events is non-empty, don't call sit-for.
22815 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22817         * font-lock.el (font-lock-syntactic-keywords)
22818         (font-lock-keywords): Doc fixes.
22820         * textmodes/flyspell.el (flyspell-external-point-words):
22821         Simplify logic, and don't try to check for consecutive appearances
22822         of one incorrect word.
22824 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22826         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22827         separator.
22829         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22830         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22831         (gud-expansion-speedbar-buttons): New function.
22832         (gud-speedbar-buttons): Check for gud-comint-buffer.
22834 2005-10-09  Bill Wohler  <wohler@newt.com>
22836         * Makefile.in (updates): Add mh-loaddefs dependency.
22838 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22840         * speedbar.el (speedbar-file-key-map): Fix typo.
22842 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22844         * cus-start.el (line-spacing): Add custom spec.
22846 2005-10-09  Romain Francoise  <romain@orebokech.com>
22848         * textmodes/ispell.el (ispell-check-version): Fix last change.
22850 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22852         * term/x-win.el: Remove -i, --icon-type from comment.
22854         * startup.el (command-line-x-option-alist): Remove options -i,
22855         -itype, --icon-type, added -nb, --no-bitmap-icon.
22857 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22859         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22860         instead of :active.
22862 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22864         * textmodes/ispell.el (ispell-check-version):
22865         Ignore hyphen, and all that follows, in aspell's version text.
22867 2005-10-08  Jay Belanger  <belanger@truman.edu>
22869         * calc/calc-arith.el (math-known-square-matrixp): New function.
22870         (math-pow-fancy): Check for matrices before distributing exponent
22871         across products.
22873         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22874         fullscreen keypad.  Suggested by Luc Teirlinck.
22875         (calc-keypad-show-input): Add space for formatting.
22877         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22878         Add square matrix option.
22880         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22881         of checking calc-matrix-mode when deciding how to expand.
22883         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22885 2005-10-08  Lars Hansen  <larsh@soem.dk>
22887         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22888         Add error handling.
22889         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22891 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22893         Sync with Tramp 2.0.51.
22895         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22896         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22897         Insert special handling for `last-coding-system-used', again
22898         it still seems to be necessary (unlike stated before).
22899         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22900         (tramp-password-prompt-regexp): There might be other words before
22901         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22902         (tramp-chunksize): Improve docstring.
22903         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22904         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22905         Christian Joergensen <bugs@razor.dk>.
22907 2005-10-07  Glenn Morris  <rgm@gnu.org>
22909         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22910         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22911         precision'.
22913 2005-10-07  Romain Francoise  <romain@orebokech.com>
22915         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22916         (ibuffer-do-shell-command-pipe-replace)
22917         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22918         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22919         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22920         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22921         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22922         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22923         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22924         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22925         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22926         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22927         Autoload file sans suffix.
22929         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22931 2005-10-07  David Ponce  <david@dponce.com>
22933         * recentf.el (recentf-menu-open-all-flag): New option.
22934         (recentf-digit-shortcut-command-name): New function.
22935         (recentf--shortcuts-keymap): New variable.
22936         (recentf-menu-shortcuts): New variable.
22937         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22938         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22939         (recentf-menu-value-shortcut): New function.
22940         (recentf-make-menu-item): Use it.  No more in-lined.
22941         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22942         (recentf-open-most-recent-file): Rename from
22943         `recentf-open-file-with-key'.  Don't depend on key binding.
22944         (recentf-mode-map): New variable.
22945         (recentf-mode): Use it.
22947 2005-10-06  Bill Wohler  <wohler@newt.com>
22949         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22951         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22952         (MH-E-SRC): New.  Used by mh-autoloads.
22953         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22954         files in MH-E-SRC have been updated.
22955         (compile, recompile, bootstrap): Depend on mh-autoloads.
22957 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22959         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22960         gud-break and gud-remove icons when the fringe is not available.
22962         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22963         Typo.
22965 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22967         * play/zone.el (zone): Wrap body with save-window-excursion.
22969 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22971         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22972         Use the new `list-only' arg to diary-list-entries.
22974         * calendar/diary-lib.el: Use overlays rather than selective-display.
22975         (diary-selective-display): New var.
22976         (diary-header-line-format): Use it.
22977         (diary-list-entries): Add argument `list-only'.
22978         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22979         Replace \^M by invisible overlays.
22980         (diary-unhide-everything): Replace \^M by invisible overlays.
22981         (print-diary-entries): Look for overlays rather than \^M.
22982         Add a space to the temp buffer name.
22983         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22984         Put the buffer in diary-mode.
22985         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22986         (diary-anniversary): Make the year arg optional.
22987         (diary-time-regexp): New const.
22988         (diary-font-lock-keywords): Use it to accept a few more time formats.
22990         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22992 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22994         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22995         Fix bug introduced 2005-07-03: Use (car (last ...))
22996         to faithfully reproduce replaced artist-last.
22997         (artist-set-arrow-points-for-poly): Likewise.
22998         Suggested by Johan Bockg\e,Ae\e(Brd.
23000 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
23002         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23003         * wid-edit.el (widget):
23004         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23005         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23007 2005-10-06  Kenichi Handa  <handa@m17n.org>
23009         * international/mule-cmds.el (set-language-environment):
23010         Fix setting up of case-table for unibyte mode.
23012         * simple.el (what-cursor-position): If the character is displayed
23013         by some `display' text property, show that.  Don't use
23014         single-key-description for eight-bit characters in multibyte mode.
23016 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23018         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23019         (gdb-ann3): Set it.
23020         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23021         (gdb-info-frames-custom): Use inverse-video for first five
23022         characters of selected frame only.
23023         (gdb-get-frame-number): Select frame even when point is on frame
23024         number.
23026 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23028         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23029         Put `font-lock-function-name-face'.
23030         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23031         and `font-lock-variable-name-face'
23032         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23033         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23034         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23035         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23036         (gdb-local-font-lock-keywords): New font lock keywords definition.
23037         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23038         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23039         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23041 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23043         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23044         (ediff-merge-region-is-non-clash-to-skip): Previously called
23045         ediff-merge-region-is-non-clash.
23047         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23048         Use insert-buffer-substring.
23050         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23051         selecting files to patch.  Also bug fixes.
23053         * ediff-util.el (ediff-setup): Bug fix.
23054         (ediff-next-difference): Never skip clashes that differ in white
23055         space only.
23057         * ediff-wind.el (ediff-setup-control-frame)
23058         (ediff-destroy-control-frame): Check the menubar feature.
23060         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
23061         (viper-refresh-mode-line): Use make-local-variable to localize
23062         some vars instead of make-variable-buffer-local.  Suggested by
23063         Stefan Monnier.
23065         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
23066         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23067         Use make-local-variable instead of make-variable-buffer-local.
23068         Suggested by Stefan Monnier.
23070         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
23071         (viper-comint-mode-hook): Use make-local-variable on
23072         require-final-newline.
23073         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23075 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23077         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23078         also the second char of a comment-start sequence.
23079         (scheme-sexp-comment-syntax-table): New var.
23080         (lambda, define): Set their scheme-doc-string-elt property.
23081         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23082         Use lisp-font-lock-syntactic-face-function now that it properly
23083         handles |...| symbols.
23084         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23085         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23087         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23088         bit from # to |.
23089         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23091         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23092         (lisp-doc-string-elt-property): New var.
23093         (lisp-font-lock-syntactic-face-function): Use it.
23094         Rewrite to recognize docstrings even for forms not at toplevel.
23096         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23097         annotation on the | part of #| rather than on the # part.
23098         (scheme-font-lock-syntactic-face-function): New function, to
23099         distinguish strings from |...| symbols.
23100         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23101         syntax-table so that #|...|# is properly highlighted.
23103         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23104         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23106 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23108         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23109         and C-e.
23111         * emacs-lisp/eldoc.el: Move comments into docstrings.
23112         (eldoc-message-commands): Initialize in its declaration.
23113         Add move-beginning-of-line and move-end-of-line.
23114         (eldoc-add-command, eldoc-add-command-completions)
23115         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23117         * outline.el (outline-mark-subtree): Activate the mark.
23119         * calendar/appt.el (appt-time-regexp): New var.
23120         (appt-add, appt-make-list): Use it.
23121         (appt-convert-time): Clean up.
23123         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23124         Don't set any syntax-table property here.
23125         (tex-font-lock-verb): New function.  Do it here.
23126         (tex-font-lock-syntactic-keywords): Use it.
23128 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23130         * wid-edit.el (widget-file-complete): Get the widget start point
23131         the right way.  Default directory to `/' if file has none.
23133         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23135         * textmodes/flyspell.el (flyspell-mode-on):
23136         Call ispell-maybe-find-aspell-dictionaries.
23138         * textmodes/ispell.el (ispell-word, ispell-region):
23139         Call ispell-maybe-find-aspell-dictionaries.
23140         (ispell-accept-buffer-local-defs):
23141         Don't call ispell-maybe-find-aspell-dictionaries.
23143 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23145         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23147 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23149         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23150         instead of `fboundp' in order to allow for anonymous functions.
23152 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23154         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23155         case the user clicks on the link while another window is selected.
23156         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23158         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23159         functionality.
23160         (dframe-help-echo): Save point in case mouse tracking is off.
23162 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23164         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23166 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23168         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23169         not change the global value of those vars.
23171         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23172         make-local-variable which we do not need any more.
23174 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23176         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23177         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23178         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23179         (speedbar-path-line): Define obsolete aliases.
23180         (speedbar-line-directory): Doc fix.
23182         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23183         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23184         instead of speedbar-line-path.
23186 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23188         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23189         to nil if dropping on a window.  Handle dropping on a minibuffer window
23190         like dropping on a non-window part of Emacs.
23192 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23194         * net/ange-ftp.el: Use with-current-buffer.
23195         (ange-ftp-insert-directory): Do not follow symlinks any more.
23197         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23198         Remove interactive spec.
23200 2005-10-03  Kim F. Storm  <storm@cua.dk>
23202         * ido.el (ido-mode): Use custom-initialize-set.
23204 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23206         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23207         Use insert-buffer-substring.
23209         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23210         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23212 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23214         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23215         in last change.
23216         (ange-ftp-insert-directory): Fix up the search for the case where
23217         `file' is absolute.
23219 2005-10-02  Romain Francoise  <romain@orebokech.com>
23221         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23223 2005-10-02  Andreas Schwab  <schwab@suse.de>
23225         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23226         directory component in the session info.
23228 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23230         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23232         * simple.el (next-error-internal): New function.
23234         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23235         (compilation-start): Pass new arg to compilation-buffer-name.
23236         (compile-goto-error): Use next-error-internal.
23238 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23240         * speedbar.el: Remove RCS tag.
23241         (speedbar-check-read-only): Handle non-existent files.
23243         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23245         * info.el (Info-speedbar-hierarchy-buttons)
23246         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23248 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23250         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23251         Do not match newline.
23252         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23253         (bibtex-summary): Remove unnecessary save-excursion.
23254         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23256 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23258         * term/mac-win.el: Add charset info for "iso10646-1".
23259         Modify default fontset to use ATSUI-compatible fonts for some charsets
23260         if available.
23262 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23264         * speedbar.el: Re-apply arch tag.
23265         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23266         M. Ludlam.
23267         Reapply two changes from Emacs CVS' version of speedbar lost
23268         during the merge:
23269         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23270         (speedbar-frame-parameters): Improve customize type.
23272 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23274         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23275         (ange-ftp-file-directory-p): Fix the symlink case.
23276         (ange-ftp-insert-directory): When listing a single file, get a list of
23277         the parent buffer and extract the relevant line.  Inspired from a patch
23278         by Katsumi Yamaoka <yamaoka@jpl.org>.
23279         (ange-ftp-file-name-sans-versions): Simplify.
23281 2005-09-30  Bill Wohler  <wohler@newt.com>
23283         Move MH-E image files from toolbar and mail directories into
23284         etc/images.
23286         * mail/reply2.*: Move to etc/images/mail/reply*.
23288         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23289         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23290         etc/images.
23292         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23293         * toolbar/reply*: Move to etc/images/mail.
23295         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23297 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23299         * speedbar.el: New version 1.0pre3.
23301         Frame management code (including timer, and mouse click specifics)
23302         moved to dframe.el:
23303         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23304         (speedbar-timer): Removed.  Use dframe-timer.
23305         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23306         (speedbar-activity-change-focus-flag): Removed.  Use
23307         dframe-activity-change-focus-flag.
23308         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23309         dframe-update-speed.
23311         (speedbar-current-frame): New macro.  Use this instead of the
23312         variable speedbar-frame.
23314         (speedbar-use-images, speedbar-expand-image-button-alist)
23315         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23317         (speedbar-find-image-on-load-path): Removed.  Replaced by
23318         defezimage in ezimage.el.
23319         (speedbar-expand-image-button-alist): Removed.  Replaced by
23320         ezimage-expand-image-button-alist in ezimage.el.
23322         (speedbar-ignored-directory-regexp)
23323         (speedbar-add-ignored-directory-regexp)
23324         (speedbar-ignored-directory-expressions)
23325         (speedbar-line-directory, speedbar-buffers-line-directory)
23326         (speedbar-directory-line, speedbar-buffers-line-directory):
23327         Renamed, replacing `path' with `directory'.
23329         (speedbar-create-directory, speedbar-expand-line-descendants)
23330         (speedbar-toggle-line-expansion)
23331         (speedbar-contract-line-descendants): New commands.
23333         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23334         (speedbar-use-tool-tips-flag): New options.
23336         (speedbar-check-read-only, speedbar-require-version)
23337         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23338         (speedbar-handle-delete-frame, speedbar-try-completion)
23339         (speedbar-update-localized-contents): New functions.
23341         (speedbar-incompatible-version, speedbar-ro-to-do-point)
23342         (speedbar-object-read-only-indicator): New variables.
23344         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23345         New hooks.
23347         (speedbar-separator-face): New face.
23349         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23350         (speedbar-ignored-modes): Add fundamental-mode.
23351         (speedbar-directory-unshown-regexp): Add . directories.
23353         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23354         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23355         `]' for full expand/close.
23356         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23358         (speedbar-check-vc): Support hidden files.
23359         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23360         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
23361         state is nil, it is not checked out.
23363         (speedbar-line-text, speedbar-line-token): Support expand buttons
23364         with no text.
23365         (speedbar-refresh): Universal argument acts as power-click.
23366         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23367         that buffer to get variable values.
23369         And many other bugfixes.
23371         * dframe.el, ezimage.el, sb-image.el: New files.
23373         * sb-*.xpm: Remove files.  New image files installed into
23374         etc/images/ezimage.
23376 2005-09-30  Kenichi Handa  <handa@m17n.org>
23378         * ps-mule.el (ps-mule-show-warning): If a character is in
23379         ps-print-translation-table, don't treat it as non-printable.
23381 2005-09-30  David Ponce  <david@dponce.com>
23383         * tree-widget.el (tree-widget-themes-load-path): New variable.
23384         (tree-widget-themes-directory): Doc fix.
23385         (tree-widget-image-formats) [Emacs]: Doc fix.
23386         (tree-widget--locate-sub-directory): New function.
23387         (tree-widget-themes-directory): Use it.
23389         * recentf.el (recentf-filename-handlers): Rename from
23390         `recentf-filename-handler'.  Allow a list of functions.
23391         (recentf-menu-items-for-commands): Fix :help strings.
23392         (recentf-apply-filename-handlers): New function.
23393         (recentf-expand-file-name): Use it.
23394         (recentf-cleanup): Remove duplicates too.
23396 2005-09-29  Juri Linkov  <juri@jurta.org>
23398         * faces.el: Rearrange face definitions to be in the same order as
23399         their face descriptions in "(emacs)Standard Faces".
23401         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23403         * tooltip.el (tooltip): Add group `basic-faces'.
23405         * buff-menu.el (Buffer-menu-buffer): Remove group
23406         `font-lock-highlighting-faces'.
23408         * progmodes/compile.el (compilation-error, compilation-warning)
23409         (compilation-info, compilation-line-number, compilation-column-number):
23410         Change group from `font-lock-highlighting-faces' to `compilation'.
23412         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23413         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23414         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23415         (vhdl-font-lock-reserved-words-face)
23416         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23417         `font-lock-highlighting-faces'.
23419         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23421 2005-09-28  Kim F. Storm  <storm@cua.dk>
23423         * emulation/cua-base.el: Set CUA move property on additional commands:
23424         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23425         forward-sexp, backward-sexp, forward-list, backward-list.
23427 2005-09-28  Romain Francoise  <romain@orebokech.com>
23429         * comint.el (comint-show-output): Really set point at the
23430         beginning of the output when not using `comint-use-prompt-regexp'.
23432 2005-09-27  Jay Belanger  <belanger@truman.edu>
23434         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23435         in TeX mode.
23437 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
23439         * textmodes/org.el (org-table-sum): Fix format string.
23441         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23442         Quote face names.
23444 2005-09-26  Romain Francoise  <romain@orebokech.com>
23446         * isearch.el (isearch-forward-regexp): Close doc string.
23448 2005-09-25  Richard M. Stallman  <rms@gnu.org>
23450         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23452         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23454         * progmodes/compile.el (compilation-error-properties):
23455         When getting the file from the previous error message,
23456         correctly decode the new data format.
23458         * progmodes/cc-cmds.el (c-electric-paren):
23459         Call old-blink-paren only for close-paren.
23461 2005-09-24  Andreas Schwab  <schwab@suse.de>
23463         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23464         condition.
23466 2005-09-25  Romain Francoise  <romain@orebokech.com>
23468         * dired-aux.el (dired-copy-file-recursive):
23469         * dired.el (dired-delete-file):
23470         * ediff-mult.el (ediff-dir-diff-copy-file):
23471         * ediff-util.el (ediff-test-save-region):
23472         * forms.el (forms-mode):
23473         * ido.el (ido-file-internal, ido-delete-file-at-head):
23474         * log-edit.el (log-edit-done):
23475         * ses.el (ses-yank-resize):
23476         * play/gomoku.el (gomoku-human-plays, gomoku)
23477         (gomoku-human-resigns, gomoku-prompt-for-other-game)
23478         (gomoku-offer-a-draw):
23479         * play/landmark.el (lm-human-resigns, lm):
23480         * net/eudcb-ldap.el (eudc-ldap-check-base):
23481         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23482         * progmodes/ebrowse.el (ebrowse-find-pattern):
23483         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23484         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23485         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23487         * vc.el (vc-delete-file):
23488         * play/gomoku.el (gomoku-terminate-game, gomoku)
23489         (gomoku-prompt-for-move, gomoku-human-takes-back):
23490         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23491         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23493 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
23495         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23496         color rxvt terminals by using the code xterm.el used to use before
23497         2005-04-09 in order to match the colors used by rxvt.
23499 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23501         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23502         colors rxvt-unicode terminals by using the same code as xterm.el.
23504 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23506         * textmodes/tex-mode.el (tex-font-lock-append-prop)
23507         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23508         new symbol used for the tex-verbatim face.
23510 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
23512         * woman.el (woman-file-name):
23513         * wid-edit.el (widget-file-prompt-value)
23514         (widget-coding-system-prompt-value):
23515         * w32-fns.el (set-w32-system-coding-system):
23516         * vc.el (vc-version-diff, vc-annotate):
23517         * textmodes/reftex-auc.el (reftex-arg-cite)
23518         (reftex-arg-index-tag):
23519         * textmodes/refer.el (refer-get-bib-files):
23520         * textmodes/artist.el (artist-figlet-choose-font):
23521         * terminal.el (terminal-emulator):
23522         * replace.el (occur-read-primary-args):
23523         * rect.el (string-rectangle, string-insert-rectangle):
23524         * ps-print.el (ps-print-preprint):
23525         * progmodes/pascal.el (pascal-goto-defun):
23526         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23527         * progmodes/compile.el (compilation-find-file):
23528         * printing.el (pr-interactive-n-up):
23529         * play/animate.el (animate-birthday-present):
23530         * net/rcompile.el (remote-compile):
23531         * man.el (man, Man-goto-section, Man-follow-manual-reference):
23532         * mail/rmailsum.el (rmail-summary-search-backward)
23533         (rmail-summary-search):
23534         * mail/rmailout.el (rmail-output-read-rmail-file-name)
23535         (rmail-output-read-file-name):
23536         * mail/rmail.el (rmail-search, rmail-search-backwards):
23537         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23538         * locate.el (locate):
23539         * international/quail.el (quail-show-keyboard-layout):
23540         * international/mule.el (set-buffer-file-coding-system)
23541         (revert-buffer-with-coding-system, set-file-name-coding-system)
23542         (set-terminal-coding-system, set-keyboard-coding-system)
23543         (set-next-selection-coding-system):
23544         * international/mule-diag.el (describe-coding-system)
23545         (describe-font, describe-fontset):
23546         * international/mule-cmds.el (universal-coding-system-argument)
23547         (search-unencodable-char, describe-input-method)
23548         (set-language-environment, describe-language-environment):
23549         * international/codepage.el (codepage-setup):
23550         * international/code-pages.el (codepage-setup):
23551         * info.el (Info-search, Info-follow-reference)
23552         (Info-search-backward):
23553         * emacs-lisp/advice.el (ad-read-advised-function)
23554         (ad-read-advice-class, ad-clear-cache, ad-activate)
23555         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23556         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23557         (ad-read-regexp):
23558         * ediff-util.el (ediff-toggle-regexp-match):
23559         * ediff-ptch.el (ediff-prompt-for-patch-file):
23560         * dired-aux.el (dired-diff):
23561         * diff.el (diff):
23562         * cus-edit.el (custom-variable-prompt):
23563         * calendar/timeclock.el (timeclock-ask-for-project):
23564         * calc/calcalg3.el (calc-get-fit-variables):
23565         * calc/calc-store.el (calc-edit-variable)
23566         (calc-permanent-variable):
23567         * vc-mcvs.el (vc-mcvs-register):
23568         * shadowfile.el (shadow-define-literal-group):
23569         * woman.el (woman-file-name):
23570         * vc.el (vc-version-diff, vc-merge):
23571         * textmodes/reftex-index.el (reftex-index-complete-tag):
23572         * format.el (format-decode-buffer, format-decode-region):
23573         * emulation/viper-cmd.el (viper-read-string-with-history):
23574         * emacs-lisp/debug.el (cancel-debug-on-entry):
23575         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23576         * ediff.el (ediff-merge-revisions)
23577         (ediff-merge-revisions-with-ancestor, ediff-revision):
23578         * completion.el (interactive-completion-string-reader):
23579         * calc/calc-prog.el (calc-user-define-formula):
23580         Follow convention for reading with the minibuffer.
23582 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
23584         * progmodes/python.el (python-describe-symbol): Add globals() and
23585         locals() to the arguments of emacs.ehelp.
23587 2005-09-24  Magnus Henoch  <mange@freemail.hu>
23589         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23590         New function, code extracted from ispell-valid-dictionary-list.
23591         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23592         Call it.
23594 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
23596         * subr.el (version-regexp-alist): Extend valid syntax for version
23597         strings: allow any of the characters -,_,+ to separate the
23598         alpha/beta/rc part from the version part.  Doc fix.
23599         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
23601 2005-09-23  David Reitter  <david.reitter@gmail.com>
23603         * mail/mailclient.el: New file.
23605 2005-09-23  Richard M. Stallman  <rms@gnu.org>
23607         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23608         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23609         Doc fixes.
23611         * progmodes/cc-mode.el (c-font-lock-init):
23612         Specify font-lock-lines-before.
23614 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23616         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23617         whole conflict.
23619 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23621         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23622         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23623         of `remap' feature when available.  Additional key bindings for
23624         better tty support.
23625         (org-mode-restart, org-force-self-insert): New commands.
23626         (org-time-stamp-inactive): New command.
23627         (org-remap): New function.
23628         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23629         (org-enable-fixed-width-editor): Move to `org-structure'
23630         customization group.
23631         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23632         blank field after field motion commands.
23634 2005-09-23  Kenichi Handa  <handa@m17n.org>
23636         * international/mule-cmds.el (set-language-environment):
23637         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23638         have to call utf-translate-cjk-load-tables.
23640 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23642         * mouse.el (mouse-move-drag-overlay): Fix last change.
23644 2005-09-22  David Ponce  <david@dponce.com>
23646         * tree-widget.el (tree-widget-value-create): Fix previous change.
23648 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23650         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23652 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23654         * mouse.el (mouse-move-drag-overlay): New function.
23655         (mouse-drag-region-1): Use it.
23656         Try to simplify a bit the state handling.  Handle clicks on links
23657         inside intangible areas.
23658         (mouse-save-then-kill): Minor simplification.
23659         (mouse-secondary-overlay): Make it always non-nil instead of
23660         recreating it each time.
23661         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23662         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23663         Simplify accordingly.
23665 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23667         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23669 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23671         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23672         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23673         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23674         to patch.
23676         * ediff-util.el: Use insert-buffer-substring.
23678         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23680         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23681         field boundaries in the minibuffer.
23682         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23683         (viper-minibuffer-post-command-hook): New hook.
23684         (viper-line): Don't move cursor at bolp.
23686         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23688         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23689         avoid compiler warnings.
23691         * emulation/viper-macs.el (ex-map): Better messages.
23693         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23695         * emulation/viper.el: Replace make-variable-buffer-local with
23696         viper-make-variable-buffer-local everywhere, to avoid warnings.
23698 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23700         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23701         Delete unused var `old-selected-window'.
23702         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23703         (mouse-drag-secondary): Delete unused var `start-frame'.
23705 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23707         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23709 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23711         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23712         Re-indent within 80 columns.  Use inhibit-read-only.
23714 2005-09-19  Romain Francoise  <romain@orebokech.com>
23716         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23718 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23720         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23721         unconditionally, since the after-change-function already did it.
23723 2005-09-19  Miles Bader  <miles@gnu.org>
23725         * net/newsticker.el: Get rid of CVS keyword.
23727 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23729         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23730         The prompt is formatted later.
23732 2005-09-19  David Ponce  <david@dponce.com>
23734         * tree-widget.el (tree-widget-value-create): Save the converted
23735         tree :node widget.
23737 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23739         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23740         variable `message'.
23742 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23744         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23745         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23746         <slawomir.nowaczyk.847@student.lu.se>.
23748 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23750         * image.el (image-load-path): Use symbol `data-directory' instead
23751         of its value, for backward compatibility with packages that bind
23752         it during `find-image'.  Suggested by Katsumi Yamaoka.
23753         (image-search-load-path): Handle symbols whose values are strings.
23755 2005-09-18  Romain Francoise  <romain@orebokech.com>
23757         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23758         with-current-buffer form in save-excursion.
23760 2005-09-18  Deepak Goel  <deego@gnufans.org>
23762         * apropos.el (apropos-command): Fix `message' call: first arg
23763         should be a format spec.  In this and all other cases that appear
23764         below and elsewhere in the source code, I made a change only when
23765         two conditions were satisfied: [1] I can think of a possibility
23766         that the arguments would cause an error, for example, the code in
23767         question relies on external variables such as filenames.  [2] I
23768         was sure that the arg to `message' could not have been nil in the code.
23770         * textmodes/tildify.el (tildify-region): Ditto.
23772         * textmodes/reftex-index.el (reftex-index-change-entry)
23773         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23774         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23775         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23776         (org-priority, org-table-sum):
23777         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23778         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23779         (flyspell-word, flyspell-display-next-corrections):
23780         * textmodes/bibtex.el (bibtex-print-help-message):
23781         * textmodes/artist.el (artist-key-set-point-poly):
23782         * term/mac-win.el (mac-services-insert-text):
23783         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23784         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23785         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23786         (vhdl-compose-configuration):
23787         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23788         (sh-set-indent, sh-learn-line-indent):
23789         * progmodes/ps-mode.el (ps-mode-target-column):
23790         * progmodes/idlwave.el (idlwave-make-tags)
23791         (idlwave-scan-library-catalogs):
23792         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23793         * progmodes/gud.el (gud-jdb-analyze-source):
23794         * progmodes/flymake.el (flymake-log):
23795         * progmodes/ebnf2ps.el (ebnf-generate-region):
23796         * progmodes/cmacexp.el (c-macro-expansion):
23797         * progmodes/ada-xref.el (ada-treat-cmd-string):
23798         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23799         (ada-justified-indent-current, ada-batch-reformat):
23800         * play/zone.el (zone):
23801         * play/landmark.el (lm-move):
23802         * play/decipher.el (decipher-show-alphabet):
23803         * net/newsticker.el (newsticker--display-jump)
23804         (newsticker--display-scroll):
23805         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23806         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23807         * mail/feedmail.el (feedmail-dump-message-to-queue):
23808         * eshell/esh-proc.el (eshell-remove-process-entry):
23809         * emulation/ws-mode.el (ws-last-error):
23810         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23811         (viper-record-kbd-macro):
23812         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23813         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23814         * emacs-lisp/find-func.el (find-function-noselect):
23815         * calendar/timeclock.el (timeclock-status-string)
23816         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23817         (timeclock-when-to-leave-string):
23818         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23819         * calc/calc-units.el (calc-enter-units-table):
23820         * calc/calc-mode.el (calc-mode-record-mode):
23821         * woman.el (woman-mini-help):
23822         * wdired.el (wdired-change-to-wdired-mode):
23823         * vc.el (vc-retrieve-snapshot):
23824         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23825         * startup.el (display-startup-echo-area-message):
23826         * simple.el (set-goal-column):
23827         * ses.el (ses-command-hook, ses-recalculate-cell):
23828         * server.el (server-process-filter):
23829         * printing.el (pr-interface-txt-print, pr-interface-printify)
23830         (pr-interface-ps):
23831         * pcvs.el (cvs-help):
23832         * log-edit.el (log-edit, log-edit-mode-help):
23833         * iswitchb.el (iswitchb-possible-new-buffer):
23834         * isearch.el (isearch-edit-string):
23835         * image-mode.el (image-mode, image-minor-mode):
23836         * ibuf-macs.el (define-ibuffer-filter):
23837         * hi-lock.el (hi-lock-find-patterns):
23838         * files.el (toggle-read-only):
23839         * ediff-util.el (ediff-copy-diff)
23840         (ediff-write-merge-buffer-and-maybe-kill):
23841         * echistory.el (Electric-history-undefined):
23842         * dnd.el (dnd-insert-text):
23843         * dired-aux.el (dired-query):
23844         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23845         * bookmark.el (bookmark-bmenu-locate):
23846         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23847         Fix `message' calls to ensure first arg is a format string.
23848         The change was made only when these two conditions were satisfied:
23849         [1] when there is a possibility that the arguments would cause an error
23850         for example, if the code in question relies on external variables
23851         such as filenames, and
23852         [2] if the arg to `message' could not have been nil in the code.
23854         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23855         Not having a %s would be weird, though not technically wrong.
23857 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23859         * term/mac-win.el (mac-add-charset-info): Doc fix.
23861 2005-09-17  Romain Francoise  <romain@orebokech.com>
23863         * shell.el (shell-resync-dirs): Handle echoing processes more
23864         reliably.  Don't insert resync command if `comint-process-echoes'
23865         is non-nil.
23867 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23869         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23870         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23871         aspell versions >= 0.60.
23872         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23873         only if ispell-aspell-supports-utf8 is non-nil.
23875 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23877         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23878         buffer-local value to lisp-indent-function.
23880 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23882         * progmodes/glasses.el (glasses-make-readable): If
23883         glasses-separator differs from underscore, put appropriate
23884         overlays over underscore characters.
23885         (glasses-convert-to-unreadable): If glasses-separator differs from
23886         underscore, try to convert glasses-separator characters to
23887         underscores.
23889 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23891         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23892         Use with-syntax-table and dolist.
23894 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23896         * textmodes/reftex-auc.el:
23897         * textmodes/reftex-cite.el:
23898         * textmodes/reftex-dcr.el:
23899         * textmodes/reftex-global.el:
23900         * textmodes/reftex-parse.el:
23901         * textmodes/reftex-ref.el:
23902         * textmodes/reftex-sel.el:
23903         * textmodes/reftex-toc.el:
23904         * textmodes/reftex-vars.el:
23905         * textmodes/reftex.el: Small changes to remove compiler warnings.
23907         * textmodes/reftex-index.el: Likewise.
23908         (reftex-query-index-phrase): More efficient use of markers.
23910 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23912         * image.el (image-load-path): New variable.
23913         (image-search-load-path): New function.
23914         (find-image): Search for images in `image-load-path'.
23916 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23918         * follow.el: Change Maintainer field.
23920 2005-09-15  David Ponce  <david@dponce.com>
23922         * recentf.el (recentf-save-file-modes): New option.
23923         (recentf-save-list): Use it.
23925 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23927         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23928         (mode-line-mule-info, mode-line-modified): Move bindings from
23929         mouse-3 to mouse-1.
23931 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23933         * simple.el (sendmail-user-agent-compose): Revert last change.
23935 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23937         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23938         Use with-current-buffer.
23939         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23940         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23941         (ange-ftp-insert-directory): Remove unused var `short'.
23942         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23944         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23945         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23947         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23948         (check-calendar-holidays, diary-list-entries): Autoload.
23949         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23950         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23952         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23953         which mistakenly removed a call to display-buffer.
23955 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23957         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23959 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23961         * progmodes/hideshow.el
23962         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23963         (hs-allow-nesting): New user var.
23964         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23965         (hs-hide-block-at-point): When nesting allowed,
23966         if there is already an overlay in place, delete it.
23967         (hs-safety-is-job-n): Delete func; remove call sites.
23968         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23969         (hs-overlay-at): New func.
23970         (hs-already-hidden-p, hs-show-block): Use it.
23971         (hs-hide-all): Don't pre-clean if nesting allowed.
23972         (hs-show-all): Temporarily disallow
23973         nesting around call to `hs-discard-overlays'.
23975 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23977         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23978         Delete unused local var.
23980 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23982         * help-fns.el (describe-categories): "?\ " -> "?\s".
23983         (help-do-arg-highlight): Recognize also ARG-n, as in
23984         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23986         * international/codepage.el (dos-unsupported-char-glyph):
23987         * net/newsticker.el (tool-bar-map, w3-mode-map)
23988         (w3m-minor-mode-map):
23989         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23990         (ent-alist):
23991         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23993 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23995         * custom.el (custom-push-theme): Handle the case where a symbol is
23996         bound but face properties have not yet been assigned.
23998         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23999         Fix behavior if noerase is `t' and there is no mail buffer.
24001         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24002         if `continue' is nil, rather than signal an error.
24004 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24006         * font-lock.el (font-lock-keywords): Add autoload.
24008         * help-fns.el (describe-variable): Rearrange to put source link
24009         in a predictable place.
24011         * net/newsticker.el: New file.
24013 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24015         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24016         (calendar-basic-setup): Use the new nil arg.
24017         (number-of-diary-entries): Move to diary-lib.el.
24019         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24020         (diary-list-entries): Use with-syntax-table and dolist.
24021         Rename from list-diary-entries.
24022         Use number-of-diary-entries if `number' is nil.
24023         (diary, diary-view-entries): Use this new name and new nil arg value.
24024         (number-of-diary-entries): Move from calendar.el.
24025         (diary-unhide-everything): New function.
24026         (include-other-diary-files, fancy-diary-display)
24027         (diary-show-all-entries, make-diary-entry): Use it.
24028         (diary-mail-entries): Use buffer-string.
24029         (mark-diary-entries): Fix long standing paren typo.
24030         (diary-sexp-entry): Use count-lines.
24031         (make-diary-entry): Avoid `previous-line'.
24032         (diary-mode-map): New var.
24033         (diary-mode): Redraw cal after saving.  Setup header-line.
24034         (fancy-diary-display-mode): Use local-set-key.
24036         * startup.el (command-line): Try calling various terminal-init-foo-bar
24037         functions by stripping hyphenated suffixes from $TERM.
24039         * files.el (normal-mode): Check boundness of font-lock-keywords.
24041 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24043         * progmodes/compile.el: Don't decide a file's directory
24044         until the user actually tries to go there.
24045         (compilation-next-error-function):
24046         Pass compilation-find-file the directory from the file-struct.
24047         (compilation-internal-error-properties): Separate local FILE-STRUCT
24048         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24049         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24050         Expand it, and if nil, use default-directory.
24051         (compilation-get-file-structure): Don't mix specified directory
24052         with default directory.  Put specified directory into
24053         file-struct.  Don't make the file name absolute.
24055         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24056         (compile-command): Add autoload.
24057         (compilation-disable-input): Add autoload.
24059 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24061         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24062         strings of the variables it can override.
24063         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24064         %Q and %q, for fully-qualified domain name and unqualified host name.
24066 2005-09-11  Kim F. Storm  <storm@cua.dk>
24068         * emacs-lisp/authors.el (authors-aliases): Update list.
24069         (authors-fixed-entries): Update mldrag.el entry.
24071 2005-09-10  Alan Mackenzie  <acm@muc.de>
24073         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
24074         from the region narrowed to.
24076 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24078         * textmodes/ispell.el (ispell-check-version): Signal an error if
24079         aspell version is less than 0.60.
24081 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24083         * progmodes/octave-inf.el (inferior-octave-startup):
24084         Resync current dir at the end.
24086 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24088         * woman.el (woman-topic-at-point-default):
24089         Rename to woman-use-topic-at-point-default.
24090         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24091         (woman-file-name): Reflect renames above.  Automatically use the
24092         word at point as topic if woman-use-topic-at-point is non-nil.
24093         Otherwise offer it as default but don't insert it in the
24094         minibuffer.  Also use `test-completion' instead of `assoc' as
24095         suggested by Stefan Monnier.
24097 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24099         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24100         the attempt to do it over Tramp.  This is not yet supported.
24102 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24104         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24105         (menu-bar-non-minibuffer-window-p): New functions.
24106         ("Split Window", "Save As..."): Use them.
24107         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24108         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24109         Use menu-bar-menu-frame-live-and-visible-p.
24110         ("Save Buffer", "Insert File", "Open Directory...")
24111         ("Open File...", "Visit New File..."):
24112         Use menu-bar-non-minibuffer-window-p.
24113         (kill-this-buffer-enabled-p, dired <menu-enable>):
24114         Use menu-bar-non-minibuffer-window-p.
24116 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24118         * cus-start.el (all): Don't complain about fringe-related
24119         built-ins if fringes are not supported.  Ditto about
24120         selection-related built-ins.  Fix the test for GTK-related built-ins.
24122         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24123         ("Postscript Print Buffer", "Print Region", "Save As...")
24124         ("Save", "Insert File...", "Open Directory...")
24125         ("Open File...", "Visit New File..."")
24126         ("Truncate Long Lines in this Buffer"): Don't look at
24127         menu-updating-frame if this display does not support multiple frames.
24129 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24131         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24133 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24135         * woman.el: Format- and whitespace-related changes.
24137 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24139         * woman.el: Fix my email address.
24141 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24143         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24144         (sh-mode): Locally set skeleton-pair-default-alist.
24146         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24148         * progmodes/flymake.el: Require `compile' unconditionally.
24150         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24152         * woman.el (woman-file-name): Provide a default, not initial input.
24154         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24156         * font-lock.el (font-lock-support-mode): Doc fix.
24158         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24160 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24162         * simple.el (blink-matching-open): Get rid of text props from
24163         the string shown in echo area.  Don't permanently set point.
24164         Some rearrangements.
24166 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24168         * recentf.el (recentf-filename-handler): Add custom choice
24169         `abbreviate-file-name'.
24171         * msb.el (msb--very-many-menus): Fix typo.
24173         * disp-table.el (standard-display-european): Don't set
24174         enable-multibyte-characters to nil.
24176 2005-09-08  David Ponce  <david@dponce.com>
24178         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24179         (recentf-expand-file-name): Doc fix.
24180         (recentf-dialog-mode-map): Define digit shortcuts.
24181         (recentf--files-with-key): New variable.
24182         (recentf-show-digit-shortcut-filter): New function.
24183         (recentf-open-files-items): New function.
24184         (recentf-open-files): Use it.
24185         (recentf-open-file-with-key): New command.
24187 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24189         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24190         Suggested by Kim F. Storm.
24191         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24192         (Buffer-menu-make-sort-button): Use global keymap.
24194 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24196         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24197         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24198         necessary any longer with the remapped command.
24199         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24200         formatting time only.
24202         * net/tramp.el (tramp-action-password)
24203         (tramp-multi-action-password): Compile the password prompt from
24204         `method', `user' and `host'.  Sometimes it isn't obvious which
24205         password to enter, for example with remote files offered by
24206         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24207         <robert@chezmarshall.freeserve.co.uk>.
24209 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24211         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24212         Fix regexp for when "s///" is at the beginning of line.
24214 2005-09-07  Jay Belanger  <belanger@truman.edu>
24216         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24217         when in matrix mode.
24219 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24221         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24222         non-anonymous functions.
24224 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24226         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24227         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24229         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24230         can't be moved; don't signal an error.
24232 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24234         * cus-theme.el (custom-theme-write-faces): Save the current face
24235         spec, not the defface spec.
24237         * custom.el (custom-known-themes): Clarify meaning of "standard".
24238         (custom-push-theme): Save old values in the standard theme.
24239         (disable-theme): Correct typo.
24240         (custom-face-theme-value): Deleted unused function.
24241         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24243 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24245         * progmodes/compile.el (compilation-goto-locus): Take into account
24246         iconified frames when determining whether the buffer is
24247         already visible.
24248         Don't reset window height if the window already existed.
24250 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24252         * custom.el (load-theme): Rename from require-theme.
24253         Add interactive spec.
24254         (enable-theme): Rename from custom-enable-theme.
24255         Add interactive spec.
24256         (disable-theme): Rename from custom-disable-theme.
24257         Add interactive spec.
24258         (custom-make-theme-feature): Doc fix.
24259         (custom-theme-directory): Doc fix.
24260         (provide-theme): Call enable-theme.
24262 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24264         * obsolete/lazy-lock.el (lazy-lock-mode):
24265         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24266         font-lock-mode if it's off.  Print a warning instead.
24268         * progmodes/compile.el (compilation-start): Ignore errors if the
24269         process died before we get to send-eof.
24271         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24272         Undo last change.  Enclosing the result in quotes broke things on Unix
24273         since tex-send-command passes it through shell-quote-argument.
24274         (tex-send-command): Pass `file' through convert-standard-filename
24275         when possible.
24276         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24277         info in a transcript.
24279 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24281         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24282         fix compilation warning.  Reorder the key definitions to group
24283         together keys emitted by the current version of xterm.
24285         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24286         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24287         Reorder predicates to correct min-color usage.
24289 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24291         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24292         Kill local variables when longlines-mode is turned off.
24294 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24296         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24298         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24300         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24302         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24303         (font-lock-lines-before): Change default to being inactive.
24304         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24305         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24307 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24309         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24310         Deactivate temporarily advice if active (not needed for Emacs 22,
24311         but for backwards compatibility).
24312         (tramp-exists-file-name-handler): Rewrite.  First implementation
24313         was too simple.
24314         (tramp-advice-make-auto-save-file-name):
24315         Call `tramp-handle-make-auto-save-file-name' (again, just for
24316         backwards compatibility).
24318 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24320         * progmodes/vhdl-mode.el
24321         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24322         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24323         (vhdl-set-default-project): New function (easier setting of default).
24324         (vhdl-port-copy): Handle extended identifiers for generics.
24325         (vhdl-compiler-alist): Better description for error message regexp.
24326         (vhdl-make): Query for target, use previous as default.
24327         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24328         (vhdl-font-lock-keywords-2): Fix fontification for record
24329         el. assign.
24330         (vhdl-speedbar-make-subpack-line): Add package body link.
24331         (vhdl-generate-makefile-1): Not include itself as dependency.
24332         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24333         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24334         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24335         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24336         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24337         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24338         (vhdl-import-project): Add string argument for `error'.
24339         (vhdl-compose-configuration)
24340         (vhdl-compose-configuration-architecture): Add configuration
24341         declaration generation.
24342         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24343         (vhdl-trailer-re): Add "record" keyword (better indentation).
24344         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24345         "[^ \t-\"]+".
24346         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24347         (vhdl-testbench-entity-file-name)
24348         (vhdl-testbench-architecture-file-name): Allow separate
24349         customization of testbench file names.
24350         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24351         (vhdl-get-visible-signals): Allow newline within alias declaration.
24352         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24353         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24354         (member-ignore-case): Alias for missing function in XEmacs.
24355         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24356         (vhdl-update-sensitivity-list): Ignore case on read signals.
24357         (vhdl-replace-string): Adjust case only for file names.
24358         (vhdl-update-sensitivity-list): Fix search for read signals.
24359         (vhdl-update-sensitivity-list): Exclude formal parameters.
24360         (vhdl-get-visible-signals): Include aliases of signals.
24361         (vhdl-get-visible-signals): Fix signal name searching.
24362         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24363         (vhdl-fixup-whitespace-region): Fix for character
24364         literals (e.g. `:').
24366 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
24368         * ansi-color.el (comint-last-output-start):
24369         * bs.el (font-lock-verbose):
24370         * diff-mode.el (add-log-buffer-file-name-function):
24371         * dired-x.el (vm-folder-directory):
24372         * faces.el (help-xref-stack-item):
24373         * files.el (font-lock-keywords):
24374         * find-lisp.el (dired-buffers, dired-subdir-alist):
24375         * ido.el (cua-inhibit-cua-keys):
24376         * log-view.el (cvs-minor-wrap-function):
24377         * outline.el (font-lock-warning-face):
24378         * simple.el (compilation-current-error):
24379         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24380         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24381         * tooltip.el (comint-prompt-regexp):
24382         * w32-fns.el (explicit-shell-file-name):
24383         * term/mac-win.el (mac-charset-info-alist)
24384         (mac-services-selection, mac-system-script-code):
24385         * term/tty-colors.el (msdos-color-values):
24386         * term/w32-win.el (xlfd-regexp-registry-subnum):
24387         * term/x-win.el (x-keysym-table, x-selection-timeout)
24388         (x-session-id, x-session-previous-id):
24389         * textmodes/ispell.el (mail-yank-prefix):
24390         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24391         * textmodes/org.el (calc-embedded-close-formula)
24392         (calc-embedded-open-formula)
24393         (font-lock-unfontify-region-function):
24394         * textmodes/reftex-global.el (isearch-next-buffer-function)
24395         (TeX-master):
24396         * textmodes/reftex.el (font-lock-keywords):
24397         * textmodes/tex-mode.el (font-lock-comment-face)
24398         (font-lock-doc-face):
24399         * textmodes/texinfo.el (outline-heading-alist):
24400         Add defvars.
24402         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24403         (artist-spray-chars, artist-mode-init, artist-replace-string)
24404         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24405         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24406         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24408         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24409         (conf-align-assignments): "?\ " -> "?\s".
24411         * textmodes/reftex-index.el (TeX-master): Add defvar.
24412         (reftex-index-phrases-marker): Move up defvar.
24414         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24415         (reftex-toc-include-labels-indicator)
24416         (reftex-toc-include-index-indicator)
24417         (reftex-toc-max-level-indicator): Move up declarations.
24419         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24420         of args to `tramp-run-real-handler', even if it's empty in this case.
24422 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24424         * dired.el (dired-move-to-filename-regexp): Add date format for
24425         Mac OS X 10.3 in East Asian locales.
24427 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24429         * files.el (make-auto-save-file-name): Add file name handler call
24430         if applicable.
24432         * net/tramp.el (tramp-file-name-handler-alist)
24433         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24434         (tramp-handle-make-auto-save-file-name): Rename from
24435         `tramp-make-auto-save-file-name'.
24436         (tramp-exists-file-name-handler): New defun.
24437         (tramp-advice-make-auto-save-file-name): Make defadvice only when
24438         `make-auto-save-file-name' is not a magic file name operation.
24440 2005-08-30  Richard M. Stallman  <rms@gnu.org>
24442         * files.el (risky-local-variable-p):
24443         Match `-predicates' and `-commands.
24445         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24446         (custom-save-all): Visit the file if necessary;
24447         kill the buffer if we created it.
24448         (custom-save-delete): Don't visit file or kill buffer here.
24450 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
24452         * textmodes/org.el (org-special-keyword): New face.
24453         (org-table-copy-down, org-table-eval-formula)
24454         (org-table-recalculate, org-init-section-numbers):
24455         Use `string-to-number' instead of `string-to-int'.
24456         (org-get-location): Use `insert-buffer-substring' instead of
24457         `insert-buffer'.
24458         (org-modify-diary-entry-string): New function.
24459         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24460         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24461         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24462         active region.
24463         (org-export-as-html): Handle QUOTE keyword.
24464         (org-quote-string): New option.
24465         (org-bookmark-jump-unhide): New function, used for
24466         `bookmark-after-jump-hook'.
24467         (org-diary-default-entry): Apply only when not called through
24468         `org-agenda'.
24470 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
24472         * net/eudc.el (mode-popup-menu):
24473         * play/handwrite.el (ps-printer-name, ps-lpr-command):
24474         * progmodes/ada-mode.el (compile-auto-highlight)
24475         (skeleton-further-elements):
24476         * progmodes/autoconf.el (font-lock-syntactic-keywords):
24477         * progmodes/cmacexp.el (msdos-shells):
24478         * progmodes/compile.el (font-lock-extra-managed-props)
24479         (font-lock-keywords, font-lock-maximum-size)
24480         (font-lock-support-mode):
24481         * progmodes/grep.el (font-lock-lines-before):
24482         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24483         * progmodes/mixal-mode.el (compile-command):
24484         * progmodes/perl-mode.el (font-lock-comment-face)
24485         (font-lock-doc-face, font-lock-string-face):
24486         * progmodes/prolog.el (comint-prompt-regexp):
24487         * progmodes/sh-script.el (font-lock-comment-face)
24488         (font-lock-set-defaults, font-lock-string-face):
24489         * progmodes/sql.el (font-lock-keyword-face)
24490         (font-lock-set-defaults, font-lock-string-face):
24491         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24492         (itimer-version, lazy-lock-defer-contextually)
24493         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24494         Add defvars.
24496         * progmodes/cperl-mode.el (cperl-electric-lbrace)
24497         (cperl-electric-keyword, cperl-electric-pod)
24498         (cperl-electric-backspace, cperl-forward-re)
24499         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24500         (vc-rcs-header, vc-sccs-header): Add defvars.
24502         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24503         (font-lock-syntactic-keywords, gud-find-expr-function):
24504         Add defvars.
24506         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24507         (gdb-frame-parameters): Declare before use.
24509         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24510         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24511         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24512         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24514         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24515         (idlwave-help-with-source): Use `insert-buffer-substring', not
24516         `insert-buffer'.
24518 2005-08-29  Juri Linkov  <juri@jurta.org>
24520         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24521         Put outline-back-to-heading function call inside save-excursion.
24523 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
24525         * man.el (Man-init-defvars, Man-translate-references)
24526         (Man-support-local-filenames, Man-highlight-references):
24527         * progmodes/sql.el (sql-interactive-mode):
24528         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24530         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24531         (compilation-mode-font-lock-keywords): Add defvars.
24532         (checkdoc-interactive-loop): "?\ " -> "?\s".
24534         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24535         (font-lock-doc-face, font-lock-string-face)
24536         (font-lock-keywords-case-fold-search): Add defvars.
24537         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24539         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24540         Don't pass X and Y (they are ignored anyway).
24541         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24542         (mouse-delete-window): Make arguments optional.
24544         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24545         (caesar-translate-table, minor-modes, news-buffer-save)
24546         (news-group-name, news-minor-modes): Add defvars.
24548         * emacs-lisp/lselect.el (mouse-highlight-priority)
24549         (x-lost-selection-functions, zmacs-regions):
24550         * emacs-lisp/pp.el (font-lock-verbose):
24551         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24552         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24553         (ses-mode-map):
24554         * emacs-lisp/tcover-unsafep.el (safe-functions):
24555         * international/mule-cmds.el (mac-system-coding-system)
24556         (mac-system-locale):
24557         * language/ethio-util.el (rmail-current-message)
24558         (rmail-message-vector):
24559         * language/thai-util.el (thai-auto-composition-mode):
24560         * mail/metamail.el (rmail-current-message, rmail-message-vector):
24561         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24562         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24563         (vm-primary-inbox, vm-spool-files):
24564         * mail/rmail.el (deleted-head, font-lock-fontified)
24565         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24566         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24567         (total-messages):
24568         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24569         (rmail-summary-mode-map):
24570         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24571         (rmail-last-label, rmail-last-multi-labels)
24572         (rmail-summary-vector, rmail-total-messages):
24573         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24574         * mail/rmailsum.el (msgnum):
24575         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24576         (rmail-current-message):
24577         * obsolete/fast-lock.el (font-lock-face-list):
24578         * obsolete/rnewspost.el (mail-reply-buffer):
24579         * obsolete/scribe.el (compile-command):
24580         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24582 2005-08-28  John Paul Wallington  <jpw@gnu.org>
24584         * ibuf-ext.el (ibuffer-auto-update-changed):
24585         Use `frame-or-buffer-changed-p' to check whether we need to update.
24586         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24587         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
24588         as a `frame-or-buffer-changed-p' state vector instead.
24590 2005-08-27  Romain Francoise  <romain@orebokech.com>
24592         * textmodes/makeinfo.el (makeinfo-compile):
24593         Use `compilation-start'.  Set `next-error-function' according to
24594         `disable-errors'.
24595         (makeinfo-next-error): New function.
24596         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24597         (makeinfo-buffer): Likewise.
24599         * progmodes/compile.el (compilation-start): Add autoload cookie.
24601         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24602         * textmodes/sgml-mode.el: Likewise.
24603         * progmodes/python.el: Likewise.
24605 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
24607         * simple.el (blink-matching-paren-distance): Document the meaning
24608         of nil value, and allow to customize to nil.
24610         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24611         command.com, not command.exe.
24613 2005-08-26  John Wiegley  <johnw@newartisans.com>
24615         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24616         code around a bit so that an extraneous nil argument is not added
24617         to a command when no args are given.
24619         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24620         double-quoted argument resolves to nil, return it as an empty
24621         string rather than as nil.  This made it impossible to pass "" to
24622         a shell script as a null string argument.
24624 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24626         * outline.el (outline-invent-heading): New fun.
24627         (outline-promote, outline-demote): Use it.
24628         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24629         (outline-end-of-subtree): Remove unused var `opoint'.
24631 2005-08-26  David Reitter  <david.reitter@gmail.com>
24633         * menu-bar.el (truncate-lines, write-file, print-buffer)
24634         (ps-print-buffer-faces, ps-print-buffer, split-window):
24635         Disable menu items when the frame they refer to is invisible, or when
24636         they refer to a buffer and the minibuffer is selected.
24638 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24640         * progmodes/flymake.el (flymake-highlight-err-lines):
24641         Use save-excursion around flymake-highlight-line to preserve point.
24643 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24645         * progmodes/octave-mod.el: Change Author and Maintainer address.
24646         (octave-maintainer-address): Change Kurt's email address.
24647         * progmodes/octave-inf.el: Change Author and Maintainer address.
24648         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24650 2005-08-26  Kim F. Storm  <storm@cua.dk>
24652         * subr.el (version-list-<, version-list-<=, version-list-=):
24653         Rename from integer-list-*.
24654         (version-list-not-zero): Likewise.  Fix while loop.
24655         (version=): Use version-list-= instead of string-equal.
24657 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24659         * outline.el (outline-promote): Try shortening the heading.
24660         As last resort, read the heading to use.
24661         (outline-demote): As last resort, read the heading to use.
24663 2005-08-26  Romain Francoise  <romain@orebokech.com>
24665         * progmodes/compile.el (compilation-start): Doc fix.
24667         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24668         (antlr-font-lock-additional-keywords): Fix reference to
24669         `antlr-font-lock-literal-regexp' erroneously changed during the
24670         mass face rename.
24671         (antlr-run-tool): Use `compilation-start'.
24673         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24674         instead of the obsolete `compile-internal'.
24676 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24678         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24679         (number, original-date):
24680         * calendar/cal-china.el (date):
24681         * calendar/cal-coptic.el (date):
24682         * calendar/cal-french.el (date):
24683         * calendar/cal-hebrew.el (date, entry, number, original-date):
24684         * calendar/cal-islam.el (date, number, original-date):
24685         * calendar/cal-iso.el (date):
24686         * calendar/cal-julian.el (date):
24687         * calendar/cal-mayan.el (date):
24688         * calendar/cal-menu.el (date, event):
24689         * calendar/cal-persia.el (date):
24690         * calendar/lunar.el (date):
24691         * calendar/solar.el (date): Add defvars.
24693         * emerge.el:
24694         * ibuffer.el:
24695         * info-xref.el:
24696         * obsolete/bg-mouse.el:
24697         * obsolete/sun-curs.el:
24698         * obsolete/swedish.el: Move the `defvar's to the top level.
24700         * smerge-mode.el (smerge-refined-change): Add :group.
24702 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24704         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24705         (smerge-keep-n): Remove props.
24706         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24707         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24708         now that it's done in smerge-keep-n.
24709         (smerge-refined-change): New face.
24710         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24711         (smerge-refine): New funs.
24712         (smerge-basic-map): Bind smerge-refine.
24714 2005-08-25  Juri Linkov  <juri@jurta.org>
24716         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24717         compilation-process-setup-function and compilation-disable-input
24718         in grep-mode instead of let-bindings in grep.
24720         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24721         Delete "Automatic File De/compression" (auto-compression-mode).
24723 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24725         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24726         Silence warning about non-existent variable.
24728 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24730         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24731         Rename "Describe Key" to "Describe Key or Mouse Operation".
24733         * mail/mailalias.el (build-mail-aliases): Delete comments
24734         from the contents before processing them.
24736         * isearch.el (isearch-edit-string): Erase the Search prompt
24737         if user enters an empty string and there is no default.
24739         * comint.el (comint-file-name-prefix): Add autoload.
24741 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24743         * subr.el (play-sound): Rearrange to avoid warning.
24745 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24747         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24748         New hook.
24749         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24751 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24753         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24755         * custom.el (custom-theme-set-variables): Sort minor modes last.
24757 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24759         * subr.el (version-separator, version-regexp-alist): New vars used by
24760         version comparison funs.
24761         (integer-list-<, integer-list-=, integer-list-<=)
24762         (integer-list-not-zero): New funs for integer list comparison.
24763         (version-to-list, version=, version<, version<=): New funs for version
24764         comparison.
24766 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24768         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24769         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24770         time to silence the byte-compiler.
24772         * ibuffer.el (ibuffer-compile-make-eliding-form)
24773         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24774         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24775         so it's silly to get warnings for it).
24776         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24777         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24778         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24779         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24780         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24781         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24782         Defvar at compile time.
24783         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24784         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24785         Declare them before use.
24787         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24788         (info-xref-good, info-xref-bad): Defvar at compile time.
24790         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24791         Use `let*' instead of `let'.
24793         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24794         (*mouse-y*, menu, char): Defvar at compile time.
24795         (sc::menu): Declare it before use.
24796         (sc::pack-one-line): Use `let', not `let*'.
24798         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24799         (mail-send-hook): Defvar at compile time.
24801         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24802         Defvar at compile time.
24804         * term/sun-mouse.el (current-global-mousemap)
24805         (current-local-mousemap): Declare them before use.
24807 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24809         * bookmark.el (bookmark-after-jump-hook): New hook.
24810         (bookmark-jump): Run `bookmark-after-jump-hook'.
24812 2005-08-23  Juri Linkov  <juri@jurta.org>
24814         * faces.el (minibuffer-prompt): Doc fix.
24816 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24818         * progmodes/xscheme.el: Trivial changes to silence warnings.
24819         (xscheme-previous-mode, xscheme-previous-process-state):
24820         Add defvars.
24821         (xscheme-last-input-end, xscheme-process-command-line)
24822         (xscheme-process-name, xscheme-buffer-name)
24823         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24824         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24825         (xscheme-control-g-synchronization-p)
24826         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24827         (default-xscheme-runlight, xscheme-runlight)
24828         (xscheme-runlight-string, xscheme-process-filter-state)
24829         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24830         Move to beginning of file.
24831         (scheme-interaction-mode-commands-alist)
24832         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24833         Declare them before use.  Note: the initialization code for the
24834         variables has not been moved because it uses functions that reference
24835         the variables.
24836         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24837         (xscheme-prompt-for-expression-map): Declare them before use.
24838         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24840 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24842         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24844 2005-08-22  Juri Linkov  <juri@jurta.org>
24846         * faces.el (set-face-underline): Delete this duplicate function
24847         and make an obsolete alias to set-face-underline-p.
24848         (set-face-underline-p): Use docstring of set-face-underline.
24849         (describe-face): Create hyperlink to parent face.
24851         * info.el (Info-insert-dir): Use save-excursion around
24852         insert-buffer-substring.
24853         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24854         (Info-escape-percent): Delete function.
24855         (Info-fontify-node): Replace Info-escape-percent by
24856         replace-regexp-in-string with REP arg set to lambda that
24857         duplicates `%' and preserves text properties.
24859         * progmodes/compile.el (compilation-disable-input): Doc fix.
24860         (define-compilation-mode): Doc fix and refill.
24861         (kill-compilation): Use `mode-name' in the error message.
24862         (compilation-find-file): Use `compilation-error' in the
24863         read-file-name's prompt.
24865 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24867         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24868         (smerge-auto-leave): Make undo re-enable the mode.
24869         (debug-ignored-errors): Add the user-error of impossible resolution.
24870         (smerge-resolve): Move things around a bit, in preparation for later.
24871         (smerge-diff): Don't fail if the buffer has no associated file.
24872         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24873         (smerge-conflict-overlay): New function.
24874         (smerge-match-conflict): Don't add text properties here.
24875         (smerge-find-conflict): Instead, add an overlay here.
24876         Also check for the case where we're inside a conflict already, so as to
24877         obviate the need for font-lock-multiline, which is unbearably slow with
24878         large conflicts and ciomplex font-lock patterns.
24879         (smerge-remove-props): Remove overlay rather than text-properties.
24880         (smerge-mode): Don't set font-lock-multiline.
24881         Remove overlays when turned off.
24883 2005-08-21  Kim F. Storm  <storm@cua.dk>
24885         * ido.el (ido-ignore-item-p): Use save-match-data.
24886         Bind case-fold-search to ido-case-fold locally.
24888 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24890         * files.el (normal-mode): If font lock is on, turn it off and on.
24892         * subr.el (replace-regexp-in-string): Doc fix.
24894         * startup.el (command-line-1): Don't suppress startup screen
24895         due to existing processes.
24897         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24899         * progmodes/compile.el (compilation-disable-input): Default to nil.
24901 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24903         * progmodes/compile.el (compilation-disable-input): New defcustom.
24904         (compilation-start): If compilation-disable-input is non-nil, send
24905         EOF to the compilation process.
24907 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24909         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24910         Run the argument of tex-shell-cd-command through
24911         convert-standard-filename, to get the correct style of slashes on
24912         Windows, and enclose the result in quotes, in case the file name
24913         includes whitespace or other special characters.
24915 2005-08-19  Andreas Schwab  <schwab@suse.de>
24917         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24918         process.
24920 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24922         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24924 2005-08-18  Kim F. Storm  <storm@cua.dk>
24926         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24928 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24930         * scroll-lock.el: New file.
24932 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24934         * dired.el (dired-move-to-end-of-filename):
24935         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24937 2005-08-18  Kim F. Storm  <storm@cua.dk>
24939         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24940         rather than toggle mode when custom value is nil.
24941         (ido-everywhere): Fix defun doc string.
24943 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24945         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24946         as tag instead of "Inviolable".
24948 2005-08-17  Kim F. Storm  <storm@cua.dk>
24950         * windmove.el (windmove-coordinates-of-position): Remove.
24951         (windmove-coordinates-of-window-position): Remove.
24952         (windmove-reference-loc): Use posn-at-point instead.
24954         * subr.el (insert-for-yank-1): Doc fix.
24956         * ido.el (ido-enter-matching-directory): Rename from
24957         ido-enter-single-matching-directory.  Change `slash' choice to
24958         `only'.  Add `first' choice.
24959         (ido-exhibit): Adapt to above changes.
24961 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24963         * Makefile.in: Expand comment about building loaddefs.el.
24965 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24967         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24968         Comment use of defadvice.
24970         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24972 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24974         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24975         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24976         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24977         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24978         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24979         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24980         for backward compatibility for faces that did not appear in the
24981         previous Emacs release.
24983         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24985 2005-08-15  Kim F. Storm  <storm@cua.dk>
24987         * emulation/cua-base.el (cua-delete-region): Return t if
24988         deleted region was non-empty.
24989         (cua-replace-region): Inhibit overwrite-mode for
24990         self-insert-command if replaced region was non-empty.
24991         (cua--explicit-region-start, cua--status-string): Make them
24992         buffer-local at top-level...
24993         (cua-mode): ...rather than when mode is enabled.
24995 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24997         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24998         Set t for Emacs 21, 22, and so on.
25000 2005-08-15  David Ponce  <david@dponce.com>
25002         * tree-widget.el: Update Commentary header.
25003         (tree-widget-theme): Doc fix.
25004         (tree-widget-space-width): New option.
25005         (tree-widget-image-properties): Look up in the default theme too.
25006         (tree-widget--cursors): Only for images with arrow pointer shape.
25007         (tree-widget-lookup-image): Pointer shape is hand by default.
25008         (tree-widget-icon): Rename generic icon widget from
25009         `tree-widget-control'.
25010         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25011         derive from `tree-widget-icon'.
25012         (tree-widget-handle): Improve default look and feel of the text
25013         representation.
25014         (tree-widget): Rename :*-control properties to :*-icon properties.
25015         Add :action and :help-echo properties.
25016         (tree-widget-after-toggle-functions): Move.
25017         (tree-widget-close-node, tree-widget-open-node): Remove.
25018         (tree-widget-before-create-icon-functions): New hook.
25019         (tree-widget-value-create): Update to allow customization of icons
25020         and nodes at run-time via that new hook.
25021         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25022         (tree-widget-icon-action, tree-widget-icon-help-echo)
25023         (tree-widget-action, tree-widget-help-echo): New functions.
25025 2005-08-15  Kim F. Storm  <storm@cua.dk>
25027         * ido.el (ido-buffer-internal): Use with-no-warnings.
25028         (ido-make-merged-file-list): Use while-no-input.
25030 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25032         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25033         (flyspell-large-region): Fix doc and custom type.
25035 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25037         * files.el (interpreter-mode-alist): Doc fix.
25039         * mail/rmail.el (rmail-nonignored-headers): New variable.
25040         (rmail-clear-headers): Use it.
25041         (rmail-reply): Better handling of mail-followup-to header.
25043         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25044         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25045         don't try to refer to executable-font-lock-keywords.
25046         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25047         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25048         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25049         (sh-mode): Set comment-start-skip, local-abbrev-table,
25050         imenu-case-fold-search.
25051         (sh-set-shell): Don't set them here.
25052         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25053         Don't cache the results in the original alist; don't ever modify
25054         that alist.
25056         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25058         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25059         empty.
25061 2005-08-15  Andreas Schwab  <schwab@suse.de>
25063         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25065         * dired.el, info.el, mail/rmail.el: Revert last change.
25067 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25069         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25070         modification in `eval-after-load' form.
25071         * info.el: Likewise.
25072         * mail/rmail.el: Likewise.
25074 2005-08-14  Juri Linkov  <juri@jurta.org>
25076         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25077         Remove highlighting of "Compilation started".  Highlight only
25078         the word "finished" in "Compilation finished".  Add highlighting
25079         of "interrupt", "killed", "terminated" and the exit code.
25080         (compilation-start): Add newline after header.  Use exactly the
25081         same time stamp format as the finishing message.
25082         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25084         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25085         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25086         Add highlighting of "interrupt", "killed", "terminated".
25088         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25089         enabled and the current command is self-insert-command, call it
25090         explicitly with overwrite-mode bound to nil, to not allow it
25091         to delete the character after the selected region.
25093 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25095         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25096         move-end-of-line, end-of-line, and beginning-of-line to the list
25097         of commands after which the echo area is updated.
25099 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25101         * cus-edit.el (custom-save-all, custom-save-delete):
25102         Bind recentf-exclude to exclude custom-file.
25104 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25106         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25107         to go to the bottom of the mail message.  Added to
25108         `rmail-summary-mode-map' with key "/".
25109         (rmail-summary-show-message): New (internal) function for use by
25110         both `rmail-summary-beginning/end-of-message'.
25111         (rmail-summary-beginning-of-message): Change to use
25112         rmail-summary-show-message.
25114         * mail/rmail.el (rmail-end-of-message): New command to go to the
25115         end of the current message.  Added to `rmail-mode-map' with key "/".
25116         (rmail-beginning-of-message): Fix to work as documented.
25117         (rmail-mode): Change documentation.
25119         * progmodes/compile.el (compilation-start): Add the line
25120         "Compilation started" with compilation start time.
25121         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25123 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25125         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25126         of menu items.
25128 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25130         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25132         * battery.el (battery-status-function): Don't use ignore-errors.
25134 2005-08-11  Lute Kamstra  <lute@gnu.org>
25136         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25137         define-obsolete-variable-alias.
25139 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25141         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25142         (ange-ftp-send-cmd): Revert last change, and expand
25143         the comment explaining the problem.
25145 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25147         * ldefs-boot.el: Update.
25149         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25150         item to "Time, Load and Mail".  Change help echo text.
25152         * time.el (display-time-use-mail-icon, display-time-format)
25153         (display-time-string-forms): Shorten first line of docstrings.
25155 2005-08-10  Lars Hansen  <larsh@soem.dk>
25157         * desktop.el (desktop-buffer-mode-handlers):
25158         Make non-customizable.  Add autoload cookie.  Change initial value to
25159         nil; add elements in respective modules instead.  Fix doc string.
25160         (desktop-load-file): New function.
25161         (desktop-minor-mode-handlers): New autoloaded variable.
25162         (desktop-create-buffer): Call minor mode handlers.
25163         Use desktop-load-file to load major and minor mode modules prior to
25164         checking for a handler.
25165         (desktop-save): Don't add nil to desktop-minor-modes for minor
25166         modes with nil function in desktop-minor-mode-table.  Don't delete
25167         desktop file before rewriting it.
25168         (desktop-locals-to-save): Add autoload cookie.  Don't make
25169         automatically buffer-local.  Add variables column-number-mode,
25170         size-indication-mode, indent-tabs-mode,
25171         indicate-buffer-boundaries, indicate-empty-lines and
25172         show-trailing-whitespace.
25173         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25174         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25175         (desktop-clear-preserve-buffers-regexp): Delete.
25176         (desktop-clear-preserve-buffers): Update initial value and docstring.
25177         (desktop-save-buffer): Fix doc string.
25179         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25180         (hilit-chg-desktop-restore): New function.
25181         (highlight-changes-mode): Add highlight-changes-mode to
25182         desktop-locals-to-save.
25184         * dired.el: Add handler to desktop-buffer-mode-handlers.
25185         (dired-restore-desktop-buffer): Remove autoload cookie.
25186         (dired-mode): Add autoload cookie.
25188         * info.el: Add handler to desktop-buffer-mode-handlers.
25189         (Info-restore-desktop-buffer): Remove autoload cookie.
25190         (Info-mode): Add autoload cookie.
25192         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25193         (mh-restore-desktop-buffer): Remove autoload cookie.
25194         (mh-folder-mode): Add autoload cookie.
25196         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25197         (rmail-restore-desktop-buffer): Remove autoload cookie.
25199 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25201         * hexl.el (hexl-address-region):
25202         (hexl-ascii-region, hexl-font-lock-keywords):
25203         (hexl-highlight-line-range): Use the term "region"
25204         instead of "area" for consistency with the other symbols
25205         defined in hexl.el.
25207 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25209         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25210         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25211         out by Juri Linkov).  Add `display-battery-mode'.
25213 2005-08-09  Juri Linkov  <juri@jurta.org>
25215         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25216         Remove `-text' from face variable names.
25217         (compilation-error-file-name, compilation-warning-file-name)
25218         (compilation-info-file-name): Delete faces.
25219         (compilation-line-number, compilation-column-number):
25220         Remove face underlining.
25221         (compilation-message-face): Set to `underline' value by default.
25222         (compilation-error-face, compilation-warning-face)
25223         (compilation-info-face): Remove `-file-name' from face names.
25224         (compilation-error-text-face, compilation-warning-text-face)
25225         (compilation-info-text-face): Delete face variables.
25226         (compilation-text-face): Delete function.
25228         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25229         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25230         (grep-error-face): Set to `compilation-error' instead of
25231         `compilation-error-face' (which is redefined to `grep-hit-face' in
25232         grep buffers).
25233         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25234         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25236         * dired-aux.el (dired-do-query-replace-regexp):
25237         Use `query-replace-read-args'.
25239         * replace.el (query-replace-read-from, query-replace-read-to)
25240         (query-replace-read-args): Rename arg `string' to `prompt'.
25242         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25244 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25246         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25247         uploading files.
25248         (ange-ftp-canonize-filename): Handle file names beginning with ~
25249         correctly.
25251 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25253         * textmodes/fill.el (canonically-space-region)
25254         (fill-context-prefix, fill-french-nobreak-p)
25255         (fill-delete-newlines, fill-comment-paragraph)
25256         (justify-current-line): "?\ " -> "?\s".
25258 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25260         * textmodes/fill.el (fill-nonuniform-paragraphs):
25261         Improve argument/docstring consistency.
25263 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25265         * textmodes/ispell.el (ispell-word): More fboundp checks.
25267         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25268         (find-file-noselect-1): Call it here, only if RAWFILE.
25269         (normal-mode): Always set some major mode.
25270         (save-some-buffers-action-alist): Change some explanation strings.
25271         (file-name-non-special): In the `quote' method, use unwind-protect.
25273 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25275         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25276         (ispell-have-aspell-dictionaries): New variable.
25277         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25278         (ispell-get-aspell-config-value): New function.
25279         (ispell-aspell-find-dictionary): New function.
25280         (ispell-aspell-add-aliases): New function.
25281         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25282         appropriate.  Don't look for ispell dictionaries if we use aspell.
25283         (ispell-menu-map): Don't build a submenu of dictionaries.
25285 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25287         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25288         (sql-read-passwd): Use read-passwd.
25290         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25291         (idlwave-toolbar-is-possible): Add defvars.
25293         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25294         Avoid warnings.
25296         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25297         (idlwave-system-class-info, idlwave-executive-commands-alist):
25298         Use defvar.
25300         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25302         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25303         Avoid warnings.
25305         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25306         and content-type: headers.
25308         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25310         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25311         and rename some of them to be more self-explanatory.
25313         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25315         * startup.el (command-line-1): Implement -scriptload.
25317         * replace.el (occur-engine): Initial *Occur* output not undoable.
25319         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25320         and improve help strings.
25322         * isearch.el (isearch-repeat): When changing direction,
25323         mark search successful.
25325         * ediff-init.el: Use (featurep 'xemacs).
25327         * comint.el (send-invisible): Identify buffer, if not selected.
25329         * align.el: Delete autoload for c-guess-basic-syntax.
25331 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25333         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25334         Improve argument/docstring consistency.  Doc fixes.
25335         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25336         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25337         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25338         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25339         (r2bv-organization, r2bv-pages, r2bv-primary-author)
25340         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25341         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25342         Defvar at compile time.
25344 2005-08-09  Juri Linkov  <juri@jurta.org>
25346         * info.el: Replace `info' with upper-case `Info' where appropriate.
25347         (info-title-1, info-title-2, info-title-3, info-title-4)
25348         (info-menu-header): Move up face definitions.
25349         (info-menu-star): Rename from `info-menu-5'.
25350         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25351         (Info-fontify-visited-nodes): Fix docstring.
25352         (Info-hide-note-references): Fix docstring.
25353         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25354         menu items in the same way as on cross-references.
25355         (info-apropos): Fix sorting order and formatting to be like in the
25356         stand-alone Info browser.  Display error messages for 1 sec.
25357         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
25358         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25359         from the menu bar.
25360         (Info-insert-dir): Restore point after calling
25361         `insert-buffer-substring'.
25363 2005-08-08  Richard M. Stallman  <rms@gnu.org>
25365         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25366         (recompute-lucid-menubar): Add defvars.
25368         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25370         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25372         * net/net-utils.el (run-dig): Rename from `dig'.
25374         * play/gametree.el (gametree-mode): Use make-local-variable,
25375         not make-variable-buffer-local.
25377         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25379         * ansi-color.el (ansi-color-make-extent)
25380         (ansi-color-set-extent-face): Use fboundp, not functionp.
25382         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25383         not make-variable-buffer-local.
25385         * bookmark.el (Info-current-file): Add defvar.
25386         (bookmark-jump-noselect): Use with-no-warnings.
25388         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25390         * ebuff-menu.el (Helper-return-blurb): Add defvar.
25392         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25394         * find-file.el (ada-procedure-start-regexp)
25395         (ada-package-start-regexp): Add defvars.
25397         * info.el (Info-insert-dir): Use insert-buffer-substring.
25399         * xml.el (xml-att-def-re): Add defvar.
25401         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25402         calling convention.
25404         * subr.el (while-no-input): Return t if there is input.
25406 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
25408         * cus-start.el (all): Add `overflow-newline-into-fringe'.
25410 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
25412         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25413         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25415 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
25417         * cmuscheme.el (scheme-start-file): Replace reference to
25418         `user-emacs-directory' by "~/.emacs.d/".
25420 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
25422         * info.el (Info-dir-remove-duplicates): Avoid case folding
25423         in loop; instead, keep downcased strings for comparison.
25424         Suggested by Helmut Eller.
25426 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
25428         Sync with Tramp 2.0.50.
25430         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25431         XEmacs case; not necessary anymore.
25432         (tramp-user-regexp): Allow "@" as part of user name.
25433         (tramp-handle-set-visited-file-modtime)
25434         (tramp-handle-insert-file-contents)
25435         (tramp-handle-write-region): No special handling for
25436         `last-coding-system-used, because this is done in
25437         `tramp-accept-process-output' now.
25438         (tramp-accept-process-output): New defun.
25439         (tramp-process-one-action, tramp-process-one-multi-action)
25440         (tramp-wait-for-regexp, tramp-wait-for-output)
25441         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
25442         Howells <dhowells@redhat.com>.
25443         (clear-visited-file-modtime): Defadvice removed.  The check for
25444         unset buffer's modtime does not need to be based on
25445         `tramp-buffer-file-attributes'.  Suggested by RMS.
25446         (tramp-message): Insert "\n" if not being at beginning of line.
25447         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25448         sequence with same logic.
25449         (tramp-completion-handle-expand-file-name): Discard call of
25450         `tramp-drop-volume-letter'.  It is not necessary, and there have
25451         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25452         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25453         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25454         should always be visible.
25455         (tramp-handle-insert-directory, tramp-setup-complete)
25456         (tramp-set-process-query-on-exit-flag)
25457         (tramp-append-tramp-buffers): Pacify byte-compiler.
25458         (tramp-bug): Delete non-existing variables from list.
25459         Apply `tramp-load-report-modules' as pre-hook.
25460         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25461         `shell-prompt-pattern' because of non-7bit characters.
25462         Reported by Sebastian Luque <sluque@mun.ca>.
25463         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25464         (tramp-match-string-list): Remove function.
25465         (tramp-wait-for-regexp): Remove call of that function.
25466         Suggested by Kim F. Storm <storm@cua.dk>.
25467         (tramp-set-auto-save-file-modes): Use octal integer code #o600
25468         instead of octal character code ?\600.  The latter resulted in a
25469         syntax error with XEmacs.
25471         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25472         XEmacs case; not necessary anymore.
25473         (tramp-smb-handle-write-region): No special handling for
25474         `last-coding-system-used, because this is done in
25475         `tramp-accept-process-output' now.
25476         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25478 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
25480         * wid-edit.el (widget-choice-value-create):
25481         Unconditionally respect user choice.  Set :explicit-choice back to nil
25482         when no longer needed.
25483         (widget-choice-action): Unconditionally respect user choice.
25484         Eliminate :explicit-choice-value.
25486         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25488         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25489         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25490         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25491         running new function `toggle-indicate-empty-lines'.
25492         Rename "Customize" item to "Customize fringe".
25493         Rename "Indicators" item to "Buffer boundaries" and change help echo.
25494         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25495         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25496         Delete "Empty lines only" item.
25497         (menu-bar-showhide-fringe-ind-customize): New function.
25498         (menu-bar-showhide-fringe-ind-mixed)
25499         (menu-bar-showhide-fringe-ind-box)
25500         (menu-bar-showhide-fringe-ind-right)
25501         (menu-bar-showhide-fringe-ind-left)
25502         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25503         instead of `fringe-indicators'.
25505 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25507         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25508         Change the date of last update.
25510 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25512         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25513         (viper-exec-yank, viper-put-back): Don't display modification msg
25514         if in the minibuffer.
25516         * viper-init.el (viper-replace-overlay-cursor-color)
25517         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25518         Make variables frame local.
25520         * viper-util.el (viper-append-filter-alist): Use append instead of
25521         nconc.
25523         * viper.el (viper-vi-state-mode-list)
25524         (viper-emacs-state-mode-list): Move help-mode and
25525         completion-list-mode from the first list to the second.
25526         (viper-mode): Docstring.
25527         (viper-go-away, viper-non-hook-settings): Don't localize
25528         minor-mode-alist in newer Emacsen.  Add advice to
25529         set-cursor-color.  Don't bind "\C-c\\".
25531 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
25533         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25534         (scheme-macro-expand-command): New user options.
25535         (scheme-trace-procedure, scheme-expand-current-form): New commands.
25536         (scheme-form-at-point, scheme-start-file)
25537         (scheme-interactively-start-process): New functions.
25538         (scheme-get-process): New function, extracted from `scheme-proc'.
25539         (run-scheme): Call `scheme-start-file' to get start file, and pass
25540         it to `make-comint'.
25541         (switch-to-scheme, scheme-proc):
25542         Call `scheme-interactively-start-process' if no Scheme buffer/process
25543         is available.
25545 2005-08-06  Juri Linkov  <juri@jurta.org>
25547         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25548         Use `compilation-text-face', `compilation-info-text-face' and
25549         `compilation-error-text-face' instead of `font-lock-keyword-face'.
25550         (compilation-error): New face.
25551         (compilation-error-file-name): Inherit from
25552         `compilation-error' instead of `font-lock-warning-face'.
25553         (compilation-warning-file-name): Inherit from
25554         `compilation-warning' instead of `font-lock-warning-face'.
25555         (compilation-info, compilation-error-file-name)
25556         (compilation-warning-file-name, compilation-info-file-name)
25557         (compilation-line-number, compilation-column-number): Doc fix.
25558         (compilation-error-text-face, compilation-warning-text-face)
25559         (compilation-info-text-face): New face variables.
25560         (compilation-line-face, compilation-column-face)
25561         (compilation-enter-directory-face)
25562         (compilation-leave-directory-face): Doc fix.
25563         (compilation-text-face): New function.
25565         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25566         instead of 1 to display binary file names as info file links.
25567         (grep-error-face): Use `compilation-error-face' instead of
25568         `font-lock-keyword-face'.
25569         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25570         and `compilation-warning-text-face' instead of
25571         `font-lock-keyword-face'.  Use `compilation-error-text-face'
25572         instead of `grep-error-face'.
25574 2005-08-05  Kenichi Handa  <handa@m17n.org>
25576         * international/code-pages.el: Add autoload cookies for all coding
25577         systems.
25579 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
25581         * cus-start.el (all): Put undo.c where it alphabetically belongs.
25583 2005-08-04  Juri Linkov  <juri@jurta.org>
25585         * progmodes/compile.el (compilation-mode-map):
25586         * progmodes/grep.el (grep-mode-map):
25587         Bind TAB to `compilation-next-error' and [backtab] to
25588         `compilation-previous-error'.
25590         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25591         matching line numbers, column numbers and their ranges with regexp
25592         matching only line numbers.
25593         (grep-context-face): New face variable.
25594         (grep-mode-font-lock-keywords): Use it.
25596         * faces.el (read-face-name): Delete duplicate faces.
25598 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
25600         * thumbs.el (thumbs-find-image): Don't make variables
25601         automatically buffer local.
25602         (thumbs-current-tmp-filename, thumbs-current-image-filename)
25603         (thumbs-image-num): Make automatically buffer local.
25604         (thumbs-show-thumbs-list): Use `make-local-variable', not
25605         `make-variable-buffer-local'.
25606         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25608         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25609         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25610         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25611         (bother, bye, canyou, chatlst, continue, deathlst, describe)
25612         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25613         (feelings-about, foullst, found, hello, history, howareyoulst)
25614         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25615         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25616         (neglst, obj, object, owner, please, problems, qlist)
25617         (random-adjective, relation, remlst, repetitive-shortness)
25618         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25619         (shortlst, something, sportslst, stallmanlst, states, subj)
25620         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25621         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25622         Defvar at compile time.
25624         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25625         not `make-variable-buffer-local'.
25627 2005-08-02  Kim F. Storm  <storm@cua.dk>
25629         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25630         rectangle overlay in selected window.
25632 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25634         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25635         instead of display group.  Make `indicate-buffer-boundaries'
25636         customizable through Custom.
25638 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25640         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25641         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25642         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25643         (gdb-put-string): Fix typos in docstrings.
25645 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25647         Update copyright notices of files in progmodes directory for
25648         release of Emacs 22.1.
25650         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25652         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25653         Don't barf if the GUD buffer has been killed.
25655 2005-08-01  Kim F. Storm  <storm@cua.dk>
25657         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25659 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25661         * simple.el (next-error-follow-minor-mode):
25662         make-variable-buffer-local -> make-local-variable.
25664         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25666         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25667         (byte-compile-form-make-variable-buffer-local): New functions to warn
25668         about misuses of make-variable-buffer-local where make-local-variable
25669         was meant.
25671 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25673         * bs.el (bs-attributes-list): Doc fix.
25674         (bs): Update url-link.
25676         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25677         (desktop-load-default): Simplify.
25679         * ibuffer.el (ibuffer-columnize-and-insert-list)
25680         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25681         (ibuffer-unmark-all, ibuffer-toggle-marks)
25682         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25683         (ibuffer-compile-make-format-form, ibuffer-format-column)
25684         (ibuffer-current-buffers-with-marks)
25685         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25686         (ibuffer): Doc fix.
25687         (ibuffer-mode): Fix typo in docstring.
25688         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25689         with `define-obsolete-variable-alias'.
25690         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25692 2005-07-29  Kenichi Handa  <handa@m17n.org>
25694         * international/mule-cmds.el (select-message-coding-system):
25695         Be sure to use LF for end-of-line.  If no coding system is decided,
25696         return iso-8859-1-unix.
25698 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25700         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25701         (ange-ftp-pending-error-line): New vars.
25702         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25703         to handle the non-fatal no-route-to-host messages.
25704         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25706 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25708         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25709         (isearch-quote-char, isearch-printing-char)
25710         (isearch-text-char-description): "?\ " -> "?\s".
25711         (isearch-lazy-highlight-cleanup)
25712         (isearch-lazy-highlight-initial-delay)
25713         (isearch-lazy-highlight-interval)
25714         (isearch-lazy-highlight-max-at-a-time)
25715         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25716         Declare with define-obsolete-*-alias macros.
25717         (isearch-forward): Fix typo in docstring.
25718         (search-invisible, search-ring-yank-pointer)
25719         (regexp-search-ring-yank-pointer): Doc fixes.
25721         * recentf.el (recentf-menu-append-commands-p): Declare with
25722         `define-obsolete-variable-alias'.
25723         (recentf-max-saved-items, recentf-menu-filter)
25724         (recentf-arrange-by-rule-subfilter): Doc fixes.
25725         (recentf-menu-append-commands-flag)
25726         (recentf-initialize-file-name-history, recentf-expand-file-name)
25727         (recentf-clear-data): Fix typos in docstrings.
25729 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25731         * progmodes/gdb-ui.el: Smarten comments.
25732         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25734 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25736         * term/apollo.el (terminal-init-apollo): New function containing
25737         all former top level forms in the file.
25738         * term/bobcat.el (terminal-init-bobcat):
25739         * term/cygwin.el (terminal-init-cygwin):
25740         * term/iris-ansi.el (terminal-init-iris-ansi):
25741         * term/linux.el (terminal-init-linux):
25742         * term/news.el (terminal-init-news):
25743         * term/rxvt.el (terminal-init-rxvt):
25744         * term/sun.el (terminal-init-sun):
25745         * term/tvi970.el (terminal-init-tvi970):
25746         * term/vt100.el (terminal-init-vt100):
25747         * term/vt102.el (terminal-init-vt102):
25748         * term/vt125.el (terminal-init-vt125):
25749         * term/vt200.el (terminal-init-vt200):
25750         * term/vt201.el (terminal-init-vt201):
25751         * term/vt220.el (terminal-init-vt220):
25752         * term/vt240.el (terminal-init-vt240):
25753         * term/vt300.el (terminal-init-vt300):
25754         * term/vt320.el (terminal-init-vt320):
25755         * term/vt400.el (terminal-init-vt400):
25756         * term/vt420.el (terminal-init-vt420):
25757         * term/wyse50.el (terminal-init-wyse50):
25758         * term/xterm.el (terminal-init-xterm): Likewise.
25760         * term/README: Describe the terminal-init-* functionality.
25762         * startup.el (command-line): After loading the terminal initialization
25763         file call the corresponding terminal initialization function.
25765 2005-07-27  Kenichi Handa  <handa@m17n.org>
25767         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25768         negative.
25770         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25771         (ps-mule-composition-prologue): Fix for the case that
25772         RelativeCompose is false.
25774 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25776         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25778         * descr-text.el (describe-char): Handle the case where the list of
25779         chars is displayed in a separate frame.
25780         Be a bit more discriminating when looking for the char.
25782 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25784         * bookmark.el (bookmark-automatically-show-annotations)
25785         (bookmark-read-annotation-text-func): Doc fixes.
25786         (bookmark-save): Improve argument/docstring consistency.
25787         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25788         (bookmark-alist-from-buffer)
25789         (bookmark-upgrade-file-format-from-0)
25790         (bookmark-grok-file-format-version)
25791         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25792         (bookmark-read-annotation-mode)
25793         (bookmark-insert-current-bookmark, bookmark-jump)
25794         (bookmark-exit-hook): Fix typos in docstrings.
25795         (bookmark-exit-hooks): Define as obsolete alias.
25796         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25797         not `bookmark-exit-hooks'.  Fix docstring.
25798         (bookmark-bmenu-select): "?\ " -> "?\s".
25800 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25802         * startup.el (command-line): Fix typo.
25804 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25806         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25807         not emacs-quick-startup.
25809 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25811         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25812         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25813         instead of `reb-with-current-window'.
25814         (reb-prev-match): Likewise.  Also, don't move left if the search
25815         was unsuccessful.
25816         (reb-initialize-buffer): New function.
25817         (re-builder, reb-change-syntax): Use it.
25819         * man.el (Man-goto-page): Make second argument NOERROR optional.
25821 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25823         * man.el (Man-bgproc-sentinel): Check here for failure to find
25824         any man page in the output, and report the error here.
25825         (Man-arguments): Make it permanent local.
25826         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25827         (Man-mode): Pass t for NOERROR.
25829         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25830         (grep-mode-font-lock-keywords):
25831         Don't use compilation-...-face for messages that are not file names.
25833         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25834         Don't use compilation-...-face for messages that are not file names.
25836 2005-07-22  Juri Linkov  <juri@jurta.org>
25838         * startup.el (normal-splash-screen): Update menu name.
25840         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25842 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25844         * term/xterm.el: Load term/rxvt if the terminal is actually an
25845         rxvt terminal.
25846         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25848         * term/rxvt.el (function-key-map): Use substitute-key-definition
25849         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25851         * term/cygwin.el: New file.
25853 2005-07-22  Kim F. Storm  <storm@cua.dk>
25855         * image-file.el (insert-image-file, image-file-yank-handler):
25856         Fix last change to maintain a (unique) yank-handler on yanked images.
25858 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25860         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25861         of the file size (as in "177B" for 177 bytes).  This happens with
25862         "ls -lh" on FreeBSD.
25864 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25866         * hilit-chg.el (highlight-changes-global-initial-state)
25867         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25868         (hilit-chg-fixup, highlight-changes-mode):
25869         Fix typos in docstrings.
25870         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25871         Doc fixes.
25873 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25875         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25876         mode function using `eval-after-load'.
25878 2005-07-21  Kim F. Storm  <storm@cua.dk>
25880         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25881         included when reporting an Emacs crash, and tell about the DEBUG file.
25883         * image-file.el (insert-image-file): Add yank-handler.
25884         (image-file-yank-handler): Yank handler to make unique copies of
25885         images when they are yanked into a buffer next to each other.
25887 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25889         * comint.el (comint-use-prompt-regexp, comint-send-input)
25890         (comint-source-default, comint-extract-string)
25891         (comint-get-source, comint-word, comint-completion)
25892         (comint-source, comint-prompt-read-only, comint-update-fence):
25893         Fix typos in docstrings.
25894         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25895         Declare with define-obsolete-*-alias macros.
25896         (comint-previous-matching-input-from-input)
25897         (comint-next-matching-input-from-input)
25898         (comint-previous-matching-input, comint-next-matching-input)
25899         (comint-forward-matching-input):
25900         Improve argument/docstring consistency.
25902         * desktop.el (desktop-clear-preserve-buffers-regexp):
25903         Also preserve the *server* buffer.
25905         * simple.el (clone-indirect-buffer): Doc fix.
25906         (fixup-whitespace, just-one-space)
25907         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25908         (next-error, next-error-highlight)
25909         (next-error-highlight-no-select, next-error-last-buffer)
25910         (next-error-buffer-p, next-error-find-buffer, next-error)
25911         (previous-error, next-error-no-select, previous-error-no-select)
25912         (open-line, split-line, minibuffer-prompt-width, kill-new)
25913         (binary-overwrite-mode): Fix typos in docstrings.
25914         (set-fill-column): Fix typo in message.
25916         * skeleton.el (skeleton-proxy-new): Doc fix.
25918         * strokes.el (strokes-load-hook): Doc fix.
25919         (strokes-grid-resolution, strokes-get-grid-position)
25920         (strokes-renormalize-to-grid, strokes-read-stroke)
25921         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25922         (strokes-global-map): Fix typos in docstrings.
25923         (strokes-help): Doc fix.  Fix help message and pass it through
25924         `substitute-command-keys'.
25926         * tempo.el (tempo-insert-prompt, tempo-interactive)
25927         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25928         (tempo-insert-string-functions, tempo-local-tags)
25929         (tempo-define-template, tempo-insert-template)
25930         (tempo-insert-prompt-compat, tempo-is-user-element)
25931         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25932         Fix typos in docstrings.
25934         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25935         (vcursor-key-bindings, vcursor-use-vcursor-map)
25936         (vcursor-find-window, vcursor-scroll-down)
25937         (vcursor-disable, vcursor-beginning-of-buffer)
25938         (vcursor-end-of-buffer): Fix typos in docstrings.
25939         (vcursor-relative-move, vcursor-get-char-count):
25940         Improve argument/docstring consistency.
25942         * version.el: "?\ " -> "?\s".
25944         * wid-edit.el (widget-default-create, widget-after-change)
25945         (widget-default-format-handler, widget-checklist-add-item)
25946         (widget-radio-add-item, widget-choose, widget-specify-secret)
25947         (widget-field-value-create, widget-field-value-get)
25948         (widget-editable-list-format-handler)
25949         (widget-editable-list-entry-create, widget-group-value-create)
25950         (widget-documentation-link-add)
25951         (widget-documentation-string-value-create): "?\ " -> "?\s".
25952         (widget-convert-text): Doc fix.
25953         (widget-narrow-to-field, widget-field-find)
25954         (widget-url-link-action, widget-emacs-library-link-action)
25955         (widget-color-notify): Fix typos in docstrings.
25957         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25958         (x-select-text, set-w32-system-coding-system)
25959         (w32-add-charset-info): Fix typos in docstrings.
25961         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25962         (cua-enable-cua-keys, cua-use-hyper-key)
25963         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25964         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25966         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25968         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25969         `defalias' instead of faking it.
25971         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25972         (eshell-ls-missing, eshell-ls-dired-initial-args)
25973         (eshell-ls-use-in-dired): Fix typos in docstrings.
25975 2005-07-20  Kim F. Storm  <storm@cua.dk>
25977         * emulation/cua-base.el (cua-mode): Improve doc string.
25979 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25981         * abbrev.el (expand-region-abbrevs): Doc fix.
25982         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25983         Improve argument/docstring consistency.
25985         * arc-mode.el (archive-get-descr, archive-alternate-display):
25986         Doc fixes.
25987         (archive-l-e): Improve argument/docstring consistency.
25988         (archive-tmpdir, archive-unixdate, archive-unixtime)
25989         (archive-chmod-entry): Fix typos in docstrings.
25990         (archive-unflag, archive-unflag-backwards)
25991         (archive-unmark-all-files): "?\ " -> "?\s".
25993         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25994         (Buffer-menu-not-modified, Buffer-menu-execute)
25995         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25996         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25998         * composite.el (compose-string, encode-composition-rule)
25999         (compose-last-chars): Fix typos in docstrings.
26001         * desktop.el (desktop-enable, desktop-basefilename):
26002         Declare with `define-obsolete-variable-alias'.
26003         (desktop-internal-v2s): Don't quote keywords.
26004         (desktop-clear): "?\ " -> "?\s".
26006         * dired.el (dired-align-file, dired-flag-backup-files)
26007         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26008         (dired-listing-switches, dired-ls-F-marks-symlinks)
26009         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26010         (dired-directory, dired-faces, dired, dired-revert)
26011         (dired-mode, dired-summary, dired-view-file)
26012         (dired-copy-filename-as-kill, dired-delete-file)
26013         (dired-no-confirm, dired-unmark-all-marks)
26014         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26015         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26016         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26017         Fix typos in message strings.
26019         * dired-x.el (virtual-dired): Declare with `defalias'.
26020         (dired-mark-unmarked-files, dired-local-variables-file)
26021         (dired-omit-here-always): Doc fix.
26022         (dired-omit-mode, dired-find-subdir)
26023         (dired-enable-local-variables, dired-clean-up-buffers-too)
26024         (dired-extra-startup, dired-mark-extension, dired-jump)
26025         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26026         (dired-smart-shell-command, dired-guess-shell-alist-user)
26027         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26028         (dired-x-bind-find-file, dired-x-submit-report):
26029         Fix typos in docstrings.
26030         (dired-mark-unmarked-files): "?\ " -> "?\s".
26032         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26034         * faces.el (describe-face): "?\ " -> "?\s".
26035         (read-all-face-attributes, read-face-font, modify-face)
26036         (face-attr-construct, italic): Fix typos in docstrings.
26037         (frame-update-face-colors): Declare with
26038         `define-obsolete-function-alias'.
26040         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26041         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26042         (magic-mode-alist, buffer-file-numbers-unique)
26043         (write-file-functions, get-free-disk-space):
26044         Fix typos in docstrings.
26045         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26046         (write-contents-hooks, write-file-hooks):
26047         Declare with `define-obsolete-variable-alias'.
26049         * forms-d2.el (arch-rj): Fix typo in docstrings.
26050         (arch-tocol): Likewise.  "?\ " -> "?\s".
26052         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26053         Fix typo in docstring.
26054         (set-screen-width, set-screen-height): Delete redundant info in
26055         doctrings.
26056         (new-frame, screen-height, screen-width): Declare with
26057         `define-obsolete-function-alias'.
26058         (delete-frame-hook, blink-cursor): Declare with
26059         `define-obsolete-variable-alias'.
26061         * paths.el (prune-directory-list): Fix typos in docstring.
26063         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26064         (cvs-prefix-get): Fix typos in docstrings.
26066         * ps-print.el (ps-extend-face-list, ps-extend-face)
26067         (ps-print-background-image): Fix typos in docstrings.
26068         (ps-default-fg, ps-default-bg): Doc fixes.
26070         * s-region.el (s-region-bind): Doc fix.
26071         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26073         * textmodes/org.el (org-table-formula-substitute-names)
26074         (org-table-get-vertical-vector): Doc fixes.
26075         (org-table-recalculate): Remove unused argument to `message'.
26077 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26079         * textmodes/org.el (org-table-column-names)
26080         (org-table-column-name-regexp)
26081         (org-table-named-field-locations): New variables.
26082         (org-archive-subtree): Protect `this-command' when calling
26083         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26084         the kill buffer.
26085         (org-complete): Remove fixed-formula completion.
26086         (org-edit-formulas-map): New variable.
26087         (org-table-edit-formulas): New command.
26088         (org-finish-edit-formulas, org-abort-edit-formulas)
26089         (org-show-variable, org-table-get-vertical-vector): New functions.
26090         (org-table-maybe-eval-formula): Handle `:=' fields.
26091         (org-table-get-stored-formulas, org-table-store-formulas)
26092         (org-table-get-formula, org-table-modify-formulas)
26093         (org-table-replace-in-formulas): Handle named field formulas.
26094         (org-table-get-specials): Store locations of named fields.
26096 2005-07-19  Juri Linkov  <juri@jurta.org>
26098         * progmodes/grep.el (grep-regexp-alist)
26099         (grep-mode-font-lock-keywords, grep-process-setup):
26100         Use default GNU grep match color "01;31m" instead of "01;41m".
26101         (grep-regexp-alist, grep-mode-font-lock-keywords):
26102         Use `\\[[0-9]*m' instead of `\\[00m'.
26103         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26104         sgr_start where its handling is more important.  Use the real
26105         length of sgr_start instead of constant 8.
26106         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26107         specially.  Delete all remaining escape sequences.
26108         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26109         (grep-regexp-alist): Make hyperlink only for binary file name
26110         instead of the whole line.
26111         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26112         (grep-mode): Add autoload.
26114         * emacs-lisp/find-func.el (find-function-regexp):
26115         Add `define-compilation-mode'.
26117 2005-07-19  Juri Linkov  <juri@jurta.org>
26119         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26120         (compare-windows-sync-string-size, compare-windows-recenter)
26121         (compare-windows-highlight, compare-windows): Add version 22.1.
26122         (compare-windows) <defface>: Inherit from lazy-highlight instead
26123         of duplicating its default value.
26125         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26126         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26128         * descr-text.el (describe-char): Create link buttons for `charset'
26129         and `code point'.  Add the current input method name with a link
26130         button to `to input' field.  Print face names of display table
26131         characters in `The display table entry is displayed by' section
26132         instead of printing face-id in the `display' field.
26133         Guess hardcoded faces and create a link button for them.
26134         Skip empty fields when calculating max-width.
26135         Treat `widget-create' specially while inserting strings from the
26136         collected field list.
26137         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26139         * diff-mode.el (diff-file-header): Change foreground color from
26140         yellow to green on light backgrounds.
26141         (diff-context): Inherit from `shadow' only for color/grayscale
26142         with more than 88 colors.
26143         (diff-indicator-removed, diff-indicator-added)
26144         (diff-indicator-changed): New faces.
26145         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26146         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26147         font-lock-comment-delimiter-face and font-lock-comment-face.
26148         Add `#' to ^[^...] in the rule for `diff-context-face'.
26150         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26151         a button-like box.  Inherit from `highlight' on low colors.
26152         (shadow): Use shades of gray only for color/grayscale with
26153         more than 88 colors.  Use green for light backgrounds with
26154         8 colors, and yellow for dark backgrounds with 8 colors.
26156         * font-lock.el (font-lock-regexp-grouping-backslash):
26157         Don't inherit from escape-glyph (use bold for all cases).
26159         * info.el (info-xref-visited): Use light foreground color `violet'
26160         for dark backgrounds instead of dark color `magenta3'.
26161         (info-title-1): Use `yellow' color for dark backgrounds.
26163         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26164         too-light magenta2.
26166         * replace.el (match): Use slightly more light RoyalBlue3 instead
26167         of dark RoyalBlue4.
26169         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26171 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26173         * novice.el (disabled-command-hook): Declare it with
26174         `define-obsolete-variable-alias'.
26176         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26177         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26178         (desktop-load-default): Add release to obsolescence info.
26179         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26180         (desktop-append-buffer-args, desktop-read):
26181         Fix typos in docstrings.
26182         (desktop-kill): Fix typo in message.
26183         (desktop-save): Doc fix.
26185 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26187         * viper-cmd.el (viper-escape-to-state): Bug fix.
26188         (viper-envelop-ESC-key): Change the definition of fast
26189         keysequence so it'll work with keyboard macros.
26191         * ediff.el (ediff-patch-buffer): Change the docstring.
26193 2005-07-19  Kenichi Handa  <handa@m17n.org>
26195         * international/mule-cmds.el (select-safe-coding-system): Try to
26196         use an auto-coding (if any) before anything else.  If the found
26197         auto-coding is invalid, show a warning message.
26199         * international/mule.el (find-auto-coding): New function created
26200         by modifying the body of set-auto-coding.
26201         (set-auto-coding): Use find-auto-coding to find a coding.
26203 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26205         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26206         not isearch-mode-end-hook-error.
26207         (allout-before-change-protect): Fix error message.
26209 2005-07-18  Juri Linkov  <juri@jurta.org>
26211         * allout.el (allout-mode):
26212         * calculator.el (calculator-copy):
26213         * custom.el (custom-known-themes):
26214         * dired.el (dired-desktop-buffer-misc-data)
26215         (dired-restore-desktop-buffer):
26216         * dired-x.el (dired-omit-marker-char):
26217         * files.el (basic-save-buffer):
26218         * font-core.el (font-lock-mode):
26219         * calendar/calendar.el (calendar-goto-hebrew-date)
26220         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26221         (calendar-goto-persian-date):
26222         * language/ethio-util.el (ethio-sera-to-fidel-region):
26223         * textmodes/picture.el (picture-mode):
26224         Delete duplicate duplicate words.
26226 2005-07-18  Juri Linkov  <juri@jurta.org>
26228         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26229         chars * ? } |.
26230         (isearch-fallback): Don't call `isearch-process-search-char'.
26231         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26232         (isearch-process-search-char): Call `isearch-fallback' for regexp
26233         chars * ? } |.
26234         (isearch-return-char): Make obsolete with `make-obsolete' instead
26235         of simply documenting it as obsolete in the docstring.
26236         (isearch-fallback): Refill docstring.
26238         * international/isearch-x.el
26239         (isearch-process-search-multibyte-characters): Remove unneeded
26240         `concat'.  Add intermediate values to `junk-hist' instead of
26241         `minibuffer-history'.  Test the length of `str'.
26243 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26245         * allout.el (allout-resolve-xref): Fix typos in error strings.
26246         (allout-before-change-protect): Remove unneeded `concat'.
26248         * array.el (array-mode, array-reconfigure-rows)
26249         (untabify-backward): Fix typos in docstrings.
26250         (array-reconfigure-rows): Use `insert-buffer-substring', not
26251         `insert-buffer'.
26253         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26254         * progmodes/ada-mode.el (ada-make-body):
26255         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26257         * dired.el (dired-log):
26258         * tar-mode.el (tar-subfile-save-buffer):
26259         * play/zone.el (zone-pgm-stress-destress):
26260         Use `insert-buffer-substring', not `insert-buffer'.
26262 2005-07-17  Simon Josefsson  <jas@extundo.com>
26264         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26266 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26268         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26269         Add plain auth method.
26270         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26272 2005-07-17  Kim F. Storm  <storm@cua.dk>
26274         * ido.el (dired-other-window): Add ido property.
26276 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26278         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26279         Fix typo in docstring.
26280         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26281         `insert-file-literally'.
26283         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26284         info and delete redundant message.  Doc fix.
26285         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26286         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26288 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26290         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26291         (byte-compile-and): Use byte-compile-and-recursion.
26292         (byte-compile-or-recursion): New function.
26293         (byte-compile-or): Use that.
26294         (byte-compile-if): Guard the else-clause too.
26295         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26297         * isearch.el (isearch-mode-end-hook-quit): New variable.
26298         (isearch-done): Bind it.
26299         (isearch-mode-end-hook): Doc fix.
26301         * allout.el (allout-isearch-did-quit): Variable deleted.
26302         (allout-real-isearch-abort): Function name no longer used.
26303         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26304         (allout-isearch-rectification): isearch-mode always exists.
26305         Don't set allout-isearch-did-quit.
26306         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26307         allout-isearch-did-quit.
26308         (allout-enwrap-isearch): Just add the hook.
26309         (allout-isearch-abort): Function deleted.
26310         (allout-pre-command-business): Avoid warning.
26312         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26313         Correctly avoid warnings.
26314         (pascal-outline): Likewise.
26316         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26318         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26320         * play/tetris.el (tetris-mode): Avoid warning.
26322         * play/snake.el (snake-mode): Avoid warning.
26324         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26325         (gamegrid-set-display-table): Avoid warning.
26326         (gamegrid-set-timer): Likewise.
26327         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26328         (gamegrid-add-score-with-update-game-score-1): Take FILE
26329         as argument.
26330         (gamegrid-add-score-with-update-game-score): Pass that argument.
26331         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26333         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26335         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26336         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26338         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26339         and insert-file.
26341         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26342         (sc-ask): Avoid warnings.
26344         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26345         (eshell-hist-initialize): Use that var the natural way.
26347         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26349         * emacs-lisp/re-builder.el (reb-cook-regexp):
26350         Avoid warning calling lre-compile-string.
26351         (reb-color-display-p): Avoid warning.
26353         * calculator.el (calculator-last-input): Guard uses
26354         of event-key and key-press-event-p.
26355         (event-key, key-press-event-p): Delete definitions.
26357         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26358         (find-gc-source-directory, find-gc-subrs-callers)
26359         (find-gc-noreturn-list, find-gc-source-files)
26360         (find-gc-subrs-called): Vars renamed and defvar'd.
26362         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26363         (checkdoc-overlay-put, checkdoc-delete-overlay)
26364         (checkdoc-overlay-start, checkdoc-overlay-end)
26365         (checkdoc-mode-line-update, checkdoc-char=):
26366         Define such that compiler knows they are defined.
26367         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
26368         (checkdoc-read-event): Delete.  Use read-event directly.
26370         * whitespace.el (whitespace-make-overlay)
26371         (whitespace-overlay-put, whitespace-delete-overlay)
26372         (whitespace-overlay-start, whitespace-overlay-end):
26373         Define such that compiler knows they are defined.
26374         (whitespace): Move conditional inside.
26376         * tempo.el (tempo-insert-template): Suppress warning.
26378         * ediff-diff.el (longlines-mode): Add defvar.
26380 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
26382         * server.el: Bind "C-x #" in a way that works even if C-x is
26383         redefined to a command key, not a prefix key.
26385 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26387         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26388         cl-make-type-test till execution time.
26390 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
26392         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26393         arg ARG and use it.
26395 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26397         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26399 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
26401         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26402         a defcustom with two :set or :type keywords.
26404 2005-07-15  Richard M. Stallman  <rms@gnu.org>
26406         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26407         Don't give ^M comment-end syntax.
26409 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
26411         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26412         Don't consider gdbmi (gdb-mi.el has its own update functions).
26413         (gdb-var-delete): Make it work for gdbmi as well.
26414         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26416         * progmodes/gud.el (etags, sdb): Only require etags when needed.
26417         (gud-speedbar-menu-items): Correct logic for enabling items.
26419 2005-07-15  Kim F. Storm  <storm@cua.dk>
26421         * ido.el: Fix commentary.
26422         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26423         Use with-no-warnings around ffap-guesser.
26424         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26425         Let bind minibuffer-completing-file-name to t.
26427 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
26429         * startup.el (site-run-file, keyboard-type): Doc fixes.
26430         (command-line): Check for "--basic-display" argument; also for
26431         "--quick", not "--bare-bones" (which was renamed).
26432         (fancy-splash-text): Add missing item "Getting New Versions".
26433         (normal-splash-screen): Fix typos and improve consistency with
26434         `fancy-splash-text'.  Update copyright year.
26436         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26437         valid binding for `help-char'.
26439         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26441 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
26443         * term.el (term-mode): Disable cua-mode for term buffers.
26445 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
26447         * add-log.el (add-log-mailing-address, change-log-merge):
26448         Doc fixes.
26449         (change-log-get-method-definition): Fix typo in docstring.
26451 2005-07-14  Kim F. Storm  <storm@cua.dk>
26453         * emulation/cua-base.el:
26454         (cua--pre-command-handler-1, cua--pre-command-handler)
26455         (cua--post-command-handler-1, cua--post-command-handler):
26456         Split in two.  Check (buffer local) value of cua-mode.
26457         (cua-selection-mode): New command.
26459 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
26461         * custom.el (custom-initialize-safe-set)
26462         (custom-initialize-safe-default): Doc fixes.
26464         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26465         and simplify :init-value again.
26467         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26468         and simplify :init-value again.  Delete autoload.
26470         * startup.el (command-line): Use `custom-reevaluate-setting' again
26471         for tooltip-mode.
26473         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26474         a defcustom with two :initialize keywords.
26476 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
26478         * allout.el (my-mark-marker, allout-isearch-prior-pos)
26479         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26480         (allout-post-command-business, allout-flag-region)
26481         (isearch-reenable-font-lock, allout-yank)
26482         (allout-insert-latex-header, allout-insert-latex-trailer)
26483         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26484         (allout-latex-verb-quote): Fix typos in docstrings.
26485         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26486         (allout-unprotected, allout-prefix-data):
26487         Improve argument/docstring consistency.
26488         (allout-chart-subtree): Fix argument spec.
26489         (allout-open-topic): Rename `use_sib_bullet' argument to
26490         `use-sib-bullet'.  Doc fix.
26492         * whitespace.el (whitespace-check-buffer-leading)
26493         (whitespace-check-buffer-trailing)
26494         (whitespace-check-buffer-indent)
26495         (whitespace-check-buffer-spacetab)
26496         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26497         (whitespace-check-leading-whitespace)
26498         (whitespace-check-trailing-whitespace)
26499         (whitespace-check-spacetab-whitespace)
26500         (whitespace-check-indent-whitespace)
26501         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26502         (whitespace-modes): Fix typos in docstrings.
26503         (defgroup, defcustom): Doc fixes.
26505         * winner.el (winner-mode, winner-boring-buffers)
26506         (winner-pending-undo-ring): Doc fixes.
26507         (winner-ring): Remove unneeded `progn'.
26508         (winner-equal): `defsubst' it.
26509         (winner-redo): Fix message.
26511 2005-07-13  Kim F. Storm  <storm@cua.dk>
26513         * simple.el (line-move-1): Always use vertical-motion to
26514         do the last (or only) line move to ensure some movement.
26515         Undo 2005-06-23 change--don't check for overlays.
26517 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26519         * term/mac-win.el (ccl-encode-mac-roman-font)
26520         (ccl-encode-mac-centraleurroman-font)
26521         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26522         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26523         Change charset-id boundary of dimension to ?\xef.
26524         (mac-char-fontspec-list): New constant.
26525         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
26526         argument.  Nil uses itself as family in font-spec.  Previous
26527         behavior for nil is now provided by non-nil non-string argument.
26528         All callers changed.  Add font-specs for Mac fonts to
26529         "fontset-default" unless iso8859-1 fonts are installed.
26531 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26533         * progmodes/sh-script.el (sh-get-indent-info): Only indent
26534         a continuation line if the \ is preceded by SPC or TAB.
26535         (sh-get-indent-info): Simplify.
26536         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26537         Use with-current-buffer.
26539         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26540         when the matched text is empty.
26542 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
26544         * startup.el (command-line): Revert to previous handling of
26545         tooltip-mode.  Explain in comment why the complexity is needed.
26547         * tooltip.el (tooltip-mode): Revert to previous implementation of
26548         its defcustom.
26550         * frame.el (blink-cursor-mode): Revert to previous implementation
26551         of its defcustom.  Update comment.
26553 2005-07-12  Lars Hansen  <larsh@soem.dk>
26555         * desktop.el: Update e-mail address.
26557 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26559         * term/mac-win.el (mac-services-mail-selection)
26560         (mac-services-mail-to): New functions.
26561         (mac-application-menu-map): Bind them.
26563 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
26565         * progmodes/gdb-ui.el: Add note about buffering with Windows.
26567 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
26569         * custom.el (custom-reevaluate-setting): Doc fix.
26571 2005-07-11  Jay Belanger  <belanger@truman.edu>
26573         * calc/calc.el (calc-embedded-announce-formula-alist)
26574         (calc-embedded-open-close-plain-alist)
26575         (calc-embedded-open-close-mode-alist): Add checks for additional
26576         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26578 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
26580         * custom.el (custom-enable-theme): Don't add theme to
26581         `custom-enabled-themes' with `push' because there is no
26582         setf-method for `delq'.
26584 2005-07-11  Richard M. Stallman  <rms@gnu.org>
26586         * custom.el (custom-declare-variable): Doc fix.
26588         * dired-aux.el (dired-compare-directories): Remove "." and ".."
26589         from the alists.
26591         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26592         Do nothing if edebug-active.
26594         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26595         (edebug-display): Do it here instead.
26597 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26599         * cus-face.el (custom-theme-set-faces): Make it work.
26600         (custom-reset-faces): Doc fix.
26601         (custom-theme-reset-internal-face, custom-theme-face-value):
26602         Functions deleted.
26604         * custom.el (custom-push-theme): Maintain list of the settings
26605         of a given theme in its theme-settings property.
26606         Maintain position of old settings in the theme-value
26607         or theme-face property.
26608         (custom-enabled-themes): New variable.
26609         (custom-theme-enabled-p): New function.
26610         (provide-theme): Update custom-enabled-themes.
26611         Disable and reenable the `user' theme.
26612         (require-theme): Doc fix.
26613         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26614         (custom-theme-value, custom-theme-variable-value): Likewise.
26615         (custom-theme-reset-internal): Likewise.
26616         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26617         (custom-enable-theme, custom-disable-theme): New functions.
26618         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26619         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26620         (custom-theme-reset-variables): Simplify.
26621         (deftheme, custom-declare-theme, custom-make-theme-feature):
26622         Definitions moved.
26624 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26626         * longlines.el (longlines-show-region)
26627         (longlines-unshow-hard-newlines): Recognize hard newlines by
26628         non-nil hard property, instead of t.
26630 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26632         * viper-cmd.el (viper--key-maps): New variable.
26633         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26634         emulation-mode-map-alists.
26635         (viper-envelop-ESC-key): Use viper-subseq.
26636         (viper-search-forward/backward/next): Disable debug-on-error.
26638         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26639         (viper-ESC-key): New defcustoms.
26641         * viper-macs.el (ex-map-read-args): Use viper-subseq.
26643         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26644         (viper-subseq): Copy of subseq from cl.el.
26646         * viper.el (viper-go-away, viper-set-hooks): Use
26647         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26649         * viper-mous.el (viper-current-frame-saved): Use defvar.
26651         * viper-init.el: Get rid of -face in face names.
26653         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26654         Make it work with longlines mode.
26656         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26658         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26660         * ediff-init.el: Get rid of -face in face names.
26662 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26664         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26665         and with-timeout-unsuspend.
26667         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26668         and with-timeout-unsuspend.
26670         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26671         (with-timeout): Bind that variable to record timers.
26672         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26674         * emacs-lisp/debug.el (debug-help-follow): New function.
26675         (debugger-mode-map): Use that instead of help-follow.
26676         (debugger-setup-buffer): Use eval-buffer-list
26677         to handle eval-buffer frames.
26679 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26681         * timezone.el (timezone-parse-date): Change first regexp
26682         so it will not mistakenly match dates with no time zone.
26684 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26686         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26688 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26690         * custom.el (custom-initialize-safe-set)
26691         (custom-initialize-safe-default): New functions.
26693         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26694         and simplify :init-value.
26696         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26697         and simplify :init-value.  Delete obsolete comment.
26699         * startup.el (command-line): Use `custom-reevaluate-setting' to
26700         handle `tooltip-mode'.  Delete obsolete comment.
26702         * files.el (set-visited-file-name): Avoid calling
26703         `file-name-nondirectory' with a nil argument.
26705 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26707         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26708         was called with nil for the buffer, handle the read position right.
26709         Handle read position for eval-region, too.
26711 2005-07-09  Juri Linkov  <juri@jurta.org>
26713         * fringe.el (fringe-mode): Add period in docstring.
26714         (fringe-query-style): Build prompt depending on `all-frames' arg.
26716         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26717         to not create links to unrelated functions in the Help buffer.
26719         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26720         Doc fix.
26722         * simple.el (next-error-hook): New variable.
26723         (next-error): Use it.  Doc fix.
26725         * textmodes/ispell.el (ispell-command-loop): Add current
26726         dictionary name and program name to mode-line-format.
26727         (ispell-region, ispell-process-line): Add current dictionary name
26728         and program name to messages.
26730 2005-07-08  Jay Belanger  <belanger@truman.edu>
26732         * calc/calc.el (calc-embedded-announce-formula-alist)
26733         (calc-embedded-open-close-formula-alist)
26734         (calc-embedded-open-close-word-alist)
26735         (calc-embedded-open-close-plain-alist)
26736         (calc-embedded-open-close-new-formula-alist)
26737         (calc-embedded-open-close-mode-alist)
26738         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26739         (calc-embedded-mode-hook): New variables.
26741         * calc/calc-embed.el (calc-embedded-firsttime)
26742         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26743         New variables.
26744         (calc-do-embedded): Use calc-embedded-firsttime,
26745         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26746         determine whether or not to run hooks.
26747         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26748         calc-embedded-firsttime-formula appropriately.
26749         Set calc-embedded delimiter variables according to mode.
26751 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26753         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26754         Check for "emacs", etc., as entire symbol, not just as word.
26755         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26757         * files.el (set-visited-file-name): Report the error
26758         for "empty filename" earlier.
26759         (kill-some-buffers): Ignore buffers already dead.
26761         * fringe.el (fringe-mode): Doc fix.
26763         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26764         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26765         Use unwind-protect to ensure byte-compile-unresolved-functions
26766         is updated.
26768         * whitespace.el (whitespace-buffer-leading-cleanup):
26769         Simplify w/ skip-chars-forward.
26770         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26772         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26773         Unconditionally try to leave point at the same old place.
26775 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26777         * comint.el (comint-postoutput-scroll-to-bottom)
26778         (comint-show-maximum-output): Take scroll-margin into consideration.
26780 2005-07-08  Kim F. Storm  <storm@cua.dk>
26782         * ido.el (ido-use-filename-at-point): New choice `guess'.
26783         (ido-file-internal): Try ffap-guesser if selected.
26785         * ido.el (ido-before-fallback-functions): New hook.
26786         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26787         (ido-read-file-name): Run it.
26789 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26791         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26792         strings rather than a list of symbols to the completion function.
26794 2005-07-07  Jay Belanger  <belanger@truman.edu>
26796         * calc/calc-units.el (math-apply-units): Change the places in
26797         which units are simplified.
26799 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26801         * cus-edit.el (customize-option, customize-option-other-window):
26802         Make them handle aliases.
26804         * custom.el (custom-variable-p): Make it recursively follow
26805         aliases.  Mention that in the docstring.
26807 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26809         * cus-start.el (exec-path): Use `directory' instead of `file'.
26810         Fix tag for nil.
26812 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26814         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26815         when called non-interactively.  Doc fix.
26817 2005-07-07  Lute Kamstra  <lute@gnu.org>
26819         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26820         new address as well.
26822 2005-07-07  Kenichi Handa  <handa@m17n.org>
26824         * international/mule.el (make-coding-system):
26825         Describe `ascii-incompatible' property in the docstring.
26826         (set-file-name-coding-system): Signal an error if coding-system is
26827         ascii-incompatible.
26828         (set-keyboard-coding-system): Likewise.
26830         * international/mule-cmds.el (set-default-coding-systems):
26831         Don't set default-file-name-coding-system and
26832         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26834         * international/utf-16.el: Declare that all UTF-16-based coding
26835         systems are ASCII-incompatible.
26837 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26839         * progmodes/gud.el: Require font-lock for displaying errors.
26840         Used by gdb-ui.el.
26842 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26844         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26845         values for the pattern lists which are `read'able but not
26846         `append'able (like symbols).
26848 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26850         * progmodes/flymake.el (flymake-float-time): Instead of
26851         with-no-warnings, test for XEmacs.
26852         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26853         to avoid warning.
26855 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26857         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26859 2005-07-05  Lute Kamstra  <lute@gnu.org>
26861         * battery.el: Add support for Darwin (with much debugging help
26862         from Samuel Lauber <sam124@operamail.com>).
26863         (battery-status-function, battery-echo-area-format)
26864         (battery-mode-line-format): Add support for pmset on Darwin.
26865         (battery-load-low, battery-load-critical): New user options.
26866         (battery-pmset): New function.
26868 2005-07-05  Lute Kamstra  <lute@gnu.org>
26870         Update FSF's address in GPL notices.
26872         * textmodes/page-ext.el: Update FSF's address.
26874 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26876         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26877         filling from using prefix when filling a single-line docstring.
26879         * progmodes/flymake.el: Remove useless eval-when-compile.
26881         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26883 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26885         * textmodes/org.el (org-file-apps-defaults-gnu):
26886         Rename from org-file-apps-defaults-linux.
26887         (org-default-apps): Don't test system-type for `linux'.
26888         (org-file-apps): Doc fix.
26890 2005-07-04  David Ponce  <david@dponce.com>
26892         * tree-widget.el: Improve header Commentary section.
26893         (tree-widget) [defgroup]
26894         (tree-widget-image-enable, tree-widget-themes-directory)
26895         (tree-widget-theme, tree-widget-image-properties-emacs)
26896         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26897         (tree-widget-image-formats, tree-widget-control)
26898         (tree-widget-empty-control, tree-widget-leaf-control
26899         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26900         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26901         (tree-widget-keep, tree-widget-after-toggle-functions)
26902         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26903         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26904         :help-echo message.
26905         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26906         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26907         (tree-widget--cursors): New constant.
26908         (tree-widget-lookup-image): New function split from
26909         `tree-widget-find-image'.  Clearer implementation.
26910         (tree-widget-find-image): Use it.
26911         (tree-widget-button-keymap): Use `set-keymap-parent'.
26912         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26913         Define the sub-widgets here.
26914         (tree-widget-node): Check that :node is not a tree-widget.
26915         (tree-widget-get-super, tree-widget-open-control)
26916         (tree-widget-close-control, tree-widget-empty-control)
26917         (tree-widget-leaf-control, tree-widget-guide)
26918         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26919         (tree-widget-no-handle, tree-widget-value-delete)
26920         (tree-widget-map): Remove.
26921         (tree-widget-children-value-save): Doc fix.  Simplified.
26922         (tree-widget-value-create): Update according to previous changes.
26924 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26926         * textmodes/org.el: Leading space replaced by TABS.
26927         (org-recalc-marks, org-table-rotate-recalc-marks)
26928         (org-table-get-specials): Treat "^" and "_" marks.
26929         (org-table-justify-field-maybe): Optional argument NEW.
26930         (org-table-eval-formula): Parsing of the format simplified.
26931         New modes C,I.  Honor the %= parameter in the current table.
26932         Avoid unnecessary re-align by using the NEW argument to
26933         `org-table-justify-field-maybe'.
26934         (org-calc-default-modes): Default for date-format mimicks org-mode.
26935         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26937 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26939         * cus-face.el (custom-theme-set-faces): Make it handle face
26940         aliases whose alias declarations are pre- or autoloaded.
26942 2005-07-04  Juri Linkov  <juri@jurta.org>
26944         * faces.el (read-face-name): Put the code for getting a face name
26945         from the buffer before adding the faces from the `face' property.
26946         Use `completing-read-multiple' instead of `completing-read'.
26947         Require `crm'.  Add default value and post-process the returned
26948         list of faces.
26950         * emacs-lisp/crm.el (crm-find-current-element)
26951         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26953         * emacs-lisp/lisp-mode.el (eval-defun-1):
26954         * emacs-lisp/edebug.el (edebug-eval-defun):
26955         Remove unnecessary quotes.
26957 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26959         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26960         (prolog-indent-level): Fix typo in docstring.
26962         * info.el (Info-history, Info-history-forward)
26963         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26965         * add-log.el (add-change-log-entry):
26966         * comint.el (comint-dynamic-list-input-ring)
26967         (comint-dynamic-list-completions):
26968         * dabbrev.el (dabbrev-expand):
26969         * delim-col.el (delimit-columns-rectangle-line):
26970         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26971         (diff-unified->context):
26972         * ediff-init.el (ediff-abbrev-jobname):
26973         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26974         (ediff-replace-session-activity-marker-in-meta-buffer):
26975         * info.el (Info-summary):
26976         * lpr.el (printify-region):
26977         * printing.el (pr-create-interface):
26978         * ps-print.el (ps-print-quote):
26979         * ses.el (ses-column-widths, ses-print-cell)
26980         (ses-adjust-print-width, ses-center):
26981         * shell.el (shell-file-name-quote-list):
26982         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26983         (strokes-fill-current-buffer-with-whitespace)
26984         (strokes-xpm-for-stroke, strokes-list-strokes)
26985         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26986         * term.el (term-dynamic-list-input-ring)
26987         (term-dynamic-list-completions):
26988         * calc/calc.el (math-format-stack-value):
26989         * emacs-lisp/edebug.el (edebug-display-freq-count):
26990         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26991         (delphi-new-comment-line):
26992         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26993         * progmodes/executable.el (executable-set-magic):
26994         * progmodes/python.el (inferior-python-mode):
26995         * progmodes/scheme.el (scheme-mode-syntax-table):
26996         * progmodes/sh-script.el (sh-maybe-here-document):
26997         * progmodes/sql.el (sql-copy-column):
26998         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26999         * textmodes/bibtex.el (bibtex-mode):
27000         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27001         (sgml-auto-attributes):
27002         * textmodes/table.el (table-insert, table-shorten-cell)
27003         (table--generate-source-scan-lines, table-delete-row)
27004         (*table--cell-delete-char, table--spacify-frame)
27005         (table--horizontally-shift-above-and-below)
27006         (table--cell-insert-char, table--cell-blank-str)
27007         (table--fill-region-strictly):
27008         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27009         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27011         * add-log.el (change-log):
27012         * apropos.el (apropos):
27013         * comint.el (comint-completion, comint-source):
27014         * dabbrev.el (dabbrev):
27015         * delim-col.el (columns):
27016         * diff-mode.el (diff-mode):
27017         * ediff.el (ediff):
27018         * ediff-diff.el (ediff-diff):
27019         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27020         * ediff-mult.el (ediff-mult):
27021         * ediff-ptch.el (ediff-ptch):
27022         * ediff-wind.el (ediff-window):
27023         * facemenu.el (facemenu):
27024         * indent.el (indent):
27025         * info.el (info):
27026         * jka-cmpr-hook.el (compression, jka-compr):
27027         * lpr.el (lpr):
27028         * outline.el (outlines):
27029         * pcmpl-cvs.el (pcmpl-cvs):
27030         * pcmpl-rpm.el (pcmpl-rpm):
27031         * printing.el (printing):
27032         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27033         (ps-print-vertical, ps-print-headers, ps-print-font)
27034         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27035         (ps-print-background, ps-print-printer, ps-print-page)
27036         (ps-print-miscellany):
27037         * ses.el (ses):
27038         * shell.el (shell, shell-directories, shell-faces):
27039         * startup.el (initialization):
27040         * strokes.el (strokes):
27041         * term.el (term):
27042         * uniquify.el (uniquify):
27043         * w32-vars.el (w32):
27044         * calc/calc.el (calc):
27045         * emacs-lisp/bytecomp.el (bytecomp):
27046         * emacs-lisp/cl-indent.el (lisp-indent):
27047         * emacs-lisp/edebug.el (edebug):
27048         * emacs-lisp/elp.el (elp):
27049         * emacs-lisp/testcover.el (testcover):
27050         * emacs-lisp/trace.el (trace):
27051         * emulation/viper-ex.el (viper-ex):
27052         * emulation/viper-mous.el (viper-mouse):
27053         * mail/mailalias.el (mailalias):
27054         * mail/supercite.el (supercite, supercite-frames)
27055         (supercite-attr, supercite-cite, supercite-hooks):
27056         * net/rcompile.el (remote-compile):
27057         * net/rlogin.el (rlogin):
27058         * obsolete/ooutline.el (outlines):
27059         * progmodes/delphi.el (delphi):
27060         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27061         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27062         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27063         (ebnf-optimization):
27064         * progmodes/etags.el (etags):
27065         * progmodes/executable.el (executable):
27066         * progmodes/idlwave.el (idlwave):
27067         * progmodes/pascal.el (pascal):
27068         * progmodes/prolog.el (prolog):
27069         * progmodes/python.el (python):
27070         * progmodes/scheme.el (scheme):
27071         * progmodes/sh-script.el (sh, sh-script):
27072         * progmodes/sql.el (SQL):
27073         * progmodes/tcl.el (tcl):
27074         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27075         * textmodes/enriched.el (enriched):
27076         * textmodes/makeinfo.el (makeinfo):
27077         * textmodes/sgml-mode.el (sgml):
27078         * textmodes/table.el (table-hooks):
27079         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27080         * textmodes/texinfo.el (texinfo):
27081         * textmodes/two-column.el (two-column):
27082         Finish `defgroup' description with period.
27084         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27085         * eshell/esh-var.el (eshell-var):
27086         * progmodes/vhdl-mode.el (vhdl-testbench):
27087         * textmodes/org.el (org): Fix typos in docstrings.
27089         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27090         consistency.
27092         * progmodes/flymake.el (flymake-find-file): Remove.
27093         (flymake-float-time): Use `with-no-warnings'.
27094         (flymake-check-start-time, flymake-check-was-interrupted)
27095         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27096         (flymake-new-err-info): `defvar' at compile time.
27098 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27100         * replace.el (occur-hook): Doc fix.
27101         (occur-1): Don't call `occur-hook' if there are no matches.
27103 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27105         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27106         global-map, save the same map.
27107         (global-map): Don't alter it at top level.
27108         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27109         Then alter it here instead.
27110         (tpu-edt-off): Set global-map to the saved one.
27112         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27113         All references simplified.
27114         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27115         (zmacs-regions): Add defvar.
27116         (repeat-complex-command-map): Everything about that deleted.
27118         * textmodes/artist.el (artist-key-is-drawing)
27119         (artist-key-endpoint1, artist-key-poly-point-list)
27120         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27121         (artist-key-compl-table, artist-rb-save-data)
27122         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27123         Don't put them in eval-when-compile.
27124         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27126         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27127         Use with-no-warnings.
27129         * net/browse-url.el (dos-windows-version): Add defvar.
27131         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27133         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27134         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27135         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27136         Add defvar.
27137         (rmail-summary-beginning-of-message): Use with-no-warnings.
27138         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27140         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27141         Use with-no-warnings.
27143         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27144         (c-mark-function): Add point-moving-unit property.
27145         (vi-goto-line): Use with-no-warnings.
27147         * emulation/edt.el (edt-last-copied-word): Add defvar.
27148         (zmacs-region-stays): Likewise.
27149         (edt-mark-section-wisely): Use c-mark-function for C.
27150         Use makr-defun for Fortran.
27151         (time-string): defvar deleted.
27152         (edt-display-the-time): Don't set time-string.
27154         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27156         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27157         Don't warn when name is not constant
27158         or for defining the group `emacs'.
27160         * tooltip.el (gud-tooltip-mode): Add defvar.
27162         * startup.el (default-frame-background-mode): Add defvar.
27164         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27166         * info.el (tool-bar-map): Add defvar.
27168         * dired.el (dnd-protocol-alist): Add defvar.
27170         * dired-aux.el (dired-query): Display question with answer, when
27171         the user answers.
27173         * custom.el (custom-add-option): Doc fix.
27175         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27177 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27179         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27180         bogus name from the last change.
27182 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27184         * custom.el (custom-declare-variable): Fix typos in comment.
27185         (custom-known-themes): Doc fix.
27186         (custom-theme-directory): New defcustom.
27187         (require-theme): Make it check `custom-theme-directory'.
27189         * cus-theme.el (custom-new-theme-mode): New function.
27190         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27191         (custom-theme-description): Add compiler defvars.
27192         (customize-create-theme): Add doc to the "*New Custom Theme*"
27193         buffer.  Use `custom-new-theme-mode'.
27194         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27195         and save it to the `custom-theme-directory'.  Make this the
27196         default directory of the buffer.
27198 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27200         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27201         Fix unbalanced parentheses.
27203 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27205         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27206         into flymake-mode and delegate to flymake-mode.
27208         * find-file.el (ff-which-function-are-we-in): Clean up.
27210 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27212         * replace.el (occur-rename-buffer): Fix docstring.
27214         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27215         (edt-last-copied-word, edt-learn-macro-count)
27216         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27217         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27218         (time-string, zmacs-region-stays):
27219         * emulation/edt-mapper.el (edt-save-function-key-map)
27220         (EDT-key-name): `defvar' to silence the byte-compiler.
27222 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27224         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27225         font-lock-regexp-backslash.  Doc fix.
27226         (font-lock-regexp-backslash-grouping-construct): Rename from
27227         font-lock-regexp-backslash-construct.  Doc fix.
27228         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27229         grouping constructs.
27231 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27233         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27234         updating all the prerequisites.
27236 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27238         * textmodes/org.el (org-agenda-start-on-weekday)
27239         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27240         (org-agenda-use-time-grid, org-archive-location)
27241         (org-allow-space-in-links, org-usenet-links-prefer-google)
27242         (org-enable-table-editor, org-export-default-language)
27243         (org-export-html-show-new-buffer, org-fill-paragraph)
27244         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27245         (org-goto-quit, org-occur, org-eval-in-calendar)
27246         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27247         (org-agenda-diary-entry, org-remember-help)
27248         (org-table-convert-region, org-at-table-p)
27249         (org-table-move-row-down, org-table-move-row-up)
27250         (org-table-copy-region, org-table-toggle-vline-visibility)
27251         (org-table-get-stored-formulas, org-table-get-specials)
27252         (org-recalc-commands, org-table-eval-formula)
27253         (org-table-formula-substitute-names, orgtbl-make-binding)
27254         (org-format-org-table-html, org-format-table-table-html)
27255         (org-format-table-table-html-using-table-generate-source)
27256         (org-customize): Fix typos in docstrings.
27257         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27258         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27259         (org-back-to-heading): Doc fixes.
27260         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27261         (org-agenda-change-all-lines, org-get-header):
27262         Improve argument/docstring consistency.
27263         (orgtbl-error): Fix error message.
27265         * progmodes/flymake.el (flymake-find-possible-master-files)
27266         (flymake-master-file-compare, flymake-get-line-err-count)
27267         (flymake-highlight-line, flymake-gui-warnings-enabled):
27268         Fix typos in docstrings.
27269         (flymake-parse-line, flymake-get-project-include-dirs-function)
27270         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27271         Doc fixes.
27272         (flymake-get-project-include-dirs-function)
27273         (flymake-make-err-menu-data):
27274         Improve argument/docstring consistency.
27276 2005-07-01  Lute Kamstra  <lute@gnu.org>
27278         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27279         Catch errors with ignore-errors.  Use temporary buffer.
27280         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27282         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27283         background color faces.
27284         (facemenu-set-foreground, facemenu-set-background):
27285         Use facemenu-set-face-from-menu.
27286         (facemenu-set-face-from-menu): Treat face names that start with
27287         "fg:" or "bg:" as special.
27288         (facemenu-add-new-color): Don't create faces.  Simplify.
27290 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27292         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27293         (crm-find-current-element): Likewise.
27295 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27297         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27299 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27301         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27302         (archive-mouse-extract): Make it an obsolete alias.
27303         (archive-mode-map): Don't use archive-mouse-extract any more.
27304         (archive-mode, archive-extract): write-contents-hooks ->
27305         write-contents-functions.
27306         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27307         first arg.
27308         (archive-rename-entry): Update the call.
27309         (archive-zip-summarize): Remove unused var `method'.
27310         (archive-lzh-summarize): Remove unused var `creator'.
27312         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27313         dedicated frame upon exit.
27315         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27316         (archive-zip-extract, archive-zip-expunge)
27317         (archive-zip-update, archive-zip-update-case): Use executable-find.
27318         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27319         Use restore-buffer-modified-p.
27320         (archive-extract, archive-add-new-member, archive-write-file-member):
27321         Use with-current-buffer.
27322         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27324 2005-06-30  Andreas Schwab  <schwab@suse.de>
27326         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27328 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27330         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27332 2005-06-30  Juri Linkov  <juri@jurta.org>
27334         * faces.el (vertical-border): Inherit from mode-line-inactive
27335         only on tty.
27337 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27339         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27340         example, -NLINES in the `occur' docstring).
27342         * replace.el (occur-1): When no matches are found, do not set the
27343         `buffer-read-only' and modified flags for the occur buffer,
27344         because it is deleted.
27346         * emulation/cua-base.el (cua-check-pending-input)
27347         (cua-repeat-replace-region, cua-mode, cua-debug)
27348         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27349         Fix typos in docstrings.
27351         * emulation/cua-gmrk.el (cua-toggle-global-mark)
27352         (cua-cut-region-to-global-mark)
27353         (cua--cut-rectangle-to-global-mark):
27354         Remove period from end of messages.
27356         * emulation/cua-rect.el (cua-do-rectangle-padding):
27357         Remove period from end of messages.
27358         (cua--rectangle-seq-format): Fix typo in docstring.
27359         (cua-sequence-rectangle, cua-fill-char-rectangle):
27360         Improve argument/docstring consistency.
27362 2005-06-29  Juri Linkov  <juri@jurta.org>
27364         * faces.el (default-frame-background-mode): New internal variable.
27365         (frame-set-background-mode): Use it.
27367         * startup.el (normal-top-level): Set default-frame-background-mode
27368         instead of frame-background-mode.  Before setting it, test for its
27369         nil value.  Remove tests for frame-background-mode and frame
27370         parameter `reverse'.  Add test for "unspecified-fg".
27372         * term/xterm.el (xterm-rxvt-set-background-mode):
27373         * term/rxvt.el (rxvt-set-background-mode):
27374         Set default-frame-background-mode instead of frame-background-mode.
27376 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
27378         * simple.el (set-variable): Warn about obsolete user variables.
27380         * imenu.el (imenu--completion-buffer):
27381         * mouse.el (mouse-buffer-menu-alist):
27382         * msb.el (msb-invisible-buffer-p):
27383         * calendar/diary-lib.el (diary-header-line-format):
27384         * emacs-lisp/pp.el (pp-buffer):
27385         * progmodes/cperl-mode.el (cperl-do-auto-fill):
27386         * textmodes/picture.el (picture-replace-match):
27387         Change space constants followed by a sexp to "?\s ".
27389         * play/decipher.el (decipher-loop-with-breaks):
27390         * textmodes/texinfo.el (texinfo-insert-@item): Change space
27391         constants "protected" from end of line by a comment to "?\s".
27393 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27395         * font-lock.el (save-buffer-state): Use `declare'.
27397         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27398         reset the syntax-table to cperl-mode-syntax-table.
27399         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27400         "foo_print_bar" is not matched as a reserved keyword.
27402 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
27404         * textmodes/org.el (orgtbl-setup): New function, for delayed
27405         setup for the orgtbl commands.
27406         (org-calc-default-modes): New option.
27407         (orgtbl-make-binding): Use `defun' to get better help display.
27408         (org-diary): Call `org-compile-prefix-format'.
27409         (org-table-formula-substitute-names): New function.
27410         (org-agenda-day-view, org-agenda-week-view): New commands.
27411         (org-agenda-toggle-week-view): Command removed.
27412         (org-tbl-menu): Split off from org-org-menu.
27413         (org-mode): Move removal of outline-mode menus to here.
27414         (org-table-formula-debug): New option.
27415         (org-table-insert-row): Keep first field if just "#" or "*".
27416         (org-mode): Paragraph regexps fixed.
27417         (org-table-recalculate-regexp): New constant.
27418         (org-table-justify-field-maybe): Avoid replace if not necessary.
27419         (org-copy-special, org-cut-special): Use `call-interactively'.
27420         (org-table-copy-region): Take region from `interactive' call.
27421         (org-trim): Return string even if no match.
27422         (org-formula): New face.
27423         (org-set-font-lock-defaults): No longer highlight "FIXME".
27424         But highlight formula-related fields in table.
27425         (org-table-p): Use regexp, not fontification.
27426         (org-table-align): Handle white space at end of line.
27427         (org-table-formula-evaluate-inline): New option.
27428         (org-mode): Auto-wrapping in comment lines turned off.
27429         (org-table-copy-down): Evaluate only in copied field, not in
27430         destination.
27431         (org-table-current-formula): Variable removed.
27432         (org-table-store-formulas, org-table-get-stored-formulas)
27433         (org-table-modify-formulas, org-table-replace-in-formulas)
27434         (org-table-maybe-eval-formula): New functions.
27435         (org-table-get-formula): Modify to use stored formulas.
27436         (org-table-insert-column, org-table-delete-column)
27437         (org-table-move-column): Call `org-table-modify-formulas'.
27438         (org-complete): Add completion for keyword formulas.
27439         (orgtbl-mode): Pull orgtbl-mode-map to start of
27440         minor-mode-map-alist.
27442 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27444         * progmodes/python.el (python-check): Require `compile' before
27445         modifying its variables.
27447         * newcomment.el (comment-indent-default): Don't get fooled by an early
27448         end of buffer.
27450 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27452         * ps-print.el (ps-print-version): Fix version number.
27454 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
27456         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27458 2005-06-28  Richard M. Stallman  <rms@gnu.org>
27460         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27461         (flyspell-local-mouse-map): Declaration deleted.
27462         (flyspell-mouse-map): Bind only mouse-2.
27463         (flyspell-mode-map): Don't test flyspell-use-local-map.
27464         (flyspell-overlay-keymap-property-name): Var deleted.
27465         (flyspell-mode-on): Don't make local bindings for
27466         flyspell-mouse-map and flyspell-mode-map.
27467         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27469         * textmodes/ispell.el (ispell-word): Do not ignore short words.
27471         * progmodes/compile.el (compilation-next-error-function):
27472         Don't switch buffers; operate on the current buffer.
27474         * progmodes/compile.el (compilation-error-file-name)
27475         (compilation-warning-file-name, compilation-info-file-name)
27476         (compilation-line-number, compilation-column-number): New faces.
27477         (compilation-error-face, compilation-warning-face)
27478         (compilation-info-face, compilation-line-face)
27479         (compilation-column-face): Use them.
27481         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27483         * comint.el (comint-password-prompt-regexp): Accept ", try again".
27485         * bindings.el (global-map): Bind insertchar and its variants.
27487 2005-06-27  Richard M. Stallman  <rms@gnu.org>
27489         * textmodes/artist.el (artist-text-overwrite)
27490         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27492 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27494         * ps-print.el: It was not working the page selection for printing.
27495         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27496         (ps-print-version): New version 6.6.7.
27497         (ps-end-sheet): New fun.
27498         (ps-header-sheet, ps-end-job): Call it.
27500 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
27502         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27504 2005-06-27  Lute Kamstra  <lute@gnu.org>
27506         * facemenu.el (facemenu-unlisted-faces): Add foreground and
27507         background color faces.
27508         (facemenu-get-face): Delete function.
27509         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27510         (facemenu-add-new-color): Make second argument mandatory.
27511         Create the appropriate face and return it.  Simplify.
27512         (facemenu-set-foreground, facemenu-set-background): Don't check if
27513         color is defined.  Use return value of facemenu-add-new-color.
27515 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
27517         * progmodes/gud.el (gud-filter): Add missing argument to
27518         with-selected-window.
27520 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27522         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27523         a :require to the defcustom.
27525         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27526         defcustoms corresponding to minor modes.
27528 2005-06-26  David Ponce  <david@dponce.com>
27530         * recentf.el: Require tree-widget instead of wid-edit.
27531         (recentf-filename-handler): Fix widget :type.
27532         (recentf-cancel-dialog, recentf-open-more-files)
27533         (recentf-open-files-action): Doc fix.
27534         (recentf-dialog-goto-first): New function.
27535         (recentf-dialog-mode-map): Set parent keymap first.
27536         (recentf-dialog-mode): Define with define-derived-mode.
27537         Don't display continuation lines in dialogs.
27538         (recentf-edit-list): Rename from recentf-edit-selected-items.
27539         (recentf-edit-list-select): Rename from recentf-edit-list-action.
27540         Simplify.
27541         (recentf-edit-list-validate): New function.
27542         (recentf-edit-list): Update accordingly.
27543         (recentf-open-files-item-shift): Remove.
27544         (recentf-open-files-item): Convert menu elements into tree and
27545         link widgets.  Don't create the widgets.
27546         (recentf-open-files): Update accordingly.
27547         (recentf-save-list): Untabify.
27549 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
27551         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27552         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
27553         partially contained in the active region.  Do not take active
27554         region into account when called from Lisp, unless INTERACTIVE arg
27555         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
27556         avoid trouble with fields.  Make marker point nowhere when no
27557         longer used.  Always return nil.  Doc fix.
27558         (flush-lines): Add INTERACTIVE arg.  Do not take active region
27559         into account when called from Lisp, unless INTERACTIVE arg is
27560         non-nil.  Use `forward-line' instead of `beginning-of-line' to
27561         avoid trouble with fields.  Make marker point nowhere when no
27562         longer used.  Always return nil.  Doc fix.
27563         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
27564         interchangeable.  Do not take active region into account when
27565         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
27566         message in echo area when called from Lisp, unless INTERACTIVE arg
27567         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
27568         Return the number of matches.  Doc fix.
27569         (occur): Doc fix.
27570         (perform-replace): Make comment follow double space convention for
27571         the sake of `outline-minor-mode'.
27573         * faces.el (facep): Doc fix.
27575 2005-06-25  Richard M. Stallman  <rms@gnu.org>
27577         * facemenu.el (facemenu-enable-faces-p): New function.
27578         (facemenu-background-menu, facemenu-foreground-menu)
27579         (facemenu-face-menu): Add menu-enable property.
27581         * jka-compr.el (jka-compr-insert-file-contents):
27582         Special handling if cannot find the uncompression program.
27584         * cus-face.el (custom-face-attributes): Add autoload.
27586         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27587         Bind comment-indent-function locally.
27589         * window.el (save-selected-window): Use save-current-buffer.
27591         * subr.el (with-selected-window): Use save-current-buffer.
27593         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27594         and with-current-buffer.
27596 2005-06-24  Richard M. Stallman  <rms@gnu.org>
27598         * simple.el (line-move-1): Fix previous change.
27600 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
27602         * replace.el (occur-1): Set `buffer-read-only' and the
27603         buffer-modified flag before running `occur-hook' to protect
27604         against unintentional buffer switches that can lead to data loss.
27606 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
27608         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27609         (gud-gdb-marker-filter): Use font-lock-warning-face for any
27610         initial error.
27612         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27613         after fresh input.
27614         (gdb-var-create-handler): Put name of expression in quotes.
27616 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27618         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27619         elements of RING in order, and without bogus nil elements.
27621 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27623         * simple.el (set-variable): Args renamed; doc fix.
27624         (line-move-1): When there are overlays around, use vertical-motion.
27626         * faces.el (escape-glyph): Use brown against light background.
27627         (nobreak-space): Rename from no-break-space.
27628         Fix previous change.
27630         * dired-aux.el (dired-do-copy): Fix arg prompt.
27632         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27634 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27636         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27637         rather than "Distributor".
27639 2005-06-23  Lute Kamstra  <lute@gnu.org>
27641         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27642         (debug-on-entry): Use it.  New interactive declaration that uses
27643         function-called-at-point.
27645 2005-06-23  Kim F. Storm  <storm@cua.dk>
27647         * subr.el (save-match-data): Add comment about using evaporate arg
27648         to set-match-data.
27650 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27652         * cus-edit.el (customize-face)
27653         (customize-face-other-window): Handle face aliases.
27655         * faces.el (face-documentation, set-face-attribute)
27656         (face-spec-set): Handle face aliases.
27658 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27660         * help-mode.el (help-make-xrefs): If a symbol representing a face
27661         name is not followed by the word "face", it could still be a
27662         function or variable name, so don't bypass other checks.
27664 2005-06-22  Juri Linkov  <juri@jurta.org>
27666         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27667         Replace aliased functions with calls where second arg `inherit' is t.
27669 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27671         * progmodes/gdb-ui.el (gdb-error): New variable.
27672         (gdb-error): New function.
27673         (gdb-annotation-rules): Act on error-begin and error annotations.
27674         (gdb-concat-output): Use font-lock-warning-face for errors.
27676 2005-06-22  Miles Bader  <miles@gnu.org>
27678         * bindings.el (propertized-buffer-identification): Use renamed
27679         `Buffer-menu-buffer' face.
27681         * faces.el (vertical-border): Rename from `vertical-divider'.
27682         (escape-glyph): Change dark-background color back to `cyan'.
27684 2005-06-21  Juri Linkov  <juri@jurta.org>
27686         * faces.el (face-user-default-spec): Try getting `customized-face'
27687         prior to `saved-face'.
27688         (frame-background-mode): Refill docstring.
27690         * emacs-lisp/lisp-mode.el (eval-defun-1):
27691         * emacs-lisp/edebug.el (edebug-eval-defun):
27692         Set `saved-face' temporarily to nil before calling form.
27693         Set `customized-face' to the new spec after that.
27695 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27697         * subr.el (1value, lambda, key-substitution-in-progress):
27698         Doc fixes.
27700         * autoinsert.el (auto-insert-alist):
27701         * ses.el (ses-call-printer):
27702         * subr.el (noreturn):
27703         * emacs-lisp/lisp.el (check-parens):
27704         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27705         * net/browse-url.el (browse-url-mosaic):
27706         * progmodes/cc-defs.el (c-safe-scan-lists):
27707         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27708         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27709         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27710         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27711         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27712         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27714 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27716         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27718 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27720         * calendar/appt.el (appt-make-list): Activate the package, if
27721         not already active (for backwards compatibility).
27723 2005-06-20  Kim F. Storm  <storm@cua.dk>
27725         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27727 2005-06-20  Miles Bader  <miles@gnu.org>
27729         * faces.el (vertical-divider): New face.
27731 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27733         * simple.el (kill-whole-line): Doc fix.
27734         (next-error-buffer-p, next-error-find-buffer)
27735         (clone-indirect-buffer): Fix typos in docstrings.
27736         (comment-line-break-function): Doc fix: don't say variable
27737         is automatically buffer-local (it isn't).
27739 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27741         * net/tramp-ftp.el (top):
27742         * net/tramp-smb.el (top):
27743         * net/tramp-util.el (top):
27744         * net/tramp-uu.el (top):
27745         * net/tramp-vc.el (top):
27746         * net/tramp.el (top): Revert copyright years back to original
27747         ones.  Tramp has a life outside GNU Emacs.
27749 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27751         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27753 2005-06-18  Juri Linkov  <juri@jurta.org>
27755         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27756         end of first regexp to limit the match to the position between
27757         line number and source line with same separator character as used
27758         between file name and line number.  In the second regexp limit
27759         mouse-face area to file name and line number by adding new group
27760         for them and referring it in HYPERLINK arg.
27761         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27762         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27763         previous line where grep markers may be already removed.
27765 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27767         * progmodes/ps-mode.el: Update version and maintainer's email address.
27769 2005-06-18  Steve Youngs  <steve@xemacs.org>
27771         * net/browse-url.el (browse-url-browser-function)
27772         (browse-url-default-browser): Add firefox.
27773         (browse-url-firefox-program, browse-url-firefox-arguments)
27774         (browse-url-firefox-startup-arguments)
27775         (browse-url-firefox-new-window-is-tab): New defcustoms.
27776         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27778 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27780         * startup.el (command-line): Warn if specified user name has
27781         no home directory.
27783         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27784         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27786         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27787         Doc fixes.
27789         * faces.el (underline): Try bold if terminal doesn't support underline.
27791         * mail/sendmail.el (mail-setup-with-from): New variable.
27792         (mail-insert-from-field): New function.
27793         (sendmail-send-it): Call it.
27794         (mail-setup): Optionally call it here.
27796         * term/linux.el: Call tty-no-underline.
27798 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27800         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27802 2005-06-17  Miles Bader  <miles@gnu.org>
27804         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27805         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27806         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27807         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27808         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27809         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27810         Remove "-face" suffix from face names.
27811         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27812         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27813         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27814         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27815         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27816         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27817         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27818         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27819         New backward-compatibility aliases for renamed faces.
27820         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27821         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27822         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27823         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27824         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27825         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27826         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27827         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27828         Use renamed ediff faces.
27830         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27831         Remove "-face" suffix from face names.
27832         (eshell-test-ok-face, eshell-test-failed-face):
27833         New backward-compatibility aliases for renamed faces.
27834         (eshell-run-test): Use renamed eshell-test faces.
27836         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27837         face name.
27838         (eshell-prompt-face): New backward-compatibility alias for renamed
27839         face.
27840         (eshell-emit-prompt): Use renamed eshell-prompt face.
27842         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27843         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27844         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27845         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27846         Remove "-face" suffix from face names.
27847         (eshell-ls-directory-face, eshell-ls-symlink-face)
27848         (eshell-ls-executable-face, eshell-ls-readonly-face)
27849         (eshell-ls-unreadable-face, eshell-ls-special-face)
27850         (eshell-ls-missing-face, eshell-ls-archive-face)
27851         (eshell-ls-backup-face, eshell-ls-product-face)
27852         (eshell-ls-clutter-face):
27853         New backward-compatibility aliases for renamed faces.
27854         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27856         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27857         Remove "-face" suffix from face name.
27858         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27859         instead of literal face.
27861 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27863         * emacs-lisp/warnings.el (display-warning, lwarn)
27864         (warning-minimum-log-level): Doc fixes.
27865         (warning-minimum-level, warning-minimum-log-level):
27866         Add :debug to :type choices.
27868         * progmodes/ada-mode.el (ada-format-paramlist)
27869         (ada-get-indent-case, ada-check-matching-start)
27870         (ada-check-defun-name, ada-goto-matching-decl-start)
27871         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27872         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27873         (ada-make-subprogram-body): Follow error conventions.
27874         (ada-case-exception-file, ada-indent-comment-as-code)
27875         (ada-indent-handle-comment-special, ada-indent-renames)
27876         (ada-indent-return, ada-search-directories-internal)
27877         (ada-tab-policy, ada-case-exception-substring)
27878         (ada-other-file-alist, ada-matching-start-re)
27879         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27880         (ada-imenu-generic-expression, ada-compile-goto-error)
27881         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27882         (ada-popup-menu, ada-add-extensions, ada-mode)
27883         (ada-region-selected, ada-create-case-exception)
27884         (ada-create-case-exception-substring, ada-after-keyword-p)
27885         (ada-activate-keys-for-case, ada-adjust-case-region)
27886         (ada-adjust-case-buffer, ada-format-paramlist)
27887         (ada-scan-paramlist, ada-insert-paramlist)
27888         (ada-indent-newline-indent)
27889         (ada-indent-newline-indent-conditional)
27890         (ada-justified-indent-current, ada-goto-previous-word)
27891         (ada-indent-current, ada-get-indent-open-paren)
27892         (ada-get-indent-paramlist, ada-get-indent-end)
27893         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27894         (ada-get-indent-block-start, ada-get-indent-subprog)
27895         (ada-get-indent-noindent, ada-get-indent-label)
27896         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27897         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27898         (ada-goto-stmt-end, ada-goto-next-word)
27899         (ada-check-matching-start, ada-check-defun-name)
27900         (ada-goto-matching-decl-start, ada-goto-matching-start)
27901         (ada-goto-matching-end, ada-search-ignore-string-comment)
27902         (ada-in-decl-p, ada-looking-at-semi-or)
27903         (ada-looking-at-semi-private, ada-in-paramlist-p)
27904         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27905         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27906         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27907         (ada-previous-package, ada-create-menu)
27908         (ada-fill-comment-paragraph-justify)
27909         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27910         (ada-other-file-name, ada-last-which-function-line)
27911         (ada-last-which-function-subprog, ada-which-function)
27912         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27913         (ada-gen-treat-proc, ada-check-emacs-version)
27914         (ada-continuation-indent, ada-align-region-separate):
27915         Fix typos in docstrings.
27916         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27918 2005-06-16  Lute Kamstra  <lute@gnu.org>
27920         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27921         conditionally.
27923 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27925         * comint.el (comint-replace-by-expanded-filename)
27926         (comint-prompt-regexp, comint-delimiter-argument-list)
27927         (comint-preinput-scroll-to-bottom):
27928         * info.el (Info-hide-cookies-node):
27929         * ls-lisp.el (ls-lisp-classify):
27930         * find-file.el (ff-search-directories, ff-special-constructs)
27931         (ff-find-other-file):
27932         * font-lock.el (font-lock-keywords):
27933         * shell.el (shell-prompt-pattern)
27934         (shell-dynamic-complete-functions, shell-mode)
27935         (shell-delimiter-argument-list):
27936         * term.el (term-replace-by-expanded-filename)
27937         (term-prompt-regexp, term-delimiter-argument-list):
27938         * woman.el (woman-ignore, woman0-if):
27939         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27940         * emacs-lisp/elint.el (elint-init-env):
27941         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27942         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27943         * language/ethio-util.el (ethio-tilde-escape)
27944         (ethio-use-three-dot-question):
27945         * net/zone-mode.el (zone-mode-load-time-setup):
27946         * progmodes/cc-align.el (c-lineup-argcont):
27947         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27948         * progmodes/cperl-mode.el (cperl-set-style-back):
27949         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27950         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27951         Fix spellings in docstrings.
27953         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27954         * progmodes/modula2.el (m2-for): Fix spellings.
27956         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27958         * simple.el (undo-more): Don't use `format' on `error' arguments.
27959         Improve argument/docstring consistency.
27960         (pending-undo-list): Doc fix.
27962         * smerge-mode.el (smerge-ensure-match):
27963         * emulation/vip.el (vip-ex):
27964         * net/zone-mode.el (zone-mode-update-serial):
27965         * progmodes/idlwave.el (idlwave-complete):
27966         * progmodes/vhdl-mode.el (vhdl-visit-file)
27967         (vhdl-compose-wire-components):
27968         Don't use `format' on `error' arguments.
27970         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27971         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27972         (tooltip-help-tips): Fix typos in docstrings.
27974 2005-06-16  David Ponce  <david@dponce.com>
27976         * tree-widget.el (tree-widget-value-create): Simplify last change.
27978 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27980         * ido.el (ido-incomplete-regexp): New variable.
27981         (ido-set-matches-1): Handle invalid-regexp error and set
27982         ido-incomplete-regexp.
27983         (ido-incomplete-regexp): New face.
27984         (ido-completions): Use it.
27985         (ido-complete, ido-exit-minibuffer, ido-completions):
27986         Handle incomplete regexps.
27987         (ido-completions): Add check for complete match when entering a regexp.
27989 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27991         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27993 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27995         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27996         by field delimiters.
27998 2005-06-15  David Ponce  <david@dponce.com>
28000         * tree-widget.el: eval-and-compile inlined functions so they will
28001         be available at run-time too.
28002         (tree-widget-super-format-handler)
28003         (tree-widget-format-handler): Remove.
28004         (tree-widget-value-create): Handle the :indent property.
28006 2005-06-15  Miles Bader  <miles@gnu.org>
28008         * progmodes/which-func.el (which-func): Only inherit
28009         `font-lock-function-name-face' when that makes sense against the
28010         default mode-line face, otherwise set the face color explicitly.
28012         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28013         faces instead of (non-existent) variables.
28015 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28017         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28018         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28020 2005-06-14  Miles Bader  <miles@gnu.org>
28022         * progmodes/ld-script.el (ld-script-location-counter):
28023         Remove "-face" suffix from face name.
28024         (ld-script-location-counter-face):
28025         New backward-compatibility alias for renamed face.
28026         (ld-script-location-counter-face): Use renamed face.
28028         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28029         (cperl-hash): Remove "-face" suffix from face names.
28030         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28031         New backward-compatibility aliases for renamed faces.
28032         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28033         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28035         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28036         name.
28037         (which-func-face): New backward-compatibility alias for renamed face.
28038         (which-func-format): Use renamed which-func face.
28040         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28041         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28042         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28043         names.
28044         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28045         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28046         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28047         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28048         (vhdl-speedbar-architecture-selected)
28049         (vhdl-speedbar-configuration-selected)
28050         (vhdl-speedbar-package-selected)
28051         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28052         names.
28053         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28054         Use renamed faces.
28055         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28056         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28057         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28058         Use renamed faces.
28059         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28060         names.
28061         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28062         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28063         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28064         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28065         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28066         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28068         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28069         face name.
28070         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28071         (sh-heredoc-face): Use renamed sh-heredoc face.
28073         * progmodes/idlw-help.el (idlwave-help-link):
28074         Remove "-face" suffix from face name.
28075         (idlwave-help-link-face):
28076         New backward-compatibility alias for renamed face.
28077         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28079         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28080         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28081         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28082         New backward-compatibility aliases for renamed faces.
28083         (idlwave-shell-disabled-breakpoint-face)
28084         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28086         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28087         Remove "-face" suffix from face names.
28088         (flymake-errline-face, flymake-warnline-face):
28089         New backward-compatibility aliases for renamed faces.
28090         (flymake-highlight-line): Use renamed flymake faces.
28092         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28093         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28094         (ebrowse-member-class, ebrowse-progress):
28095         Remove "-face" suffix from face names.
28096         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28097         (ebrowse-file-name-face, ebrowse-default-face)
28098         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28099         (ebrowse-progress-face):
28100         New backward-compatibility aliases for renamed faces.
28101         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28102         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28103         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28104         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28106         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28107         antlr-syntax)
28108         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28109         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28110         names.
28111         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28112         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28113         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28114         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28115         backward-compatibility aliases for renamed faces.
28116         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28117         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28118         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28119         remove "font-lock-".  Use renamed antlr-mode faces.
28120         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28121         literal face-names with face variable references.
28123         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28124         face name.
28125         (Buffer-menu-buffer-face): New backward-compatibility alias for
28126         renamed face.
28127         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28129 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28131         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28132         Eliminate "-face" suffix.
28133         (makefile-targets): Inherit from font-lock-function-name-face and
28134         eliminate "-face" suffix.
28135         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28136         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28137         actions, instead of prepending, to make it less visible.
28138         (makefile-previous-dependency, makefile-match-dependency):
28139         Don't match a target on a continuation line.
28141         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28143 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28145         * progmodes/gdb-ui.el (menu): Re-order menu items.
28146         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28148         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28149         Define in tooltip.el.
28150         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28151         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28152         gud-tooltip-echo-area.
28154         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28155         backward compatibility and make obsolete.
28156         (tooltip-help-tips): Use tooltip-use-echo-area.
28157         (tooltip-show-help-function): Rename to...
28158         (tooltip-show-help): ...this, because it is a function.
28159         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28161 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28163         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28164         (edebug-print-length, edebug-print-level, edebug-print-circle)
28165         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28166         (edebug-eval-print-last-sexp): Doc fixes.
28168 2005-06-14  Kim F. Storm  <storm@cua.dk>
28170         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28171         as the coverage buffer/file/both may change.
28173 2005-06-14  Lute Kamstra  <lute@gnu.org>
28175         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28176         and run-mode-hooks.  Simplify.
28178         * mail/rmailedit.el (rmail-edit-mode):
28179         * progmodes/octave-inf.el (inferior-octave-mode):
28180         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28182         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28183         and run-mode-hooks.
28184         (recentf-edit-list, recentf-open-files): Don't call
28185         kill-all-local-variables directly.
28187         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28189 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28191         * emacs-lisp/byte-run.el (make-obsolete)
28192         (define-obsolete-function-alias): Rename arguments FUNCTION and
28193         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28194         (make-obsolete-variable, define-obsolete-variable-alias):
28195         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28196         respectively.
28198         * isearchb.el (isearchb-activate):
28199         * pcvs.el (cvs-mode):
28200         * ses.el (ses-load):
28201         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28202         * net/tramp.el (tramp-find-file-exists-command)
28203         (tramp-find-shell):
28204         * progmodes/ada-mode.el (ada-create-case-exception)
28205         (ada-create-case-exception-substring, ada-make-subprogram-body):
28206         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28207         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28208         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28209         * textmodes/org.el (org-promote, org-evaluate-time-range)
28210         (org-agenda-next-date-line, org-agenda-previous-date-line)
28211         (org-agenda-error, org-open-at-point, org-table-move-row)
28212         (org-format-table-table-html-using-table-generate-source)
28213         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28214         * textmodes/reftex.el (reftex-access-scan-info):
28215         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28216         (reftex-toc-promote-prepare): Follow error conventions.
28218         * diff-mode.el (diff-mode): Fix typo in docstring.
28220         * forms.el (forms--intuit-from-file): Fix reference to
28221         `forms-number-of-fields' in error message.
28222         (forms-print): Fix quoting in error message.
28224         * forms.el (forms-mode):
28225         * emulation/vi.el (vi-goto-insert-state):
28226         * progmodes/flymake.el (flymake-new-err-info)
28227         (flymake-start-syntax-check-for-current-buffer)
28228         (flymake-simple-cleanup):
28229         * eshell/esh-var.el (eshell/export):
28230         * progmodes/gud.el (xdb):
28231         * textmodes/flyspell.el (flyspell-incorrect-hook)
28232         (flyspell-maybe-correct-transposition)
28233         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28235 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28237         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28238         minibuffer prompt.
28240 2005-06-13  Kim F. Storm  <storm@cua.dk>
28242         * subr.el (add-to-ordered-list): New defun.
28244         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28245         add cua--keymap-alist to emulation-mode-map-alists.
28247 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28249         * subr.el (complete-in-turn): New macro.
28250         (dynamic-completion-table, lazy-completion-table): Add debug info.
28252         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28253         in preference to face aliases.
28255         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28256         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28257         Remove unused vars `start' and `firstline'.
28258         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28259         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28261 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28263         * cus-start.el (all): Don't complain about missing GTK-related
28264         variables, unless either `gtk' is boundp or this isn't a
28265         `windows-nt' build.
28267 2005-06-13  Lute Kamstra  <lute@gnu.org>
28269         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28270         run-mode-hooks.
28272         * ediff-mult.el (ediff-meta-mode):
28273         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28275         * ledit.el (ledit-mode): Use delay-mode-hooks.
28277         * woman.el (woman-mode-line-format): Delete constant.
28278         (woman-mode-map): Initialize it properly.
28279         (woman-mode): Set mode-class property to special.
28280         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28281         Set major-mode and mode-name.  Don't set mode-line-format directly.
28282         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28284         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28285         string argument obsolete.
28287 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28289         * textmodes/org.el (org-CUA-compatible): New option.
28290         (org-disputed-keys): New variable.
28291         (org-key): New function.
28292         (orgtbl-make-binding): Add docstring to the created function.
28293         (org-mode): Set paragraph start/separate regexps.
28294         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28295         (org-archive-location, org-archive-mark-done)
28296         (org-archive-stamp-time): New options.
28297         (org-archive-subtree): New command.
28298         (org-fill-paragraph): New function.
28299         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28300         (org-fake-empty-table-line): Function removed.
28301         (org-format-org-table-html): Do not create empty table lines at
28302         separator lines.  Improved table header treatment.
28303         (org-link-format): New option.
28304         (org-make-link): New function.
28305         (org-insert-link, org-store-link): Use org-make-link.
28306         (org-open-file): Quote file name for shell command, to allow
28307         spaces in file names.
28308         (org-link-regexp): Fix bug with mailto link.
28309         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28310         New constants.
28311         (org-export-as-html): Deal with the optional angles around a link.
28312         Better treatment of file: links.
28313         (org-open-at-point): Replace @{ and @} with < and >.
28314         (org-run-mode-hooks): Function removed.
28315         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28317 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28319         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28320         MI command -data-list-register-values.
28321         (gdb-post-prompt): Indent properly.
28323 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28325         * hilit-chg.el (highlight-changes-colors): Rename from
28326         `highlight-changes-colours'.
28327         (highlight-changes-colours): Keep as obsolete alias.
28328         (highlight-changes-face-list): Doc fix.
28329         (hilit-chg-make-list): Use `highlight-changes-colors'.
28331 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28333         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28334         defun-prompt-regexp.
28336 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28338         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28339         and cygwin.
28341         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28342         Don't use an old loaddefs.el, as in Makefile.in.
28344 2005-06-12  Lute Kamstra  <lute@gnu.org>
28346         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28348         * man.el (Man-mode-map): Initialize it properly.
28349         (Man-mode): Set mode-class property to special.
28351         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28353 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
28355         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28356         A newline is needed in the docstring there.
28358         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28359         Doc fixes.
28361 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28363         * printing.el: Doc fix.  The menubar is no more changed when printing
28364         is loaded, it only changes when pr-menu-bind or pr-update-menus is
28365         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
28366         (pr-version): New version number (6.8.4).
28367         (pr-menu-bind): New command.
28368         (pr-update-menus): Docstring and code fix.
28369         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28370         Docstring fix.
28371         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28372         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28374 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
28376         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28377         "Returns" to "return", document useful return values, etc.
28379 2005-06-11  Alan Mackenzie  <acm@muc.de>
28381         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28382         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28383         (adaptive-file-function): Minor amendment to doc-string.
28385 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28387         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28388         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28389         Fix :type--it is `integer', not `string'.
28391         * faces.el (modeline-highlight): Rename from (the erroneous)
28392         `modeline-higilight'.
28394 2005-06-11  Lute Kamstra  <lute@gnu.org>
28396         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28397         lisp-interaction-mode-map but make it the parent.
28398         (edebug-eval-mode): Use define-derived-mode.
28400 2005-06-11  Andreas Schwab  <schwab@suse.de>
28402         * bindings.el: Add binding of `ESC functionkey' for every
28403         `M-functionkey'.
28404         * hexl.el (hexl-mode-map): Likewise.
28406 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
28408         * progmodes/compile.el (compilation-error-regexp-alist-alist)
28409         [msft]: update regexp for newer msft compilers.
28411 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
28413         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28414         ATTLIST portions of included DTDs.
28415         (xml-parse-dtd): Eliminate use of inefficient match-data.
28417 2005-06-10  Miles Bader  <miles@gnu.org>
28419         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28420         (mpuz-text): Remove "-face" suffix from face names.
28421         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28422         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28423         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28425         * play/gomoku.el (gomoku-O, gomoku-X):
28426         Remove "-face" suffix from face names.
28427         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28428         New backward-compatibility aliases for renamed faces.
28429         (gomoku-font-lock-keywords): Use renamed gomoku faces.
28431 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28433         * thumbs.el: Fixes for changes of 2005-06-09.
28434         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28435         as a directory.
28436         (thumbs-thumbname): Remove directory separator from format string;
28437         `thumbs-thumbsdir' now returns a valid directory name.
28438         (thumbs-temp-dir): New defsubst.
28439         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28440         Use it.
28442         * cus-edit.el (minibuffer):
28443         * files.el (make-backup-file-name-function):
28444         * filesets.el (filesets-external-viewers):
28445         * hilit-chg.el (highlight-changes-colours)
28446         (highlight-changes-face-list, highlight-changes-rotate-faces):
28447         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28448         * kmacro.el (kmacro-call-macro):
28449         * log-edit.el (log-edit-changelog-full-paragraphs):
28450         * mouse.el (mouse-1-click-follows-link):
28451         * skeleton.el (skeleton-autowrap):
28452         * subr.el (insert-for-yank-1):
28453         * tempo.el (tempo-insert-region):
28454         * terminal.el (terminal-emulator):
28455         * time.el (display-time-mail-face):
28456         * vc.el (vc-annotate):
28457         * vcursor.el (vcursor-copy-line):
28458         * woman.el (woman-bold-headings, woman-ignore)
28459         (woman-default-faces, woman-monochrome-faces):
28460         * calendar/todo-mode.el (todo-insert-threshold):
28461         * emulation/pc-select.el (pc-select-selection-keys-only)
28462         (pc-selection-mode):
28463         * emulation/vip.el (vip-find-char-forward):
28464         * emulation/viper-cmd.el (viper-find-char-forward):
28465         * international/mule-cmds.el
28466         (select-safe-coding-system-accept-default-p)
28467         (input-method-exit-on-invalid-key):
28468         * international/mule-diag.el (describe-coding-system):
28469         * international/ucs-tables.el (unify-8859-on-encoding-mode):
28470         * net/browse-url.el (browse-url-xterm-program):
28471         * obsolete/lazy-lock.el (lazy-lock-mode):
28472         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28473         (cperl-mode):
28474         * progmodes/cpp.el (cpp-face-light-name-list)
28475         (cpp-face-dark-name-list):
28476         * progmodes/delphi.el (delphi-newline-always-indents):
28477         Fix spellings in docstrings.
28479         * ido.el (ido-mode, ido-file-extensions-order)
28480         (ido-default-file-method, ido-default-buffer-method)
28481         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28482         (ido-decorations, ido-read-file-name-as-directory-commands)
28483         (ido-read-file-name-non-ido, ido-work-directory-list)
28484         (ido-ignore-item-temp-list, ido-current-directory)
28485         (ido-magic-forward-char, ido-enter-find-file)
28486         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28487         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28489 2005-06-10  Lute Kamstra  <lute@gnu.org>
28491         * play/dunnet.el (dun-mode): Use define-derived-mode.
28492         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
28493         obsolete alias.
28495         * play/doctor.el (doctor-mode-map): Remove defvar.
28496         (doctor-mode): Use define-derived-mode.
28498         * mail/mspools.el (mspools-mode):
28499         * net/eudc-hotlist.el (eudc-hotlist-mode):
28500         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28502 2005-06-10  Miles Bader  <miles@gnu.org>
28504         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28505         Remove "-face" suffix from face names.
28506         (flyspell-incorrect-face, flyspell-duplicate-face):
28507         New backward-compatibility aliases for renamed faces.
28508         (flyspell-mode-on, make-flyspell-overlay)
28509         (flyspell-highlight-incorrect-region)
28510         (flyspell-highlight-duplicate-region)
28511         (flyspell-display-next-corrections)
28512         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28514         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28515         from face name.
28516         (texinfo-heading-face): New backward-compatibility alias for
28517         renamed face.
28518         (texinfo-heading-face): Use renamed texinfo-heading face.
28520         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28521         suffix from face names.
28522         (tex-math-face, tex-verbatim-face):
28523         New backward-compatibility aliases for renamed faces.
28524         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28525         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28526         literal face name.
28528         * textmodes/table.el (table-cell): Remove "-face" suffix from face
28529         name.
28530         (table-cell-face): New backward-compatibility alias for renamed face.
28531         (table--put-cell-face-property, table--update-cell-face):
28532         Use renamed table-cell face.
28534         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28535         from face name.
28536         (sgml-namespace-face): New backward-compatibility alias for
28537         renamed face.
28538         (sgml-namespace-face): Use renamed sgml-namespace face.
28540         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28541         (org-level-4, org-level-5, org-level-6, org-level-7)
28542         (org-level-8, org-warning, org-headline-done)
28543         (org-deadline-announce, org-scheduled-today)
28544         (org-scheduled-previously, org-link, org-done, org-table)
28545         (org-time-grid): Remove "-face" suffix from face names.
28546         (org-level-1-face, org-level-2-face, org-level-3-face)
28547         (org-level-4-face, org-level-5-face, org-level-6-face)
28548         (org-level-7-face, org-level-8-face, org-warning-face)
28549         (org-headline-done-face, org-deadline-announce-face)
28550         (org-scheduled-today-face, org-scheduled-previously-face)
28551         (org-link-face, org-done-face, org-table-face)
28552         (org-time-grid-face):
28553         New backward-compatibility aliases for renamed faces.
28554         (org-level-faces, org-set-font-lock-defaults, org-timeline)
28555         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28556         (org-agenda-get-timestamps, org-agenda-get-scheduled)
28557         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28559         * emulation/viper-init.el (viper-search, viper-replace-overlay)
28560         (viper-minibuffer-emacs, viper-minibuffer-insert)
28561         (viper-minibuffer-vi): Remove "-face" suffix from face names.
28562         (viper-search-face, viper-replace-overlay-face)
28563         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28564         (viper-minibuffer-vi-face):
28565         New backward-compatibility aliases for renamed faces.
28566         (viper-search-face, viper-replace-overlay-face)
28567         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28568         (viper-minibuffer-vi-face): Use renamed viper faces.
28570         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28571         Remove "-face" suffix from face names.
28572         (testcover-nohits-face, testcover-1value-face):
28573         New backward-compatibility aliases for renamed faces.
28574         (testcover-mark): Use renamed testcover faces.
28576         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28577         face name.
28578         (diary-button-face): New backward-compatibility alias for renamed face.
28579         (diary-entry): Use renamed diary-button face.
28581         * calendar/calendar.el (diary, calendar-today, holiday)
28582         (mark-visible-calendar-date): Remove "-face" suffix from face names.
28583         (diary-face, calendar-today-face, holiday-face):
28584         New backward-compatibility aliases for renamed faces.
28585         (eval-after-load "facemenu", diary-entry-marker)
28586         (calendar-today-marker, calendar-holiday-marker, diary-face):
28587         Use renamed calendar faces.
28589         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28590         (compare-windows-face): New backward-compatibility alias for
28591         renamed face.
28592         (compare-windows-highlight): Use renamed compare-windows face.
28594         * strokes.el (strokes-char): Remove "-face" suffix from face name.
28595         (strokes-char-face): New backward-compatibility alias for renamed face.
28596         (strokes-encode-buffer): Use renamed strokes-char face.
28598         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28599         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28600         Remove "-face" suffix from face names.
28601         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28602         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28603         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28604         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28605         Use renamed pcvs faces.
28606         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28607         * pcvs-defs.el (cvs-mode-map): Likewise.
28608         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28610         * info.el (info-title-1, info-title-2, info-title-3)
28611         (info-title-4): Remove "-face" suffix from and downcase face names.
28612         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28613         (Info-title-4-face):
28614         New backward-compatibility aliases for renamed faces.
28615         (Info-fontify-node): Use renamed info faces.
28617         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28618         Remove "-face" suffix from face names.
28619         (highlight-changes-face, highlight-changes-delete-face):
28620         New backward-compatibility aliases for renamed faces.
28621         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28622         (hilit-chg-make-list): Use renamed highlight-changes faces.
28624         * generic-x.el (show-tabs-tab, show-tabs-space):
28625         Remove "-face" suffix from face names.
28626         (show-tabs-tab-face, show-tabs-space-face):
28627         New backward-compatibility aliases for renamed faces.
28628         (show-tabs-generic-mode-font-lock-defaults-1)
28629         (show-tabs-generic-mode-font-lock-defaults-2):
28630         Use renamed show-tabs faces.
28632         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28633         (smerge-markers): Remove "-face" suffix from face names.
28634         (smerge-mine-face, smerge-other-face, smerge-base-face)
28635         (smerge-markers-face):
28636         New backward-compatibility aliases for renamed faces.
28637         (smerge-mine-face, smerge-other-face, smerge-base-face)
28638         (smerge-markers-face): Use renamed smerge faces.
28640         * log-view.el (log-view-file, log-view-message): Remove "-face"
28641         suffix from face names.
28642         (log-view-file-face, log-view-message-face):
28643         New backward-compatibility aliases for renamed faces.
28644         (log-view-file-face, log-view-message-face): Use renamed log-view
28645         faces.
28647         * paren.el (show-paren-match, show-paren-mismatch):
28648         Remove "-face" suffix from face names.
28649         (show-paren-match-face, show-paren-mismatch-face):
28650         New backward-compatibility aliases for renamed faces.
28651         (show-paren-function): Use renamed show-paren faces.
28653         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28654         (ruler-mode-margins, ruler-mode-fringes)
28655         (ruler-mode-column-number, ruler-mode-fill-column)
28656         (ruler-mode-comment-column, ruler-mode-goal-column)
28657         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28658         suffix from face names.
28659         (ruler-mode-default-face, ruler-mode-pad-face)
28660         (ruler-mode-margins-face, ruler-mode-fringes-face)
28661         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28662         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28663         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28664         New backward-compatibility aliases for renamed faces.
28665         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28666         (ruler-mode-column-number, ruler-mode-fill-column)
28667         (ruler-mode-comment-column, ruler-mode-goal-column)
28668         (ruler-mode-tab-stop, ruler-mode-current-column)
28669         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28670         faces.
28672         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28673         face name.
28674         (whitespace-highlight-the-space): Use renamed face.
28675         (whitespace-highlight-face): New backward-compatibility alias for
28676         renamed face.
28678         * woman.el (woman-italic, woman-bold, woman-unknown)
28679         (woman-addition, woman-symbol-face):
28680         Remove "-face" suffix from face names.
28681         (woman-italic-face, woman-bold-face, woman-unknown-face)
28682         (woman-addition-face):
28683         New backward-compatibility aliases for renamed faces.
28684         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28685         (woman-decode-region, woman-replace-match)
28686         (woman-display-extended-fonts, woman-special-characters)
28687         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28688         Use renamed woman faces.
28690         * longlines.el (longlines-visible-face): Face removed.
28692         * diff-mode.el (diff-header, diff-file-header, diff-index)
28693         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28694         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28695         suffix from face names.
28696         (diff-header-face, diff-file-header-face, diff-index-face)
28697         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28698         (diff-changed-face, diff-function-face, diff-context-face)
28699         (diff-nonexistent-face): New backward-compatibility aliases for
28700         renamed faces.
28701         (diff-header-face, diff-file-header-face)
28702         (diff-index, diff-index-face, diff-hunk-header)
28703         (diff-hunk-header-face, diff-removed, diff-removed-face)
28704         (diff-added, diff-added-face, diff-changed-face, diff-function)
28705         (diff-function-face, diff-context-face, diff-nonexistent)
28706         (diff-nonexistent-face): Use renamed diff-mode faces.
28708         * progmodes/compile.el (compilation-warning-face)
28709         (compilation-info-face): Remove "-face" suffix from face names.
28710         (compilation-warning-face, compilation-info-face):
28711         New backward-compatibility aliases for renamed faces.
28712         (compilation-warning-face, compilation-info-face):
28713         Use renamed compilation faces.
28715         * add-log.el (change-log-date, change-log-name)
28716         (change-log-email, change-log-file, change-log-list)
28717         (change-log-conditionals, change-log-function)
28718         (change-log-acknowledgement): Remove "-face" suffix from face names.
28719         (change-log-date-face, change-log-name-face)
28720         (change-log-email-face, change-log-file-face)
28721         (change-log-list-face, change-log-conditionals-face)
28722         (change-log-function-face, change-log-acknowledgement-face):
28723         New backward-compatibility aliases for renamed faces.
28724         (change-log-font-lock-keywords): Use renamed change-log faces.
28726         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28727         (custom-set, custom-changed, custom-saved, custom-button)
28728         (custom-button-pressed, custom-documentation, custom-state)
28729         (custom-comment, custom-comment-tag, custom-variable-tag)
28730         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28731         (custom-group-tag): Remove "-face" suffix from face names.
28732         (custom-magic-alist, custom-magic-value-create)
28733         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28734         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28735         (custom-set-face, custom-changed-face, custom-saved-face)
28736         (custom-button-face, custom-button-pressed-face)
28737         (custom-documentation-face, custom-state-face)
28738         (custom-comment-face, custom-comment-tag-face)
28739         (custom-variable-tag-face, custom-variable-button-face)
28740         (custom-face-tag-face, custom-group-tag-face-1)
28741         (custom-group-tag-face):
28742         New backward-compatibility aliases for renamed faces.
28744         * wid-edit.el (widget-documentation, widget-button)
28745         (widget-field, widget-single-line-field, widget-inactive)
28746         (widget-button-pressed): "-face" suffix removed from face names.
28747         (widget-documentation-face, widget-button-face)
28748         (widget-field-face, widget-single-line-field-face)
28749         (widget-inactive-face, widget-button-pressed-face):
28750         New backward-compatibility aliases for renamed faces.
28751         (widget-documentation-face, widget-button-face)
28752         (widget-button-pressed-face, widget-specify-field)
28753         (widget-specify-inactive): Use renamed widget faces.
28755 2005-06-10  Kenichi Handa  <handa@m17n.org>
28757         * term/x-win.el (x-clipboard-yank): Remove condition-case
28758         wrapping.
28760 2005-06-11  Kenichi Handa  <handa@m17n.org>
28762         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28763         date lines stricter.
28765 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28767         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28768         of x-get-selection.
28770 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28772         * comint.el (comint-mode, comint-snapshot-last-prompt):
28773         * frame.el (frame-current-scroll-bars):
28774         * term.el (term-mode, term-check-proc, term-input-sender)
28775         (term-simple-send, term-extract-string, term-word)
28776         (term-match-partial-filename):
28777         * window.el (window-current-scroll-bars):
28778         * emulation/cua-base.el (cua-normal-cursor-color)
28779         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28780         (cua-global-mark-cursor-color):
28781         * mail/undigest.el (rmail-forward-separator-regex):
28782         Fix typos in docstrings.
28784         * comint.el (comint-check-proc, make-comint-in-buffer)
28785         (comint-source-default): Doc fixes.
28787         * term.el (term-send-string): Improve argument/docstring consistency.
28789 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28791         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28792         call to `delete-region'.
28793         (comint-mode-hook): Do not enable Font Lock by default.
28795 2005-06-09  Lute Kamstra  <lute@gnu.org>
28797         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28798         could be void.
28800 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28802         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28803         (debug): Use it.
28804         (debugger-step-through, debugger-continue, debugger-jump)
28805         (debugger-return-value): Set it when needed.
28806         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28807         Use inhibit-read-only.
28809 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28811         * window.el (shrink-window-if-larger-than-buffer)
28812         (window-size-fixed): Fix typo in docstring.
28814         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28815         thumbnails directory on loading.
28816         (thumbs-conversion-program): Use `eq' to check the system type,
28817         not `equal'.
28818         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28819         not "/tmp".  Fix docstring.
28820         (thumbs-thumbsdir): New function to return the thumbnails
28821         directory, creating it if needed.
28822         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28823         (thumbs-temp-file): Delete variable and make it into a function.
28824         (thumbs-resize-image, thumbs-modify-image): Use it.
28825         (thumbs-kill-buffer): Simplify.
28826         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28827         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28828         docstrings.
28830 2005-06-09  Kim F. Storm  <storm@cua.dk>
28832         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28833         set-match-data to free markers in match-data.
28835         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28836         match-data to unchain markers in match-data.
28838 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28840         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28841         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28842         unnecessary now.
28844 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28846         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28847         give the variable a doc string that doesn't say don't set it directly.
28849         * textmodes/ispell.el (ispell-check-version):
28850         Use match-string-no-properties.
28851         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28852         (ispell-buffer-local-words): Likewise.
28854         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28855         except on terminals with enough colors to really display it.
28856         (makefile-dependency-regex): Delete spurious `bb'.
28858         * faces.el (escape-glyph): Use blue once again in last case.
28859         (no-break-space): Redefine so that it isn't invisible on a tty.
28861 2005-06-08  Kim F. Storm  <storm@cua.dk>
28863         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28864         also when reading directory name.
28866 2005-06-08  Lute Kamstra  <lute@gnu.org>
28868         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28869         (flyspell-mode-line-string): Remove autoload cookie.
28870         (flyspell-mode): Remove defvar.
28872 2005-06-07  Lute Kamstra  <lute@gnu.org>
28874         * textmodes/org.el (org-run-mode-hooks): New function.
28875         (org-agenda-mode): Use it.
28877 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28879         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28881 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28883         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28885 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28887         * font-lock.el (font-lock-add-keywords): Doc fix.
28889 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28891         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28892         (tex-compile-default): In the absence of any history, use the order in
28893         tex-compile-alist to choose the preferred command.
28894         (tex-compile-commands): Reorder a bit.
28896         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28897         (flyspell-incorrect-face, flyspell-duplicate-face):
28898         Use (X)Emacs-agnostic code.
28899         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28900         redundant with the subsequent add-minor-mode.  Merge Emacs and
28901         XEmacs code.
28902         (flyspell-word): Minor simplification.
28903         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28904         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28905         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28906         Merge the corresponding Emacs code.
28907         (flyspell-correct-word, flyspell-xemacs-popup):
28908         Use flyspell-do-correct.
28910         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28911         a dedicated window.
28913         * international/latexenc.el (latexenc-find-file-coding-system):
28914         Undo part of last patch, to turn off a compiler warning.
28916 2005-06-06  Juri Linkov  <juri@jurta.org>
28918         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28919         Rename `tmm-inactive-face' to `tmm-inactive'.
28921 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28923         * iswitchb.el: Rename faces.
28925 2005-06-06  Kim F. Storm  <storm@cua.dk>
28927         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28928         (cua-global-mark): Remove -face suffix from face names.
28930         * emulation/cua-gmrk.el (cua--init-global-mark):
28931         Remove cua-global-mark face setup.
28933 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28935         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28936         just like other allowed characters.
28937         (makefile-match-dependency): Exclude leading and training whitespace
28938         from the range of regexp subexp 1.
28939         (makefile-macroassign-regex): Don't try to match the body,
28940         just the name of the macro being defined.
28942         * info.el (Info-read-node-name-2): New function.
28943         (Info-read-node-name-1): Use that.
28944         Add a completion-base-size-function property.
28946         * simple.el (completion-setup-function): Look for
28947         completion-base-size-function property of minibuffer-completion-table.
28949         * files.el (locate-file-completion): Doc fix.
28951         * printing.el: Don't call pr-update-menus; user must do that.
28953         * emacs-lisp/debug.el (debugger-window): New variable.
28954         (debug): Use debugger-window if it is set and still alive.
28955         Record debugger-window for next entry.
28957         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28959 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28961         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28962         (hack-one-local-variable, hack-local-variables)
28963         (hack-local-variables-prop-line): Pass that arg.
28965 2005-06-06  Kim F. Storm  <storm@cua.dk>
28967         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28968         (ido-indicator): Remove -face suffix from face names.
28970 2005-06-06  Juri Linkov  <juri@jurta.org>
28972         * font-lock.el (font-lock-regexp-backslash)
28973         (font-lock-regexp-backslash-construct): New faces.
28974         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28975         after `('.  Add `while-no-input' to control structures.
28977         * faces.el (no-break-space, shadow): New faces.
28978         (escape-glyph): Use less loud colors pink2 and red4.
28980         * diff-mode.el (diff-context-face)
28981         * dired.el (dired-ignored)
28982         * rfn-eshadow.el (file-name-shadow)
28983         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28985         * info.el (Info-title-1-face): Use green instead of yellow because
28986         bold yellow is not readable on light backgrounds.
28988         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28989         before selecting the desired mode to not spend time fontifying
28990         old contents.
28992 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28994         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28995         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28997         * ps-print.el (ps-default-fg, ps-default-bg):
28998         Fix typos in docstrings.
29000         * isearchb.el (isearchb): Don't pass a spurious second argument to
29001         `iswitchb-completions'.
29003 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29005         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29006         to preserve point.
29007         (gdb-find-file-hook): Add doc string.
29009         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29010         C dereferenced pointer expression.
29011         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29013         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29015         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29016         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29017         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29018         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29019         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29020         Make background transparent.
29022 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29024         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29025         (font-lock-remove-keywords): Doc fix.
29026         (font-lock-mode-major-mode): Compiler defvar.
29027         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29029         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29030         (font-lock-mode): Update `font-lock-mode-major-mode'.
29031         (font-lock-set-defaults): Compiler defvar.
29032         (font-lock-default-function): Take `font-lock-mode-major-mode'
29033         into account.
29035         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29036         keep track of which major mode it enabled the minor mode for.
29037         Use find-file-hook again.  Update docstring.
29039         * simple.el (eval-expression-print-level)
29040         (eval-expression-print-length, eval-expression-debug-on-error):
29041         Doc fixes.
29043 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29045         * iswitchb.el (iswitchb-single-match-face)
29046         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29047         (iswitchb-invalid-regexp-face): New faces.
29048         (iswitchb-completions): Use them.
29049         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29050         now marked as an obsolete alias.
29051         (iswitchb-read-buffer): Remove check for bound font variables.
29052         (iswitchb-invalid-regexp): New free variable.
29053         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29054         set iswitchb-invalid-regexp.
29055         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29056         invalid regexps.
29057         (iswitchb-completions): Add check for complete match when entering
29058         a regexp.
29059         (iswitchb-completions): Remove require-match argument.
29060         (iswitchb-exhibit): Fix caller.
29061         (iswitchb-common-match-inserted): New variable.
29062         (iswitchb-complete, iswitchb-completion-help): Use it.
29064 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29066         * url-http.el (url-http-chunked-encoding-after-change-function):
29067         Use `url-http-debug' instead of `message'.
29069 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29071         * url-http.el (url-http-parse-headers): Pass redirected URL as a
29072         callback argument.
29074 2005-06-04  Kim F. Storm  <storm@cua.dk>
29076         * simple.el (line-move): Only call sit-for when moving backwards.
29078         * ido.el (ido-make-merged-file-list-1): New defun split from
29079         ido-make-merged-file-list.
29080         (ido-make-merged-file-list): Bind throw-on-input around call to
29081         ido-make-merged-file-list-1.  Return input-pending-p if
29082         interrupted by more input available.
29083         (ido-read-internal): Handle input-pending-p return value from
29084         ido-make-merged-file-list.
29086 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29088         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29089         compatibility code.
29091         * international/latexenc.el (latexenc-find-file-coding-system):
29092         Don't inherit the EOL part of the coding-system from the
29093         tex-main buffer.  Fit within 80 columns.
29095 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29097         * tmm.el (tmm-inactive-face): New face.
29098         (tmm-remove-inactive-mouse-face): New function.
29099         (tmm-prompt, tmm-add-one-shortcut)
29100         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29101         but not selectable.
29103 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29105         * faces.el (face-equal): Improve argument/docstring consistency.
29107 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29109         * progmodes/make-mode.el (makefile-targets-face)
29110         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29111         (makefile-bsdmake-dependency-regex)
29112         (makefile-makepp-rule-action-regex)
29113         (makefile-bsdmake-rule-action-regex): New constants.
29114         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29116         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29117         Allow (...) within `...' for makepp messages.
29119 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29121         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29123         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29124         "." files are deleted from all file lists before comparison.
29126         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29127         (viper-ESC-key): Made them customizable.
29129         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29131 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29133         * autorevert.el (auto-revert-buffers): Use save-match-data.
29135 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29137         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29138         menu items with a nil command binding.
29140 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29142         * emacs-lisp/cl-macs.el (defsetf):
29143         Improve argument/docstring consistency.
29145         * faces.el (list-faces-display): Improve the formatting by
29146         computing the maximum length required for any face-name (reworked
29147         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29148         (internal-find-face): Remove redundant info in docstring.
29150 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29152         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29153         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29154         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29155         (gdb-assembler-custom): Improve regexps.
29156         (def-gdb-auto-update-handler): Use window point to preserve point.
29158 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29160         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29162 2005-05-31  Jay Belanger  <belanger@truman.edu>
29164         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29165         to calc-embedded.
29166         (calc-embedded-make-info): Have plain prefix argument select
29167         entire line.
29169 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29171         * faces.el (list-faces-display): Signal error if passed a regexp
29172         that matches no face name.
29174         * simple.el (filter-buffer-substring): Fix typo in docstring.
29176 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29178         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29179         (vhdl-emacs-21): Doc fix.
29180         (vhdl-mode): Unconditionally set comment-padding.
29181         (vhdl-fixup-whitespace-region): Insert spaces only where
29182         there are none.
29183         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29185 2005-05-30  John Wiegley  <johnw@newartisans.com>
29187         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29188         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29189         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29190         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29191         `string-to-number'.
29193 2005-05-30  Jay Belanger  <belanger@truman.edu>
29195         * calc/calc.el (calc-bug-address): Fix docstring.
29196         (calc-window-hook, calc-trail-window-hook): New variables.
29197         (calc-trail-display): Restore use of calc-trail-window-hook.
29198         (calc): Restore use of calc-window-hook.
29200 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29202         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29204         * help-fns.el (help-C-file-name): Add autoload mark for
29205         `find-function-noselect'.
29207 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29209         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29210         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29212 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29214         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29215         included diary buffer if it was not already being visited.
29216         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29218         * calendar/icalendar.el (top-level): Do not require appt.
29220         * mail/supercite.el (sc-select-attribution): Only use a list
29221         element from sc-attrib-selection-list if it returns a string.
29222         Reported by Davide G. M. Salvetti <salve@debian.org>.
29224 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29226         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29227         includes a hash value to improve its uniqueness, and has a ".jpg"
29228         extension.  Also, it is now a valid filename on all systems.
29229         (thumbs-make-thumb): Use `let', not `let*'.
29230         (thumbs-show-thumbs-list): Check for JPEG availability.
29232 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29234         * filesets.el (filesets-menu-ensure-use-cached):
29235         Prevent warning when emacs-version>= is undefined.
29237         * printing.el (pr-interactive-n-up): Use string-to-number.
29239         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29241         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29242         Warn only when name to be defined is quoted.
29244 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29246         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29247         Make regexp more robust.
29248         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29249         Force regeneration of disassembly.
29251 2005-05-29  Jay Belanger  <belanger@truman.edu>
29253         * calc/calc.el (calc-user-invocation): Check if
29254         calc-invocation-macro is non-nil.
29256 2005-05-29  Juri Linkov  <juri@jurta.org>
29258         * add-log.el (change-log-font-lock-keywords):
29259         Add `+' to e-mail regexp to accept mail address with keywords.
29261         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29263 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29265         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29267         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29269 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29271         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29272         Undo the change that moves to end of the current word.
29274 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29276         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29277         Throw error when count <= 0 to ensure input is a number.
29278         (gdb-read-memory-custom): Pick up address from buffer.
29279         (gdb-memory-mode): Allow user to increment and decrement
29280         memory address from header line.
29282 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29284         * flyspell.el (flyspell-version): Function deleted.
29285         (flyspell-auto-correct-previous-hook): Doc fix.
29287         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29288         Do nothing if memory is full.
29290         * font-lock.el (font-lock-fontify-syntactically-region):
29291         Pass t for GREEDY to looking-back.
29293         * saveplace.el (save-place-alist-to-file): Write the file
29294         using write-region.
29296         * subr.el (looking-back): New argument GREEDY.
29298         * progmodes/compile.el (compilation-start): Set the mode
29299         before inserting the initial text.
29301         * progmodes/which-func.el (which-func-update-1): Turn the mode
29302         off in case of error by setting which-func-mode.
29304 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29306         * flyspell.el (flyspell-auto-correct-previous-word):
29307         Narrow down to what's on the screen, and recenter overlays
29308         at the end of the next word.
29310 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29312         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29313         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29314         (flyspell-abbrev-p): Default to nil.
29315         (flyspell-use-global-abbrev-table-p): Doc fix.
29316         (flyspell-large-region): Allow nil as value.
29317         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29319         (mail-mode-flyspell-verify): More robust handling
29320         of `mail-header-separator'.  More efficient signature detection.
29321         Allow for regexp metacharacters in message-header-separator.
29322         Adding `To' not to be checked in mail-mode-flyspell-verify.
29324         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29325         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29326         Bind flyspell-auto-correct-binding.
29327         Bind C-. and C-, .
29328         (flyspell-mode-map): Likewise.
29329         (flyspell-mode): Doc fix.
29330         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29331         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29332         (flyspell-word-cache-result): New var, always local.
29333         (flyspell-check-pre-word-p): Doc fix.
29334         (flyspell-check-changed-word-p): Handle spc like newline.
29335         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29336         (flyspell-word-search-backward, flyspell-word-search-forward):
29337         New functions.
29338         (flyspell-word): Return t if nothing to check.
29339         When parsing TeX code, check for after } or \.
29340         Use flyspell-word-search-backward to find previous word.
29341         Return nil if duplicated word.
29342         For word already checked, return same value as last time.
29343         Set flyspell-word-cache-result after checking.
29344         Don't clobber the return value.
29345         (flyspell-get-word): Major rewrite.
29346         (flyspell-external-point-words): New locals pword, pcount.
29347         Fix size used in progress message.
29348         Find the proper corresponding word in flyspell-large-region-buffer.
29349         (flyspell-region): Check for flyspell-large-region = nil.
29350         (flyspell-highlight-incorrect-region): Clean up overlays in region.
29351         (flyspell-auto-correct-word): Check that WORD is a cons.
29352         (flyspell-correct-word): Likewise.
29354 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
29356         * progmodes/make-mode.el (makefile-rule-action-regex)
29357         (makefile-macroassign-regex, makefile-makepp-mode)
29358         (makefile-bsdmake-mode): Continuation lines may be empty.
29359         Reported by Joshua Varner.
29360         (makefile-makepp-font-lock-keywords): Add $(stem).
29362 2005-05-28  Karl Berry  <karl@gnu.org>
29364         * textmodes/tex-mode.el: Now that tex-send-command calls
29365         shell-quote-argument (2005-03-31 change), remove all calls to
29366         shell-quote-argument; they all end up invoking tex-send-command.
29367         The double quoting loses on filenames with non-safe characters,
29368         such as "@".  Reported by Frederik Fouvry.
29370 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29372         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29373         about preserving point.
29375 2005-05-27  Jay Belanger  <belanger@truman.edu>
29377         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29378         Info-goto-node.
29380         * calc/calc-embed.el (calc-embed-arg): New variable.
29381         (calc-do-embedded-activate, calc-embedded-activate-formula)
29382         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29383         variable by new variable.
29384         (calc-embedded-make-info): Replace undeclared variable by new
29385         variable.  When selecting region with positive prefix
29386         argument, use end of previous line instead of beginning of line.
29388         * calc/calc-aent.el (calc-arg-values): Declare it.
29390         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29391         Declare them.
29393         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29395         * calc/calc.el (calc-alg-map): Declare it.
29397         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29399 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
29401         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29402         (gdb-registers-buffer, toggle-gdb-all-registers):
29403         Toggle display of floating point registers.
29404         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29406         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
29407         (toggle-gud-tooltip-dereference):
29408         Rename from gud-toggle-tooltip-dereference.
29410 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29412         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29414 2005-05-27  Jay Belanger  <belanger@truman.edu>
29416         * calc/calc-prog.el (calc-kbd-report): Remove.
29417         (calc-kbd-query): Rewrite.
29419 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
29421         * image.el (image-library-alist): Move to image.c.
29422         (image-type-available-p): Doc fix.
29424 2005-05-27  Lute Kamstra  <lute@gnu.org>
29426         * calc/calc.el (calc):
29427         * outline.el (outline-1, outline-2, outline-3, outline-4)
29428         (outline-5, outline-6, outline-7, outline-8):
29429         * textmodes/dns-mode.el (dns-mode):
29430         * textmodes/sgml-mode.el (sgml-namespace-face):
29431         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29432         (tex-verbatim-face, tex-use-reftex):
29433         * textmodes/texinfo.el (texinfo-heading-face):
29434         Specify customization group.
29436         * longlines.el: Don't require easy-mmode.
29437         (longlines-visible-face): Specify customization group.
29439 2005-05-27  Kenichi Handa  <handa@m17n.org>
29441         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29442         encoding table of windows-1251.
29444         * international/ucs-tables.el (ucs-set-table-for-input):
29445         If translation-table-for-input of a coding system is a symbol, get
29446         its translation-table property.
29448         * international/code-pages.el: Don't register a coding system into
29449         non-iso-charset-alist more than once.
29450         (cp-make-coding-system): Likewise.
29452 2005-05-26  John Wiegley  <johnw@newartisans.com>
29454         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29455         `eshell-resume-eval' is wrapped in a list, it indicates that the
29456         command was run asynchronously.  In that case, unwrap the value
29457         before checking the delimiter value.
29459         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29460         character before a space at the end of a line is \, assume the space
29461         is part of the last argument rather than a final argument separator.
29463         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29464         is in use, and the target is `t' or `nil' (which are the most common
29465         values), don't assume that the symbol target is a buffer.
29467 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
29469         * calendar/calendar.el (calendar-mode-line-format):
29470         Use mode-line-highlight as mouse-face.
29472         * time.el (display-time-string-forms, display-time-update):
29473         Use mode-line-highlight as mouse-face.
29475 2005-05-26  Jay Belanger  <belanger@truman.edu>
29477         * calc/calc.el (calc-language-alist): Remove extra defvar.
29479 2005-05-26  Lute Kamstra  <lute@gnu.org>
29481         * arc-mode.el (archive-mode):
29482         * bookmark.el (bookmark-read-annotation-mode)
29483         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29484         * bs.el (bs-mode):
29485         * calc/calc-yank.el (calc-edit-mode):
29486         * calc/calc.el (calc-mode, calc-trail-mode):
29487         * calculator.el (calculator-mode):
29488         * chistory.el (command-history-mode):
29489         * comint.el:
29490         * cus-edit.el (custom-mode):
29491         * descr-text.el (describe-text-mode):
29492         * ebuff-menu.el (Electric-buffer-menu-mode):
29493         * ediff-util.el (ediff-mode):
29494         * emacs-lisp/re-builder.el (reb-mode):
29495         * emulation/vi.el (vi-mode-setup):
29496         * emulation/ws-mode.el (wordstar-mode):
29497         * eshell/esh-mode.el (eshell-mode):
29498         * forms.el (forms-mode):
29499         * help-mode.el (help-mode):
29500         * hexl.el (hexl-mode):
29501         * ibuffer.el (ibuffer-mode):
29502         * ielm.el (inferior-emacs-lisp-mode):
29503         * info.el (Info-mode, Info-edit-mode):
29504         * international/swedish.el:
29505         * ledit.el (ledit-from-lisp-mode):
29506         * locate.el (locate-mode):
29507         * mail/rmail.el (rmail-mode):
29508         * mail/rmailedit.el (rmail-edit-mode):
29509         * mail/rmailsum.el (rmail-summary-mode):
29510         * mail/supercite.el (sc-electric-mode):
29511         * net/eudc.el (eudc-mode):
29512         * net/quickurl.el (quickurl-list-mode):
29513         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29514         * obsolete/ooutline.el (outline-mode):
29515         * obsolete/options.el (Edit-options-mode):
29516         * obsolete/rnews.el (news-mode):
29517         * obsolete/rnewspost.el (news-reply-mode):
29518         * play/5x5.el (5x5-mode):
29519         * play/decipher.el (decipher-mode, decipher-stats-mode):
29520         * play/gomoku.el (gomoku-mode):
29521         * play/snake.el (snake-mode):
29522         * play/solitaire.el (solitaire-mode):
29523         * play/tetris.el (tetris-mode):
29524         * progmodes/ada-mode.el (ada-mode):
29525         * progmodes/antlr-mode.el (antlr-mode):
29526         * progmodes/autoconf.el (autoconf-mode):
29527         * progmodes/dcl-mode.el (dcl-mode):
29528         * progmodes/delphi.el (delphi-mode):
29529         * progmodes/ebrowse.el (ebrowse-tree-mode)
29530         (ebrowse-electric-list-mode, ebrowse-member-mode)
29531         (ebrowse-electric-position-mode):
29532         * progmodes/f90.el (f90-mode):
29533         * progmodes/fortran.el (fortran-mode):
29534         * progmodes/icon.el (icon-mode):
29535         * progmodes/idlw-help.el (idlwave-help-mode):
29536         * progmodes/idlw-shell.el (idlwave-shell-mode):
29537         * progmodes/idlwave.el (idlwave-mode):
29538         * progmodes/inf-lisp.el (inferior-lisp-mode):
29539         * progmodes/m4-mode.el (m4-mode):
29540         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29541         * progmodes/modula2.el (modula-2-mode):
29542         * progmodes/octave-inf.el (inferior-octave-mode):
29543         * progmodes/octave-mod.el (octave-mode):
29544         * progmodes/pascal.el (pascal-mode):
29545         * progmodes/sh-script.el (sh-mode):
29546         * progmodes/sql.el (sql-mode, sql-interactive-mode):
29547         * progmodes/vhdl-mode.el (vhdl-mode):
29548         * progmodes/xscheme.el (scheme-interaction-mode):
29549         * replace.el (occur-mode):
29550         * ses.el (ses-mode):
29551         * simple.el (completion-list-mode):
29552         * skeleton.el:
29553         * speedbar.el (speedbar-mode):
29554         * term.el (term-mode):
29555         * terminal.el (terminal-edit-mode):
29556         * textmodes/reftex-index.el (reftex-index-mode)
29557         (reftex-index-phrases-mode):
29558         * textmodes/reftex-sel.el (reftex-select-label-mode)
29559         (reftex-select-bib-mode):
29560         * textmodes/reftex-toc.el (reftex-toc-mode):
29561         * wdired.el (wdired-change-to-wdired-mode):
29562         * wid-browse.el (widget-browse-mode):
29563         Use run-mode-hooks.
29565         * array.el (array-mode):
29566         * calendar/todo-mode.el (todo-mode):
29567         * man.el (Man-mode):
29568         * play/landmark.el (lm-mode):
29569         * play/mpuz.el (mpuz-mode):
29570         Use kill-all-local-variables and run-mode-hooks.
29572         * subr.el (delay-mode-hooks): Specify indentation.
29574 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
29576         * xml.el (xml-substitute-special): Don't die for undefined xml
29577         entities.
29579 2005-05-26  Jay Belanger  <belanger@truman.edu>
29581         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29582         of nil.
29584 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
29586         * progmodes/gdb-ui.el (gdb-frame-address):
29587         Rename from gdb-current-address.
29588         (gdb-previous-frame-address): Rename from gdb-previous-address.
29589         (gdb-selected-frame): Rename from gdb-current-frame.
29590         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29591         (gdb-frame-number): Rename from gdb-current-stack-level.
29592         (gdb-ann3): Match new mode-name for disassembly buffer.
29593         Extend initialization of variables.
29594         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29595         (gdb-memory-mode): Use mouse-face in header line.
29596         (gdb-assembler-buffer-name): Call it disassembly and give frame
29597         in mode line.
29598         (gdb-source-spec-regexp, gdb-assembler-custom)
29599         (gdb-invalidate-assembler, gdb-frame-handler):
29600         Make robust to leading zeroes in address format.
29602 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
29604         * textmodes/org.el (org-mode): Use `define-derived-mode' to
29605         define `org-mode'.
29606         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29608 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29610         * log-edit.el (log-edit-changelog-entries): Distinguish between
29611         filenames like xfns.c and fns.c.
29613 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
29615         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29616         point after reverting.
29617         (Buffer-menu-make-sort-button): Handle the case where
29618         `Buffer-menu-use-header-line' is nil.
29620 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29622         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29623         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29624         and `:' to them.
29626 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29628         * startup.el (normal-top-level): Allow modification of load-path while
29629         we're iterating over it.
29631 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29633         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29634         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29635         (thumbs-resize-interactive, thumbs-insert-image)
29636         (thumbs-insert-thumb, thumbs-dired-show-marked)
29637         (thumbs-find-image-at-point, thumbs-delete-images)
29638         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29639         (thumbs-increment-image-size, thumbs-decrement-image-size):
29640         Fix typos in docstrings.
29642 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29644         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29645         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29646         (cperl-mode): Use them.
29648 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29650         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29651         Doc fixes.
29653 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29655         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29656         Bind C-d to gdb-inferior-io-eof.
29658         * dired.el (dired-dnd-popup-notice): Use message-box.
29660 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29662         * bindings.el (mode-line-major-mode-keymap):
29663         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29665         * faces.el (mode-line-highlight): New face.
29667         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29668         as mouse-face.
29670         * bindings.el (top-level, help-echo, mode-line-modified)
29671         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29672         as mouse-face.
29674 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29676         * progmodes/cc-engine.el (c-guess-basic-syntax):
29677         Remove spurious call to `zerop'.
29679         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29681 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29683         CC Mode update to 5.30.10:
29685         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29686         could go past the limit in decoration level 2, thereby causing
29687         errors during interactive fontification.
29689         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29690         the file is evaluated interactively.
29692         * cc-engine.el (c-guess-basic-syntax): Handle operator
29693         declarations somewhat better in C++.
29695         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29696         make use of `run-mode-hooks' which has been added in Emacs 21.1.
29697         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29698         (awk-mode): Use it.
29699         (make-local-hook): Suppress warning about obsoleteness.
29701         * cc-engine.el, cc-align.el, cc-cmds.el
29702         (c-append-backslashes-forward, c-delete-backslashes-forward)
29703         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29704         Compensate for return value from `forward-line' when it has moved
29705         but not to a different line due to eob.
29707         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29708         `objc-method-intro' and `objc-method-args-cont'.
29710 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29712         CC Mode update to 5.30.10:
29714         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29715         in the copyright statement.  Incidentally, change "along with GNU
29716         Emacs" to "along with this program" where it occurs.
29718         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29719         so that it is interactive, hence can be found by M-x awk-mode
29720         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29721         <gmorris+emacs@ast.cam.ac.uk>.
29723         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29724         Mode's regexps.
29726 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29728         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29729         c-parse-state, to avoid a lisp error (on bad code).
29731 2005-05-23  Lute Kamstra  <lute@gnu.org>
29733         * subr.el (font-lock-defaults): Remove defvar as it's already
29734         defined in font-core.el.
29736         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29738 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29740         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29741         more general and work when GDB variable "print pretty" is on,
29742         as with Emacs, for example.
29744 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29746         * font-core.el: Update comment.
29748         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29749         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29751         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29753 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29755         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29756         and `yank-handler' in the doc strings.
29758 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29760         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29762 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29764         * help.el (describe-key): Move print-help-return-message call
29765         out of conditional.
29767         * progmodes/etags.el (list-tags): Use with-no-warnings.
29769         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29770         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29771         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29773         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29775         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29776         Add defvar.
29778         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29779         Use defvar, not defconst.
29781         * hexl.el (hexl-follow-line): Use with-no-warnings.
29783         * emulation/tpu-extras.el: Use write-file-functions instead of
29784         write-file-hooks.
29786         * dired.el (dired-font-lock-keywords): Fontify files with junk
29787         extensions even if marked by -F.
29789 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29791         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29792         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29793         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29794         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29795         (concatenate, list-length, get*, getf, cl-remprop):
29796         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29797         (etypecase, progv, lexical-let, lexical-let*)
29798         (multiple-value-bind, multiple-value-setq, shiftf):
29799         Improve argument/docstring consistency.
29801         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29803 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29805         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29806         doesn't exist.
29808         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29809         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29811 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29813         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29814         already deleted variables: auto-fill-hook, blink-paren-hook,
29815         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29816         suspend-hooks, comment-indent-hook, meta-flag,
29817         before-change-function, after-change-function,
29818         font-lock-doc-string-face.
29820 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29822         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29824 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29826         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29827         rmail-dont-reply-to.
29829 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29831         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29832         literal blank when splitting new-header-values.
29834 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29836         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29837         string so that tmm doesn't create a completion entry for it.
29839         * textmodes/table.el (table-disable-menu): Ditto.
29841 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29843         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29845         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29847         * net/rcompile.el (remote-compile): Use compilation-start.
29849         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29851 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29853         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29854         Default to makefile-bsdmake-mode on BSD systems.
29856         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29857         REGEXP may also be a search function now.  The part of doc-string
29858         for describing the structure was 95% identical to that of
29859         `imenu--generic-function'.  Unify it there.
29861         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29862         Use function to find dependencies, because regexp alone is so complex,
29863         it easily goes into an endless loop.
29864         (makefile-makepp-mode): Also add submenu for Perl functions
29865         defined in the makefile.
29866         (makefile-bsdmake-mode): Special imenu-generic-expression no
29867         longer needed, due to function call.
29868         (makefile-match-dependency): Take BOUND into account when checking
29869         if we're through.
29871 2005-05-20  Jay Belanger  <belanger@truman.edu>
29873         * calc/calc-units.el (calc-invalidate-units-table):
29874         Use inhibit-read-only.
29875         (math-build-units-table-buffer): Use view-mode.
29877 2005-05-20  David Kastrup  <dak@gnu.org>
29879         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29880         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29882 2005-05-20  Lute Kamstra  <lute@gnu.org>
29884         * diff-mode.el (diff-header-face, diff-file-header-face)
29885         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29886         (diff-added-face, diff-changed-face, diff-function-face)
29887         (diff-context-face, diff-nonexistent-face): Put them in the
29888         diff-mode customization group.
29890 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29892         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29894         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29896         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29897         Minor regexp-optimization.
29899 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29901         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29902         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29903         (org-agenda-add-time-grid-maybe): New function.
29904         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29905         (org-table-create): `dotimes' instead of `mapcar'.
29906         (org-xor): Simplify implementation.
29907         (org-agenda): `inhibit-redisplay' turned on.
29908         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29909         a consistent line after a state change.
29910         (org-agenda-remove-times-when-in-prefix): New option.
29911         (org-prefix-has-time): New variable.
29912         (org-parse-time-string): Optional argument NODEFAULT.
29913         (org-format-agenda-item): Parse items for time-of-day
29914         specifications and move these into the prefix if possible.
29915         (org-agenda-priority): Get current heading, not previous heading
29916         during agenda remote editing.
29918 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29920         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29921         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29922         (remove-duplicates, delete-duplicates, substitute)
29923         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29924         (nsubstitute-if-not, find, find-if, find-if-not, position)
29925         (position-if, position-if-not, count, count-if, count-if-not)
29926         (mismatch, search, sort*, stable-sort, merge, member*)
29927         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29928         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29929         (intersection, nintersection, set-difference, nset-difference)
29930         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29931         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29932         (nsublis, tree-equal): Improve argument/docstring consistency.
29934         * subr.el (send-string, send-region): Remove obsolescence declaration.
29935         (window-dot, set-window-dot, read-input, show-buffer)
29936         (eval-current-buffer, string-to-int):
29937         Add release number to obsolescence declarations.
29939 2005-05-19  Kim F. Storm  <storm@cua.dk>
29941         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29942         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29944 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29946         * faces.el (list-faces-display): Make back button respect optional
29947         regexp arg.
29949 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29951         * calculator.el (calculator-radix-grouping-mode)
29952         (calculator-radix-grouping-digits, calculator-displayer)
29953         (calculator-radix-grouping-separator, calculator-copy-displayer):
29954         * dabbrev.el (dabbrev-search-these-buffers-only):
29955         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29956         (diff-advance-after-apply-hunk, diff-mode-hook)
29957         (diff-minor-mode-prefix):
29958         * imenu.el (imenu-use-popup-menu):
29959         * jit-lock.el (jit-lock-context-time):
29960         * newcomment.el (comment-fill-column, comment-column)
29961         (comment-style, comment-padding, comment-multi-line)
29962         (comment-empty-lines, comment-auto-fill-only-comments):
29963         * reveal.el (reveal-around-mark):
29964         * uniquify.el (uniquify-buffer-name-style)
29965         (uniquify-after-kill-buffer-p)
29966         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29967         (uniquify-min-dir-content, uniquify-separator)
29968         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29969         * w32-vars.el (w32-fixed-font-alist):
29970         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29971         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29972         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29973         * progmodes/perl-mode.el (perl-indent-level)
29974         (perl-continued-statement-offset, perl-continued-brace-offset)
29975         (perl-brace-offset, perl-brace-imaginary-offset)
29976         (perl-label-offset, perl-indent-continued-arguments)
29977         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29978         * progmodes/tcl.el (tcl-indent-level)
29979         (tcl-continued-indent-level, tcl-auto-newline)
29980         (tcl-tab-always-indent, tcl-electric-hash-style)
29981         (tcl-help-directory-list, tcl-use-smart-word-finder)
29982         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29983         (inferior-tcl-source-command):
29984         * textmodes/fill.el (enable-kinsoku):
29985         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29986         * textmodes/table.el (table-yank-handler):
29987         Specify missing group (and type, if simple) in defcustom.
29989 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29991         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29993 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29995         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29997         * subr.el (event-basic-type): Don't get an error.
29998         (left-fringe-p): Function deleted.
30000         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30001         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30003         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30004         in recursive copy.
30006         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30008         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30010         * emacs-lisp/bytecomp.el
30011         (byte-compile-file-form-custom-declare-variable):
30012         Call byte-compile-nogroup-warn if appropriate.
30014         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30015         (compilation-set-window): Don't call left-fringe-p; do it directly.
30017 2005-05-19  Jay Belanger  <belanger@truman.edu>
30019         * calc/calc-graph.el (calc-graph-format-data): Make sure
30020         var-PlotRejects is bound before trying to check its value.
30022 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30024         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30025         definition of this variable from reftex-global.el to reftex.el,
30026         because it is needed in the menu.
30028 2005-05-19  Lute Kamstra  <lute@gnu.org>
30030         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30031         years are fixed.  Don't insert a space after a dash.
30033 2005-05-19  Kim F. Storm  <storm@cua.dk>
30035         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30037 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30039         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30040         strings, because (eq ... ?\\) is fairly frequent.
30042         * progmodes/make-mode.el (makefile-add-this-line-targets):
30043         Simplify and integrate into `makefile-pickup-targets'.
30044         (makefile-add-this-line-macro): Simplify and integrate into
30045         `makefile-pickup-macros.
30046         (makefile-pickup-filenames-as-targets): Simplify.
30047         (makefile-previous-dependency, makefile-match-dependency):
30048         Don't stumble over `::'.
30050 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30052         * subr.el (post-command-idle-hook, post-command-idle-delay):
30053         Remove obsoletion of post-command-idle-hook and
30054         post-command-idle-delay.
30056         * faces.el (list-faces-display): Provide button when describe-face
30057         is called to take user back to the list of faces.
30059         * help-fns.el (describe-variable): Remove hyperlinks in a
30060         variable's value as these are quite frequently inappropriate.
30062         * follow.el (follow-submit-feedback, follow-mode):
30063         Remove references to post-command-idle-hook.
30065 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30067         * progmodes/make-mode.el (makefile-previous-dependency)
30068         (makefile-match-dependency): Check for := (and in bsd mode also
30069         !=) to give a better result, even when font-lock is not on.
30071 2005-05-18  Jay Belanger  <belanger@truman.edu>
30073         * calc/calc-help.el (calc-s-prefix-help):
30074         Add `calc-copy-special-constant' to help string.
30076 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30078         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30080 2005-05-18  Jay Belanger  <belanger@truman.edu>
30082         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30083         in linear factors are in proper order.
30085 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30087         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30088         Support for jurabib.
30090         * textmodes/reftex.el (featurep): Define aliases for overlay
30091         commands, for XEmacs compatibility, and use these aliases in
30092         overlay initializations.
30093         (reftex-highlight): Use `reftex-move-overlay'.
30094         (reftex-unhighlight): Use `reftex-delete-overlay'.
30095         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30096         (reftex-access-search-path): Use `reftex-uniquify' instead of
30097         `reftex-uniq'.
30099         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30100         `before-string' property modification enables for Emacs as well.
30101         (reftex-select-item): Use `reftex-delete-overlay'.
30102         (reftex-select-mark): Use `reftex-make-overlay' and
30103         `reftex-overlay-put'.
30104         (reftex-select-unmark): Use `reftex-delete-overlay' and
30105         `reftex-overlay-put'.
30107 2005-05-18  Lute Kamstra  <lute@gnu.org>
30109         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30111 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30113         * add-log.el (add-change-log-entry):
30114         * array.el (array-make-template, array-reconfigure-rows)
30115         (array-init-max-row, array-init-max-column)
30116         (array-init-columns-per-line, array-init-field-width):
30117         * replace.el (replace-match-maybe-edit, perform-replace):
30118         * textmodes/spell.el (spell-region):
30119         Replace `read-input' by `read-string'.
30121         * forms.el (forms-mode):
30122         * finder.el (finder-compile-keywords):
30123         * shadowfile.el (shadow-read-files):
30124         Replace `eval-current-buffer' by `eval-buffer'.
30126         * terminal.el (te-pass-through):
30127         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30128         (ange-ftp-raw-send-cmd):
30129         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30130         (send-process-next-char, telnet-initial-filter, telnet):
30131         Replace `send-string' by `process-send-string'.
30133         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30134         (prolog-consult-region): Replace `send-string' by
30135         `process-send-string'; replace `send-region' by `process-send-region'.
30137         * progmodes/delphi.el (delphi-log-msg):
30138         Replace `set-window-dot' by `set-window-point'.
30140         * subr.el (window-dot, set-window-dot, read-input, send-string)
30141         (send-region, show-buffer, eval-current-buffer):
30142         Make really obsolete, as the comment says.
30144 2005-05-17  Kim F. Storm  <storm@cua.dk>
30146         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30147         (cua--init-keymaps): Bind C-return instead of S-return to set
30148         rectangle mark.
30150         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30151         instead of S-return to toggle/clear rectangle mark.
30153 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30155         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30156         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30157         Also fontify plain strings assigned to variables, mostly so that a
30158         colon has a face and is thus not taken as a dependency separator.
30159         (makefile-previous-dependency): Inline the new matcher, because it
30160         is too complex to work in both directions.
30161         (makefile-match-dependency): Eliminate `backward' arg (see above).
30162         Completely reimplemented so as to not sometimes go into an endless
30163         loop.  It should also be more efficient, because first it only
30164         searches for `:', instead of applying the very complex regexp.
30165         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30166         to be fontified in one piece can be too long for JIT.
30167         Makefiles are never *that* big.
30169 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30171         * dired.el (dired-mode): Simplify.
30173 2005-05-17  Lute Kamstra  <lute@gnu.org>
30175         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30176         defcustom for the mode hook variable.
30178         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30179         Emacs Lisp Reference Manual.
30181 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30183         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30184         (evenp, list*):
30185         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30186         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30188         * net/tramp-smb.el (tramp-smb-open-connection):
30189         Pass `tramp-chunksize' as fifth (required) argument.
30191 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30193         * font-lock.el (lisp-font-lock-keywords-1):
30194         Set `font-lock-negation-char-face' for [^...] char group.
30195         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30197         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30198         a var, and refine it to mask one more level of nested vars.
30199         (makefile-rule-action-regex): Turn it into a var, and refine it so
30200         it recognizes backslashed continuation lines as belonging to the
30201         same command.
30202         (makefile-macroassign-regex): Refine it so it recognizes
30203         backslashed continuation lines as belonging to the same command.
30204         (makefile-var-use-regex): Don't look at the next char, because it
30205         might be the same one to be skipped by the initial [^$], leading
30206         to an overlooked variable use.
30207         (makefile-make-font-lock-keywords): Remove two parameters, which
30208         are now variables that some of the modes set locally.
30209         Handle dependency and rule action matching through functions, because
30210         regexps alone match too often.  Dependency matching now comes
30211         last, so it can check, whether a colon already matched something else.
30212         (makefile-mode): Inform that font-lock improves makefile parsing
30213         capabilities.
30214         (makefile-match-dependency, makefile-match-action): New functions.
30216 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30218         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30220         * align.el (align-regexp):
30221         * ansi-color.el (ansi-color-get-face):
30222         * array.el (array-reconfigure-rows, array-init-max-row)
30223         (array-init-max-column, array-init-columns-per-line)
30224         (array-init-field-width):
30225         * dired-aux.el (dired-trample-file-versions):
30226         * dired-x.el (dired-mark-sexp):
30227         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30228         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30229         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30230         * faces.el (face-read-integer):
30231         * files.el (backup-extract-version, insert-directory):
30232         * hexl.el (hexl-insert-decimal-char):
30233         * server.el (server-process-filter):
30234         * shell.el (shell-extract-num):
30235         * startup.el (command-line-1):
30236         * term.el (term-command-hook):
30237         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30238         (time-stamp-do-number):
30239         * time.el (display-time-update):
30240         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30241         (timezone-fix-time):
30242         * vms-patch.el (vms-suspend-resume-hook):
30243         * calendar/appt.el (appt-convert-time):
30244         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30245         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30246         * calendar/cal-islam.el (mark-islamic-diary-entries):
30247         * calendar/calendar.el (calendar-cursor-to-date)
30248         (calendar-star-date):
30249         * calendar/diary-lib.el (diary-attrtype-convert)
30250         (mark-diary-entries, diary-entry-time):
30251         * calendar/solar.el (solar-get-number):
30252         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30253         * emacs-lisp/re-builder.el (reb-display-subexp):
30254         * emulation/edt.el (edt-set-scroll-margins):
30255         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30256         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30257         (vip-get-ex-count):
30258         * emulation/viper-ex.el (viper-get-ex-token)
30259         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30260         * international/fontset.el (fontset-plain-name):
30261         * mail/feedmail.el (feedmail-look-at-queue-directory):
30262         * mail/mailalias.el (mail-get-names):
30263         * mail/rmail.el (rmail-convert-to-babyl-format):
30264         * mail/rmailsum.el (rmail-make-basic-summary-line)
30265         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30266         (rmail-summary-goto-msg):
30267         * mail/smtpmail.el (smtpmail-read-response):
30268         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30269         (ange-ftp-vms-add-file-entry):
30270         * play/gametree.el (gametree-looking-at-ply)
30271         (gametree-current-branch-score):
30272         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30273         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30274         * progmodes/cperl-mode.el (condition-case):
30275         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30276         (ebrowse-set-member-buffer-column-width)
30277         (ebrowse-select-1st-to-9nth):
30278         * progmodes/etags.el (etags-snarf-tag):
30279         * progmodes/flymake.el (flymake-parse-line):
30280         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30281         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30282         (idlwave-shell-menu-def):
30283         * progmodes/ps-mode.el (ps-run-goto-error):
30284         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30285         (vhdl-speedbar-contract-level):
30286         * term/mac-win.el (x-handle-numeric-switch):
30287         * term/sun-mouse.el (sun-get-frame-data):
30288         * term/w32-win.el (x-handle-numeric-switch):
30289         * term/x-win.el (x-handle-numeric-switch):
30290         * textmodes/ispell.el (ispell-parse-output):
30291         * textmodes/nroff-mode.el (nroff-outline-level):
30292         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30293         (reftex-bib-sort-year-reverse, reftex-format-citation):
30294         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30295         (reftex-section-number):
30296         * textmodes/texinfmt.el (texinfo-paragraphindent):
30297         Replace `string-to-int' by `string-to-number'.
30299         * international/latexenc.el: Add page marker to force the "Local
30300         Variables:" string out of the last page.
30302 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30304         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30305         tooltip-change-major-mode.
30306         (gud-tooltip-print-command): Remove case where gud-minor-mode
30307         is gdb ("--fullname").
30308         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30309         explain to user.
30311 2005-05-16  Jay Belanger  <belanger@truman.edu>
30313         * calc/calc-store.el (calc-copy-special-constant): New function.
30315         * calc/calc-ext.el (calc-init-extensions): Add binding for
30316         `calc-copy-special-constant'.
30318         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30319         for the `calc-copy-special-constant' command.
30321 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30323         * subr.el (left-fringe-p): New function.
30325         * progmodes/compile.el (compilation-setup): Set local value of
30326         overlay-arrow-string to "" always.
30327         (compilation-set-window): Left fringe then don't scroll.
30328         No left fringe then no arrow and scroll message to top.
30329         (compilation-context-lines): Adjust doc string accordingly.
30331 2005-05-16  Kim F. Storm  <storm@cua.dk>
30333         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30334         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30335         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30336         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
30337         (ido-read-file-name): Handle commands with ido property value
30338         equal to find-file as reading a file name, to allow C-d to enter dired.
30339         (ibuffer-find-file): Add ido property with value find-file.
30341 2005-05-15  Kim F. Storm  <storm@cua.dk>
30343         * subr.el (open-network-stream-nowait): Remove.
30344         (open-network-stream-server): Remove.
30346 2005-05-15  Richard M. Stallman  <rms@gnu.org>
30348         * faces.el (describe-face): Output a definition link button.
30350         * help-mode.el (help-face-def): New button type.
30352         * emacs-lisp/copyright.el (copyright-fix-years):
30353         Match properly if the first year is 2-digit.
30354         Don't mess up the whitespace after the years by filling.
30356         * dired-aux.el (dired-mark-confirm):
30357         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30359         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30360         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30361         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30363         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30364         Set font-lock-comment-start-skip.
30366         * font-lock.el (font-lock-comment-start-skip): New variable.
30367         (font-lock-comment-end-skip): New variable.
30368         (font-lock-fontify-syntactically-region): Use them if non-nil.
30370 2005-05-15  Jay Belanger  <belanger@truman.edu>
30372         * calc/calc-store.el (calc-store-value): Return a string rather
30373         than display it as a message.
30374         Use calc-var-name for variable name.
30375         (calc-store-into): Add the result of calc-store-value to message.
30376         (calc-copy-variable): Add a message.
30377         (calc-store-exchange): Improve error messages.
30378         (calc-store-binary, calc-store-map): Don't reset the values of
30379         special constants.
30381 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
30383         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30384         manual to docstring.
30386         * files.el (hack-local-variables-confirm): Add STRING argument.
30387         Make the function handle non file visiting buffers correctly.
30388         (hack-local-variables-prop-line, hack-local-variables)
30389         (hack-one-local-variable): Use STRING arg of
30390         `hack-local-variables-confirm'.
30392 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
30394         Sync with Tramp 2.0.49.
30396         * net/tramp.el (tramp-handle-dired-call-process)
30397         (tramp-handle-insert-directory):`insert-buffer' cannot be used
30398         because the contents of the Tramp buffer is changed before
30399         insertion (`expand-file' and alike).
30400         (tramp-handle-insert-directory): If `localname' has an empty
30401         nondirectory name, it must not be quoted.
30402         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
30403         variable `tramp-chunksize'.  Change callees.
30404         (tramp-open-connection-setup-interactive-shell): Check remote host
30405         for buggy `send-process-string' implementation.
30406         Set `tramp-chunksize' if found.  Reported by Michael Kifer
30407         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30408         (tramp-handle-shell-command): `insert-buffer' cannot be used
30409         because the contents of the Tramp buffer is changed before
30410         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30411         <frederic.bothamy@free.fr>.
30412         (tramp-set-auto-save): Actions should be done for Tramp file name
30413         handler only.  Ange-FTP has its own auto-save mechanism.
30414         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30415         (tramp-set-auto-save-file-modes): Set file modes of
30416         `buffer-auto-save-file-name' to ?\600 as fallback solution.
30417         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30418         (tramp-bug): Remove obsolete variable.
30419         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
30420         for presence of `mml-mode'.  Make it running for older Emacsen as well.
30422 2005-05-14  John Paul Wallington  <jpw@pobox.com>
30424         * ibuf-ext.el (define-ibuffer-filter filename):
30425         If `dired-directory' is a list, use its car.
30427 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
30429         * ibuffer.el (define-ibuffer-column filename):
30430         If `dired-directory' is a list, use its car.
30432 2005-05-14  Richard M. Stallman  <rms@gnu.org>
30434         * subr.el (symbol-file): Doc fix.
30436         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30437         (byte-compile-form): Call byte-compile-nogroup-warn.
30438         (byte-compile-warning-types): Doc fix.
30440         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30442         * progmodes/cc-engine.el (c-literal-faces):
30443         Add font-lock-comment-delimiter-face.
30445         * net/net-utils.el (dig): Use with-no-warnings.
30447         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30448         (sc-recite-frame-alist, sc-default-cite-frame)
30449         (sc-default-uncite-frame, sc-default-recite-frame)
30450         (sc-attrib-selection-list, sc-rewrite-header-list):
30451         Mark as risky-local-variable.
30453         * international/ogonek.el (ogonek-jak, ogonek-how):
30454         Don't use beginning-of-buffer.
30456         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30458         * calendar/solar.el (solar-data-list): Move definition up.
30460         * dnd.el (dnd-protocol-alist): Add autoload.
30462         * progmodes/sh-script.el: Many doc usage fixes.
30463         (sh-indent-after-do): Change default to match common styles.
30465 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
30467         * files.el (interpreter-mode-alist)
30468         (auto-mode-interpreter-regexp): Doc fixes.
30470 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
30472         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30474         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30476 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30478         * dired.el (dired-mode): make-variable-buffer-local =>
30479         make-local-variable.
30481 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30483         * term/mac-win.el (mac-select-convert-to-string): Try coding
30484         systems in mac-script-code-coding-systems if specified one cannot
30485         encode string for `com.apple.traditional-mac-plain-text'.
30487 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
30489         * progmodes/make-mode.el (makefile-targets-face)
30490         (makefile-shell-face, makefile-makepp-perl-face): New faces.
30491         (makefile-dependency-regex): Fix it to not make the colon in
30492         $(var:a=b) special.
30493         (makefile-rule-action-regex): New regexp for highlighting embedded
30494         Shell strings.
30495         (makefile-macroassign-regex): Handle != for highlighting as
30496         embedded Shell strings.
30497         (makefile-var-use-regex): New const.
30498         (makefile-statements, makefile-automake-statements)
30499         (makefile-gmake-statements, makefile-makepp-statements)
30500         (makefile-bsdmake-statements): New consts.
30501         (makefile-make-font-lock-keywords): New function.
30502         (makefile-automake-font-lock-keywords)
30503         (makefile-gmake-font-lock-keywords)
30504         (makefile-makepp-font-lock-keywords)
30505         (makefile-bsdmake-font-lock-keywords): New consts.
30506         (makefile-mode-map): Add switchers between the various submodes.
30507         (makefile-mode): Document the availability of the variants.
30508         (makefile-automake-mode, makefile-gmake-mode)
30509         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30511         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30512         new variants of makefile-mode.
30514 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30516         * font-lock.el (font-lock-comment-delimiter-face): Fix up
30517         the inheritance.
30519 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
30521         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30522         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30524         * files.el (normal-mode): Extend the scope of the
30525         `enable-local-variables' binding to include the `set-auto-mode' call.
30526         (magic-mode-alist): Doc fix.
30528 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30530         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30531         font-lock-comment-face rather than copying its setting.
30533 2005-05-12  Andreas Schwab  <schwab@suse.de>
30535         * eshell/esh-mode.el (eshell-send-input): Doc fix.
30537 2005-05-12  Lute Kamstra  <lute@gnu.org>
30539         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30540         defcustom for the mode hook variable.  Delete the last argument.
30541         * generic-x.el: Fix callers of define-generic-mode.
30542         (generic-x-modes): Delete group.
30543         (show-tabs-tab-face, show-tabs-space-face): Put them in the
30544         generic-x customization group.
30546 2005-05-12  Kim F. Storm  <storm@cua.dk>
30548         * font-lock.el (font-lock-negation-char-face): Default to "off".
30550         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30551         font-lock-negation-char-face to ! in !=.
30553 2005-05-12  Masatake YAMATO  <jet@gyve.org>
30555         * add-log.el (find-change-log): Fix typos in the docstring
30556         of function.
30558 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30560         * international/latexenc.el (latexenc-find-file-coding-system):
30561         Avoid `re-search-forward' when looking for input encoding because
30562         of speed and safety.  Better regular expressions for recognizing
30563         input encoding.  Limit a search for TeX-master/tex-main-file to
30564         the local variable section.
30566 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
30568         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30569         syntax of $ to "'" (quote).
30571 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
30573         * dnd.el (dnd-protocol-alist): Improve custom type.
30575         * dired.el (dired-dnd-protocol-alist): New variable.
30576         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
30577         `dired-mode-hook' to the end.
30579 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30581         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30582         comment-end if comment-start-skip is not set.
30583         Obey the font-lock-comment-delimiter-face variables.
30585 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30587         * files.el (executable-find): Move from executable.el.  Use
30588         locate-file.
30589         * progmodes/executable.el (executable-find): Move to files.el.
30591         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30592         when trying to ensure forward progress.
30594 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
30596         * mouse-sel.el (mouse-sel-follow-link-p): New function.
30597         (mouse-select, mouse-select-internal, mouse-extend-internal):
30598         Use it to implement mouse-1-click-follows-link functionality.
30600 2005-05-11  Richard M. Stallman  <rms@gnu.org>
30602         * font-lock.el (font-lock-fontify-syntactically-region):
30603         Use font-lock-comment-delimiter-face for comment delimiters.
30605 2005-05-10  Jay Belanger  <belanger@truman.edu>
30607         * calc/calc-help.el (calc-m-prefix-help): Add mention of
30608         preserving embedded modes.
30610 2005-05-10  Richard M. Stallman  <rms@gnu.org>
30612         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30614         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30615         Move from ada-stmt.el.
30616         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30618         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30619         Move to ada-mode.el.
30620         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30622         * cus-edit.el (custom-file): Call file-chase-links.
30624         * files.el (read-directory-name): Fix previous change.
30625         (hack-local-variables-confirm): New function.
30626         (hack-local-variables-prop-line, hack-local-variables)
30627         (hack-one-local-variable): Use it.
30629 2005-05-10  Lute Kamstra  <lute@gnu.org>
30631         * font-lock.el (font-lock-keywords-alist)
30632         (font-lock-removed-keywords-alist): Clarify docstrings.
30634 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30636         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30637         (gdb-source-info): Check for preprocessor info.
30638         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30639         a macro for a function.
30640         (gdb-info-breakpoints-custom): Try to find file again if not already
30641         found (user might have used GDB dir command).
30642         (gdb-get-location): Update gdb-location-alist correctly for change
30643         to gdb-info-breakpoints-custom.
30645         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30646         (gud-tooltip-print-command): Add gdbmi case.
30647         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30648         preprocessor info.
30650 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30652         * startup.el (fancy-splash-insert): Fix typo in doc string.
30654 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30656         * obsolete/float.el (string-to-float):
30657         * obsolete/hilit19.el (hilit-add-pattern):
30658         * obsolete/rnews.el (news-parse-range, news-select-message)
30659         (news-get-pruned-list-of-files): Replace `string-to-int' by
30660         `string-to-number'.
30662         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30663         `find-file-not-found-hooks'; use `add-hook'.
30664         (uncompress-while-visiting): Set `write-file-functions', not
30665         `write-file-hooks'; use `add-hook'.
30667 2005-05-09  Kim F. Storm  <storm@cua.dk>
30669         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30670         (cua-paste): Handle clipboard action.
30671         (cua--init-keymaps): Remap clipboard-kill-region and
30672         clipboard-kill-ring-save.
30674 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30676         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30677         Improve commentary.
30679         * simple.el (next-error-overlay-arrow-position): Revert the change
30680         made on 2005-04-30.
30682 2005-05-07  Jay Belanger  <belanger@truman.edu>
30684         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30685         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30686         `calc-sel-reselect'.
30688         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30689         Calc is in embedded mode.
30691 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30693         * progmodes/compile.el (compilation-setup):
30694         Set overlay-arrow-string to an empty string on text terminals.
30696         * textmodes/ispell.el (ispell-program-name): Try looking for
30697         "aspell" along exec-path, and if found, use it as the default
30698         speller program.
30700 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30702         * international/mule.el (sgml-xml-auto-coding-function):
30703         Recognize encoding='FOO' in single quotes as well as in double quotes.
30705 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30707         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30708         as well as `interactive', so that defmacro* would recognize
30709         `declare' forms.
30711 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30713         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30714         Explain more about the LIGHTER arg's usage in the doc string.
30715         Add commentary to clarify what the code does.  Fix the regexp that
30716         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30717         since it could have characters special to regular expressions.
30719 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30721         * replace.el (occur-1): Bind inhibit-read-only so that
30722         erase-buffer doesn't barf on read-only text properties (likewise
30723         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30724         (occur-engine): Don't set buffer-read-only here.
30726 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30728         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30729         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30730         sometimes mistakenly reused as a *cvs* buffer.
30732 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30734         * tooltip.el: Move code for GUD tooltips into gud.el.
30735         (require): CL no longer needed to compile case.
30736         (tooltip-mode): Do not toggle functions for GUD tooltips.
30737         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30738         gud-tooltip-mode in gud.el.
30739         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30740         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30741         tooltip-gud prefix with gud-tooltip and obsolete.
30742         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30743         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30744         (tooltip-mouse-motion): Mouse movement functions/variable.
30745         Rename in gud.el by adding gud prefix.
30746         (tooltip-gud-original-filter, tooltip-gud-dereference)
30747         (tooltip-gud-event, tooltip-toggle-gud-tips)
30748         (tooltip-gud-process-output, tooltip-gud-print-command)
30749         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30750         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30751         (gdb-tooltip-print): Move to gdb-ui.el.
30753         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30754         (require): CL needed to compile case.
30755         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30756         tooltip-gud-tips-p.  Make it a minor-mode.
30757         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30758         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30759         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30760         (gud-tooltip-change-major-mode)
30761         (gud-tooltip-activate-mouse-motions-if-enabled)
30762         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30763         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30764         (gud-tooltip-original-filter, gud-tooltip-dereference)
30765         (gud-tooltip-event, tooltip-toggle-gud-tips)
30766         (gud-tooltip-process-output, gud-tooltip-print-command)
30767         (gud-tooltip-tips): Move from tooltip.el.
30769         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30770         (gdb-cpp-define-alist-flags): Doc fix.
30771         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30772         gud-tooltip-mode is t.
30774 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30776         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30777         evaporate if their text is deleted.
30778         (goto-address-at-point): Make it work as a mouse binding as well.
30779         (goto-address-at-mouse): Obsolete it.  Update users.
30781 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30783         * calendar/appt.el (top-level): No longer activate on load.
30785 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30787         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30788         * net/webjump.el (webjump):
30789         * progmodes/idlw-help.el (idlwave-do-context-help1)
30790         (idlwave-highlight-linked-completions):
30791         * textmodes/po.el (po-find-file-coding-system-guts):
30792         Replace `assoc-ignore-case' by `assoc-string'.
30794 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30796         * files.el (locate-file): Doc fix.
30798         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30799         Remove the redundant test for ms-dos.
30801         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30802         look for the preprocessor with exec-suffixes.  If not found in
30803         standard places, look in exec-path.  Remove most of the tests that
30804         used system-type.
30806         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30808         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30810         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30811         file-name clash with jka-compr.el on 8+3 filesystems.
30813 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30815         * term/mac-win.el: Don't define or bind scroll bar functions if
30816         x-toolkit-scroll-bars is t.
30817         (x-select-text, x-get-selection-value): Clear
30818         x-last-selected-text-clipboard if x-select-enable-clipboard is
30819         nil.
30820         (PRIMARY): Put mac-scrap-name property.
30821         (mac-select-convert-to-file-url): New function.
30822         (public.file-url): New selection target type.  Add to
30823         selection-converter-alist.
30824         (x-get-selection, x-selection-value): Handle it.
30825         (x-cut-buffer-or-selection-value): New alias.
30827 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30829         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30830         entry to avoid calling bibtex-find-entry with arg global
30831         being t.  Remove arg key.
30832         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30833         (bibtex-copy-summary-as-kill): Change accordingly.
30835 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30837         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30838         (org-agenda-date-later): Use with-current-buffer.
30840 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30842         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30843         (define-obsolete-variable-alias): Doc Fixes.
30845 2005-05-06  Kim F. Storm  <storm@cua.dk>
30847         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30848         vertical-motion when selective-display is active.
30850         * ido.el (ido-setup-hook): New hook.
30851         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30852         (ido-input-stack): New var.
30853         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30854         ido-next-work-file binding to M-O.
30855         Bind M-f to ido-wide-find-file-or-pop-dir.
30856         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30857         (ido-read-internal): Run ido-setup-hook.
30858         Catch quit in read-file-name and read-string to cancel edit.
30859         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30860         Automatically pop-all when completing a directory name (RET).
30861         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30862         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30863         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30864         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30865         New functions for M-b/M-f to move among the directory components.
30866         (ido-make-merged-file-list): Catch quit to cancel merge.
30867         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30868         (ido-completion-help): No warnings for ido-completion-buffer-full.
30870 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30872         * font-lock.el (font-lock-negation-char-face): New face and variable.
30873         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30874         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30875         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30876         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30878 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30880         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30881         Fix typo in docstring.
30883         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30884         (ebrowse-print-statistics-line)
30885         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30887         * term/w32-win.el (image-library-alist): Add additional name for
30888         Xpm library.
30890 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30892         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30893         use gcc instead of cpp.
30895         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30896         (gdb-create-define-alist): Use it.
30897         (gdb-cpp-define-alist-program): Update for MS-DOS.
30899 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30901         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30903 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30905         * help.el (describe-key): No error when UNTRANSLATED is nil.
30907         * simple.el (line-move-1): Fix previous change to signal errors
30908         appropriately.
30910 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30912         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30913         (icalendar-duration-correction): Remove.
30914         (icalendar--get-event-properties): Split result at commas.
30915         (icalendar--decode-isoduration): New optional argument
30916         DURATION-CORRECTION.
30917         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30918         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30919         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30920         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30921         (icalendar--convert-anniversary-to-ical): New functions, extracted
30922         from icalendar-export-region, with bug fixes.
30923         (icalendar-export-region): Use the above functions.
30924         (icalendar-import-buffer): Check before saving diary file.
30925         (icalendar--convert-recurring-to-diary)
30926         (icalendar--convert-non-recurring-all-day-to-diary)
30927         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30928         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30929         (icalendar--convert-ical-to-diary): Use the above functions.
30931 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30933         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30934         Remove these recent additions.
30935         (c-mode): Restore to before 2005-04-28.
30937         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30938         recent addition.
30940         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30941         (gdb-define-alist): New variables.
30942         (gdb-create-define-alist): New function.
30943         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30944         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30945         with string-to-number.
30946         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30948         * progmodes/gud.el: Replace string-to-int with string-to-number.
30949         (gud-find-file): Handle gdb-define-alist.
30951         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30953 2005-05-02  Jay Belanger  <belanger@truman.edu>
30955         * calc/calc-aent.el (math-read-token):
30956         * calc/calc-bin.el (calc-word-size):
30957         * calc/calc-ext.el (calc-read-number-fancy):
30958         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30959         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30960         * calc/calc-frac.el (calc-over-notation):
30961         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30962         (calc-graph-num-points, calc-graph-init):
30963         * calc/calc-prog.el (calc-read-parse-table-part)
30964         (calc-edit-macro-repeats):
30965         * calc/calc-yank.el (calc-do-grab-rectangle):
30966         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30967         Replace `string-to-int' by `string-to-number'.
30969 2005-05-02  Kim F. Storm  <storm@cua.dk>
30971         * kmacro.el: Use executing-kbd-macro-index variable.
30973 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30975         * net/rlogin.el (rlogin-parse-words): Delete func.
30976         (rlogin): Use split-string, not rlogin-parse-words.
30977         Also, if there are option-like elements in the parsed args,
30978         take the host to be the first arg immediately following them.
30979         Suggested by Michael Mauger.
30981 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30983         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30985 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30987         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30988         (cc-mode-cpp-program): Rename to cc-define-list-program and
30989         move to cc-vars.el.
30991         * progmodes/cc-vars.el (cc-define-list-program):
30992         Change to "gcc -E -dM -".  Make customizable.
30994 2005-05-02  Kim F. Storm  <storm@cua.dk>
30996         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30998 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31000         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31002         * international/mule-util.el (truncate-string): Remove alias and
31003         obsolete declaration.
31005         * international/mule-cmds.el (update-iso-coding-systems):
31006         Remove alias and obsolete declaration.
31008         * international/mule.el (coding-system-parent): Remove alias and
31009         obsolete declaration.
31011         * subr.el (define-function, sref): Remove aliases and obsolete
31012         declarations.
31013         (chars-in-region): Remove obsolete declaration.
31015 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31017         * info.el (Info-mode): Set widen-automatically to nil, locally.
31019         * simple.el (widen-automatically): New variable.
31020         (pop-global-mark): Obey widen-automatically.
31022 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31024         * term/xterm.el (function-key-map): Call substitute-key-definition
31025         before the keymap size is increased by a lot of define-key calls.
31027 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31029         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31030         Rename ARG to ELEMENT.  Doc fix.
31032 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31034         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31035         Remove references to allout-exposure/change to allout-new-exposure.
31037         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31038         bytecode symbols.
31040         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31041         (compiled-function-p, focus-frame, unfocus-frame):
31042         Remove aliases and obsolete declarations.
31043         Back out inadvertent changes from previous commit.
31045 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31047         * files.el (require-final-newline): Make Custom tags consistent
31048         with mode-require-final-newline.
31049         (mode-require-final-newline): Doc fix.
31051 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31053         * international/latexenc.el (latexenc-find-file-coding-system):
31054         Fix regular expressions.
31056 2005-05-01  David Kastrup  <dak@gnu.org>
31058         * international/latexenc.el (latexenc-find-file-coding-system):
31059         Fix regular expressions.
31061 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31063         * subr.el (string-to-int): Make obsolete.
31065 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31067         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31069         * loadup.el: load jka-comp-hook.
31071         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31072         (jka-compr-handler): Add autoload.  `put' calls moved
31073         to jka-comp-hook.el.
31074         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31075         (jka-compr-inhibit): Autoload.
31077         * jka-comp-hook.el: New file.
31078         Enable the mode by default.
31080         * files.el (backup-buffer-copy): Use copy-file instead
31081         of write-region, and put back the 'excl.
31083 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31085         * progmodes/flymake.el (flymake-split-string)
31086         (flymake-split-string, flymake-log, flymake-pid-to-names)
31087         (flymake-reg-names, flymake-get-source-buffer-name)
31088         (flymake-unreg-names, flymake-add-line-err-info)
31089         (flymake-add-err-info): Clarify docstrings.
31090         (flymake-popup-menu, flymake-make-emacs-menu)
31091         (flymake-make-xemacs-menu): Add docstrings.
31092         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31093         Set variables directly throughout.
31095 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31097         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31098         exists.  Initialize cc-define-alist.
31099         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31100         If there is no file (Macroexpansion) don't create an alist.
31102 2005-04-29  Sam Steingold  <sds@gnu.org>
31104         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31105         (cc-create-define-alist): Use it instead of the hard-coded string.
31107 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31109         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31110         for latexenc.
31112 2005-04-29  Lute Kamstra  <lute@gnu.org>
31114         * emacs-lisp/generic.el: Improve commentary section.
31115         (define-generic-mode): Improve docstring.
31117 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31119         * textmodes/org.el (many places): Change to quiet the byte compiler.
31120         (org-prefix-format-compiled): New variable.
31121         (org-compile-prefix-format): New function.
31122         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31123         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31124         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31125         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31126         consistency with entries from `org-mode' files.
31127         (org-get-time-of-day): Fix bug with partial matches early in a line.
31128         (org-non-link-chars): New constant.
31129         (org-link-regexp): Respect `org-non-link-chars'.
31130         (org-agenda-day-view): Remove command.
31131         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31132         (org-follow-bbdb-link, org-store-link): Search also company field.
31133         (org-highlight-overlay): New variable.
31134         (org-highlight, org-unhighlight): New functions.
31135         (org-agenda-mode): Add pre-command-hook to remove highlight.
31136         (org-evaluate-time-range): Behavior depends upon whether time stamp
31137         contains a time or not.
31138         (org-show-subtree, org-show-entry): New functions.
31139         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31141 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31143         * comint.el (comint-output-filter-functions): Add autoload cookie.
31145 2005-04-28  Kim F. Storm  <storm@cua.dk>
31147         * ido.el (ido-everywhere): Fix last change.
31149 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31151         * international/latexenc.el: New file.
31152         * international/mule-conf.el (file-coding-system-alist): For .tex,
31153         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31155 2005-04-28  Lute Kamstra  <lute@gnu.org>
31157         * font-lock.el (font-lock-add-keywords)
31158         (font-lock-remove-keywords): Clarify docstring.
31159         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31160         Don't start docstrings with a `*'.
31161         (font-lock-update-removed-keyword-alist): Give it a docstring.
31163         * generic-x.el: Update commentary section.
31164         Only require font-lock when compiling.
31165         Define all modes conditionally.
31166         Place all generic modes in the generic-x-modes customization group.
31167         (generic-x-modes): New customization group.
31168         (generic-default-modes, generic-mswindows-modes)
31169         (generic-unix-modes, generic-other-modes): New constants.
31170         (generic-define-mswindows-modes, generic-define-unix-modes):
31171         Update docstrings.  Make them obsolete.
31172         (generic-extras-enable-list): New default value.  Update docstring.
31173         Improve :type.  Change :set function.
31174         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31175         Fix docstring.
31177         * emacs-lisp/generic.el (generic-mode-internal):
31178         Simplify font-lock-defaults.
31179         (define-generic-mode): Fix docstring.
31181 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31183         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31184         font-lock-face property to highlight matches.
31186 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31188         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31189         (cc-define-alist): New variable.
31190         (c-mode): Make it local and initialize it.
31192         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31193         (gdb-exited): New function.
31194         (gdb-annotation-rules): Use it.
31195         (gdb-starting): Set gdb-active-process to t.
31196         (gdb-stopping): Amend doc string.
31197         (gdb-reset): Set gdb-active-process to nil.
31199         * tooltip.el (tooltip-gud-tips): Show the associated #define
31200         directives when a C program under GDB is not executing.
31202 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31204         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31205         font-lock-fontify-syntactic-keywords.
31207         * font-lock.el (font-lock-default-fontify-region): Don't force
31208         parse-sexp-lookup-properties to nil.
31210 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31212         * man.el (man-mode-syntax-table): Set up `:' to have
31213         word-constituent syntax.
31215 2005-04-27  Lute Kamstra  <lute@gnu.org>
31217         * novice.el (disable-command): Don't add spurious newlines to the
31218         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31220 2005-04-26  Jay Belanger  <belanger@truman.edu>
31222         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31223         than one window before deleting window.
31225 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31227         * shell.el (shell-prompt-pattern): Doc fix.
31228         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31230         * comint.el (comint-prompt-regexp, comint-get-old-input)
31231         (comint-use-prompt-regexp)
31232         (comint-use-prompt-regexp-instead-of-fields)
31233         (comint-replace-by-expanded-history, comint-send-input)
31234         (comint-output-filter, comint-get-old-input-default)
31235         (comint-line-beginning-position, comint-bol, comint-show-output)
31236         (comint-backward-matching-input, comint-forward-matching-input)
31237         (comint-next-prompt, comint-previous-prompt):
31238         Rename `comint-use-prompt-regexp-instead-of-fields' to
31239         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31240         obsolete.
31241         (comint-use-prompt-regexp): Shorten first line of doc string.
31243         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31244         Set paragraph-separate buffer locally to "\\'".
31246         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31247         Adapt to above name change.
31249         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31250         (smbclient-prompt-regexp): Ditto.
31252         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31254 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31256         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31257         gdb-location-list.
31258         Break lines that are over 80 characters wide.
31260 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31262         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31263         New fun and var, to preserve compatibility.
31265         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31267 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31269         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31270         name to file-newer-than-file-p.
31272 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31274         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31276         * progmodes/python.el (python-mode):
31277         Use new name eldoc-documentation-function.
31279         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31281         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31282         (eldoc-documentation-function):
31283         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31285 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31287         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31289 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31291         * term/xterm.el (function-key-map): Fix strings for
31292         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31293         {C,S,A,C-S}-{f1-f12}.
31295 2005-04-26  Kenichi Handa  <handa@m17n.org>
31297         * international/mule-cmds.el (select-safe-coding-system):
31298         Fix previous change.
31300 2005-04-26  Lute Kamstra  <lute@gnu.org>
31302         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31304         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31305         (font-lock-comment-delimiter-face): Ditto.
31307         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31309 2005-04-25  Jay Belanger  <belanger@truman.edu>
31311         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31312         to t while inserting information; use help-mode.
31314 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31316         * term.el (ansi-term-color-vector): Use the xterm colors.
31317         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31319 2005-04-25  Lute Kamstra  <lute@gnu.org>
31321         * font-core.el (font-lock-defaults): Fix docstring.
31323         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31325 2005-04-25  Kenichi Handa  <handa@m17n.org>
31327         * international/mule-cmds.el (select-safe-coding-system):
31328         Don't check consistency with coding: spec, etc if raw-text or
31329         no-conversion was found to be safe.
31331 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31333         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31334         citation markers at start of each line.
31336         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31337         citation markers at start of each line.
31339         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31341         * files.el (mode-require-final-newline): Fix previous change.
31342         (require-final-newline): Fix type label.
31344 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
31346         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31347         statement in buffer (broken by 2004-11-24 change).
31349 2005-04-24  Kim F. Storm  <storm@cua.dk>
31351         * ido.el (ido-everywhere): Save and restore old read-buffer-function
31352         and read-file-name-function values.  Don't overwrite existing
31353         non-nil values if ido-mode is enabled without ido-everywhere.
31355 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
31357         * files.el (mode-require-final-newline): Minor doc fix.
31359 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
31361         * subr.el (syntax-after): Doc fix.
31362         (syntax-class): If argument is nil, return nil.  Mask off upper 16
31363         bits, not 8 bits.
31365         * files.el (mode-require-final-newline): Doc fix.
31366         (backup-buffer-copy): Fix last change.
31368 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31370         * term/mac-win.el: Require select.  Set selection-coding-system to
31371         mac-system-coding-system.  Call menu-bar-enable-clipboard.
31372         (x-last-selected-text-clipboard, x-last-selected-text-primary)
31373         (x-select-enable-clipboard): New variables.
31374         (x-select-text, x-get-selection, x-selection-value)
31375         (x-get-selection-value, mac-select-convert-to-string)
31376         (mac-services-open-file, mac-services-open-selection)
31377         (mac-services-insert-text): New functions.
31378         (CLIPBOARD, FIND): Put mac-scrap-name property.
31379         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31380         (public.tiff): Put mac-ostype property.
31381         (selection-converter-alist): Add entries for them.
31382         (mac-application-menu-map): New keymap.
31383         (interprogram-cut-function, interprogram-paste-function): Set to
31384         x-select-text and x-get-selection-value, respectively.
31385         (split-window-keep-point): Set to t.
31387 2005-04-23  Richard M. Stallman  <rms@gnu.org>
31389         * files.el (read-directory-name): Always pass non-nil
31390         DEFAULT-FILENAME arg to read-file-name.
31391         (backup-buffer-copy, basic-save-buffer-2): Take care against
31392         writing thru an unexpected existing symlink.
31393         (revert-buffer): In indirect buffer, revert the base buffer.
31394         (magic-mode-alist): Doc fix.
31395         (buffer-stale-function): Doc fix.
31396         (minibuffer-with-setup-hook): Avoid warning.
31397         (mode-require-final-newline): Doc and custom fix.
31399         * follow.el (follow-end-of-buffer): Use with-no-warnings.
31401         * font-lock.el (font-lock-comment-face): On terminals with few colors,
31402         use the default appearance.
31403         (font-lock-comment-delimiter-face): New face, new variable.
31405         * imenu.el (imenu--generic-function): The official position of a
31406         definition is the start of the line that BEG is in.
31408         * midnight.el (midnight-timer): Move defvar up.
31410         * mouse.el (mouse-drag-region-1): Delete some debugging code.
31412         * saveplace.el (save-place-to-alist): Use with-no-warnings.
31414         * startup.el (command-line): Use with-no-warnings.
31416         * window.el (window-size-fixed): New defvar.
31418         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31420         * mail/rmail.el (rmail-font-lock-keywords):
31421         Use font-lock-comment-delimiter-face.
31423         * mail/sendmail.el (mail-font-lock-keywords):
31424         Use font-lock-comment-delimiter-face.
31426         * progmodes/compile.el (next-error-highlight-timer): New defvar.
31428 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
31430         * progmodes/compile.el (compilation-mode-font-lock-keywords):
31431         Specify t for LAXMATCH when matching directories.
31432         Save match data around compilation-compat-error-properties form.
31434 2005-04-23  David Kastrup  <dak@gnu.org>
31436         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31437         Mention that the autoloaded aliases should be kept for AUCTeX.
31439 2005-04-23  Andreas Schwab  <schwab@suse.de>
31441         * isearch.el (isearch-forward): Doc fix.
31443 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
31445         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31446         (jit-lock-stealth-nice): Change default value to 0.5.
31448 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
31450         * abbrev.el (write-abbrev-file): Write table entries in
31451         alphabetical order by table name.
31453 2005-04-22  Kim F. Storm  <storm@cua.dk>
31455         * ido.el (ido-read-internal): Fix `list' completion.
31457 2005-04-22  Kenichi Handa  <handa@m17n.org>
31459         * recentf.el (recentf-save-file-coding-system): New variable.
31460         (recentf-save-list): Encode the file by
31461         recentf-save-file-coding-system and add coding: tag.
31463 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
31465         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31467 2005-04-21  Lute Kamstra  <lute@gnu.org>
31469         * loadhist.el (unload-feature): Don't remove a function from hooks
31470         if it is about to be restored to an autoload .  Remove functions
31471         that will become unbound from auto-mode-alist.  Simplify the code.
31473         * subr.el (assq-delete-all): New implementation that is linear,
31474         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
31475         (rassq-delete-all): New function.
31477         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31478         Add size-indication-mode.
31480 2005-04-21  Kenichi Handa  <handa@m17n.org>
31482         * international/mule-cmds.el: Add autoload for widget-value in
31483         eval-when-compile.
31485 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
31487         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31488         Add tooltip-mode.
31490         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31492 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
31494         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31495         (inferior-lisp-filter-regexp, inferior-lisp-program)
31496         (inferior-lisp-load-command, inferior-lisp-prompt)
31497         (inferior-lisp-mode-hook, lisp-source-modes)
31498         (inferior-lisp-load-hook): defvar->defcustom.
31499         (inferior-lisp-program, inferior-lisp-prompt)
31500         (inferior-lisp-load-hook): Doc fixes.
31501         (inferior-lisp-install-letter-bindings): Small change in
31502         introductory comment.
31504 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
31506         * vc.el (vc-annotate-color-map): Change some colors so that text
31507         using them as foreground is readable on both white and black
31508         backgrounds.
31510 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31512         * international/mule-conf.el (translation-table-for-input):
31513         Remove redundant declaration.
31515 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31517         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31519         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31520         (tooltip-toggle-gud-tips): New function.
31522 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31524         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31525         right angle brackets.
31527 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31529         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31531 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31533         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31534         Remove.  Update callers to use expand-file-name instead.
31536         * subr.el (syntax-class): New function.
31538         * simple.el (blink-matching-open): Use it.
31540         * paren.el (show-paren-function): Use it to recognize parens that are
31541         also used in 2-char comment markers.
31543 2005-04-19  Lute Kamstra  <lute@gnu.org>
31545         * loadhist.el (unload-feature): Update for new format of
31546         load-history.  Simplify the code.
31548 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31550         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31551         (mac-add-charset-info): New function.  Initialize variable
31552         mac-charset-info-alist using it.
31553         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31554         for translation.
31555         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31556         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31557         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31558         New CCL programs.
31560 2005-04-19  Kim F. Storm  <storm@cua.dk>
31562         * simple.el (next-buffer, prev-buffer, next-error)
31563         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31564         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31566         * bindings.el (next-buffer, prev-buffer, next-error)
31567         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31568         (clone-indirect-buffer-other-window): Move bindings from simple.el.
31569         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31570         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31572 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31574         * isearch.el (isearch-edit-string): Make the search-ring available for
31575         minibuffer history commands.
31576         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31577         the default history commands now work just as well.
31578         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31580 2005-04-18  Kim F. Storm  <storm@cua.dk>
31582         * emulation/cua-base.el (cua--pre-command-handler): Add more
31583         elaborate check for shift modifier on non-window systems.
31585 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
31587         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31589 2005-04-18  Kim F. Storm  <storm@cua.dk>
31591         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31592         and make it optional.  Don't test tooltip-gud-echo-area here.
31593         (tooltip-gud-process-output, gdb-tooltip-print):
31594         Pass tooltip-gud-echo-area to tooltip-show.
31595         (tooltip-help-tips): Remove second optional arg to tooltip-show.
31597 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31599         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31600         `display-graphic-p' may not be bound yet.
31602 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
31604         * startup.el (command-line): No longer enable Xterm Mouse mode by
31605         default in terminals compatible with xterm.
31607         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31609 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
31611         * tooltip.el (tooltip-gud-echo-area): Rename from
31612         tooltip-use-echo-area.
31613         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31614         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31615         area independently of where help tooltips are displayed.
31617 2005-04-17  David Kastrup  <dak@gnu.org>
31619         * cus-theme.el (custom-theme-write-variables): Quote variables
31620         where necessary.
31622 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31624         * simple.el (yank-excluded-properties): Add follow-link to value.
31626         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31628         * startup.el (fancy-splash-max-time): Just 30 seconds.
31629         (fancy-splash-delay): Just 7.
31630         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31632         * loadhist.el (unload-feature): Update for new format of load-history.
31633         Simplify the code.
31635         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31636         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31638         * mail/sendmail.el (mail-font-lock-keywords):
31639         Don't fontify subject text.
31640         Don't fontify the text of a citation.
31642 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31644         * comint.el (comint-output-filter): Run comint-output-filter-functions
31645         with point where the user had it.
31647 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31649         * international/ucs-tables.el (ucs-set-table-for-input):
31650         Disable when using unify-on-decoding.
31652 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31654         * emulation/cua-base.el (cua-global-mark-face): Add special case
31655         for displays supporting a high number of colors.
31657 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31659         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31661 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31663         * filesets.el (filesets-add-buffer): If user supplies a name of a
31664         non-existing fileset, create a new fileset.
31666 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31668         * textmodes/org.el (org-up-heading-all): Fix bug with
31669         `outline-up-heading-all'.
31671 2005-04-16  Andreas Schwab  <schwab@suse.de>
31673         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31674         /etc/permissions.d/* and /etc/aliases.d/*.
31676 2005-04-16  Kenichi Handa  <handa@m17n.org>
31678         * international/code-pages.el (cp-make-coding-system):
31679         Set `translation-table-for-input' property value to the symbol
31680         ucs-mule-to-mule-unicode, not to that value.
31681         (pt154): Escape guillemet by `\'.
31683 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31685         * loadup.el: Load tooltip if x-show-tip is fboundp.
31687         * startup.el (command-line): Add comment.
31689         * tooltip.el (tooltip-mode): Specify correct standard value for
31690         Custom in init-value.
31692 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31694         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31695         possible.
31697 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31699         * textmodes/org.el (org-agenda-date-prompt): Rename from
31700         `org-agenda-date-today'.
31701         (org-evaluate-time-range): Insert at point instead of directly
31702         after time range.
31703         (org-first-headline-recenter, org-subtree-end-visible-p)
31704         (org-optimize-window-after-visibility-change): New functions
31705         (org-agenda-post-command-hook): Don't allow point at end of line,
31706         to make sure it always hits the text properties.
31707         (org-agenda-next-date-line, org-agenda-previous-date-line):
31708         New commands.
31709         (org-set-regexps-and-options): Category may contain white space.
31710         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31711         Improve marker positions.
31712         (org-agenda-new-marker): Argument POS made optional.
31713         (org-agenda-get-timestamps): Deadlines which are done are listed
31714         in org-done-face now.
31715         (org-agenda-get-todos, org-agenda-get-timestamps)
31716         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31717         Set `undone-face' and `done-face' properties.
31718         (org-last-todo-state-is-todo): New variable.
31719         (org-todo): Set `org-last-todo-state-is-todo'.
31720         (org-agenda-todo): Change face according to
31721         `org-last-todo-state-is-todo'.  And change other lines referring to
31722         the same entry.
31723         (org-calendar-goto-agenda): New command.
31724         (org-calendar-to-agenda-key): New option.
31725         (org-startup-folded): New allowed value `content'.
31726         (org-set-regexps-and-options): Accept new value `content' for
31727         `org-startup-folded'.
31728         (org-get-current-options): Handle new value `content' for
31729         `org-startup-folded'.
31730         (org-insert-todo-heading): New command.
31731         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31732         interactively in empty file and option
31733         `org-insert-mode-line-in-empty-file' has been set.
31734         (org-agenda-todo, org-agenda-priority): Modify to use
31735         `org-agenda-change-all-lines'.
31736         (org-warning-face): Change color on dark background.
31738 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31740         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31741         use preferences AppleLocale and AppleLanguages, and variable
31742         mac-system-locale for default locale.  On Mac OS Classic, use
31743         mac-system-coding-system for default coding systems.
31745         * term/mac-win.el: Don't set file-name-coding-system.
31746         Decode variables system-name, emacs-build-system, user-login-name, and
31747         user-full-name by mac-system-coding-system on Mac OS Classic.
31748         (mac-system-coding-system): New variable.
31750 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31752         * startup.el (command-line): Handle `xterm-mouse-mode' before
31753         reading init file.
31755         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31757 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31759         * progmodes/sh-script.el (sh-here-document-word): Make it a
31760         defcustom.  Doc fix.
31761         (sh-add): Bash uses $(( )) for arithmetic.
31762         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31763         (sh-maybe-here-document): Remove quotes and leading whitespace
31764         from heredoc word when closing.  Indent heredoc with tabs if word
31765         starts with "-".
31767 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31769         * simple.el (undo): Fix previous change.
31771         * custom.el (defface): Doc fix.
31773 2005-04-13  Lute Kamstra  <lute@gnu.org>
31775         * Makefile.in (DONTCOMPILE): Remove list.
31776         (compile, compile-always): Don't use DONTCOMPILE.
31777         (update-authors): Load the library in which batch-update-authors
31778         is defined.
31779         * makefile.w32-in (DONTCOMPILE): Remove list.
31780         (compile, compile-always): Fix comments.
31781         (update-authors): Load the library in which batch-update-authors
31782         is defined.
31784         * generic-x.el (generic-mode-ini-file-find-file-hook):
31785         Rename to ini-generic-mode-find-file-hook.
31786         Keep generic-mode-ini-file-find-file-hook as an alias.
31787         (ini-generic-mode-find-file-hook): Rename from
31788         generic-mode-ini-file-find-file-hook.  Fix docstring.
31789         (ini-generic-mode): Docstring change.
31790         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31792         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31793         called from lisp.
31795         * generic.el: Move to the emacs-lisp subdir.
31797 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31799         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31800         and C-S- function and cursor motion keys.
31802 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31804         * startup.el (command-line): Enable Xterm Mouse mode by default.
31805         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31806         for Custom.  No longer show "Mouse" in mode line when enabled.
31807         Doc fix.
31809 2005-04-12  Kim F. Storm  <storm@cua.dk>
31811         * emulation/cua-base.el (cua-rectangle-face)
31812         (cua-rectangle-noselect-face): Define face attributes here.
31814         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31816 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31818         * startup.el (command-line): Turn off blinking cursor if
31819         cursorBlink in resources is off or false.
31821 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31823         * term/mac-win.el (dnd): Require dnd.
31824         (mac-drag-n-drop): Call dnd-handle-one-url.
31825         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31826         (kTextEncodingISOLatin2): Remove constants.
31827         (mac-script-code-coding-systems): New constant.
31828         (mac-handle-language-change): New function.
31829         (special-event-map): Bind it to `language-change' event.
31830         (mac-centraleurroman, mac-cyrillic): New coding systems.
31831         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31832         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31833         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31834         encode-mac-cyrillic, respectively.
31836 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31838         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31839         Don't set overlay-arrow-string to "=>" as this is done
31840         globally in C now.
31842 2005-04-12  Lute Kamstra  <lute@gnu.org>
31844         * generic-x.el (rc-generic-mode, rul-generic-mode):
31845         Fix auto-mode-alist entries.
31846         (etc-fstab-generic-mode): Tweak fontification.
31848         * generic.el (generic-make-keywords-list): Fix docstring.
31849         (generic-mode-internal): Simplify generic-font-lock-keywords.
31851 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31853         * whitespace.el (whitespace-buffer-leading)
31854         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31855         However, fix the highlight area for the leading and
31856         trailing whitespaces to show space.
31858 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31860         * whitespace.el (whitespace-version): Bump to 3.5.
31862         (whitespace-buffer-leading, whitespace-buffer-trailing):
31863         Invert sense of the test to highlight the whitespace.
31865 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31867         * progmodes/gud.el (gud-display-line): GUD uses its own
31868         overlay arrow now so don't set overlay-arrow-string.
31869         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31871 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31873         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31874         (term-ansi-current-reverse, term-ansi-current-invisible)
31875         (term-ansi-face-already-done): Change to boolean.
31876         (term-reset-terminal, term-handle-colors-array): Handle the above
31877         vars accordingly.
31878         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31879         (term-emulate-terminal): Use the new name.
31881         * faces.el (secondary-selection): Use yellow1, not yellow.
31882         (trailing-whitespace): Use red1, not red.
31884 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31886         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31887         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31888         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31890         * cus-edit.el (dnd): New group.
31892         * term/w32-win.el (dnd): Require dnd
31893         (w32-drag-n-drop): Call dnd-handle-one-url.
31895         * x-dnd.el: Require dnd.
31896         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31897         Call dnd-handle-one-url.
31898         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31899         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31900         to dnd-insert-text.
31901         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31902         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31903         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31904         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31906         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31908 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31910         * wdired.el: Doc fixes.
31911         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31912         (wdired-use-dired-vertical-movement): Rename from
31913         wdired-always-move-to-filename-beginning.
31914         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31915         (wdired-change-to-wdired-mode): Change mode name.
31916         (wdired-newline): Delete.
31918 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31920         * whitespace.el (whitespace-highlight-the-space):
31921         Don't call whitespace-unhighlight-the-space here.
31923         * simple.el (undo): Record t in undo-equiv-table
31924         for the redo record made by an undo-in-region.
31926 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31928         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31929         (gdb-frame-inferior-io-buffer): New Functions to control
31930         display of separate IO buffer.
31931         (menu): Add them to menu-bar.
31932         (gdb-display-buffer): Check for buffer another frame.
31933         Protect GUD buffer.
31934         (gdb-setup-windows): Create IO buffer if not already there.
31935         (gdb-memory-mode): Remove purecopy noops.
31937 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31939         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31940         and pass to self-insert-command.
31942 2005-04-11  Lute Kamstra  <lute@gnu.org>
31944         * generic.el: Commentary section cleanup.
31945         (generic): Delete.
31946         (generic-use-find-file-hook, generic-lines-to-scan)
31947         (generic-find-file-regexp, generic-ignore-files-regexp)
31948         (default-generic-mode, generic-mode-find-file-hook)
31949         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31950         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31951         (generic-use-find-file-hook, generic-lines-to-scan)
31952         (generic-find-file-regexp, generic-ignore-files-regexp)
31953         (default-generic-mode, generic-mode-find-file-hook)
31954         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31956 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31958         * bookmark.el (bookmark-write-file): Catch errors writing file.
31959         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31961 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31963         * startup.el (fancy-splash-tail): Update copyright year.
31964         (command-line): Split part of -Q into -D.
31965         (emacs-basic-display): New defvar.
31966         (fancy-splash-text): Correct name of menu item.
31968         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31970         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31971         lines in one node.
31973         * comint.el (comint-send-input): New arg ARTIFICIAL.
31974         Callers in this file changed.
31976         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31978         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31980 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31982         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31983         `ldap-search-internal'.
31985 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31987         * files.el (set-auto-mode-1): Use line-end-position.
31989         * international/latin-1.el:
31990         * international/latin-2.el:
31991         * international/latin-3.el:
31992         * international/latin-4.el:
31993         * international/latin-5.el:
31994         * international/latin-8.el:
31995         * international/latin-9.el: Give punctuation syntax to NBSP.
31997         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31998         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31999         Use char-classes to accept non-ascii letters, accepted in some recent
32000         bibtex implementations.
32002 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32004         * custom.el (custom-set-minor-mode): Any non-nil value for the
32005         variable should enable the mode when set through Custom.
32007 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32009         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32010         TAB binding so tab-always-indent is obeyed.
32011         (vhdl-minibuffer-local-map): Move initialization into declaration.
32012         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32013         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32014         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32015         (vhdl-current-line): Use line-beginning-position.
32016         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32017         with-output-to-temp-buffer, so the current position can be recorded.
32019 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32021         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32022         Add regexp for gcov.
32024 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32026         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32027         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32028         syntax which Emacs 20 doesn't support.
32030 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32032         * help.el (describe-key-briefly, describe-key):
32033         Replace strings as event types with "(any string)".
32035 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32037         * arc-mode.el (archive-mode-map): Move initialization into
32038         the declaration.  Override *all* bindings of `undo'.
32039         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32041 2005-04-09  Jay Belanger  <belanger@truman.edu>
32043         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32045 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32047         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32048         (xterm-register-default-colors): Update color values computation
32049         to match xterm-200.
32051 2005-04-09  Kenichi Handa  <handa@m17n.org>
32053         * international/code-pages.el (iso-latin-7): Fix the map.
32055 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32057         * emacs-lisp/lisp.el (defun-prompt-regexp)
32058         (parens-require-spaces, buffer-end, end-of-defun)
32059         (insert-parentheses): Doc fixes.
32061 2005-04-08  Kim F. Storm  <storm@cua.dk>
32063         * comint.el (comint-highlight-prompt): Fix face spec.
32064         * hi-lock.el (hi-green): Likewise.
32066 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32068         * cus-edit.el (custom-modified-face):
32069         * comint.el (comint-highlight-input): Fix previous changes.
32070         * term.el (term-handle-ansi-escape): Add a comment.
32072 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32074         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32075         in the buffer and in whitespace-highlighted-space.
32076         (whitespace-unhighlight-the-space): Simplify.
32077         (whitespace-buffer): Simplify.
32079 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32081         * textmodes/table.el (table-cell-face): Add special case for
32082         displays supporting a high number of colors.
32083         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32084         (vhdl-font-lock-reserved-words-face)
32085         (vhdl-speedbar-architecture-face)
32086         (vhdl-speedbar-instantiation-face)
32087         (vhdl-speedbar-architecture-selected-face)
32088         (vhdl-speedbar-instantiation-selected-face): Likewise.
32089         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32090         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32091         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32092         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32093         (ebrowse-progress-face): Likewise.
32094         * progmodes/compile.el (compilation-info-face): Likewise.
32095         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32096         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32097         * calendar/calendar.el (diary-face): Likewise.
32098         * woman.el (woman-italic-face, woman-bold-face)
32099         (woman-unknown-face): Likewise.
32100         * wid-edit.el (widget-button-pressed-face): Likewise.
32101         * whitespace.el (whitespace-highlight-face): Likewise.
32102         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32103         * pcvs-info.el (cvs-marked-face): Likewise.
32104         * info.el (info-xref): Likewise.
32105         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32106         * hilit-chg.el (highlight-changes-face)
32107         (highlight-changes-delete-face): Likewise.
32108         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32109         (hi-red-b): Likewise.
32110         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32111         * font-lock.el (font-lock-keyword-face)
32112         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32113         * cus-edit.el (custom-invalid-face, custom-modified-face)
32114         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32115         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32116         * comint.el (comint-highlight-prompt): Likewise.
32118 2005-04-08  Lute Kamstra  <lute@gnu.org>
32120         * font-lock.el (font-lock-keywords): Docstring fixes.
32122 2005-04-08  Kenichi Handa  <handa@m17n.org>
32124         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32125         chars are more than a limit, print " and more..." at the tail.
32127 2005-04-08  Kim F. Storm  <storm@cua.dk>
32129         * emacs-lisp/authors.el (authors-aliases): Update list.
32130         (authors-ignored-files): New list.
32131         (authors-fixed-entries): Fix typo.
32132         (authors-renamed-files-alist): Update list.
32133         (authors-add): Check authors-ignored-files.
32135 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32137         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32138         optional, to ensure backward compatibility.
32140 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32142         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32144 2005-04-08  Kim F. Storm  <storm@cua.dk>
32146         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32148         * mouse.el (mouse-on-link-p): Doc fix.
32150 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32152         * ielm.el (ielm-prompt-read-only): Doc fix.
32154         * comint.el (comint-prompt-read-only): Doc fix.
32156 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32158         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32159         ensure dired always handles wildcards passed to ffap.
32160         (find-file-at-point): Use it.
32161         (ffap-dired-wildcards): Doc fix.
32163 2005-04-07  Juri Linkov  <juri@jurta.org>
32165         * simple.el (next-error-overlay-arrow-position): New defvar.
32166         Put "=>" on its property `overlay-arrow-string'.  Add it to
32167         `overlay-arrow-variable-list'.
32169         * progmodes/compile.el (compilation-setup):
32170         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32171         nil in the local hook `kill-buffer-hook'.  Make local variable
32172         `overlay-arrow-string' and set it to "=>".
32173         (compilation-goto-locus): Set BOL position to
32174         `next-error-overlay-arrow-position' instead of
32175         `overlay-arrow-position'.
32177         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32178         locally instead of adding it to the global hook.
32179         (Info-kill-buffer): Move up.
32181 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32183         * term/xterm.el (xterm-standard-colors): Update color values from
32184         xterm-200.
32186 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32188         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32190         * fast-lock.el:
32191         * lazy-lock.el: Move them to the obsolete subdir.
32193 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32195         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32196         (wdired-add-replace-advice): Remove.
32197         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32199 2005-04-06  Kim F. Storm  <storm@cua.dk>
32201         * startup.el (command-line): Add --bare-bones alias for -Q.
32203 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32205         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32206         create the startup fontset if a font specification ends with
32207         `mac-roman'.
32209 2005-04-06  Lute Kamstra  <lute@gnu.org>
32211         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32212         change.
32214         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32215         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32217 2005-04-05  Lute Kamstra  <lute@gnu.org>
32219         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32220         (define-generic-mode): Ditto.  Fix debug declaration.
32222         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32223         Put them in the generic-x group.
32225         * calendar/timeclock.el (timeclock): Doc fix.
32227         * generic.el (define-generic-mode): Don't use custom-current-group.
32228         Document default :group value.
32229         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32230         (define-global-minor-mode): Don't use custom-current-group.
32232 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32234         * startup.el (command-line-1): Display startup-echo-area-message
32235         when fancy splash screen is in use.
32237         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32238         (sh-escaped-newline): New face.
32239         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32240         newline, and use sh-escaped-newline face.
32242         * progmodes/tcl.el (tcl-escaped-newline): New face.
32243         (tcl-builtin-list): New variable.
32244         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32245         newlines.  Fix keywords subexpression number.
32247 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32249         * textmodes/org.el (org-diary-default-entry): Fix call to
32250         `add-to-diary-entry'.
32252 2005-04-05  Kim F. Storm  <storm@cua.dk>
32254         * ediff-init.el: Use (featurep 'xemacs).
32256 2005-04-05  David Ponce  <david@dponce.com>
32258         * cus-edit.el (face): Derive from symbol widget.  Display sample
32259         of the current face on the fly.
32260         (widget-face-sample-face-get, widget-face-notify): New functions.
32261         (widget-face-value-create): Remove.
32263         * wid-edit.el (widget-field-end): Temporarily remove field
32264         narrowing before to call `get-char-property'.
32266 2005-04-04  Jay Belanger  <belanger@truman.edu>
32268         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32269         (math-read-subscripts): New variable.
32270         (math-read-preprocess-string): Process subscripts.
32272 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32274         * comint.el (comint-prompt-read-only): Doc fix.
32276         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32277         `-1'.  Doc fix.
32279 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32281         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32282         Change default value to nil.
32284 2005-04-04  Lute Kamstra  <lute@gnu.org>
32286         * autorevert.el (auto-revert-mode): Specify :group.
32287         * battery.el (display-battery-mode): Specify :group.
32288         * diff-mode.el (diff-minor-mode): Specify :group.
32289         * font-core.el (font-lock-mode): Specify :group.
32290         * hl-line.el (hl-line-mode): Specify :group.
32291         * iimage.el (iimage): New customization group.
32292         (iimage-mode): Specify :group.
32293         * longlines.el (longlines-mode): Specify :group.
32294         * master.el: Don't require easy-mmode.
32295         (master): New customization group.
32296         (master-mode): Specify :group.
32297         * msb.el (msb-mode): Specify :group.
32298         * reveal.el (reveal-mode): Specify :group.
32299         * simple.el (next-error-follow-minor-mode): Specify :group.
32300         * smerge-mode.el (smerge-mode): Specify :group.
32301         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32302         * emulation/cua-base.el (cua-mode): Specify :group.
32303         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32304         * language/thai-util.el (thai-auto-composition-mode)
32305         (thai-word-mode): Specify :group.
32306         * mail/supercite.el (sc-minor-mode): Specify :group.
32307         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32308         * progmodes/flymake.el (flymake-mode): Specify :group.
32309         * progmodes/glasses.el (glasses-mode): Specify :group.
32310         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32311         * textmodes/enriched.el (enriched-mode): Specify :group.
32312         * textmodes/refill.el (refill-mode): Specify :group.
32314         * add-log.el (change-log-font-lock-keywords): Names in
32315         parenthesized lists can contain spaces.
32317 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32319         * startup.el (fancy-splash-text): Shorten default text of
32320         "Emacs Tutorial" line.  Also, if the current language env
32321         indicates an available tutorial file other than TUTORIAL,
32322         extract its title and append it to the line in parentheses.
32323         (fancy-splash-insert): If arg is a thunk, funcall it.
32325 2005-04-04  Jay Belanger  <belanger@truman.edu>
32327         * calc.el (calc-language-alist): Add tags to customization type.
32329 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32331         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32332         Doc fix.
32334 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32336         * add-log.el (change-log-font-lock-keywords): The manual
32337         describing a Change Log entry, says: (...) "Aside from these
32338         header lines, every line in the change log starts with a space or
32339         a tab.".  The font-lock was not highlighting lines started with
32340         spaces, added support for it.
32342 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32344         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32345         (bibtex-generate-url-list): Update docstring accordingly.  Put the
32346         complex example in the docstring.
32347         (bibtex-font-lock-url): Use pop.
32349 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32351         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32353         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32355 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
32357         * filesets.el (filesets-set-default): Doc fix.
32359 2005-04-03  Lute Kamstra  <lute@gnu.org>
32361         * generic.el (define-generic-mode): Add argument to specify
32362         keywords for defcustom.
32363         (default-generic-mode): Specify :group.
32365         * generic-x.el: Specify :group for all generic modes.
32367         * desktop.el (desktop-no-desktop-file-hook)
32368         (desktop-after-read-hook): Doc fix.
32370 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
32372         * simple.el (visible-mode): Use explicit :group keyword.
32373         This changes the group of `visible-mode-hook' from paren-blinking
32374         to editing-basics.
32376 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
32378         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
32379         mailbox specifications as well as URLs.
32380         (rmail-insert-inbox-text): Remove unused conditional branches.
32382 2005-04-01  Jay Belanger  <belanger@truman.edu>
32384         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32385         (calc-gnuplot-print-command): Move definitions to calc.el.
32387         * calc/calc-embed.el (calc-embedded-announce-formula)
32388         (calc-embedded-open-formula, calc-embedded-close-formula)
32389         (calc-embedded-open-word, calc-embedded-close-word)
32390         (calc-embedded-open-plain, calc-embedded-close-plain)
32391         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32392         (calc-embedded-open-mode, calc-embedded-close-mode):
32393         Move definitions to calc.el.
32395         * calc/calc.el (calc-settings-file, calc-language-alist):
32396         Make customizable.
32397         (calc-embedded-announce-formula, calc-embedded-open-formula)
32398         (calc-embedded-close-formula, calc-embedded-open-word)
32399         (calc-embedded-close-word, calc-embedded-open-plain)
32400         (calc-embedded-close-plain, calc-embedded-open-new-formula)
32401         (calc-embedded-close-new-formula, calc-embedded-open-mode)
32402         (calc-embedded-close-mode, calc-gnuplot-name)
32403         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32404         from other files and make customizable.
32406 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32408         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32409         Use buffer-live-p.
32410         (cvs-mode-run): Don't call cvs-update-header here.
32411         (cvs-run-process): Call cvs-update-header.
32412         Use process properties for cvs-postprocess and cvs-buffer so that
32413         the sentinel can behave better if the temp buffer is killed.
32414         Use a pipe rather than a tty, to better handle unexpected prompts.
32415         (cvs-sentinel): Rewrite.  Call cvs-update-header.
32417 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
32419         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32420         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
32422 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32424         * generic.el (define-generic-mode): Add indentation rule.
32426 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
32428         * files.el (mode-require-final-newline): Make Custom correctly
32429         report a nil value and allow to set it to nil via Custom.
32430         Doc fix.
32432 2005-04-01  Kenichi Handa  <handa@m17n.org>
32434         * international/characters.el: Enable the correct case setting for
32435         dotless-i and dotted-I.
32437 2005-04-01  Kim F. Storm  <storm@cua.dk>
32439         * ido.el (ido-file-internal): Fall back to non-ido command if
32440         initial directory is on slow ftp (or tramp) host.
32442 2005-03-31  Richard M. Stallman  <rms@gnu.org>
32444         * emacs-lisp/autoload.el (make-autoload):
32445         Handle define-global-minor-mode.
32447         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32448         Rename from easy-mmode-define-global-mode.
32449         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32451         * progmodes/scheme.el (scheme-mode-syntax-table):
32452         Update syntax of | and # for two-character comment syntax.
32454 2005-03-31  Lute Kamstra  <lute@gnu.org>
32456         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32457         (define-minor-mode): Call custom-current-group at load-time.
32459         * generic.el (define-generic-mode): Add debug declaration.
32460         Add defcustom for the mode hook.
32461         (generic-mode-internal): Use run-mode-hooks.
32463 2005-03-31  Kim F. Storm  <storm@cua.dk>
32465         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32466         (mouse-fixup-help-message): New defun called by show_help_echo
32467         to fixup mouse-2 prefix in help messages when applicable.
32469         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32471 2005-03-31  Kenichi Handa  <handa@m17n.org>
32473         * language/thai-word.el (thai-find-word-ends): Pay attention to
32474         the case that we reach the end of buffer.
32476         * textmodes/fill.el (fill-text-properties-at): New function.
32477         (fill-newline): Use fill-text-properties-at instead of
32478         text-properties-at.
32480 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32482         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32483         not comint-quote-filename.
32485 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
32487         * help-fns.el (help-with-tutorial): Revert last change.
32489 2005-03-31  Kim F. Storm  <storm@cua.dk>
32491         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32493 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32495         * calendar/cal-china.el: Update reference to "Calendrical
32496         Calculations" book; there's a new edition.
32497         * calendar/cal-coptic.el: Likewise.
32498         * calendar/cal-french.el: Likewise.
32499         * calendar/cal-hebrew.el: Likewise.
32500         * calendar/cal-islam.el: Likewise.
32501         * calendar/cal-iso.el: Likewise.
32502         * calendar/cal-julian.el: Likewise.
32503         * calendar/cal-mayan.el: Likewise.
32504         * calendar/cal-persia.el: Likewise.
32505         * calendar/calendar.el: Likewise.
32506         * calendar/holidays.el: Likewise.
32507         * calendar/lunar.el: Likewise.
32508         * calendar/solar.el: Likewise.
32510         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32511         white space from doc string.
32513 2005-03-30  Jay Belanger  <belanger@truman.edu>
32515         * calc/calc-help.el (calc-full-help): Remove email address.
32517 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
32519         * help-fns.el (help-with-tutorial): Delete title line.
32521 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32523         * calendar/cal-x.el (calendar-one-frame-setup)
32524         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32525         rather than `symbol' for set-window-dedicated-p.
32527         * calendar/appt.el (appt-buffer-name): Make it a constant.
32528         (appt-add): Doc fix.
32530         * filesets.el (filesets-menu-path, filesets-menu-before)
32531         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
32532         (filesets-menu-cache-file): Use directory ~/.emacs.d.
32533         (filesets-add-submenu): Delete and use add-submenu instead.
32535 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
32537         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32538         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32539         (org-diary-default-entry): New function.
32540         (org-get-entries-from-diary): Better parsing of diary entries.
32541         (org-agenda-check-no-diary): New function.
32542         ("diary-lib"): Advice to function `add-to-diary-list', to allow
32543         linking to diary entries.
32544         (org-agenda-execute-calendar-command): New function.
32545         (org-agenda): Improve visible section in window.
32546         Use `org-fit-agenda-window'.
32547         (org-fit-agenda-window): New option.
32548         (org-move-subtree-down): Better handling of empty lines
32549         at end of subtree.
32550         (org-cycle): Numeric prefix is interpreted now as show-subtree N
32551         levels up.
32552         (org-fontify-done-headline): New option.
32553         (org-headline-done-face): New face.
32554         (org-set-font-lock-defaults): Use `org-headline-done-face'.
32555         (org-table-copy-down): Rename from `org-table-copy-from-above'.
32556         When current field is non-empty, it is copied to next row.
32557         (org-table-copy-from-above): Fix bug which made it
32558         impossible to copy fields containing only a single non-white character.
32560 2005-03-30  Kim F. Storm  <storm@cua.dk>
32562         * kmacro.el (kmacro-end-macro): Isearch may store this command
32563         into the macro -- so ignore it when executing keyboard macro.
32565 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32567         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32569 2005-03-29  Kenichi Handa  <handa@m17n.org>
32571         * language/thai.el ("Thai"): Set setup-function and exit-function
32572         for Thai language environment.
32574         * language/thai-util.el: Require thai-word.
32575         (thai-word-mode-map): New variable.
32576         (thai-word-mode): New minor mode.
32577         (setup-thai-language-environment-internal): New function.
32578         (exit-thai-language-environment-internal): New function.
32580         * language/thai-word.el (thai-word-table): Declare it by defvar,
32581         use dolist to initialize it.
32582         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32583         (thai-fill-find-break-point): New functions.
32585 2005-03-29  Richard M. Stallman  <rms@gnu.org>
32587         * simple.el (idle-update-delay): Move definition up.
32588         (set-mark): Doc fix.
32590 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
32592         * longlines.el: New file.
32594         * simple.el (buffer-substring-filters): New variable.
32595         (filter-buffer-substring): New function.
32596         (kill-region, copy-region-as-kill): Use it.
32598         * register.el (copy-to-register, append-to-register)
32599         (prepend-to-register): Use filter-buffer-substring.
32601 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32603         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32604         (gud-filter-pending-text): Move in front of gdb.
32605         (gud-overlay-arrow-position): New variable.
32606         (gud-sentinel, gud-display-line): Use it in place of
32607         overlay-arrow-position.
32609 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
32611         * progmodes/fortran.el (fortran-if-indent): Doc fix.
32612         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32613         (fortran-font-lock-keywords-4): New variable.
32614         (fortran-blocks-re, fortran-end-block-re)
32615         (fortran-start-block-re): New constants, for hideshow.
32616         (hs-special-modes-alist): Add a Fortran entry.
32617         (fortran-mode-map): Bind fortran-end-of-block,
32618         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32619         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32620         (fortran-looking-at-if-then, fortran-end-of-block)
32621         (fortran-beginning-of-block): New functions, for hideshow.
32623         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32624         Doc fix.  Tweak regexp.
32625         (f90-beginning-of-block): Push mark first.
32627 2005-03-29  Jay Belanger  <belanger@truman.edu>
32629         * calc/calc.el: Update copyright date.
32630         (calc-version): Increase to 2.1.
32631         (calc-version-date): Remove.
32633         * calc/calc-help.el: Update copyright date.
32634         (calc-full-help): Remove reference to calc-version-date.
32635         Update copyright date.
32637 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32639         * vc.el (vc-do-command): Use a pipe for async processes, so password
32640         prompts don't show up at places where the user can't reply.
32642 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32644         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32645         on the file name we pass to the inferior shell.
32647 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32649         * progmodes/which-func.el (which-function): Be robust in the face of an
32650         imenu--make-index-alist failure.
32652 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32654         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32656         * progmodes/python.el (python-preoutput-filter): Fix last change.
32658 2005-03-29  Lute Kamstra  <lute@gnu.org>
32660         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32661         functions and compiled macros.
32662         (debug-convert-byte-code): Handle macros too.
32663         (debug-on-entry-1): Don't signal an error when trying to clear a
32664         function that is not set to debug on entry.
32666 2005-03-29  Jay Belanger  <belanger@truman.edu>
32668         * calc/calc-lang.el: Add functions to math-function-table
32669         properties of tex and math.
32671 2005-03-29  Kenichi Handa  <handa@m17n.org>
32673         * ps-mule.el (ps-mule-plot-string): Translate characters by
32674         ps-print-translation-table.
32675         (ps-mule-begin-job): Call find-charset-region/string with
32676         ps-print-translation-table.
32677         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32679         * ps-print.el (ps-print-translation-table): New variable.
32680         (ps-plot-region): Translate characters by ps-print-translation-table.
32682 2005-03-29  Juri Linkov  <juri@jurta.org>
32684         * simple.el (next-error-highlight-timer): New variable.
32686         * progmodes/compile.el (compilation-goto-locus):
32687         Use `next-error-highlight-timer' instead of `sit-for'.
32689 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32691         * mail/supercite.el (sc-mail-field): Use assoc-string.
32692         (sc-get-address): Simplify regexps.
32694         * files.el (minibuffer-with-setup-hook): New macro.
32695         (find-file-read-args): Use it to avoid let-binding
32696         minibuffer-with-setup-hook (which breaks turning on/off
32697         file-name-shadow-mode while in the prompt).
32699         * complete.el (PC-read-include-file-name-internal):
32700         Use test-completion.
32702 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32704         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32706 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32708         * window.el (window-buffer-height): Use count-screen-lines.
32710         * progmodes/python.el (python-preoutput-leftover): New var.
32711         (python-preoutput-filter): Use it.
32712         (python-send-receive): Loop until all the result has been received.
32714 2005-03-28  Juri Linkov  <juri@jurta.org>
32716         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32718         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32719         "Recover Crashed Session".
32720         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32721         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32722         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32723         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32724         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32725         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32726         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32727         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32729         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32730         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32731         Ediff Sessions", "Toggle use of separate control buffer frame",
32732         "Use separate frame for Ediff control buffer".
32734         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32735         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32736         "Rename Bookmark", "Delete Bookmark".
32738         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32739         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32740         Add `:active Info-index-alternatives' to "Next Matching Item".
32742         * wdired.el (wdired-change-to-wdired-mode):
32743         Mention `wdired-abort-changes' key in the initial message.
32745         * international/mule.el (auto-coding-alist): Associate non-ascii
32746         image filename extensions with `no-conversion'.
32748 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32750         * international/iso-acc.el:
32751         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32753 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32755         * textmodes/sgml-mode.el (html-mode): Doc update.
32757         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32759 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32761         * term.el (term-move-columns): Fix face after extending a line.
32762         (term-insert-spaces): Likewise.
32763         (term-reset-terminal): Fix off by one error.
32765 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32767         * international/mule.el (auto-coding-alist): Add .xpi files.
32769         * files.el (auto-mode-alist): Add .xpi files.
32771 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32773         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32775 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32777         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32779 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32781         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32782         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32784         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32785         cursor to Jan 1 when needed.
32786         (calendar-end-of-year): Fix -/+ typo.
32787         Reported by Chong Yidong <cyd@stupidchicken.com>.
32789 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32791         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32793         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32794         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32796 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32798         * filesets.el (filesets-init): Add autoload.
32800         * mail/mailalias.el (mail-directory): Doc fix.
32802 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32804         * mail/mailalias.el (mail-directory-process): Do nothing if
32805         mail-directory-process is an atom.
32806         (mail-get-names): Ignore mail-directory-names if it is an atom.
32807         (mail-directory-process defvar): Doc fix.
32808         (mail-names): Doc fix.
32810 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32812         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32814 2005-03-26  Kenichi Handa  <handa@m17n.org>
32816         * international/mule-util.el (detect-coding-with-priority):
32817         Call update-coding-systems-internal before detect-coding-region.
32819 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32821         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32822         (gdb-frames-mode-map): Add follow-link property.
32824 2005-03-25  Jay Belanger  <belanger@truman.edu>
32826         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32827         for variables.
32829 2005-03-25  Juri Linkov  <juri@jurta.org>
32831         * image-mode.el: Optimize image filename extension regexps in
32832         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32833         in `auto-mode-alist'.
32834         (image-mode): Add `image-toggle-display-text' to local hook
32835         `change-major-mode-hook'.  Display the image as an image by
32836         default.  Set `cursor-type' and `truncate-lines' if the image
32837         is already displayed.  Take into account the current mode (image
32838         or text) in message.
32839         (image-minor-mode): New minor mode.
32840         (image-mode-maybe, image-toggle-display-text): New functions.
32841         (image-toggle-display): Use called-interactively-p.
32842         Let-bind `inhibit-read-only' to t.
32844         * image-mode.el (image-minor-mode): Set `cursor-type' and
32845         `truncate-lines' if the image is already displayed.  Add turning
32846         image-minor-mode off to `change-major-mode-hook'.  Add message.
32847         Call `image-toggle-display-text' after turning image-minor-mode off.
32849 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32851         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32852         Terminal.app, use utf-8.
32853         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32854         (set-locale-environment): Use it.
32856         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32858         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32860         * progmodes/python.el (python-close-block-statement-p)
32861         (python-outdent-p, python-current-defun): Use symbol-end.
32863 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32865         * files.el (save-some-buffers): Doc fix.
32867 2005-03-25  Werner Lemberg  <wl@gnu.org>
32869         * complete.el, thumbs.el: Replace `legal' with `valid'.
32870         * calendar/calendar.el: Replace `legal' with `valid'.
32871         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32872         * mail/supercite.el: Replace `legal' with `valid'.
32873         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32874         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32875         Replace `legal' with `valid'.
32876         * textmodes/reftex-vars.el, textmodes/reftex.el:
32877         Replace `legal' with `valid'.
32879 2005-03-25  Werner Lemberg  <wl@gnu.org>
32881         * calc/calc-forms.el, calc/calc-sel.el
32882         * midnight.el, vc-cvs.el
32883         * emacs-lisp/cl-macs.el
32884         * emulation/vip.el
32885         * eshell/esh-io.el, eshell/esh-var.el
32886         * mail/supercite.el
32887         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32888         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32889         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32890         * progmodes/sh-script.el, progmodes/xscheme.el
32891         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32892         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32893         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32894         * textmodes/reftex.el, textmodes/org.el:
32895         Replace `illegal' with `invalid'.
32897 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32899         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32900         (flymake-find-buildfile, flymake-find-possible-master-files)
32901         (flymake-check-include, flymake-parse-line): Replace loops over the
32902         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32904         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32905         Substitute file-name-as-directory in the rest of the file.
32906         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32907         (flymake-replace-region): Remove unused arg `buffer'.
32908         (flymake-check-patch-master-file-buffer): Update calls to it.
32909         (flymake-add-err-info): Remove unused var `count'.
32910         (flymake-mode): Use define-minor-mode.
32912         * progmodes/flymake.el: Use with-current-buffer.
32913         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32914         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32915         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32916         Avoid testing for `xemacs'.
32917         (flymake-nop): Move.
32918         (flymake-region-has-flymake-overlays): Return the computed value.
32919         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32920         Remove unused var `endline'.
32921         (flymake-get-line-count): Remove unused function.
32922         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32924         * emulation/vi.el:
32925         * generic.el:
32926         * hilit-chg.el (global-highlight-changes):
32927         * hi-lock.el (hi-lock-mode):
32928         * follow.el: find-file-hooks -> find-file-hook.
32930         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32932 2005-03-24  Juri Linkov  <juri@jurta.org>
32934         * dired.el (dired-mode-map): Add menu item "Compare directories"
32935         for dired-compare-directories.
32937         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32938         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32940 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32942         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32944 2005-03-24  Jay Belanger  <belanger@truman.edu>
32946         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32947         relevant mode settings in calc-embedded-original-modes when modes
32948         are permanently changed.
32950 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32952         * autoinsert.el: find-file-hooks -> find-file-hook.
32954 2005-03-24  Lute Kamstra  <lute@gnu.org>
32956         * generic.el (generic-font-lock-defaults): Make it obsolete.
32957         (generic-font-lock-keywords): New variable to replace
32958         generic-font-lock-defaults.
32959         (generic-mode-set-font-lock): Delete it.
32960         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32961         (generic-bracket-support): Add docstring.
32963         * generic-x.el: Rename generic-font-lock-defaults to
32964         generic-font-lock-keywords throughout.
32965         (mailagent-rules-setup-function): Delete it.
32966         (mailagent-rules-generic-mode): Use anonymous function instead.
32967         (show-tabs-generic-mode-font-lock-defaults-1)
32968         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32969         Quote faces.
32970         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32971         not foreground.
32973         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32974         Recognize define-generic-mode.
32976 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32978         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32979         if there's no completion table.
32981 2005-03-23  Miles Bader  <miles@gnu.org>
32983         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32984         Remove tty-specific variants, as they're no longer needed.
32986 2005-03-23  Lute Kamstra  <lute@gnu.org>
32988         * generic-x.el: Code cleanup: make args constant whenever possible.
32989         (installshield-statement-keyword-list)
32990         (installshield-system-functions-list)
32991         (installshield-system-variables-list, installshield-types-list)
32992         (installshield-funarg-constants-list): Make them constants.
32994         * generic.el (generic-make-keywords-list): Add autoload cookie.
32996         * calendar/time-date.el: Add comment on time value formats.
32997         Don't require parse-time.
32998         (with-decoded-time-value): New macro.
32999         (encode-time-value): New function.
33000         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33001         (days-to-time): Return a valid time value when arg is huge.
33002         (time-since): Use time-subtract.
33003         (time-to-number-of-days): Use time-to-seconds.
33005 2005-03-23  David Ponce  <david@dponce.com>
33007         * recentf.el (recentf-keep): New option.
33008         (recentf-menu-action): Default to `find-file'.
33009         (recentf-keep-non-readable-files-flag)
33010         (recentf-keep-non-readable-files-p)
33011         (recentf-file-readable-p, recentf-find-file)
33012         (recentf-cleanup-remote): Remove.
33013         (recentf-include-p): More robust.
33014         (recentf-keep-p): New function.
33015         (recentf-remove-if-non-kept): Rename from
33016         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33017         All callers updated.
33018         (recentf-menu-items-for-commands): Fix help string.
33019         (recentf-track-closed-file): Update.  Doc fix.
33020         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33022 2005-03-23  Kim F. Storm  <storm@cua.dk>
33024         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33025         Don't inherit from fringe face (now happens automatically).
33027 2005-03-22  Kim F. Storm  <storm@cua.dk>
33029         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33030         position values.
33032 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33034         * menu-bar.el (showhide-date-time): Remove.
33035         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33036         (menu-bar-make-mm-toggle): Simplify.
33038 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33040         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33041         Accept qualified variable and function names.
33043 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33045         * bindings.el (completion-ignored-extensions):
33046         Remove ".lis" for `vax-vms'.
33048 2005-03-22  Andreas Schwab  <schwab@suse.de>
33050         * generic-x.el: Revert last change.
33051         * ldefs-boot.el: Update.
33053 2005-03-22  Jay Belanger  <belanger@truman.edu>
33055         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33056         (calc-embedded-save-original-modes)
33057         (calc-embedded-restore-original-modes): New functions.
33058         (calc-do-embedded): Save original modes when entering embedded mode
33059         and restore when leaving embedded mode.
33060         (calc-embedded-modes-change): Change the value of
33061         calc-embedded-original-modes to reflect permanent changes.
33063 2005-03-22  Lute Kamstra  <lute@gnu.org>
33065         * generic-x.el: Require generic again.
33067 2005-03-22  Miles Bader  <miles@gnu.org>
33069         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33070         Tweak details to look good on both ttys and bitmap displays, light
33071         or dark background, etc.
33073 2005-03-21  Kim F. Storm  <storm@cua.dk>
33075         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33076         mouse position.
33078 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33080         * icomplete.el: Don't forcibly turn on the mode upon load.
33081         (icomplete-mode): Use define-minor-mode.
33082         (icomplete-eoinput): Default to nil.
33083         (icomplete-minibuffer-setup): Remove autoload.
33084         (icomplete-tidy): Simplify.
33085         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33086         in the initial state or if the user has modified the field.
33087         Fix handling of icomplete-max-delay-chars.
33088         Remove code that handles the oddball case where
33089         minibuffer-completion-table is an integer.
33090         Wrap icomplete-completions in while-no-input in case building
33091         completions takes more time than expected.
33092         (icomplete-completions): Simplify.
33094 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33096         * jka-compr.el (jka-compr-really-do-compress):
33097         Make variable buffer-local.
33099         * image-mode.el: Handle .xpm files too.
33100         (image-toggle-display): Preserve modification flag.
33102         * help.el (where-is): Don't mention aliases with no key bindings.
33104 2005-03-21  Lute Kamstra  <lute@gnu.org>
33106         * generic.el: Fix commentary section.  Don't require cl for
33107         compilation.
33108         (generic-mode-list): Add autoload cookie.
33109         (generic-use-find-file-hook, generic-lines-to-scan)
33110         (generic-find-file-regexp, generic-ignore-files-regexp)
33111         (generic-mode, generic-mode-find-file-hook)
33112         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33113         (define-generic-mode): Make it a defmacro.  Fix docstring.
33114         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33115         (generic-mode-set-comments): Code cleanup.
33116         * generic-x.el: Don't prevent compilation.  Don't require generic.
33117         Follow coding conventions.  Minor code cleanup.
33118         (etc-fstab-generic-mode): Add some keywords.
33119         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33120         define-generic-mode like a function declaration.
33122 2005-03-21  Jay Belanger  <belanger@truman.edu>
33124         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33125         changing modes.
33127 2005-03-21  Sam Steingold  <sds@gnu.org>
33129         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33131 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33133         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33134         Add underscore to "f$ lexicals" regexp.
33136 2005-03-20  Juri Linkov  <juri@jurta.org>
33138         * subr.el (progress-reporter-do-update): When `min-value' is equal
33139         to `max-value', set `percentage' to 0 and prevent division by zero.
33141 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33143         Sync with Tramp 2.0.48.
33145         * net/tramp.el (all): Change all addresses to .gnu.org.
33146         (tramp-append-tramp-buffers): New defun.
33147         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33148         Catch `dont-send' signal.
33149         (tramp-set-auto-save-file-modes): Set always permissions, because
33150         there might be an old auto-saved file belonging to another
33151         original file.  This could be a security threat.  Reported by
33152         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33153         Check for Emacs 21.3.50 removed.
33155         * net/tramp-smb.el (all): Remove debug construct for
33156         `with-parsed-tramp-file-name'.
33157         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33158         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33159         No error message if DIRECTORY or FILENAME doesn't exist.
33160         (tramp-smb-open-connection): Check existence of
33161         `tramp-smb-program'.
33163 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33165         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33166         Properly handle the case where the `m' or `s' command's argument is not
33167         yet terminated.
33168         (perl-indent-new-calculate): New function.
33169         (perl-indent-line): Use it.
33171 2005-03-20  Miles Bader  <miles@gnu.org>
33173         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33174         in text-mode too.  Change to new face names.
33175         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33176         Add `:weight bold' attribute.
33177         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33179 2005-03-19  Juri Linkov  <juri@jurta.org>
33181         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33183         * international/mule.el (auto-coding-alist): Sync with
33184         `auto-mode-alist' by adding upper case archive file extensions
33185         and adding ear/war to jar extension.
33187 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33189         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33190         running, restart it.
33192 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33194         * finder.el (finder-current-item): Throw an error on an empty line.
33196         * man.el (Man-follow-manual-reference): If current-word returns
33197         nil, use "".
33199 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33201         * simple.el (goto-line): Doc fix.
33203 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33205         * files.el (save-buffer): Doc fix.
33207 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33209         * recentf.el (recentf-cleanup-remote): New variable.
33210         (recentf-cleanup): Use it to conditionally check availability of
33211         remote files.
33213 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33215         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33216         function names.
33218 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33220         * language/thai-word.el: New file.
33222 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33224         * files.el (backup-buffer): If the file's directory is not
33225         writable, use copy instead of move to backup the file.
33227 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33229         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33231 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33233         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33234         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33235         <darkman_spam@yahoo.fr>.
33236         (ps-print-version): New version 6.6.6.
33238 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33240         * textmodes/table.el (table--line-column-position): New idiom.
33241         (table--row-column-insertion-point-p): New function to test
33242         validity of row and column insertion operation at a location.
33243         (table-global-menu, table-cell-menu): Use above functions for
33244         deterministic test operation.
33245         (table--editable-cell-p): Behave in deterministic fashion.
33247 2005-03-18  Juri Linkov  <juri@jurta.org>
33249         * isearch.el (isearch-lazy-highlight-new-loop):
33250         Make arguments beg and end optional.
33251         (isearch-update): Remove optional arguments nil from
33252         isearch-lazy-highlight-new-loop.
33253         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33254         isearch-lazy-highlight-case-fold-search instead of
33255         isearch-case-fold-search, and let-bind isearch-regexp to
33256         isearch-lazy-highlight-regexp.
33257         Use isearch-lazy-highlight-last-string instead of isearch-string.
33259         * replace.el (perform-replace): Remove bindings of global
33260         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33261         Add three new arguments to `replace-highlight'.
33262         (replace-highlight): Add arguments string, regexp, case-fold.
33263         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33264         to allow isearch-lazy-highlight-new-loop to use these values
33265         to set corresponding isearch-lazy-highlight-* internal
33266         variables whose values lazy highlighting will use regardless of
33267         changes to global variables isearch-string, isearch-regexp,
33268         isearch-case-fold-search during lazy highlighting loop.
33269         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33270         to `lazy-highlight-cleanup'.
33272         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33273         (ispell-highlight-face): Set default face to `isearch' when
33274         lazy highlighting is enabled.
33275         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33276         priority to 1.  Add lazy highlighting.
33277         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33278         from `isearch-dehighlight'.
33280 2005-03-18  David Ponce  <david@dponce.com>
33282         * files.el (hack-local-variables): Do a case-insensitive search
33283         for End.
33285 2005-03-18  Juri Linkov  <juri@jurta.org>
33287         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33288         `isearch-lazy-highlight-cleanup', add alias to old name and
33289         declare obsolete.  Add release numbers to other obsolete vars.
33290         (isearch-done, isearch-lazy-highlight-new-loop):
33291         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33292         (lazy-highlight-cleanup) <variable>: Doc fix.
33293         (isearch-lazy-highlight-update): Rename obsolete
33294         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33296 2005-03-18  Kenichi Handa  <handa@m17n.org>
33298         * language/thai-util.el: Fix categorization of Thai characters in
33299         thai-category-table.
33300         (thai-composition-pattern): Adjust it for the above change.
33301         (thai-self-insert-command, thai-compose-syllable): New functions.
33302         (thai-compose-region): Use thai-compose-syllable.
33303         (thai-compose-string): Likewise.
33304         (thai-composition-function): Likewise.
33305         (thai-auto-composition): New function.
33306         (thai-auto-composition-mode): New minor mode.
33308         * language/thai.el: Fix patterns to be registered in
33309         composition-function-table.
33311         * international/quail.el (quail-input-method): Locally bind
33312         inhibit-modification-hooks to t.
33314 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33316         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33317         (perl-mode): Use run-mode-hooks.
33319         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33320         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33321         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33323         * mail/sendmail.el (sendmail-send-it): Reenable the code
33324         to compute resend-to-address and use it.
33326         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33328         * image-mode.el: New file.
33330         * image.el (insert-sliced-image): Add autoload cookie.
33332         * font-lock.el (font-lock-lines-before): New user option.
33333         (font-lock-after-change-function): Obey it.
33335         * bindings.el (esc-map): Make M-g a prefix.
33336         Bind M-g g and M-g M-g to goto-line.
33338         * faces.el (face-id): Doc fix.
33340 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33342         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33343         (rmail-show-message): Use rmail-unknown-mail-followup-to.
33344         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33346         * mail/sendmail.el (mail-yank-ignored-headers)
33347         (mail-font-lock-keywords, mail-mode-fill-paragraph):
33348         Add Mail-Followup-To and Mail-Reply-To headers.
33349         (mail-citation-hook): Add autoload cookie.
33350         (mail-mode): Doc fix.
33351         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33352         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33353         (mail-mode-fill-paragraph): Handle those headers.
33354         (mail-mailing-lists): New variable.
33355         (mail-mail-reply-to, mail-mail-followup-to): New functions.
33357 2005-03-17  Juri Linkov  <juri@jurta.org>
33359         * isearch.el (isearch-fallback): Check for `(car previous)'
33360         before calling `isearch-other-end-state'.
33362 2005-03-17  Kim F. Storm  <storm@cua.dk>
33364         * simple.el (move-beginning-of-line): Move to beginning of buffer
33365         line, as well as beginning of screen line.
33367 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
33369         * calendar/diary-lib.el (mark-diary-entries): Use new optional
33370         argument REDRAW rather than calendar-redrawing variable.
33371         * calendar/calendar.el (calendar-redrawing): Delete.
33372         (redraw-calendar): Do not bind calendar-redrawing.
33374 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
33376         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33377         diary-file buffer.
33379 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33381         * help.el (describe-mode): Allow a :minor-mode-function property to
33382         specify a different minor mode toggle function than the variable.
33383         * simple.el (auto-fill-function):
33384         * subr.el (add-minor-mode): Use it.
33386 2005-03-16  Kenichi Handa  <handa@m17n.org>
33388         * language/ethio-util.el (sera-being-called-by-w3): New variable.
33389         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33390         (ethio-fidel-to-sera-buffer): Likewise.
33392 2005-03-16  Juri Linkov  <juri@jurta.org>
33394         * emacs-lisp/find-func.el (find-function-regexp):
33395         Add defun-emitting macro `menu-bar-make-toggle'.
33397         * isearch.el: Put `isearch-scroll' property to
33398         `split-window-horizontally'.
33400         * info.el: Update error messages for `debug-ignored-errors'.
33401         (Info-isearch-search): Doc fix.
33402         (Info-find-node): Move up code to go into info buffer before
33403         recording the node to the history.
33404         (Info-fontify-node): Fontify titles only if the next line
33405         has two or more `*', `=', `-', `.'.
33406         Display "go to this node" for empty (match-string 3).
33408 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33410         * term/mac-win.el: Add mouse pointer shape constants.
33412 2005-03-15  Kim F. Storm  <storm@cua.dk>
33414         * simple.el (move-beginning-of-line): Use vertical-motion.
33416 2005-03-15  Juri Linkov  <juri@jurta.org>
33418         * isearch.el (isearch-error): New variable.
33419         (isearch-invalid-regexp, isearch-within-brackets): Remove.
33420         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33421         (isearch-within-brackets-state): Remove.
33422         (isearch-case-fold-search-state, isearch-pop-fun-state):
33423         Decrease frame index.
33424         (isearch-mode, isearch-top-state, isearch-push-state)
33425         (isearch-edit-string, isearch-abort, isearch-search-and-update)
33426         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33427         (isearch-search, isearch-lazy-highlight-new-loop):
33428         Replace `isearch-invalid-regexp' with `isearch-error'.
33429         Remove `isearch-within-brackets'.
33430         (isearch-search): Add `search-failed' handler to `condition-case'.
33431         (isearch-lazy-highlight-search): Add `condition-case' to catch
33432         errors and allow `isearch-lazy-highlight-update' to try
33433         highlighting from the beginning of the window.
33434         (isearch-repeat): Move up code to set isearch-wrapped to t
33435         before calling isearch-wrap-function.
33437         * info.el (Info-isearch-initial-node): New internal variable.
33438         (Info-search): Signal an error in isearch mode when search leaves
33439         the initial node.  Signal an error when `bound' is non-nil and
33440         nothing was found in the current subfile.
33441         (Info-isearch-search): Remove `condition-case'.
33442         (Info-isearch-wrap): Don't wrap when search failed during leaving
33443         the initial node.  If `Info-isearch-search' is nil, wrap around
33444         the current node.
33445         (Info-isearch-start): New fun.
33446         (Info-mode): Add buffer-local hook `Info-isearch-start' to
33447         `isearch-mode-hook'.
33449 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33451         * simple.el (normal-erase-is-backspace): Set default to t if
33452         running on Mac.
33454         * term/mac-win.el (function-key-map): Sync with x-win.el.
33456 2005-03-15  Kenichi Handa  <handa@m17n.org>
33458         * international/mule-cmds.el (locale-language-names): Modify the
33459         format of elements and add more entries.
33460         (locale-preferred-coding-systems): Add more entries.
33461         (set-locale-environment): Adjust for the change of
33462         locale-language-names.
33464 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33466         * pcvs.el (smerge-ediff): Remove bogus autoload.
33468 2005-03-14  Lute Kamstra  <lute@gnu.org>
33470         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33471         Ignore a `*' at the beginning of a line.
33473         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33474         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33475         subr.el.
33476         (dont-compile, eval-when-compile, eval-and-compile): Use declare
33477         to specify indentation.
33479         * generic.el (define-generic-mode): Let generic-mode-list be a
33480         list of strings; test membership with equal.
33482 2005-03-14  Kim F. Storm  <storm@cua.dk>
33484         * simple.el (next-line, previous-line): Add optional try-vscroll
33485         arg to recognize interactive use.  Pass it on to line-move.
33486         (line-move): Don't perform auto-window-vscroll when defining or
33487         executing keyboard macro to ensure consistent behavior.
33489 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33491         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33493 2005-03-13  Lute Kamstra  <lute@gnu.org>
33495         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33496         debugger-setup-buffer so that backtrace marks the frames set to
33497         debug-on-exit and we don't have to do it manually.  Set an extra
33498         debug-on-exit for macro's.
33499         (debugger-setup-buffer): Don't mark the top frame manually.
33501 2005-03-12  Lute Kamstra  <lute@gnu.org>
33503         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33504         lisp-indent-function throughout.
33505         (with-no-warnings): Set lisp-indent-function property.
33507 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
33509         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33510         Add entry for backslash.
33512 2005-03-12  Juri Linkov  <juri@jurta.org>
33514         * info.el (Info-search): Four fixes for backward search.
33516 2005-03-11  Jay Belanger  <belanger@truman.edu>
33518         * calc/calc.el (calc-language-alist): New variable.
33519         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33520         (calc-embedded-find-modes): Use calc-language-alist instead of
33521         calc-embedded-language-alist.
33523 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33525         * calendar/calendar.el (calendar-redrawing): New internal
33526         variable.
33527         (redraw-calendar): Remove bogus save-excursion from previous
33528         change.  Bind calendar-redrawing to t for mark-diary-entries.
33529         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33530         calendar if that is why we were called.
33532 2005-03-11  Kenichi Handa  <handa@m17n.org>
33534         * international/mule.el (make-coding-system): Set property
33535         coding-system-define-form to nil.
33536         (define-coding-system-alias): Likewise.
33538 2005-03-11  Kenichi Handa  <handa@m17n.org>
33540         These changes are suggested by Dave Love <fx@gnu.org>.
33542         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33543         coding: tag.
33544         (adaptive-fill-regexp): Add more bullets.
33545         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33546         regexps.
33548 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33550         * help.el (describe-mode): Properly handle non-trivial lighters.
33551         Don't ignore minor modes that are not listed in minor-mode-list.
33553         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33554         feature ON when the user requests to turn it OFF.
33556 2005-03-10  Lute Kamstra  <lute@gnu.org>
33558         * emacs-lisp/debug.el (debug-entry-code): Delete it.
33559         (implement-debug-on-entry): New function to replace debug-entry-code.
33560         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
33561         second argument as the 2005-03-07 change makes it obsolete.
33562         (debug-on-entry, cancel-debug-on-entry): Update call to
33563         debug-on-entry-1.
33564         (debug, debugger-setup-buffer): Comment update.
33565         (debugger-frame-number): Update to work with implement-debug-on-entry.
33567 2005-03-10  Jay Belanger  <belanger@truman.edu>
33569         * calc/calc-embed.el (math-ms-args): Declare it.
33570         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33571         math-ms-args.
33572         (calc-embedded-subst): Use math-multi-subst-rec to substitute
33573         variables.
33575 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
33577         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33578         Use message-box.
33580         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33581         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33582         (tooltip-gud-tips): Simplify.
33583         (tooltip-gud-tips-p): Remove superfluous :set.
33584         (tooltip-gud-modes): Add fortran-mode.
33585         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33587         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33589 2005-03-09  Kim F. Storm  <storm@cua.dk>
33591         * play/animate.el (animate-place-char): Use forward-line instead
33592         of next-line to improve performance.
33594 2005-03-09  Simon Josefsson  <jas@extundo.com>
33596         * net/browse-url.el (browse-url-default-browser): Doc fix.
33598 2005-03-09  Miles Bader  <miles@gnu.org>
33600         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33601         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33603 2005-03-09  Kenichi Handa  <handa@m17n.org>
33605         * international/latin-1.el: Set case and syntax for 255 only if
33606         set-case-syntax-set-multibyte is nil.
33608         * textmodes/ispell.el (ispell-insert-word): New function.
33609         (ispell-word): Use ispell-insert-word to insert a new word.
33610         (ispell-process-line): Likewise.
33611         (ispell-complete-word): Likewise.
33613 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
33615         * calendar/calendar.el (redraw-calendar): Preserve point.
33616         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33617         (calendar-week-start-day): Move after definition of
33618         redraw-calendar.  Delete buffer test, since redraw-calendar has
33619         that now.
33621         * calendar/diary-lib.el (mark-diary-entries): Only call
33622         redraw-calendar in the first of any recursive calls.
33623         Reported by Alan Shutko <ats@acm.org>.
33625 2005-03-08  Juri Linkov  <juri@jurta.org>
33627         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33628         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33629         (html-radio-buttons): Add a space before the trailing `/>' where
33630         sgml-xml-mode is non-nil.
33631         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33632         the subsequent tag of the empty XML tag.
33633         (html-href-anchor): Don't set initial input to "http:".
33634         (html-image): Ask for the image URL and set point inside alt="".
33635         (html-name-anchor): Duplicate the name in the `id' attribute when
33636         sgml-xml-mode is non-nil.
33637         (html-paragraph): Remove \n before <p>.
33638         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33639         instead of `checked' when sgml-xml-mode is non-nil.
33641         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33642         Remove 1 space before #RRGGBB to not truncate it on terminal
33643         windows w/o fringes.  Remove 1 space between bg and fg examples
33644         to get more space.
33645         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33646         avoid byte-compile warnings.
33648         * image-file.el (image-file-handler): Put `safe-magic' property to
33649         `image-file-handler'.
33651         * info.el (Info-isearch-search): Emulate word search in
33652         isearching through multiple Info nodes with Info-search.
33653         (Info-isearch-wrap): Allow isearch-word.
33655 2005-03-08  Lute Kamstra  <lute@gnu.org>
33657         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33658         stepping into the debugger's code is not possible.
33659         (debugger-jumping-flag): Docstring update.
33661 2005-03-08  Jay Belanger  <belanger@truman.edu>
33663         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33664         embedded mode begins.
33665         (calc-embedded-language-alist): New variable.
33666         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33667         set default language mode.
33669 2005-03-08  Kenichi Handa  <handa@m17n.org>
33671         * international/ccl.el (define-ccl-program): Fix docstring about
33672         extra 256 bytes assured for the output buffer.
33674         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33675         Fix BUFFER_MAGNIFICATION to 2.
33676         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33678 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33680         * align.el (align-rules-list): Added an alignment rule for CSS
33681         declarations (applies to css-mode and html-mode buffers).
33683 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33685         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33687 2005-03-07  Kim F. Storm  <storm@cua.dk>
33689         * simple.el (move-beginning-of-line): New command.
33691         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33693         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33695         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33696         and move-beginning-of-line.
33698         * apropos.el (apropos-print): Omit command from M-x ... RET.
33700 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33702         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33703         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33705 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33707         * bindings.el (esc-map): Bind M-g to goto-line.
33709         * facemenu.el (global-map): Bind M-o, not M-g.
33711 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33713         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33714         "Open Directory" as for "Open File".
33716 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33718         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33719         (push-mark-command): Run activate-mark-hook.
33721 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33723         * help-mode.el (help-mode-finish): Don't alter the element
33724         in view-return-to-alist if there already is one.
33726         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33727         make sure the current buffer is the expected one.
33729         * novice.el (disabled-command-function): Output in *Disabled Command*.
33730         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33732         * textmodes/flyspell.el (flyspell-large-region):
33733         Pass args differently for aspell.
33735         * files.el (mode-require-final-newline): Doc fix.
33737 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33739         * progmodes/which-func.el (which-function):
33740         Specify NOERROR when calling imenu--make-index-alist.
33742 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33744         * simple.el (normal-erase-is-backspace): Define default value.
33746         * custom.el (custom-theme-set-variables): Remove unused var
33747         `immediate'.
33748         (custom-reevaluate-setting): Simple function to handle variables
33749         that are defined before their default value can really be
33750         computed.
33752         * startup.el (command-line): Use it for temporary-file-directory,
33753         small-emporary-file-directory, auto-save-file-name-transforms,
33754         blink-cursor-mode, and normal-erase-is-backspace.
33756         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33757         progress, even with buggy anchored keywords.
33759 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33761         * simple.el (goto-line): Remove unbalanced final parenthesis.
33763 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33765         * simple.el (goto-line): Use a number at point as the default.
33766         With C-u as arg, switch buffers.
33768 2005-03-05  Juri Linkov  <juri@jurta.org>
33770         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33771         with `no-blinking-cursor'.
33773         * startup.el (no-blinking-cursor): New defvar.
33774         (command-line): Add `--no-blinking-cursor' to longopts.
33775         Set `no-blinking-cursor' to t for command line arguments
33776         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33777         with `no-blinking-cursor' in the condition for calling
33778         `blink-cursor-mode'.
33780 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33782         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33783         (menu-bar-options-save): Add blink-cursor-mode.
33784         (menu-bar-options-menu): Add blink-cursor-mode.
33786 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33788         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33789         (icalendar-export-file, icalendar-export-region)
33790         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33791         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33793 2005-03-04  Lute Kamstra  <lute@gnu.org>
33795         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33796         (debug-function-list): Ditto.
33798 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33800         * textmodes/texinfmt.el (texinfo-append-refill):
33801         Redefine the types of line to which @refill
33802         is not appended by replacing a search for `@refill\\|@bye' with
33803         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33804         itemize@refill' bug and the unfilled long lines bug.
33805         (texinfmt-version): Update number and date.
33807 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33809         * international/code-pages.el (windows-1250, windows-125[2-8])
33810         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33812 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33814         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33815         bound yet.
33817 2005-03-02  Romain Francoise  <romain@orebokech.com>
33819         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33820         buffer after removing limits.
33821         (ibuffer-pop-filter): Ditto.
33822         Update copyright.
33824 2005-03-02  Miles Bader  <miles@gnu.org>
33826         * button.el (make-text-button): If the user doesn't specify a
33827         type, use the default.  Rewrite to use `add-text-properties' and
33828         plist functions.
33830 2005-03-01  Lute Kamstra  <lute@gnu.org>
33832         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33833         (debugger-jumping-flag): New var.
33834         (debug-entry-code): Use it.
33835         (debugger-jump): Use debugger-jumping-flag and add
33836         debugger-reenable to post-command-hook.
33837         (debugger-reenable): Use debugger-jumping-flag and remove itself
33838         from post-command-hook.
33839         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33840         debugger-reenable.
33842 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33844         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33845         inclusion of "itemize\\|", which may be unnecessary, is certainly
33846         inelegant, and stops refilling in itemize lists when formatting
33847         Japanese Texinfo files to Info.
33848         Update copyright to 2005.
33850 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33852         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33853         of an error if GDB can't find the source file.
33855 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33857         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33858         not just the calendar.
33860         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33861         first.
33862         (diary-redraw-calendar): New function.
33863         (make-diary-entry): Add diary-redraw-calendar to local
33864         write-contents-functions.  Turn off selective display before
33865         inserting in diary.
33867 2005-03-01  Kim F. Storm  <storm@cua.dk>
33869         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33871 2005-03-01  Lute Kamstra  <lute@gnu.org>
33873         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33874         that debug-entry-code can be safely removed from a function while
33875         this code is being evaluated.  Revert the 2005-02-27 change as the
33876         new implementation no longer requires it.  Make sure that a
33877         function body containing just a string is not mistaken for a docstring.
33878         (debug): Skip one more frame in case of debug on entry.
33879         (debugger-setup-buffer): Delete one more frame line in case of
33880         debug on entry.
33881         (debugger-frame-number): Update to use the new text introduced by
33882         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33884 2005-02-28  Kim F. Storm  <storm@cua.dk>
33886         * double.el (double-translate-key): Call force-window-update after
33887         read-event to avoid crash in redisplay.
33889 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33891         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33892         (debug): Use it.  Move the inhibit-trace earlier.
33893         (debug-entry-code): New const.
33894         (debug-on-entry-1): Use it.
33896 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33898         * international/utf-16.el (ccl-encode-mule-utf-16le):
33899         Fix BUFFER_MAGNIFICATION to 2.
33900         (ccl-encode-mule-utf-16be): Likewise.
33902 2005-02-28  Kenichi Handa  <handa@m17n.org>
33904         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33905         Fix BUFFER_MAGNIFICATION to 4.
33906         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33908 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33910         * speedbar.el (speedbar-update-flag): Doc fix.
33911         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33912         argument.
33914 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33916         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33917         have a non-nil `invisible' property but are actually visible.
33919         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33920         for perldoc sections.
33921         (perl-outline-regexp, perl-outline-level): New var and function.
33922         (perl-mode): Use them.
33924 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33926         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33927         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33929 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33931         * cus-edit.el: Comment change.
33932         (custom-buffer-create-internal): Slightly reword text at top of
33933         Custom buffers.  Mention there that saving an option edits the
33934         init file.  Add link to Emacs manual node on `custom-file'.
33935         (custom-magic-alist): Rewrite individual State messages to use
33936         capitalized keywords.  Doc fix.
33938 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33940         * calendar/calendar.el (calendar-buffer): Move above
33941         calendar-week-start-day.
33942         (calendar-week-start-day): Doc fix.  Add :set function.
33943         (calendar-minimum-window-height): New variable.
33944         (generate-calendar-window): Only resize window if selected-window
33945         is displaying the calendar buffer.  Use new variable
33946         calendar-minimum-window-height.
33947         (generate-calendar): Reword error message.
33948         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33950 2005-02-27  Andreas Schwab  <schwab@suse.de>
33952         * vc.el (vc-do-command): Don't run command asynchronously when
33953         operating in a remote directory.
33955         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33956         change from sync with Tramp 2.0.47.
33958 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33960         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33962         * textmodes/flyspell.el (flyspell-mode-on):
33963         Call ispell-change-dictionary only if necessary.
33965         * emacs-lisp/re-builder.el (regexp-builder): New function.
33967         * register.el (describe-register-1): Explicitly handle
33968         yank-excluded-properties = t.
33970         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33971         (custom-magic-alist): Change the status descriptions again.
33972         (face widget-type): Total rewrite based on `restricted-sexp'
33973         to eliminate the confusing double hiding levels.
33975         * emacs-lisp/debug.el (debug-on-entry-1):
33976         If function body is empty, add nil as body form.
33978 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33980         * emacs-lisp/trace.el (inhibit-trace): New var.
33981         (trace-make-advice): Use it.
33983         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33985 2005-02-26  Kim F. Storm  <storm@cua.dk>
33987         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33988         (mouse-on-link-p, mouse-drag-region-1): Use it.
33990 2005-02-25  Lute Kamstra  <lute@gnu.org>
33992         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33994 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33996         * frame.el (blink-cursor-mode): Add :group keyword.
33998 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
34000         * calendar/icalendar.el (icalendar--decode-isodatetime):
34001         New optional argument DAY-SHIFT.
34002         (icalendar-export-region): Fix coding-system-for-write.
34003         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34004         events by one.
34006 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34008         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34010 2005-02-24  Kim F. Storm  <storm@cua.dk>
34012         * international/iso-acc.el (iso-accents-compose): Fix crash
34013         during redisplay.  Call force-window-update after read-event
34014         and delete-region to signal that window is not accurate.
34016 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34018         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34019         Remove unused and inexistent var `inhibit-trace'.
34020         (debugger-mode): Use run-mode-hooks.
34021         (debugger-list-functions): Add buttons; setup xref stack.
34023 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34025         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34026         appointment says it was explicitly made.
34027         (appt-add): Set the 3rd element.
34028         (appt-make-list): Preserve explicit appointments.
34030         * subr.el (find-tag-default): Catch errors in forward-sexp.
34032 2005-02-23  Juri Linkov  <juri@jurta.org>
34034         * info.el (Info-isearch-search): New defcustom.
34035         (Info-isearch-search): Call the default isearch function
34036         when Info-isearch-search is nil.
34037         (Info-isearch-wrap): Use variable Info-isearch-search.
34039 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34041         * cus-edit.el: Comment change.
34043 2005-02-22  Kim F. Storm  <storm@cua.dk>
34045         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34046         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34048 2005-02-22  Simon Josefsson  <jas@extundo.com>
34050         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34051         New variable.
34052         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34053         Oskarsson" <myrkraverk@users.sourceforget.net>.
34055 2005-02-22  Kim F. Storm  <storm@cua.dk>
34057         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34058         check that window of that event is the selected window.
34059         (mouse-drag-region-1): Compare mouse event window to selected
34060         window before setting point.
34062         * tooltip.el (tooltip-show-help-function): Pass event to
34063         mouse-on-link-p so it can check selected window.
34065 2005-02-22  Kenichi Handa  <handa@m17n.org>
34067         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34068         (ps-mule-show-warning): New function.
34069         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34070         characters are found.
34072         * ps-print.el (ps-header-footer-string): Return a list of header
34073         and footer strings.
34075 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34077         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34079 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34081         * frame.el (blink-cursor-mode): Use define-minor-mode.
34083         * term/mac-win.el (function-key-map): Use char-names more consistently.
34084         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34085         already handled in mule-cmds.el (where it also works when mac-win.el
34086         is not used).
34088 2005-02-21  Kenichi Handa  <handa@m17n.org>
34090         * international/mule.el (ctext-pre-write-conversion): Always use
34091         " *code-converting-work*" buffer for work.
34093         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34095 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34097         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34099 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34101         * ses.el (undo-more): Restore defadvice, but only the part that
34102         allows changes outside the restricted area of the buffer.
34104 2005-02-20  Kim F. Storm  <storm@cua.dk>
34106         * simple.el (line-move): Add fourth optional arg try-vscroll which
34107         must be set to perform auto-window-vscroll.
34108         When moving backwards and doing auto-window-vscroll, automatically
34109         vscroll to the last part of lines which are taller than the window.
34110         (next-line, previous-line): Set try-vscroll arg on line-move.
34112 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34114         * replace.el (query-replace, query-replace-regexp)
34115         (replace-string, replace-regexp): When operating on region, make
34116         the minibuffer prompt say so.
34118         * isearch.el (isearch-forward): Document isearch-query-replace and
34119         isearch-query-replace-regexp keybindings.
34121 2005-02-19  Jay Belanger  <belanger@truman.edu>
34123         * calc/calc-aent.el (math-read-token): Add local variable.
34125         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34126         (calc-edit-top): Move declaration to earlier in file.
34127         (calc-edit-macro-repeats): Add local variables.
34129         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34130         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34131         calcFunc-tanh.
34132         Adjust integration rule for calcFunc-tan.
34134 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34136         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34137         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34138         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34139         (viper-skip-separators): Bug fix.
34140         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34141         particular major mode.
34142         (viper-del-backward-char-in-replace): Don't put deleted char on the
34143         kill ring.
34145         * viper-ex.el (viper-color-display-p): New function.
34146         (viper-has-face-support-p): Use viper-color-display-p.
34148         * viper-keym.el (viper-gnus-modifier-map): New keymap.
34150         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34152         * viper-util.el (viper-glob-unix-files): Fix shell status check.
34153         (viper-file-remote-p): Make equivalent to file-remote-p.
34155         * viper.el (viper-major-mode-modifier-list):
34156         Use viper-gnus-modifier-map.
34158 2005-02-19  David Kastrup  <dak@gnu.org>
34160         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34161         quoting.
34163 2005-02-19  Jay Belanger  <belanger@truman.edu>
34165         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34166         Remove extra definitions.
34167         (calc-coth): New function.
34168         (calcFunc-cot): Fix `let'.
34170 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34172         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34173         the reasons we use "type pc" in these faces.
34175         * button.el (button): Ditto.
34177 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34179         * replace.el (query-replace-read-from): Set the value of
34180         query-replace-from-history-variable to handle the case of an empty
34181         string entered to accept the suggested default.
34183         * net/tramp.el (tramp-file-name-for-operation):
34184         Use dired-call-process instead of dired-call-process-command.
34186 2005-02-19  Jay Belanger  <belanger@truman.edu>
34188         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34189         (math-div-non-trig): New variables.
34190         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34191         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34192         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34193         trig expressions.
34195 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34197         * progmodes/gdb-ui.el (gdb-var-update-handler)
34198         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34199         for watch expressions,
34200         (gdb-var-create-handler): Don't set speedbar-update-flag.
34201         (gdb-post-prompt): Simplify test for speedbar.
34203 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34205         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34206         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34207         we use the syntax table of the correct buffer.
34208         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34209         Felix Gatzemeier.
34211         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34212         (ediff-file-remote-p): Make synonymous with file-remote-p.
34213         In all deffaces ediff-*-face-*, use min-colors.
34215         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34216         ediff-recurse-to-subdirectories.
34217         (ediff-mark-if-equal): Check that the arguments are strings, use
34218         ediff-same-contents (after to Felix Gatzemeier).
34220         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34221         nil.
34223 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34225         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34227 2005-02-18  David Kastrup  <dak@gnu.org>
34229         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34230         use `mark-active' when defined.
34232 2005-02-18  Kenichi Handa  <handa@m17n.org>
34234         * ps-print.el (ps-font-info-database): New entry
34235         ZapfChancery-MediumItalic with correct font name.  Fix font name
34236         of the entry Zapf-Chancery-MediumItalic.
34238 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34240         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34242 2005-02-16  Kim F. Storm  <storm@cua.dk>
34244         * ido.el (ido-fallback-command): Pass user input to fallback command.
34246 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34248         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34249         (gdb-find-file-hook): Add server prefix.
34251 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34253         * replace.el (perform-replace): Pass new args to replace-highlight.
34254         (replace-highlight): Take region args,
34255         and pass them to isearch-lazy-highlight-new-loop.
34257         * novice.el (disabled-command-hook): Autoload the defalias
34258         and the make-obsolete-variable call.
34260         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34262         * isearch.el (isearch-lazy-highlight-start-limit)
34263         (isearch-lazy-highlight-end-limit): New variables limit
34264         the region for highlighting.
34265         (isearch-lazy-highlight-new-loop): New args BEG and END.
34266         (isearch-lazy-highlight-search): Use the new vars.
34267         (isearch-lazy-highlight-update): Likewise.
34269         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34271         * cus-start.el (all): Use default-boundp.
34273 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34275         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34277 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34279         * autorevert.el (auto-revert-stop-on-user-input)
34280         (auto-revert-verbose): Doc fixes.
34282 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34284         * international/mule-cmds.el (set-locale-environment): Remove call
34285         to set-selection-coding-system on Windows.
34287 2005-02-15  Jay Belanger  <belanger@truman.edu>
34289         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34290         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34291         calcFunc-coth.
34292         (math-simplify-sqrt): Add simplifications.
34294         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34295         to list.
34297         * calc/calc-ext.el: Add functions to autoloads.
34299         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34300         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34301         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34302         (math-csc-raw, math-cot-raw): New functions.
34304         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34306         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34307         the variable name in a message.
34309         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34310         calcFunc-csc, calcFunc-cot.
34312         * calc/calcalg2.el: Add derivative and integration rules for
34313         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34314         calcFunc-csch, calcFunc-coth.
34315         (math-do-integral-methods): Add to checks for when to use
34316         substitutions.
34318         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34320 2005-02-15  Lute Kamstra  <lute@gnu.org>
34322         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34323         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34324         <monnier@iro.umontreal.ca>.
34325         (lisp-outline-level): Improve efficiency.  Suggested by David
34326         Kastrup <dak@gnu.org>.
34328 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34330         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34331         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34332         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34333         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34334         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34336 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
34338         * cus-start.el (all): Comment change.
34340 2005-02-14  Lute Kamstra  <lute@gnu.org>
34342         * cus-start.el (all): Check if symbol is void.
34344 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
34346         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34347         optional argument to \cite.
34349 2005-02-14  Richard M. Stallman  <rms@gnu.org>
34351         * cus-edit.el (custom-buffer-create-internal): Update help message.
34352         (custom-magic-alist): Update help messages.
34354         * cus-start.el (all): Allow a var to specify a standard value.
34356 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
34358         * custom.el (custom-theme-set-variables): Handle variable aliases.
34360         * frame.el (blink-cursor-timer): Doc fix.
34361         (blink-cursor): Make it an alias for `blink-cursor-mode' and
34362         declare obsolete.
34363         (blink-cursor-mode): Define with defcustom and use correct
34364         standard expression in that defcustom.
34365         * startup.el (command-line): Adapt to above changes in frame.el.
34367 2005-02-11  Lute Kamstra  <lute@gnu.org>
34369         * apropos.el (apropos-score-doc): Prevent division by zero.
34371 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
34373         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34374         (icalendar--get-event-property-attributes)
34375         (icalendar--get-event-properties)
34376         (icalendar--datetime-to-diary-date): New functions.
34377         (icalendar--split-value): Doc fix.
34378         (icalendar--datetime-to-noneuropean-date)
34379         (icalendar--datetime-to-european-date): New optional argument
34380         SEPARATOR.  Return result as a string instead of a list.
34381         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34382         (icalendar--convert-string-for-export): Rename arg S to STRING.
34383         (icalendar-export-region): Doc fix.  Change name of error buffer.
34384         Save output buffer.
34385         (icalendar-import-file): Add blank at end of prompt.
34386         (icalendar-import-buffer): Doc fix.  Do not switch to error
34387         buffer.  Indicate status in return value.
34388         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
34389         buffer.  Save output buffer.  Handle exception from recurrence
34390         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
34391         events.  Fix problems with weekly all-day events.
34393 2005-02-10  Richard M. Stallman  <rms@gnu.org>
34395         * simple.el (eval-expression-print-format):
34396         Avoid warning about edebug-active.
34398         * help.el (help-for-help-internal): Rename from help-for-help.
34399         (help-for-help): Define with defalias.
34401         * font-core.el (font-lock-default-function): Use with-no-warnings.
34403         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34405         * custom.el (defface): Doc fix.
34407 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
34409         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34410         width 0" to prevent word wrapping problems.
34412 2005-02-09  Kim F. Storm  <storm@cua.dk>
34414         * ido.el (ido-file-extensions-order): New defcustom.
34415         (ido-file-extension-lessp, ido-file-extension-aux)
34416         (ido-file-extension-order): New advanced file ordering.
34417         (ido-file-lessp): New simple file ordering.
34418         (ido-sort-list): Remove.
34419         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34420         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34422 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
34424         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34425         that some versions of grep produce.
34426         (grep-mode-font-lock-keywords): Likewise.
34428 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
34430         * progmodes/gdb-ui.el (gdb-location-list): New variable.
34431         (gdb-cdir): Delete.
34432         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34433         (gdb-source-info): Treat case when source file is in another
34434         directory properly.
34435         (gdb-get-location): New function.
34437 2005-02-07  Jay Belanger  <belanger@truman.edu>
34439         * calc/calc-prog.el (calc-write-parse-table-part)
34440         (calc-fix-token-name): Fix a check for language type.
34442         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34444 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
34446         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34447         as directory not writable.
34449 2005-02-07  Kim F. Storm  <storm@cua.dk>
34451         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34452         (cua--standard-movement-commands): Remove list.
34453         Instead, set CUA property value to move for movement commands.
34454         (cua-movement-commands): Remove.  Users must set CUA prop instead.
34455         (cua--pre-command-handler): Check CUA property.
34456         (cua--init-keymaps): Don't remap undo commands.
34457         (cua-mode): Don't call cua--rectangle-on-off.
34459         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34460         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34461         (cua--rect-undo-set-point): New var.
34462         (cua--rectangle-undo-boundary): Setup undo apply entry.
34463         (cua--rect-undo-handler): New function for rectangle undo.
34464         (cua--rect-start-position, cua--rect-end-position): Add.
34465         (cua--rectangle-post-command): Call cua--rectangle-set-corners
34466         for restored rectangle.  Set point if cua--rect-undo-set-point.
34468 2005-02-06  Jay Belanger  <belanger@truman.edu>
34470         * calc/calc-lang.el (calc-tex-language): Display more information
34471         in messages.
34473         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34474         in TeX mode.
34476 2005-02-06  Richard M. Stallman  <rms@gnu.org>
34478         * emacs-lisp/lisp.el (buffer-end): Doc fix.
34480 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
34482         * net/ldap.el (ldap-search-internal): Support attributes with
34483         optional descriptions separated by a semi-colon, as in
34484         "userCertificate;binary".
34486 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34488         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34489         isn't a cons (i.e. the version is 0).
34491 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
34493         * help.el (help-for-help): Doc fix.
34495 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
34497         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
34498         GDB-Windows on the menu-bar as this works better.
34500 2005-02-04  Jay Belanger  <belanger@truman.edu>
34502         * calc/calc-embed.el (calc-embedded-update): Don't put in
34503         unnecessary newlines.  Adjust the end of formula marker.
34505         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34506         (math-latex-parse-two-args): New function.
34508 2005-02-03  Lute Kamstra  <lute@gnu.org>
34510         * help-fns.el (help-with-tutorial): Make sure that users cannot
34511         remove the entire text of the tutorial by means of `undo'.
34513 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34515         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34516         in recent changes, where the ispell process was repeatedly
34517         killed & restarted.
34519         * international/mule-cmds.el (set-locale-environment): Set file-name
34520         coding system to utf-8 on Darwin systems.
34521         (set-default-coding-systems): Don't set default-file-name-coding-system
34522         on Darwin systems.
34524 2005-02-03  Richard M. Stallman  <rms@gnu.org>
34526         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34528 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
34530         * faces.el (list-faces-display): Add optional argument.
34532 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34534         * font-core.el (font-lock-default-function): Handle the rare case where
34535         only font-lock-keywords is set.
34537 2005-02-02  Kenichi Handa  <handa@m17n.org>
34539         * international/characters.el: Cancel previous change for
34540         I-WITH-DOT-ABOVE and DOTLESS-i.
34542         * international/latin-5.el: Cancel previous change.
34544 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34546         * progmodes/gud.el: Correction to syntax in gud-menu-map.
34548 2005-02-02  Kenichi Handa  <handa@m17n.org>
34550         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34551         DOTLESS-i.
34553         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34554         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34556         * case-table.el (get-upcase-table): New function.
34557         (copy-case-table): Copy upcaes table too if non-nil.
34558         (set-case-syntax-delims): Maintain upcase table too.
34559         (set-case-syntax-pair): Likewise.
34560         (set-upcase-syntax, set-downcase-syntax): New functions.
34561         (set-case-syntax): Maintain upcase table too.
34563 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34565         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34567         * progmodes/gud.el (gud-goto-info): New function.
34568         (gud-tool-bar-map): Use correct icon.
34570 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34572         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34573         When delegating, order args in the funcall correctly.
34575 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34577         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34579 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
34581         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34582         buffer not visiting a file.
34584 2005-01-31  Jay Belanger  <belanger@truman.edu>
34586         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34587         bound on the line with the formula.
34589 2005-01-31  Kim F. Storm  <storm@cua.dk>
34591         * ses.el (ses-create-cell-variable-range)
34592         (ses-destroy-cell-variable-range, ses-reset-header-string)
34593         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34594         (ses-insert-row): Fix format of apply undo entries.
34596 2005-01-31  Jay Belanger  <belanger@truman.edu>
34598         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34599         parts.
34601         * calc/calc-embed.el (calc-embedded-open-formula)
34602         (calc-embedded-close-formula): Ignore matrix environments.
34604         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34605         TeX mode.
34607         * calc/calc-lang.el (math-function-table, math-oper-table)
34608         (math-variable-table): Adjust the LaTeX portions.
34610         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34611         (math-latex-ignore-words): New constant.
34613 2005-01-31  Richard M. Stallman  <rms@gnu.org>
34615         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34616         (ispell-local-dictionary): Doc fix.
34617         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34618         Don't reinitialize at run time.  Don't defcustom.
34619         All uses changed to append ispell-local-dictionary-alist,
34620         or check it first.
34621         (ispell-current-dictionary): New variable for dictionary in use.
34622         (ispell-dictionary): Now used only for global default.
34623         (ispell-start-process): Set ispell-current-dictionary,
34624         not ispell-dictionary.
34625         (ispell-change-dictionary): Use this only for setting
34626         user preferences.
34627         (ispell-internal-change-dictionary): New function
34628         to change the current dictionary in use.
34629         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34630         Use ispell-current-dictionary.
34631         Handle ispell-local-dictionary-overridden.
34632         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34634 2005-01-31  Jay Belanger  <belanger@truman.edu>
34636         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34638         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34639         (calc-mode-map): Add calc-latex-language.
34641         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34642         (math-latex-print-frac): New functions.
34643         (math-oper-table, math-function-table, math-variable-table)
34644         (math-complex-format, math-input-filter): Add latex properties.
34645         (calc-set-language): Set math-expr-special-function-mapping.
34647         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34648         (calc-write-parse-table-part): Add LaTeX support.
34650         * calc/calc.el (calc-language): Adjust docstring.
34651         (calc-set-mode-line): Add LaTeX support.
34652         (math-expr-special-function-mapping): New variable.
34653         (math-tex-ignore-words): Add to list.
34655         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34656         Add LaTeX support.
34657         (math-compose-expr): Add support for special functions.
34659         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34661 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34663         * progmodes/gdb-ui.el (gdb-memory-address)
34664         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34665         (gdb-memory-mode-map, gdb-memory-format-keymap)
34666         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34667         (gdb-memory-unit-menu): New variables for a buffer
34668         that lets the user examine program memory.
34669         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34670         (gdb-memory-format-binary, gdb-memory-format-octal)
34671         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34672         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34673         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34674         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34675         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34676         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34677         (gdb-memory-mode, gdb-memory-buffer-name)
34678         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34679         New functions for above buffer.
34681 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34683         * cus-edit.el (custom-bury-buffer): Function deleted.
34684         (custom-buffer-done-function): Option deleted.
34685         (custom-buffer-done-kill): New replacement option.
34686         (Custom-buffer-done): Call quit-window.
34687         (custom-buffer-create-internal): Update for above changes.
34689 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34691         * simple.el (undo-ask-before-discard): New var.
34692         (undo-outer-limit-truncate): Implement it.
34693         (undo-extra-outer-limit): Doc update.
34695 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34697         * ses.el (undo-more): Delete defadvice.
34698         (ses-begin-change): Doc fix.
34700         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34701         instead of rebinding C-x u and C-_.
34703         * files.el (normal-backup-enable-predicate): Return nil for files
34704         in /tmp, regardless of temporary-file-directory.
34706         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34708         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34709         (open-rectangle, delete-whitespace-rectangle-line)
34710         (clear-rectangle-line): If FILL, pass t instead of FILL
34711         for move-to-column's 2nd arg.
34713         * simple.el (undo): Fix the test for continuing a series of undos.
34714         (undo-more): Set pending-undo-list to t when we reach end.
34715         (pending-undo-list): Move up defvar.
34717         * wid-edit.el (widget-button-click):
34718         Shorten the range of the track-mouse binding.
34720         * comint.el (comint-insert-input): Undo previous changes;
34721         use last-input-event in interactive spec.
34723 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34725         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34726         to nil before invoking call-process.  Reset buffer's modified flag
34727         after fontifying it in the no-async branch.
34729         * wid-edit.el (widget-specify-button): If mouse pointer shape
34730         cannot be changed, use mouse face instead.
34732 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34734         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34735         (gdb-goto-breakpoint): Make breakpoint handling work on template
34736         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34737         (gdb-assembler-custom): Update to recognize breakpoint information
34738         added on 2005-01-19.
34740 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34742         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34743         (dsssl-mode): Use define-derived-mode.
34744         (scheme-mode-initialize): Remove.
34745         (scheme-mode): Use run-mode-hooks.
34747         * cus-edit.el (customize-group-other-window)
34748         (custom-buffer-create-other-window): Don't override special-display-*.
34749         (custom-mode-map): Make it dense.
34751         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34752         sets the default value.
34754 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34756         * descr-text.el: Add more keywords.
34758 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34760         * speedbar.el: Avoid unnecessary use of locate-library.
34762         * international/mule-cmds.el (standard-display-european-internal):
34763         Don't fiddle with latin-1 non-break space any more since it's now
34764         special cased in the C code.
34765         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34767 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34769         * cus-start.el (all): Add `undo-outer-limit'.
34771 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34773         * textmodes/bibtex.el (bibtex-format-entry):
34774         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34775         field lines.
34776         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34777         not on part of a buffer.
34779 2005-01-25  Lute Kamstra  <lute@gnu.org>
34781         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34782         nonempty field text strings like "{letters\\macro{}more letters}".
34783         Clarify docstring.
34784         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34785         (bibtex-entry-offset, bibtex-parse-association)
34786         (bibtex-parse-field-name): Fix typos in docstrings.
34787         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34789 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34791         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34792         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34793         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34794         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34796         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34797         isearch minor mode.
34799 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34801         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34803 2005-01-24  Lute Kamstra  <lute@gnu.org>
34805         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34806         CASECHARS and NOT-CASECHARS regular expressions of the
34807         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34808         striding over charsets" error.
34810 2005-01-24  Jay Belanger  <belanger@truman.edu>
34812         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34813         display variable name.
34815 2005-01-24  Kenichi Handa  <handa@m17n.org>
34817         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34818         Fix setting of the element of encoded-kbd-iso2022-invocations.
34820 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34822         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34823         (gdb-threads-select): Change to also accept mouse events.
34824         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34825         (gdb-threads-mouse-select): Delete.
34827 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34829         * files.el (insert-directory): Take care of empty directory,
34830         listed without -a switch.
34832 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34834         * textmodes/refill.el (refill-post-command-function):
34835         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34836         to the list of functions that we should be careful not to undo.
34837         (refill-late-fill-paragraph-function): Remove.
34838         (refill-saved-state): New var.
34839         (refill-mode): Use it to save fill-paragraph-function.
34840         Save also the value of auto-fill-function.
34842         * term/w32-win.el: Simplify code.
34844 2005-01-23  Kim F. Storm  <storm@cua.dk>
34846         * simple.el (line-move): Adapt to new return value from
34847         pos-visible-in-window-p.
34849         * simple.el (line-move): Fix last change.  Check partial
34850         visibility at point rather than at window-start.
34852 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34854         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34856 2005-01-22  David Kastrup  <dak@gnu.org>
34858         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34860 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34862         * type-break.el (type-break-mode): Add a test for
34863         type-break-file-name being non-nil.
34865 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34867         * net/eudc.el (top level): Call (message "") via progn, so that
34868         eudc-options-file is loaded.
34870 2005-01-22  Kim F. Storm  <storm@cua.dk>
34872         * simple.el (line-move-1): Rename from line-move.
34873         (line-move): New function that adjusts vscroll for partially
34874         visible rows, and calls line-move-1 otherwise.
34876 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34878         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34879         since it's not a complete read-event implementation.
34881 2005-01-20  Jay Belanger  <belanger@truman.edu>
34883         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34884         for called function.
34886 2005-01-20  Steven Tamm  <steventamm@mac.com>
34888         * term/mac-win.el (process-connection-type): Remove.
34889         Controlled now by s/darwin.h:PTY_ITERATION.
34891 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34893         * window.el (handle-select-window): Don't switch window when we're
34894         in the minibuffer.
34896 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34898         * subr.el (dotimes-with-progress-reporter): New macro.
34900         * ses.el (ses-dotimes-msg): Remove macro.
34901         Use `dotimes-with-progress-reporter' instead.
34903 2005-01-19  Steven Tamm  <steventamm@mac.com>
34905         * term/mac-win.el (process-connection-type): Use new
34906         operating-system-release variable to use ptys on Darwin 7 (OS X
34907         10.3) when using carbon build.
34909 2005-01-19  Jay Belanger  <belanger@truman.edu>
34911         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34912         flags if the last command was a tab or M-tab.
34914         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34915         in formula editing buffer.
34917 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34919         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34920         breakpoint image symbol in margin.
34922 2005-01-19  Jay Belanger  <belanger@truman.edu>
34924         * calc/calc-prog.el (calc-execute-kbd-macro):
34925         Ignore calc-keep-arg-flag.
34927 2005-01-19  Kenichi Handa  <handa@m17n.org>
34929         * textmodes/ispell.el (ispell-looking-at): New function.
34930         (ispell-process-line): Use ispell-looking-at to compare the ispell
34931         output and the buffer contents.
34933 2005-01-18  Jay Belanger  <belanger@truman.edu>
34935         * calc/calc.el (calc-display-raw): Fix docstring.
34937 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34939         * simple.el (blink-matching-open): Strip extra info from syntax.
34941         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34942         funny chars in the end-of-here-doc marker.
34944 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34946         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34947         that enable/disabled state of breakpoints is shown correctly in
34948         fringe and on ttys.
34949         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34950         Add breakpoint information as text properties.
34951         (gdb-mouse-toggle-breakpoint):
34952         Rename to gdb-mouse-set-clear-breakpoint.
34953         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34954         breakpoints in the margin.
34955         (gdb-remove-strings): Simplify.
34957 2005-01-17  Jay Belanger  <belanger@truman.edu>
34959         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34960         erasing buffer.
34962 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34964         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34965         for calling grep-compute-defaults.
34967         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34968         if buffer is empty.
34970         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34972 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34974         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34976         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34977         non-preloaded variables.
34979 2005-01-17  Steven Tamm  <steventamm@mac.com>
34981         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34982         tex-shell cause to force interactivity when using pipes.
34984 2005-01-17  Kim F. Storm  <storm@cua.dk>
34986         * simple.el (just-one-space): Make arg optional.
34988 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34990         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34991         posn-at-x-y to t to access left-margin.
34993 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34995         Sync with Tramp 2.0.47.
34997         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34998         catching keep-date problems in cp/scp operations.
34999         (tramp-handle-copy-file): Don't call `set-file-modes'
35000         unconditionally.  Specialized functions should know better what is
35001         necessary.  This improves performance a little bit, and the
35002         functions could catch errors with `cp -p' and `scp -p'.
35003         (tramp-do-copy-or-rename-file-via-buffer)
35004         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35005         when appropriate.
35006         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35007         Call `set-file-modes' when appropriate.
35008         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35009         Johnsson <isak@hypergene.com>.
35010         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35011         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35012         <joakim@verona.se>.
35013         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35014         Emacs only.
35016         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35017         `find-file-hooks' and `dired-mode-hook'.
35018         (tramp-minor-mode-map): Respective map.  Add remapping for
35019         `compile' and `recompile'.
35020         (tramp-remap-command, tramp-recompile): New defuns.
35021         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35022         in buffer "*Compilation*".  Call the commands asynchronously.
35024         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35025         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35026         `shell-command', because it isn't magic in XEmacs.  Reported by
35027         Adrian Aichner <adrian@xemacs.org>.
35029         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35030         `substitute-in-file-name.
35031         (tramp-smb-handle-substitute-in-file-name): New defun.
35032         (tramp-smb-advice-PC-do-completion): Delete advice.
35034 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35036         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35037         Fix error in deleting region.
35039 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35041         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35042         In non-temp buffer, switch syntax table temporarily.
35044         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35046         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35048         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35050         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35051         (imenu--generic-function): Use START, not BEG, as pos of definition.
35053         * simple.el (just-one-space): Argument specifies number of spaces.
35055         * simple.el (eval-expression-print-format): Avoid warning
35056         about edebug-active.
35058 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35060         * progmodes/sh-script.el: Code copied from make-mode.el
35061         with small changes,
35062         (sh-mode-map): Bind C-c C-\.
35063         (sh-backslash-column, sh-backslash-align): New variables.
35064         (sh-backslash-region, sh-append-backslash): New functions.
35066 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35068         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35069         (rmail-pop-password, rmail-pop-password-required): Move to
35070         rmail-obsolete group.
35071         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35072         All callers updated.
35073         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35074         Take an argument specifying whether it is POP or IMAP mailbox we
35075         are using.  All callers updated.
35076         (rmail-pop-password-error): Rename to
35077         rmail-remote-password-error.  Added mailutils-specific error message.
35078         (rmail-movemail-search-path)
35079         (rmail-movemail-variant-in-use): New variables.
35080         (rmail-remote-password, rmail-remote-password-required):
35081         New customization variables.
35082         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35083         (rmail-parse-url): New function.
35084         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35085         with GNU mailutils movemail.
35087 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35089         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35090         suffix to space, $ or '$, to correctly position point when going
35091         to @table style constants like DBL_MAX.
35093 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35095         * type-break.el (type-break-mode, type-break-file-time)
35096         (type-break-file-keystroke-count, type-break-choose-file):
35097         Don't store data in or load data from the file if type-break-file-name
35098         is nil.
35099         (type-break-file-name): Doc update as per the above.
35101 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35103         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35104         lookup-key might return nil; handle that.
35106 2005-01-15  Alan Mackenzie  <acm@muc.de>
35108         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35109         rather than the element found, thus enabling the tree to be setcar'd.
35111 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35113         * textmodes/org.el (org-show-following-heading): New option.
35114         (org-show-hierarchy-above): Use `org-show-following-heading'.
35115         (org-cycle): Documentation fix.
35117         * textmodes/org.el (orgtbl-optimized): New option
35118         (orgtbl-mode): New command, a minor mode.
35119         (orgtbl-mode-map): New variable.
35120         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35121         (orgtbl-error, orgtbl-self-insert-command)
35122         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35124         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35125         a local variable in each org-mode buffer.
35127         * textmodes/org.el (org-set-regexps-and-options): Rename from
35128         `org-set-regexps'.  Added checking for STARTUP keyword.
35129         (org-get-current-options): Add STARTUP options.
35130         (org-table-insert-row): Make mode intelligent about when
35131         realignment is needed.
35132         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35133         New commands.
35134         (org-enable-table-editor): New default value `optimized'.
35135         (org-table-blank-field): Support blanking regions if active.
35137 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35139         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35140         if the year is not given.
35142         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35143         Add new escapes %m and %M, fixed bug with %F by adding
35144         save-match-data.
35145         (reftex-reference): Remove ?. from list of spaces.
35146         (reftex-label-info): Add automatic label prefix recognition.
35148         * textmodes/reftex-index.el (reftex-index-next-phrase):
35149         Add slave parameter to call of `reftex-index-this-phrase'.
35150         (reftex-index-this-phrase): New optional argument.
35151         (reftex-index-region-phrases): Add slave parameter to call of
35152         `reftex-index-this-phrase'.
35153         (reftex-display-index): New argument redo.
35154         (reftex-index-rescan): Add `redo' to arguments of
35155         `reftex-display-index'.
35156         (reftex-index-Rescan, reftex-index-revert)
35157         (reftex-index-switch-index-tag): Add `redo' to arguments of
35158         `reftex-display-index'.
35159         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35160         indexing.  Fix bug with matching is there is a quote before or
35161         after the word.
35163         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35164         Fix bug when collecting citation keys in lines with comments.
35165         (reftex-citation): Prefix argument no longer rescans the document,
35166         but forces prompting for optional arguments of cite macros.
35167         (reftex-do-citation): Prompting for optional arguments implemented.
35169         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35170         Add optional arguments to most cite commands.
35171         (reftex-cite-cleanup-optional-args): New option
35172         (reftex-cite-prompt-optional-args): New option.
35173         (reftex-trust-label-prefix): New option.
35175         * textmodes/reftex-toc.el (reftex-toc-find-section):
35176         Add push-mark before changing the position in the buffer.
35178         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35179         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35181 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35183         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35184         more carefully.
35186 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35188         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35189         (sgml-mode): Use it.
35190         (sgml-get-context): Better keep track of implicitly closed tags.
35192 2005-01-13  Kenichi Handa  <handa@m17n.org>
35194         * textmodes/ispell.el: These changes are to fix misalignment error
35195         caused by equivalent characters of different Emacs charsets.
35196         (ispell-unified-chars-table): New variable.
35197         (ispell-get-decoded-string): New function.
35198         (ispell-get-casechars, ispell-get-not-casechars)
35199         (ispell-get-otherchars): Call ispell-get-decoded-string.
35201 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35203         * custom.el (custom-declare-variable): Just put symbol instead
35204         of (defvar . symbol) in `current-load-list'.
35206 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35208         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35210 2005-01-12  Jay Belanger  <belanger@truman.edu>
35212         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35213         to create a Calc summary.
35215 2005-01-12  Kim F. Storm  <storm@cua.dk>
35217         * mouse.el (mouse-on-link-p): Change functionality and doc
35218         string to comply with latest description in lisp ref.
35220 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35222         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35223         Enable mouse clicks on mode-line, header-line and margin.
35224         (event-type): Give mouse event symbols an `event-kind' property
35225         with value `mouse-click'.
35227 2005-01-12  Juri Linkov  <juri@jurta.org>
35229         * facemenu.el (list-colors-display): Add new arg buffer-name.
35230         Use it.  Fix docstring.  Replace code for identifying duplicate
35231         colors by the name with call to `list-colors-duplicates' which
35232         identifies duplicate colors by the value unless the color
35233         is one of special Windows colors.  Set truncate-lines to t.
35234         Print sorted duplicate color names on each line.  Indent to 22
35235         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35236         (list-colors-duplicates): New function.
35237         (facemenu-color-name-equal): Delete function.
35239         * facemenu.el (list-colors-print): New function created from code
35240         in list-colors-display.  Print #RRGGBB at the window right edge.
35241         (list-colors-display): When temp-buffer-show-function is not
35242         defined, call list-colors-print from temp-buffer-show-hook
35243         to get the right value of window-width in list-colors-print
35244         after the buffer is displayed.
35246         * simple.el (pop-mark): Move deactivate-mark out of conditional
35247         part to deactivate the active mark regardless of the state of the
35248         mark ring.
35250         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35251         variables line in desktop files.
35253 2005-01-12  Juri Linkov  <juri@jurta.org>
35255         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35256         Bring together isearch highlight related options.
35257         (lazy-highlight): Replace group `replace' by `matching'.
35258         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35259         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35260         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35261         and declare them obsolete.
35262         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35263         (isearch-faces): Remove defgroup.
35264         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35265         Move isearch highlighting code closer to lazy highlighting code.
35267         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35268         (query-replace-highlight, query-replace-lazy-highlight)
35269         (query-replace): Move definitions to the beginning of the file.
35271 2005-01-11  Juri Linkov  <juri@jurta.org>
35273         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35274         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35275         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35277         * info.el (Info-history-forward): New variable.
35278         (Info-select-node): Reset Info-history-forward to nil.
35279         (Info-last): Turn into defalias.
35280         (Info-history-back): Rename from Info-last.
35281         Add current node to Info-history-forward.
35282         (Info-history-forward): New fun.
35283         (Info-mode-map): Replace Info-last by Info-history-back.
35284         Bind Info-history-forward to "r".
35285         (Info-mode-menu): Replace Info-last by Info-history-back.
35286         Fix menu item text.  Add menu item for Info-history-forward.
35287         (info-tool-bar-map): Replace Info-last by Info-history-back.
35288         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35289         for Info-history-forward.
35290         (Info-mode): Replace Info-last by Info-history-back in docstring.
35291         Add local variable Info-history-forward.
35292         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35294 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35296         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35297         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35298         Ignore select-window events rather than fiddle with
35299         mouse-autoselect-window.
35301 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35303         * type-break.el (type-break-mode): Fix previous change.
35305 2005-01-10  Jay Belanger  <belanger@truman.edu>
35307         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35308         calculator; only reset when point is inside a calculator.
35309         Don't adjust the window height if the window takes up the whole height
35310         of the frame.
35312 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35314         * ebuff-menu.el (Electric-buffer-menu-mode):
35315         Preserve value of buffer-local var header-line-format.
35317 2005-01-09  Jay Belanger  <belanger@truman.edu>
35319         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35320         Make sure settings file exists before accessing it.
35322         * calc/calc-embed.el (calc-embedded-subst):
35323         Replace math-multi-subst-rec, which is only supposed to be called
35324         by math-multi-subst, by math-multi-subst.
35326 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35328         * vc.el (vc-allow-async-revert): New user option.
35329         (vc-disable-async-diff): New internal variable.
35330         (vc-revert-buffer): Use them to disable asynchronous diff.
35332         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35333         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35334         asynchronously if vc-disable-async-diff is t.
35336 2005-01-09  Jay Belanger  <belanger@truman.edu>
35338         * calc/calc.el (defcalcmodevar): New macro.
35339         (calc-mode-var-list-restore-default-values)
35340         (calc-mode-var-list-restore-saved-values): New functions.
35341         (calc-mode-var-list): Use defcalcmodevar to define it.
35342         (calc-always-load-extensions, calc-line-numbering)
35343         (calc-line-breaking, calc-display-just, calc-display-origin)
35344         (calc-number-radix, calc-leading-zeros, calc-group-digits)
35345         (calc-group-char, calc-point-char, calc-frac-format)
35346         (calc-prefer-frac, calc-hms-format, calc-date-format)
35347         (calc-float-format, calc-full-float-format, calc-complex-format)
35348         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35349         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35350         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35351         (calc-matrix-brackets, calc-language, calc-language-option)
35352         (calc-left-label, calc-right-label, calc-word-size)
35353         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35354         (calc-display-raw, calc-internal-prec, calc-angle-mode)
35355         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35356         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35357         (calc-window-height, calc-display-trail, calc-show-selections)
35358         (calc-use-selections, calc-assoc-selections)
35359         (calc-display-working-message, calc-auto-why, calc-timing)
35360         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35361         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35362         (calc-gnuplot-default-device, calc-gnuplot-default-output)
35363         (calc-gnuplot-print-device, calc-gnuplot-print-output)
35364         (calc-gnuplot-geometry, calc-graph-default-resolution)
35365         (calc-graph-default-resolution-3d, calc-invocation-macro)
35366         (calc-show-banner): Use defcalcmodevar to declare them and set
35367         their default values.
35369         * calc/calc-ext.el (calc-reset): Restore saved values of variables
35370         instead of default values (but restore default values if there is
35371         an argument of 0).
35373 2005-01-09  David Kastrup  <dak@gnu.org>
35375         * desktop.el (desktop-restore-eager): Fix typo in type.
35377 2005-01-08  Richard M. Stallman  <rms@gnu.org>
35379         * cus-edit.el (customize): Delete :link.
35381 2005-01-08  Jay Belanger  <belanger@truman.edu>
35383         * calc/calc.el (calc-mode): Remove the extension from the
35384         `calc-settings-file' file name when loading it.
35386 2005-01-08  Kim F. Storm  <storm@cua.dk>
35388         * info.el (Info-mode-map, Info-next-link-keymap)
35389         (Info-prev-link-keymap, Info-up-link-keymap):
35390         Map follow-link to mouse-face.
35391         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35393 2005-01-08  Jay Belanger  <belanger@truman.edu>
35395         * calc/calc.el (calc-settings-file): Change default value.
35396         Suggested by cgw in a comment in calc-mode.el.
35398         * calc/calc-mode.el (calc-settings-file-name):
35399         Compare calc-settings-file to user-init-file instead of ~/.emacs.
35400         Replace ~/.emacs in a prompt by calc-settings-file.
35402 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
35404         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35405         (desktop-lazy-idle-delay): New customizable variables.
35406         (desktop-buffer-args-list): New variable.
35407         (desktop-append-buffer-args): New function.
35408         (desktop-save): Call desktop-append-buffer-args for some buffers.
35409         (desktop-lazy-create-buffer): New function.
35410         (desktop-idle-create-buffers): New function.
35411         (desktop-read): Add message about buffers to restore lazily.
35412         (desktop-lazy-abort): New command.
35413         (desktop-clear): Call desktop-lazy-abort.
35414         (desktop-lazy-complete): New command.
35416 2005-01-06  Richard M. Stallman  <rms@gnu.org>
35418         * emacs-lisp/find-func.el (find-face-definition):
35419         Rename from find-face.
35421 2005-01-06  Kim F. Storm  <storm@cua.dk>
35423         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35425         * man.el (Man-xref-man-page, Man-xref-header-file)
35426         (Man-xref-normal-file): Add follow-link property.
35428 2005-01-06  Jay Belanger  <belanger@truman.edu>
35430         * calc/calc-units.el: Make sure the proper macro definitions are
35431         available when compiling.
35433 2005-01-06  Juri Linkov  <juri@jurta.org>
35435         * isearch.el (isearch-lazy-highlight-update):
35436         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35438 2005-01-06  Miles Bader  <miles@gnu.org>
35440         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35441         (isearch-lazy-highlight-face): Use new name.
35443 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35445         * uniquify.el (uniquify-rationalize-file-buffer-names):
35446         Re-add an interactive spec.
35447         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35448         to the same name.
35450         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35451         (isearch-update, isearch-done): Adjust calls accordingly.
35453 2005-01-05  Richard M. Stallman  <rms@gnu.org>
35455         * custom.el (custom-set-variables, custom-theme-set-variables):
35456         Clarify documentation.
35458         * emacs-lisp/find-func.el (find-variable)
35459         (find-variable-other-window, find-variable-other-frame):
35460         Fix the TYPE args to find-function-read and find-function-do-it.
35461         (find-function): Doc fix.
35462         (find-function-at-point): Replace function-at-point alias.
35464 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35466         * cus-face.el (custom-declare-face):
35467         Record defface in current-load-list.
35469         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35471         * emacs-lisp/find-func.el: Doc fixes.
35472         (find-face-regexp): New variable.
35473         (find-function-regexp-alist): New variable.
35474         (find-function-C-source): Third arg is now TYPE.
35475         (find-function-search-for-symbol): Handle general TYPE.
35476         (find-function-read, find-function-do-it): Handle general TYPE.
35477         (find-definition-noselect, find-face): New functions.
35478         (function-at-point): Alias deleted.
35480 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
35482         * battery.el (display-battery-mode): Rename from display-battery.
35483         Handle the case where it gets turned off.
35485 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35487         * cus-edit.el (customize): Make :link point to user doc.
35489         * man.el (Man-fontify-manpage): Turn off undo generation.
35491         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35493 2005-01-04  Andreas Schwab  <schwab@suse.de>
35495         * files.el (insert-directory): Only look for error lines in
35496         inserted text.  Don't move too far after processing --dired markers.
35498 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35500         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35501         Don't expand if the character is @, period, dash, etc.
35502         (define-mail-abbrev): Quote names that contain problem characters.
35504 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
35506         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35508 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35510         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35511         (query-replace-highlight, query-replace-lazy-highlight)
35512         (query-replace): Definitions moved up.  Doc fix.
35514 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35516         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35517         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35518         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35519         (lazy-highlight-face): Rename from isearch-lazy-...
35520         Change all references to them.
35522 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
35524         * cus-edit.el (custom-file): Doc fix for defcustom.
35525         (custom-file): The function no longer sets the variable
35526         `custom-file' to its return value.
35528         * startup.el (command-line): No longer load `custom-file'.
35530 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35532         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35534         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35535         Don't confuse module-prefixed identifiers for labels.
35536         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35538 2005-01-02  Richard M. Stallman  <rms@gnu.org>
35540         * files.el (basic-save-buffer-1): Fix previous change.
35542         * loadhist.el (file-loadhist-lookup): New function.
35543         (file-provides, file-requires): Use it.
35545         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35546         instead of calculating the right size.
35548 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
35550         * vc-svn.el (vc-svn-diff): Stay local if possible.
35552 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35554         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35556         * files.el (hack-local-variables): Fix last change.
35558 2005-01-02  Jay Belanger  <belanger@truman.edu>
35560         * calc/calc-yank.el (calc-edit-top): New variable.
35561         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35562         object.  Change header properties.
35563         (calc-edit-finish, calc-edit-finish-stack-object)
35564         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35565         edited object.
35566         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35567         for the beginning of the edited object.
35568         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35569         for the beginning of the edited object.
35570         * calc/calc-prog.el (calc-edit-macro-finish-edit)
35571         (calc-finish-formula-edit, calc-macro-repeats)
35572         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35573         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35574         beginning of the edited object.
35575         (calc-user-define-edit): Change the header for editing macros.
35576         Remove unnecessary variable.
35578 2005-01-01  Jay Belanger  <belanger@truman.edu>
35580         * calc/calc-yank.el (calc-edit-mode): Change default header.
35581         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35582         * calc/calc-store.el (calc-edit-variable): Change title to match new
35583         header.
35584         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35585         mode to match new header.
35586         (calc-user-define-edit): Change titles to include names of commands.
35587         (calc-finish-formula-edit): Adjust to handle new header.
35588         (calc-finish-macro-edit): Remove.
35589         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35590         (calc-edit-macro-command, calc-edit-macro-command-type)
35591         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35592         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35593         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35594         (calc-edit-macro-finish-edit): New functions.
35595         (calc-user-define-edit): Use new functions to edit named calc macros.
35597 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35599         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35601         * ses.el (copy-region-as-kill): Deactivate mark.
35603 2005-01-01  Richard M. Stallman  <rms@gnu.org>
35605         * replace.el (occur-1): If the output buffer is also an input,
35606         don't kill it, rename it.
35608         * faces.el (set-face-background, set-face-foreground): Doc fix.
35610         * cus-face.el (custom-face-attributes): Fix :help-echo strings
35611         for :foreground and :background.
35613         * dired.el (dired-view-command-alist): Variable deleted.
35614         (dired-view-file, dired-mouse-find-file-other-window):
35615         Delete the code to use it.
35617 2005-01-01  Kim F. Storm  <storm@cua.dk>
35619         * image.el (insert-sliced-image): Use t for line-height property.
35621 See ChangeLog.11 for earlier changes.
35623 ;; Local Variables:
35624 ;; coding: iso-2022-7bit
35625 ;; add-log-time-zone-rule: t
35626 ;; End:
35628     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35630   This file is part of GNU Emacs.
35632   GNU Emacs is free software; you can redistribute it and/or modify
35633   it under the terms of the GNU General Public License as published by
35634   the Free Software Foundation; either version 3, or (at your option)
35635   any later version.
35637   GNU Emacs is distributed in the hope that it will be useful,
35638   but WITHOUT ANY WARRANTY; without even the implied warranty of
35639   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35640   GNU General Public License for more details.
35642   You should have received a copy of the GNU General Public License
35643   along with GNU Emacs; see the file COPYING.  If not, write to the
35644   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35645   Boston, MA 02110-1301, USA.
35647 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1