Version 22.3 released.
[emacs/old-mirror.git] / lisp / ChangeLog
blob6f741414ac1df2da758a4a4bab3e4d774fac2173
1 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
3         * Version 22.3 released.
5 2008-09-03  Alan Mackenzie  <acm@muc.de>
7         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
9 2008-09-03  Masatake YAMATO  <jet@gyve.org>
11         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
12         name of parameters in document body.  (sync from trunk 2007-08-23)
14 2008-08-30  Glenn Morris  <rgm@gnu.org>
16         * subr.el (make-variable-frame-local): Tweak obsolescence message.
18 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
20         * image-mode.el (image-mode): Fix 2008-07-19 change.
22 2008-08-26  Juanma Barranquero  <lekktu@gmail.com>
24         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence declaration.
26         * hi-lock.el (hi-lock-mode): Fix typo in docstring.
28         * icomplete.el (icomplete-compute-delay, icomplete-get-keys): Doc fixes.
29         (icomplete-delay-completions-threshold): Fix typo in docstring.
31         * speedbar.el (speedbar-stealthy-function-list)
32         (speedbar-verbosity-level, speedbar-supported-extension-expressions)
33         (speedbar-update-current-file, speedbar-add-indicator)
34         (speedbar-tag-expand): Reflow docstrings.
35         (speedbar-use-imenu-flag, speedbar-use-tool-tips-flag)
36         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
37         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
38         (speedbar-files-item-info, speedbar-fetch-replacement-function)
39         (speedbar-maybe-add-localized-support)
40         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
41         (speedbar-extract-one-symbol, speedbar-recenter-to-top)
42         (speedbar-recenter, speedbar-separator-face): Fix typos in docstrings.
43         (speedbar-ignored-directory-expressions, speedbar-handle-delete-frame)
44         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
45         (speedbar-check-vc-this-line, speedbar-files-line-directory)
46         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
47         (speedbar-buffers-line-directory): Doc fixes.
49         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
51         * emacs-lisp/edebug.el (edebug-unwrap*, edebug-signal)
52         (edebug-restore-status): Doc fixes.
53         (edebug-gensym, edebug-top-level-nonstop, edebug-eval-display)
54         (edebug-eval-result-list, edebug-eval-redisplay, edebug)
55         (edebug-trace): Fix typos in docstrings.
57         * emulation/tpu-edt.el (tpu-match-beginning, tpu-match-end)
58         (tpu-check-match, tpu-goto-breadcrumb, tpu-reset-screen-size)
59         (tpu-toggle-overwrite-mode, tpu-include, tpu-get, tpu-what-line)
60         (tpu-insert-escape, tpu-insert-formfeed, tpu-end-define-macro-key)
61         (tpu-check-search-case, tpu-select, tpu-unselect, tpu-trim-line-ends)
62         (tpu-toggle-control-keys): Fix typos in docstrings.
63         (tpu-kill-buffer): Doc fix.
64         (tpu-make-file-buffer-list, tpu-toggle-regexp, tpu-cut)
65         (tpu-append-region, tpu-delete-current-char, tpu-emacs-replace):
66         Reflow docstrings.
68         * eshell/em-smart.el (eshell-review-quick-commands): Doc fix.
70         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
72         * play/solitaire.el (solitaire, solitaire-mode-map, solitaire-mode-hook)
73         (solitaire-mode, solitaire, solitaire-solve): Fix typos in docstrings.
75         * progmodes/gdb-ui.el (gdb-source-info): Fix typo in docstring.
77         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
78         (python-skip-out): Doc fixes.
80 2008-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
82         * calc/calc-units.el (math-simplify-units-quotient): Replace
83         missing exponent.
85 2008-08-24  Romain Francoise  <romain@orebokech.com>
87         * progmodes/python.el (run-python): Remove '' from sys.path.
89 2008-08-23  Glenn Morris  <rgm@gnu.org>
91         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
93 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
95         * subr.el (temp-buffer-show-hook): Doc fix.
97 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
99         * emulation/edt.el (edt-default-emulation-setup): Share
100         global-buffers-menu-map with the emulated global map.
102 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
104         * textmodes/flyspell.el (flyspell-word): Revert last change.
106 2008-08-15  Glenn Morris  <rgm@gnu.org>
108         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline.
109         (Bug#699)
111 2008-08-13  Martin Rudalics  <rudalics@gmx.at>
113         * emacs-lisp/find-func.el (find-library): Wrap search for
114         library name in condition-case to avoid reporting a scan-error.
115         (Bug#563)  (sync from trunk 2008-01-25)
117 2008-08-12  Juanma Barranquero  <lekktu@gmail.com>
119         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
121         * play/solitaire.el (solitaire-solve): Err out if the solitaire
122         is already in progress.
124 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
126         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
128 2008-08-10  Glenn Morris  <rgm@gnu.org>
130         * Makefile.in (bootstrap-prepare): Explictly pass EMACS to sub-makes
131         that use it, for non-GNU makes (sync from trunk 2008-06-08).
133         * cus-dep.el (generated-custom-dependencies-file): Doc fix (sync from
134         trunk 2008-06-05).
136         * finder.el (generated-finder-keywords-file, finder-exit):
137         Doc fix (sync from trunk 2008-06-05).
139         * simple.el (toggle-truncate-lines): Doc fix (sync from trunk
140         2008-04-10).
142         * subr.el (locate-library): Doc fix (sync from trunk 2008-06-10).
144         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix (sync
145         from trunk 2008-06-13).
146         (byte-compile-file): Doc fix (sync from trunk 2008-04-27).
148         * progmodes/f90.el (f90-beginning-of-subprogram)
149         (f90-end-of-subprogram):  Only give a message when interactive (sync
150         from trunk 2008-06-12).
152         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
153         before trying to move there (sync from trunk 2008-06-11).
155         * calendar/cal-bahai.el (holiday-bahai): Use an algorithm actually
156         relevant to this calendar system (sync from trunk 2008-03-31).
157         (calendar-bahai-date-string): Avoid an error for pre-Bahai dates (sync
158         from trunk 2008-03-31).
159         (calendar-print-bahai-date): Handle pre-Bahai dates (sync from trunk
160         2008-03-20).
161         (calendar-absolute-from-bahai): Fix the leap-year case (sync from trunk
162         2008-03-20).
164         * calendar/calendar.el (increment-calendar-month): Optionally handle
165         systems without 12 months per year (sync from trunk 2008-03-31; needed
166         for above holiday-bahai fix).
168         * calendar/cal-islam.el (holiday-islamic): Doc fix (sync from trunk
169         2008-04-23).
171         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
172         in the last fortnight in Julian October (sync from trunk 2008-03-31).
174         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type (sync
175         from trunk 2008-04-11).
177         * calendar/calendar.el (calendar-nth-named-absday)
178         (calendar-nth-named-day):
179         * calendar/diary-lib.el (list-sexp-diary-entries, diary-float):
180         * calendar/holidays.el (holiday-float):
181         Doc fixes (sync from trunk 2008-04-29).
183         * calendar/diary-lib.el (simple-diary-display, diary-show-all-entries)
184         (make-diary-entry): Respect non-nil values of pop-up-frames (sync from
185         trunk 2008-03-28).
187         * calendar/diary-lib.el (diary-remind): Doc fix.
189 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
191         * kmacro.el (kmacro-exec-ring-item): Add autoload.
193         * files.el (auto-save-visited-file-name): Move definition to
194         fileio.c.
196         * cus-start.el (all): Handle auto-save-visited-file-name.
198 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
200         * cus-edit.el (custom-save-all): Avoid destroying symlink if
201         already visiting the custom file.
203         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
204         pending output coming after the status change.
206 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
208         * files.el (abbreviate-file-name): When replacing $HOME with ~,
209         turn off case-fold-search.
211 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
213         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
214         move the (arglist-cont-nonempty) from c-offsets-alist to
215         c-hanging-braces-alist like other styles already have.
217 2008-07-19  Markus Triska  <markus.triska@gmx.at>
219         * image-mode.el (image-mode): Set image-mode-text-map when image
220         cannot be displayed.
222 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
224         * textmodes/flyspell.el (flyspell-word, flyspell-large-region)
225         (flyspell-region): Call ispell-maybe-find-aspell-dictionaries.
227         * simple.el (next-error): Do a redisplay to prevent incorrect
228         recentering (workaround for bug#197).
230 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
232         * net/tramp.el (tramp-perl-directory-files-and-attributes)
233         (tramp-get-device): Make device number a cons cell.
235 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
237         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
238         invalid filename strings when parsing tex errors (bug#376).
240 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
242         * dired-aux.el (dired-copy-file-recursive): Avoid calling
243         set-file-modes when creating target directories.
245 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
247         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
248         key remapping, not directly.
250 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
252         * progmodes/flymake.el (flymake-errline, flymake-warnline): Use
253         more suitable colors on dark displays.
255 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
257         * shell.el (shell-dynamic-complete-functions): Use
258         comint-dynamic-complete-filename as well (bug#361).
260 2008-06-21  Alan Mackenzie  <acm@muc.de>
262         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
263         infinite loop on invalid syntax.
265 2008-06-11  Michael Albinus  <michael.albinus@gmx.de>
267         * net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
269 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
271         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
273 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * tar-mode.el (tar-header-block-summarize): Ensure one space around
276         user&group.
278 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
280         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
281         Use diary-ordinal-suffix.
283 2008-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
287 2008-05-24  Alan Mackenzie  <acm@muc.de>
289         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
290         if c-file-style is set to a non-string
292         (c-neutralize-CPP-line): Surround by `save-excursion'.
293         (c-neutralize-syntax-in-CPP): Optimize for speed.
295 2008-05-18  David Hull <david@snap.com>  (tiny change)
297         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
299 2008-05-18  mohrmarc  <debian@miller-mohr.de>  (tiny change)
301         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
302         logic operators .eqv. and .neqv.
304 2008-05-17  David Hull <david@snap.com>  (tiny change)
306         * vc-hg.el (vc-hg-annotate-command): Allow white space before
307         version number.
309 2008-05-12  Simon Marshall  <simon@gnu.org>
311         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
312         from its default value and give it the risky-local-variable
313         property (CVE-2008-2142).
315 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
317         * smerge-mode.el (smerge-command-prefix): Fix custom type.
319 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
321         * textmodes/org.el (org-read-date-get-relative): Interpret lone
322         weekday abbreviation as relative to today.
324 2008-05-01  Nick Roberts  <nickrob@snap.net.nz>
326         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
327         Don't throw error if no file is found.
329 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
331         * net/tramp.el (tramp-replace-environment-variables): Remove it.
332         There is a more simple solution.
333         (tramp-file-name-handler): Apply `substitute-in-file-name' w/o
334         Tramp file name handlers.
336 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
338         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
339         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
340         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
341         (gdb-assembler-custom): Be careful not to match other addresses.
343 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
345         * net/tramp.el (tramp-replace-environment-variables): New defun.
346         (tramp-file-name-handler): Use it.
348 2008-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
351         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
352         (diff-sanity-check-hunk): Adjust code accordingly.
354 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
356         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
358 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
360         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
361         (gdb-set-gud-minor-mode-existing-buffers)
362         (gdb-info-breakpoints-custom, gdb-get-location)
363         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
364         Previously gdb-create-define-alist wasn't always run and added to
365         after-save-hook.
367         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
369 2008-04-12  Kevin Ryde  <user42@zip.com.au>
371         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
372         comments like unindented ones.
374 2008-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
376         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
377         parameter origins.
379 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
383 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
385         * woman.el (woman2-TH): Use string-equal instead of string-match.
387 2008-04-11  Kevin Ryde  <user42@zip.com.au>
389         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
390         Bind print-level to ensure output forms aren't truncated if
391         print-level is set to eval-expression-print-level when going via
392         eval-defun and friends, or has been otherwise fiddled with.
394 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
396         * net/tramp.el (tramp-find-file-name-coding-system-alist):
397         New defun.
398         (tramp-handle-insert-file-contents, tramp-handle-write-region):
399         Use it.
401         * net/trampver.el: Update release number.
403 2008-04-09  Alan Mackenzie  <acm@muc.de>
405         * font-lock.el (font-lock-extend-after-change-region-function):
406         Make it buffer local.
408 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
410         * progmodes/cc-mode.el (c-basic-common-init): Don't set
411         font-lock-extend-after-change-region-function globally.
413 2008-04-08  Carsten Dominik  <dominik@science.uva.nl>
415         * textmodes/org-export-latex.el: New file.
417         * textmodes/org-irc.el: New file.
419         * textmodes/org-mac-message.el: New file.
421         * textmodes/org-publish.el: New file.
423         * textmodes/org.el (org-agenda-collect-markers)
424         (org-create-marker-find-array)
425         (org-check-agenda-marker-table, org-extract-log-state-settings)
426         (org-nofm-to-completion, org-refile-goto-last-stored)
427         (org-export-html-convert-special-strings, org-first-list-item-p)
428         (org-imenu-new-marker, org-imenu-get-tree)
429         (org-speedbar-set-agenda-restriction)
430         (org-agenda-set-restriction-lock)
431         (org-agenda-remove-restriction-lock)
432         (org-agenda-maybe-redo, org-compute-latex-and-specials-regexp)
433         (org-do-latex-and-special-faces, org-read-date-display)
434         (org-select-remember-template, org-agenda-copy-local-variable)
435         (org-read-date-get-relative, org-columns-cleanup-item)
436         (org-find-entry-with-id)
437         (org-insert-columns-dblock, org-listtable-to-string)
438         (org-dblock-write:columnview, org-columns-capture-view)
439         (org-edit-headline, org-parse-local-options)
440         (org-in-clocktable-p, org-property-or-variable-value)
441         (org-get-tags-string, org-up-heading-safe)
442         (org-fast-todo-selection, org-get-wdays)
443         (org-switch-to-buffer-other-window, org-agenda-deadline-face)
444         (org-add-link-type, org-columns-content, org-columns-widen)
445         (org-columns-next-allowed-value, org-columns-edit-allowed)
446         (org-columns-store-format)
447         (org-columns-uncompile-format, org-columns-redo)
448         (org-columns-edit-attributes, org-delete-property)
449         (org-set-property, org-columns-update, org-columns-compute)
450         (org-columns-eval)
451         (org-columns-not-in-agenda, org-columns-compute-all)
452         (org-property-next-allowed-value)
453         (org-columns-compile-format, org-fill-paragraph-experimental)
454         (org-string-to-number, org-property-action, org-columns-move-left)
455         (org-columns-new)
456         (org-column-number-to-string, org-property-previous-allowed-value)
457         (org-at-property-p, org-columns-delete)
458         (org-columns-previous-allowed-value)
459         (org-columns-move-right, org-columns-narrow)
460         (org-property-get-allowed-values)
461         (org-verify-version, org-column-string-to-number)
462         (org-delete-property-globally)
463         (org-get-property-block, org-entry-properties, org-entry-get)
464         (org-entry-delete, org-entry-get-with-inheritance)
465         (org-entry-put, org-buffer-property-keys, org-new-column-overlay)
466         (org-overlay-columns)
467         (org-overlay-columns-title, org-remove-column-overlays)
468         (org-column-show-value, org-column-quit, org-column-edit)
469         (org-cached-entry-get, org-table-put-field-property)
470         (org-get-columns-autowidth-alist, turn-on-orgstruct)
471         (orgstruct-error, orgstruct-setup)
472         (orgstruct-make-binding, org-context-p, org-get-local-variables)
473         (org-run-like-in-org-mode)
474         (org-make-link-regexps, org-remove-keyword-keys)
475         (org-get-todo-face, org-export-get-title-from-subtree)
476         (org-assign-fast-keys, org-get-min-level)
477         (org-get-wdays, org-clock-find-position)
478         (org-clock-goto, org-fontify-priorities)
479         (org-get-date-from-calendar)
480         (org-entry-add-to-multivalued-property)
481         (org-entry-remove-from-multivalued-property)
482         (org-entry-member-in-multivalued-property)
483         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state)
484         (org-agenda-get-restriction-and-command)
485         (org-open-link-from-string, org-columns-open-link)
486         (org-go-to-remember-target, org-remember-insinuate)
487         (org-icalendar-cleanup-string, org-first-sibling-p)
488         (org-back-over-empty-lines, org-skip-whitespace)
489         (org-goto-local-auto-isearch)
490         (org-clocktable-steps, org-refile-get-location)
491         (org-kill-line, org-remove-timestamp-with-keyword)
492         (org-local-logging): New functions.
493         (org-agenda-marker-table, org-log-note-how)
494         (org-goto-local-auto-isearch-map)
495         (org-last-remember-storage-locations)
496         (org-imenu-markers, org-agenda-restriction-lock-overlay)
497         (org-speedbar-restriction-lock-overlay)
498         (org-massive-special-regexp)
499         (org-verbatim-re, org-read-date-display-live)
500         (org-agenda-file-regexp, org-complex-heading-regexp)
501         (org-completion-fallback-command, org-todo-log-states)
502         (org-goto-exit-command, org-goto-selected-point)
503         (org-todo-key-alist, org-todo-key-trigger, org-agenda-remove-date)
504         (org-agenda-after-show-hook, org-agenda-skip-unavailable-files)
505         (org-fast-tag-selection-can-set-todo-state, org-local-properties)
506         (org-store-link-functions, org-columns-top-level-marker)
507         (orgstruct-mode-map, org-entry-property-inherited-from)
508         (org-column-overlays, org-current-columns-fmt)
509         (org-current-columns-maxwidths, org-column-map)
510         (org-cached-props): New variables.
511         (org-special-ctrl-k, org-goto-auto-isearch)
512         (org-agenda-todo-keyword-format)
513         (org-remember-use-refile-when-interactive)
514         (org-imenu-depth, org-highlight-latex-fragments-and-specials)
515         (org-agenda-skip-scheduled-if-done, org-extend-today-until)
516         (org-agenda-window-frame-fractions, org-fontify-priorities)
517         (org-agenda-deadline-leaders, org-use-property-inheritance)
518         (org-clock-into-drawer, org-agenda-compact-blocks)
519         (org-use-fast-todo-selection, org-fast-tag-selection-include-todo)
520         (org-edit-timestamp-down-means-later, org-todo-keyword-faces)
521         (org-agenda-deadline-faces, org-remember-store-without-prompt)
522         (org-default-columns-format)
523         (org-agenda-default-appointment-duration)
524         (org-export-with-footnotes, org-clock-out-when-done)
525         (org-global-properties, org-todo-keyword-faces)
526         (org-archive-save-context-info)
527         (org-edit-timestamp-down-means-later)
528         (org-scheduled-past-days, org-export-with-drawers)
529         (org-read-date-prefer-future, org-hide-emphasis-markers)
530         (org-clock-heading-function, org-clock-in-switch-to-state)
531         (org-export-with-special-strings): New options.
532         (org-link-store, org-link-follow, org-latex)
533         (org-remember-templates, org-time-stamp-rounding-minutes)
534         (org-back-over-empty-lines, org-find-base-buffer-visiting)
535         (org-columns-new): Fix typos in docstrings.
536         (org-ctrl-c-star): Implement a missing branch in the decision tree.
537         (org-select-remember-template): Clean the code.
538         (org-prepare-dblock): Add the extra :content parameter.
539         (org-write-agenda): New output type ".ics" files.
540         (org-write-agenda): Call `org-icalendar-verify-function', both for
541         time stamps and for TODO entries.
542         (org-export-as-html): Revert the change that killed the html
543         buffer.  Side effects first need to be studied carefully.
544         (org-get-tags-at): Fix the structure of the condition-case statement.
545         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
546         (org-timestamp-change): Fix regulear expressions to swallow the
547         extra character for repeat-shift control.
548         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
549         (org-get-legal-level): Alias to `org-get-valid-level'.
550         (org-dblock-write:clocktable): Add a :link parameter, linking
551         headlines to their location in the Org agenda files.
552         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
553         throwing an error when getting tags before headlines.
554         (org-timestamp-change, org-modify-ts-extra)
555         (org-ts-regexp1): Fix timestamp editing.
556         (org-agenda-custom-commands-local-options): New constant.
557         (org-agenda-custom-commands):
558         Use `org-agenda-custom-commands-local-options' to improve customize
559         type.  "htmlize": Removed hack to fix face problem with htmlize,
560         it no longer seem necessary.
561         (org-follow-link-hook): New hook.
562         (org-agenda-custom-commands): Add "Component" as a tag for each
563         item in a command serie.
564         (org-open-at-point): Run `org-follow-link-hook'.
565         (org-agenda-schedule): Bugfix: don't display marker type when it
566         is nil.
567         (org-store-link): org-irc required.
568         (org-set-regexps-and-options): Parse the new logging options.
569         (org-todo): Handle the new ways of recording state change stuff.
570         (org-columns-open-link): Fix bug with opening link in column view.
571         (org-todo): Make sure that LOGGING properties are honoured.
572         (org-todo-keywords): Improve docstring.
573         (org-startup-options): Cleanup startup options.
574         (org-set-regexps-and-options): Process the "!" markers.
575         (org-todo): Respect the new logging stuff.
576         (org-add-log-maybe): New parameter HOW that defines how logging
577         should be done and also overrides PURPOSE.  Add a docstring.
578         (org-add-log-note): Check if we really need to ask for a note.
579         (org-get-current-options): Digest the new keyword.
580         (org-agenda-reset-markers): Rename from
581         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
582         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
583         function, without force argument.
584         (org-buffer-property-keys): Bind local variables s and p.
585         (org-make-tags-matcher): Allow "" to match an empty or
586         non-existent property value.
587         (org-export-as-html): Join unsorted lists when they directly
588         follow each other.  Such lists may be created by headlines that
589         are converted to lists.
590         (org-export-as-html): Use :html-extension instead of
591         org-export-html-extension.
592         (org-store-link): Support for links from `rmail-summary-mode'.
593         (org-columns-new, org-complete, org-set-property): Set the
594         `include-columns' argument in the call to `org-buffer-property-keys'.
595         (org-buffer-property-keys): New argument `include-columns', to
596         include properties expected by any of the COLUMS formats in the
597         current buffer.
598         (org-cleaned-string-for-export): Get rid of drawers first, so that
599         they will be removed also in the text before the first headline.
600         (org-clock-report): Show the clocktable when found.
601         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
602         (org-version): With prefix argument, insert `org-version' at point.
603         (org-agenda-goto): Recenter the window after finding the target
604         location, to make sure the correct position will be displayed.
605         (org-agenda-get-deadlines): Don't scale priority with the warning
606         period.
607         (org-insert-heading): Don't break line in the middle of the line.
608         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
609         be 0.
610         (org-update-checkbox-count): Revamp to deal with hierarchical
611         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
612         (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword'
613         to make sure all such time stamps are removed.
614         (org-mode): Support for `align'.
615         (org-agenda-get-deadlines): Make sure priorities increase as the
616         due date approaches and is passed.
617         (org-remember-apply-template): Fix problem with tags that contain
618         "_" or "@".
619         (org-make-link-regexps): Improve the regular expression for plain
620         links.
621         (org-agenda-get-closed): List each clocking entry.
622         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
623         (org-archive-all-done): Fix incorrect number of stars in regexp.
624         (org-global-tags-completion-table): Add the value of org-tag-alist
625         in each buffer, to make sure that also unused tags will be
626         available for completion.
627         (org-columns-edit-value)
628         (org-columns-next-allowed-value): Only update if not in agenda.
629         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
630         (org-archive-subtree): Add the outline tree context as a property.
631         (org-closest-date): New optional argument `prefer'.
632         (org-goto-map, org-get-location): Implement auto-isearch.
633         (org-goto-local-search-forward-headings)
634         (org-get-entries-from-diary): Require diary-lib.
635         (org-agenda-sunrise-sunset): Require solar.
636         (org-export-html-style): Doc fix.
637         (org-get-legal-level): New obsolete alias.
638         (org-get-valid-level): Rename from `org-get-legal-level'.
639         (org-promote, org-demote, org-archive-subtree)
640         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
641         (org-info): Use info rather than Info-goto-node.
642         (org-entry-properties): Let-bind `clocksum'.
643         (org-unmodified, org-cycle-emulate-tab)
644         (org-descriptive-links, org-link-file-path-type)
645         (org-remember-use-refile-when-interactive)
646         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
647         (org-export-ascii-bullets, org-agenda-deadline-faces)
648         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
649         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
650         (org-kill-note-or-show-branches): Fix typos in docstrings.
651         (org-html-do-expand): `org-export-html-convert-special-strings'
652         added to the list of conversion.
653         (org-infile-export-plist, org-get-current-options): Add support
654         for "-" in the #+OPTION line to let user switch on/off special
655         strings conversion.
656         (org-export-plist-vars): New :html-table-tag property.
657         (org-export-as-html, org-format-org-table-html)
658         (org-format-table-table-html) Use the :html-table-tag property
659         instead of the `org-export-html-table-tag' global value.
660         (org-additional-option-like-keywords): Add "TBLFM".
661         (org-entry-properties): Include the CLOCKSUM special property.
662         (org-columns-edit-value): Do not allow to edit the special
663         CLOCKSUM property.
664         (org-flag-drawer): Use the original value of `outline-regexp'.
665         (org-remember-handler): Add invisible-ok flag to call to
666         `org-end-of-subtree'.
667         (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
668         (org-infile-export-plist): No restriction while searching for
669         options.
670         (org-remember-handler): Remove comments at the end of the buffer.
671         (org-table-sort-lines): Make sure sorting works on link
672         descritions only, and ignores the link.
673         (org-sort-entries-or-items): Make sure the end of the subtree is
674         included.
675         (org-refile-use-outline-path): New allowed values `file' and
676         `full-file-path'.
677         (org-get-refile-targets): Respect new values for
678         `org-refile-use-outline-path'.
679         (org-agenda-get-restriction-and-command): DEL goes back to initial
680         list.
681         (org-export-as-xoxo): Restore point when done.
682         (org-open-file): Allow multiple %s in command.
683         (org-get-refile-targets): Interpret the new maxlevel setting.
684         (org-refile-targets): New option `:maxlevel'.
685         (org-copy-subtree): Include empty lines before but not after subtree.
686         (org-move-item-down, org-move-item-up): Include empty lines before
687         but not after item.
688         (org-remember-apply-template): Defaults, completions and history
689         for template prompts.  Also, interpret new `%!' escape.
690         (org-context-choices): New constant.
691         (org-bound-and-true-p): New macro.
692         (org-agenda-restriction-lock): New face.
693         (org-open-at-point): Remove obsolete way to do redirection in
694         shell links.
695         (org-imenu-and-speedbar): New customization group.
696         (org-entry-properties): Return keyword-less time strings.
697         (org-clock-in): Use `org-clock-heading-function'.
698         (org-calendar-holiday): Try to use `calendar-check-holidays'
699         instead of the obsolete `check-calendar-holidays'.
700         (org-export-html-special-string-regexps): New constant.
701         (org-latex-and-export-specials): New face.
702         (org-link-escape-chars): Use characters instead of strings.
703         (org-link-escape-chars-browser, org-link-escape)
704         (org-link-unescape): Use characters instead of strings.
705         (org-export-html-convert-sub-super, org-html-do-expand): Check for
706         protected text.
707         (org-emphasis-alist): Additional `verbatim' flag.
708         (org-set-emph-re): Handle the verbatim flag and compute
709         `org-verbatim-re'.
710         (org-cleaned-string-for-export): Protect verbatim elements.
711         (org-additional-option-like-keywords): Add new keywords.
712         (org-get-entry): Rename from `org-get-cleaned-entry'.
713         (org-agenda-get-scheduled, org-agenda-get-blocks):
714         Use `org-agenda-skip-scheduled-if-done'.
715         (org-prepare-agenda-buffers): Allow buffers as arguments.
716         (org-entry-properties): Add CATEGORY as a special property.
717         (org-use-property-inheritance): Allow a list of properties as a value.
718         (org-eval-in-calendar): No longer update the prompt.
719         (org-read-date-popup-calendar): Rename from
720         `org-popup-calendar-for-date-prompt'.
721         (org-remember-apply-template): Define `remember-finalize' if it is
722         not yet defined.
723         (org-read-date): Respect the setting of
724         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
725         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
726         hardcoded string.
727         (org-remember-apply-template): Use `remember-finalize' instead of
728         `remember-buffer'.
729         (org-columns-compute, org-column-number-to-string)
730         (org-columns-uncompile-format, org-columns-compile-format)
731         (org-columns-compile-format): Handle printf format specifier.
732         (org-columns-new, org-column-number-to-string)
733         (org-columns-uncompile-format, org-columns-compile-format):
734         Support for new currency summary type.
735         (org-tree-to-indirect-buffer): Do not kill old buffer when
736         `org-indirect-buffer-display' is `new-frame'.
737         (org-indirect-buffer-display): Document that `new-frame' leads to
738         indiret buffer proliferation.
739         (org-agenda-list): Use `org-extend-today-until'.
740         (org-format-org-table-html): Use lower-case for <col> tag.
741         (org-agenda-execute): New command.
742         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
743         (org-remember-apply-template): Use `org-select-remember-template'.
744         (org-region-active-p): Use `use-region-p'.
745         (org-cycle-hide-archived-subtrees)
746         (org-table-rotate-recalc-marks, org-mark-ring-push)
747         (org-follow-info-link, org-mhe-get-message-folder-from-index)
748         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
749         (org-evaluate-time-range, org-edit-agenda-file-list):
750         (org-paste-subtree):
751         (org-calendar-holiday): Use calendar-check-holidays instead of the
752         obsolete check-calendar-holidays.
753         (org-table-formula-substitute-names): Remove forgotten temporary
754         debugging code.
755         (org-agenda-get-restriction-and-command): Use `mapc' instead of
756         `mapcar'.
757         (org-agenda-list): Numeric prefix argument can specify the number
758         of days.
759         (remember-register, remember-buffer): Prevent byte compiler from
760         complaining.
761         (org-todo): Save and restore match data.
762         (org-no-warnings): New macro.
763         (org-columns-eval): Use `org-no-warnings'.
764         (org-version): Change to 5.13e.
765         (org-agenda-file-regexp): Fix typo in docstring.
766         (org-add-planning-info): Fix bug in parenthesis settings.
767         (org-scan-tags): Catch the case of indirect buffers with no filename.
768         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
769         Re-install switch to mapc, had been removed by accident.
770         (org-columns-map): New binding `C-c C-o'.
771         (org-columns-menu): Change menu text and added new entry.
772         (org-columns-eval): Document the use of `next-line'.
773         (org-columns-follow-link): Remove function.
774         (org-read-date-get-relative): Fix typo in docstring.
775         (org-read-date-get-relative): Leading +/- is not optional.
776         (org-agenda-get-restriction-and-command): Always resize window on
777         first loop cycle.
778         (org-agenda-open-link): Make sure the link abbreviations are
779         present in the agenda buffer.
780         (org-agenda-files): Allow directories in the variable.
781         (org-agenda): Use `org-agenda-get-restriction-and-command'.
782         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
783         (org-remember-apply-template): Catch C-g and make sure window
784         configuration is restored.
785         (org-agenda-open-link): Make it work with several links in the line.
786         (org-drawers, org-set-regexps-and-options)
787         (org-get-current-options): Add support for a DRAWERS in-buffer option.
788         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
789         (org-agenda-to-appt): Require calendar.
790         (org-entry-get-with-inheritance): Widen for search.
791         (org-columns-display-here): Don't mark buffer as modified when
792         adding space characters to accomodate column overlays.
793         (org-export-as-html): Better formatting of tags in the toc.
794         (org-columns-display-here): Make the ITEM column as compact as
795         possible.
796         (org-remember-templates): Customization interface improved.
797         (org-export-with-property-drawer): Variable removed.
798         (org-sort-entries): Rewrite using `sort-subr'.
799         (org-set-property): More appropriate completion during interactive use.
800         (org-sort-entries): Allow sorting by property.
801         (org-additional-option-like-keywords): Add more values.
802         (org-sort-entries-or-items): Rename from `org-sort-entries'.
803         (org-at-timestamp-p, org-timestamp-change)
804         (org-remember-templates): First element of each entry is now a
805         name for the template.
806         (org-store-log-note): Check for `org-note-abort'.
807         (org-kill-note-or-show-branches): New command.
808         (org-cut-subtree, org-copy-subtree): New argument N to act on N
809         sequential subtrees.
810         (org-paste-subtree): Fix the level at which a tree is pasted.
811         (org-fit-agenda-window): Limitations on window size removed.
812         (org-agenda-find-same-or-today-or-agenda): Rename from
813         `org-agenda-find-today-or-agenda'.
814         (org-agenda-scheduled-leaders)
815         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
816         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
817         (org-export-with-tags, org-export-plist-vars)
818         (org-infile-export-plist): New "tags" option.
819         (org-cached-entry-get): Use `org-use-property-inheritance'.
820         (org-remember-apply-template): Fix typo.
821         (org-additional-option-like-keywords): New constant.
822         (org-complete): Use `org-additional-option-like-keywords'.
823         (org-clock-report): Only update the table at point, or insert a
824         new one.
825         (org-open-file): Use `start-process-shell-command' instead of
826         `shell-command' with an ampersand.
827         (org-deadline, org-schedule): New argument REMOVE to remove the
828         date from the entry.
829         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
830         argument to `org-schedule' and `org-deadline'.
831         (org-trim): Use the correct expressions for beginning and end of
832         the string.
833         (org-get-cleaned-entry): Trim the string before returning it.
834         (org-agenda-tags-column): Rename from
835         `org-agenda-align-tags-to-column'.
836         (org-agenda-align-tags): Allow negative values for
837         `org-agenda-tags-column'.
838         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
839         (org-agenda-to-appt): New optional argument FILTER.
840         (org-complete): Use `org-completion-fallback-command'.
841         (org-find-base-buffer-visiting): Catch the case that there is no
842         buffer visiting the file.
843         (org-todo): Use `org-property-or-variable-value'
844         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
845         (org-agenda-schedule, org-agenda-deadline):
846         Call `org-agenda-show-new-time'.
847         (org-agenda-show-new-time): New argument PREFIX.
848         (org-colgroup-info-to-vline-list): Fix but that cause a shift in
849         the vertical lines.
850         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
851         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
852         (org-indent-item): No arg in call to `org-fix-bullet-type'.
853         (org-fix-bullet-type): Remove argument.
854         (org-read-date): Check for am/pm twice, to catch the end time.
855         (org-goto-map): Use `suppress-keymap'.
856         (org-remember-apply-template): Respect the dynamically scoped
857         selection character.
858         (org-kill-is-subtree-p): Use `org-outline-regexp'.
859         (org-outline-regexp): New constant.
860         (org-remember-handler): Throw error when the target file is not in
861         org-mode.
862         (org-cleaned-string-for-export): No longer call
863         `org-export-latex-cleaned-string' with an argument.
864         (org-get-tags): Returns now a list, not a string.
865         (org-archive-subtree): No need to split return of `org-get-tags'.
866         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
867         instead of `org-get-tags'.
868         (org-agenda-format-date): Rename from `org-agenda-date-format'.
869         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
870         (org-compatible-face): New argument INHERITS.  Inherit from this
871         face if possible.
872         (org-level-1, org-level-2, org-level-3, org-level-4)
873         (org-level-5, org-level-6, org-level-7, org-level-8)
874         (org-special-keyword, org-drawer, org-column, org-warning)
875         (org-archived, org-todo, org-done, org-headline-done, org-table)
876         (org-formula, org-code, org-agenda-structure)
877         (org-scheduled-today, org-scheduled-previously)
878         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
879         in the new way.
880         (org-get-heading): New argument NO-TAGS.
881         (org-fast-tag-selection-include-todo): Made defvar instead of
882         defcustom, feature is not deprecated.
883         (org-remember-store-without-prompt): New default value t.
884         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
885         Compute the log states.
886         (org-goto-map): More commands copied from global map.  Also bind
887         `org-occur'.
888         (org-goto): Made into a general lookup command.
889         (org-get-location): Complete rewrite.
890         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
891         Set the new variables.
892         (org-paste-subtree): Whitespace insertion strategy revised.
893         (org-remember-apply-template): Protect v-A from the possibility
894         that v-a might be nil.
895         (org-remember-handler): Insertion rules revised.
896         (org-todo): Respect org-todo-log-states.
897         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
898         (org-confirm-shell-link-function)
899         (org-confirm-elisp-link-function): Doc fixes.
900         (org-re): Also replace the :alpha: class.
901         (org-todo-tag-alist): Variable removed.
902         (org-log-done): Docstring fixed.
903         (org-deadline-warning-days): New default value 14.
904         (org-tag-alist): Docstring fixed.
905         (org-export-language-setup): New languages added.
906         (org-set-regexps-and-options): Compute the new variables.
907         (org-paste-subtree): Cleaning up.
908         (org-remember-apply-template): New escape %A.
909         (org-todo): Call fast TODO selection.
910         (org-add-log-note): Allow prefix for abort exit.
911         (org-at-property-p, org-entry-properties)
912         (org-columns-get-autowidth-alist): Use :alpha: class.
913         (org-agenda-get-deadlines): Use `org-get-wdays'.
914         (org-agenda-get-deadlines): Reverse ee before returning.
915         (org-format-agenda-item): New argument REMOVE-RE.
916         (org-agenda-convert-date): Baha'i calendar added.
917         (org-infile-export-plist): Also find DATE line.
918         (org-export-as-html, org-export-as-ascii): Use the date format.
919         (org-shiftup, org-shiftdown): Use.
920         `org-edit-timestamp-down-means-later'.
921         (org-columns-compile-format)
922         (org-columns-get-autowidth-alist, org-buffer-property-keys)
923         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
924         property names.
925         (org-export-visible): Fix drawers before export.
926         (org-do-sort): Allow sorting by priority.
927         (org-agenda-files): Ignore non-existing files.
928         (org-ellipsis): All a face as value.
929         (org-mode): Interprete the face value of `org-ellipsis'.
930         (org-archive-subtree): Store context info in archived entry.
931         (org-fast-tag-selection): Allow setting TODO states through this
932         interface.
933         (org-cycle): Docstring updated.
934         (org-set-font-lock-defaults, org-agenda-highlight-todo):
935         Use `org-get-todo-face'.
936         (org-table-edit-field, org-table-show-reference)
937         (org-table-edit-formulas, org-add-log-note)
938         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
939         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
940         `switch-to-buffer-other-window' to make sure that the temporary
941         windows show up on the current frame.
942         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
943         (org-get-entries-from-diary, org-replace-region-by-html):
944         Don't allow pop-up frames.
945         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fix problems
946         with time-of-day.
947         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
948         with listing items that are DONE.
949         (org-change-tag-in-region): New command.
950         (org-agenda-skip-scheduled-if-done)
951         (org-agenda-skip-deadline-if-done): Docstring clarified.
952         (org-mode): Hide drawers on startup.
953         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
954         (org-agenda-skip): Allow a form for `org-agenda-skip-function'.
955         (org-agenda-redo): Re-use local settings.
956         (org-agenda): Store local settings.
957         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
958         entries on their due date.
959         (org-agenda-get-timestamps): No longer handle the due dates of
960         schedules and deadline items.
961         (org-insert-link-global, org-open-at-point-global): New commands.
962         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
963         :for-ascii parameter.
964         (org-skip-comments): Function removed.
965         (org-cleaned-string-for-export): Handle special table lines.
966         (org-entry-get-with-inheritance): Check global properties.
967         (org-set-regexps-and-options): Find the #+PROPERTY line.
968         (org-link-types): Change type into variable (was constant).
969         (org-link-re-with-space, org-link-re-with-space2)
970         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
971         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
972         these regular expressions happens now in the function
973         `org-make-link-regexps'.
974         (org-store-link): Call the functions in
975         `org-store-link-functions'.
976         (org-activate-tags): Force matches to be in headlines.
977         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
978         (org-columns-display-here): Make sure this works in a narrowed
979         buffer by checking for point-min.
980         (org-columns-display-here): Make the rest of the line intangible,
981         so that point never can be there.
982         (org-cleaned-string-for-export): Use `with-current-buffer'.
983         (org-replace-region-by-html): Use `with-current-buffer'.
984         (org-unfontify-region, org-do-occur, org-columns-display-here)
985         (org-columns-remove-overlays, org-columns-quit)
986         (org-columns-edit-value, org-columns-next-allowed-value)
987         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
988         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
989         (org-agenda-todo, org-agenda-change-all-lines)
990         (org-agenda-align-tags, org-agenda-priority)
991         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
992         (org-agenda-show-new-time, org-cleaned-string-for-export)
993         (org-export-grab-title-from-buffer)
994         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
995         instead of `buffer-read-only'.
996         (org-export-as-html): Set `coding-system-for-write'.
997         (org-archive-subtree): Fix bug with modifying TODO keyword.
998         (org-beginning-of-line): Also treat C-a special in items.
999         (org-table-convert-refs-to-rc): Fix problem with column
1000         reference after "..".
1001         (org-columns-compute): Don't mark buffer modified because of text
1002         properties.
1003         (org-batch-store-agenda-views): Use the variable
1004         `default-directory', not the function.
1005         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
1006         (org-html-entities): Add HTML entities for smileys.
1007         (org-end-of-line): Move to end of line if in headline without tags.
1008         (org-agenda-day-view, org-agenda-week-view): Remember span as default.
1009         (org-columns-edit-value): Rename from `org-column-edit'.
1010         (org-columns-display-here-title): Rename from
1011         `org-overlay-columns-title'.
1012         (org-columns-remove-overlays): Rename from
1013         org-remove-column-overlays.
1014         (org-columns-get-autowidth-alist): Rename from
1015         `org-get-columns-autowidth-alist'.
1016         (org-columns-display-here): Rename from `org-overlay-columns'.
1017         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
1018         (org-columns-quit): Rename from `org-column-quit'.
1019         (org-columns-show-value): Rename from `org-column-show-value'.
1020         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
1021         (org-columns-overlays): Rename from `org-column-overlays'.
1022         (org-columns-map): Rename from `org-column-map'.
1023         (org-columns-current-maxwidths): Rename from
1024         `org-current-columns-maxwidths'.
1025         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1026         (org-previous-header-line-format)
1027         (org-columns-inhibit-recalculation)
1028         (org-columns-default-format): Rename from
1029         `org-default-columns-format'.
1030         (org-property-re): New constant.
1031         (orgstruct-mode): New minor mode.
1032         (org-cycle-list-bullet): New command.
1033         (org-special-properties, org-property-start-re)
1034         (org-property-end-re): New constants.
1035         (org-with-point-at): New macro.
1036         (org-insert-property-drawer): New command.
1037         (org-column): New face.
1038         (org-column-menu): New menu.
1039         (org-columns, org-agenda-columns): New commands.
1040         (org-properties): New customize group.
1041         (org-priority): Realign tags after changing priority.
1042         (org-preserve-lc): New macro.
1043         (org-update-checkbox-count): Catch case when there is no headline.
1044         (org-agenda-quit): Remove any column overlays.
1045         (org-beginning-of-item-list): Fix bug when non-item line is
1046         indented too deep.
1047         (org-make-tags-matcher): Handle property matches.
1048         (org-table-recalculate): Swap evaluation order: Field formula
1049         first, then column formulas, but don't allow them to overwrite the
1050         field formulas.
1051         (org-table-eval-formula): New argument untouchable.
1052         (org-export-as-html): Fix replacement bug for XEmacs.
1054 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
1056         * dired.el (dired-dnd-handle-local-file):
1057         Obey dired-backup-overwrite for copy, move, and link operations.
1059         * dired-aux.el (dired-overwrite-confirmed): Undo last change.
1061 2008-04-06  Alan Mackenzie  <acm@muc.de>
1063         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1064         typo in the doc string.
1066         * progmodes/cc-mode.el (c-extend-after-change-region):
1067         New function, used in font-lock-extend-after-change-region-function,
1068         thus superseding advice on the Font Lock after change functions.
1070 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
1072         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1074 2008-04-04  Stephen Berman  <Stephen.Berman@gmx.net>
1076         * newcomment.el (comment-enter-backward): Be careful to restore
1077         position changed during narrowing.
1079 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
1081         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1082         Fix in disassembly buffer (regression in 22.2).
1084 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
1086         * shell.el (shell-dynamic-complete-filename): New fun.
1087         (shell-dynamic-complete-functions): Use it.
1089 2008-04-02  Alan Mackenzie  <acm@muc.de>
1091         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1092         New optimised functions to get the name of the current defun/macro.
1094         * add-log.el (add-log-current-defun): Move the functionality which
1095         gets the current function name for C like modes to cc-cmds.el,
1096         thus optimising for speed.
1098 2008-04-02  Eli Zaretskii  <eliz@gnu.org>
1100         * ps-print.el (ps-generate-postscript-with-faces): If the face
1101         specified by the overlay's `face' property is a string, assume
1102         it's a string name and intern it to get the face symbol.
1104 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
1106         * find-dired.el (find-dired-filter): Fix last patch to handle
1107         multi-line process input.  Pad link numbers too.
1109 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
1111         * find-dired.el (find-dired-filter): Align columns by padding file
1112         sizes.
1114 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
1116         * calc/calc.el: Autoload `calc-yank'.
1117         (calc-mode-map): Add keybindings for `calc-yank'.
1118         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1119         assignments for `calc-yank'.
1121 2008-03-31  Martin Rudalics  <rudalics@gmx.at>
1123         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1124         Strip extension from .emacs.el to make sure symbol is searched
1125         in .emacs too.
1127 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * vc.el (vc-do-command): Don't show internal temp buffers.
1131 2008-03-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1133         * term/mac-win.el (mac-ae-reopen-application): New function.
1134         (mac-apple-event-map): Bind "reopen application" Apple event to it.
1136 2008-03-29  Juanma Barranquero  <lekktu@gmail.com>
1138         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1140 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
1142         * Version 22.2 released.
1144 2008-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1146         * info.el (Info-isearch-search): Always return point.
1148 2008-03-23  Andreas Schwab  <schwab@suse.de>
1150         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
1151         Fix radio button condition.
1152         [box]: Likewise.
1153         [customize]: Add radio button.
1155 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1157         * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
1158         single file argument.
1159         (vc-bzr-show-log-entry): Fix typo.
1161 2008-03-19  Wilson Snyder  <wsnyder@wsnyder.org>
1163         * progmodes/verilog-mode.el (verilog-easy-menu-filter):
1164         New function.
1165         (verilog-stmt-menu, verilog-menu): Add :help.
1166         (verilog-customize, verilog-font-customize)
1167         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
1168         (verilog-mode): Update documentation strings to match tool tips.
1169         (verilog-auto-search-do, verilog-auto-re-search-do)
1170         (verilog-skip-forward-comment-or-string): Fix verilog-auto
1171         expansion when a .* appears inside a string.
1172         (verilog-re-search-forward, verilog-re-search-backward):
1173         Add comment to recall how this works.
1175 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1177         * net/tls.el (open-tls-stream): Reindent.
1179 2008-03-19  Glenn Morris  <rgm@gnu.org>
1181         * net/tls.el: Don't require rx when compiling.
1182         (tls-end-of-info): Rewrite without using rx.
1183         (open-tls-stream): Use with-current-buffer.
1185 2008-03-18  Dan Nicolaescu  <dann@ics.uci.edu>
1187         * font-lock.el (font-lock-comment-face): Set the foreground for
1188         the light background 8 colors case.
1190         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
1191         command for each file in the list.
1192         (vc-bzr-log-view-mode): Recognize the file marker.
1193         (vc-bzr-show-log-entry): Make regexp match more cases.
1195 2008-03-18  Wilson Snyder  <wsnyder@wsnyder.org>
1197         * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
1198         mis-including genvars.
1200 2008-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1203         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1204         Revision numbers can include ".".
1206         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1207         "+" lines not accounted for by counting "-" and context lines.
1209 2008-03-16  Juri Linkov  <juri@jurta.org>
1211         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
1212         (dired-perm-write): Rename from `dired-warn-writable'.
1213         Change parent face from `font-lock-warning-face' to
1214         `font-lock-comment-delimiter-face'.
1215         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
1216         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
1217         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
1218         with `dired-perm-write-face'.
1220 2008-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1222         * term/mac-win.el (mac-service-open-file): Use file URL instead of
1223         file name string.
1225 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
1228         (vc-bzr-annotate-command): Preserve line alignment.
1229         (vc-bzr-annotate-time): Accept space used to preserve alignment.
1231 2008-03-13  Richard Stallman  <rms@gnu.org>
1233         * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
1235         * emacs-lisp/advice.el (defadvice): Add usage pattern.
1237 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
1239         * simple.el (set-mark-command): Doc fix.
1241 2008-03-10  Nick Roberts  <nickrob@snap.net.nz>
1243         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1244         thread in [h-e-w]).
1246 2008-03-08  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1248         * subr.el (while-no-input): Don't splice BODY directly into the
1249         `or' form.
1251 2008-03-06  Kim F. Storm  <storm@cua.dk>
1253         * help.el (view-emacs-todo): Rename from view-todo.  Change users.
1254         (describe-gnu-project): Rename from describe-project.  Change users.
1255         Define obsolete function aliases for the old names.
1257 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
1259         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1260         Reported by Drew Adams <drew.adams@oracle.com>.
1262 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
1264         * iswitchb.el (iswitchb-use-faces): Doc fix.
1265         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
1267 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
1269         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1270         Fix typo.
1271         (verilog-type-font-keywords): Reindent.
1273 2008-03-03  Michael McNamara  <mac@mail.brushroad.com>
1275         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1276         grouping-keyword regular expression.
1277         (verilog-font-lock-keywords): Allow users to toggle special
1278         highlight of grouping-keywords.
1279         (verilog-highlight-grouping-keywords): The toggle for special
1280         highlighting of grouping keywords.
1282 2008-03-02  Juri Linkov  <juri@jurta.org>
1284         * startup.el: Revert 2008-02-28 change that adds initial message
1285         to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
1287 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
1289         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1290         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1291         * progmodes/verilog-mode.el (verilog-mode):
1292         * net/socks.el (socks):
1293         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1295 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1297         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1298         running `desktop-not-loaded-hook' to allow modifying it.
1299         Don't show warning message if `desktop-dirname' was modified.
1301 2008-03-01  Alan Mackenzie  <acm@muc.de>
1303         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1305         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1306         doc-string, "c-old-LEN" -> "c-old-END".
1308 2008-02-29  Glenn Morris  <rgm@gnu.org>
1310         * allout.el (allout-topic-encryption-bullet)
1311         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1312         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1313         from 22.0 to 22.1.
1315 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
1317         * desktop.el (desktop-save): Save the buffer name if the
1318         uniquified base name is empty.
1320 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1323         we still expect more lines.
1325 2008-02-28  Juri Linkov  <juri@jurta.org>
1327         * startup.el (normal-splash-screen): Add argument `concise'.
1328         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
1329         to the created buffer.  If `concise' is non-nil, call
1330         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
1331         (display-startup-screen): Add argument `concise' to the call to
1332         `normal-splash-screen'.
1334 2008-02-28  Kim F. Storm  <storm@cua.dk>
1336         * startup.el (startup-echo-area-message): Check for about-emacs.
1338 2008-02-28  Juri Linkov  <juri@jurta.org>
1340         * startup.el: Always add initial message to *scratch* buffer if
1341         `initial-scratch-message' is non-nil regardless of the value of
1342         `inhibit-startup-screen'.
1343         (inhibit-startup-screen, initial-scratch-message): Doc fix.
1344         (command-line-1): Move code that inserts `initial-scratch-message'
1345         up before the if-form that checks for `inhibit-startup-screen'.
1346         Suggested by Jonathan Rockway <jon@jrock.us>.
1348 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1351         comment-paragraph filling if the commark doesn't match
1352         comment-start-skip.
1354         * uniquify.el (uniquify-buffer-base-name): Undo last change.
1356 2008-02-28  Daiki Ueno  <ueno@unixuser.org>
1358         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1359         the `imap' variant.
1361 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1363         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1364         empty string, return nil to allow the caller to default to the
1365         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1367 2008-02-26  Jason Rumney  <jasonr@gnu.org>
1369         * files.el (make-auto-save-file-name): Encode more characters in
1370         non-file buffer names.  Use url-encoding.
1372 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
1374         * net/net-utils.el (ftp-program): Fix typo in docstring.
1375         (ifconfig-program-options, netstat-program-options)
1376         (arp-program-options, route-program-options, nslookup-program-options)
1377         (ftp-program-options, smbclient-program-options)
1378         (dns-lookup-program-options, arp, route): Doc fixes.
1380         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1381         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1382         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1383         Fix typos in docstrings.
1384         (gdb-pending-triggers): Reflow docstring.
1385         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1387 2008-02-25  Alan Mackenzie  <acm@muc.de>
1389         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1390         typing "#" at EOB.
1392 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1394         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1396 2008-02-24  Jason Rumney  <jasonr@gnu.org>
1398         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1400 2008-02-23  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1402         * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
1404 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * dired.el (dired-mark-prompt): Don't count/display the t element.
1407         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1409 2008-02-22  Bill Meier  <wmeier@newsguy.com>  (tiny change)
1411         * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
1413 2008-02-21  Glenn Morris  <rgm@gnu.org>
1415         * subr.el (sit-for): Fix obsolete form for nil second argument.
1417 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
1419         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1420         add-submenu.
1421         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1422         Remove.  Move contents to the only use ...
1423         (verilog-menu): ... here.
1424         (verilog-statement-menu): Remove.  Move contents to the only use ...
1425         (verilog-stmt-menu): ... here.
1426         (verilog-mark-defun): Simply call mark-defun for Emacs.
1427         (occur-pos-list): Declare for byte compiler.
1428         (mode-popup-menu): Don't defvar.
1429         (verilog-add-statement-menu): Remove.
1430         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1431         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1433 2008-02-21  Michael McNamara  <mac@mail.brushroad.com>
1435         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1436         conditional.
1437         (verilog-font-grouping-keywords-face): Make the begin..end
1438         keywords standout more than other verilog keywords.
1439         (verilog-type-font-keywords): Move the begin..end out of this list
1440         to facilitate making them to (potentially) stand out more.
1441         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1442         function & task blocks.
1443         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1444         initial, function & task blocks.
1445         (verilog-forward-sexp): Handle the new "disable fork" statement of
1446         IEEE-1800 Verilog.
1447         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1448         statement of IEEE-1800 Verilog.
1449         (verilog-calc-1): Handle the new "disable fork" statement of
1450         IEEE-1800 Verilog.
1451         (verilog-disable-fork-re): Add const to help handle the new
1452         "disable fork" statement of IEEE-1800 Verilog.
1453         (verilog-declaration-core-re): Add port directions by themselves,
1454         with no qualification, as base item of a declaration.
1455         (verilog-pretty-declarations): Add new flag to ask it to refrain
1456         from printing to the message buffer.
1457         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1458         printing to the message buffer.  Improve handling of the many
1459         types of expression line up.
1460         (verilog-just-one-space): Remove printing of an empty message.
1461         (verilog-get-lineup-indent): Rework to support the better handling
1462         of expression lineup for verilog-pretty-expr.
1463         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1465 2008-02-20  Alan Mackenzie  <acm@muc.de>
1467         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1468         yesterday's commit.
1470 2008-02-20  Nick Roberts  <nickrob@snap.net.nz>
1472         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1473         to mouse-set-point in buffers that aren't associated with files.
1475         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1477 2008-02-20  Glenn Morris  <rgm@gnu.org>
1479         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1480         on Windows.
1482 2008-02-19  Alan Mackenzie  <acm@muc.de>
1484         Set of changes so that "obtrusive" syntactic elements in a
1485         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1486         unmatched paren) don't interact syntactically with stuff outside
1487         the CPP line.
1489         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1490         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1491         off-by-one bug.
1492         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1493         a bit of refactoring.
1494         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1495         functionality of c-awk-advise-fl-for-awk-region, which has been
1496         refactored away.
1498         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1499         (c-clear-char-property-with-value): New function and macro which
1500         remove text-properties `equal' to a supplied value.
1502         * progmodes/cc-engine.el: Comment about text properties amended.
1504         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1505         parens around "error\\|warning".
1507         * progmodes/cc-langs.el (c-get-state-before-change-function)
1508         (c-before-font-lock-function, c-anchored-cpp-prefix):
1509         New language variables.
1510         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1512         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1513         syntax-table text properties.
1514         (c-common-init): Call language specific before/after-change
1515         functions at mode initialisation.
1516         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1517         (c-extend-region-for-CPP, c-neutralize-CPP-line)
1518         (c-neutralize-syntax-in-CPP): New functions.
1519         (c-before-change, c-after-change): Call the new language specific
1520         change functions defined in cc-langs.el.
1521         (c-advise-fl-for-region): New macro.
1522         (awk-mode): Remove AWK specific stuff which has been refactored
1523         into language independent stuff.
1525 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * diff-mode.el (diff-file-junk-re): New const.
1528         (diff-beginning-of-file-and-junk): Use it.
1529         (diff-file-kill): Make sure we were really inside a file diff.
1531         * diff-mode.el: Make it more robust in the presence of empty context
1532         lines in unified hunks.
1533         (diff-valid-unified-empty-line): New var.
1534         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1535         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1536         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1537         (diff-hunk-header-re-unified): New const.
1538         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1539         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1540         (diff-sanity-check-hunk): Use it.
1542 2008-02-19  Nick Roberts  <nickrob@snap.net.nz>
1544         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1545         (gdb): (Re)set gdb-flush-pending-output to nil here...
1546         (gdb-init-1): ...instead of here (before gdb-prompt).
1548 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
1550         * progmodes/verilog-mode.el (customize): Fix typo in error message.
1551         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1552         (verilog-mode-auto, verilog-indent-level-module)
1553         (verilog-minimum-comment-distance, verilog-library-flags)
1554         (verilog-library-directories, verilog-library-files)
1555         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1556         (verilog-xemacs-menu, verilog-set-compile-command)
1557         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1558         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1559         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1560         (verilog-batch-inject-auto, verilog-batch-indent)
1561         (verilog-continued-line, verilog-type-keywords)
1562         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1563         (verilog-read-inst-pins, verilog-read-arg-pins)
1564         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1565         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1566         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1567         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1568         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1569         (verilog-mode-version, verilog-mode-release-date)
1570         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1571         (verilog-simulator, verilog-compiler)
1572         (verilog-auto-sense-defines-constant, verilog-company)
1573         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1574         Fix typos in docstrings.
1575         (verilog-set-auto-endcomments, verilog-calculate-indent)
1576         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1577         Reflow docstrings.
1578         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1579         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1580         (electric-verilog-forward-sexp, verilog-in-case-region-p)
1581         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1582         (verilog-leap-to-head, verilog-current-indent-level)
1583         (verilog-case-indent-level, verilog-cpp-keywords)
1584         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1585         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1586         (verilog-signals-not-in, verilog-symbol-detick-text)
1587         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1588         (verilog-forward-close-paren, verilog-backward-open-paren)
1589         (verilog-backward-open-bracket): Doc fixes.
1591         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1592         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1593         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1594         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1595         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1596         Fix typos in docstrings.
1598 2008-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1601         Recognize ''' just like any other char-constant.
1603 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1605         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1606         careful enough.  Detect the uid-change all within the main loop.
1608 2008-02-14  Stefan Monnier  <monnier@pastel.home>
1610         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1612 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * hilit-chg.el (highlight-save-buffer-state): New macro.
1615         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1616         (hilit-chg-clear): Use it to preserve the modified-p flag.
1617         (highlight-changes-rotate-faces): Don't mess with the undo-list.
1619 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
1621         * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
1623 2008-02-12  Juri Linkov  <juri@jurta.org>
1625         * startup.el (fancy-startup-screen, normal-splash-screen):
1626         Set default-directory to command-line-default-directory.
1628         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1629         after reading the desktop.
1631 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * font-lock.el (font-lock-set-defaults): Unset previously set variables
1634         when needed.
1636 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
1638         * uniquify.el (uniquify-buffer-base-name): New function.
1639         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1641         * desktop.el (uniquify-managed): Don't defvar.
1642         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1643         `uniquify-managed'.  Return also the buffer's base name.
1644         (desktop-save): When saving the buffer info, filter out the base name,
1645         and save it as buffer name if the buffer is managed by uniquify.
1647 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1650         Index: line, don't search backward for the previous one.
1652 2008-02-10  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
1654         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1655         from gnus-button-url-regexp.
1657 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1659         * progmodes/compile.el (compilation-next-error): Doc fix.
1660         (compilation-find-file): Doc fix.
1662 2008-02-09  Glenn Morris  <rgm@gnu.org>
1664         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1665         Add obsolete aliases to the old names.
1667 2008-02-08  Richard Stallman  <rms@gnu.org>
1669         * net/net-utils.el (ifconfig): Rename from ipconfig.
1670         (ipconfig): Alias to ifconfig.
1671         (ifconfig-program): Rename from ipconfig-program.
1672         (ifconfig-program-options): Rename from ipconfig-program-options.
1674 2008-02-08  Glenn Morris  <rgm@gnu.org>
1676         * custom.el (custom-theme-set-variables): Sort symbols that are
1677         dependencies before symbols that depend on them.
1678         (custom-enabled-themes): Set after custom-theme-directory.
1680 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
1682         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1684 2008-02-04  Michael McNamara  <mac@mail.brushroad.com>
1686         * progmodes/verilog-mode.el (verilog-declaration-core-re):
1687         Add port directions by themselves, with no qualification, as base
1688         item of a declaration.
1689         (verilog-pretty-declarations): Add new flag that inhibits printing
1690         to the message buffer.
1691         (verilog-pretty-expr): Add new flag that inhibits printing to the
1692         message buffer.  Improve handling of the many types of expression
1693         line up.
1694         (verilog-just-one-space): Don't print an empty message.
1695         (verilog-get-lineup-indent): Rework to support the better handling
1696         of expression lineup for verilog-pretty-expr.
1697         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1698         (verilog-mode-version, verilog-mode-release-date): Update.
1700 2008-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * subr.el (cancel-change-group): Don't move point.
1704 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
1706         Sync with Tramp 2.0.57.
1708         * net/tramp.el (tramp-handle-make-auto-save-file-name)
1709         (tramp-completion-dissect-file-name, tramp-find-executable):
1710         Use `mapc' instead of `mapcar'.
1711         (tramp-open-connection-setup-interactive-shell): Send only single
1712         prompt setting commands, in order to avoid double-prompt.
1714         * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
1715         `mapcar'.
1717         * net/trampver.el: Update release number.
1719 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
1721         * progmodes/etags.el (next-file): Improve revert message.
1723 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
1725         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1726         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1727         of today, the most recent libpng is 1.2.24).
1729 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1731         * vc.el (vc-update): Fix bug: Specify branch tip as
1732         vc-checkout REVISION.  Reported by Dan Nicolaescu.
1734 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1736         * simple.el (reindent-then-newline-and-indent): Be careful about the
1737         unusual case where indent-according-to-mode moves point.
1739 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1741         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
1742         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
1743         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
1744         (verilog-sk-state-machine): Quote all calls to
1745         "auxiliary skeleton"s to prevent infloops.
1747 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1749         * w32-fns.el: Partially revert 2007-11-10 change.
1751 2008-01-31  Martin Rudalics  <rudalics@gmx.at>
1753         * mail/rmail.el (rmail-highlight): Fix specification.
1754         Reported by pod <pod@herald.ox.ac.uk>.
1756 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1758         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
1760 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
1762         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
1763         (gdb-var-set-format-handler): New function.
1764         (gdb-var-set-format): Use it.
1766 2008-01-29  Alan Mackenzie  <acm@muc.de>
1768         * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
1769         (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
1770         @catch, @synchronized, @throw.
1772         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
1773         from this regexp; part of same fix as next change to cc-engine.el.
1775         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
1776         Anchor the "{" of a template function correctly on "template", not the
1777         following "<".
1779         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
1781 2008-01-29  Richard Stallman  <rms@gnu.org>
1783         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
1784         Doc fix.
1786         * files.el (hack-local-variables): Don't query about fake variables.
1788 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
1790         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
1791         gdb-cpp-define-alist-program if file is nil (currently only
1792         " *partial-output-...").
1794 2008-01-27  Alan Mackenzie  <acm@muc.de>
1796         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
1797         enhance comments.
1799 2008-01-27  Richard Stallman  <rms@gnu.org>
1801         * allout.el: Many doc fixes.
1802         (allout-encrypt-string): Fix error message.
1804 2008-01-26  Alan Mackenzie  <acm@muc.de>
1806         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
1807         arglist-cont-nonempty.
1809         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
1810         for a brace with syntax arglist-cont-nonempty.
1812         * progmodes/cc-styles.el (c-style-alist): Add elements for
1813         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
1814         awk).
1816 2008-01-26  Alan Mackenzie  <acm@muc.de>
1818         * progmodes/cc-defs.el (c-save-buffer-state):
1819         Bind buffer-file-name and buffer-file-truename to nil, to prevent
1820         primitives generating "buffer is read only" messages.
1822 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
1824         * progmodes/etags.el (tags-query-replace): Doc fix.
1826 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
1828         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
1829         that the filename end is found even when the filename is empty.
1830         Fixes error and spurious newlines when marking files for deletion.
1832 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1834         * allout.el (allout-unload-function): New function.
1836 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
1838         * view.el (kill-buffer-if-not-modified): Don't pass t to
1839         buffer-modified-p.
1841 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1843         * allout.el (allout-prefix-data): Doc fix.
1844         (allout-show-current-subtree): Reflow docstring.
1845         (allout-use-mode-specific-leader, allout-use-hanging-indents)
1846         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
1847         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
1848         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
1849         (allout-copy-topic-as-kill, allout-listify-exposed)
1850         (allout-process-exposed, allout-encrypted-key-info)
1851         (allout-update-passphrase-mnemonic-aids)
1852         (allout-next-topic-pending-encryption)
1853         (allout-tests-globally-true): Fix typos in docstrings.
1855 2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1857         * vc.el (vc-version-diff): Make sure we shrink the right window.
1859 2008-01-23  Jason Rumney  <jasonr@gnu.org>
1861         * lpr.el (printer-name): Do not set on MS Windows.
1863 2008-01-20  Glenn Morris  <rgm@gnu.org>
1865         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
1866         prevent infloops.
1868 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
1870         * progmodes/python.el (python-imports): Default to "None".
1872 2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
1874         * progmodes/sh-script.el (sh-basic-offset):
1875         * progmodes/cc-vars.el (c-syntactic-indentation)
1876         (c-syntactic-indentation-in-macros): Mark as safe.
1878 2008-01-18  Richard Stallman  <rms@gnu.org>
1880         * icomplete.el (icomplete-get-keys):
1881         Look up KEYS using all maps in proper buffer.
1883 2008-01-16  Alan Mackenzie  <acm@muc.de>
1885         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
1886         eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
1888 2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
1890         * frame.el (display-mm-height, display-mm-width):
1891         * whitespace.el (whitespace-check-leading-whitespace)
1892         (whitespace-check-trailing-whitespace)
1893         (whitespace-check-spacetab-whitespace)
1894         (whitespace-check-indent-whitespace)
1895         (whitespace-check-ateol-whitespace):
1896         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
1898 2008-01-16  Glenn Morris  <rgm@gnu.org>
1900         * comint.el (comint-regexp-arg): Fix no-input case.
1902 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
1904         * calendar/icalendar.el (icalendar-export-file)
1905         (icalendar-import-file): Restore significant trailing whitespace
1906         in `interactive' prompts.
1908 2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
1910         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
1911         after-save-hook so that it is not called multiple times.
1913         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
1915 2008-01-15  Glenn Morris  <rgm@gnu.org>
1917         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1919 2008-01-14  Alan Mackenzie  <acm@muc.de>
1921         * progmodes/cc-vars.el (c-constant-symbol): New function which
1922         supersedes c-const-symbol.  During a customize-.. call it enables
1923         an element of (e.g.) c-hanging-braces alist to have its name
1924         displayed, even when the default value of c-h-b etc. doesn't
1925         include the elemnt.  Replace uses of the old function by the new.
1927         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1928         obscure non-working fragment ":value c-".
1930         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1931         call inside a struct being recognised as a K&R argument.
1933 2008-01-14  Jason Rumney  <jasonr@gnu.org>
1935         * image.el (image-type): Use image-type-from-file-name (from trunk
1936         2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
1938 2008-01-12  Glenn Morris  <rgm@gnu.org>
1940         * woman.el (woman-parse-numeric-arg): Change handling of `==':
1941         can be interned without a function definition.
1943 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
1945         * view.el (view-file-other-window, view-file-other-frame):
1946         Don't kill the buffer if it is modified.  Doc fixes.
1947         (kill-buffer-if-not-modified): New function.
1948         (view-file): Don't kill the buffer if it is modified.
1950         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
1951         (ebrowse-view/find-file-and-search-pattern):
1952         Call view-file-other-window instead of ebrowse-view-file-other-window.
1953         (ebrowse-view-file-other-frame): Don't call
1954         current-window-configuration.  Fix second argument in the call to
1955         view-mode-enter.  Doc fix.
1957 2008-01-11  Richard Stallman  <rms@gnu.org>
1959         * subr.el (atomic-change-group): Prevent undo list truncation.
1961 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
1963         * cus-start.el (all): Add missing version entries.
1965 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1967         * files.el (safe-local-eval-forms):
1968         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
1970 2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
1972         * comint.el (comint-insert-input): Set point first.
1974         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
1975         session doesn't hang because gdb-pending-triggers is non-nil.
1976         (gdb-frame-handler): Use buffer-file-name instead of
1977         buffer-name in case of duplicate file names.
1979 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1981         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
1982         C-M-e and C-M-h for emacs, they work by default.
1983         (verilog-emacs-features): Remove.
1984         (verilog-setup-dual-comments, verilog-populate-syntax-table):
1985         Remove.  Move syntax table initialization ...
1986         (verilog-mode-syntax-table): ... here.
1987         (verilog-mode): Don't initialize the syntax table here.
1988         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
1989         does not need it.
1991 2008-01-10  Glenn Morris  <rgm@gnu.org>
1993         * shell.el (shell-dirtrack-verbose, shell-mode)
1994         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1995         (dirtrack-toggle, dirtrack-mode): No longer alias to
1996         shell-dirtrack-mode.
1998 2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
2000         * international/mule-cmds.el (select-safe-coding-system):
2001         When a buffer is modified, cancel the writing.
2003 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
2005         * progmodes/verilog-mode.el (verilog-booleanp): New function for
2006         backward compatibility.  Replace all uses of booleanp with
2007         verilog-booleanp.
2009 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
2011         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
2013 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
2015         * progmodes/verilog-mode.el (top-level): Fix spacing.
2016         (verilog-mode-version, verilog-mode-release-date): Update version
2017         number.
2018         (verilog-mode-release-emacs): New variable.
2019         (compile-command, reporter-prompt-for-summary-p): Define for byte
2020         compiler.
2021         (verilog-startup-message-lines)
2022         (verilog-startup-message-displayed)
2023         (verilog-display-startup-message): Remove.
2024         (verilog-highlight-p1800-keywords): Improve docstring.
2025         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
2026         (vector-skip-list): Only defvar at compile time.
2027         (verilog-highlight-translate-off, verilog-indent-level)
2028         (verilog-indent-level-module, verilog-indent-level-declaration)
2029         (verilog-indent-declaration-macros, verilog-indent-lists)
2030         (verilog-indent-level-behavioral)
2031         (verilog-indent-level-directive, verilog-cexp-indent)
2032         (verilog-case-indent, verilog-auto-newline)
2033         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
2034         (verilog-tab-to-comment, verilog-indent-begin-after-if)
2035         (verilog-align-ifelse, verilog-minimum-comment-distance)
2036         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
2037         (verilog-auto-endcomments, verilog-auto-read-includes)
2038         (verilog-auto-star-expand, verilog-auto-star-save)
2039         (verilog-library-flags, verilog-library-directories)
2040         (verilog-library-files, verilog-library-extensions)
2041         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
2042         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
2043         (verilog-assignment-delay, verilog-auto-inst-vector)
2044         (verilog-auto-inst-template-numbers)
2045         (verilog-auto-input-ignore-regexp)
2046         (verilog-auto-inout-ignore-regexp)
2047         (verilog-auto-output-ignore-regexp)
2048         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
2049         Add safe-local-variable properties.
2050         (verilog-statement-menu, verilog-company)
2051         (verilog-re-search-forward, verilog-re-search-backward)
2052         (verilog-error-regexp-add, verilog-end-block-re)
2053         (verilog-emacs-features, verilog-populate-syntax-table)
2054         (verilog-setup-dual-comments, verilog-type-font-keywords)
2055         (verilog-inside-comment-p, electric-verilog-backward-sexp)
2056         (verilog-backward-sexp, verilog-forward-sexp)
2057         (verilog-font-lock-init, verilog-mode)
2058         (electric-verilog-terminate-line, electric-verilog-semi)
2059         (electric-verilog-tab, verilog-insert-1, )
2060         (verilog-insert-indices, verilog-generate-numbers)
2061         (verilog-comment-region, verilog-label-be)
2062         (verilog-beg-of-statement, verilog-in-case-region-p)
2063         (verilog-in-struct-region-p, verilog-in-generate-region-p)
2064         (verilog-in-fork-region-p, verilog-backward-case-item)
2065         (verilog-set-auto-endcomments, verilog-get-expr)
2066         (verilog-expand-vector-internal, verilog-surelint-off)
2067         (verilog-batch-execute-func, verilog-calculate-indent)
2068         (verilog-calc-1, verilog-calculate-indent-directive)
2069         (verilog-leap-to-head, verilog-continued-line)
2070         (verilog-backward-token, verilog-backward-syntactic-ws)
2071         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
2072         (verilog-forward-ws&directives, verilog-at-constraint-p)
2073         (verilog-skip-backward-comments, verilog-indent-line-relative)
2074         (verilog-do-indent, verilog-indent-comment)
2075         (verilog-more-comment, verilog-pretty-declarations)
2076         (verilog-pretty-expr, verilog-just-one-space)
2077         (verilog-indent-declaration, verilog-get-completion-decl)
2078         (verilog-goto-defun, verilog-showscopes, verilog-header)
2079         (verilog-signals-combine-bus, verilog-read-decls)
2080         (verilog-read-always-signals-recurse, verilog-read-instants)
2081         (verilog-read-auto-template, verilog-set-define)
2082         (verilog-read-defines, verilog-read-signals, verilog-getopt)
2083         (verilog-is-number, verilog-expand-dirnames)
2084         (verilog-modi-lookup, verilog-modi-cache-results)
2085         (verilog-insert-one-definition, verilog-make-width-expression)
2086         (verilog-delete-autos-lined, verilog-auto-save-check)
2087         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
2088         (verilog-auto-inst-param, verilog-auto-reg)
2089         (verilog-auto-reg-input, verilog-auto-wire, )
2090         (verilog-auto-output, verilog-auto-output-every)
2091         (verilog-auto-input, verilog-auto-inout)
2092         (verilog-auto-inout-module, verilog-auto-sense)
2093         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
2094         (verilog-auto-ascii-enum, verilog-auto)
2095         (verilog-sk-define-signal, verilog-mode-mouse-map)
2096         (verilog-load-file-at-mouse, verilog-load-file-at-point)
2097         (verilog-library-files): Cleanup spacing of )'s they should not be
2098         on unique lines.  Fix checkdoc warnings.
2100 2008-01-09  Glenn Morris  <rgm@gnu.org>
2102         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
2103         entry, for Windows.
2105 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2107         * ps-print.el: Some face attributes (like :strike-through) was not
2108         being recognised.  Reported by Leo <sdl.web@gmail.com>.
2109         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
2110         (ps-screen-to-bit-face): Fix code.
2112 2008-01-08  Kevin Ryde  <user42@zip.com.au>
2114         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2115         For perl, allow "during global destruction" at end.
2117 2008-01-08  Glenn Morris  <rgm@gnu.org>
2119         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
2120         unified format.
2122         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
2124 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
2126         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
2127         quotes in case of spaces, e.g. STL containers (not pretty).
2129 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
2131         * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
2133 2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
2135         * progmodes/gdb-ui.el (gud-gdb-command-name):
2136         Explain "--annotate=3" option is necessary for the Graphical Interface.
2138 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
2140         * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
2142 2008-01-07  Glenn Morris  <rgm@gnu.org>
2144         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2146 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
2148         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
2149         on menu bar.
2151 2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
2153         * ffap.el (ffap-read-file-or-url): Let-bind
2154         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
2156 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
2158         * vc-bzr.el: Fix typo in header.
2160 2008-01-05  Eli Zaretskii  <eliz@gnu.org>
2162         * Makefile.in (custom-deps, finder-data): Depend on autoloads
2163         instead of loaddefs.el.
2165 2008-01-05  Glenn Morris  <rgm@gnu.org>
2167         * progmodes/verilog-mode.el: Replace all instances of
2168         string-to-int with string-to-number, insert-string with insert,
2169         and read-input with read-string.
2170         (top-level): No need to require imenu, reporter, dinotrace, vc,
2171         font-lock when compiling.  Always require compile.  Relegate remaining
2172         compatibility cruft to XEmacs.  Don't require font-lock.
2173         (verilog-version): Remove superfluous concat.
2174         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2175         No need to define.
2176         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2177         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2178         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2179         (verilog-startup-message-displayed): These are variables, not constants.
2180         (verilog-batch-execute-func, verilog-auto-inst)
2181         (verilog-auto-inst-param): Use mapc rather than mapcar.
2182         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2183         actually defining.
2184         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2185         (verilog-modi-get-outputs, verilog-modi-get-inouts)
2186         (verilog-modi-get-inputs, verilog-modi-get-wires)
2187         (verilog-modi-get-regs, verilog-modi-get-assigns)
2188         (verilog-modi-get-consts, verilog-modi-get-gparams)
2189         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2190         (verilog-modi-get-sub-inputs): Move inline functions earlier in
2191         the file.
2192         (sigs-in, sigs-out): Don't declare multiple times.
2193         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2194         `defvar'.
2195         (verilog-auto): Call dinotrace-unannotate-all only if bound.
2196         (verilog-module-inside-filename-p): No need to wrap fboundp test
2197         in condition-case.
2198         (reporter-submit-bug-report): Autoload it.
2199         (verilog-mark-defun): Call zmacs-activate-region only if bound.
2200         (verilog-font-customize): Call customize-apropos only if bound.
2201         (verilog-getopt-flags, verilog-auto-reeval-locals):
2202         Use make-local-variable rather than make-variable-buffer-local.
2203         (verilog-company, verilog-project, verilog-modi-cache-list):
2204         Move make-variable-buffer-local calls to top-level.
2205         (font-lock-defaults-alist): Don't define it.
2206         (verilog-need-fld): Remove.
2207         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2208         (verilog-mode): Only call make-local-hook on XEmacs.
2209         Set font-lock-defaults rather than using verilog-font-lock-init.
2211         * progmodes/verilog-mode.el (top-level): Don't require compile.
2212         (compilation-error-regexp-alist, compilation-last-buffer):
2213         Define for compiler.
2214         (verilog-insert-1): New function.
2215         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2216         Use verilog-insert-1.
2217         (verilog-surelint-off): Use next-error-last-buffer if bound.
2218         Check compile buffer is live.
2220 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
2223         gets inserted out-of-order.
2225 2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
2227         * vc-bzr.el: Copyright and version headers update.
2228         Remove some outdated comments through the whole file.
2229         (vc-bzr-program-args): Remove because unused.
2230         (vc-bzr-log-switches): New customization option.
2231         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
2232         use `vc-bzr-program-args'.
2233         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
2234         `vc-find-root' (patch by Andreas Hoenen).
2235         (vc-bzr-status): Update regex to match latest Bzr output.
2236         Remove redundant test.
2237         (vc-bzr-init-version): New function.
2238         (vc-bzr-unregister): Must not delete file.
2239         (vc-bzr-find-version): New function.
2240         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
2241         a non-empty string, otherwise take head revision.
2242         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
2243         (vc-bzr-diff): Simpler build of the revision spec string.
2244         (vc-annotate-convert-time, vc-bzr-annotate-difference):
2245         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
2246         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
2247         (vc-bzr-dired-state-info): Only provide custom strings for
2248         overloaded VC state 'edited; otherwise fallback to
2249         `vc-default-dired-state-info'.
2251 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2253         * vc-git.el (vc-git-dir-state):
2254         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
2256 2008-01-04  Richard Stallman  <rms@gnu.org>
2258         * delsel.el (delete-selection-mode): Doc fix.
2260 2008-01-04  Glenn Morris  <rgm@gnu.org>
2262         * version.el (emacs-copyright): Update to 2008.
2264 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
2266         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
2267         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
2269         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
2270         of watch expressions (only works fully with GDB 6.7 or later).
2272 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
2274         * time-stamp.el (time-stamp-time-zone):
2275         * whitespace.el (whitespace-check-buffer-leading)
2276         (whitespace-check-buffer-trailing)
2277         (whitespace-check-buffer-indent)
2278         (whitespace-check-buffer-spacetab)
2279         (whitespace-check-buffer-ateol):
2280         * progmodes/sh-script.el (sh-indentation):
2281         * textmodes/ispell.el (ispell-local-pdict):
2282         Add safe-local-variable properties.
2284 2007-12-31  Richard Stallman  <rms@gnu.org>
2286         * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
2287         Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
2288         `parent'.
2289         (custom-group-value-create): Pass two args to custom-add-parent-links.
2291 2007-12-29  Richard Stallman  <rms@gnu.org>
2293         * font-lock.el (font-lock-prepend-text-property)
2294         (font-lock-append-text-property): Canonicalize the face and
2295         font-lock-face properties.
2297         * faces.el (facep): Doc fix.
2299         * startup.el (fancy-startup-tail, fancy-about-text)
2300         (fancy-startup-text): Regularize format of face property.
2302         * facemenu.el (list-colors-print): Use :background and :foreground
2303         instead of background-color and foreground-color.
2305 2007-12-29  Drew Adams  <drew.adams@oracle.com>
2307         * cus-edit.el (custom-add-parent-links):
2308         Fill the "Parent documentation" text.
2310 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
2312         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
2313         MS-Windows and MS-DOS.
2314         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2316 2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2318         * progmodes/grep.el (rgrep): Fix last change.
2320 2007-12-27  Richard Stallman  <rms@gnu.org>
2322         * progmodes/compile.el (compilation-start): Set initial visible
2323         point properly even when compilation buffer already current.
2325 2007-12-26  Richard Stallman  <rms@gnu.org>
2327         * files.el (conf-mode-maybe): New function.
2328         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
2330 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
2332         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
2334 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
2336         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
2338 2007-12-25  Richard Stallman  <rms@gnu.org>
2340         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
2341         so they never do EOF.
2343 2007-12-23  Richard Stallman  <rms@gnu.org>
2345         * dired-aux.el: Load dired.el at run time too.
2347         * faces.el (copy-face): Create the new face explicitly if it
2348         does not exist already.
2350 2007-12-23  Andreas Schwab  <schwab@suse.de>
2352         * files.el (switch-to-buffer-other-frame): Return the buffer
2353         switched to.
2355 2007-12-23  Juri Linkov  <juri@jurta.org>
2357         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2358         item to about-emacs instead of display-splash-screen.
2360 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
2362         * simple.el (minibuffer-history, shell-command-history)
2363         (set-variable-value-history):
2364         * replace.el (regexp-history):
2365         * international/mule-cmds.el (input-method-history):
2366         * files.el (file-name-history): Add reference to history-length in
2367         the doc string.
2369 2007-12-22  Richard Stallman  <rms@gnu.org>
2371         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
2373 2007-12-21  Jason Rumney  <jasonr@gnu.org>
2375         * find-dired.el (find-name-arg): New custom variable.
2376         (find-name-dired): Use it.
2377         (find-dired-find-program): Remove.
2378         (find-dired): Use find-program.
2379         (find-grep-dired): Use grep-program.
2381         * progmodes/grep.el (rgrep): Use find-name-arg.
2383 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
2385         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2386         specifier from format-string.  Reported by Ye Wenbin.
2388 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
2390         * cus-start.el: Use correct group name for members of mode-line group.
2392 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2394         * progmodes/cc-vars.el (defcustom-c-stylevar):
2395         Revert to pre-2007-12-12 version.
2397 2007-12-15  Richard Stallman  <rms@gnu.org>
2399         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
2401         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
2402         Use changed.
2404         * startup.el (fancy-splash-help-echo): Var deleted.
2405         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2406         (fancy-about-screen): Don't display fancy-splash-help-echo.
2408         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2410 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2412         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2414 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2416         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2417         function.
2418         (add-submenu): Only define for XEmacs.
2419         (verilog-regexp-words): Revert previous change, keep the other
2420         definition.
2422 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2424         * progmodes/perl-mode.el (perl-continued-statement-offset)
2425         (perl-continued-brace-offset, perl-brace-offset)
2426         (perl-brace-imaginary-offset, perl-label-offset):
2427         * progmodes/cperl-mode.el (cperl-brace-offset)
2428         (cperl-continued-brace-offset, cperl-label-offset)
2429         (cperl-continued-statement-offset)
2430         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2431         Add safe-local-variable properties.
2433 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2435         * progmodes/verilog-mode.el (verilog-mode-map)
2436         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2437         (verilog-colorize-include-files): Use only overlay functions so
2438         that it can work on both Emacs and XEmacs.
2439         (set-extent-keymap): Remove unused defun.
2440         (verilog-kill-existing-comment, verilog-insert-date)
2441         (verilog-insert-year): Rename in order not to pollute the global
2442         namespace from kill-existing-comment, insert-date and
2443         insert-year, respectively.
2444         (verilog-set-auto-endcomments, verilog-header): Update callers.
2446         * files.el (auto-mode-alist): Recognize verilog files.
2448         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2449         (verilog-string-remove-spaces, verilog-re-search-forward)
2450         (verilog-re-search-backward, verilog-re-search-forward-quick)
2451         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2452         (verilog-get-end-of-line, verilog-within-string): Move definitions
2453         before first use.  No code changes.
2455 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2457         * progmodes/verilog-mode.el (verilog-mode-version)
2458         (verilog-mode-release-date): Don't use expanding keywords.
2459         (provide): Move to the end of file.
2460         (fboundp): Don't check if eval-when-compile is bound, it is used
2461         later in the file without checking.
2462         (when, unless): Copy definitions from subr.el.
2463         (char-before, defcustom, defface, customize-group)
2464         (verilog-batch-error-wrapper): Don't use old style backquotes.
2465         (verilog-regexp-opt): Avoid using the cl function case.
2466         (verilog-regexp-words): Remove duplicated definition.
2467         (verilog-mode-abbrev-table): Remove, duplicate.
2468         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2469         Declare and initialize in one step.
2470         (verilog-declaration-prefix-re, verilog-declaration-re)
2471         (verilog-end-of-statement, verilog-indent-declaration)
2472         (verilog-get-lineup-indent): Remove trailing whitespace.
2473         (verilog-mode): Fix autoload cookie.
2474         Set beginning-of-defun-function and end-of-defun-function.
2475         Use when instead of if.
2476         (verilog-emacs-features, verilog-auto-ascii-enum)
2477         (verilog-insert-indices): Escape braces in doc strings.
2479 2007-12-08  Michael McNamara  <mac@verilog.com>
2480             Wilson Snyder  <wsnyder@wsnyder.org>
2482         * progmodes/verilog-mode.el: New file.
2484 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2486         * international/latexenc.el (latexenc-find-file-coding-system):
2487         If both coding-system-for-write and buffer-file-coding-system of
2488         latex-main-file are nil, use `undecided'.
2490 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2492         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2494 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2496         * ido.el (ido-save-history): Use emacs-mule coding system
2497         instead of utf-8 to save filenames (it's safer in Emacs 22).
2498         Set the `coding' local variable on the first line of the file.
2500 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
2502         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
2503         coding system.  This ports revisions 1.40 and 1.41 over to the
2504         EMACS_22_BASE branch, but with the right coding system for Emacs
2505         22 to reliably record filenames.  Suggested by Eli Zaretskii.
2507 2007-12-01  Richard Stallman  <rms@gnu.org>
2509         * wid-edit.el (widget-type): Doc fix.
2511 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2513         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
2515 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
2517         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2519 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2521         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2522         Don't match "sub { (...) ... }".
2524 2007-11-29  Richard Stallman  <rms@gnu.org>
2526         * international/mule-cmds.el (toggle-input-method-active): New var.
2527         (toggle-input-method): Bind toggle-input-method-active to t.
2528         Error if it was already non-nil.
2530 2007-11-29  Glenn Morris  <rgm@gnu.org>
2532         * calendar/time-date.el (with-decoded-time-value): Doc fix.
2534 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2536         * calendar/time-date.el (encode-time-value): Doc fix.
2538 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2540         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2542 2007-11-24  Kenichi Handa  <handa@m17n.org>
2544         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2546 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2548         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2550 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2552         * textmodes/paragraphs.el (forward-sentence): Doc fix.
2553         Reported by Drew Adams <drew.adams@oracle.com>.
2555 2007-11-20  Glenn Morris  <rgm@gnu.org>
2557         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
2558         for compatibility with Emacs 23.
2560 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
2562         * replace.el (map-query-replace-regexp): Doc fix (revert part of
2563         revision 1.104, made on 2000-05-21 with no ChangeLog entry).
2565 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
2567         * progmodes/gdb-ui.el: Update commentary.
2569 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
2571         * international/mule-cmds.el (set-locale-environment):
2572         Set default-file-name-coding-system _after_ keyboard and terminal
2573         coding systems.  This fixes last change.
2575         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2576         one space after "Subject:".
2578 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
2580         * subr.el (make-variable-frame-local):
2581         Fix typo in obsolescence declaration.
2583 2007-11-16  Glenn Morris  <rgm@gnu.org>
2585         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2587 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
2589         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
2590         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
2591         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
2593 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2595         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2596         in order to determine if there's a conflict.
2598 2007-11-16  Juri Linkov  <juri@jurta.org>
2600         * man.el (Man-heading-regexp): Add 0-9.
2601         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2603 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2605         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2606         Fix typo in docstring.
2608         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
2609         (cua-highlight-region-shift-only): Doc fix.
2611 2007-11-15  Richard Stallman  <rms@gnu.org>
2613         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2615         * reposition.el (reposition-window):
2616         Binding C-M-l moved to bindings.el.
2618         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2620         * add-log.el (add-change-log-entry-other-window):
2621         Key binding C-x 4 a moved to bindings.el.
2623         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2624         from filecache.el.
2626         * filecache.el: Minibuffer map bindings moved to bindings.el.
2628 2007-11-14  Jason Rumney  <jasonr@gnu.org>
2630         * international/mule-cmds.el (set-locale-environment):
2631         Set default-file-name-coding-system from system defaults on Windows.
2633 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
2635         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2636         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2637         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2638         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2639         locations.
2640         (gdb-info-breakpoints-custom, gdb-assembler-custom)
2641         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2642         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2644 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
2646         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2647         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2648         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2649         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2650         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2651         Rewrite in active voice.
2653 2007-11-10  Juri Linkov  <juri@jurta.org>
2655         * startup.el: Backport startup screen related changes from the trunk.
2656         (initialization): Change group to `environment'.
2657         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2658         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2659         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2660         (initial-scratch-message): Fix docstring.
2661         (startup-screen-inhibit-startup-screen)
2662         (pure-space-overflow-message): New variables.
2663         (command-line): Rename `inhibit-startup-message' to
2664         `inhibit-startup-screen'.
2665         (initial-scratch-message): Doc fix.
2666         (fancy-splash-text): Remove variable.
2667         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
2668         New variables.
2669         (fancy-splash-delay, fancy-splash-max-time)
2670         (fancy-current-text, fancy-splash-stop-time)
2671         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
2672         Remove variables.
2673         (fancy-splash-insert): Use help-echo from the 3rd element of the
2674         link specification list, or "Follow this link" if it's nil.  Doc fix.
2675         Allow functions for face and link specs.
2676         (fancy-splash-tail): Remove function.
2677         (fancy-startup-tail): New function.
2678         (fancy-splash-default-action, fancy-splash-special-event-action)
2679         (fancy-splash-screens): Remove functions.
2680         (fancy-about-screen): New function.
2681         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
2682         Fix docstring.  Use argument `startup' to conditionally display
2683         different texts for Startup and About screens.  Don't display Help
2684         commands on the About screen.  Remove `unwind-protect' `sit-for'
2685         delay and `kill-buffer' after it.
2686         (normal-mouse-startup-screen, normal-splash-screen)
2687         (normal-no-mouse-startup-screen): New functions.
2688         (startup-echo-area-message): Change text of the echo area.
2689         (display-splash-screen): Remove function.
2690         (display-startup-screen, display-about-screen): New functions.
2691         (about-emacs): Make alias to `display-about-screen'.
2692         (display-splash-screen): Make alias to `display-startup-screen'.
2693         (command-line-1): Rename `inhibit-startup-message' to
2694         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
2695         started with command line options "-f", "-funcall", "-e", "-eval",
2696         "-execute", "-insert", "-find-file", "-file", "-visit".
2697         Inhibit startup screen when Emacs is started with a file name only
2698         on tty (i.e. don't inhibit it when started with a file name like
2699         "emacs FILE..." on a window system).
2700         Comment out unused code for coping with the old sit-for behavior.
2701         If file-count > 0, then display the concise version in another
2702         window, otherwise display full version in the same window.
2703         * loadup.el: Add `button'.  Move up `startup'.
2704         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
2705         * version.el (emacs-copyright): Add emacs-copyright.
2706         * menu-bar.el (menu-bar-help-menu):
2707         Move "About Emacs" and "About GNU" to the end of the Help menu.
2708         Move "Emacs Psychotherapist" after "Send Bug Report...".
2709         Move "External Packages" after "Find Emacs Packages".
2711 2007-11-10  Jason Rumney  <jasonr@gnu.org>
2713         * w32-fns.el: Sync charset names with setup-default-fontset.
2714         Append "-1" where second part missing.
2716         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
2718 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
2720         * ido.el (ido-save-history): Write the history file in UTF-8,
2721         and add `coding' file-local variable.
2723 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2725         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2726         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2727         (iso-iso2duden-trans-tab): Add docstring.
2729 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2731         * faces.el (face-normalize-spec): Remove function.
2732         (frame-set-background-mode): Undo last change.
2734 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2736         * files.el (enable-local-variables): Doc fix.
2738 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
2740         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2741         match dir like "a...b".
2743 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2745         * eshell/esh-mode.el (eshell-output-filter):
2746         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2747         Use `with-current-buffer'.
2749 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
2751         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2753 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
2755         * net/tls.el: Require rx when compiling.
2756         (tls-end-of-info): New variable.
2757         (open-tls-stream): Keep reading input until `tls-end-of-info' is
2758         matched.
2760 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2762         * simple.el (bad-packages-alist): Anchor semantic regexp.
2764 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2766         * files.el (hack-local-variables): Fix membership tests to avoid
2767         treating all variables as safe if `enable-local-variables' is
2768         set to :safe (CVE-2007-5795).
2770 2007-11-02  Glenn Morris  <rgm@gnu.org>
2772         * progmodes/etags.el (tags-table-mode): Disable undo.
2774         * simple.el (bad-packages-alist): Revert previous change.
2776 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
2778         * printing.el (printing): Fix :version, printing.el was included
2779         in emacs-22.1.
2780         (pr-path-style, pr-path-alist, pr-txt-name)
2781         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2782         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2783         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2784         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2785         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2786         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2787         (pr-setting-database, pr-visible-entry-list)
2788         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2789         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
2790         :version.
2792 2007-11-01  Glenn Morris  <rgm@gnu.org>
2794         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2796         * mail/footnote.el (footnote-numeric-regexp)
2797         (footnote-english-upper-regexp, footnote-english-lower-regexp)
2798         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2799         Match multi-character footnotes.
2801         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2802         (nroff-indent-line-function): New function.
2803         (nroff-count-text-lines): Use nroff-forward-text-line rather than
2804         obsolete alias.
2806 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
2808         * net/tramp.el (tramp-open-connection-telnet)
2809         (tramp-open-connection-rsh, tramp-open-connection-su)
2810         (tramp-open-connection-multi): Set $LC_ALL to "C".
2812 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
2814         * dired-aux.el (dired-copy-file-recursive):
2815         Preserve directory permissions.
2817 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2819         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2820         (whitespace-unload-function): New-style unload function.  When run,
2821         unintern `whitespace-unload-hook' and call `unload-feature' recursively
2822         to stop the old hook from messing with the unloading.
2824         * strokes.el (strokes-alphabetic-lessp): Doc fix.
2826 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2828         * emacs-lisp/find-func.el (find-library): Use library at
2829         point as default interactive argument.
2831 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2833         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2834         (elp-unset-master, elp-results): Fix typos.
2835         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2836         Doc fixes.
2838         * msb.el (msb--many-menus): Remove variable.
2839         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2840         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2841         (msb--toggle-menu-type): Fix typos in docstrings.
2843         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2844         (shadow-insert-var): Doc fixes.
2845         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2846         Reflow docstrings.
2847         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2849 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2851         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2852         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2853         Fix typos in autoload docstrings.
2855         * loadhist.el (unload-feature): Remove redundant check.
2857 2007-10-30  Richard Stallman  <rms@gnu.org>
2859         * savehist.el (savehist-save): Obey savehist-ignored-variables.
2861 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
2863         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2864         (gdb-var-update-handler-1): Use it.
2866 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2868         * loadhist.el (unload-feature): Remove erroneous check for the
2869         FEATURE-unload-function variable; check the existence of the
2870         function (that's what the docstring says, and it makes more sense).
2872         * follow.el (follow-unload-function): Add docstring.
2873         (follow-unload-function): Remove variable.
2875         * server.el (server-unload-function): Remove variable.
2876         (server-unload-function): Unbind `server-edit' from `C-x #'.
2878         * uniquify.el (uniquify-unload-function): Add docstring.
2879         (uniquify-unload-function): Remove variable.
2881         * ses.el (ses-unload-function): New function.
2883 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2885         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2886         (unsafep-progn, unsafep-let): Fix typos in docstrings.
2888         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2889         before use to avoid a warning in packages that require uniquify.
2890         (uniquify-unload-function): New function and var.
2892 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2894         * loadhist.el (unload-feature-special-hooks):
2895         Add `delete-frame-functions'.
2897         * server.el (server-unload-function): Rename from `server-unload-hook'
2898         and adapt to new `unload-feature' functionality.  Remove hook from
2899         `kill-buffer-hook' buffer-locally.
2900         (server-unload-hook): Remove.
2901         (server-unload-function): New var; replaces `server-unload-hook'.
2903 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
2905         * desktop.el (uniquify-managed): Pacify byte compiler.
2906         (desktop-buffer-info): If the buffer name is managed by uniquify,
2907         save the base name, not the uniquified one.
2908         (desktop-create-buffer): Allow `rename-buffer' to generate a new
2909         name in case of conflict.
2911 2007-10-26  Glenn Morris  <rgm@gnu.org>
2913         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2914         safe-local-variable property.
2916 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
2918         * net/browse-url.el (browse-url-browser-function): Delete grail.
2919         (browse-url-grail): Function and variable deleted.
2920         (browse-url-browser-function): Delete IXI Mosaic.
2921         (browse-url-default-browser): Don't try IXI Mosaic.
2922         (browse-url-iximosaic): Function deleted.
2923         (browse-url-browser-function): Delete MMM.
2924         (browse-url-default-browser): Don't try MMM.
2925         (browse-url-mmm): Function deleted.
2927 2007-10-25  Glenn Morris  <rgm@gnu.org>
2929         * progmodes/f90.el (f90-indented-comment-re)
2930         (f90-directive-comment-re, f90-break-delimiters):
2931         * progmodes/fortran.el (fortran-comment-line-start-skip)
2932         (fortran-directive-re):
2933         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2934         as safe if they are strings.
2936 2007-10-25  Richard Stallman  <rms@gnu.org>
2938         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2940 2007-10-24  Richard Stallman  <rms@gnu.org>
2942         * savehist.el (savehist-save): Omit unreadable elements.
2944         * loadhist.el (unload-function-defs-list): Renamed from
2945         unload-function-features-list.
2946         (unload-feature-special-hooks, unload-feature): Doc fixes.
2948         * indent.el (indent-to-left-margin): If point's in the indentation,
2949         move to the end of the indentation.
2951         * cus-edit.el (customize-changed-options): Make arg optional.
2953 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2955         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2957 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2959         * textmodes/css-mode.el: Require CL.
2960         (comment-continue): Declare.
2962         * subr.el (make-variable-frame-localizable): Remove.
2963         (make-variable-frame-local): Mark obsolete.
2965 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2967         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2968         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2970 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
2972         * comint.el (comint-password-prompt-regexp):
2973         Handle `[sudo] password'-style prompt.
2975 2007-10-23  Glenn Morris  <rgm@gnu.org>
2977         * progmodes/f90.el (f90-do-indent, f90-if-indent)
2978         (f90-type-indent, f90-program-indent)
2979         (f90-continuation-indent, f90-comment-region)
2980         (f90-beginning-ampersand, f90-smart-end)
2981         (f90-break-before-delimiters, f90-auto-keyword-case)
2982         (f90-leave-line-no, f90-mode-hook):
2983         Give an appropriate safe-local-variable property.
2984         (f90-font-lock-keywords-2): Fix `go to' regexp.
2986         * progmodes/fortran.el (fortran-tab-mode-default)
2987         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2988         (fortran-structure-indent, fortran-continuation-indent)
2989         (fortran-comment-indent, fortran-comment-line-extra-indent)
2990         (fortran-comment-line-start)
2991         (fortran-minimum-statement-indent-fixed)
2992         (fortran-minimum-statement-indent-tab)
2993         (fortran-comment-indent-char, fortran-line-number-indent)
2994         (fortran-check-all-num-for-matching-do)
2995         (fortran-blink-matching-if, fortran-continuation-string)
2996         (fortran-comment-region, fortran-electric-line-number)
2997         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2998         (fortran-analyze-depth, fortran-break-before-delimiters):
2999         Give an appropriate safe-local-variable property.
3001 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3004         of the subdirs is unreadable.
3006 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
3008         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3009         Use window-full-width-p.
3011 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3014         (tpu-edt-off): Use it.
3015         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
3016         the global-map before adding it to global-map.
3018         * menu-bar.el (global-buffers-menu-map): New var.
3019         (global-map, menu-bar-update-buffers): Use it.
3020         * msb.el (msb-menu-bar-update-buffers): Use it.
3021         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3022         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3023         Use with-current-buffer.
3025 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3027         * hexl.el (hexl-menu): New major mode menu.
3029 2007-10-20  Glenn Morris  <rgm@gnu.org>
3031         * progmodes/f90.el (f90-font-lock-keywords-2)
3032         (f90-looking-at-type-like): Fix regexp typos.
3034 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3036         * bs.el (bs-mode): Add mode name (accidentally left out
3037         in the 2007-10-16 change).
3039 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3041         * bs.el (bs--track-window-changes): Don't refresh the whole list.
3042         (bs-mode): Set mode-class property to special.
3044         * follow.el (follow-unload-function): New function.
3046         * loadhist.el (unload-function-features-list):
3047         Rename from `unload-hook-features-list'.
3048         (unload-hook-features-list): Add as obsolete alias.
3049         (unload-feature): Use `unload-function-features-list'
3050         and new FEATURE-unload-function.
3052 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
3054         * loadhist.el (unload-feature-special-hooks):
3055         Update list of special hooks.
3057         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3058         (adaptive-fill-function): Doc fix.  Remove * from docstring.
3060 2007-10-18  Glenn Morris  <rgm@gnu.org>
3062         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3064 2007-10-17  Aaron Hawley  <aaronh@garden.org>
3066         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3067         position is not saved.
3069 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
3071         * longlines.el (longlines-wrap-follows-window-size): Integer value
3072         specifies wrapping margin.
3073         (longlines-mode, longlines-window-change-function):
3074         Set window-specific wrapping margin based on the above.
3076 2007-10-17  John Wiegley  <johnw@newartisans.com>
3078         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3080 2007-10-17  Glenn Morris  <rgm@gnu.org>
3082         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3083         Tweak regexp to avoid stack overflow.
3085 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3087         * simple.el (reindent-then-newline-and-indent): Don't assume that
3088         indent-according-to-mode preserves point.
3090 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
3092         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
3093         (bs--restore-window-config): Keep the selected frame.
3094         (bs--track-window-changes, bs--remove-hooks): New functions.
3095         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
3096         (bs--show-with-configuration): Revert 2006-11-09 change.
3097         Don't reuse window unless it is visible on the selected frame.
3098         Restore window configuration (possibly in a different frame)
3099         before creating any window.
3101 2007-10-16  Richard Stallman  <rms@gnu.org>
3103         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3104         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3105         (ad-is-advised, ad-get-advice-info-field)
3106         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3108 2007-10-16  Glenn Morris  <rgm@gnu.org>
3110         * simple.el (blink-matching-open): Don't report false errors with
3111         the `$' syntax class.
3113 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3115         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3116         (filesets-ormap, filesets-sort-case-sensitive-flag)
3117         (filesets-remake-shortcut, filesets-ingroup-collect-files):
3118         Fix typos in docstrings.
3119         (filesets-data-get-name, filesets-data-get-data)
3120         (filesets-data-set, filesets-cmd-query-replace-getargs)
3121         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
3123 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3125         * term/mac-win.el: Don't require url when compiling, as url-type is
3126         no longer a macro.
3128 2007-10-14  Glenn Morris  <rgm@gnu.org>
3130         * progmodes/etags.el (select-tags-table): Disable undo in the
3131         `*Tags Table List*' buffer.
3133 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
3135         * dired.el (dired-warn-writable): New face.
3136         (dired-warn-writable-face): New variable.
3137         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3138         of dired-warning-face, for group- and world-writable files.
3140 2007-10-13  Glenn Morris  <rgm@gnu.org>
3142         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3143         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3144         Add doc string, and an explicit COUNT argument.
3145         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3146         `inc' to search functions.
3148 2007-10-13  John W. Eaton  <jwe@octave.org>
3150         * progmodes/octave-mod.el (octave-looking-at-kw)
3151         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3152         New functions.
3153         (octave-in-defun-p, calculate-octave-indent)
3154         (octave-blink-matching-block-open, octave-beginning-of-defun)
3155         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3156         to search for regexps that contain case-sensitive keywords.
3157         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3158         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3160 2007-10-13  Richard Stallman  <rms@gnu.org>
3162         * files.el (directory-abbrev-alist): Doc fix.
3164 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
3166         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3168 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
3170         * frame.el (set-frame-configuration): Assign name parameter only
3171         if it has been set explicitly before.
3173         * window.el (handle-select-window): Revert part of 2007-10-06
3174         change setting the input focus.
3176 2007-10-12  Glenn Morris  <rgm@gnu.org>
3178         * cus-edit.el (custom-variable-menu, custom-face-menu)
3179         (custom-group-menu): Check init-file-user rather than
3180         user-init-file, in case cus-edit is loaded by site-run-file.
3182 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
3184         * follow.el (follow-stop-intercept-process-output):
3185         Use `follow-call-process-filter' rather than `process-filter'.
3187 2007-10-11  Tom Tromey  <tromey@redhat.com>
3189         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3190         frame is visible.
3192 2007-10-10  Richard Stallman  <rms@gnu.org>
3194         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3195         in *Backtrace*.
3197         * faces.el (face-font-selection-order): Doc fix.
3199         * loadhist.el (unload-feature): Doc fix.
3201 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3203         * ps-print.el: Fix the usage of :foreground and :background face
3204         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3205         (ps-print-version): New version 6.7.6.
3206         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3207         Fix code.
3208         (ps-face-foreground-color-p, ps-face-background-color-p)
3209         (ps-face-color-p): New inline funs.
3211 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
3213         * follow.el: Change all instances of "Follow Mode" to "Follow
3214         mode" in docstrings and messages.
3216 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
3218         * faces.el (face-font-selection-order): Doc fix.
3220         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
3221         (follow-mode-off-hook): Mark as obsolete.
3223 2007-10-08  Richard Stallman  <rms@gnu.org>
3225         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
3226         (edebug-install-custom-print, edebug-reset-print-funcs)
3227         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
3228         Functions deleted.
3229         (edebug-prin1, edebug-print, edebug-prin1-to-string)
3230         (edebug-format, edebug-message): Define directly as aliases.
3232 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
3234         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
3236 2007-10-07  Glenn Morris  <rgm@gnu.org>
3238         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3239         version numbers.
3241 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
3243         * net/tramp.el (tramp-completion-mode): Extend doc-string.
3244         (tramp-completion-mode-p): Revert change from 2007-09-24.
3245         Checking for `return' etc as last character is not sufficient, for
3246         example in dired-mode when entering <g> (revert-buffer) or
3247         <s> (dired-sort).
3249 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
3251         * window.el (mouse-autoselect-window-cancel): Don't cancel for
3252         select-window or select-frame events.
3253         (handle-select-window): When autoselecting window set input
3254         focus.  Restructure.
3256         * frame.el (focus-follows-mouse): Moved to frame.c.
3257         * cus-start.el (all): Add focus-follows-mouse.
3259 2007-10-05  Chris Moore  <dooglus@gmail.com>
3261         * server.el (server-kill-new-buffers): Doc fix.
3263 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3265         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3266         activate font-locking in the *buffer-selection* buffer.
3267         (bs-show-sorted): Doc fix.
3269         * bs.el (bs--get-marked-string, bs--get-modified-string)
3270         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3271         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3272         (bs--format-aux): Doc fix.
3274 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3276         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3278 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3280         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3282 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
3284         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3285         (gud-gdb): New function for old M-x gdb (text command mode).
3286         (gud-gdb-command-name, gdb): Move to...
3288         * progmodes/gdb-ui.el: ...here and adapt doc string.
3289         (gud-gdba-command-name, gdba): Delete.
3291 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
3293         * bs.el: Don't defvar `font-lock-verbose'.
3294         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3295         (bs--get-file-name): Fix typos in docstrings.
3296         (bs--show-header): Use `dolist' instead of `mapcar'.
3297         (bs-mode): Set `show-trailing-whitespace' to nil.
3298         (bs-buffer-sort-function, bs-mouse-select-other-frame)
3299         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3300         Doc fixes.
3302 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
3304         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3306 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
3308         * progmodes/gud.el (gdb): Make graphical mode the default and
3309         switch to text command mode if appropriate, i.e., reverse previous
3310         arrangement.
3311         (gud-gdb-marker-filter): Adapt for above change.
3313         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3314         gud-minor-mode and gud-marker-filter.
3315         (gdb-fullname-regexp): New variable.
3316         (gud-gdba-marker-filter): Use it to switch to text command
3317         mode if appropriate.
3319 2007-10-02  Richard Stallman  <rms@gnu.org>
3321         * frame.el (cursor-in-non-selected-windows): Doc fix.
3323 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
3325         * progmodes/gud.el (gud-display-line): Find source buffer even when
3326         GUD buffer has its own frame.
3328 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3330         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3332 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3334         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3336 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
3338         * allout.el (allout-before-change-handler): Replace got-char by
3339         goto-char.
3341 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3343         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3344         Used to try and automatically enabled smerge-mode in the presence of
3345         conflicts and to call `svn resolved' when the conflicts are gone.
3346         (vc-svn-parse-status): Remember the svn-specific status.
3348         * newcomment.el (comment-choose-indent): New function extracted
3349         from comment-indent.  Improve the alignment algorithm.
3350         (comment-indent): Use it.
3352 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
3354         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3355         (eldoc-message-commands, eldoc-current-idle-delay):
3356         Fix typos in docstrings.
3358         * progmodes/python.el (python-eldoc-function): Doc fix.
3360 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
3362         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3363         menu-bar-apropos-menu.  All users changed.
3364         (menu-bar-help-menu): Change menu symbols to better match the text
3365         displayed by the menu.
3367 2007-09-25  Glenn Morris  <rgm@gnu.org>
3369         * view.el (view-search-no-match-lines): Add a doc string.
3370         Rewrite to simplify and work better.
3372 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
3374         * net/tramp.el (tramp-completion-mode-p): Rename from
3375         `tramp-completion-mode'.  Revert logic, check `return', `newline'
3376         and such alike.  Packages like Icicles tend to use other completion
3377         characters but `tab' and `space' only.
3378         (top): Require cl.el, when `copy-tree' is not available otherwise.
3380         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
3381         `ad-get-arg'.
3383 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
3385         * net/tramp-vc.el (tramp-vc-user-login-name):
3386         Use `vc-find-version' instead of `process-file' to check whether we
3387         have a new enough vc that doesn't need the defadvice.
3389 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
3391         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3392         #, @, : and ^.
3394 2007-09-23  Glenn Morris  <rgm@gnu.org>
3396         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3398 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3400         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3402         * log-view.el (log-view-mode-map): Likewise.
3404         * diff-mode.el (diff-mode-shared-map): Likewise.
3406 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3408         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3409         add inferior-octave-directory-tracker to the buffer-local value
3410         of comint-input-filter-functions.
3412 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3414         * files.el (file-name-sans-versions): Also allow `A-Z'.
3416         * vc.el: Mention all supported VC backends.
3418 2007-09-22  Richard Stallman  <rms@gnu.org>
3420         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3421         neighbouring buttons.
3423 2007-09-22  Andreas Schwab  <schwab@suse.de>
3425         * files.el (file-name-sans-versions): Also allow `_'.
3427 2007-09-22  Glenn Morris  <rgm@gnu.org>
3429         * eshell/esh-mode.el (eshell-output-filter-functions):
3430         Add eshell-postoutput-scroll-to-bottom.
3432 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3434         * files.el (file-name-sans-versions): Allow - and a-z in version names.
3436         * log-view.el (log-view-mode-map, log-view-mode-menu):
3437         Bind log-view-annotate-version.
3438         (log-view-beginning-of-defun, log-view-end-of-defun)
3439         (log-view-annotate-version): New functions.
3440         (log-view-mode): Use log-view-beginning-of-defun and
3441         log-view-end-of-defun.
3443 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3445         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3447 2007-09-21  Kevin Ryde  <user42@zip.com.au>
3449         * international/mule.el (sgml-html-meta-auto-coding-function):
3450         Bind `case-fold-search' to t.
3452 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3454         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3455         neighbouring buttons.
3457         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3458         Recognize gcc's use of "note" for informational messages.
3460 2007-09-20  Glenn Morris  <rgm@gnu.org>
3462         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3463         motion functions, rather than hard-coding "\n\n".
3464         (tex-validate-region): Check for eobp, to speed up.
3465         (tex-next-unmatched-end): Doc fix.
3467 2007-09-19  Glenn Morris  <rgm@gnu.org>
3469         * textmodes/tex-mode.el (tex-terminate-paragraph):
3470         Use backward-paragraph.
3472 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3475         (css-mode): Update correspondingly.
3477 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3479         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3481         * vc-hooks.el (vc-menu-entry): New var.
3482         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3483         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3484         (vc-menu-map): Declare and initialize in one step.
3486         * menu-bar.el (vc-menu-map): Don't setup any more.
3487         Instead, just create the proper spot in the menu.
3489 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3490             Stefan Monnier  <monnier@iro.umontreal.ca>
3492         * vc.el: Document new VC operation `extra-menu'.
3494         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
3496 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3498         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3499         Signed-off-by, Acked-by and Merge.
3501 2007-09-17  Glenn Morris  <rgm@gnu.org>
3503         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3504         filename from `--file-line-error', if it is available.
3506 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
3508         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3509         TeX `--file-line-error' format.
3511 2007-09-17  Glenn Morris  <rgm@gnu.org>
3513         * textmodes/tex-mode.el (tex-region): Simplify previous change,
3514         handling the case where the region is not in `tex-main-file'.
3515         (tex-region-1): Delete.
3516         (tex-region-header): New function, doing the header part of the
3517         old tex-region-1.
3519 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3521         * ediff-init.el (ediff-verbose-p): This var is not a constant.
3523 2007-09-16  Drew Adams  <drew.adams@oracle.com>
3525         * cus-edit.el (custom-face-edit-activate): Doc fix.
3527 2007-09-16  Glenn Morris  <rgm@gnu.org>
3529         * textmodes/tex-mode.el (tex-region): Handle the case where the
3530         region is not in `tex-main-file'.  Move the old code that applies
3531         to both cases...
3532         (tex-region-1): ...to this new function.
3534 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
3536         * simple.el (blink-matching-open): Don't display message when no
3537         paren is found within blink-matching-paren-distance characters.
3538         Don't search prompt in blink-matching-paren-distance nil case.
3540 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3542         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3544 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         * vc-mtn.el: New file.
3548         * vc-hooks.el (vc-handled-backends): Add Mtn.
3550 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
3552         * files.el (find-file, find-file-other-window)
3553         (find-file-other-frame, find-file-existing, find-file-read-only)
3554         (find-file-read-only-other-window)
3555         (find-file-read-only-other-frame)
3556         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3558 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
3560         * man.el (Man-default-man-entry): At end of line, continue looking
3561         to the next line for possible end of hyphenated command.
3563 2007-09-13  Chris Moore  <dooglus@gmail.com>
3565         * shell.el (shell-resync-dirs): Don't move the cursor relative to
3566         the command being edited.
3568 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
3570         * progmodes/gud.el (gdb-ready): New variable.
3571         (gdb): Set it to nil.  Set gud-running to nil here...
3572         (gud-common-init): ...instead of here.
3574         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3575         Use gdb-ready.  Discard input until GDB is ready to accept it.
3577 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
3579         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
3580         C-M-S- keys.
3582 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
3584         * dired.el (dired-warning): Inherit from font-lock-warning-face to
3585         make it show up with eight colors.
3587 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3589         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3590         diffs are concatenated with no intervening line.
3592 2007-09-10  Dave Love  <fx@gnu.org>
3594         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3595         (python-font-lock-keywords): Update to the 2.5 version of the language.
3596         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3597         (python-backspace): Only behave funny in code.
3598         (python-compilation-regexp-alist): Add PDB stack trace regexp.
3599         (inferior-python-mode): Add PDB prompt regexp.
3600         (python-fill-paragraph): Refine the fenced-string regexp.
3601         (python-find-imports): Handle imports spanning several lines.
3602         (python-mode): Add `class' to hideshow support.
3604 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3606         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
3607         add-log-buffer-file-name-function rather than bind buffer-file-name,
3608         so we dont end up calling change-log-mode in *cvs* when `fi' is the
3609         ChangeLog file itself.
3611         * outline.el (outline-flag-region): Use front-advance.
3613 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
3615         * progmodes/cperl-mode.el: Merge upstream 5.23.
3616         (cperl-where-am-i): Remove function.
3617         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3618         (cperl-sniff-for-indent): De-invert [string] and [comment].
3619         When looking for label, skip s:m:y:tr.
3620         (cperl-indent-line): Likewise.
3621         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3622         (cperl-windowed-init): Wrong `ps-print' handling.
3623         Both thanks to Chong Yidong.
3624         (cperl-look-at-leading-count): Could fail with unfinished RExen.
3625         (cperl-find-pods-heres): If the second part of s()[] is missing,
3626         don't try to highlight delimiters...
3628 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3630         * progmodes/compile.el (compilation-get-file-structure): Complete last
3631         change by also using spec-directory in the puthash.
3633 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
3635         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
3636         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3637         (vc-bzr-status): Fix shadowing of variable 'status'.
3638         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3639         Use `expand-file-name' instead of `concat'.
3640         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3641         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
3643 2007-09-05  Jason Rumney  <jasonr@gnu.org>
3645         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
3647 2007-09-02  Richard Stallman  <rms@gnu.org>
3649         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3650         Add `safe-local-variable' property.
3651         (lisp-body-indent): Likewise.
3653 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3655         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3656         prev/next-node.
3658         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
3659         (x-gtk-map-stock): New function.
3661 2007-09-02  Glenn Morris  <rgm@gnu.org>
3663         * comint.el (comint-mode): Don't set scroll-conservatively.
3665         * eshell/em-unix.el (eshell/time): Stringify and flatten the
3666         non-command arguments.
3668 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3670         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3671         Fix bug: Don't expand top-level file name more than once.
3672         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3674 2007-09-01  Richard Stallman  <rms@gnu.org>
3676         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3677         Add doc string.
3679 2007-08-30  Richard Stallman  <rms@gnu.org>
3681         * speedbar.el (speedbar-frame-reposition-smartly)
3682         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3683         (speedbar-check-vc): Don't use dframe-xemacsp.
3685 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3687         * files.el (backup-buffer-copy): Try to overwrite old backup first.
3689 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
3691         * repeat.el (repeat): Use last-repeatable-command instead of
3692         real-last-command.  Run pre- and post-command hooks for
3693         self-insertion.  Update doc-string.
3695 2007-08-28  Glenn Morris  <rgm@gnu.org>
3697         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
3699 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
3701         * vc-git.el (vc-git-state): Call git-add --refresh to update the
3702         state of the file.
3703         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3704         (vc-git-create-repo): Fix invalid command.
3706 2007-08-27  Richard Stallman  <rms@gnu.org>
3708         * textmodes/flyspell.el (flyspell-mode):
3709         Catch errors in flyspell-mode-on.
3711 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3713         * progmodes/modula2.el (m2-definition, m2-module):
3714         Don't use previous-line.  Reported by T. V. Raman.
3716 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3718         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3719         argument to tool-bar-mode call.
3721 2007-08-27  Glenn Morris  <rgm@gnu.org>
3723         * diff-mode.el (diff-find-file-name): Only accept regular files,
3724         to rule out /dev/null, directories, etc.
3726 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3728         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3729         safe-local-variable setting.
3730         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3732 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3735         of buffers in uniquify-managed.
3737         * simple.el (invisible-p): Rename from text-invisible-p.
3738         Update callers.
3740 2007-08-25  Alan Mackenzie  <acm@muc.de>
3742         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3743         new language variable.
3745         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
3746         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3747         "extern" etc., rather than BOI.  Fix addition of spurious
3748         syntactic-symbol 'defun-block-intro, replacing it with
3749         'innamespace, etc.
3751 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3753         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3754         Don't behave differently when executed via M-x.  Add doc string.
3756 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3758         * files.el (backup-buffer-copy): Don't wrap delete in
3759         condition-case, only try to delete if file exists.
3761 2007-08-24  Glenn Morris  <rgm@gnu.org>
3763         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3765 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3768         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3769         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3770         (cperl-etags-goto-tag-location): Use new style backquotes.
3772         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
3773         (dynamic-completion-table): Use it it.
3775         * net/browse-url.el: Remove spurious * in custom docstrings.
3776         (browse-url-filename-alist): Use new-style backquote.
3778         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3779         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3781         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3782         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3784         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3786         * net/socks.el (socks-username/password-auth-filter):
3787         Remove unused vars `state' and `desired-len'.
3788         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3789         (socks-wait-for-state-change): Use new-style backquotes.
3791         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3793         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3794         backquotes after each `read' rather than once per buffer.
3796         * dframe.el: Remove spurious * in custom docstrings.
3797         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3798         (dframe-xemacs20p): Remove, inline at the sole use point.
3799         (defface): Don't defvar the face, don't use old-style backquote.
3800         (defcustom): Don't use old-style backquote.
3801         (dframe-frame-parameter, dframe-mouse-event-p):
3802         Make it obvious that it's always defined.
3803         (dframe-popup-kludge): New function to replace
3804         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3805         (dframe-frame-mode, dframe-set-timer-internal)
3806         (dframe-mouse-set-point): Remove use of with-no-warnings from
3807         XEmacs-specific code.
3808         (dframe-set-timer-internal): Fix very old bug with
3809         post-command-idle-hook.
3811         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3813 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3815         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3817 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
3819         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3820         safe-local-variable.
3822 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3824         * net/browse-url.el (browse-url-emacs): New function.
3826 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3828         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
3829         warning if the file uses old style backquotes.
3831         * emacs-lisp/bytecomp.el (byte-compile-log-file)
3832         (byte-recompile-directory, byte-compile-file)
3833         (byte-compile-from-buffer): Use with-current-buffer.
3835         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
3836         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
3837         (line-move-1, line-move-finish, line-move-to-column)
3838         (move-end-of-line, move-beginning-of-line): Use new name.
3840 2007-08-22  Glenn Morris  <rgm@gnu.org>
3842         * files.el (backup-buffer-copy): Check backup directory is
3843         writable, to avoid infloop deleting old backup.
3845         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3846         movemail related variables.
3847         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3848         will now be set before this is called.
3850 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3852         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
3854         * progmodes/ada-mode.el: Fix up comment style in header.
3855         (ada-check-emacs-version): Remove.
3856         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
3857         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
3858         to try and quieten the byte-compiler.
3859         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
3861         * vc.el (vc-annotate-warp-version): Don't use previous-line.
3863 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3865         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3866         extracted from `eval-last-sexp-1'.
3867         (eval-last-sexp-1): Call `preceding-sexp'.
3869 2007-08-19  Glenn Morris  <rgm@gnu.org>
3871         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3872         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3873         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3874         shadow files messing up the compilation.
3876 2007-08-18  Glenn Morris  <rgm@gnu.org>
3878         * progmodes/scheme.el (scheme-mode-variables):
3879         Set font-lock-comment-start-skip.
3881 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3883         * progmodes/ada-mode.el (ada-create-syntax-table):
3884         Move set-syntax-table from here to ...
3885         (ada-mode): ... here.  Don't change global value of comment-multi-line.
3886         Call new function ada-initialize-syntax-table-properties.
3887         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
3888         (ada-deactivate-properties, ada-initialize-properties):
3889         Replace by new functions ...
3890         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
3891         (ada-initialize-syntax-table-properties): ... to set up syntax-table
3892         properties uniformly, independently from whether font-lock-mode
3893         is enabled or not.  Handle read-only buffers and do not change
3894         undo-list when setting syntax-table properties.
3895         (ada-after-change-function): Use ada-set-syntax-table-properties.
3897 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3899         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
3900         (cperl-find-pods-heres): Fix an error when typing expressions like
3901         `s{a}{b}'.
3903 2007-08-17  Glenn Morris  <rgm@gnu.org>
3905         * progmodes/compile.el (compilation-get-file-structure): Make use
3906         of the directory part when checking for an existing entry, to
3907         handle files with same basename in different directories.
3909 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3911         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3912         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3913         (ps-paragraph-spacing): Docstring fix.
3915 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * smerge-mode.el (smerge-resolve): New arg `safe'.
3918         (smerge-resolve-all, smerge-batch-resolve): New function.
3919         (smerge-refine): Make sure `diff' returns the expected result.
3920         (smerge-parsep-re): New const.
3921         (smerge-mode): Use it to adjust paragraph-separate.
3923         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3924         Correctly match / regexp matchers as first char on a line when
3925         fontifying only that line.
3927         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3929 2007-08-16  Glenn Morris  <rgm@gnu.org>
3931         * ps-print.el (ps-font-size): Doc fix.
3933 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3935         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3936         (vc-bzr-registered): Don't redundantly protect against
3937         file-error.  Actually use the format-specific code.
3938         (vc-bzr-buffer-nonblank-p): Remove.
3939         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3941 2007-08-15  Glenn Morris  <rgm@gnu.org>
3943         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3944         sloppier, for the sake of GNU Mailman.
3945         (rmail-digest-rfc1153): Initialize `result' correctly.
3947 2007-08-14  Glenn Morris  <rgm@gnu.org>
3949         * simple.el (bad-packages-alist): New constant.
3950         (bad-package-check): New function.  Together, these two add
3951         elements to `after-load-alist' to check for problematic external
3952         packages.
3953         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3955 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3957         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3958         optional quotes around files in NEED-UPDATE . REMOVED case.
3960         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3961         (ada-treat-cmd-string): Improve error message.
3962         (ada-do-file-completion): Call `ada-require-project-file', so
3963         project variables are set properly.
3964         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3965         (ada-gnatfind-buffer-name): New constant.
3966         (ada-find-any-references): Use new constant.  Set buffer name
3967         properly in compilation-start.  Toggle read-only properly.
3968         (ada-find-in-src-path): Fix spelling error in docstring.
3970         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3971         by zero error.
3973 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3975         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3977 2007-08-12  Richard Stallman  <rms@gnu.org>
3979         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3980         (cvs-execute-single-file): Use new name split-string-and-unquote.
3981         (cvs-header-msg): Use new name combine-and-quote-strings.
3983         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3985         * progmodes/gud.el (gud-common-init): Use new name
3986         split-string-and-unquote.
3988         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3989         in javac regexp.
3991         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3992         combine-and-quote-strings and split-string-and-unquote.
3994         * subr.el (combine-and-quote-strings): Rename from strings->string.
3995         (split-string-and-unquote): Rename from string->strings.
3997 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3999         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4000         to buffer-local settings.
4002         * emacs-lisp/backquote.el (backquote-delay-process): New function.
4003         (backquote-process): Add internal arg `level'.  Use the two to
4004         correctly handle nested backquotes.
4006 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
4008         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4009         (vc-bzr-state-words): Add "kind changed" state word.
4010         (vc-bzr-status): New function.  Return Bzr idea of file status,
4011         which is different from VC's.
4012         (vc-bzr-state): Use vc-bzr-status.
4013         (vc-workfile-unchanged-p): Use vc-bzr-status.
4014         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4015         (vc-dired-state): Process "kind changed" state word.
4017 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4021         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4022         Move from vc-default-find-file-not-found-hook.
4024 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4026         * url/url-auth.el (url-basic-auth): When prompting for username
4027         and password, default to the username and password in the URL.
4029 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4031         * man.el: Remove spurious * in docstrings.
4032         Merge defvars and toplevel setq-defaults.
4033         (Man-highlight-references0): Limit=nil rather than point-max.
4034         (Man-mode-map): Move initialization into the declaration.
4035         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4036         (Man-view-header-file): Use expand-file-name rather than concat.
4037         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4039         * man.el (Man-next-section): Make sure we do not move backward.
4041 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4043         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4044         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4045         ps-print-color-p is neither nil nor black-white.  Reported by Christian
4046         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4048 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4050         * files.el (auto-mode-alist): Use the purecopied text (duh!).
4052 2007-08-08  Andreas Schwab  <schwab@suse.de>
4054         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4055         self-insert-command, not self-insert.
4057 2007-08-08  Glenn Morris  <rgm@gnu.org>
4059         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
4061         * Replace `iff' in doc-strings and comments.
4063         * help-mode.el (help-make-xrefs): Search for symbol constituents,
4064         rather than just `-'.
4066 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4068         * dired.el (dired-pop-to-buffer):
4069         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4070         * calendar/calendar.el (generate-calendar-window):
4071         * progmodes/compile.el (compilation-set-window-height):
4072         * textmodes/two-column.el (2C-two-columns, 2C-merge):
4073         Use window-full-width-p instead of comparing frame-width and
4074         window-width.
4076         * progmodes/compile.el (compilation-find-buffer): Remove extra
4077         argument in call to compilation-buffer-internal-p.
4079 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
4081         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
4082         parameters IDENTIFICATION and CONNECTED.
4083         (tramp-handle-insert-file-contents): VISIT must be handled after
4084         insertion of the local copy.  Reported by Peter Gordon
4085         <peter@pg-consultants.com>.
4086         (tramp-file-name-handler): No special handling for
4087         `expand-file-name'.  But for `file-name-as-directory'.
4088         (tramp-find-shell, tramp-open-connection-telnet)
4089         (tramp-open-connection-rsh, tramp-open-connection-su)
4090         (tramp-open-connection-multi)
4091         (tramp-open-connection-setup-interactive-shell): Guard against
4092         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
4093         <steve@sxemacs.org>.
4094         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
4095         the hint.
4097         * net/trampver.el: Update release number.
4099 2007-08-07  Tom Tromey  <tromey@redhat.com>
4101         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4102         Add safe-local-variable property.
4104 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4106         * image-mode.el (image-toggle-display): Use image-refresh.
4108         * longlines.el (longlines-decoded): New variable.
4109         (longlines-mode): Avoid encoding or decoding the buffer twice.
4111 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
4113         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4114         unofficial version.
4115         (vc-bzr-command): Remove redundant setting of process-connection-type.
4116         (vc-bzr-admin-checkout-format-file): Add autoload.
4117         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4118         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4119         (vc-bzr-registered): Compare dirstate format tag with known good
4120         value, abort parsing if match fails.  Warn user in docstring.
4121         (vc-bzr-workfile-version): Case for different Bzr branch formats.
4122         See bzrlib/branch.py in Bzr sources.
4123         (vc-bzr-diff): First argument FILES may be a string rather than a list.
4124         (vc-bzr-shell-command): Remove in favor of
4125         vc-bzr-command-discarding-stderr.
4126         (vc-bzr-command-discarding-stderr): New function.
4128 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
4130         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4131         program, and return nil
4132         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4133         (vc-bzr-state): Look for path names relative to the repository
4134         root after status keyword.
4135         (vc-bzr-file-name-relative): New function.
4136         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4137         depend on it.
4138         (vc-bzr-admin-dirname, ...-checkout-format-file)
4139         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4140         files that we now parse directly for speed.
4141         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4142         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4143         (vc-bzr-state): "bzr status" successful only if exitcode is 0
4144         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
4145         Bzr warnings, so we must discard it.
4146         (vc-bzr-workfile-version): Speedup counting lines from
4147         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4148         if that file doesn't exist.
4149         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4150         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
4151         (not ".bzr"!) to `vc-directory-exclusion-list'
4152         (vc-bzr-shell-command): New function.
4154 2007-08-06  Tom Tromey  <tromey@redhat.com>
4156         * diff-mode.el (diff-unified->context, diff-reverse-direction)
4157         (diff-fixup-modifs): Typo in docstring.
4159 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4161         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4162         count-screen-lines.
4163         (tpu-edt-off): Disable relevant pieces of advice.
4165         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4166         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
4167         (newline, newline-and-indent, do-auto-fill): Use advice instead of
4168         redefining the function.
4169         (tpu-set-scroll-margins): Activate the pieces of advice.
4171 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
4173         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4174         process-filter.
4176 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4178         * help.el (resize-temp-buffer-window): Use window-full-width-p
4179         instead of comparing frame-width and window-width.
4181 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
4183         * term.el: Honor term-default-fg-color and term-default-bg-color
4184         settings when modifying term-current-face.
4185         (term-default-fg-color, term-default-bg-color): Initialize from
4186         default term-current-face.
4187         (term-mode, term-reset-terminal): Set term-current-face with
4188         term-default-fg-color and term-default-bg-color.
4189         (term-handle-colors-array): term-current-face has term-default-fg-color
4190         and term-default-bg-color after reset escape sequence.
4191         (term-handle-colors-array): Set term-current-color with
4192         term-default-fg/bg-color instead of ansi-term-color-vector when the
4193         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4195 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
4197         * files.el (set-auto-mode): Handle also remote files wrt
4198         `auto-mode-alist'.
4200         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
4201         remote identification.
4203 2007-08-04  Glenn Morris  <rgm@gnu.org>
4205         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4206         zero, not nil, when the library is first loaded.  Check for a file
4207         that has been modified on disk.
4209         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4210         Remove duplicate defvar preventing initialization.
4211         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4213 2007-08-03  Miles Bader  <miles@gnu.org>
4215         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4216         backend names for new backends to `Git', `Hg', and `Bzr'.
4217         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4218         not `HG'.
4219         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4220         name, not `GIT'.
4221         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4222         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4224 2007-08-03  Glenn Morris  <rgm@gnu.org>
4226         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4228 2007-08-02  Richard Stallman  <rms@gnu.org>
4230         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4231         to update deleted flag.
4233         * cus-edit.el (customize-apropos, customize-apropos-options)
4234         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4236         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4238         * startup.el (fancy-splash-head, startup-echo-area-message):
4239         Change message text.
4241         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4242         All callers use line-move.
4244         * progmodes/compile.el (compilation-find-buffer): Return current
4245         buffer immediately if suitable.
4246         (compile, compilation-buffer-name, compilation-start): Doc fixes.
4248 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4250         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
4251         Make it more discriminating and more useful.
4252         (vc-bzr-root-dir): Use new name.
4253         (vc-bzr-registered): Use new name and look at the dirstate file to
4254         determine if it's registered or not without running `bzr'.
4256 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4258         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4260 2007-07-31  Drew Adams  <drew.adams@oracle.com>
4262         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4263         Fix parent groups link.
4265 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
4267         * faces.el (face-normalize-spec): New function.
4268         (frame-set-background-mode): Normalize face-spec before calling
4269         face-spec-match-p.
4271 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4273         * vc-bzr.el: New file (copied from the trunk).
4275         * vc-hooks.el (vc-handled-backends): Add BZR.
4276         (vc-find-file-hook): Failsafe if the backend's `registered'
4277         function burps.
4279         * server.el (server-window): Add switch-to-buffer-other-frame option.
4281 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4283         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
4284         (vc-git-revision-completion-table): Enable.
4286         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
4288         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
4290         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
4291         (vc-hg-registered): Set the vc-state property.
4293         * diff-mode.el (diff-mode-menu): New entries.
4295 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4298         (diff-file-kill): Use it.
4299         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4300         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4301         Use it so they find the hunk even when we're in the file header.
4303         * vc.el: Add new VC operation `revision-completion-table'.
4304         (vc-default-revision-completion-table): New function.
4305         (vc-version-diff, vc-version-other-window): Use it to provide
4306         completion of revision names if the backend provides it.
4308         * vc-arch.el (vc-arch--version-completion-table)
4309         (vc-arch-revision-completion-table): New functions to provide
4310         completion of revision names.
4312         * vc-cvs.el: Require CL.
4313         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4314         New functions to provide completion of revision names.
4316 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4318         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4319         (copyright-fix-years, copyright): Correctly handle the case where
4320         copyright-limit is nil.
4322 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4324         * progmodes/python.el (run-python): Fix path separator under w32.
4326 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4328         * vc-git.el: New File.
4330 2007-07-28  Alan Mackenzie  <acm@muc.de>
4332         Fix problem with modes derived from CC Mode:
4333         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4334         macro to cc-langs.
4335         (c-init-language-vars-for): Remove call to above macro.
4336         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4337         been moved to here.
4338         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4340 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4342         * net/trampver.el: Fix the `coding' cookie.
4344 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4346         * add-log.el (change-log-redate): Remove (not needed anymore and
4347         doesn't appear to work).
4349 2007-07-25  Glenn Morris  <rgm@gnu.org>
4351         * Relicense all FSF files to GPLv3 or later.
4353         * COPYING: Switch to GPLv3.
4355 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4358         Replace it with another one which disables undo before calling
4359         erase-buffer and then turns it back on if needed.
4361 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4363         * ps-print.el: Problem with foreground and background color when
4364         printing a buffer with and without faces.  Reported by Christian
4365         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4366         (ps-print-version): New version 6.7.5.
4367         (ps-default-fg): Change default value to nil, so black color is used
4368         when a face does not specify a foreground color.
4369         (ps-default-bg): Change default value to nil, so white color is used
4370         for background color.
4371         (ps-begin-job): Fix code.
4373 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4375         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4377 2007-07-24  Alan Mackenzie  <acm@muc.de>
4379         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4380         Initialise byte-compile-unresolved-functions before rather than
4381         after a compilation.
4382         (byte-compile-unresolved-functions): Amplify doc string.
4384 2007-07-24  Glenn Morris  <rgm@gnu.org>
4386         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4387         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4388         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4389         (cal-tex-cursor-week, cal-tex-cursor-week2)
4390         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4391         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4392         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4393         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4395 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4397         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4399 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4402         underlying file is uptodate.
4404 2007-07-23  Richard Stallman  <rms@gnu.org>
4406         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4408 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4410         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4411         (sh-font-lock-flush-syntax-ppss-cache): New funs.
4412         (sh-font-lock-syntactic-keywords): Use them to distinguish the
4413         different possible cases for \'.
4414         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
4416         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4417         `file' from which to start the search and fix case where `file' is the
4418         current directory and the root as well.
4420         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4421         name for buffer-file-name if it refers to a directory.
4423 2007-07-22  Jason Rumney  <jasonr@gnu.org>
4425         * w32-fns.el (set-default-process-coding-system): Use dos line ends
4426         for input to cmdproxy on all versions of Windows.
4427         Use dos line ends for input to plink.
4429         * comint.el (comint-simple-send): Concat newline before sending.
4430         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4432 2007-07-22  Juri Linkov  <juri@jurta.org>
4434         * isearch.el (isearch-edit-string): Save old point and
4435         isearch-other-end to old-point and old-other-end before reading
4436         the search string from minibuffer.  After exiting minibuffer set
4437         point to old-other-end if point and the search direction is the
4438         same as before reading the search string.
4439         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4440         to isearch-other-end.  Instead of isearch-search-and-update call
4441         three functions isearch-search, isearch-push-state and isearch-update.
4443 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4445         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
4446         destroying an existing buffer.
4448 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4450         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4452         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4454 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4456         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4457         file in a way that does not interfere with recentf.
4459 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4461         * image-dired.el (image-dired-sane-db-file): New func.
4462         (image-dired-write-tags, image-dired-remove-tag)
4463         (image-dired-list-tags, image-dired-write-comments)
4464         (image-dired-get-comment, image-dired-mark-tagged-files)
4465         (image-dired-create-gallery-lists): Call new func.
4466         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4468 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4470         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4471         (vc-hg-dir-state): Fix loop.
4472         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4473         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4474         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4475         (vc-hg-revert): Likewise.
4476         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
4478 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4480         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4481         case of alignment under a constant symbol, find and consider
4482         the sexp actually at indentation to be the "last sexp".
4484 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4486         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4487         (install): Use them to copy all *.el files before *.elc.
4488         (clean): Don't delete *~.
4490 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4492         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
4494 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
4496         * vc-hg.el (vc-hg-registered): Replace if with when.
4497         (vc-hg-state): Deal with nonexistent files.
4499 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
4501         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4502         (follow-delete-other-windows-and-split, follow-recenter)
4503         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4504         (follow-redisplay, follow-estimate-first-window-start)
4505         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4506         Fix typos in docstrings.
4508 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
4510         * bookmark.el (bookmark-show-all-annotations):
4511         Make sure each inserted annotation ends with newline.
4513         (bookmark-maybe-sort-alist): Don't modify
4514         bookmark-alist.  Instead, if not sorting, simply return it.
4515         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4516         for its return value, not for its side effect.
4518 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4520         * vc.el: Add more info about the vc-registered function.
4522 2007-07-16  David Kastrup  <dak@gnu.org>
4524         * emacs-lisp/advice.el (defadvice): Doc fix.
4526 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
4528         * subr.el (when, unless): Doc fix.
4530 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4532         * vc-hg.el (vc-hg-state): Handle removed files.
4533         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4534         (vc-hg-checkout): Re-enable.
4536 2007-07-15  Richard Stallman  <rms@gnu.org>
4538         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4540         * tutorial.el (tutorial--find-changed-keys):
4541         Handle C-x specially like ESC.
4543 2007-07-15  Roland McGrath  <roland@frob.com>
4545         * add-log.el (add-change-log-entry): Check add-log-full-name
4546         and add-log-mailing-address later, after change-log-mode-hook.
4548 2007-07-15  Richard Stallman  <rms@gnu.org>
4550         * isearch.el (isearch-mode, isearch-done):
4551         Delete unintended code in previous change.
4553         * ps-print.el (ps-default-bg): Change to White.
4555 2007-07-15  Aaron Hawley  <aaronh@garden.org>
4557         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4559 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
4561         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4562         when handling the terminating event.
4564 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4566         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4568 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
4570         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4571         (install): Use them to copy all *.el files before *.elc.
4573 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4575         * replace.el (match): Use yellow1 instead of yellow.
4577         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
4579         * pcvs-info.el (cvs-unknown): Likewise.
4581 2007-07-12  Davis Herring  <herring@lanl.gov>
4583         * desktop.el (desktop-buffer-info, desktop-save):
4584         Use `desktop-dirname' instead of `dirname'.
4586 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
4588         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4590         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4592 2007-07-10  Richard Stallman  <rms@gnu.org>
4594         * emacs-lisp/lisp-mode.el (eval-defun):
4595         Explain special handling of `defface'.
4597 2007-07-09  Richard Stallman  <rms@gnu.org>
4599         * isearch.el (isearch-edit-string): Call to isearch-push-state
4600         after the search.
4602 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4604         * cus-start.el (file-coding-system-alist): Fix custom type.
4606 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
4608         * longlines.el (longlines-wrap-region): Avoid marking buffer as
4609         modified.
4610         (longlines-auto-wrap, longlines-window-change-function):
4611         Remove unnecessary calls to set-buffer-modified-p.
4613 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * vc.el (vc-default-log-view-mode): New function.
4616         (vc-print-log): Add new `log-view-mode' VC operation.
4618 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
4620         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4621         Rename and move to...
4623         * subr.el (strings->string, string->strings): ...here.
4625         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4626         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4628         * progmodes/gud.el (gud-common-init): Call string->strings instead
4629         of split-string.
4631 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
4633         * term/w32-win.el (menu-bar-open): New function.
4634         Bind <f10> to it.
4636 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4638         * log-view.el (log-view-mode-menu): New menu.
4640 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
4642         * vc-hg.el: New file.
4644 2007-07-06  Andreas Schwab  <schwab@suse.de>
4646         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4647         dynamic bindings around the evaluation of the expression.
4648         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4650 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
4652         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4653         file names.
4655 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
4657         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
4659         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4660         event is not a cons cell.  Do not unread drag-mouse-1 events.
4661         Select right window in check whether space was stolen from
4662         window above.
4664 2007-07-01  Richard Stallman  <rms@gnu.org>
4666         * files.el (find-file-visit-truename): Fix safe-local-variable value.
4668 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
4670         * generic-x.el (generic-define-mswindows-modes)
4671         (generic-define-unix-modes, apache-log-generic-mode)
4672         (bat-generic-mode-keymap, java-manifest-generic-mode)
4673         (show-tabs-generic-mode): Fix typos in docstrings.
4675 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4677         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4678         replace-regexp-in-string.
4680 2007-06-28  Andreas Schwab  <schwab@suse.de>
4682         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4683         $(lisp)/subdirs.el.
4685 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
4687         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4688         the speedbar frame if nil; that deletes the current frame or
4689         causes an error if it is the only frame.
4690         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4692 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
4694         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4695         directory where the desktop file was found, as the docstring says.
4696         (desktop-kill): Use `read-directory-name'.
4698         * desktop.el (desktop-load-locked-desktop): New option.
4699         (desktop-read): Use it.
4700         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4701         Use `when'.
4703 2007-06-24  Davis Herring  <herring@lanl.gov>
4705         * desktop.el (desktop-save-mode-off): New function.
4706         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4707         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4708         (desktop-claim-lock, desktop-release-lock): New functions.
4709         (desktop-kill): Tell `desktop-save' that this is the last save.
4710         Release the lock afterwards.
4711         (desktop-buffer-info): New function.
4712         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
4713         says to.  Detect conflicts, and manage the lock.
4714         (desktop-read): Detect conflicts.  Manage the lock.
4716 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4718         * ls-lisp.el (insert-directory): If an invalid regexp error is
4719         thrown, try using FILE as a literal file name, not a wildcard.
4720         Check for FILE as an existing file, not just a directory.
4722 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
4724         * ruler-mode.el (ruler-mode): Prevent clobbering the original
4725         `header-line-format' when reentering ruler mode.
4727 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4729         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4730         FILE exists as a directory.
4732 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4735         (vera-font-lock-match-item): Fix doc string.
4736         (vera-in-comment-p): Remove unused function.
4737         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4738         use `syntax-ppss'.
4739         (vera-forward-syntactic-ws): Fix argument order.
4740         (vera-prepare-search): Use `with-syntax-table'.
4741         (vera-indent-line): Fix doc string.
4742         (vera-electric-tab): Fix doc string.
4743         (vera-expand-abbrev): Define alias instead of using `fset'.
4744         (vera-comment-uncomment-region): Use `comment-start-skip'.
4746 2007-06-20  Reto Zimmermann  <reto@gnu.org>
4748         * progmodes/vera-mode.el: New file.
4750 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
4752         * ido.el (ido-find-file-in-dir): Don't signal an error for
4753         empty directories.
4755 2007-06-18  Alan Mackenzie  <acm@muc.de>
4757         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4758         When removing lines, also remove the \n.  Correction of patch of
4759         2007-04-21.
4761 2007-06-17  Glenn Morris  <rgm@gnu.org>
4763         * lpr.el (lpr-page-header-switches): Move %s to separate element
4764         for correct quoting.  Doc fix.
4766 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4768         * term/xterm.el (terminal-init-xterm): Escape parens in character
4769         constants.
4771 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
4773         * scroll-lock.el (scroll-lock-mode): Doc fix.
4775 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4777         * font-lock.el (font-lock-add-keywords): In case font-lock was only
4778         half-activated, forcefully activate it completely.
4780 2007-06-11  Richard Stallman  <rms@gnu.org>
4782         * cus-edit.el (custom-variable-type): Doc fix.
4784 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4786         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4788 2007-06-09  Davis Herring  <herring@lanl.gov>
4790         * desktop.el (desktop-minor-mode-table): Doc fix.
4792 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
4794         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4795         (image-next-line, image-previous-line, image-scroll-up)
4796         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4797         New functions.
4798         (image-mode-map): Remap motion commands.
4799         (image-mode-text-map): New keymap for viewing images as text.
4800         (image-mode): Use image-mode-map.
4801         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4803 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
4805         Sync with Tramp 2.0.56.
4807         * net/tramp.el:
4808         * net/tramp-ftp.el:
4809         * net/tramp-smb.el:
4810         * net/tramp-util.el:
4811         * net/tramp-vc.el:
4812         Don't load cl.el, because that pollutes the namespace.  Replace cl
4813         macros by their implementations where necessary.  Requested by
4814         Richard Stallman <rms@gnu.org>.
4816         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4817         doesn't exist.
4818         (with-parsed-tramp-file-name): Protect debug spec during compilation.
4819         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4820         (tramp-file-name-p, tramp-file-name-multi-method)
4821         (tramp-file-name-method, tramp-file-name-user)
4822         (tramp-file-name-host, tramp-file-name-localname): New defuns,
4823         replacing defstruct `tramp-file-name'.
4824         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4825         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4826         Apply `vector' instead of `make-tramp-file-name'.
4827         (tramp-handle-make-auto-save-file-name):
4828         Apply `tramp-temporary-file-directory' for compatibility reasons.
4829         (tramp-completion-mode): Use `natnump' instead of `wholenump'
4830         because of XEmacs.
4831         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4832         started.
4834 2007-06-07  David Kastrup  <dak@gnu.org>
4836         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4837         Change default to `top'.
4839 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
4841         * dired.el (dired-mode-map): Remove spurious separator.
4843 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4845         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4847         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4848         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4850 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4852         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4853         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4855 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4857         * progmodes/ebrowse.el (ebrowse-member-table):
4858         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
4860 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4862         * pgg.el (pgg-sign-region, pgg-sign):
4863         * ses.el (ses-call-printer):
4864         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4865         * textmodes/org.el (org-cycle): Fix typos in docstrings.
4867 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
4869         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4870         (tar-get-descriptor): Handle type 55, an extended pax header.
4872 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4874         * textmodes/css-mode.el: New file.
4876 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
4878         * net/socks.el: New file, taken from w3 repository.
4879         (top): Update Copyright.  Don't load cl.el.
4880         (all): Replace `case' by `cond', `string-to-int' by
4881         `string-to-number', and `process-kill-without-query' by
4882         `set-process-query-on-exit-flag'.
4883         (socks-char-int): Remove defalias and all occurrences.
4885 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4887         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4888         (sort-coding-systems, search-unencodable-char): Doc fixes.
4889         (coding-system-change-eol-conversion, set-default-coding-systems)
4890         (prefer-coding-system, find-multibyte-characters, princ-list)
4891         (leim-list-entry-regexp, set-input-method, locale-language-names)
4892         (input-method-exit-on-first-char, exit-language-environment-hook)
4893         (locale-charset-language-names): Fix typos in docstrings.
4895 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
4897         * bs.el (bs-cycle-previous): Don't modify the cycle list until
4898         `switch-to-buffer' has returned succesfully.
4899         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
4900         window is dedicated (it could iconify the frame).
4902 2007-06-05  Glenn Morris  <rgm@gnu.org>
4904         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4906 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
4908         * files.el (auto-mode-alist): Add lower-priority match for names
4909         like ChangeLog.old.
4911 2007-06-04  Andreas Schwab  <schwab@suse.de>
4913         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4915 2007-06-04  Davis Herring  <herring@lanl.gov>
4917         * calendar/timeclock.el: Update version number.
4918         (timeclock-modeline-display): Mention timeclock-use-display-time
4919         in explanatory message.
4920         (timeclock-log): Suppress warnings when finding the log.
4921         Don't check for a nil project twice.  Run hooks after killing the
4922         buffer (if applicable).
4923         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4924         was geometric).  All uses changed.
4925         (timeclock-generate-report): Support prefix argument.
4927 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4929         * man.el (Man-next-section): Don't consider the last line of the
4930         page as being part of any section.
4932 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
4934         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4935         modified flag of buffer.  Use `inhibit-modification-hooks'.
4937 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4939         * mail/mail-extr.el (mail-extract-address-components):
4940         Recognize non-ASCII characters except for NBSP as words.
4942 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
4944         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
4946 2007-06-04  Michael Olson  <mwolson@gnu.org>
4948         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4949         died and we are trying to send a signal to it.
4951 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
4953         * emacs-lisp/easy-mmode.el (define-minor-mode)
4954         (easy-mmode-define-navigation): Fix typos in docstrings.
4956         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4957         Fix typos in docstrings.
4958         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4959         (compilation-finish-function): Fix typo in obsolescence declaration.
4961         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4963 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
4965         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4966         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4968         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
4970         * longlines.el (longlines-mode): Make longlines-auto-wrap
4971         buffer-local.  Add hooks unconditionally.
4972         (longlines-auto-wrap): Toggle wrapping.
4973         (longlines-after-change-function)
4974         (longlines-post-command-function): Check longlines-auto-wrap.
4976 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4978         * Version 22.1 released.
4980 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
4982         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4983         changes.
4985 2007-05-31  Richard Stallman  <rms@gnu.org>
4987         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
4989 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
4991         * textmodes/table.el (table--point-entered-cell-function)
4992         (table--point-left-cell-function):
4993         Bind `inhibit-point-motion-hooks' to t.
4995 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4997         * emacs-lisp/rx.el (rx): Doc fix.
4999 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
5001         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
5003 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
5005         * log-edit.el (log-edit-changelog-paragraph): Return point-max
5006         as the end of the ChangeLog paragraph when it ends without a line
5007         termination.
5009 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5011         * textmodes/fill.el (canonically-space-region): Make the second arg
5012         a marker if it's not already the case.
5014         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
5015         (xterm-mouse-event): Use it.
5017 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
5019         * vc-hooks.el (vc-find-root): Fix file attribute test.
5021 2007-05-24  Richard Stallman  <rms@gnu.org>
5023         * textmodes/flyspell.el (flyspell-correct-word-before-point):
5024         Don't let opoint be nil.
5025         (flyspell-emacs-popup): Explicit error if no dialogs.
5027 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
5029         * tar-mode.el (tar-file-name-handler): New function.
5030         (tar-extract): Bind file-name-handler-alist to it to force
5031         find-buffer-file-type-coding-system behave as if the file being
5032         extracted existed.  Use last-coding-system-used to force
5033         buffer-file-coding-system to what decode-coding-region actually
5034         used to decode the file.
5036 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5038         * progmodes/compile.el (compilation-handle-exit):
5039         `compilation-finish-function' may change the current buffer.
5041 2007-05-22  Richard Stallman  <rms@gnu.org>
5043         * files.el (set-auto-mode): Doc fix.
5045 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
5047         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5049 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
5051         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
5052         (rcirc-print): Handle `window-width'.
5053         (rcirc-buffer-maximum-lines): Doc fix.
5055 2007-05-19  Kevin Ryde  <user42@zip.com.au>
5057         * info.el (Info-fontify-node): Match https also.
5059 2007-05-18  Richard Stallman  <rms@gnu.org>
5061         * simple.el (push-mark): Doc fix.
5063 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
5065         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
5066         tpu-global-map.
5067         (tpu-original-global-map): Delete variable.
5068         (tpu-control-keys-map): New keymap variable.
5069         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
5070         setting keymapping directly.
5071         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
5072         tpu-global-map.
5073         (tpu-edt-on): Activate the tpu-global-map.
5074         (tpu-edt-off): Deactivate the tpu-global-map.
5076 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
5078         * textmodes/ispell.el (ispell-get-word): Return markers
5079         for start and end positions.
5080         (ispell-word): Assume END is a marker.
5082 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5084         * ps-print.el: Use default color when foreground or background color
5085         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
5086         (ps-print-version): New version 6.7.4.
5087         (ps-rgb-color): New argument.  Use default color when color is
5088         unspecified.
5089         (ps-begin-job): Fix code.
5091 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
5093         * textmodes/ispell.el (ispell-start-process): Defend against bad
5094         default-directory.
5096 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
5100 2007-05-16  Richard Stallman  <rms@gnu.org>
5102         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5104 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5106         * files.el (magic-mode-alist, magic-fallback-mode-alist):
5107         Move the *ml, Postscript, and XmCD entries to the fallback part.
5109         * files.el (magic-fallback-mode-alist):
5110         Rename from file-start-mode-alist.
5112 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5114         * progmodes/compile.el (compilation-handle-exit): Quote first
5115         argument of `run-hook-with-args'.
5117 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
5119         * buff-menu.el (Buffer-menu-sort-column):
5120         * dabbrev.el (dabbrev-upcase-means-case-search):
5121         * dired.el (dired-recursive-deletes, dired-recursive-copies):
5122         * info.el (Info-current-subfile):
5123         * ls-lisp.el (ls-lisp-verbosity):
5124         * msb.el (msb-menu-cond):
5125         * pcvs.el (cvs-dired-use-hook):
5126         * simple.el (set-mark-command-repeat-pop):
5127         * time.el (display-time-24hr-format, display-time-mail-file):
5128         Doc fixes.
5130         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
5131         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
5133         * view.el (view-inhibit-help-message): Fix typo in docstring.
5134         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
5136 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
5138         * mail/rmail.el (rmail-convert-to-babyl-format):
5139         Check content-transfer-encoding _last_, because we need its position
5140         in base64-header-field-end.
5142 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
5144         * files.el (mode-require-final-newline, require-final-newline)
5145         (enable-local-variables, enable-local-eval): Doc fixes.
5147 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
5149         * progmodes/python.el (python-font-lock-keywords)
5150         (python-open-block-statement-p, python-mode): Add support for the new
5151         "with" keyword.
5153 2007-05-10  Richard Stallman  <rms@gnu.org>
5155         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
5156         (iso-cvt-write-only): Likewise.
5158         * emacs-lisp/easy-mmode.el (define-minor-mode):
5159         Fix generated doc string.
5161         * startup.el (fancy-splash-text): Add URL of guided tour.
5162         Adjust horizontal and vertical whitespace.
5164         * progmodes/compile.el (compilation-handle-exit):
5165         Use run-hook-with-args to run compilation-finish-functions.
5167         * files.el (file-start-mode-alist): New variable.
5168         (magic-mode-regexp-match-limit): Doc fix.
5169         (set-auto-mode): Handle file-start-mode-alist.
5170         A little cleanup of structure.
5172 2007-05-10  Davis Herring  <herring@lanl.gov>
5174         * calendar/timeclock.el (timeclock-in): Fix non-interactive
5175         workday specifications.
5176         (timeclock-log): Don't kill the log buffer if it already existed.
5178 2007-05-08  Richard Stallman  <rms@gnu.org>
5180         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5181         Don't include non-self-insert commands in the exception for `-'.
5183 2007-05-08  David Reitter  <david.reitter@gmail.com>
5185         * progmodes/python.el (python-guess-indent): Check non-nullness
5186         before comparing indent against the 2..8 interval.
5188 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5190         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
5191         available.
5193 2007-05-06  Richard Stallman  <rms@gnu.org>
5195         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
5197 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
5199         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
5200         disconnections.
5202 2007-05-01  Romain Francoise  <romain@orebokech.com>
5204         * dired-x.el: Revert 2007-04-06 change.
5206 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
5208         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
5209         don't put stop on toolbar.
5211 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
5213         * find-dired.el (find-dired-filter): Propertize all text down to eob.
5215 2007-04-29  Richard Stallman  <rms@gnu.org>
5217         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
5219 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5221         * progmodes/cc-mode.el (c-before-change): Use point-min rather
5222         than 1.
5224 2007-04-28  Richard Stallman  <rms@gnu.org>
5226         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
5228 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
5232 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
5234         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
5235         instead of $(lisp)/mh-e.
5237         * textmodes/fill.el (fill-paragraph): Doc fix.
5239 2007-04-28  Glenn Morris  <rgm@gnu.org>
5241         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5242         (image-dired-cmd-create-temp-image-options): Replace option
5243         +profile "*" with -strip.
5245 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
5247         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5248         Use window-start and window-end.
5250 2007-04-26  Glenn Morris  <rgm@gnu.org>
5252         * progmodes/python.el: Restore file pending consideration of legal
5253         status.
5255 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
5257         * locate.el (locate-in-alternate-database): Doc fix.
5259 2007-04-26  Glenn Morris  <rgm@gnu.org>
5261         * button.el (button): Use underline if supported, else fall back
5262         to color.
5264 2007-04-25  Richard Stallman  <rms@gnu.org>
5266         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5268 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
5270         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5271         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5272         pushing mark.
5273         (idlwave-current-routine): Don't push mark.
5275 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
5277         * image-dired.el (image-dired-display-image): Derive image-type from
5278         filename rather than assuming jpeg, in case no resizing was needed.
5280 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5282         * custom.el (defface): Doc fix.
5284 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5286         * progmodes/python.el: Remove due to unclear legal issues.
5288 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
5290         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
5291         Don't re-query for each cleared BP.
5292         (idlwave-shell-clear-bp): Optionally skip BP query.
5293         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
5294         of set-window-buffer, which incorrectly moves displayed region.
5296 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
5298         * calc/calc.el (calc-bug-address): Update maintainer's address.
5299         * calc/*: Update maintainer's address.
5301 2007-04-23  Richard Stallman  <rms@gnu.org>
5303         * simple.el (set-mark-command-repeat-pop): Doc fix.
5304         Put in `editing-basics' group.
5306 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
5308         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
5309         New functions.
5310         (Info-mode-line-node-keymap): Bind mouse commands to
5311         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
5313 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
5315         * locate.el (locate-local-prompt): New var.
5316         (locate-prompt-for-command): Doc fix.
5317         (locate-prompt-for-search-string): New function.
5318         (locate): New optional arg.  Make locate-local-prompt
5319         buffer-local.  Use locate-prompt-for-search-string.
5320         (locate-with-filter): New optional arg.
5321         Use locate-prompt-for-search-string.
5322         (locate-update): Bind locate-prompt-for-command.
5324 2007-04-23  Glenn Morris  <rgm@gnu.org>
5326         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5328 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
5330         * button.el (button): Inherit from link face on a tty.
5332 2007-04-23  Glenn Morris  <rgm@gnu.org>
5334         * button.el (button): Use color for this face on a tty.
5336         * files.el (magic-mode-alist): Allow for carriage-returns in
5337         html-mode and sgml-mode entries.
5339 2007-04-22  Richard Stallman  <rms@gnu.org>
5341         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5342         Improve doc string of generated command.
5344         * subr.el (read-number): Catch errors.
5346         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
5348 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5350         * image-dired.el: Rename from thumbnails.el.  All instances of
5351         "thumbnails" replaced with "image-dired".
5353         * dired.el (dired-mode-map): Rename "thumbnails" again, to
5354         "image-dired".
5356 2007-04-22  Kim F. Storm  <storm@cua.dk>
5358         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
5359         Don't use kill-line.
5361 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
5363         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
5364         error message.
5366 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5368         * dired.el: Rename "tumme" to "thumbnails".
5370         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
5371         replaced with "thumbnails".
5373 2007-04-22  Glenn Morris  <rgm@gnu.org>
5375         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
5376         and give it the risky-local-variable property.
5378         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
5379         before defining it.
5381 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
5383         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5384         Use delete-region instead of kill-line.
5386 2007-04-21  Alan Mackenzie  <acm@muc.de>
5388         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
5389         `kill-region' by `delete-region'.
5391 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
5393         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
5394         instead of kill-region.
5396         * progmodes/mantemp.el (mantemp-make-mantemps-region)
5397         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
5398         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
5399         and kill-line.
5401         * progmodes/vhdl-mode.el (vhdl-template-type)
5402         (vhdl-template-record, vhdl-template-nature)
5403         (vhdl-template-configuration-spec, vhdl-template-component-inst)
5404         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
5405         Use delete-region instead of kill-word and kill-line.
5407 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5409         * dired-x.el (dired-virtual-mode): Doc fix.
5411 2007-04-21  Richard Stallman  <rms@gnu.org>
5413         * font-lock.el (font-lock-keywords-alist): Mark as risky.
5415         * subr.el (read-number): Doc fix.
5417         * simple.el (pop-to-mark-command): Display message "mark popped"
5418         if point does not move.
5419         (set-mark-command): Doc fix.
5421 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
5423         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
5424         (locate-local-filter, locate-local-search): New vars.
5425         (locate): Make variables local.
5426         (locate-update): Bind locate-buffer-name.  Call locate using
5427         locate-local-filter and locate-local-search.
5429 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
5431         * hi-lock.el (hi-lock-file-patterns-policy): New var.
5432         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
5433         (hi-lock-mode): Update docstring.
5435 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5437         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
5438         fill-nobreak-predicate when the break is past fill-column.
5440 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5442         * locate.el (locate): Output from shell-command should go in the
5443         current buffer rather than *Shell Command Output*.
5445 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
5447         * paren.el (show-paren-function): Fix last fix.
5449 2007-04-19  Kevin Ryde  <user42@zip.com.au>
5451         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
5452         (archive-lzh-summarize): Add optional start arg for where to start
5453         looking at the archive.
5454         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
5456         * international/mule.el (auto-coding-alist): no-conversion for .exe
5457         and .EXE.
5459 2007-04-19  Alan Mackenzie  <acm@muc.de>
5461         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
5462         function return type contains "struct", "union", etc.
5463         c-end-of-defun goes too far forward.
5465 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
5467         * paren.el (show-paren-function): Reset window-start to avoid
5468         recentering.
5470 2007-04-19  Glenn Morris  <rgm@gnu.org>
5472         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
5474 2007-04-18  Glenn Morris  <rgm@gnu.org>
5476         * calendar/diary-lib.el (diary-header-line-format): Add a custom
5477         :set function.
5478         (diary-list-entries): Only switch to diary-mode from
5479         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
5480         diary-mode set header-line-format, in case of any customization.
5482 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5484         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
5485         is less than the length of parse-time-syntax.
5487 2007-04-17  David Kastrup  <dak@gnu.org>
5489         * replace.el (query-replace-regexp-eval): Deprecate.
5491 2007-04-17  Alan Mackenzie  <acm@muc.de>
5493         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
5494         point too close to EOB, leave point at EOB rather than last `}'.
5496 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5498         * textmodes/bibtex.el (bibtex-include-OPTkey)
5499         (bibtex-user-optional-fields, bibtex-entry-field-alist):
5500         Fix defcustom.
5502 2007-04-17  Glenn Morris  <rgm@gnu.org>
5504         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
5505         be encoded, fall back to current year.
5507 2007-04-14  Kevin Ryde  <user42@zip.com.au>
5509         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
5510         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
5511         M "MSDOS".
5513 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
5515         * progmodes/python.el (python-end-of-block): Avoid looping forever
5516         if python-next-statement fails.
5518 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5520         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
5522 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5524         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
5525         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
5527 2007-04-15  Jay Belanger  <belanger@truman.edu>
5529         * calc/calc.el (calc-version): New function.
5530         (calc-trail-mode): Shorten the title.
5532 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5534         * mail/footnote.el (footnote-style): Clarify docstring to state
5535         that customizing this only applies to future footnotes.
5537 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5539         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
5540         (bibtex-make-field): Check that INIT is a string.  Use functionp.
5542 2007-04-14  Glenn Morris  <rgm@gnu.org>
5544         * complete.el (PC-goto-end): New buffer-local variable.
5545         (PC-do-completion-end): Make buffer-local.
5546         (partial-completion-mode) <choose-completion-string-functions>:
5547         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
5548         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
5549         doc string.  Set PC-goto-end for choose-completion.
5550         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
5551         PC-do-completion.
5553         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
5554         arg to bibtex-make-field.
5555         (bibtex-make-field): Add optional fourth arg NODELIM.
5556         Insert delimiters around INIT unless this arg is non-nil.
5558 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
5560         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
5561         global map isn't modified.
5563 2007-04-14  Glenn Morris  <rgm@gnu.org>
5565         * calendar/appt.el (appt-disp-window): Do not split small windows.
5566         Suggested by Jeff Miller <jmiller@cablespeed.com>.
5568 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
5570         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
5572         * files.el: Ditto.
5574 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
5576         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
5578         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
5579         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
5580         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
5581         (term-pager-help): Fix typos in docstrings.
5583         * wid-edit.el (widget-documentation): Fix typo in docstring.
5585         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
5586         Fix typos in error messages.
5588 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
5590         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
5591         window marked as dedicated.
5593         * mail/footnote.el (footnote-latin-string): New variable.
5594         (footnote-latin-regexp): Redefine as regexp alternative.
5595         (Footnote-latin): Use footnote-latin-string instead of
5596         footnote-latin-regexp.
5598 2007-04-13  Glenn Morris  <rgm@gnu.org>
5600         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
5601         inherited keymaps.
5603 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
5605         * outline.el (outline-get-next-sibling): Clarify docstring.
5606         (outline-get-last-sibling): Handle case where we are at the first
5607         heading.  Clarify docstring.
5609 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
5611         * progmodes/gud.el (gud-minor-mode-map): Make go button same
5612         length as stop button to lessen flicker.
5613         (jdb): Add gud-print.
5614         (gud-find-expr): Jdb prints the expression with the value, so
5615         don't insert it in the output.
5617 2007-04-11  Jason Rumney  <jasonr@gnu.org>
5619         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
5620         case hex.  Do not try to decode non-hex letters.
5622 2007-04-11  Markus Triska  <markus.triska@gmx.at>
5624         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
5625         (byte-optimize-backward-word): Remove (move to bytecomp.el).
5626         (byte-optimize-form-code-walker): Evaluate pure function calls if
5627         possible.
5628         (byte-optimize-all-constp): New function.
5630         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5631         Improve numeric argument case.
5632         (byte-compile-backward-char, byte-compile-backward-word):
5633         New functions, performing rewriting previously done in byte-opt.el.
5634         Fix their "Fixme" item (restriction to numeric arguments).
5636 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
5639         with dolist.
5640         (after-init-hook): Don't quote lambda.
5641         (desktop-first-buffer): Don't wrap it in eval-when-compile.
5642         (desktop-internal-v2s): Remove unused var `el'.
5643         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
5644         desktop-restore-file-buffer.
5645         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
5646         desktop-create-buffer.
5648 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
5650         * woman.el (woman-decode-buffer): Postpone macro-set check...
5651         (woman-decode-region): ...to here.
5653 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
5655         * startup.el (tty-handle-args): Use %S to log ARGS.
5657 2007-04-10  Glenn Morris  <rgm@gnu.org>
5659         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
5660         it is obsolete and has no effect.
5662         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
5663         byte-compiler.
5665         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
5666         obsolete function make-local-hook.
5668         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
5669         start to quieten byte-compiler.
5671 2007-04-10  Markus Triska  <markus.triska@gmx.at>
5673         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
5674         to bytecomp.el as byte-compile-char-before).
5675         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5676         New function (modified replacement for byte-optimize-char-before in
5677         byte-opt.el).
5679 2007-04-09  Alan Mackenzie  <acm@muc.de>
5681         * startup.el (inhibit-splash-screen): Emphatically state that it
5682         can't be set in site-start.el.
5684 2007-04-09  Masatake YAMATO  <jet@gyve.org>
5686         * progmodes/cc-subword.el (c-capitalize-subword): More closely
5687         mimic the behavior of `capitalize-word'.  Do not move point with a
5688         negative argument.  Based on tiny change by Paul Curry.
5690 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
5692         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
5693         Don't move point if ARG is negative.
5695 2007-04-09  Alan Mackenzie  <acm@muc.de>
5697         Changes to make `narrow-to-defun' and `mark-defun' work properly
5698         in CC Mode:
5700         * progmodes/cc-defs.el (c-beginning-of-defun-1):
5701         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5702         Bind beginning/end-of-defun-function to nil around calls to
5703         beginning/end-of-defun.
5705         * progmodes/cc-langs.el (beginning-of-defun-function)
5706         (end-of-defun-function): New c-lang-setvar's.
5708         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
5709         (setq arg 1))" to enable non-interactive call.
5711 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
5713         * simple.el (set-mark-command): Doc fix.
5715 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
5717         * progmodes/gud.el (gdb): Restore existing session if user
5718         tries to start a second one in graphical mode.
5720 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
5722         * cus-start.el <scroll-preserve-screen-position>: Add choices.
5724 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5726         * term/xterm.el (terminal-init-xterm): Fix key definitions.
5727         Add binding for C-M-SPC.
5729 2007-04-08  Richard Stallman  <rms@gnu.org>
5731         * pcomplete.el (pcomplete-read-event): One single definition,
5732         and not a defsubst.
5734 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5736         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
5737         byte-compiler warning "value unused".
5739 2007-04-08  Andreas Schwab  <schwab@suse.de>
5741         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
5743 2007-04-07  Glenn Morris  <rgm@gnu.org>
5745         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
5746         Autoload these functions.
5747         (diary-date-forms): Add a custom :set form.
5749         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
5750         before first use.
5751         (diary-font-lock-keywords): New function with old code for
5752         initialization of variable of same name.
5754 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
5756         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
5757         clean-up: only insert space when on identifier, etc.
5759 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5761         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
5763         * net/tls.el (open-tls-stream): Properly handle case where there
5764         is no associated buffer.
5766 2007-04-07  Glenn Morris  <rgm@gnu.org>
5768         * ffap.el (ffap-file-at-point): Lower the priority of the
5769         ffap-ftp-sans-slash-regexp check.
5771 2007-04-06  Alan Mackenzie  <acm@muc.de>
5773         Fix fontification of labels, and other things with ":".
5775         * progmodes/cc-engine.el (c-forward-label): The function now
5776         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
5777         the former t.
5779         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
5780         new return code from c-forward-label, fontifying tokens properly.
5781         Add some general comments throughout the file.
5783 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
5785         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
5786         Revert 2006-01-27 change.
5788         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
5790         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
5792         * desktop.el (desktop-create-buffer, desktop-save):
5793         Revert 2004-11-12 change for lack of copyright papers.
5795         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
5796         (dired-guess-default): Respect case.
5798         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
5800         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
5801         was originally checked in as byte-optimize-concat on 1997-11-02.
5803         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
5804         1995-05-19 doc changes.
5806 2007-04-06  Kim F. Storm  <storm@cua.dk>
5808         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
5809         (unload-feature): Update interactive spec accordingly.
5811         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
5813 2007-04-06  John Paul Wallington  <jpw@pobox.com>
5815         * subr.el (with-case-table): Use `make-symbol' to avoid variable
5816         capture.  Restore the table in the same buffer.
5818         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
5820 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
5822         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5823         Print entire form.
5825 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
5827         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
5828         for low-color displays.
5830 2007-04-05  Glenn Morris  <rgm@gnu.org>
5832         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
5833         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
5834         Seed random number generator on loading.
5836         * emacs-lisp/authors.el (top-level): Provide self.
5838         * play/animate.el (top-level): Provide self.
5840 2007-04-04  Alan Mackenzie  <acm@muc.de>
5842         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
5843         to mention c-syntactic-indentation.
5845 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
5847         * subr.el (with-case-table): New macro.
5849         * international/mule.el (ascii-case-table): New var.
5851         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
5852         downcasing.
5854 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5856         * progmodes/gud.el (gud-minor-mode-map): Simplify.
5858         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
5859         of the window if we're outside it e.g menu-bar.
5861         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
5862         window if we're outside it e.g menu-bar.
5864 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
5866         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
5867         decode base-64 encoded body if its content-type is something other
5868         than text/* or message/*.
5870 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
5872         * simple.el (activate-mark-hook): Fix typo in docstring.
5874 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5876         * tmm.el (tmm-c-prompt): Initialize.
5877         (tmm-menubar): Deal with extended menu-items at top level.
5878         (tmm-get-keybind): Handle bindings redefined/undefined locally.
5879         (tmm-prompt): Handle visibility of top level menu-items.
5881         * progmodes/gud.el (gud-menu-map): Simplify.
5882         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
5883         menubar.
5885 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
5887         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
5889         * comint.el (comint-send-input): Widen the buffer first.
5891         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
5893 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5895         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
5896         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
5898         * newcomment.el (comment-search-forward): Discard comment starters
5899         before point.
5901 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
5903         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
5905 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
5907         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
5908         when downcasing.
5910         * button.el (previous-button): Rewrite to account for adjacent buttons.
5912 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
5914         * progmodes/idlwave.el (idlwave-auto-fill):
5915         Revert paragraph-separate change.
5917         * progmodes/idlw-shell.el (idlwave-shell-break-in):
5918         Simplify module calc.
5919         (idlwave-shell-set-bp-in-module): Compute module.
5921 2007-03-31  Glenn Morris  <rgm@gnu.org>
5923         * emacs-lisp/timer.el (run-at-time): Doc fix.
5925         * emacs-lisp/warnings.el (display-warning): If we create the
5926         buffer displaying the warning, disable undo there.
5928 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
5930         * net/tramp.el (tramp-register-file-name-handler)
5931         (tramp-register-completion-file-name-handler): New defsubst,
5932         derived from `tramp-register-file-name-handlers'.  The split is
5933         necessary because Tramp's file name handlers must be registered at
5934         different startup places.
5936 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
5938         * progmodes/hideshow.el (turn-off-hideshow): New function.
5939         (hs-minor-mode): Use it instead of a lambda expression in
5940         change-major-mode-hook.
5942 2007-03-31  David Kastrup  <dak@gnu.org>
5944         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
5945         corresponding to MANPATH_MAP entries.
5946         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
5947         (woman-parse-man.conf): Use more discriminating man.conf name.
5948         (woman-parse-man.conf): Parse MANPATH_MAP entries.
5949         (woman-manpath): Doc fix and type fix.
5950         (woman-cached-data): Check for MANPATH_MAP entries.
5951         (woman-expand-directory-path): Treat MANPATH_MAP entries.
5953 2007-03-31  Stuart Herring  <herring@lanl.gov>
5955         * emacs-lisp/sregex.el (sregexq): Doc fix.
5957 2007-03-31  Markus Triska  <markus.triska@gmx.at>
5959         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
5961 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
5963         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
5964         Move to the right.
5966 2007-03-30  Alan Mackenzie  <acm@muc.de>
5968         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5970 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
5972         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
5973         Use it, passed in explicitly, instead of from the dynamic binding.
5974         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
5976 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
5978         * simple.el (blink-matching-open): When in minibuffer, don't
5979         search for a match inside the prompt.
5981 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
5983         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
5984         (tmm-prompt): Don't make the mouse user select the first menu
5985         item twice.
5987 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
5989         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
5990         SIGUSR1 and SIGUSR2.
5992 2007-03-29  Kim F. Storm  <storm@cua.dk>
5994         * ido.el (ido-read-internal): When reading file or dir, only override
5995         minibuffer-local-filename-completion-map, otherwise only override
5996         minibuffer-local-completion-map.
5998 2007-03-29  Glenn Morris  <rgm@gnu.org>
6000         * complete.el (partial-completion-mode): Set PC-do-completion-end
6001         to nil after use.
6002         (PC-lisp-complete-symbol): Create and use a marker at `end',
6003         rather than using point-marker.
6005 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
6007         * simple.el (next-error-highlight): Doc fix.
6008         (compose-mail): Revert 2007-03-19 change.
6010 2007-03-28  Richard Stallman  <rms@gnu.org>
6012         * emacs-lisp/edebug.el (edebug-display): Don't go to
6013         edebug-outside-buffer if it is dead.
6015 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
6017         * view.el (view-mode): Fix typos in docstring.
6019 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
6021         * recentf.el (recentf-save-file): Add a custom :set function.
6023 2007-03-28  Glenn Morris  <rgm@gnu.org>
6025         * complete.el (PC-do-completion-end): New variable.
6026         (partial-completion-mode) <choose-completion-string-functions>:
6027         Use PC-do-completion-end in the non-minibuffer case to replace the
6028         correct amount of text.
6029         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
6030         (PC-lisp-complete-symbol): Give marker the after-insertion type,
6031         to deal with improvements inserted after point.
6033 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * button.el (make-text-button): Add explicit `button' property.
6036         (default-button): Don't put a `button' property on it.
6038         * progmodes/python.el (python-mode): Skip comments when parsing.
6040         * vc-arch.el (vc-with-current-file-buffer): New macro.
6041         (vc-arch-file-source-p): Use it to avoid infloop.
6043 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
6045         * emacs-lisp/lisp.el (lisp-complete-symbol):
6046         Fix call to get-buffer-window to find windows in other frames.
6048 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * comint.el (comint-proc-query, comint-dynamic-list-completions):
6051         Fix calls to get-buffer-window to find windows in other frames.
6052         Reported by David Hansen <david.hansen@gmx.net>.
6054 2007-03-27   Kevin Ryde  <user42@zip.com.au>
6056         * info.el (Info-display-images-node): On a text-only terminal,
6057         show the "text" or "alt" parts of the image blobs.
6059 2007-03-27  Glenn Morris  <rgm@gnu.org>
6061         * complete.el (PC-do-completion): Compute completion-base-size in
6062         the non-filename case, rather than setting to nil.
6063         (PC-lisp-complete-end): New variable.
6064         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
6065         original end in a series of consecutive invocations.
6067         * calendar/calendar.el (calendar-mode-hook): Declare it.
6069         * calendar/diary-lib.el (diary-live-p): Do not check for
6070         diary-selective-display.
6072 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6074         * replace.el (occur-next-error): *Occur* might not be displayed in the
6075         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
6077 2007-03-26  Richard Stallman  <rms@gnu.org>
6079         * textmodes/flyspell.el (flyspell-large-region):
6080         Use ispell-call-process-region.
6082 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6084         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6085         Use prin1 instead of princ.
6087 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
6089         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
6090         Merge in X resources before global face.
6092         * progmodes/compile.el (compilation-start): Save compilation-directory
6093         rather than default-directory as local var.
6094         (compilation-directory): Mark as safe local var.
6096         * files.el: Don't mark default-directory as a safe local var.
6098 2007-03-25  Alan Mackenzie  <acm@muc.de>
6100         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
6101         * progmodes/cc-engine.el: Fix typo.
6103 2007-03-25  Juri Linkov  <juri@jurta.org>
6105         * compare-w.el (compare-windows): Rename customization group
6106         `compare-w' to `compare-windows'.
6107         (compare-windows-whitespace, compare-ignore-whitespace)
6108         (compare-ignore-case, compare-windows-sync)
6109         (compare-windows-sync-string-size, compare-windows-recenter)
6110         (compare-windows-highlight, compare-windows): Change group name in
6111         the `group' tag from `compare-w' to `compare-windows'.
6112         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
6114 2007-03-24  Markus Triska  <markus.triska@gmx.at>
6116         * expand.el: Change example to always enable abbrev-mode,
6117         and remove redundant `function'.
6118         (expand-abbrev-hook): Add autoload cookie.
6120 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
6122         * emacs-lisp/testcover.el (testcover-start, testcover-end)
6123         (testcover-mark-all, testcover-unmark-all): Add prompts to
6124         interactive specs.
6126 2007-03-24  Jason Rumney  <jasonr@gnu.org>
6128         * autorevert.el (find-file-hook, auto-revert-tail-mode):
6129         Use file size in bytes for auto-revert-tail-pos not characters.
6131 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6133         * vc-rcs.el (vc-rcs-annotate-command):
6134         Set text property :vc-annotate-prefix on the annotation text.
6135         (vc-rcs-annotate-time): Instead of searching for ": ",
6136         search for end of text propertized with :vc-annotate-prefix.
6138 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
6140         * whitespace.el (top level): Remove calls putting
6141         permanent-local nil property since these are no-ops.
6143         * man.el (Man-support-local-filenames): Assure that
6144         default-directory exists when doing call-process.
6146 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
6148         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
6149         Fix omission bug: Use m4-program-options to construct shell command.
6151 2007-03-23  David Kastrup  <dak@gnu.org>
6153         * progmodes/cc-mode.el (c-make-emacs-variables-local):
6154         Use `mapcar' rather than `mapcan' to silence compiler warning.
6156 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6158         * textmodes/reftex.el, textmodes/reftex-vars.el,
6159         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
6160         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
6161         * textmodes/reftex-index.el, textmodes/reftex-global.el,
6162         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
6163         * textmodes/reftex-auc.el: Add maintainer address.
6165 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
6167         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
6168         Make sure that `global-font-lock-mode' does not turn on font-lock
6169         in these buffers.
6171 2007-03-21  Kim F. Storm  <storm@cua.dk>
6173         * xt-mouse.el (xt-mouse-epoch): New variable.
6174         (xterm-mouse-event): Use float-time.
6176 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
6178         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
6179         current-time.
6181 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * complete.el (read-file-name-internal): Don't add the final > if the
6184         completion is not finished (re-application of this patch, which was
6185         accidentally undone by Eli).
6187 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
6189         * emulation/viper.el (viper-non-hook-settings): Handle mouse
6190         clicks in describe-key and describe-key-briefly advice a little better.
6192 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
6194         * server.el (server-process-filter): Cancel any pending isearch.
6196 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
6198         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
6199         (icalendar--get-unfolded-buffer): Define actual arguments rather
6200         than just using &rest.  Check replace-in-string is fbound.
6201         (icalendar-import-buffer): Doc fix.
6202         (icalendar--convert-ical-to-diary): Set diary-file.
6203         Check diary-file before inserting final newline.
6204         (icalendar--add-diary-entry): Return diary-file.
6206 2007-03-21  Glenn Morris  <rgm@gnu.org>
6208         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
6209         (diary-display-hook): Add custom :set function.
6211         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
6212         Add custom :set function.
6213         (diary-header-line-format): Doc fix.
6214         (diary-set-maybe-redraw): New function.
6215         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
6216         (diary-list-entries): Always run diary-mode.
6218 2007-03-20  Kenichi Handa  <handa@m17n.org>
6220         * international/quail.el (quail-setup-completion-buf): Make the
6221         completion buffer read-only.
6222         (quail-completion): Adjusted for the above change.  Leave the
6223         modified flag nil.
6225 2007-03-20  David Kastrup  <dak@gnu.org>
6227         * files.el (magic-mode-alist): Require literal "%!PS" string for
6228         magic postscript file detection.
6230 2007-03-20  Richard Stallman  <rms@gnu.org>
6232         * textmodes/ispell.el (ispell-call-process): New function.
6233         Defends against bad `default-directory.'
6234         (ispell-check-version, ispell-find-aspell-dictionaries)
6235         (ispell-get-aspell-config-value, lookup-words): Call it.
6236         (ispell-call-process-region): New function.
6237         (ispell-send-string): Call it.
6239 2007-03-20  Andreas Schwab  <schwab@suse.de>
6241         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
6242         (finder-data): Likewise.
6243         (autoloads): Likewise.
6245 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
6247         * files.el (basic-save-buffer): Do not set visited filename when
6248         the corresponding directory does not exist or the specified
6249         filename is that of an existing directory.
6251 2007-03-20  Glenn Morris  <rgm@gnu.org>
6253         * calendar/diary-lib.el (diary-live-p): New function.
6254         (number-of-diary-entries): Add a :set function to redisplay diary
6255         when necessary.
6257 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
6259         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
6260         from client program, mev, to compute mouse event.
6262 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6264         * faces.el (momentary): Face removed; unused due to reversion of
6265         2007-01-04 changes by Kevin Rodgers.
6267         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
6268         Suggested by Johan Bockg\e,Ae\e(Brd.
6270 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
6272         * font-lock.el (lisp-font-lock-keywords-1):
6273         Highlight define-globalized-minor-mode as a keyword.
6275 2007-03-19  Kim F. Storm  <storm@cua.dk>
6277         * calc/calc-forms.el (math-std-daylight-savings)
6278         (math-std-daylight-savings-old): Doc fix.
6280 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
6282         * progmodes/python.el (python-default-template): Doc fix.
6283         (python-buffer): Fix typo in docstring.
6285         * isearchb.el (isearchb-follow-char):
6286         * subr.el (def-edebug-spec): Fix typo in docstring.
6288 2007-03-19  Richard Stallman  <rms@gnu.org>
6290         * files.el (default-directory): Mark safe.
6291         (basic-save-buffer-2): Put proper dir name in error message.
6293         * simple.el (compose-mail): Run switch-function after
6294         setting up the mail buffer.
6296         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
6298 2007-03-18  Jay Belanger  <belanger@truman.edu>
6300         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
6301         (math-std-daylight-savings-new): Rename from
6302         `math-std-daylight-savings'.
6303         (math-std-daylight-savings-old): Rename from old value of
6304         `math-std-daylight-savings'.
6305         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
6306         `math-std-daylight-savings-old' depending on the year.
6308 2007-03-18  Detlev Zundel  <dzu@gnu.org>
6310         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
6311         zero-width regexps as invalid but rather at least count them correctly.
6313 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6315         * net/tls.el (open-tls-stream): In handshake-waiting loop,
6316         don't wait more if there is output available to process.
6318 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
6320         * progmodes/compile.el (compilation-find-file): Revert change
6321         from 2006-07-18 to allow completion of directory names.
6322         Reported by John Carter <john.carter@tait.co.nz>.
6324 2007-03-18  Kim F. Storm  <storm@cua.dk>
6326         * subr.el (when, unless): Doc fix.
6328 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6330         * net/tls.el (tls-program): Doc fix.
6332 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
6334         * autorevert.el (auto-revert-tail-handler):
6335         Call after-revert-hook.
6337 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
6339         * simple.el (switch-to-completions): No error if search for \n\n fails.
6341 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
6343         * simple.el (line-move-1):
6344         Respect `inhibit-line-move-field-capture' property.
6346 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
6348         * comint.el (comint-arguments): Mark backslash-escaped chars.
6349         (comint-delim-arg): Don't treat them as delimiters.
6351 2007-03-12  Kim F. Storm  <storm@cua.dk>
6352         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
6354 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6356         * tempo.el (tempo-insert): Deal with 'r> if it appears
6357         specified with a prompt argument.
6359 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
6361         * textmodes/org.el (org-set-font-lock-defaults):
6362         Handle narrow table columns correctly.
6364 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
6366         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
6367         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
6368         Return to use of the -no-properties variants.  There was
6369         consensus on emacs-devel that the speed of these variants was
6370         prefered since we are usually parsing files (from the internet
6371         or on disk) instead of XML created in Emacs.
6373         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
6374         Add customize option.
6376 2007-03-12  Glenn Morris  <rgm@gnu.org>
6378         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
6379         North American rule.  Replace "daylight savings" with "daylight
6380         saving" in doc.
6382         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
6383         * calendar/lunar.el, solar.el: Replace "daylight savings" with
6384         "daylight saving" in text.
6386         * woman.el (woman-change-fonts): Tweak previous change by using
6387         woman-request-regexp rather than "^\\.".
6389         * startup.el (command-line-1): Make insertion of
6390         initial-scratch-message not depend on scratch being selected.
6392 2007-03-11  Juri Linkov  <juri@jurta.org>
6394         * replace.el (match): Use yellow background on light-bg terminals.
6396 2007-03-11  Richard Stallman  <rms@gnu.org>
6398         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6399         Correctly compute line number.
6401 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
6403         * type-break.el (type-break-get-previous-count):
6404         Repeat previous change here.
6406 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6408         * progmodes/grep.el (grep-find-ignored-directories):
6409         Add .git and .bzr to list.
6411 2007-03-11  Andreas Schwab  <schwab@suse.de>
6413         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
6415 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
6419 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
6421         * faces.el (face-set-after-frame-default): Recalculate face
6422         customizations after applying X resources.
6424 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
6426         * net/rcirc.el (rcirc-timeout-seconds): New variable.
6427         (rcirc-keepalive-seconds): Remove variable.
6428         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6429         (rcirc-process, rcirc-user-disconnect): New variables.
6430         (rcirc-connect): Initalize new variables.
6431         (rcirc-keepalive): Don't send keepalive pings before connection
6432         is completed.
6433         (rcirc-sentinel): Do mark all channels with activity when
6434         connection is dropped.  Run hook with process buffer local.
6435         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
6436         (rcirc-buffer-process): Return value of rcirc-process if
6437         rcirc-server-buffer is nil.
6438         (rcirc-server-name): Return the reported server name.
6439         (rcirc-update-prompt): Simplify computation of the server name.
6440         (rcirc-format-response-string): Likewise.
6441         (rcirc-handler-001): Mark server as connected, record the reported
6442         server name, and schedule a timeout.
6443         (rcirc-track-nick): Add a spec for the tty class.
6444         (rcirc-user-non-nick): Remove function.
6445         (rcirc-nick-prefix-chars): Add variable.
6446         (rcirc-user-nick): Use above variable.
6448 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6450         * icomplete.el (icomplete-tidy, icomplete-exhibit):
6451         Bind deactivate-mark to nil.
6453 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
6455         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
6456         that buffer contents get erased during completion.
6458 2007-03-10  Glenn Morris  <rgm@gnu.org>
6460         * woman.el (woman-change-fonts): Add a hack to deal with
6461         font-escape followed by "." at start of a line.
6462         (woman2-IP): Add a hack to deal with consecutive requests.
6463         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
6465 2007-03-10  Alan Mackenzie  <acm@muc.de>
6467         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
6469 2007-03-09  Richard Stallman  <rms@gnu.org>
6471         * abbrev.el (abbrev): Add `provide'.
6473 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
6475         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
6477 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
6479         * complete.el (PC-try-completion): New function.
6480         (PC-do-completion, read-file-name-internal): Use it instead of
6481         try-completion.
6483 2007-03-08  Alan Mackenzie  <acm@muc.de>
6485         Remove stale tokens from `c-found-types' cache.
6487         * progmodes/cc-mode.el (c-unfind-enclosing-token)
6488         (c-unfind-coalesced-tokens, c-before-change): New functions.
6489         (c-maybe-stale-found-type): New variable.
6491         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
6492         (c-trim-found-types): New functions.
6494 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6496         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
6497         (debug-ignored-errors): Add entry from smerge-match-conflict.
6499 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
6501         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
6502         special help topics for keywords.
6503         (idlwave-help-assistant-command): Include ".exe" for ms-dos
6504         etc.  Assistant command.
6506 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
6508         * replace.el (occur-engine): Move buffer-undo-list binding...
6509         (occur-1): ...to here.
6511         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
6513         * simple.el (minibuffer-completing-symbol): New var.
6514         (eval-expression): Use it.
6515         (completion-setup-function): Don't bind completion-base-size when
6516         completing a symbol in the minibuffer.
6518 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
6520         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
6521         tries to start a second session in graphical mode.
6523 2007-03-07  Miles Bader  <miles@gnu.org>
6525         * international/isearch-x.el
6526         (isearch-process-search-multibyte-characters):
6527         Strip text-properties from PROMPT to avoid an error from read-string.
6529 2007-03-07  Kim F. Storm  <storm@cua.dk>
6531         * complete.el (PC-bindings): Remap lisp-complete-symbol to
6532         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
6534 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6536         * complete.el (PC-do-completion): Delete duplicates in the list of
6537         possible completions.
6539 2007-03-07  Glenn Morris  <rgm@gnu.org>
6541         * ses.el (ses-mode): Doc fix.
6543 2007-03-06  Kim F. Storm  <storm@cua.dk>
6545         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
6547 2007-03-06  Kenichi Handa  <handa@m17n.org>
6549         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
6551 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6553         * simple.el (completion-setup-function): Improve last fix so it doesn't
6554         set it to a relative directory name either.
6556 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6558         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6560 2007-03-05  Richard Stallman  <rms@gnu.org>
6562         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
6564         * files.el (find-file-noselect): No error if file no longer exists.
6565         Display a message and avoid other questions.
6567 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6569         * pcomplete.el (pcomplete-show-completions): Improve last change, so
6570         as not to use an invisible window and to create a window if none exist.
6572         * progmodes/python.el (python-send-command): Restart proc if necessary.
6573         (python-proc): Simplify.
6575 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
6577         * pcomplete.el (pcomplete-show-completions): Search all frames for
6578         completions buffer.
6580 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
6582         * cus-edit.el (customize-save-variable): Clear customized-value
6583         property (saved values are now put in theme-value property).
6584         (customize-set-variable): Doc fix.
6586         * complete.el (PC-do-completion): If completion-ignore-case is
6587         non-nil, replace field with completion string before exiting.
6589 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
6591         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
6592         Append its extension to the resulting temporary file name.
6593         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
6595         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
6596         (tramp-smb-handle-write-region): Apply it.
6598 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6600         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6601         Redo previous change.
6603 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6605         * diff-mode.el (diff-mode): Doc fix.
6607 2007-03-05  Kenichi Handa  <handa@m17n.org>
6609         * international/characters.el: Set category `l' (latin)
6610         for more characters.
6612 2007-03-04  Kim F. Storm  <storm@cua.dk>
6614         * emacs-lisp/authors.el (authors-aliases): Add alias.
6616 2007-03-04  Glenn Morris  <rgm@gnu.org>
6618         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
6619         all when switching major mode.
6620         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6621         (hs-block-start-mdata-select, hs-block-end-regexp)
6622         (hs-forward-sexp-func, hs-adjust-block-beginning):
6623         Do not make these variables permanent-local.
6625 2007-03-04  Richard Stallman  <rms@gnu.org>
6627         * progmodes/cperl-mode.el (cperl-mode):
6628         Modify cperl-compilation-error-regexp-alist by appending.
6630         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
6631         (edebug-mode): Add the hook.
6632         (edebug-recursive-edit): Remove the hook on exiting.
6634         * type-break.el (type-break-get-previous-time):
6635         Handle end-of-file errors specially
6636         so they don't get reported wrong in .emacs.
6638         * startup.el (fancy-splash-text): Clarify text.
6640         * simple.el (beginning-of-buffer, end-of-buffer):
6641         Avoid treating plain C-u like numeric arg.
6643         * simple.el (completion-setup-function): Don't set
6644         default-directory to nil.
6646         * shell.el (shell-dirstack-query): Doc fix.
6648         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6649         Don't select the window -- pass it to primitives instead.
6651         * faces.el (minibuffer-prompt): Use medium blue by default.
6653 2007-03-04  David Kastrup  <dak@gnu.org>
6655         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
6656         Preserve 16 as default value for "seconds" when customizing.
6658 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
6660         * textmodes/org.el (org-self-insert-command)
6661         (orgtbl-self-insert-command, org-delete-char)
6662         (org-delete-backward-char): Set the `flyspell-delayed' property.
6664 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
6666         * international/mule.el (find-auto-coding): Don't search for
6667         line-ending characters past the end of the tail.
6669 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
6671         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6672         Jump to the line where new score has been uploaded.
6674         * play/tetris.el (tetris-move-bottom, tetris-move-left)
6675         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
6676         Do nothing when the game is paused.
6678 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
6680         * textmodes/org.el (org-set-tags): Prevent slipping of point
6681         during completion.
6683 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6685         * isearch.el (isearch-message-prefix):
6686         Use minibuffer-prompt-properties.
6688 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6690         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6691         (ps-setup): Print which Emacsen is running ps-print package.
6693 2007-03-01  Stuart Herring  <herring@lanl.gov>
6695         * files.el (set-auto-mode-0): Use `indirect-function'.
6696         (hack-one-local-variable): Don't reapply current major mode.
6698 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * progmodes/python.el (python-quote-syntax): Don't bother with
6701         syntax-ppss-context.
6702         (python-fill-paragraph): Make sure that fenced-string delimiters that
6703         stand on their own line stay there.
6705 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6707         * replace.el (perform-replace): Propertize message.
6709 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
6711         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
6712         invisible heading.
6714 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6716         * net/tramp.el (tramp-file-name-handler): Revert last change.
6718 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
6720         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
6721         Correct doc strings.
6723 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6725         * replace.el (perform-replace): Undo forward-char immediately if
6726         non-adjacent search fails.
6728 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6730         * version.el (emacs-major-version, emacs-minor-version):
6731         string-to-int -> string-to-number.
6733 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
6735         * help.el (where-is): Fail gracefully when not passed a command.
6737 2007-02-28  Stuart Herring  <herring@lanl.gov>
6739         * find-lisp.el (find-lisp-default-directory-predicate):
6740         Fix bug: Do symlink check on expanded filename.
6742 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
6744         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
6745         changes during replacement.
6746         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
6748 2007-02-28  Lars Hansen  <larsh@soem.dk>
6750         * desktop.el: Delete header line listing me as maintainer.
6752 2007-02-28  Glenn Morris  <rgm@gnu.org>
6754         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
6755         the menus case.
6757 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6759         * net/tramp.el (tramp-file-name-handler): Inhibit modification
6760         hooks to avoid confusion when combining after-change calls.
6762 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
6764         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
6765         now that pgg-gpg-process-region correctly honors passed-in passphrase.
6766         (allout-distinctive-bullets-string): Add info about bullet conventions.
6767         (allout-mode): Add info about distinctive vs plain bullets.
6769 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
6771         * textmodes/org.el (org-archive-subtree): Quote variable name.
6772         (org-agenda-get-todos): Make sure skip properties are checked correctly.
6774 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
6776         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
6777         (gud-bashdb-command-name, bashdb): Remove.
6778         (gud, gud-menu-map): Remove references to bash/bashdb.
6780 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
6782         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
6783         keyword for Python 2.5.
6785 2007-02-26  Romain Francoise  <romain@orebokech.com>
6787         * net/net-utils.el (whois-server-tld): Update server for .org.
6788         (whois-server-list): Add whois.publicinterestregistry.net.
6789         (whois-guess-server): Fix formatting in docstring.
6791 2007-02-26  Kim F. Storm  <storm@cua.dk>
6793         * mouse.el (mouse-show-mark): Run hooks and perform command
6794         remapping for mouse-region-delete-keys.
6796 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6798         * font-core.el (font-lock-mode): Doc fix.
6800 2007-02-25  Kim F. Storm  <storm@cua.dk>
6802         * ido.el (ido-buffer-internal): Set this-command to fallback command.
6803         Add selected buffer to buffer-name-history.
6804         (ido-file-internal): Set this-command to fallback command.
6805         Add file names to file-name-history.
6807         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6808         Apply minibuffer-prompt-properties.
6810 2007-02-25  Andreas Schwab  <schwab@suse.de>
6812         * files.el (hack-one-local-variable-eval-safep): Correct handling
6813         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
6815 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6817         * textmodes/org.el (org-table-overlay-coordinates)
6818         (org-table-toggle-coordinate-overlays): New functions.
6819         (org-table-overlay-coordinates, org-table-coordinate-overlays):
6820         New variables.
6821         (org-startup-with-deadline-check): Remove option.
6822         (org-mode): Remove deadline check on startup.
6823         (org-table-limit-column-width): Remove option.
6824         (org-table-formula-numbers-only): Remove option.
6825         (org-link-style, org-link-format): Remove options.
6826         (org-select-agenda-window, org-fit-agenda-window): Remove options.
6827         (org-export-ascii-show-new-buffer)
6828         (org-export-html-show-new-buffer): Remove options.
6829         (org-activate-links): Remove camel option.
6830         (org-file-link-context-use-camel-case): Remove option.
6831         (org-camel-regexp): Remove variable.
6832         (org-activate-camels): Remove function.
6833         (org-store-link): Remove Camel stuff.
6834         (org-make-org-heading-camel): Remove function.
6835         (org-open-at-point): Remove camel stuff.
6836         (org-link-search): Remove camel stuff.
6837         (org-camel-to-words): Function removed.
6838         (org-get-agenda-file-buffer): Make sure we prepare the base
6839         buffers, not any indirect buffers.
6840         (org-sort-entries): Sort top-level when not on a headline, and no
6841         active region.
6842         (org-in-regexp): New function.
6843         (org-search-not-self): Rename from `org-search-not-link'.
6844         (org-open-link-marker): New variable.
6845         (org-open-at-point): Set `org-open-link-marker'.
6846         (org-print-icalendar-entries): Fixe bug with excluding DONE
6847         entries from the exported list.
6848         (org-edit-formula-lisp-indent): New command.
6849         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
6850         (orgtbl-to-latex, orgtbl-insert-radio-table)
6851         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
6852         (orgtbl-radio-table-templates): New option.
6853         (org-store-link-props):
6854         (org-remember-templates): More possibilities to insert info
6855         into templates.
6856         (org-remember-apply-template): Make use of the extended
6857         template capabilities.
6858         (org-remember-redo-template): New command.
6859         (org-upgrade-old-links)
6860         (org-table-modify-formulas, org-table-replace-in-formulas)
6861         (org-table-find-dataline)
6862         (org-table-get-vertical-vector): Remove functions.
6863         (org-table-remove-rectangle-highlight)
6864         (org-time-stamp-format, org-toggle-log-option)
6865         (org-table-highlight-rectangle)
6866         (org-table-iterate, org-table-make-reference):
6867         (org-translate-time, org-tree-to-indirect-buffer)
6868         (org-table-field-info, org-table-fix-formulas)
6869         (org-table-force-dataline, org-table-get-descriptor-line)
6870         (org-table-get-range)
6871         (org-skip-comments, org-sort)
6872         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
6873         (org-table-current-dline, org-table-current-field-formula)
6874         (org-table-edit-backward-field)
6875         (org-table-edit-formulas-post-command)
6876         (org-table-edit-line-down, org-table-edit-line-up)
6877         (org-agenda-archive)
6878         (org-agenda-clock-cancel)
6879         (org-agenda-clock-out, org-agenda-list-stuck-projects)
6880         (org-agenda-open-link, org-agenda-show-new-time)
6881         (org-agenda-skip-subtree-when-regexp-matches)
6882         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
6883         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
6884         (org-do-sort, org-file-image-p, org-find-overlays)
6885         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
6886         (org-highlight-until-next-command, org-isearch-end)
6887         (org-match-any-p, org-next-link, org-previous-link):
6888         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
6889         (org-rewrite-old-row-references)
6890         (org-isearch-post-command)
6891         (org-table-edit-move, org-table-edit-next-field)
6892         (org-table-edit-scroll, org-table-edit-scroll-down)
6893         (org-set-frame-title, org-show-reference)
6894         (org-unhighlight-once, org-verify-change-for-undo): New functions.
6895         (org-show-variable): Remove command.
6896         (org-add-log-maybe): New arguments STATE, FINDPOS
6897         (org-table-sort-lines): Rewrite from scratch.
6898         (org-link-search): New argument AVOID-POS.
6899         (org-print-icalendar-entries): Remove argument CATEGORY.
6900         (org-run-agenda-series): Remove argument WONDOW.
6901         (org-next-link, org-previous-link): New commands.
6902         (org-agenda-date-format): New option.
6903         (org-table-iterate): New command.
6904         (org-table-modify-formulas)
6905         (org-table-replace-in-formulas): Remove functions.
6906         (org-table-fix-formulas): New function.
6907         (org-table-insert-column, org-table-delete-column)
6908         (org-table-move-column): Use `org-table-fix-formulas'.
6909         (org-follow-gnus-link): Patch from Bastien/Leo.
6910         (org-table-current-field-formula): New function.
6911         (org-file-image-p): New function.
6912         (org-agenda-show-new-time): New function.
6913         (org-agenda-date-later): Call `org-agenda-show-new-time'.
6914         (org-with-remote-undo): New macro.
6915         (org-agenda-undo): New command.
6916         (org-verify-change-for-undo): New function.
6917         (org-time-stamp-format): New function.
6918         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
6919         by user.
6920         (org-match-any-p): New function.
6921         (org-make-tags-matcher): Handle regular expressions for tag and
6922         todo matches.
6923         (org-read-date): Accept "+N" as input for a date relative to the
6924         current date.
6925         (org-remove-subtree-entries-from-agenda): New function.
6926         (org-agenda-archive, org-agenda-kill):
6927         Use `org-remove-subtree-entries-from-agenda'.
6928         (org-do-sort, org-sort-entries): New functions.
6929         (org-sort): New command.
6930         (org-table-sort-lines): Use `org-do-sort'.
6931         (org-fix-decoded-time): New function.
6932         (org-table-number-regexp): Require 0x... to identify as number
6933         in tables.
6934         (org-startup-options): New keywords for note taking.
6935         (org-upgrade-old-links): Remove function.
6936         (org-get-repeat): New function.
6937         (org-show-context): Also show siblings on current level.
6938         (org-show-siblings): New function.
6939         (org-isearch-end, org-isearch-post-command): New functions.
6940         (org-show-siblings): New option.
6941         (org-show-context): Use `org-show-siblings'.
6942         (org-table-maybe-recalculate-line): No longer require `calc-eval'
6943         to be bound, because user may just use elisp.
6945 2007-02-24  Kim F. Storm  <storm@cua.dk>
6947         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
6948         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
6950 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
6952         * startup.el (command-line): Also check if the abbrev file is readable.
6954 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6956         * net/tls.el (tls-certtool-program): Fix custom type.
6958         * mail/feedmail.el (feedmail-message-id-generator)
6959         (feedmail-date-generator): Fix custom types.
6961         * mail/rmail.el (rmail-message-filter): Fix custom type.
6963 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
6965         * startup.el (command-line): If simple.el cannot be found, proceed
6966         with a warning message.
6968 2007-02-24  Kenichi Handa  <handa@m17n.org>
6970         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
6971         case that BEG is a string.
6973 2007-02-24  Chris Moore  <dooglus@gmail.com>
6975         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6976         * pgg-pgp.el (pgg-pgp-encrypt-region):
6977         * pgg-gpg.el (pgg-gpg-encrypt-region):
6978         Check pgg-encrypt-for-me if no other recipients.
6980 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
6982         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
6984         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
6985         shell-quote-argument.
6987 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6989         * comint.el (comint-read-input-ring): Use comint-input-ring-size
6990         from the comint buffer instead of the temporary one.
6992 2007-02-23  David Reitter  <david.reitter@gmail.com>
6994         * cus-edit.el (custom-save-all): Canonicalize custom-file before
6995         storing it in recentf-exclude.
6997 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
6999         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
7000         in splash screen.
7002 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
7004         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
7005         commands, for restart.
7006         (idlwave-shell-current-module): Fix handling of module name by type.
7007         (idlwave-shell-break-in): Update type handling.
7008         (idlwave-shell-bp-get): Encode type in BP structure.
7009         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
7010         (idlwave-shell-module-source-query): Query routine info based on type.
7011         Fix path parsing for non-compiled files.
7012         (idlwave-shell-module-source-filter): Don't signal error in filter
7013         if no source found.
7014         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
7015         filter race.
7017 2007-02-22  Kim F. Storm  <storm@cua.dk>
7019         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
7020         (editable-field): Document need to put some text before the %v
7021         escape in :format string.
7023 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7025         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
7026         (vc-svn-use-edit): Remove unused config var.
7027         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
7029         * outline.el (hide-sublevels): Keep empty last line, if available.
7031         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
7032         rather than the corresponding unicode char, to make the code
7033         more readable.
7035 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
7037         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
7038         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
7039         (speedbar-item-info-tag-helper): Doc fixes.
7041 2007-02-19  Kenichi Handa  <handa@m17n.org>
7043         * international/mule-cmds.el (locale-language-names):
7044         Map "eo" to "Esperanto".
7046         * language/european.el ("Esperanto"): New language environment.
7048 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7050         * simple.el (kill-line): Doc fix.
7052 2007-02-17  Kim F. Storm  <storm@cua.dk>
7054         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
7055         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
7056         (bindat--unpack-group, bindat--pack-group):
7057         Handle vectors with optional element type.
7059 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
7061         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
7062         if PASSPHRASE is given.
7064 2007-02-17  Chris Moore  <dooglus@gmail.com>
7066         * jka-cmpr-hook.el (jka-compr-compression-info-list):
7067         Recognize backups of bz2 compressed files.
7069 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
7071         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
7072         to nil to speed up lookup of the symbol in index nodes.
7074 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7076         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
7077         Add indentation for the constants of Lisp.
7079 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7081         * ps-print.el: Use (defvar <foo>) where applicable.
7082         (ps-print-emacs-type): Remove.
7083         (ps-x-frame-property, ps-e-frame-parameter): Remove.
7084         (ps-frame-parameter): Align its call-convention with frame-parameter.
7085         (ps-begin-job): Adjust calls to it appropriately.
7086         (ps-setup): Don't print ps-print-emacs-type.
7087         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
7088         Define in such a way that it's obvious that it's defined.
7089         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
7090         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7091         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
7093 2007-02-15  Alan Mackenzie  <acm@muc.de>
7095         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
7096         an empty one-line C-style comment, post-position point properly.
7098 2007-02-15  Chris Moore  <dooglus@gmail.com>
7100         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
7101         (isearch-lazy-highlight-new-loop): Bind it.
7102         (isearch-lazy-highlight-search): Use it.
7104         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
7106 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7108         * font-lock.el (font-lock-extend-region-wholelines):
7109         Only return non-nil if the region has really been changed.
7110         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
7112 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
7114         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
7115         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
7116         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
7118 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
7120         * faces.el (color-values): Revert changes to docstring from
7121         2007-01-31 and 2000-09-07.
7123         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
7124         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
7125         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
7126         (ispell-help): Fix typos in docstring and output message.
7128 2007-02-14  Kim F. Storm  <storm@cua.dk>
7130         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
7131         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
7132         (grep): Fix lgrep reference.
7134         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
7135         (standard-display-underline): Use make-glyph-code.
7137         * descr-text.el (describe-char): Use glyph-char and glyph-face.
7139         * international/latin1-disp.el (latin1-display-char):
7140         Use make-glyph-code.
7142 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
7144         * ehelp.el (with-electric-help, electric-help-exit)
7145         (electric-help-retain): Doc fixes.
7147         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
7148         (byte-compile-file): Doc fixes.
7150 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7152         * term/mac-win.el: Change all uses of
7153         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
7154         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
7155         (mac-ae-get-url): Call select-frame-set-input-focus.
7156         (mac-dnd-handle-drag-n-drop-event): Don't call
7157         select-frame-set-input-focus.
7159 2007-02-13  Kenichi Handa  <handa@m17n.org>
7161         * international/characters.el: Fix documentation of category `a'.
7163 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
7165         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
7167 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
7169         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
7170         (tramp-get-remote-ln): Handle error case.
7171         Reported by Chris Moore <dooglus@gmail.com>.
7173 2007-02-11  Kim F. Storm  <storm@cua.dk>
7175         * bindings.el (ctl-x-map): Remove register compatibility bindings
7176         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
7178 2007-02-11  Richard Stallman  <rms@gnu.org>
7180         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
7181         in load history.
7183         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
7184         condition -- don't fail to stop at endpos.
7186 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
7188         * textmodes/org.el (org-agenda-get-todos)
7189         (org-agenda-get-timestamps, org-agenda-get-closed)
7190         (org-agenda-get-deadlines, org-agenda-get-scheduled)
7191         (org-agenda-get-blocks, org-format-agenda-item)
7192         (org-agenda-change-all-lines, org-scan-tags): Rename text property
7193         from `category' to `org-category'.
7195 2007-02-11  Kenichi Handa  <handa@m17n.org>
7197         * international/titdic-cnv.el (titdic-convert): Force files be written
7198         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
7199         (miscdic-convert): Force files be written with Unix-like eol format.
7201 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
7203         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
7205         * calculator.el (calculator-prompt): Doc fix.
7206         (calculator-mode-map): Fix typo in menu entry.
7208 2007-02-10  Jay Belanger  <belanger@truman.edu>
7210         * calculator.el (calculator): Do more extensive checking for when
7211         3 lines should be used for the calculator.
7213 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
7215         * info-look.el (info-lookup-make-completions):
7216         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
7217         index nodes.
7219         * info.el (Info-fontify-maximum-menu-size): Document the effect
7220         of a nil value.
7221         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
7222         non-nil before using it as size.
7224 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
7226         * subr.el (insert-for-yank-1): Prevent read-only properties from
7227         interfering with text property operations.
7229         * image-mode.el (image-mode): Revert 2007-01-30 changes.
7231         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
7232         (image-type-auto-detected-p): Fail if another match is found in
7233         auto-mode-alist.
7235         * files.el (magic-mode-alist): Call image-mode instead of
7236         image-mode-maybe for autodetected images.
7238 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
7240         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
7241         Fix typos in docstrings.
7242         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
7244 2007-02-09  Kim F. Storm  <storm@cua.dk>
7246         * emacs-lisp/float-sup.el: Remove obsolete comment.
7248 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
7252 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
7254         * simple.el: Revert previous change, at request of RMS:
7255         (fundamental-mode-hook): Remove.
7256         (fundamental-mode): Run after-change-major-mode-hooks manually,
7257         and don't run the now-nonexistent fundamental-mode-hook.
7259 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
7261         * simple.el (fundamental-mode-hook): Declare new hook.
7262         (fundamental-mode): Run the new dedicated hook, and don't run
7263         after-change-major-mode-hooks manually anymore.
7265 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7267         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
7268         added columns of chars.  Remove support for the "no-meta-info" format.
7269         Prompted by Romain Francoise <romain@orebokech.com>.
7271 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7273         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
7274         (gdb-mouse-until, gdb-mouse-jump): Use it.
7276 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7278         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
7279         work when there is just an assembler buffer (no source buffer).
7281 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
7283         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
7284         just because the diff was produced using "-p" (--show-c-function).
7286 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
7288         * faces.el (frame-set-background-mode): Use `color-values' and
7289         `display-color-p', not `x-color-values' and `x-display-color-p'.
7290         (face-valid-attribute-values): Use `defined-colors' instead of
7291         `x-defined-colors'.
7293 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7295         * ps-print.el: The ps-print commands without face printing should not
7296         print background color.  Reported by Leo <sdl.web@gmail.com>.
7297         (ps-print-version): New version 6.7.3.
7298         (ps-begin-job): New arg.  Fix ps-default-background and
7299         ps-default-foreground initialization.
7300         (ps-face-attributes): Fix doc string.
7301         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7303         * printing.el: Fix ps-print link.
7305 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
7307         * faces.el (face-set-after-frame-default): Compile attributes to
7308         be set by frame parameters before merging in X resources.
7310 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
7312         * simple.el (blink-matching-paren-dont-ignore-comments):
7313         (blink-matching-paren-on-screen): Doc fixes.
7315 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
7317         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
7319 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
7321         * loadhist.el (unload-feature): Silently ignore `load-history' entries
7322         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
7323         entries like `defun'.  Return nil.
7325 2007-02-05  Kim F. Storm  <storm@cua.dk>
7327         * ido.el: Doc fixes.
7329 2007-02-04  David Kastrup  <dak@gnu.org>
7331         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
7332         `mpuz-allow-double-multiplicator' is non-zero, and correct
7333         calculation of `min'.
7335 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
7337         * wid-edit.el (widget-default-create): Insert new text at the
7338         :from marker _after_ the marker, not before it.
7340 2007-02-04  Alan Mackenzie  <acm@muc.de>
7342         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
7343         containing it is re-indented.
7345 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7347         * net/newsticker.el (newsticker--insert-image): Update docstring,
7348         and insert the image directly.
7349         (newsticker--buffer-redraw): Update docstring.
7351         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7352         Rename from define-global-minor-mode.
7354         * progmodes/cwarn.el (global-cwarn-mode):
7355         * emacs-lisp/autoload.el (make-autoload):
7356         * hi-lock.el (global-hi-lock-mode):
7357         * font-core.el (global-font-lock-mode): All callers changed.
7359 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
7361         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
7362         Don't copy @ignore lines into menu descriptions.
7363         (texinfo-multi-file-update): Goto the @node line before attempting
7364         to pluck the node name.
7365         (texinfo-multiple-files-update): Reverse the optional arguments'
7366         order, as per the doc string and the `interactive' form.
7368 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7370         * image-mode.el: Use autoload to avoid overriding disabled setting
7371         applied in .emacs.
7373 2007-02-03  Alan Mackenzie  <acm@muc.de>
7375         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
7376         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
7377         adjacent paren groups).
7379 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7381         * progmodes/ebnf2ps.el: Doc fixes.
7382         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
7384 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7386         * dired-x.el (dired-do-relsymlink): Add reference to
7387         dired-do-symlink.  Add an autoload cookie.
7389         * dired-aux.el (dired-do-symlink): Add reference to
7390         dired-do-relsymlink.
7392 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
7394         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
7395         <left-fringe mouse-3>: New bindings.
7397 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
7399         * net/newsticker.el (newsticker-version): Changed to "1.10".
7400         (newsticker--set-customvar): Doc string.
7401         (newsticker-new-item-face): Doc string.
7402         (newsticker-mode): Initialize `invisibility-spec' with t.
7403         (newsticker-mode-map): Added
7404         `newsticker-mark-all-items-at-point-as-read'.
7405         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
7406         (newsticker-w3m-show-inline-images): Do not call
7407         `w3m-remove-image'.
7408         (newsticker--buffer-after-w3m-insert-image): New advice for
7409         w3m-insert-image to cache images.
7410         (newsticker-next-item-same-feed): New.
7411         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
7412         (newsticker-mark-all-items-of-feed-as-read): New.
7413         (newsticker-mark-all-items-at-point-as-read): Use new functions.
7414         (newsticker-mark-item-at-point-as-read): Doc string.
7415         (newsticker-mark-item-at-point-as-read): Use new functions.
7416         (newsticker--do-mark-item-at-point-as-read): New, extracted from
7417         `newsticker-mark-item-at-point-as-read'.
7418         (newsticker-hide-entry): Use (t) instead of t for invisibility.
7419         (newsticker--sentinel): Yet another xml-parser workaround.
7420         (newsticker--decode-iso8601-date): Bugfix for datestrings without
7421         days.
7422         (newsticker--buffer-do-insert-text): Fix.
7423         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
7424         (newsticker--buffer-make-item-completely-visible):
7425         `switch-to-buffer' not necessary.
7427 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7429         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
7430         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
7431         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
7432         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
7433         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
7435 2007-02-02  Kenichi Handa  <handa@m17n.org>
7437         * international/quail.el (quail-show-key): Fix an error message.
7439 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7441         * faces.el (set-face-underline-p, modify-face): Rename arg
7442         UNDERLINE-P to UNDERLINE (it is not a flag).
7444 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
7446         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
7447         when adding gdb-speedbar-update to gdb-input-queue.
7449 2007-02-01  Kenichi Handa  <handa@m17n.org>
7451         * international/quail.el (quail-show-key): Signal an error if the
7452         current input method is not using Quail.
7454 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
7456         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
7457         Trim leading whitespace in sysvar names.
7459 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7461         * faces.el (internal-find-face, internal-get-face): Doc fixes.
7463 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7465         * ido.el (ido-set-common-completion): Use `let', not `let*'.
7467 2007-01-31  Romain Francoise  <romain@orebokech.com>
7469         * comint.el: Delete extra copy of `comint-copy-old-input' added in
7470         previous change to this file.
7472 2007-01-31  Jason Rumney  <jasonr@gnu.org>
7474         * files.el (magic-mode-alist): Use image-mode-maybe rather than
7475         image-mode.
7477         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
7478         interfering with attempt to set major mode from modified
7479         auto-mode-alist.
7481 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7483         * faces.el (color-values): Doc fix.
7484         (face-differs-from-default-p): Don't check :foreground twice.
7486 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
7488         * comint.el (comint-mode): Prevent non-keyword fontification by default.
7490 2007-01-31  Kenichi Handa  <handa@m17n.org>
7492         * international/quail.el (quail-store-decode-map-key): Store a
7493         translated character too.
7494         (quail-char-equal-p): New function.
7495         (quail-find-key1): Check character equality by quail-char-equal-p.
7496         (quail-decode-map-generated): New variable.
7497         (quail-find-key): Check quail-decode-map-generated and re-generate
7498         a decode map if necessary.
7500 2007-01-30  Richard Stallman  <rms@gnu.org>
7502         * tutorial.el (tutorial--detailed-help): Make the list of
7503         changed keys look nicer.
7505 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
7507         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
7508         (gdb-var-delete): Use it.
7509         (gdb-var-update-handler-1): Handle value "invalid" for MI field
7510         `in_scope'.
7512 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
7514         * files.el (get-free-disk-space): Return nil for remote directories.
7516         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
7517         instead of "dir".
7519 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
7521         * type-break.el (type-break-catch-up-event): New function.
7522         (type-break-demo-hanoi, type-break-demo-life)
7523         (type-break-demo-boring): Use it.
7525         * image-mode.el (image-mode): Don't automatically view as image.
7526         (image-toggle-display): Add `disabled' property.
7528 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7530         * isearchb.el (isearchb-iswitchb):
7531         * ps-print.el (ps-build-face-reference):
7532         * emacs-lisp/shadow.el (list-load-path-shadows):
7533         * eshell/esh-cmd.el (eshell-rewrite-for-command):
7534         * international/mule.el (find-auto-coding):
7535         * mail/supercite.el (sc-attrib-selection-list):
7536         * progmodes/cc-defs.el (c-emacs-features):
7537         * progmodes/cc-vars.el (c-offsets-alist):
7538         * progmodes/flymake.el
7539         (flymake-init-create-temp-source-and-master-buffer-copy):
7540         Fix typos in docstrings (some suggested by Chris Moore).
7542         * progmodes/vhdl-mode.el (vhdl-components-package-name)
7543         (vhdl-get-library-unit, vhdl-corresponding-begin)
7544         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
7545         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
7546         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
7547         (vhdl-font-lock-match-item): Fix typos in docstrings.
7548         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
7549         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
7550         (vhdl-speedbar-insert-project-hierarchy):
7551         Improve argument/docstring consistency.
7553 2007-01-29  Kenichi Handa  <handa@m17n.org>
7555         * international/titdic-cnv.el (py-converter): Fix previous change.
7557 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
7559         * jka-compr.el (jka-compr-partial-uncompress)
7560         (jka-compr-call-process): Rebind default-directory if it is
7561         invalid.  Suggested by Chris Moore.
7563         * comint.el (comint-insert-input): Handle situation where the
7564         selected buffer is not the clicked buffer.
7566 2007-01-29  Kenichi Handa  <handa@m17n.org>
7568         * international/ja-dic-cnv.el (skkdic-convert):
7569         Add byte-compile-disable-print-circle:t at the head.
7571         * international/titdic-cnv.el (tit-process-header):
7572         Add byte-compile-disable-print-circle:t at the head.
7573         (miscdic-convert): Likewise.
7574         (py-converter): Skip the header comments.
7576         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
7577         New variable.
7578         (byte-compile-output-file-form): Bing print-circle to nil if
7579         byte-compile-output-file-form is not nil.
7580         (byte-compile-output-docform): Likewise.
7582 2007-01-28  Kim F. Storm  <storm@cua.dk>
7584         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
7585         Declare earlier to avoid byte compiler warnings.
7587 2007-01-28  Markus Triska  <markus.triska@gmx.at>
7589         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
7591 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
7593         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
7594         (gamegrid-add-score-with-update-game-score-1): Allow local quits
7595         when calling update-game-score program.  Remove unnecessary
7596         save-excursion.
7598         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
7600 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
7602         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
7603         avoid compiler warning.
7604         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
7605         might have values other than "true" or "false".
7607 2007-01-28  Richard Stallman  <rms@gnu.org>
7609         * textmodes/fill.el (fill-paragraph-function): Doc fix.
7610         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
7612         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
7614         * image.el (image-type-header-regexps): Make GIF regex more specific.
7616         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
7617         Don't check `backspace'.
7618         (tutorial--find-changed-keys): Look up bindings in a temp buffer
7619         in Fundamental mode.
7621         * startup.el (fancy-splash-text, normal-splash-screen):
7622         Mention C-g.
7624         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
7625         when inserting in buffer.
7627         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
7628         inside the if.
7630 2007-01-27  Richard Stallman  <rms@gnu.org>
7632         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
7634 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
7636         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
7637         enum/union/struct/class definition.
7638         Revert change to call `forward-sexp' multiple times.
7640 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
7642         * files.el (hack-local-variables-confirm): Don't keep trying to
7643         read an event from an empty kbd macro.
7645 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7647         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
7649 2007-01-27  Ben North  <ben@redfrontdoor.org>
7651         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
7652         the arg CHILDREN -> WHICH.
7654 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
7656         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
7657         default-directory to a sane value when calling start-process.
7659 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7661         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
7662         (ls-lisp-format-time-list): Doc fix.  Mention
7663         ls-lisp-use-localized-time-format.
7664         (ls-lisp-format-time): Use ls-lisp-format-time-list if
7665         ls-lisp-use-localized-time-format is non-nil, even if a valid
7666         locale is defined.
7668 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
7670         * jka-compr.el (jka-compr-shell): Doc fix.
7672         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
7674 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7676         * ps-print.el: Fix background height.
7677         (ps-print-version): New version 6.7.2.
7679 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7681         * makefile.w32-in (finder-data, custom-deps): Depend on
7682         $(lisp)/loaddefs.el.
7684 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7686         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
7688 2007-01-24  Miles Bader  <miles@gnu.org>
7690         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
7691         (byte-compile-output-docform): Bind `print-circle' to t.
7693 2007-01-24  Kenichi Handa  <handa@m17n.org>
7695         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
7696         file name of the original SKK dictionary file.
7698 2007-01-24  Kim F. Storm  <storm@cua.dk>
7700         * ido.el (ido-initial-position): New variable.
7701         (ido-read-internal): Set it if default item is specified.
7702         (ido-minibuffer-setup): Position cursor accordingly if set.
7703         (ido-edit-input): C-e moves to end of input if not already there.
7704         (ido-magic-backward-char): C-b does like M-b if prev char is /.
7705         Don't switch to buffer mode if repeating C-b at start of input.
7706         (ido-toggle-ignore): C-a only toggles ignore at start or end of
7707         input; else it moves to start of input.
7708         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
7709         not at end of input, delete rest of input, rather than normal op.
7711 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7713         * emulation/viper-keym.el (viper-insert-basic-map):
7714         Delete binding for S-TAB.
7716         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
7717         of message.  Activate mark.
7718         (ediff-activate-mark): Set transient-mark-mode to t.
7720         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
7722 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
7724         * help-fns.el (describe-variable): Don't suppress display of
7725         buffer local value when the value is "large".
7727 2007-01-22  Kim F. Storm  <storm@cua.dk>
7729         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
7730         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
7731         (ido-tidy): Use ido-active.
7733 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
7735         * hexl.el (hexl-mode-exit): Add missing quote.
7737 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7739         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
7740         (mac-ae-keyboard-modifiers): New function.
7741         (mac-handle-toolbar-switch-mode): Use it.
7742         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
7743         if keyboard modifiers on drop contain option key.
7744         (mac-dnd-drop-data): Add optional argument `action'.
7745         (special-event-map): Remove binding for M-drag-n-drop.
7747 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
7749         * add-log.el (add-log-current-defun): Use CC Mode functions to
7750         find the beginning and end of a defun.
7752 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7754         * progmodes/gdb-ui.el (gdb-var-create-regexp)
7755         (gdb-var-create-handler): Handle value field in GDB output of
7756         -var-create.
7757         (gdb-max-frames): New variable.
7758         (gdb-stack-buffer, gdb-frames-select): Use it.
7759         (gdb-info-stack-custom): Help user customize gdb-max-frames,
7760         if necessary.
7761         (gdb-get-frame-number): Simplify.
7763 2007-01-21  Glenn Morris  <rgm@gnu.org>
7765         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
7766         Update copyrights.
7768 2007-01-21  Alan Mackenzie  <acm@muc.de>
7770         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
7771         handling of K&R stuff.
7773 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7775         * textmodes/bibtex.el (bibtex-files): Fix customization type.
7777 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7779         * ps-print.el: Handle frame parameters (background and/or foreground
7780         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7781         (ps-print-version): New version 6.7.1.
7782         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7783         (ps-frame-parameter): New fun.
7784         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7785         Fix doc and customization.
7786         (ps-begin-job): Get frame parameters (background and/or foreground
7787         colors).
7788         (ps-do-despool): Ensure ps-printer-name has a valid value.
7790 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7792         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
7793         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
7794         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
7795         mean unlimited.
7797 2007-01-20  Alan Mackenzie  <acm@muc.de>
7799         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
7800         much more rigorous analysis of putative K&R regions.
7802 2007-01-20  Alan Mackenzie  <acm@muc.de>
7804         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
7805         New functions.
7807 2007-01-20  Alan Mackenzie  <acm@muc.de>
7809         * progmodes/cc-align.el, progmodes/cc-cmds.el,
7810         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7811         * progmodes/cc-langs.el, progmodes/cc-styles.el,
7812         * progmodes/cc-vars.el: Add my name.
7814 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7816         * files.el (find-alternate-file): Revert query message to Emacs 21
7817         version.
7819 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7821         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
7822         the doc string how to use personal abbrevs without electric
7823         keywords.
7825 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7827         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
7828         Fixed cursor position when toggle abbreviated display.
7830 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
7832         * t-mouse.el: Update copyright following assignment by
7833         Alessandro Rubini.
7835 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7837         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
7838         (type-break-demo-boring): Call read-event instead of read-char.
7840 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
7842         * progmodes/compile.el: Add handling for makepplog.
7844 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7846         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
7847         aspell dictionaries are initialized when called non-interactively.
7849 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
7851         * progmodes/compile.el (compilation-loop): New arg limit.
7852         Handle case where the first error is at point-min.
7853         (compilation-next-error): New arg to compilation-loop call.
7855 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
7857         * info.el (Info-default-dirs): Change default info dir to
7858         share/info.
7860         * paths.el (Info-default-directory-list): Ditto.
7862 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
7864         * hexl.el (hexl-before-revert-hook): New function.
7865         (hexl-mode): Use it.
7866         (hexl-after-revert-hook): Just call hexl-mode.
7867         (hexl-mode-exit): Remove before-revert-hook.
7869 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7871         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
7873 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
7875         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
7876         by "-" in francais7 otherchars entry.
7877         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
7878         otherchars entry.
7880 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
7882         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
7883         path.  Rewrite function in `cond' style for readability.
7885         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
7886         (The path shortening, that is, not the rearrangement.)
7888 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7890         * term/mac-win.el (mac-ae-quit-application): New function.
7891         (mac-apple-event-map): Bind "quit application" Apple event to it.
7893 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
7896         than the program's output.
7898 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
7900         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
7901         (kmacro-start-macro-or-insert-counter)
7902         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
7903         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
7905         * longlines.el (longlines-show-hard-newlines):
7906         * ruler-mode.el (ruler-mode-ruler):
7907         * emulation/keypad.el (keypad-setup):
7908         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
7909         Fix typo in docstring.
7911 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
7913         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
7914         Remove redirect character ">".
7916 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
7918         * replace.el (perform-replace): Remove leftover code.
7920 2007-01-12  Richard Stallman  <rms@gnu.org>
7922         * replace.el (perform-replace): Don't clear NODENT when computing
7923         the replacement string.
7925 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
7927         * net/tramp.el (tramp-handle-file-local-copy):
7928         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
7929         <christopher.ian.moore@gmail.com>.
7931 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7933         * diff-mode.el (diff-sanity-check-context-hunk-half)
7934         (diff-sanity-check-hunk): New functions.
7935         (diff-find-source-location): Use'em to check the hunks are well-formed.
7937         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
7938         activate undo when undo is not active.
7939         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
7941 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
7944         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
7945         (ffap-url-at-point): Use char-classes rather than "a-z".
7947 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
7949         * ediff-init.el (ediff-autostore-merges):
7950         * textmodes/fill.el (fill-region): Doc fix.
7952 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7954         * server.el (server-ensure-safe-dir): UIDs may be floats.
7956 2007-01-10  Richard Stallman  <rms@gnu.org>
7958         * battery.el (battery-linux-proc-acpi): Use ignore-errors
7959         around calls to directory-files.
7961         * subr.el (momentary-string-display): Use save-excursion.
7963         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
7964         argument, but read it as `X' does.
7966 2007-01-09  Juri Linkov  <juri@jurta.org>
7968         * info.el (Info-fontify-node): Don't hide node names of index entries.
7970         * faces.el (momentary): Change :group to basic-faces where all
7971         basic faces belong to.  Add :version.
7973 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7975         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
7976         keybinding is found.
7977         (tutorial--find-changed-keys): Never treat null keybinding as a
7978         remapping.
7980 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
7982         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
7984 2007-01-09  Kenichi Handa  <handa@m17n.org>
7986         * international/mule-cmds.el
7987         (select-safe-coding-system-interactively): Fix message.
7989 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
7991         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
7992         (tramp-process-actions): Add optional parameter TIMEOUT.
7993         (tramp-open-connection-telnet, tramp-open-connection-rsh)
7994         (tramp-open-connection-su): Add timeout of 60".
7996 2007-01-09  Richard Stallman  <rms@gnu.org>
7998         * progmodes/compile.el (compile): Doc fix.
8000 2007-01-09  Markus Triska  <markus.triska@gmx.at>
8002         * tumme.el (tumme-display-thumb): Doc fix.
8004 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
8006         * battery.el (battery-search-for-one-match-in-files):
8007         * bindings.el (mode-line-minor-mode-help):
8008         * x-dnd.el (x-dnd-types-alist):
8009         * calendar/icalendar.el (icalendar-import-buffer):
8010         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
8012         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
8014 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
8016         * replace.el (replace-regexp): Fix typo in docstring.
8018 2007-01-07  Alan Mackenzie  <acm@muc.de>
8020         * progmodes/cc-langs.el (c-operators, c-filter-ops):
8021         Amend doc-string and comments.
8023 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
8025         * files.el (abbreviate-file-name): Doc fix.
8027 2007-01-06  Markus Triska  <triska@gmx.at>
8029         * subr.el (split-string): Remove spurious ")" from doc string.
8031 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8033         * textmodes/table.el (table--warn-incompatibility):
8034         Use display-warning instead of momentary-string-display.
8036 2007-01-05  Richard Stallman  <rms@gnu.org>
8038         * image.el (image-type-header-regexps): Recognize xbm more strictly.
8040         * simple.el (backward-kill-word): Doc fix.
8042 2007-01-05  Romain Francoise  <romain@orebokech.com>
8044         * international/mule.el (sgml-html-meta-auto-coding-function):
8045         Ensure that the buffer contains a HTML document.
8047 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
8049         * faces.el (momentary): Move here ...
8050         * subr.el (momentary): ... from here.
8052 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
8054         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
8055         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
8056         large structures/arrays.
8058 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
8060         * files.el (find-file-noselect-1, set-visited-file-name):
8061         Allow backup-enable-predicate to be nil.
8063 2007-01-04  Andreas Schwab  <schwab@suse.de>
8065         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
8066         last change.
8068 2007-01-03  Richard Stallman  <rms@gnu.org>
8070         * woman.el (woman-decode-buffer): Clarify error message.
8072 2007-01-03  Alan Mackenzie  <acm@muc.de>
8074         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
8076 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
8078         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
8080 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8082         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
8084 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
8086         * emulation/viper.el (viper-custom-file-name, viper-mode):
8087         Fix typos in docstrings.
8089         * subr.el (momentary-string-display): After moving point, set POS
8090         variable to it to avoid later errors once the buffer is modified.
8091         Doc fix.
8093 2007-01-02  Alan Mackenzie  <acm@muc.de>
8095         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
8096         check that the "*/" is present before trying to manipulate it.
8098 2007-01-02  Richard Stallman  <rms@gnu.org>
8100         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
8102         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
8103         Fix format of value.
8105         * cus-edit.el (customize-unsaved): Rename from customize-customized.
8106         Change messages accordingly.
8107         (customize-customized): Now alias.
8109 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
8111         * files.el (version-control): Doc fix.
8113 2007-01-01  Alan Mackenzie  <acm@muc.de>
8115         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
8116         Check the format of c-state-cache is valid for an optimisation before
8117         using it.
8119         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
8120         are at a statement within a macro".  Other changes so that only
8121         the first continuation line in a macro gets the symbol
8122         `cpp-define-intro', the others getting `statement', or whatever.
8124         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
8125         a string, preserve whitespace.  Add a backslash only when also in
8126         a macro.
8128         * progmodes/cc-defs.el: Correct typos.
8130         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
8131         new line after an escaped EOL in a string.
8133         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
8134         label when it directly follows "else", "do", ....
8136         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
8137         angle brackets (as seen in "explicit specialisations" of C++
8138         templates).
8140         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
8141         in the doc-string.
8143         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
8144         when the comment ender looks like "=========*/" and is alone on
8145         its line.
8147         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
8148         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
8149         for the old name.
8151         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
8152         c-\(beginning\|end\)-of-defun by default.
8154         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
8155         New line-up function, for the DEFUN macro in the Emacs C sources.
8156         Only used in "gnu" style.
8158         * progmodes/cc-styles.el (c-style-alist): Use this new function in
8159         the "gnu" style.
8161         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
8162         clean-up comment-close-slash also to work when there's a comment
8163         terminator on the line.
8164         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
8165         these for large arg - only take account of top level {..}, except
8166         for initial and final adjustments.  M-- C-M-[ae] now go to the
8167         right defuns when the starting point is between defuns.  They use
8168         the four new functions:
8169         (c-in-function-trailer-p, c-where-wrt-brace-construct)
8170         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
8171         support c-\(beginning\|end\)-of-defun.
8173         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
8174         expressions more rigorously, to exclude bit-field specifiers from
8175         being classed as labels.
8176         (c-forward-label): When analyzing a ":" within a macro, be careful
8177         about using c-forward-syntactic-ws at the macro beginning.
8178         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
8179         stmt boundary, check for "operator=", etc.
8181         * progmodes/cc-mode.el (c-postprocess-file-styles):
8182         Bind inhibit-read-only to t, around the call to
8183         c-remove-any-local-eval-or-mode-variables, so that it works on a
8184         RO file.
8186         * progmodes/cc-defs.el (c-version): Update the version number to
8187         "5.31.4".
8189 2007-01-01  Richard Stallman  <rms@gnu.org>
8191         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
8192         only if we restored isearch-window-configuration.
8194 2006-12-31  Romain Francoise  <romain@orebokech.com>
8196         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
8198 2006-12-31  Kim F. Storm  <storm@cua.dk>
8200         * files.el (auto-mode-case-fold): New defcustom.
8201         (set-auto-mode): If non-nil, perform second case-sensitive pass
8202         through auto-mode-alist if first pass failed.
8204 2006-12-30  Richard Stallman  <rms@gnu.org>
8206         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
8208 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
8210         * allout.el (allout-encrypt-string): Handle symmetric-key
8211         passphrase caching but leave keypair caching to pgg.
8213 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
8215         Sync with Tramp 2.0.55.
8217         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
8218         `integerp'.  `char-equal' could fail else in case of negative
8219         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
8220         (top): Check for `font-lock-add-keywords' before calling; it
8221         doesn't exist under XEmacs.
8222         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
8223         (tramp-completion-mode): Remove clause (not
8224         tramp-unified-filenames), because the function is called in other
8225         context too, where this check results in wrong results in the
8226         XEmacs case on Windows.
8227         (tramp-touch): UTC handling is not possible for XEmacs.
8229 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8231         * scroll-bar.el (previous-scroll-bar-mode): New variable
8232         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
8233         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
8235         * term/x-win.el: Set scroll bar mode to right if set by X resources.
8237 2006-12-30  Richard Stallman  <rms@gnu.org>
8239         * files.el (make-backup-file-name-1): Precompute abs name
8240         but don't lose the relative name.
8242         * international/mule-cmds.el (select-safe-coding-system-interactively):
8243         Fix message.
8245 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
8247         * files.el (backup-buffer): Show entire backup file name in msg.
8249 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
8251         * image.el (image-type-header-regexps, image-type-from-data)
8252         (image-type-from-buffer, image-type-from-file-header):
8253         Revert changes from 2006-12-26.
8254         (image-type-auto-detectable): New variable.
8255         (image-type-auto-detected-p): New function.
8257         * files.el (magic-mode-alist): Detect image files with
8258         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
8260 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
8262         * dired.el (dired-sort-other): Move test for dired-mode...
8263         (dired-sort-set-modeline): ...to here.
8265 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8267         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
8268         change.  Suggested by Stefan Monnier.
8270 2006-12-29  Kim F. Storm  <storm@cua.dk>
8272         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
8273         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
8275 2006-12-27  Kim F. Storm  <storm@cua.dk>
8277         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
8278         so it doesn't accidentally match an fsf.org mail address.
8279         (authors-renamed-files-alist): Add tcover-*.el.
8281 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8283         * vc-arch.el (vc-arch-find-version): New function.
8285         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
8286         composed of arbitrary characters (even /) in some systems.
8288 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
8290         * international/mule-cmds.el (select-safe-coding-system-interactively):
8291         Improve the message in the *Warning* buffer.
8293 2006-12-27  Kim F. Storm  <storm@cua.dk>
8295         * ido.el (ido-set-matches-1): Fix last change.  If default item is
8296         current buffer, it is ok to be first.
8298 2006-12-27  Kenichi Handa  <handa@m17n.org>
8300         * international/mule-cmds.el (select-safe-coding-system-interactively):
8301         Use face `link' for problematic chars.
8303 2006-12-27  Kenichi Handa  <handa@m17n.org>
8305         * international/mule-cmds.el (select-safe-coding-system-interactively):
8306         Improve the message in *Warning* buffer.
8308 2006-12-27  Kim F. Storm  <storm@cua.dk>
8310         * ido.el (ido-set-matches-1): Never put current buffer first if
8311         there are other matches.
8313 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
8315         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
8316         expressions.
8317         (gdb-var-delete): Handle duplicate names.  Print message for non
8318         root expressions.
8319         (gdb-partial-output-name): Start buffer name with a space.
8320         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
8321         buffer name.
8323 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8325         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
8326         last footnote when `footnote-spaced-footnotes' is nil.
8328 2006-12-26  Richard Stallman  <rms@gnu.org>
8330         * cus-edit.el (custom-browse-sort-alphabetically)
8331         (custom-buffer-sort-alphabetically)
8332         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
8334         * image.el (image-type-header-regexps): Change element format
8335         to include third item NOT-ALWAYS.
8336         (image-type-from-data): Handle new format.
8337         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
8338         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
8340 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
8342         * add-log.el (add-log-current-defun): Call `forward-sexp'
8343         multiple times to pick a member function name defined as
8344         part of nested classes/namespaces.
8346 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8348         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
8349         which keymap should be used to change menu.  It does not affect any
8350         existent code.
8352 2006-12-26  Richard Stallman  <rms@gnu.org>
8354         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
8355         rather than for being in a minibuffer window.
8357 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
8359         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
8360         locale-coding-system.
8361         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
8362         LF.
8364 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
8366         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
8367         (sql-mode-syntax-table): Disable double quoted strings.
8368         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
8370 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8372         * startup.el (fancy-splash-last-input-event): New variable.
8373         (fancy-splash-special-event-action): New function.
8374         (fancy-splash-screens): Temporarily bind special events to it.
8375         Execute command for saved special event before exiting from
8376         recursive editing.
8378         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
8379         New functions.
8380         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
8381         Use mac-unread-string.
8383 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8385         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
8386         an optimized comment regexp if `comment-start-skip' uses a ^.
8387         * bs.el (bs--up): Remove interactive spec.
8389 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8391         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
8392         Suggested by James Cloos.
8394 2006-12-24  Kevin Ryde  <user42@zip.com.au>
8396         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
8397         in March.
8398         (calendar-dst-ends): Default to first Sunday in November.
8400 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
8402         * allout.el (allout-encrypt-string): Inhibit use of agent within
8403         body of let form where encryption happens.  Acknowledge non-use of
8404         gpg-agent in docstring.
8405         (allout-toggle-subtree-encryption): Acknowledge non-use of
8406         gpg-agent in docstring.
8408 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8410         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
8412 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8414         * ediff-diff.el (ediff-diff-options): Clarify docstring.
8415         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
8417         * emulation/viper-cmd.el (viper-post-command-sentinel):
8418         Protect against errors in hooks.
8419         (viper-add-newline-at-eob-if-necessary): Add newline only if we
8420         actually modify buffer; ignore errors if occur.
8422 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
8424         * calendar/calendar.el (calendar-mode-map): Switch < and >.
8425         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
8426         formatting.
8428 2006-12-23  Richard Stallman  <rms@gnu.org>
8430         * simple.el (delete-horizontal-space): Doc fix.
8432 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
8434         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
8435         explicitly in a recursive Make, not implicitly through prerequisites,
8436         since the latter is wrong under parallel builds.
8438 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
8440         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
8442 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
8444         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
8445         message string.
8447 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
8449         * outline.el (outline-next-visible-heading): Fix the case with a
8450         header at end-of-file with no final newline.
8452 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8454         * indent.el (tab-always-indent): Doc fix.
8456 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
8458         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8459         (Info-fontify-node): Do fontify indices.
8461         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
8462         to the Emacs Lisp reference manual.
8463         (tutorial--tab-map): Remove.  All callers changed.
8464         (tutorial--find-changed-keys): New elt QUIET, used to...
8465         (tutorial--display-changes): ...ensure that warning messages are
8466         only issued once per changed key.
8467         (tutorial--remove-remarks): Delete unused code-path.
8468         (lang-strings): Remove extraneous formatting.
8469         (tutorial--save-tutorial): Prompt before saving tutorial state.
8471 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
8473         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
8474         Replace '?\ ' by '?\s' throughout.
8475         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
8476         `help' custom group.
8477         (tutorial--key-description): New function.
8478         (tutorial--display-changes): Remove redundant arg.  Scan for all
8479         key sequences to avoid false matches.  Cleanup.
8480         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
8481         reduce homedir pollution.
8482         (help-with-tutorial): Call tutorial--display-changes with no arg.
8484 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
8486         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
8488 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
8490         * net/tramp.el (tramp-default-method): We still need to check for
8491         `executable-find', because it is not bound under Emacs 20.
8492         (tramp-handle-file-name-completion)
8493         (tramp-completion-handle-file-name-completion): Handle optional
8494         parameter PREDICATE.
8495         (tramp-find-default-method): Add code for default values.
8497 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
8499         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
8500         make gud-go send "continue".
8502 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
8504         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
8505         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
8507 2006-12-19  Kim F. Storm  <storm@cua.dk>
8509         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
8510         instead of global-map.
8512         * files.el (magic-mode-alist): Allow matching file type by
8513         calling a function at bob.  Check for image types by calling
8514         image-type-from-buffer.  Suggested by Juanma Barranquero.
8515         (set-auto-mode): Do it.
8517 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
8519         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
8520         Remove "ControlMaster" option from the other `scp*' methods.
8521         (tramp-default-method): Check for ssh-agent before setting to `scp'.
8523 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8525         * textmodes/org.el (org-mode): Show context after isearch.
8526         (org-show-siblings): New function.
8527         (org-show-context): Use `org-show-siblings'.
8529 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8531         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
8532         Use syntax-ppss-toplevel-pos.
8534 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8536         * textmodes/org.el (org-current-line): Make sure that lines are
8537         counted from beginning of buffer.
8538         (org-table-copy-region, org-table-paste-rectangle): Make sure that
8539         lines are counted from beginning of buffer.
8541 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8543         * info.el (Info-build-node-completions): Signal error if tag-table
8544         marker is not found.
8546         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8548 2006-12-17  Alan Mackenzie  <acm@muc.de>
8550         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8551         speed) the case when open-paren-in-column-0-is-defun-start is nil.
8552         Based on code by Martin Rudalics.
8554         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8555         open-paren-in-column-0-is-defun-start to nil any more.
8557 2006-12-17  Richard Stallman  <rms@gnu.org>
8559         * simple.el (delete-horizontal-space): Use prefix arg.
8561         * help-fns.el (describe-variable): Improve blank separator lines.
8563         * files.el (magic-mode-alist): Mark as risky.
8565         * files.el (make-backup-file-name-1):
8566         Expand backup-directory explicitly.
8568 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
8570         * net/tramp.el (tramp-default-method): Before setting to "pscp",
8571         check whether package password.el is loaded, or Pageant is running.
8573 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
8575         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
8576         (icalendar--rris): First try Emacs, then XEmacs.
8577         (icalendar--convert-ical-to-diary): Doc fix.
8578         Insert newline at end of target file.
8580 2006-12-17  Kim F. Storm  <storm@cua.dk>
8582         * outline.el (outline-isearch-open-invisible-function): New defvar.
8583         (outline-flag-region): Use it if non-nil for isearch-open-invisible
8584         overlay property instead of outline-isearch-open-invisible.
8586 2006-12-16  Kim F. Storm  <storm@cua.dk>
8588         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
8589         if ido-directory-too-big is set on entry.
8590         (ido-toggle-ignore, ido-completion-help): Print message while
8591         reading big directory.
8593 2006-12-15  Richard Stallman  <rms@gnu.org>
8595         * shell.el (shell): Doc fix.
8597 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
8599         * emulation/edt.el (edt-xserver):
8600         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
8601         to fix a problem on Cygwin.
8603         * emulation/edt.el
8604         * emulation/edt-mapper.el
8605         * emulation/edt-lk201.el
8606         * emulation/edt-pc.el
8607         * emulation/edt-vt100.el: Update maintainer's email address.
8609 2006-12-15  Simon Marshall  <simon@gnu.org>
8611         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
8613 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8615         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
8616         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
8617         instead of mac-atsu-font-table.
8618         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
8620 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
8622         * align.el (align-match-tex-pattern): Fix a rare bug which
8623         hanged Emacs.
8625 2006-12-14  Richard Stallman  <rms@gnu.org>
8627         * startup.el (use-fancy-splash-screens-p): Use frame-height
8628         instead of window-height.  Pass frame to image-size.
8630 2006-12-13  Kenichi Handa  <handa@m17n.org>
8632         * international/mule-cmds.el (set-locale-environment):
8633         Set default-sendmail-coding-system too.
8635 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
8637         * progmodes/idlw-help.el: Fix copyright notice.
8639 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8641         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
8643 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8645         * subr.el (unread-command-char): Reformat obsolescence info.
8647 2006-12-11  Richard Stallman  <rms@gnu.org>
8649         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
8650         about calls to cl-struct-setf-expander.
8652 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8654         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
8655         (ediff-combination-pattern): Fix typo in docstring.
8657         * textmodes/refer.el (refer-find-entry): Doc fix.
8658         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
8659         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
8660         Fix tipos in docstrings.
8662         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
8664 2006-12-10  Kim F. Storm  <storm@cua.dk>
8666         * ido.el (ido-init-completion-maps): Remap backward-kill-word
8667         instead of binding M-backspace.
8669 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
8671         * replace.el (replace-match-data, replace-match-maybe-edit):
8672         * calc/calc-aent.el (calc-eval-error):
8673         * emulation/vi.el (vi-char-argument):
8674         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
8675         (c-vsemi-status-unknown-p-fn): Doc fixes.
8677 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
8679         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
8680         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
8682 2006-12-10  Masatake YAMATO  <jet@gyve.org>
8684         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
8686 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
8688         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8690         * man.el (Man-xref-button-action): New function.  If the
8691         `Man-target-string' button property is a function, assume it
8692         accepts a position argument.
8693         (Man-abstract-xref-man-page): Use it.
8694         (Man-default-man-entry): New optional arg POS.
8696         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
8697         symlink arrows read-only and non-rear-sticky.
8699 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
8701         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
8702         (wdired-search-and-rename): Simplify code.
8703         (wdired-preprocess-files, wdired-preprocess-perms): Make
8704         read-only property of preceding character rear-nonsticky to
8705         avoid that it can be modified.  Put old-name and old-link
8706         properties on character preceding name and replace
8707         put-text-property by add-text-properties.
8708         (wdired-get-filename, wdired-get-previous-link): Get old-name
8709         and old-link properties from character preceding name and
8710         simplify code.
8711         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
8712         (wdired-perms-to-number): Make local-map property
8713         rear-nonsticky to avoid that text following permissions may be
8714         modified.  Use add-text-properties instead of put-text-property
8715         when changing a permission bit.
8716         (wdired-change-to-dired-mode): Remove stickiness properties.
8718 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
8720         * international/mule-cmds.el (register-input-method): Doc fix.
8722 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
8724         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
8726 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8728         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
8729         Force buffer local defs evaluation on local variables loading.
8730         (flyspell-mode-on, flyspell-mode-off): Use it in
8731         `hack-local-variables-hook'.
8733 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
8735         * emacs-lisp/find-func.el (find-variable): Doc fix.
8737         * help-fns.el (variable-at-point): Doc fix.
8739         * w32-fns.el (w32-append-code-lines): New function.
8741 2006-12-09  Romain Francoise  <romain@orebokech.com>
8743         * comint.el (comint-insert-input): Delete obsolete comment.
8745 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8747         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
8748         current frame, in case we're connected to several displays.
8750 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
8752         * frame.el (other-frame): Doc fix.
8753         (set-frame-parameter): Fix typo in docstring.
8755 2006-12-07  Kim F. Storm  <storm@cua.dk>
8757         * info.el (Info-index): Strip leading colon from topic.
8759 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
8761         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
8762         to pointers.
8764 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
8766         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
8767         Trim out spurious class inheritance "None" entries.
8769 2006-12-05  Kim F. Storm  <storm@cua.dk>
8771         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
8772         (cua-paste-pop): Rework last change for
8773         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
8774         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
8775         text inserted by the last M-y command.
8777 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8779         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
8780         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
8782         * shell.el (shell): Search the start file in ~/.emacs.d as
8783         `init_SHELLNAME.sh' instead.
8785 2006-12-05  Glenn Morris  <rgm@gnu.org>
8787         * progmodes/cperl-mode.el (cperl-mode)
8788         * progmodes/f90.el (f90-mode-abbrev-table)
8789         * progmodes/fortran.el (fortran-mode-abbrev-table)
8790         * progmodes/octave-mod.el (octave-abbrev-table)
8791         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
8792         if abbrev-table is non-nil (saved user abbrevs may have been restored).
8794         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
8795         clear abbrev table, else saved abbrevs will not be restored.
8797 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8799         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
8800         the call to `make-obsolete-variable', not in the docstring.
8802 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
8804         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
8806 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8808         * progmodes/ebnf-abn.el:
8809         * progmodes/ebnf-bnf.el:
8810         * progmodes/ebnf-dtd.el:
8811         * progmodes/ebnf-ebx.el:
8812         * progmodes/ebnf-iso.el:
8813         * progmodes/ebnf-otz.el:
8814         * progmodes/ebnf-yac.el:
8815         * progmodes/ebnf2ps.el:
8816         * delim-col.el:
8817         * printing.el:
8818         * ps-bdf.el:
8819         * ps-mule.el:
8820         * ps-print.el: Remove 'Time-stamp' comment mark.
8822         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8823         'easy-menu-add-item' when called in Emacs 21 or higher.
8825 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
8827         * progmodes/ada-xref.el (ada-check-current): Doc fix.
8828         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
8830 2006-12-04  Kim F. Storm  <storm@cua.dk>
8832         * bindings.el (global-map): Bind [signal t] to ignore, to have
8833         user signals ignored by default.
8835 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8837         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
8838         Unicode data file pointed to by `describe-char-unicodedata-file'.
8840 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8842         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
8843         O(n^2) regexp-search by anchoring the search.
8845 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
8847         * whitespace.el (whitespace-cleanup-internal): Use current
8848         argument for recursive call.
8850 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
8852         * net/tramp.el (tramp-methods): Add "ControlPath" and
8853         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
8854         Andreas Schwab <schwab@suse.de>.
8855         (tramp-do-copy-or-rename-file-out-of-band)
8856         (tramp-open-connection-rsh): Compute format spec for ?t.
8857         (tramp-process-actions): Trace command parameters.
8859 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
8861         * simple.el (toggle-truncate-lines): Clarify doc string.
8863         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
8864         (gdb-speedbar-expand-node): Use it.
8866 2006-12-04  Richard Stallman  <rms@gnu.org>
8868         * progmodes/python.el (python-indent): Add safe-local-variable prop.
8870         * dired.el (dired-revert): Turn off dired-after-readin-hook
8871         around call to dired-readin.
8873         * menu-bar.el (menu-bar-make-toggle): Add "globally"
8874         to echo area messages.
8875         <indicate-empty-lines, case-fold-search>:
8876         Add "globally" to Help string.
8877         <case-fold-search>: MESSAGE arg need not say "globally".
8878         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
8880 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
8882         * outline.el (outline-end-of-subtree): Don't leave an empty
8883         line hidden as we would a real next heading.
8885 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
8887         * allout.el (allout-ascend): Add an optional argument to preserve
8888         original position of point when unsuccessful.  Also, fix a
8889         docstring error.
8890         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
8891         work again, using allout-ascend's new option.
8892         (allout-setup-mode-map): Extract from allout-mode to initialize
8893         allout-mode-map.  Call it on file load, so the mode docstring
8894         substitutions work even if allout mode has not yet been invoked.
8895         (allout-mode): Use new allout-setup-mode-map to track any keybinding
8896         customizations since the map was last processed.  Also, refine the
8897         docstring so it's ship-shape for release.
8898         (allout-default-layout, allout-beginning-of-line-cycles)
8899         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
8900         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
8901         (allout-version, allout-layout, allout-infer-body-reindent)
8902         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
8903         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
8904         (allout-previous-heading, allout-goto-prefix-doublechecked)
8905         (allout-current-bullet-pos, allout-next-sibling-leap)
8906         (allout-pre-command-business, allout-encrypted-type-prefix)
8907         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
8908         (allout-rebullet-topic, allout-rebullet-topic-grunt)
8909         (allout-flag-region, allout-expose-topic, allout-expose-topic)
8910         (allout-old-expose-topic, allout-listify-exposed)
8911         (allout-process-exposed, allout-latex-verb-quote)
8912         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
8913         (allout-toggle-current-subtree-encryption)
8914         (allout-toggle-subtree-encryption, allout-bullet-isearch):
8915         Remove extraneous open-paren and close paren string escapes.
8917 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
8919         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
8920         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
8921         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
8922         Fix typos in docstrings.
8924 2006-12-03  Glenn Morris  <rgm@gnu.org>
8926         * progmodes/cc-align.el
8927         * progmodes/cc-awk.el
8928         * progmodes/cc-cmds.el
8929         * progmodes/cc-compat.el
8930         * progmodes/cc-defs.el
8931         * progmodes/cc-engine.el
8932         * progmodes/cc-langs.el
8933         * progmodes/cc-menus.el
8934         * progmodes/cc-mode.el
8935         * progmodes/cc-styles.el
8936         * progmodes/cc-vars.el
8937         * progmodes/vhdl-mode.el: Fix Copyright format.
8939 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
8941         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
8942         initial down event.
8944 2006-12-02  Kim F. Storm  <storm@cua.dk>
8946         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
8947         (cua-repeat-replace-region): Make M-v more robust.
8948         (cua-paste-pop-rotate-temporarily): New defcustom.
8949         (cua-paste-pop): Use it.
8950         (cua-auto-mark-last-change): New defcustom.
8951         (cua-pop-to-last-change): New helper function.
8952         (cua-set-mark): Use them.
8954 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
8956         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
8957         mini-buffer message.
8959 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
8961         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
8963 2006-12-01  Ben North  <ben@redfrontdoor.org>
8965         * paren.el: Fix the highlight overlay extension when the user types a
8966         sequence of char very fast just before the open parenthesis.
8968 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8970         * ps-mule.el: Eliminate Emacs 20 compatibility.
8972         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
8973         (ps-print-version): New version 6.7.
8974         (ps-print-quote): Replace '?\ ' by '?\s'.
8976 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
8978         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
8979         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
8980         (hexl-end-of-1k-page): Doc fixes.
8981         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
8982         Fix typos in docstrings.
8984 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8986         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
8987         locally, i.e. without using file name handlers.
8988         (ido-read-internal): Allow mono letter host names, avoiding the
8989         `c:' problem by testing if the file exists locally.
8990         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
8992 2006-11-30  Masatake YAMATO  <jet@gyve.org>
8994         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
8995         to avoid bytecomp warnings.
8996         (hexl-mode-old-ruler-function): New variable.
8997         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
8998         and `hl-line-range-function' after `require' hl-line.
8999         Then bind `hl-line-range-function' and `hl-line-face'.
9000         Don't require frame.  Don't use `with-no-warnings'.
9001         (hexl-activate-ruler): Store the original value of
9002         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
9003         (hexl-mode-exit): Restore the original value of
9004         `ruler-mode-ruler-function'.
9006 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
9008         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
9009         (hexl-mode-old-hl-line-face): New variable.
9010         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
9011         line when exit from the hexl-mode.
9013 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
9015         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
9016         Doc fixes.
9018         * international/fontset.el (create-fontset-from-ascii-font)
9019         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
9020         (fontset-name-p): Fix typo in docstring.
9022         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
9024 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9026         * ps-bdf.el: Fix maintainer email.
9028         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
9029         compatibility.
9031         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
9032         21 compatibility.
9033         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
9034         Emacs 20 & 21.
9036 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
9038         * progmodes/idlwave.el (idlwave-auto-fill):
9039         Remove paragraph-start let to prevent auto-fill giving up.
9041 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
9043         * vt100-led.el (led-state): Fix typo in previous change.
9045 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9047         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9048         Fix interactive spec of the functions getting defined to make them
9049         work as documented.
9051 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
9053         * startup.el (fancy-splash-screens): Hide initial splash buffer.
9055 2006-11-28  Kim F. Storm  <storm@cua.dk>
9057         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
9058         icomplete-mode is enabled.
9060 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
9062         * textmodes/org.el (require): Require gnus-sum during compilation
9063         to avoid problem with a macro call.
9065 2006-11-28  Glenn Morris  <rgm@gnu.org>
9067         * emacs-lisp/authors.el (authors-aliases): Add new alias.
9069         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
9070         (fortran-window-create-momentarily): Do not need string-to-char.
9072 2006-11-28  Richard Stallman  <rms@gnu.org>
9074         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9075         Replace incorrect use of assoc-default with a loop.
9077         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
9079         * simple.el (next-error-find-buffer): Improve messages.
9081         * files.el (revert-buffer): Special error message if file
9082         is now not readable.
9084         * facemenu.el (facemenu-add-new-face): Improve doc strings of
9085         constructed commands.
9087         * comint.el (comint-exec-1): Provide Emacs version and `comint'
9088         in INSIDE_EMACS.
9090 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9092         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
9094         * server.el: Remove spurious * in docstrings.
9095         (server-process-filter): Exit from recursive editing before processing
9096         a new request.
9098 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
9100         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
9101         line so hidden blocks will be correctly identified.
9103 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
9105         * ledit.el (ledit-save-defun, ledit-mode):
9106         * resume.el (resume-emacs-args-buffer):
9107         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
9108         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
9109         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
9110         (command-send-input, command-kill-line):
9111         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
9113         * autoarg.el (autoarg-kp-mode): Doc fix.
9115         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
9116         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
9117         (check-emacs-lock): Doc fix.  Simplify.
9119         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
9120         (iimage-mode-buffer): Fix typos in docstring.
9122         * misc.el (zap-up-to-char): Doc fix.
9124         * time-stamp.el: Fix comment and obsolescence string for old
9125         functions.  Use `dolist' instead of `while'.
9127         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
9129         * disp-table.el (standard-display-8bit, standard-display-default):
9130         * ebuff-menu.el (electric-buffer-list):
9131         * ehelp.el (electric-help-command-loop):
9132         * font-core.el (font-lock-mode):
9133         * help-macro.el (make-help-screen):
9134         * help.el (describe-minor-mode-completion-table-for-indicator)
9135         (lookup-minor-mode-from-indicator):
9136         * indent.el (tab-to-tab-stop, move-to-tab-stop):
9137         * info-look.el (info-lookup-guess-custom-symbol):
9138         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
9139         * longlines.el (longlines-wrap-line):
9140         * macros.el (insert-kbd-macro):
9141         * menu-bar.el (menu-bar-update-buffers):
9142         * misc.el (copy-from-above-command):
9143         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
9144         * newcomment.el (comment-indent):
9145         * novice.el (disabled-command-function):
9146         * sort.el (sort-fields-syntax-table):
9147         * subr.el (momentary-string-display):
9148         * tar-mode.el (tar-header-block-summarize)
9149         (tar-clear-modification-flags):
9150         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
9151         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
9152         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
9153         (te-delete-char, te-down-vertically-or-scroll):
9154         * time-stamp.el (time-stamp-string-preprocess):
9155         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
9157 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
9159         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
9160         in GUD mode.
9162         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
9163         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
9165 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9167         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
9169 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
9171         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
9172         (ada-compile-goto-error): Adapt to new argument profile of
9173         compilation-goto-locus in Emacs 22.  Don't check if the various
9174         compile functions are defined; we already do "(require 'compile)".
9176 2006-11-26  Kim F. Storm  <storm@cua.dk>
9178         * kmacro.el: Fix commentary.
9180 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
9182         * progmodes/gud.el (gdb): Explain how to run in text command mode
9183         more clearly.  Say in error message that multiple debugging
9184         requires restarting GDB.
9186 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
9188         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
9190 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
9192         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
9193         (flymake-popup-menu): Use it instead of posn-at-point.
9195 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9197         * progmodes/cc-vars.el (c-backslash-column):
9198         Mention c-backslash-max-column in documentation for c-backslash-column.
9200 2006-11-24  Lars Hansen  <larsh@soem.dk>
9202         * net/tramp.el (tramp-default-method): Under Windows, change from
9203         plink to pscp.
9204         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
9205         (tramp-actions-copy-out-of-band):
9206         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
9207         (tramp-action-out-of-band): Move "Permission denied" handling to
9208         tramp-action-copy-failed.
9209         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
9210         process buffer.
9212 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9214         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9215         strings to a single string.  Quote `errors-file-name'.
9216         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9217         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9218         Adjust calls.  Use `shell-quote-argument'.
9220         * international/mule.el (load-with-code-conversion)
9221         (with-category-table): Use with-current-buffer.
9222         (after-insert-file-set-coding): Use restore-buffer-modified-p.
9224 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
9226         * mail/smtpmail.el (smtpmail-send-it):
9227         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
9228         MIME header for the message encoding.
9229         Bind coding-system-for-write around the call to mail-do-fcc.
9230         Use smtpmail-code-conv-from to encode queued mail messages.
9232 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9234         * tabify.el (tabify-regexp): Doc fix.
9236         * net/rcirc.el (rcirc-buffer-maximum-lines):
9237         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
9239         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
9240         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
9241         Fix typos in output messages.
9242         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
9244 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9246         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
9247         the horse's mouth.
9248         (hexlify-buffer): Don't re-encode an arg that's already encoded.
9250 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
9252         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
9253         Remove condition-case.
9255 2006-11-23  Glenn Morris  <rgm@gnu.org>
9257         * progmodes/f90.el (f90-comment-indent): Do not move point in
9258         default case.
9260 2006-11-21  Romain Francoise  <romain@orebokech.com>
9262         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
9263         from library name (reverts change of 2005-10-25).
9265 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9267         * tutorial.el (tutorial--default-keys): Add newline and
9268         delete-backward-char bindings.
9269         (tutorial--detailed-help): Save excursion when finding keys.
9270         Correct warning string for M-x FOO case.
9271         (tutorial--display-changes): Print special keys in tutorial style.
9272         Tweak search regexp for changed keys.
9274 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9276         * thingatpt.el (thing-at-point-url-at-point): Don't add a
9277         redundant scheme.
9279 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
9281         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
9282         are new to the list at IANA.  Also added irc, mms, mmsh.
9284 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
9286         * progmodes/idlw-help.el (idlwave-html-help-location):
9287         Fail gracefully for missing help packages.
9288         (idlwave-help-assistant-open-link): Open full links.
9289         (idlwave-help-assistant-help-with-topic): Direct help link.
9291         * progmodes/idlwave.el (idlwave-mode):
9292         Set add-log-current-defun-function.
9293         (idlwave-current-routine-fullname): Add, to support add-log.
9294         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
9295         to reflect improvements to xml-parse-file.
9296         (idlwave-mode-menu-def): New binding for help-with-topic.
9298         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
9299         Handle extra newlines and spaces.
9300         (idlwave-shell-mode-map): Add help-with-topic.
9302 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
9304         * tutorial.el (tutorial-warning-face): New face.
9305         (tutorial--detailed-help, tutorial--display-changes): Use it.
9306         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
9307         Improve search pattern for occurrences of changed keys.
9309 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9311         * term/x-win.el (x-last-cut-buffer-coding): New variable.
9312         (x-select-text): Set it.
9313         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
9314         when checking for newness.
9316 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
9318         * subr.el (posn-image):
9319         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
9321         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
9323 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9325         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
9326         Exceptions to the rule "add a space between an identifier and an
9327         opening parenthesis".  Defaulted to the `#define' problem of cpp.
9328         (glasses-parenthesis-exception-p): New.  Check if the region is an
9329         exception regarding to that.
9330         (glasses-make-readable): Use it.
9331         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
9332         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
9334 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
9336         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
9338 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
9340         * progmodes/ada-mode.el (ada-make-body): Fix typo.
9342         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
9343         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
9345 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
9347         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
9348         conditions for function or variable bindings.
9350         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
9352         * progmodes/compile.el (compilation-start): Ditto.
9354 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
9356         * net/tramp.el (top): cl and custom are always required.
9358 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9360         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
9361         cut-buffers with next-selection-coding-system if not nil.
9363 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9365         * textmodes/org.el (org-fix-decoded-time): New function.
9366         (org-display-custom-time): Use `org-fix-decoded-time'.
9368 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
9370         * menu-bar.el (menu-bar-games-menu): Remove yow.
9372 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9374         * textmodes/org.el (org-scan-tags): Re-align code fixed.
9375         (org-detach-overlay): Rename from `org-detatch-overlay'.
9376         (org-table-convert-region): Insert space after column separator.
9377         (org-agenda-kill): New command.
9378         (org-metaleft): Call `org-outdent-item' on bullets.
9379         (org-metaright): Call `org-indent-item' on bullets.
9380         (org-timestamp-change): Set `org-last-changed-timestamp'.
9381         (org-current-line): Make sure (bolp) returns correct result.
9382         (org-agenda-change-all-lines): Make sure TODO are highlighted.
9384 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9386         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
9388 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
9390         * mouse.el (global-map): Change 2006-08-16 fix to call
9391         mouse-yank-at-click explicitly, since mouse events are not carried
9392         over into keyboard macros.
9394 2006-11-16  Kim F. Storm  <storm@cua.dk>
9396         * ido.el (ido-file-internal): Use current buffer's file name as default
9397         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
9399 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
9401         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
9402         (allout-inhibit-aberrance-doublecheck): Rename from
9403         allout-during-yank-processing.  All callers changed.
9404         (allout-ascend): Provide for unusual case where some topic after
9405         the first in file is at lower depth than the first.
9406         (allout-shift-in): Ensure the offspring of the new containing
9407         topic are exposed.
9408         (allout-encrypt-string): Preserve the coding-system of the text,
9409         according to that of the containing buffer.
9410         (allout-toggle-subtree-encryption): When the text being encrypted
9411         requires a different coding system, offer to preserve the coding
9412         system using a file local var.
9414 2006-11-15  Simon Marshall  <simon@gnu.org>
9416         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
9417         to recognise "T t()" as a function declaration, rather than a
9418         variable instantiation, iff at the top-level or inside a class
9419         declaration.  Suggested by Feng Li <fengli@gmail.com>.
9421 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
9423         * progmodes/ada-xref.el (ada-parse-prj-file):
9424         Don't delete project buffer; user may want to edit it.
9425         (ada-xref-set-project-field, ada-xref-current-project-file)
9426         (ada-xref-current-project, ada-show-current-project)
9427         (ada-set-main-compile-application): New functions.
9428         (ada-xref-get-project-field, ada-require-project-file):
9429         Normalize use of ada-prj-default-project-file.
9430         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
9431         Normalize use of ada-require-project-file.
9432         (ada-prj-find-prj-file): Improve doc string, comments.
9434         * progmodes/ada-mode.el (ada-mode-version): Bump version.
9435         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
9436         (ada-create-menu): Add ada-set-main-compile-application,
9437         ada-show-current-main, ada-show-current-project.
9439 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9441         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
9442         (inferior-python-mode): Use it.
9444 2006-11-14  Andreas Schwab  <schwab@suse.de>
9446         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9448 2006-11-13  Kim F. Storm  <storm@cua.dk>
9450         * ido.el (ido-copy-current-word): C-o copies region if active.
9452 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9454         * textmodes/org.el (org-emph-face): Fix typo in variable name.
9456 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
9458         * ediff.el (ediff-revision):
9459         * files.el (set-visited-file-name):
9460         * mail/rmailout.el (rmail-output-body-to-file):
9461         Use `format', not `message', in `y-or-n-p' call.
9463 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9465         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
9466         (org-metaright): Call `org-indent-item' on bullets.
9467         (org-timestamp-change): Set `org-last-changed-timestamp'.
9468         (org-current-line): Make sure (bolp) returns correct result.
9469         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
9471 2006-11-12  Richard Stallman  <rms@gnu.org>
9473         * language/european.el (turkish-case-conversion-enable)
9474         (turkish-case-conversion-disable): New functions.
9475         ("Turkish" lang env): Use them.
9477         * international/characters.el (case table):
9478         Do nothing special for i and I.
9480         * subr.el (remove-overlays): Fix last change.
9482         * cus-edit.el (custom-save-all): Use find-file-visit-truename
9483         for visiting the custom file.
9485 2006-11-12  Markus Triska  <triska@gmx.at>
9487         * play/handwrite.el (handwrite): Also process lines not ending
9488         with newline.  Replace some position-fiddling with different
9489         logic.  Improve performance.
9491 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
9493         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
9494         replacing deleted variable `ada-check-switch'.
9495         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
9496         (ada-xref-project-files): Improve doc string.
9497         (ada-find-executable): New function.
9498         (ada-initialize-runtime-library): Use `ada-find-executable'.
9499         (ada-xref-set-default-prj-values): In compile commands, don't need
9500         `ada-cd-command'; `compile' does that more portably.
9501         Use ada-prj-default-check-cmd.
9502         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
9503         properties if not specified in project file.
9504         (ada-goto-declaration): Display useful message for new error
9505         'error-file-not-found.
9506         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
9507         'error-file-not-found.
9508         (ada-get-all-references): Match latest ali syntax.  Signal new
9509         error 'error-file-not-found.
9510         (ada-find-in-ali): Match latest ali syntax.
9511         (ada-make-filename-from-adaname): Handle different semantics of
9512         gnatkr in GNAT 3.15p vs later.
9514         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
9515         ada-procedure-start-regexp.
9516         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
9518         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
9519         with defvar.
9520         (ada-language-version): Rename ada05 -> ada2005.
9521         (ada-align-region-separate): Add `eval-when-compile'.
9522         (ada-name-regexp): Remove unneeded escapes in regexp character
9523         alternative.
9524         (ada-compile-goto-error-file-linenr-re): New constant.
9525         (ada-matching-start-re): Handle additional cases `declare',
9526         `procedure', `function'.
9527         (ada-compile-goto-error): Handle "... at line nn".
9528         (ada-mode): Clearer syntax, comments for ff-special-constructs.
9529         Delete support for old versions of `align'.
9530         (ada-search-prev-end-stmt): Handle additional keyword `private'.
9531         (ada-check-defun-name): Simplify handling of `declare'.
9532         (ada-goto-matching-start): Handle nested `begin ... end'.
9533         Handle `declare', `protected', `procedure', `function'.
9534         (ada-create-menu): Presence of arm95 is not conditional on using
9535         GNAT compiler.
9537 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
9539         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
9540         nil in the *RE-Builder* buffer (it causes spurious error messages).
9542         * server.el (server-visit-files): If `minibuffer-auto-raise' has
9543         been set to t, respect it.
9545 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
9547         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
9548         Delete commented out code for old Emacs versions.  Autoloading of
9549         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
9550         (ada-mode-version): Bump version number.
9551         (ada-95-string-keywords, ada-2005-string-keywords)
9552         (ada-2005-keywords, ada-name-regexp): New constant.
9553         (ada-language-version, ada-procedure-start-regexp, ada-mode)
9554         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
9555         (ada-package-start-regexp): Support private packages, include package
9556         name (for ada-set-point-accordingly).
9557         (ada-next-procedure, ada-previous-procedure)
9558         (ada-which-function-are-we-in): Match changes to
9559         ada-procedure-start-regexp.
9560         (ada-make-body): Make non-interactive; not a user function.
9561         (ada-make-subprogram-body): Improve doc string.
9563 2006-11-11  Romain Francoise  <romain@orebokech.com>
9565         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
9566         `compilation-error-regexp-alist' buffer-local, since we changed
9567         `compilation-error-regexp-alist-alist' locally.
9569 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
9571         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
9572         to the value of `server-raise-frame'.
9574 2006-11-11  Glenn Morris  <rgm@gnu.org>
9576         * ido.el (ido-enable-prefix)
9577         * ses.el (ses-call-printer-return)
9578         * net/tramp.el (tramp-unified-filenames)
9579         * progmodes/cc-align.el (c-lineup-string-cont)
9580         * progmodes/compile.el (compilation-directory-matcher)
9581         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9582         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9583         (vhdl-clock-rising-edge)
9584         * textmodes/org.el (org-export-with-timestamps)
9585         (org-export-remove-timestamps-from-toc)
9586         (org-export-with-tags): Improve previous doc fixes.
9588 2006-11-11  Richard Stallman  <rms@gnu.org>
9590         * textmodes/flyspell.el (flyspell-mode-map):
9591         Bind C-c $ instead of M-RET.
9593 2006-11-10  Simon Marshall  <simon@gnu.org>
9595         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
9596         fontification for "case" and "default" keywords.
9598 2006-11-10  Andreas Schwab  <schwab@suse.de>
9600         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9601         Avoid starting sentence with "nil".
9603 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9605         * server.el (server-raise-frame): New option.
9606         (server-switch-buffer): Use it.
9608 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
9610         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
9611         with a capital.
9613 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
9615         * textmodes/org.el (org-show-hierarchy-above)
9616         (org-show-following-heading): Fix typo in default value.
9617         (org-scan-tags): Make the search case-sensitive.
9618         (org-tags-sparse-tree): Don't overrule
9619         `org-show-following-heading' and `org-show-hierarchy-above'.
9620         (org-reveal): New command.
9621         (org-show-context): Rename from `org-show-hierarchy-above'.
9622         (org-fast-tag-selection-single-key): New option.
9623         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
9624         (org-tags-overlay): New variable.
9625         (org-agenda-todo-ignore-deadlines): New option.
9626         ("session"): Add circular data structure `org-mark-ring' to
9627         exceptions list in session.el.
9628         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
9629         New options.
9630         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
9631         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
9632         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
9633         (org-finalize-agenda): Activate bracket links in agenda.
9634         (org-at-timestamp-p, org-at-date-range-p): Additional argument
9635         INACTIVE-OK.
9636         (org-show-hierarchy-above, org-show-following-heading):
9637         List values allowed for fine-tuned configuration.
9638         (org-show-hierarchy-above): New argument CONTEXT, use the
9639         fine-tuned settings in `org-show-hierarchy-above' and
9640         `org-show-following-heading'.
9641         (org-display-custom-time): New function.
9642         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
9643         (org-display-custom-times, org-time-stamp-custom-formats):
9644         (org-maybe-intangible): New macro.
9645         (org-activate-bracket-links, org-hide-wide-columns):
9646         Use `org-maybe-intangible'.
9647         (org-open-file): Use `shell-quote-argument'.
9648         (org-display-internal-link-with-indirect-buffer): New option.
9649         (org-file-remote-p): Get regexp from list.
9650         (org-link-expand-abbrev): New function.
9651         (org-link-abbrev-alist): New option.
9652         (org-open-at-point, org-cleaned-string-for-export):
9653         Call `org-link-expand-abbrev'.
9654         (org-timeline, org-agenda-list, org-todo-list)
9655         (org-tags-view): Remove the KEEP-MODES argument.
9656         (org-finalize-agenda-hook): New hook.
9657         (org-get-alist-option): New function.
9658         (org-follow-timestamp-link): New function.
9659         (org-open-at-point): Call `org-follow-timestamp-link'.
9660         (org-log-note-marker, org-log-note-purpose)
9661         (org-log-note-window-configuration): New variables.
9662         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
9663         (org-log-note-headings): New option.
9664         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
9665         (org-store-link): Support for dired-mode.
9666         (org-open-file): Substitute environment variables into filename.
9667         (org-last): New defsubst.
9668         (org-agenda-re-align-tags): New function.
9669         (org-agenda-align-tags-to-column): New option.
9670         (org-agenda-timeline): Group removed.
9671         (org-prepare-agenda, org-prepare-agenda-buffers)
9672         (org-run-agenda-series, org-timeline, org-agenda-list)
9673         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
9674         the text property inticating the agenda type.
9675         (org-agenda-post-command-hook): Get agenda type from text property
9676         at point.
9677         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
9678         and obey `org-agenda-overriding-arguments'.
9679         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
9680         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9681         (org-agenda-week-view, org-agenda-day-view):
9682         Use `org-agenda-overriding-arguments' to make updating work with
9683         multi-block agendas.
9684         (org-agenda-prefix-format): Allow different formats for the
9685         different agenda entry types.
9686         (org-timeline-prefix-format): Option removed, use
9687         `org-agenda-prefix-format' instead.
9688         (org-prepare-agenda): New function.
9689         (org-select-timeline-window): Option removed, use
9690         `org-select-agenda-window' instead.
9691         (org-respect-restriction): Variable removed.
9692         (org-cmp-tag): New function.
9693         (org-agenda-sorting-strategy, org-entries-lessp):
9694         Implement sorting by last tag.
9695         (org-complete): Better completion in in-buffer option lines.
9696         (org-in-item-p): New function.
9697         (org-org-menu): Add entries for checkboxes.
9698         (org-cycle): Extra brouping in outline-regexp, because it is used
9699         in a search with "^" prepended.
9700         (org-provide-checkbox-statistics): New option.
9701         (org-set-font-lock-defaults): Highlight checkbox statistics.
9702         (org-update-checkbox-count-maybe)
9703         (org-get-checkbox-statistics-face): New functions.
9704         (org-update-checkbox-count): New command.
9705         (org-insert-item, org-toggle-checkbox):
9706         Call `org-update-checkbox-count-maybe'.
9707         (org-export-as-html): XEmacs compatibility for coding system.
9708         (org-force-cycle-archived): New command.
9709         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
9710         overrules cycling.
9711         (org-fix-position-after-promote): If the line contains only a todo
9712         keyword, add a final space.
9713         (org-promote-subtree, org-demote-subtree):
9714         Call `org-fix-position-after-promote'.
9716 2006-11-10  Glenn Morris  <rgm@gnu.org>
9718         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
9719         date in every year.
9720         (calendar-dst-check-each-year-flag): New customizable variable.
9721         (calendar-dst-find-data): New function, extracted from
9722         calendar-current-time-zone.
9723         (calendar-current-time-zone): Use calendar-dst-find-data.
9724         (calendar-dst-transition-cache): New variable.
9725         (calendar-dst-find-startend, calendar-dst-starts)
9726         (calendar-dst-ends): New functions.
9727         (calendar-daylight-savings-starts)
9728         (calendar-daylight-savings-ends): Change value to use
9729         calendar-dst-starts, calendar-dst-ends; respectively.
9731         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
9733         * ido.el (ido-enable-prefix)
9734         * ses.el (ses-call-printer-return)
9735         * net/tramp.el (tramp-unified-filenames)
9736         * progmodes/cc-align.el (c-lineup-string-cont)
9737         * progmodes/compile.el (compilation-directory-matcher)
9738         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9739         * progmodes/gdb-ui.el (gdb-many-windows)
9740         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9741         (vhdl-clock-rising-edge)
9742         * textmodes/org.el (org-export-with-timestamps)
9743         (org-export-remove-timestamps-from-toc, org-export-with-tags)
9744         (org-read-date): Doc fix (Nil -> nil).
9746 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9748         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9749         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
9751 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9753         * bs.el (bs--window-for-buffer): Remove.
9754         (bs--show-with-configuration): Use `get-window-with-predicate'
9755         instead of `bs--window-for-buffer'.
9757 2006-11-10  Kenichi Handa  <handa@m17n.org>
9759         * files.el (revert-buffer): Fix previous change.
9761 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
9763         * bs.el (bs--redisplay): Fix typo in docstring.
9764         (bs--window-config-coming-from): Make frame-local.
9765         (bs--restore-window-config): New function.
9766         (bs-kill, bs-select, bs-select-other-window)
9767         (bs-select-other-frame): Use it.
9768         (bs--window-for-buffer): Return as soon as a matching buffer is found.
9769         (bs--show-with-configuration): Save the window configuration as a
9770         frame local var, and only if *buffer-selection* is not already
9771         visible on this frame.
9773 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
9775         * vc-svn.el (vc-svn-admin-directory): New var.
9776         (vc-svn-registered, vc-svn-responsible-p)
9777         (vc-svn-repository-hostname): Use it.
9778         Suggested by arit93@yahoo.com.
9780 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9782         * ldefs-boot.el: Regenerate.
9784 2006-11-08  Alan Mackenzie  <acm@muc.de>
9786         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
9787         case (eq open-paren-in-column-0-is-defun-start nil) by searching
9788         for least nested open-paren.
9790 2006-11-08  Romain Francoise  <romain@orebokech.com>
9792         * subr.el (remove-overlays): Fix typo in last change.
9794 2006-11-08  Richard Stallman  <rms@gnu.org>
9796         * subr.el (remove-overlays): Call overlay-recenter.
9798 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9800         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9801         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
9802         behaviour.
9803         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
9804         directly.
9806 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9808         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
9809         (ido-max-dir-file-cache, ido-decorations)
9810         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
9811         (ido-magic-backward-char, ido-enter-dired)
9812         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
9813         (ido-list-directory, ido-first-match, ido-only-match)
9814         (ido-subdir, ido-indicator): Fix typos in docstrings.
9815         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
9816         (ido-read-internal): Fix typo in error message.
9818 2006-11-08  Kenichi Handa  <handa@m17n.org>
9820         * international/mule-cmds.el (set-default-coding-systems):
9821         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
9823 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9825         * makefile.w32-in (setwins): Remove.
9826         (WINS_ALMOST): New macro.
9827         (WINS): Use it.
9828         (autoloads): Don't extract autoloads from files in obsolete/.
9830 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
9832         * whitespace.el (whitespace-buffer): Call remove-overlays after
9833         overlay-recenter for performance.  Suggested by Martin Rudalics.
9835 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
9837         * net/tramp.el (tramp-default-method): scp is the default method.
9839 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
9841         * server.el (server-start): Save also the Emacs pid in the server file.
9843 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
9845         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
9846         point when displaying a bibtex cross reference in the echo area.
9848 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9850         * international/mule.el (make-char): Fix typo in docstring.
9851         (load-with-code-conversion, charsetp): Doc fixes.
9853         * international/ja-dic-cnv.el (skkdic-convert):
9854         * cus-edit.el (hook): Fix typo in docstring.
9856 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9858         * cus-edit.el (custom-mode-map): Move defvar above code using it.
9859         (custom-mode-link-map): New variable.
9860         (custom-group-link, custom-manual): Use follow-link.
9862 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9864         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
9865         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
9867 2006-11-06  Richard Stallman  <rms@gnu.org>
9869         * textmodes/flyspell.el (flyspell-correct-word-before-point):
9870         New function broken out of flyspell-correct-word.
9871         (flyspell-mode-map): Bind it to M-RET.
9872         (flyspell-correct-word): Call it.
9874         * textmodes/fill.el (fill-minibuffer-function): New function.
9875         (fill-paragraph): Bind fill-paragraph-function to
9876         fill-minibuffer-function.
9878         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
9879         so that they aren't undefined.
9881         * dired.el (dired-readin): Locally bind file-name-coding-system.
9883         * bindings.el: Shorten and clarify usual mode line mouse help string.
9885         * Makefile.in (autoloads): Don't include `obsolete'.
9887 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9889         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9890         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
9891         Printing menu if it's not initialized.
9892         (pr-menu-bind): Act on menu-bar-file-menu directly.
9894 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9896         * help.el (view-emacs-news): Fix typo in error message.
9898         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
9900         * shadowfile.el (shadow-define-regexp-group)
9901         (shadow-literal-groups, shadow-insert-var): Doc fixes.
9902         (shadow-read-files): Fix typo in message.
9903         (shadow-inhibit-overload, shadow-find, shadow-suffix)
9904         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
9905         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
9906         (shadow-file-match): Fix typos in docstrings.
9908         * terminal.el (terminal-emulator): Fix typo in message.
9910         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
9912         * emacs-lisp/lselect.el (x-kill-primary-selection)
9913         (x-delete-primary-selection, x-copy-primary-selection):
9914         Fix typos in error messages.
9916         * emulation/edt-mapper.el: Fix typo in interactive message.
9918         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
9920         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
9921         (ispell-help): Fix typos in docstrings.
9922         (ispell-help): Fix typo in output message.
9924         * allout.el (allout-adjust-file-variable)
9925         (allout-passphrase-verifier-string)
9926         (allout-passphrase-hint-string)
9927         (allout-toggle-current-subtree-encryption):
9928         * apropos.el (apropos-synonyms):
9929         * cus-edit.el (hook):
9930         * emacs-lock.el (emacs-lock-from-exiting):
9931         * follow.el (follow-avoid-tail-recenter-p):
9932         * hexl.el (hexl-mode):
9933         * mouse-copy.el (mouse-copy-work-around-drag-bug):
9934         * mouse.el (mouse-set-font):
9935         * resume.el (resume-emacs-args-file):
9936         * rfn-eshadow.el (file-name-shadow-tty-properties):
9937         * t-mouse.el (t-mouse-process, t-mouse-mode):
9938         * emacs-lisp/cust-print.el (custom-print-install)
9939         (custom-print-uninstall, custom-format):
9940         * emacs-lisp/shadow.el (list-load-path-shadows):
9941         * emulation/tpu-edt.el (tpu-help-text)
9942         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
9943         (tpu-reset-control-keys):
9944         * emulation/vip.el (vip-emacs-local-map)
9945         (vip-change-mode-to-emacs):
9946         * emulation/viper.el (viper-mode, viper-set-hooks)
9947         (viper-major-mode-modifier-list):
9948         * emulation/viper-init.el (viper-emacs-state-cursor-color):
9949         * emulation/viper-keym.el (viper-emacs-kbd-map)
9950         (viper-toggle-key):
9951         * mail/feedmail.el (feedmail-queue-reminder)
9952         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
9953         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
9954         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
9955         (feedmail-sender-line, feedmail-force-binary-write)
9956         (feedmail-from-line, feedmail-deduce-envelope-from)
9957         (feedmail-x-mailer-line, feedmail-message-id-generator)
9958         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
9959         (feedmail-enable-spray, feedmail-spray-this-address)
9960         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
9961         (feedmail-queue-runner-confirm-global)
9962         (feedmail-ask-before-queue-prompt)
9963         (feedmail-ask-before-queue-reprompt)
9964         (feedmail-prompt-before-queue-standard-alist)
9965         (feedmail-prompt-before-queue-user-alist)
9966         (feedmail-prompt-before-queue-help-supplement)
9967         (feedmail-queue-use-send-time-for-message-id)
9968         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
9969         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
9970         (feedmail-mail-send-hook-queued)
9971         (feedmail-confirm-addresses-hook-example)
9972         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
9973         (feedmail-queue-runner-mode-setter)
9974         (feedmail-queue-alternative-mail-header-separator)
9975         (feedmail-queue-runner-message-sender)
9976         (feedmail-buffer-eating-function, feedmail-binmail-template)
9977         (feedmail-run-the-queue-no-prompts)
9978         (feedmail-run-the-queue-global-prompt)
9979         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
9980         (feedmail-envelope-deducer, feedmail-fiddle-date)
9981         (feedmail-default-message-id-generator)
9982         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
9983         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
9984         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
9985         (vms-pmail-setup):
9986         * play/dunnet.el (dun-help):
9987         * play/handwrite.el (handwrite):
9988         * play/hanoi.el (hanoi-unix-64):
9989         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9990         * textmodes/enriched.el (fixed):
9991         * textmodes/org.el (org-file-apps)
9992         (org-emphasis-regexp-components, org-emphasis-alist):
9993         * textmodes/texinfmt.el (batch-texinfo-format):
9994         Fix typos in docstrings.
9996 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
9998         * loadhist.el (read-feature): Don't complete features not loaded
9999         from a file (which make `unload-feature' to fail).
10001 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10003         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
10005 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
10007         * startup.el (command-line-1): Kill emacs if the last frame is
10008         deleted while evaluating the command-line arguments.
10010 2006-11-05  Richard Stallman  <rms@gnu.org>
10012         * startup.el (init-file-had-error): Add doc string.
10013         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
10014         Use fixed-width font for keyboard key descriptions.
10016         * cus-edit.el (custom-save-all): Error if saving in .emacs
10017         and it had an error when loaded.
10019         * dired-aux.el (dired-copy-file-recursive): Catch errors
10020         from recursive copies in the loop, around the recursive call.
10022 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10024         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
10025         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
10026         `/proc/acpi/thermal_zone/*'.
10027         (battery-search-for-one-match-in-files): New.  Search a regexp in
10028         the content of some files.
10030 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
10032         * window.el (mouse-autoselect-window-now): Remove variable.
10033         (mouse-autoselect-window-state): New variable.
10034         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
10035         (mouse-autoselect-window-select, handle-select-window):
10036         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
10037         Suspend delayed autoselection during menu or popup dialog.
10039         * info-look.el (info-lookup-guess-custom-symbol): New function
10040         for retrieving symbol at point in custom buffers.
10041         (top level) <info-lookup-maybe-add-help>: Add backquote and
10042         comma to ignored characters in regexps of help specifications
10043         for emacs-lisp-mode and lisp-interaction-mode.  This permits
10044         looking up symbols in `...' and after a comma.  Add help
10045         specifications for custom-mode and help-mode.
10047 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
10049         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
10050         Don't encode body if RAW is non-nil, or if the old encoding is
10051         identical to the new encoding, or if the body contains only
10052         eight-bit-* characters.
10054 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10056         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
10057         (faces-sample-overlay): Remove variable.
10058         (describe-face): Insert sample text in the face being described.
10060 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
10062         * whitespace.el (whitespace-indent-regexp): Make this match any
10063         multiples of eight spaces near the beginning of a line.
10064         (whitespace-buffer): Use `remove-overlays' instead of
10065         `whitespace-unhighlight-the-space' and `overlay-recenter' to
10066         speed up overlay handling.
10067         (whitespace-buffer-leading, whitespace-buffer-trailing):
10068         Make these functions highlight the text removed by
10069         `whitespace-buffer-leading-cleanup' and
10070         `whitespace-buffer-trailing-cleanup' respectively.
10071         (whitespace-buffer-search): Use `with-local-quit'.
10072         Move `format' out of loop to speed up scanning larger buffers.
10073         (whitespace-unhighlight-the-space): Remove `remove-hook' since
10074         that function is never added to a hook.
10075         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
10076         (whitespace-buffer-leading-cleanup)
10077         (whitespace-refresh-rescan-list): Fix docstrings.
10079 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
10081         * allout.el (allout-during-yank-processing): Cue for inhibiting
10082         aberrance processing during yanks.
10083         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
10084         the amount of yanked topics that can be aberrant.
10085         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
10086         a function, and supplement with inihibition of doublechecking
10087         during yanks.
10088         (allout-beginning-of-line, allout-next-heading)
10089         (allout-previous-heading, allout-goto-prefix-doublechecked)
10090         (allout-back-to-current-heading, allout-next-visible-heading)
10091         (allout-next-sibling): Use new allout-do-doublecheck function.
10092         (allout-next-sibling): Ensure we made progress when returning
10093         other than nil.
10094         (allout-rebullet-heading): Preserve text property annotations
10095         indicating the text was hidden, if it was.
10096         (allout-kill-line): Remove any added was-hidden annotations.
10097         (allout-kill-topic): Remove any added was-hidden annotations.
10098         (allout-annotate-hidden): Inhibit adding was-hidden text
10099         properties to the undo list.
10100         (allout-deannotate-hidden): New function to remove was-hidden
10101         annotation.
10102         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
10103         (allout-remove-exposure-annotation): Replace by
10104         allout-deannotate-hidden.
10105         (allout-yank-processing): Signal that yank processing is happening
10106         with allout-during-yank-processing.  Also, wrap
10107         allout-unprotected's closer to the text changes, for easier
10108         debugging.  We need to inhibit-field-text-motion explicitly, in
10109         lieu of the encompassing allout-unprotected.
10110         (outlineify-sticky): Adjust criteria for triggering new outline
10111         decorations to presence or absence of any topics, not just a topic
10112         at the beginning of the buffer.
10114 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10116         * bs.el (bs--show-all, bs--redisplay):
10117         * cus-edit.el (custom-unlispify-menu-entries)
10118         (custom-unlispify-tag-names, custom-prompt-variable):
10119         * expand.el (expand-pos):
10120         * speedbar.el (speedbar-generic-list-tag-p):
10121         * wid-edit.el (widget-image-enable):
10122         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
10123         * emacs-lisp/find-func.el (find-function-noselect)
10124         (find-function, find-variable-noselect, find-variable)
10125         (find-definition-noselect, find-face-definition):
10126         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
10127         * net/eudc-vars.el (eudc-expansion-overwrites-query):
10128         * progmodes/ada-xref.el (ada-find-in-ali):
10129         * textmodes/flyspell.el (flyspell-check-tex-math-command):
10130         * textmodes/org.el (org-copy-subtree):
10131         * textmodes/table.el (table--row-column-insertion-point-p):
10132         Use "non-nil" in docstrings.
10134 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
10136         * sort.el (sort-columns): Set the field separator to tab; on
10137         NetBSD, sort complains if "\n" is used as field separator.
10139 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
10141         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
10143 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10145         * server.el (server-auth-key): Remove.  Replace by a process-property.
10146         (server-start): Don't remove the file of the previous process, but
10147         instead clear out the place for the new file.
10148         (server-start): Set the :auth-key property.
10149         (server-process-filter): Use the :auth-key property.
10151 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
10153         * textmodes/org.el (org-mode-map): No longer copy
10154         `outline-mode-map' explicitly - this is already done by
10155         `define-derived-mode'.
10157 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
10159         * server.el (server-visit-files): Use `when'.
10160         (server-process-filter): When authentication fails, send error
10161         message to client.  Wrap `process-send-region' in `ignore-errors'
10162         instead of `condition-case', and remove misleading comment.
10164 2006-11-01  Juri Linkov  <juri@jurta.org>
10166         * simple.el (yank): Doc fix.
10168 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10170         * server.el: Try and fit within 80 columns.
10171         (server-start): Make the auth file unreadable by other users.
10173 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10175         * battery.el (battery-linux-proc-acpi): Prevent range error when
10176         `full-capacity' is 0.
10178 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10180         * faces.el (faces-sample-overlay): New defvar.
10181         (faces-sample-overlay): New function to show face sample text.
10182         (describe-face): Use it.
10184 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
10186         * progmodes/ada-stmt.el: Change maintainer, apply
10187         whitespace-cleanup, checkdoc.
10188         (ada-func-or-proc-name): Add doc string.
10190         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
10191         whitespace-cleanup, checkdoc.  Minor improvements to many doc
10192         strings and comments.
10193         (ada-prj-display-page): Change buffer name to more accurately
10194         reflect function.
10196         * progmodes/ada-xref.el: Change maintainer, apply
10197         whitespace-cleanup, checkdoc.  Minor improvements to many doc
10198         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
10199         (ada-compile-current): Don't add newlines to commands.
10201 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
10203         * server.el: Add support for TCP sockets.
10204         (server-use-tcp, server-host, server-auth-dir): New options.
10205         (server-auth-key): New variable.
10206         (server-ensure-safe-dir): Create nonexistent parent dirs.
10207         Ignore Unix-style file modes on Windows.
10208         (server-start): Crete a TCP or Unix socket according to the value
10209         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
10210         `server-auth-dir' directory.
10211         (server-process-filter): Delete process if authentication
10212         fails (which never happens for Unix sockets).
10214 2006-10-30  David Kastrup  <dak@gnu.org>
10216         * subr.el (add-to-list): Don't continue checking if a match has
10217         been found.
10219 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
10221         * tutorial.el: Move defvars to avoid bytecomp warnings.
10222         (tutorial--find-changed-keys): Check if viper-current-state is
10223         bound before using it.
10224         (help-with-tutorial): Check if viper-tutorial is defined before
10225         using it.
10227 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10229         * help-fns.el (help-with-tutorial): Move to tutorial.el.
10231         * tutorial.el: New file.
10232         (help-with-tutorial): Move here from help-fns.el.  Add help for
10233         rebound keys.  Fix resume of tutorial.
10234         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
10235         (tutorial--find-changed-keys, tutorial--display-changes)
10236         (tutorial--saved-dir, tutorial--saved-file)
10237         (tutorial--save-tutorial): New functions to support the changes in
10238         help-with-tutorial.
10240 2006-10-30  Kenichi Handa  <handa@m17n.org>
10242         * files.el (revert-buffer): If a unibyte buffer is being reverted
10243         with a coding system for multibyte, set buffer multibyte before
10244         calling insert-file-contents.
10246 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10248         * server.el (server-select-display): Use a dummy buffer to detect when
10249         the frame is later used.
10250         (server-select-display): New function.
10251         (server-process-filter): Use it to detect unused temp frames.
10253 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
10255         * progmodes/ada-mode.el: Change maintainer, apply
10256         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
10257         (ada-mode-version): New function.
10258         (ada-create-menu): Menu operations are available for all supported
10259         compilers.
10261 2006-10-29  Lars Hansen  <larsh@soem.dk>
10263         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
10264         Highlight as keyword.
10265         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
10266         Don't call tramp-method-out-of-band-p for local files.
10267         (tramp-touch): Quote file name.
10269 2006-10-28  Glenn Morris  <rgm@gnu.org>
10271         * calendar/calendar.el (cal-html-cursor-month)
10272         (cal-html-cursor-year): Add autoloads for this new package.
10273         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
10275 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
10277         * calendar/cal-html.el: New file.
10279 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
10281         * emacs-lisp/authors.el (authors-aliases): Update.
10283 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
10285         * version.el (emacs-version): Bump version number to 22.0.90.
10287 2006-10-26  John W. Eaton  <jwe@octave.org>
10289         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
10290         New defvar.
10291         (inferior-octave-resync-dirs): Check to see whether Octave has
10292         built-in variables and set inferior-octave-has-built-in-variables.
10293         Check inferior-octave-has-built-in-variables to decide whether to
10294         send commands that set built-in variables or call functions to
10295         change Octave's behavior.
10296         Send "disp (pwd ())" to Octave instead of just "pwd".
10297         (inferior-octave-startup): Send "more off" to Octave instead of
10298         "page_screen_output = 0".
10300 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
10302         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
10303         pattern normally.
10305 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
10307         * bindings.el (mode-line-mode-menu): Remove bindings for global
10308         minor modes (line/column number) as they are on the menubar.
10310 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
10312         * term/w32-win.el (x-handle-name-switch): Doc fix.
10313         (w32-standard-fontset-spec): Fix typo in docstring.
10315         * midnight.el (midnight-buffer-display-time): Doc fix.
10316         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
10318 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
10320         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
10322         * emulation/viper-ex.el (ex-read): Quote file argument.
10324         * ediff-diff.el (ediff-same-file-contents): Expand file names.
10326         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
10328 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10330         * textmodes/flyspell.el (flyspell-check-region-doublons):
10331         Fix last fix.
10333 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
10335         * bindings.el (mode-line-mode-menu): List global minor modes
10336         before local ones.
10338 2006-10-23  Kim F. Storm  <storm@cua.dk>
10340         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
10341         (sit-for): If last command was a prefix arg, add the read-ahead
10342         event to unread-command-events as (t . EVENT) so it will be added
10343         to this-command-keys by read-key-sequence.
10345 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10347         * textmodes/flyspell.el (flyspell-word): Skip past all previous
10348         whitespace when checking doublons.
10349         (flyspell-check-region-doublons): Fix doublon regexp.
10350         (flyspell-highlight-incorrect-region): Highlight doublons using
10351         flyspell-duplicate face.
10353         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
10355 2006-10-22  John Wiegley  <johnw@newartisans.com>
10357         * progmodes/python.el (python-use-skeletons): python-mode was
10358         auto-inserting templates (for those with abbrev-mode on), not only
10359         by default -- *but without a configuration variable to disable
10360         it*.  This rendered python-mode completely useless for me, so I
10361         have added `python-use-skeletons', which is now off by default.
10363 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
10365         * progmodes/cperl-mode.el (cperl-mode): Don't assume
10366         font-lock-multiline is auto-local (it's not).
10367         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
10368         initialized before calling cperl-init-faces.
10370 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
10372         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
10373         gdb-stack-position a value when there is no fringe.
10375         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
10376         indicator if not visiting a file.
10378 2006-10-20  David Kastrup  <dak@gnu.org>
10380         * window.el (kill-buffer-and-window): Fix a bug where an aborted
10381         operation would still cause some window to collapse later.
10383 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10385         * vc.el (vc-switch-backend): Try to be more careful with unwanted
10386         side-effect due to mixing various backends's file properties.
10388         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
10389         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
10390         Return `filename's status if applicable.  Update callers.
10392 2006-10-19  Kenichi Handa  <handa@m17n.org>
10394         * international/kkc.el (kkc-region): When a key sequence is not
10395         defined, append (this-single-command-raw-keys) to
10396         unread-input-method-events.
10398 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
10400         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
10402 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10404         * version.el (emacs-version): Use mac-carbon-version-string.
10406         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
10408 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10410         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
10411         Kenichi Handa).
10412         (xselect-convert-to-string): Decline requests for UTF8_STRING if
10413         the selection is not UTF-8.
10415 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
10417         * progmodes/ada-mode.el (ada-83-string-keywords)
10418         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
10419         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
10420         (ada-looking-at-semi-private, ada-get-body-name):
10421         Fix typos in docstrings.
10422         (ada-create-case-exception, ada-create-case-exception-substring):
10423         Fix typos in error messages.
10424         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
10426 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10428         * term/x-win.el (res-geometry): Don't set geometry from Xresources
10429         to default-frame-alist if default-frame-alist already contains
10430         width/height.
10432 2006-10-18  Richard Stallman  <rms@gnu.org>
10434         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
10435         Non-interactive arg is the value, not the expression.
10437         * simple.el (read-expression-map): Just set it, no defvar.
10439         * subr.el (insert-for-yank-1): If last inserted char has
10440         properties, mark them as rear-nonsticky.
10442         * recentf.el (recentf-mode): Doc fix.
10444         * facemenu.el (facemenu-add-new-face): Defend against symbol
10445         that isn't a face name.
10447         * dired-aux.el (dired-do-copy): Doc fix.
10449 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
10451         * simple.el (line-move-1): Ignore fields when moving to the
10452         beginning of line to avoid getting point stuck.
10454 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
10456         * textmodes/flyspell.el (flyspell-word-search-backward):
10457         Set inhibit-point-motion-hooks to avoid looping due to intangibile
10458         text.
10460 2006-10-16  Richard Stallman  <rms@gnu.org>
10462         * help-fns.el (describe-function-1): Special case optimization
10463         for self-insert-command.
10465 2006-10-16  Kim F. Storm  <storm@cua.dk>
10467         * ido.el (ido-reread-directory): Work in `dir' mode too.
10469 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
10471         * textmodes/table.el: Require 'regexp-opt.
10473 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10475         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
10476         Use shell-quote-argument.
10478         * shell.el (explicit-bash-args): Likewise.
10480         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
10481         Use grep -E rather than egrep.
10483 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10485         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
10487 2006-10-15  Kim F. Storm  <storm@cua.dk>
10489         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
10491 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10493         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
10494         to protect whitespace and metacharacters from the shell.
10496 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
10498         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
10500 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
10502         * subr.el (start-process-shell-command): Doc fix.
10504 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
10506         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
10507         the regexp for Maxima symbols.
10509 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10511         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
10512         (vc-find-root): Don't walk higher up than ~.
10514 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
10516         * international/utf-8.el (utf-translate-cjk-load-tables):
10517         Avoid clobbering last-coding-system-used during load.
10519 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
10521         * textmodes/reftex-global.el (reftex-create-tags-file):
10522         Quote file arguments.
10524 2006-10-12  Richard Stallman  <rms@gnu.org>
10526         * files.el (file-name-history): Add defvar.
10527         (save-some-buffers-action-alist): Improve description strings.
10529 2006-10-12  Andreas Schwab  <schwab@suse.de>
10531         * files.el (auto-mode-alist): Match change log file name also with
10532         a dash before a numeric extension.
10534 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
10536         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
10537         After 5.0:
10538         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
10540         After 5.1: Major edit.  Summary of most visible changes:
10542         - Multiple <<HERE per line allowed.
10543         - Handles multiline subroutine declaration headers (with comments).
10544           (The exception is `cperl-etags' - but it is not used in the rest
10545           of the mode.)
10546         - Fontifies multiline my/our declarations (even with comments,
10547           and with legacy `font-lock').
10548         - Major speedup of syntaxification, both immediate and postponed
10549           (3.5x to 15x [for different CPUs and versions of Emacs] on the
10550           huge real-life document I tested).
10551         - New bindings, edits to imenu.
10552         - "_" is made into word-char during fontification/syntaxification;
10553           some attempts to recognize non-word "_" during other operations too.
10554         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
10555         - autoload some more perldoc-related stuff
10556         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
10557         - Attempt to incorporate XEmacs edits which reached me.
10559         Fine-grained changelog:
10560         (cperl-hook-after-change): New configuration variable.
10561         (cperl-vc-sccs-header): Likewise.
10562         (cperl-vc-sccs-header): Likewise.
10563         (cperl-vc-header-alist): Default via two preceding variables.
10564         (cperl-invalid-face): Remove double quoting under XEmacs
10565                 (still needed under 21.2).
10566         (cperl-tips): Update URLs for resources.
10567         (cperl-problems): Likewise.
10568         (cperl-praise): Mention new features.
10569         New C-c key bindings: for `cperl-find-bad-style',
10570         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
10571         `cperl-perdoc', and `cperl-perldoc-at-point'.
10572         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
10573         moved, new submenu of Tools with Ispell entries and narrowing.
10574         (cperl-after-sub-regexp): New defsubst.
10575         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
10576                 Allows heads up to head4.
10577                 Allow "package;".
10578         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
10579         (paren-backwards-message): ??? Something for XEmacs???
10580         (cperl-mode): Never auto-switch abbrev-mode off.
10581                 Try to allow '_' be non-word char.
10582                 Do not use `font-lock-unfontify-region-function' on XEmacs.
10583                 Reset syntax cache on mode start.
10584                 Support multiline facification (even on legacy `font-lock').
10585         (cperl-facemenu-add-face-function): ??? Some contributed code ???
10586         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
10587                 refuse to inform us whether the fontification is due to lazy
10588                 calling or due to edit to a buffer, install our own hook
10589                 (controlled by `cperl-hook-after-change').
10590         (cperl-electric-pod): =cut may have been recognized as start.
10591         (cperl-block-p): Move, updated for attributes.
10592         (cperl-calculate-indent): Try to allow '_' be non-word char
10593                 Support subs with attributes.
10594         (cperl-where-am-i): Quiet (?) a warning.
10595         (cperl-cached-syntax-table): New function.
10596         (cperl-forward-re): Use `cperl-cached-syntax-table'.
10597         (cperl-unwind-to-safe): Recognize `syntax-type' property
10598                 changing in a middle of line.
10599         (cperl-find-sub-attrs): New function.
10600         (cperl-find-pods-heres): Allow many <<EOP per line.
10601                 Allow subs with attributes.
10602                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
10603                 Recognize "extproc " (OS/2) case-folded and only at start.
10604                 /x on s///x with empty replacement was not recognized.
10605                 Better comments.
10606         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
10607                 Allow subs with attributes, labels.
10608                 Do not confuse "else::foo" with "else".
10609                 Minor optimizations...
10610         (cperl-after-expr-p): Try to allow '_' be non-word char.
10611         (cperl-fill-paragraph): Try to detect a major bug in Emacs
10612                 with `looking-at' inside `narrow' and bulk out if found.
10613         (cperl-imenu--create-perl-index): Updates for new
10614                 `cperl-imenu--function-name-regexp-perl'.
10615         (cperl-outline-level): Likewise.
10616         (cperl-init-faces): Allow multiline subroutine headers
10617                 and my/our declarations, and ones with comments.
10618                 Allow subroutine attributes.
10619         (cperl-imenu-on-info): Better docstring.
10620         (cperl-etags): Rudimentary support for attributes.
10621                 Support for packages and "package;".
10622         (cperl-add-tags-recurse-noxs): Better (?) docstring.
10623         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
10624         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
10625         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
10626         (cperl-perldoc): Add autoload.
10627         (cperl-perldoc-at-point): Likewise.
10628         (cperl-here-doc-spell): New function.
10629         (cperl-pod-spell): Likewise.
10630         (cperl-map-pods-heres): Likewise.
10631         (cperl-get-here-doc-region): Likewise.
10632         (cperl-font-lock-fontify-region-function): Likewise (backward
10633                 compatibility for legacy `font-lock').
10634         (cperl-font-lock-unfontify-region-function): Fix style.
10635         (cperl-fontify-syntaxically): Recognize and optimize away deferred
10636                 calls with no-change.  Governed by `cperl-hook-after-change'.
10637         (cperl-fontify-update): Recognize that syntaxification region
10638                 can be larger than fontification one.
10639                 XXXX we leave `cperl-postpone' property, so this is quadratic...
10640         (cperl-fontify-update-bad): Temporary placeholder until
10641                 it is clear how to implement `cperl-fontify-update'.
10642         (cperl-time-fontification): New function.
10643         (attrib-group): New text attribute.
10644         (multiline): New value: `syntax-type' text attribute.
10646         After 5.2:
10647         (cperl-emulate-lazy-lock): New function.
10648         (cperl-fontify-syntaxically): Would skip large regions.
10649         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
10650         Some globals were declared, but uninitialized.
10652         After 5.3, 5.4:
10653         (cperl-facemenu-add-face-function): Add docs, fix U<>.
10654         Copyright message updated.
10655         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
10656                         facification down a bit.
10657                 Misprint for my|our|local for old `font-lock'
10658                         "our" was not fontified same as "my|local".
10659                 Highlight variables after "my" etc even in
10660                         a middle of an expression.
10661                 Do not facify multiple variables after my etc
10662                         unless parentheses are present.
10664         After 5.5, 5.6
10665         (cperl-fontify-syntaxically): after-change hook could reset.
10666         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
10668         After 5.7:
10669         (cperl-init-faces): Allow highlighting of local ($/).
10670         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
10671         (cperl-problems): Remove fixed problems.
10672         (cperl-find-pods-heres): Recognize #-comments in m##x too.
10673                 Recognize charclasses (unless delimiter is \).
10674         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
10675         (cperl-regexp-scan): Update docs.
10676         (cperl-beautify-regexp-piece): Use information got from regexp scan.
10678         After 5.8:
10679         Major user visible changes:
10680         Recognition and fontification of character classes in RExen.
10681         Variable indentation of RExen according to groups.
10683         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
10684                 Fontify REx charclasses in variable-name face.
10685                 Fontify POSIX charclasses in "type" face.
10686                 Fontify unmatched "]" in function-name face.
10687                 Mark first-char of HERE-doc as `front-sticky'.
10688                 Reset `front-sticky' property when needed.
10689         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
10690         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
10691         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
10692                 constructs.  Support `narrow'ed buffers.
10693         (cperl-praise): Remove a reservation.
10694         (cperl-make-indent): New function.
10695         (cperl-indent-for-comment): Use `cperl-make-indent'.
10696         (cperl-indent-line): Likewise.
10697         (cperl-lineup): Likewise.
10698         (cperl-beautify-regexp-piece): Likewise.
10699         (cperl-contract-level): Likewise.
10700         (cperl-toggle-set-debug-unwind): New function.
10701                 New menu entry for this.
10702         (fill-paragraph-function): Use when `boundp'.
10703         (cperl-calculate-indent): Take into account groups when indenting RExen.
10704         (cperl-to-comment-or-eol): Recognize # which end a string.
10705         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
10706         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
10707         (cperl-fontify-syntaxically): More clear debugging message.
10708         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
10709         (cperl-init-faces): More complicated highlight even on XEmacs (new).
10710         Merge cosmetic changes from XEmacs.
10712         After 5.9:
10713         (cperl-1+): Move to before the first use.
10714         (cperl-1-): Likewise.
10716         After 5.10:
10718         This code may lock Emacs hard!!!  Use at your own risk!
10720         (cperl-font-locking): New internal variable.
10721         (cperl-beginning-of-property): New function.
10722         (cperl-calculate-indent): Use `cperl-beginning-of-property'
10723         instead of `previous-single-property-change'.
10724         (cperl-unwind-to-safe): Likewise.
10725         (cperl-after-expr-p): Likewise.
10726         (cperl-get-here-doc-region): Likewise.
10727         (cperl-font-lock-fontify-region-function): Likewise.
10728         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
10729                         recursively.
10730                 Bound `next-single-property-change' via `point-max'.
10731         (cperl-unwind-to-safe): Bound likewise
10732         (cperl-font-lock-fontify-region-function): Likewise.
10733         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
10734                 Initialization of `cperl-font-lock-multiline-start' could be
10735                 missed if the "main" fontification did not run due to the
10736                 keyword being already fontified.
10737         (cperl-pod-spell): Return t from do-one-chunk function.
10738         (cperl-map-pods-heres): Stop when the worker returns nil.
10739                 Call `cperl-update-syntaxification'.
10740         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
10741         (cperl-get-here-doc-delim): Remove unused function.
10743         After 5.11:
10745         The possible lockup of Emacs (introduced in 5.10) fixed.
10747         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
10748         (cperl-syntaxify-for-menu): New customization variable.
10749         (cperl-select-this-pod-or-here-doc): New function.
10750         (cperl-get-here-doc-region): Extra argument.
10751                 Do not adjust pos by 1.
10753         New menu entries
10754                 (Perl/Tools): Selection of current POD or HERE-DOC section.
10755                 (Debugging CPerl:) backtrace on fontification.
10757         After 5.12:
10758         (cperl-cached-syntax-table): Use `car-safe'.
10759         (cperl-forward-re): Remove spurious argument SET-ST.
10760                 Add documentation.
10761         (cperl-forward-group-in-re): New function.
10762         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
10763         (XXXX Temporary (?) hack is to syntax-mark them as comment).
10765         After 5.13:
10766         (cperl-string-syntax-table): Make { and } not-grouping
10767           (Sometimes they ARE grouping in RExen, but matching them would only
10768            confuse in many situations when they are not)
10769         (beginning-of-buffer): Replace two occurrences with goto-char...
10770         (cperl-calculate-indent): `char-after' could be nil...
10771         (cperl-find-pods-heres): REx can start after "[" too.
10772                 Hightlight (??{}) in RExen too.
10773         (cperl-maybe-white-and-comment-rex): New constant
10774         (cperl-white-and-comment-rex): Likewise.
10775                 XXXX Not very efficient, but hard to make
10776                 better while keeping 1 group.
10778         After 5.13:
10779         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
10780                 Likewise for 1 << identifier.
10782         After 5.14:
10783         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
10784                 Error-less condition-case could fail.
10785         (cperl-font-lock-fontify-region-function): Likewise.
10786         (cperl-init-faces): Likewise.
10788         After 5.15:
10789         (cperl-find-pods-heres): Support property REx-part2.
10790         (cperl-calculate-indent): Likewise.
10791                 Don't special-case REx with non-empty 1st line.
10792         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
10793                 Invert highlighting of charclasses:
10794                         now the envelop is highlighted.
10795                 Highlight many others 0-length builtins.
10796         (cperl-praise): Mention indenting and highlight in RExen.
10798         After 5.15:
10799         (cperl-find-pods-heres): Highlight capturing parens in REx.
10801         After 5.16:
10802         (cperl-find-pods-heres): Highlight '|' for alternation
10803         Initialize `font-lock-warning-face' if not present.
10804         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
10805                          `font-lock-function-name-face'.
10806         (cperl-look-at-leading-count): Likewise.
10807         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
10808                         `font-lock-keyword-face' (needed for
10809                         batch processing), etc...
10810                 Use `font-lock-builtin-face' for builtin in REx
10811                         Now `font-lock-variable-name-face'
10812                         is used for interpolated variables
10813                 Use "talking aliases" for faces inside REx
10814                 Highlight parts of REx (except in charclasses)
10815                         according to the syntax and/or semantic
10816                 Syntax-mark a {}-part of (?{}) as "comment"
10817                         (it was the ()-part)
10818                 Better logic to distinguish what is what in REx
10819         (cperl-tips-faces): Document REx highlighting
10820         (cperl-praise): Mention REx syntax highlight etc.
10822         After 5.17:
10823         (cperl-find-sub-attrs): Would not always manage to print error message.
10824         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
10826         After 5.18:
10827         (cperl-find-pods-heres): Misprint in REx for parsing REx.
10828                 Very minor optimization.
10829                 `my-cperl-REx-modifiers-face' got quoted.
10830                 Recognize "print $foo <<END" as HERE-doc.
10831                 Put `REx-interpolated' text attribute if needed.
10832         (cperl-invert-if-unless-modifiers): New function.
10833         (cperl-backward-to-start-of-expr): Likewise.
10834         (cperl-forward-to-end-of-expr): Likewise.
10835         (cperl-invert-if-unless): Works in "the opposite way" too.
10836                 Cursor position on return is on the switch-word.
10837                 Indents comments better.
10838         (REx-interpolated): New text attribute.
10839         (cperl-next-interpolated-REx): New function.
10840         (cperl-next-interpolated-REx-0): Likewise.
10841         (cperl-next-interpolated-REx-1): Likewise.
10842         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
10843         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
10844         (cperl-praise): Mention finded interpolated RExen.
10846         After 5.19:
10847         (cperl-init-faces): Highlight %$foo, @$foo too.
10848         (cperl-short-docs): Better docs for system, exec.
10849         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
10850                 Would not find HERE-doc ended by EOF without NL.
10851         (cperl-short-docs): Correct not-doubled \-escapes.
10852         start block: Put some `defvar' for stuff gone from XEmacs.
10854         After 5.20:
10855         initial comment: Extend copyright, fix email address.
10856         (cperl-indent-comment-at-column-0): New customization variable.
10857         (cperl-comment-indent): Indentation after $#a would increasy by 1.
10858         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
10859         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
10860         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
10861         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
10862                         highlight $ in $foo too (UNTESTED).
10863         (cperl-set-style): Docstring missed some available styles.
10864         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
10865                 Change "Current" to "Memorize Current".
10866         (cperl-indent-wrt-brace): New customization variable; the default is
10867                 as for pre-5.2 version.
10868         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
10869         (cperl-style-alist): Likewise.
10870         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
10871                 and `cperl-extra-newline-before-brace' etc
10872                 being t
10873         (cperl-indent-exp): Plans B and C to find continuation blocks even
10874                 if `cperl-extra-newline-before-brace' is t.
10876         After 5.21:
10877         Improve some docstrings concerning indentation.
10878         (cperl-indent-rules-alist): New variable.
10879         (cperl-sniff-for-indent): New function name
10880                 (separated from `cperl-calculate-indent').
10881         (cperl-calculate-indent): Separate the sniffer and the indenter;
10882                 uses `cperl-sniff-for-indent' now.
10883         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
10884                 was inverted;
10885                 Support `comment-column' = 0.
10887 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
10889         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
10890         * help-at-pt.el (scan-buf-move-to-region): Likewise.
10891         * longlines.el (longlines-window-change-function): Likewise.
10892         * simple.el (undo-ask-before-discard): Likewise.
10893         * wid-edit.el (widget-field-prompt-internal)
10894         (widget-documentation-link-p): Likewise.
10896 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
10899         for a keyword.
10901 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10903         * newcomment.el (comment-valid-prefix-p): Make the check
10904         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
10905         (comment-indent-new-line): Adjust call.
10907 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
10909         * allout.el (allout-back-to-current-heading): Base on lower-level
10910         routines to get proper disqualification of aberrant topics.
10912 2006-10-09  Richard Stallman  <rms@gnu.org>
10914         * textmodes/two-column.el (2C-two-columns): Doc fix.
10916 2006-10-09  Kim F. Storm  <storm@cua.dk>
10918         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
10919         about implicit use.
10921 2006-10-08  Richard Stallman  <rms@gnu.org>
10923         * textmodes/two-column.el (2C-two-columns): Doc fix.
10925 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10927         * files.el: Mark `buffer-read-only' as safe-local-variable.
10929 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
10931         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
10932         Burp if GUD buffer has been killed.
10934 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10936         * completion.el (add-completions-from-c-buffer):
10937         Don't presume an error's second element is a string.
10938         Use looking-at rather than buffer-substring + member.
10940 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
10942         * mail/rmail.el (rmail-redecode-body): If the old encoding is
10943         `undecided', call find-coding-systems-region to find a proper
10944         non-trivial encoding.
10945         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
10946         and "text/plain".
10948 2006-10-07  Kevin Ryde  <user42@zip.com.au>
10950         * textmodes/reftex-vars.el (defgroup reftex): Update home page
10951         url-link.
10953         * strokes.el (defgroup strokes): Remove invalid url-link.
10955 2006-10-07  Magnus Henoch  <mange@freemail.hu>
10957         * autoinsert.el (auto-insert-alist): Doc fix.
10959 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10961         * mouse-sel.el (mouse-insert-selection-internal):
10962         Use insert-for-yank, so that yank handlers are run.
10964 2006-10-07  Kim F. Storm  <storm@cua.dk>
10966         * ido.el (ido-file-extension-aux): Fix comparison.
10968 2006-10-06  Kim F. Storm  <storm@cua.dk>
10970         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
10972 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
10974         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
10975         (ad-make-mapped-call): Use `let', not `let*'.
10977 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
10979         * international/mule-cmds.el (coding-system-change-eol-conversion):
10980         Ensure the coding system is initialized before calling
10981         coding-system-eol-type.
10983 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
10985         * textmodes/org.el (org-rm-props, org-activate-plain-links)
10986         (org-activate-angle-links, org-activate-dates)
10987         (org-activate-target-links, org-activate-camels)
10988         (org-activate-tags): Add `rear-nonsticky' text property to avoid
10989         textproperty keymaps from being active beyond the end of a line.
10990         (org-unfontify-region): Also remove `rear-nonsticky' property.
10992 2006-10-04  Kenichi Handa  <handa@m17n.org>
10994         * international/code-pages.el (next): Table fixed.
10996 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
10999         that it's been made unnecessary by removing narrowing.
11001 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11003         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
11004         control flow a bit, simplify another bit, and add comments.
11006 2006-10-03  David Kastrup  <dak@gnu.org>
11008         * help.el (describe-mode): For clicks on mode-line, use "@"
11009         interactive argument to get the major mode of the click instead of
11010         the current buffer.
11012         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
11013         in order to better redirect mouse-2 clicks.  Also allow default
11014         bindings to apply.
11016 2006-10-03  Kim F. Storm  <storm@cua.dk>
11018         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
11019         (pushnew): Fix last change.
11021 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
11023         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
11024         Use the interactive spec of `eval-expression'.
11026 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11028         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
11030 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
11032         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
11033         2006-09-28 commit.
11035 2006-10-02  Kenichi Handa  <handa@m17n.org>
11037         * international/code-pages.el (iso-8859-6): Table fixed.
11039 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
11041         * dired.el (dired-build-subdir-alist): Fix previous change.
11043 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11045         * simple.el (undo-elt-crosses-region): Fix the inequalities.
11047 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11049         * emacs-lisp/find-func.el (find-function-regexp): Don't match
11050         "define-button-type".
11052         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
11053         they don't keep accumulating.
11055 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
11057         * ffap.el (ffap-rfc-path): Change the address of the RFC
11058         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
11060 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
11062         * allout.el (allout-expose-topic): Rectify implementation of "+"
11063         spec, so that bodies are not exposed with headlines.
11065 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
11067         * allout.el (allout-current-depth): Do aberrent check only at or
11068         below doublecheck depth.
11069         (allout-chart-subtree): Make it explicit that LEVELS being nil
11070         means unlimited depth.  Drop undocumented support for LEVELS value
11071         t meaning unlimited depth.  (This is consistent with
11072         allout-chart-to-reveal, but contrary to allout-show-children,
11073         which needs to use nil to default to depth of 1.)
11074         (allout-goto-prefix-doublechecked): Wrap long docstring line.
11075         (allout-chart-to-reveal): Be explicit in docstring about meaning
11076         of nil LEVELS, and drop support for LEVELS value t.
11077         (allout-show-children): Translate the level spec used by this
11078         routine to that used by allout-chart-subtree and
11079         allout-chart-to-reveal.
11080         (allout-show-to-offshoot): Retry once when stuck, after opening
11081         subtree - improvements in discontinuity handling likely will
11082         enable progress.
11084 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
11086         * wid-edit.el (widget-button-click-moves-point): New variable.
11087         (widget-button-click): If widget-button-click-moves-point is
11088         non-nil, set point after performing the button action.
11090         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
11092 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
11094         * files.el (find-file-existing): Modify to not allow wildcards.
11096 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11098         * simple.el (undo-more): When undo information for the region is
11099         exhausted, say "No further undo information FOR REGION".
11101 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11103         * progmodes/sh-script.el (sh-prev-thing):
11104         Take `sh-leading-keywords' into account.
11106 2006-09-29  Glenn Morris  <rgm@gnu.org>
11108         * custom.el (defcustom): Doc fix.
11110         * calendar/calendar.el (european-calendar-style):
11111         Call european-calendar or american-calendar as needed when set.
11112         (diary-view-entries, list-calendar-holidays): Move autoloads
11113         before use.
11115 2006-09-29  Juri Linkov  <juri@jurta.org>
11117         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
11118         to nil if there is no previous property change.
11120 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11122         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
11123         saving anything to be sure that `forward-sexp' behaves correctly.
11125 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
11127         * simple.el (line-move-finish): Ignore field boundaries if the
11128         initial and final points have the same `field' property.
11130 2006-09-29  Kim F. Storm  <storm@cua.dk>
11132         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
11133         to t while calling ido-read-internal.
11135 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
11137         * textmodes/org.el (org-file-remote-p): Get regexp from list.
11138         (org-archive-subtree): Remove erraneous `]' from character list.
11140 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
11142         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
11143         (ses-reconstruct-all): Make undo of "insert row" work by keeping
11144         markers for data-area and parameters-area.
11146 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11148         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
11150         * font-lock.el (font-lock-after-change-function): Refontify next line
11151         as well if end is at BOL.
11152         (font-lock-extend-jit-lock-region-after-change): Be more careful to
11153         only extend the region as much as needed.
11155 2006-09-28  Richard Stallman  <rms@gnu.org>
11157         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
11159         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
11161         * international/mule.el (after-insert-file-set-coding):
11162         If VISIT, don't let set-buffer-multibyte make undo info.
11164 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
11166         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
11167         lines in base64-encoded authentication response.
11169 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11171         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
11172         (ebnf-version): New version 4.3.
11173         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
11174         (ebnf-prologue): Adjust PostScript programming.
11175         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
11176         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
11178 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11180         * jit-lock.el (jit-lock-force-redisplay): Rename from
11181         jit-lock-fontify-again, and undo the mistaken change I've just done.
11183         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
11184         (jit-lock-fontify-again): Don't refontify text that's not displayed.
11186 2006-09-26  Kenichi Handa  <handa@m17n.org>
11188         * startup.el (display-splash-screen): Allow a prefix argument.
11190 2006-09-25  Jason Rumney  <jasonr@gnu.org>
11192         * subr.el (shell-quote-argument): Use DOS logic for Windows
11193         shells with DOS semantics.
11195 2006-09-24  Richard Stallman  <rms@gnu.org>
11197         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
11198         (compilation-goto-locus): Use compilation-goto-locus-delete-o
11199         to delete the overlay.  Put it on pre-command-hook.
11201         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
11203         * startup.el (fancy-splash-screens, normal-splash-screen):
11204         Call the splash buffer *About GNU Emacs*.
11206         * simple.el (next-error-highlight, next-error-highlight-no-select):
11207         Default to 0.5.
11208         (yank-excluded-properties): Add `fontified'.
11210         * font-lock.el (font-lock-compile-keywords): Allow value of
11211         syntax-begin-function to enable paren-column-0 highlighting.
11213 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
11215         * dired.el (dired-build-subdir-alist): When file ends in colon,
11216         don't exit the loop, just disregard that file.
11218 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
11220         * simple.el (line-move-finish): Handle corner case for fields in
11221         continued lines.
11222         (line-move-1): Remove flawed test for that case.
11224 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
11226         * icomplete.el (icomplete-simple-completing-p): Use the correct
11227         name for the new variable, `icomplete-with-completion-tables'.
11228         (file local variables): Remove superfluous setting.
11230 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
11232         * calendar/appt.el (appt-check): Fix typo for appointments just
11233         after midnight.
11235 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
11237         * help.el (describe-key-briefly, describe-key): Don't expect an
11238         extra up event if a down-event is generated by a popup menu.
11240 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
11242         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
11243         local dictionary when changing the global dictionary.
11245 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
11247         * icomplete.el (icomplete-with-completion-tables): List of
11248         specialized completion tables with which icomplete should
11249         operate.  Include the new `internal-complete-buffer', so icomplete
11250         works with interactive buffer-selection.
11251         (icomplete-simple-completing-p): Add acceptance of specialized
11252         completion tables listed in icomplete-with-completion-tables.
11254 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11256         * frame.el (focus-follows-mouse): Set default to nil on Mac.
11258         * startup.el (command-line): Use `custom-reevaluate-setting' for
11259         `focus-follows-mouse'.
11261 2006-09-22  Richard Stallman  <rms@gnu.org>
11263         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
11264         explain why Save is not available.
11266 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
11268         * woman.el (woman0-so): Use `let*', not `let'.
11269         (woman-horizontal-line): Remove unbalanced parenthesis.
11271 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11273         * woman.el: Make sure all the end-of-region markers we use have
11274         a non-nil insertion-type.
11275         (woman0-so): Move things around so we can use copy-marker.
11276         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
11277         Adjust marker type.
11278         (woman2-process-escapes): Check marker type.
11279         (woman-horizontal-line): Dispense with the use of a marker.
11281 2006-09-22  Jay Belanger  <belanger@truman.edu>
11283         * calc/calc-lang.el: Add Greek letters to math-variable-table
11284         property of tex.
11286 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
11288         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
11290 2006-09-22  Masatake YAMATO  <jet@gyve.org>
11292         * add-log.el (add-log-current-defun): Use `forward-sexp'
11293         instead of `forward-word' to pick c++::symbol.
11294         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
11296 2006-09-22  Kenichi Handa  <handa@m17n.org>
11298         * bindings.el: Fix setting self-insert-command for multibyte
11299         characters in global-map.
11301 2006-09-21  David Kastrup  <dak@gnu.org>
11303         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
11304         doc string.
11306 2006-09-21  Kenichi Handa  <handa@m17n.org>
11308         * language/european.el ("Latin-1"): Add windows-1252 to
11309         coding-priority.
11310         ("German"): Likewise.
11312 2006-09-21  Kim F. Storm  <storm@cua.dk>
11314         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
11315         Suggested by Miles Bader.
11317         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
11318         instead of add-to-list in the simple case.
11320 2006-09-20  Kenichi Handa  <handa@m17n.org>
11322         * isearch.el (isearch-process-search-char): Cancel the previous change.
11323         (isearch-search-string): New function.
11324         (isearch-search): Use isearch-search-string.
11325         (isearch-lazy-highlight-search): Likewise.
11327 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11329         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
11330         string to become an option.
11332 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11334         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
11336 2006-09-20  Kim F. Storm  <storm@cua.dk>
11338         * simple.el (line-move-partial): Call pos-visible-in-window-p with
11339         position t instead of trying both window-end and window-end - 1.
11341 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
11343         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
11344         hidden trees.
11346 2006-09-20  David Kastrup  <dak@gnu.org>
11348         * mouse.el (mouse-posn-property): Improve doc string.
11349         (mouse-on-link-p): Change buffers for function calls on links.
11351         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
11352         buffer is read-only.
11354 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
11356         * allout.el (allout-unprotected): Let inhibit-read-only only when
11357         buffer-read-only isn't set.
11358         (allout-annotate-hidden): Enable topic annotation during copies even
11359         when the buffer is read-only, eg for topic copies.  Ensure that the loop
11360         advances, even when the span extends beyond the deletion region.
11361         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
11362         rather than allout-exposure-changed-hook, as a stronger assertion.
11363         (allout-keybindings-list): Add bindings for
11364         allout-copy-line-as-kill and allout-copy-topic-as-kill.
11365         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
11366         Copy wrappers for allout-kill-line and allout-kill-topic.
11367         (allout-listify-exposed): Position correctly to accumulate lines.
11369 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
11371         * simple.el (line-move-1): Escape field boundaries occurring
11372         exactly at point.  Update goal column if constrained to a field.
11373         (line-move-finish): Escape field boundaries occurring exactly at point.
11375 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11377         * mouse.el (mouse-on-link-p): Tentatively fix last change.
11378         (mouse-drag-vertical-line): Remove unused var `wconfig'.
11380 2006-09-19  Kim F. Storm  <storm@cua.dk>
11382         * help.el (describe-key-briefly, describe-key): Simplify printing
11383         of descriptions by using format and %S.  Fix "is undefined"
11384         messages to say "at that spot" for mouse events.
11386         * simple.el (line-move-partial): Optimize.  Try window-line-height
11387         before posn-at-point to get vpos of current line.
11389 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11391         * emulation/viper.el: Bump up version/date of update to reflect the
11392         substantial changes done in August 2006.
11394         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
11395         push-button are defined.
11397         * ediff-util.el (ediff-add-to-history): New function.
11399         * ediff.el: Use ediff-add-to-history instead of add-to-history.
11401 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11403         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
11404         Delete duplicate make-local-variable form.
11405         (conf-space-keywords): Add autoload cookie.
11406         Fix typo (`keywords', not `keyword').
11408 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11410         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
11411         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
11412         to x-gtk-use-old-file-dialog.
11414 2006-09-18  Richard Stallman  <rms@gnu.org>
11416         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
11417         that might come in during mouse tracking.
11419 2006-09-18  Kim F. Storm  <storm@cua.dk>
11421         * simple.el (line-move-partial): Rework 2006-09-15 change to use
11422         new window-line-height function.  Further optimize by not calling
11423         pos-visible-in-window-p for window-end when window-line-height
11424         returns useful information.
11426 2006-09-16  Richard Stallman  <rms@gnu.org>
11428         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
11429         (conf-space-mode): Don't handle prefix arg.
11430         Delete conf-space-keywords-override code.
11431         Use add-hook.
11432         (conf-space-keywords): New command.
11433         (conf-space-mode-internal): Be careful with imenu-generic-expression.
11434         Delete conf-space-keywords-override code.
11435         (conf-space-keywords-alist): Doc fix.
11436         (conf-space-font-lock-keywords): Doc fix.
11437         (conf-space-keywords-override): Var deleted.
11439 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11441         * startup.el (fancy-splash-screens): Don't switch to the scratch
11442         buffer; it may not be the next buffer.
11444 2006-09-16  Romain Francoise  <romain@orebokech.com>
11446         * saveplace.el (load-save-place-alist-from-file): Use expanded name
11447         in both messages.
11449 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
11451         * progmodes/python.el (python-preoutput-filter):
11452         Fix arg order to string-match.
11454 2006-09-16  Richard Stallman  <rms@gnu.org>
11456         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
11457         font-lock-compile-keywords.
11459         * font-lock.el (font-lock-compile-keywords): Rename optional arg
11460         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
11462 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11464         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
11466         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
11467         and the data doesn't look like UTF8, send STRING instead.
11469 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
11471         * textmodes/flyspell.el (flyspell-check-region-doublons):
11472         New function to detect duplicated words.
11473         (flyspell-large-region): Use it.
11475 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11477         * simple.el (line-move-to-column): Revert 2006-08-03 change.
11479 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
11481         * help.el (describe-prefix-bindings): Use let, not let*.
11483 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
11485         * allout.el (allout-regexp, allout-line-boundary-regexp)
11486         (allout-bob-regexp): Correct grouping and boundaries to fix
11487         backwards traversal.
11488         (allout-depth-specific-regexp, allout-depth-one-regexp):
11489         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
11490         worse time in allout-ascend.
11491         (allout-doublecheck-at-and-shallower): Identify depth threshold
11492         below which topics are checked for and disqualified by containment
11493         discontinuities.
11494         (allout-hotspot-key-handler): Correctly handle multiple-key
11495         strokes.  Remove some unused variables.
11496         (allout-mode-leaders): Clarify that mode-specific comment-start
11497         will be used.
11498         (set-allout-regexp): Correctly regexp-quote allout regexps to
11499         properly accept alternative header-leads and primary bullets with
11500         regexp-specific characters (eg, C "/*", mathematica "(*").
11501         Include new regular expressions among those configured.
11502         (allout-infer-header-lead-and-primary-bullet):
11503         Rename allout-infer-header-lead.
11504         (allout-recent-depth): Manifest as a variable as well as a function.
11505         (allout-prefix-data): Simplify into an inline instead of a macro,
11506         assuming current match data rather than being explicitly passed
11507         it.  Establish allout-recent-depth value as well as
11508         allout-recent-prefix-beginning and allout-recent-prefix-end.
11509         (allout-aberrant-container-p): True when an item's immediate
11510         offspring discontinuously contained.  Useful for disqualifying
11511         unintended topic prefixes, likely at low depths.
11512         (allout-goto-prefix-doublechecked): Elaborate version of
11513         allout-goto-prefix which disqualifies aberrant pseudo-items.
11514         (allout-pre-next-prefix): Layer on top of lower-level routines, to
11515         get disqualification of aberrant containers.
11516         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
11517         containers.
11518         (allout-beginning-of-current-entry): Position at start of buffer
11519         when in container (depth 0) entry.
11520         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
11521         (allout-current-bullet): Strip text properties.
11522         (allout-get-prefix-bullet): Use right match groups.
11523         (allout-beginning-of-line, allout-next-heading):
11524         Disqualify aberrant containers.
11525         (allout-previous-heading): Disqualify aberrant containers, and
11526         change to regular (rather than inline) function, to allow
11527         self-recursion.
11528         (allout-get-invisibility-overlay): Increment so progress is made
11529         when the first overlay is not the sought one.
11530         (allout-end-of-prefix): Disqualify aberrant containers.
11531         (allout-end-of-line): Cycle something like allout-beginning-of-line.
11532         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
11533         outline.el outlines) functional again.  Change the primary bullet
11534         along with the header-lead - level 1 new-style bullets now work.
11535         Engage allout-before-change-handler in mainline Emacs, not just
11536         XEmacs, to do undo handling.
11537         (allout-before-change-handler): Expose undo changes occurring in
11538         hidden regions.  Use allout-get-invisibility-overlay instead of
11539         reimplementing it inline.
11540         (allout-chart-subtree): Use start rather than end of prefix in
11541         charts.  Use allout-recent-depth variable.
11542         (allout-chart-siblings): Disqualify aberrant topics.
11543         (allout-beginning-of-current-entry): Position correctly.
11544         (allout-ascend): Use new allout-depth-specific-regexp and
11545         allout-depth-one-regexp for linear instead of O(N^2) or worse
11546         behavior.
11547         (allout-ascend-to-depth): Depend on allout-ascend, rather than
11548         reimplementing an algorithm.
11549         (allout-up-current-level): Depend on allout-ascend, rather than
11550         reimplementing an algorithm.  Return to start-point if we fail.
11551         (allout-descend-to-depth): Use allout-recent-depth variable
11552         instead of function.
11553         (allout-next-sibling): On traversal of numerous intervening
11554         topics, resort to economical allout-next-sibling-leap.
11555         (allout-next-sibling-leap): Specialized version of
11556         allout-next-sibling that uses allout-ascend cleverly, to depend on
11557         a regexp search to leap large numbers of contained topics, rather
11558         than arbitrarily many one-by-one traversals.
11559         (allout-next-visible-heading): Disqualify aberrant topics.
11560         (allout-previous-visible-heading): Position consistently when
11561         interactive.
11562         (allout-forward-current-level): Base on allout-previous-sibling
11563         rather than (differently) reimplmenting the algorithm.  Remove some
11564         unused variables.
11565         (allout-solicit-alternate-bullet): Present default choice stripped
11566         of text properties.
11567         (allout-rebullet-heading): Use bullet stripped of text properties.
11568         Register changes using allout-exposure-change-hook.
11569         Disregard aberrant topics.
11570         (allout-shift-in): With universal-argument, make topic a peer of
11571         it's former offspring.  Simplify the code by separating out
11572         allout-shift-out functionality.
11573         (allout-shift-out): With universal-argument, make offspring peers
11574         of their former container, and its siblings.  Implement the
11575         functionality here, rather than inappropriately muddling the
11576         implementation of allout-shift-in.
11577         (allout-rebullet-topic): Respect additional argument for new
11578         parent-child separation function.
11579         (allout-yank-processing): Use allout-ascend directly.
11580         (allout-show-entry): Disqualify aberrant topics.
11581         (allout-show-children): Handle discontinuous children gracefully,
11582         extending the depth being revealed to expose them and posting a
11583         message indicating the situation.
11584         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
11585         Leave cursor in correct position.
11586         (allout-hide-current-subtree): Use allout-ascend directly.
11587         Disqualify aberrant topics.
11588         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
11589         a way that the yanks can restore it, as used to happen.
11590         (allout-yank-processing): Restore exposure layout as recorded by
11591         allout-kill-*, as used to happen.
11592         (allout-annotate-hidden, allout-hide-by-annotation): New routines
11593         for preseving and restoring exposure layout across kills.
11594         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
11595         (allout-encrypt-string): Strip text properties.
11596         Rearranged order and outline-headings for some of the
11597         miscellaneous functions.
11598         (allout-resolve-xref): No need to quote the error name in the
11599         condition-case handler section.
11600         (allout-flatten): Classic recursive (and recursively intensive,
11601         without tail-recursion) list-flattener, needed by allout-shift-out
11602         when confronted with discontinuous children.
11604 2006-09-16  Jason Rumney  <jasonr@gnu.org>
11606         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
11607         on ms-windows.
11608         (dnd-open-unc-file): Remove.
11609         (dnd-open-local-file): Mention in doc string that it also handles
11610         remote files if the system natively supports unc file-names.
11612 2006-09-15  Kim F. Storm  <storm@cua.dk>
11614         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
11615         all necessary information about the event before erasing *Help*.
11617         * simple.el (line-move-partial): Use window-line-visiblity to
11618         quickly check whether last line is partially visible, and only do
11619         the hard (and slow) part in that case.
11621 2006-09-15  Jay Belanger  <belanger@truman.edu>
11623         * COPYING: Replace "Library Public License" by "Lesser Public
11624         License" throughout.
11626 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11628         * term/x-win.el (x-menu-bar-open): New function for F10.
11630 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
11632         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11633         Disallow filenames containing " -" to avoid confusion with libtool
11634         compilation messages.  Suggested by Stefan Monnier.
11636 2006-09-15  David Kastrup  <dak@gnu.org>
11638         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
11639         instead of buffer position for `mouse-on-link-p'.
11641         * mouse.el (mouse-posn-property): New function looking up the
11642         properties at a click position in overlays and text properties in
11643         either buffer or strings.
11644         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
11645         of both `follow-link' as well as `mouse-face' properties.
11646         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
11647         buffer position.
11649         * help.el (describe-key-briefly): When reading a down-event on
11650         mode lines or scroll bar, swallow the following up event, too.
11651         Use the new mouse sensitity of `key-binding' for lookup.
11652         (describe-key): The same here.
11654 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
11656         * play/life.el (life-patterns): Add a few more interesting patterns.
11657         (life-setup): Force `show-trailing-whitespace' to nil.
11659 2006-09-14  Richard Stallman  <rms@gnu.org>
11661         * startup.el (fancy-splash-text): Change text to improve alignment.
11662         (fancy-splash-screens): Don't set non-standard tab width.
11663         Bind cursor-type temporarily, and make it easy to patch to
11664         preserve the splash buffer.
11665         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
11666         (fancy-splash-screens): Display echo-area message explicitly.
11667         Don't set fancy-splash-help-echo.
11669         * simple.el (line-number-mode): Group mode-line instead of
11670         editing-basics.
11671         (column-number-mode, size-indication-mode): Likewise.
11673         * faces.el (mode-line-faces): Group mode-line instead of modeline.
11675         * time.el (display-time): Group mode-line instead of modeline.
11677         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
11679 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
11681         * startup.el (fancy-splash-text): Move editing instructions to
11682         fancy-splash-head.
11683         (fancy-splash-head): Issue editing instructions.
11684         (fancy-splash-screens): Fixup whitespace.
11686 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11688         * bindings.el (mode-line-buffer-identification-keymap):
11689         Remove duplicate line.
11691 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11693         * ido.el (ido-ignore-item-p): Allow any kind of functions in
11694         ignore lists.
11696 2006-09-14  Kim F. Storm  <storm@cua.dk>
11698         * jit-lock.el (jit-lock-fontify-again): New function.
11699         (jit-lock-fontify-now): Use it instead of lambda form.
11701 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
11703         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
11704         (flyspell-auto-correct-word): Make ispell-filter local to these
11705         functions.  Check that ispell-filter has new stuff before calling
11706         ispell-parse-output.
11708 2006-09-13  Kim F. Storm  <storm@cua.dk>
11710         * simple.el (line-move-partial): Optimize.
11712 2006-09-13  Richard Stallman  <rms@gnu.org>
11714         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
11715         Delete spurious backquote.
11717 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11719         * net/rcirc.el (rcirc-print): Fix last change.
11721 2006-09-12  Jay Belanger  <belanger@truman.edu>
11723         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
11725 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11727         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
11728         rcirc-show-maximum-output.
11729         (rcirc-mode): Remove window-scroll-function hook.
11730         (rcirc-scroll-to-bottom): Remove function.
11731         (rcirc-print): Recenter so point stays at the bottom of the window
11732         if point was already there.
11734 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11736         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
11737         not to "t".
11738         * progmodes/compile.el (compilation-start): Likewise.
11739         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
11740         Don't use expand-file-name on invocation-directory, since this
11741         might mishandle special characters in invocation-directory.
11743 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * pcvs-defs.el: Remove * in defcustom's docstrings.
11747 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
11749         * progmodes/compile.el (compilation-directory-properties):
11750         Doc fix for help-echo.
11752 2006-09-12  Lars Hansen  <larsh@soem.dk>
11754         * desktop.el (desktop-read): Add comment.
11756 2006-09-12  Kim F. Storm  <storm@cua.dk>
11758         * simple.el (next-error-highlight, next-error-highlight-no-select):
11759         Fix spelling error.
11761         * subr.el (sit-for): Rework to use input-pending-p and cond.
11762         Return nil input is pending on entry also for SECONDS <= 0.
11763         (while-no-input): Use input-pending-p instead of sit-for.
11765 2006-09-11  Richard Stallman  <rms@gnu.org>
11767         * simple.el (next-error-highlight, next-error-highlight-no-select):
11768         Fix custom type and doc strings.
11770 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11772         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
11773         (diff-apply-hunk): Use it to ask for confirmation.
11775 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
11777         * emacs-lisp/cl.el (pushnew): Add missing `,'.
11779 2006-09-11  David Kastrup  <dak@gnu.org>
11781         * help.el (string-key-binding, describe-key-briefly)
11782         (describe-key): Remove `string-key-binding' and its callers since
11783         `key-binding' already caters for the proper lookup now.
11785 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11787         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
11788         (cfengine-mode): Use it.  Fix \ syntax to be like /.
11790         * bindings.el (mode-line-buffer-identification-keymap):
11791         Move initialization into declaration.
11793 2006-09-10  Kim F. Storm  <storm@cua.dk>
11795         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
11796         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
11797         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
11798         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
11800 2006-09-10  Richard Stallman  <rms@gnu.org>
11802         * dired-aux.el: Handle errors in recursive copy usefully.
11803         (dired-create-files-failures): New variable.
11804         (dired-copy-file): Remove condition-case.
11805         (dired-copy-file-recursive): Check for errors on all file
11806         operations, and add them to dired-create-files-failures.
11807         Check file file-date-erorr here too.
11808         (dired-create-files): Check dired-create-files-failures
11809         and report those errors too.
11811         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11813         * subr.el (add-to-list): New argument COMPARE-FN.
11815 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11817         * filecache.el (file-cache-add-directory)
11818         (file-cache-add-directory-list, file-cache-add-file)
11819         (file-cache-add-directory-using-find)
11820         (file-cache-add-directory-using-locate)
11821         (file-cache-add-directory-recursively): Add autoloads.
11823 2006-09-09  Richard Stallman  <rms@gnu.org>
11825         * textmodes/conf-mode.el (conf-space-mode):
11826         Use hack-local-variables-hook instead of calling hack-local-variables.
11827         (conf-space-keywords-override): New variable.
11828         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
11829         (conf-space-mode): Always make conf-space-keywords and
11830         conf-space-keywords-override local.
11831         Call conf-space-mode-internal directly as well as via hook.
11833 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11835         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
11836         quasi-keywords.
11838 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11840         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
11841         (python-send-string): Be slightly more careful about adding \n.
11843         * startup.el (normal-splash-screen): Don't display the buffer if we'll
11844         kill it right away anyway.
11846 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
11848         * international/codepage.el (cp850-decode-table): Fix a few codes.
11849         (cp858-decode-table): New variable.
11851 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11853         * net/ldap.el (ldap-search-internal): Doc fix.
11855 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11857         * play/life.el (life-display-generation): Test for input manually if
11858         `sleeptime' is negative or null.
11860         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
11861         (print-region-1): Substitute `%s' with the page title.
11863 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
11865         * locate.el (locate-current-search): New variable.
11866         (locate): Set buffer local value.  Use current buffer if it is
11867         in Locate mode.
11868         (locate-mode): Disable undo here.
11869         (locate-do-setup): Use locate-current-filter from buffer to be killed.
11870         (locate-update): Use locate-current-search and locate-current-filter.
11872 2006-09-08  David Kastrup  <dak@gnu.org>
11874         * desktop.el (desktop-read): When loading a desktop, disable
11875         saving it while the load progresses, and switch off a pending lazy
11876         load by calling `desktop-lazy-abort'.
11878 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
11880         * window.el (mouse-autoselect-window-timer)
11881         (mouse-autoselect-window-position)
11882         (mouse-autoselect-window-window)
11883         (mouse-autoselect-window-now): New vars.
11884         (mouse-autoselect-window-cancel)
11885         (mouse-autoselect-window-select)
11886         (mouse-autoselect-window-start): New functions.
11887         (handle-select-window): Call `mouse-autoselect-window-start' when
11888         delayed window autoselection is enabled.
11890         * cus-start.el (mouse-autoselect-window): Handle delayed window
11891         autoselection.
11893         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
11894         commands after which it is allowed to print in the echo area.
11896 2006-09-08  Richard Stallman  <rms@gnu.org>
11898         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
11900         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
11901         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
11903         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
11904         (cancel-timer-internal): Add doc string.
11905         (cancel-function-timers): Doc fix.
11906         (with-timeout-handler, timer-event-last*): Add doc strings.
11908         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
11910         * files.el (risky-local-variable-p): Match ...-bindat-spec.
11912         * dired.el (dired-log-summary): Add doc string.
11914         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
11915         (custom-group-menu-create): Not here.
11917 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
11919         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
11921 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11923         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
11924         (mac-apple-event-map): Define its handler.
11926 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11928         * net/ldap.el (ldap-search-internal): Handle `auth' key.
11930 2006-09-07  Magnus Henoch  <mange@freemail.hu>
11932         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
11933         clause.
11935 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11937         * info.el (Info-index): Bind completion-ignore-case.
11939 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11941         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
11942         previous commit.
11943         (inferior-prolog-guess-flavor): New fun left out of previous commit.
11944         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
11945         burp in dedicated windows.
11946         (inferior-prolog-self-insert-command): New command.
11947         (inferior-prolog-mode-map): Use it.
11949 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11951         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
11953         * international/code-pages.el: Add cp858.
11955 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11957         * dnd.el: Fix bootstrapping.
11959 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11961         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
11962         (dnd-open-remote-url): New function.
11963         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
11964         not windows-nt.
11966 2006-09-07  Jason Rumney  <jasonr@gnu.org>
11968         * dnd.el (dnd-open-remote-file-function): New variable.
11969         (dnd-open-unc-file): New function.
11970         (dnd-open-file): Call dnd-open-remote-file-function if set.
11972 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11974         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
11975         pgg-passphrase-coding-system rather than locale-coding-system.
11976         * pgg-def.el (pgg-passphrase-coding-system): New user option.
11978 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         * progmodes/prolog.el: Remove * in docstrings.
11981         (prolog-program-name): Add SWI prolog.
11982         (prolog-mode-menu): New menu.
11983         (prolog-mode): Set comment-add.
11984         (prolog-indent-line): Simplify.  Use indent-line-to.
11985         (inferior-prolog-buffer): New var.
11986         (inferior-prolog-run, inferior-prolog-process): New funs.
11987         (run-prolog, switch-to-prolog): Rewrite, using them.
11988         (prolog-consult-region): Use inferior-prolog-buffer.
11989         (inferior-prolog-load-file): New function.
11990         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
11992         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
11993         last word, if it's not the end of the paragraph.
11995         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
11996         file name.
11998 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
12000         * frame.el (display-mm-dimensions-alist): New defcustom.
12001         (display-mm-height, display-mm-width): Use it.
12003 2006-09-06  Simon Josefsson  <jas@extundo.com>
12005         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
12007 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
12009         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
12010         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
12011         string values.
12013 2006-09-06  Kim F. Storm  <storm@cua.dk>
12015         * simple.el (line-move-partial): New function to do vscrolling for
12016         partially visible images / tall lines.  Rewrite based on code
12017         previously in line-move.  Simplify backwards vscrolling.
12018         (line-move): Use it.  Simplify.
12020 2006-09-05  Kim F. Storm  <storm@cua.dk>
12022         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
12024 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
12026         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12027         Process the `gcc-include' after the `gnu' rule.
12029 2006-09-05  Kim F. Storm  <storm@cua.dk>
12031         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
12033 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12035         * pgg.el (pgg-clear-string): Alias to clear-string for backward
12036         compatibility.
12038         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
12039         inhibit-redisplay; encode passphrase with locale-coding-system.
12041 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
12043         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
12045 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
12047         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
12048         (gdb-var-list-children-regexp): Make type field optional.
12050         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
12051         e.g public, protected in C++.
12053 2006-09-04  John Paul Wallington  <jpw@pobox.com>
12055         * simple.el (completion-show-help): New defcustom.
12056         (completion-setup-function): Heed it.
12058 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
12060         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
12062 2006-09-04  Richard Stallman  <rms@gnu.org>
12064         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
12065         (rsf-min-region-to-spam-list): Doc fix.
12066         (rsf-add-content-type-field): Doc fix.
12068         * simple.el (kill-region): Explicitly test there is a region.
12070 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12072         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
12073         sendmail in several common directories.
12075         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
12077         * paths.el (sendmail-program): Removed.
12079 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
12081         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
12082         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
12083         http://article.gmane.org/gmane.emacs.gnus.general/50457
12085 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
12087         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
12088         mark after running the menu filter.
12090 2006-09-03  Juri Linkov  <juri@jurta.org>
12092         * international/quail.el (quail-defrule-internal): Add a check
12093         if a key is a vector.
12095 2006-09-02  Juri Linkov  <juri@jurta.org>
12097         * man.el (Man-topic-history): New variable.
12098         (man): Use it.
12100         * woman.el (woman-topic-history): Change defvar to defvaralias
12101         for symbol `Man-topic-history'.
12103         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
12104         `comint-last-output-start' is a marker by using `markerp' and
12105         check if it has a position by using `marker-position', and use
12106         this position for `goto-char'.
12108         * international/quail.el (quail-defrule-internal): Add missing
12109         `error' call for null key.
12111 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
12113         * net/rcirc.el (rcirc-keywords): New variable.
12114         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
12115         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
12116         variables.
12117         (rcirc-responses-no-activity): New function.
12118         (rcirc-handler-generic): Check for responses in above.
12119         (rcirc-process-command): Add ?: character to arguments of raw
12120         server commands.
12121         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
12122         `rcirc-dim-nicks'.
12123         (rcirc-gray-toggle): Remove unused variable.
12124         (rcirc-print): Remove some tracking logic, which is moved into
12125         markup functions.
12126         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
12127         types.
12128         (rcirc-activity-string): Look for 'keyword in activity-types.
12129         (rcirc-window-configuration-change): Don't erase overlay-arrow
12130         unnecessarily.
12131         (rcirc-add-or-remove): New function.
12132         (rcirc-cmd-ignore): Use it.
12133         (rcirc-message-leader): Remove unused function.
12134         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
12135         (rcirc-add-face): New function.
12136         (rcirc-facify): Use rcirc-add-face.
12137         (rcirc-url-regexp): Add parens.
12138         (rcirc-map-regexp): Remove function.
12139         (rcirc-mangle-regexp): Remove function.
12140         (rcirc-markup-text-functions): New variable.
12141         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
12142         (rcirc-markup-body-text, rcirc-markup-attributes)
12143         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
12144         (rcirc-markup-bright-nicks): New markup handler functions.
12145         (rcirc-nick-in-message-full-line): New face.
12146         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
12147         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
12149 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
12151         * cus-start.el (hscroll-margin, hscroll-step)
12152         (mode-line-in-non-selected-windows, mouse-autoselect-window)
12153         (x-use-underline-position-properties): Change version to "22.1"
12154         since they will appear there for the first time.
12156 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
12158         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
12160 2006-08-31  Richard Stallman  <rms@gnu.org>
12162         * cus-edit.el (custom-save-variables): Slight cleanup.
12163         (Custom-no-edit): Renamed from custom-no-edit.
12164         (Custom-newline): Renamed from custom-newline.
12165         (custom-mode-map): Use new names.
12167         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
12168         about customization, rather than M-x customize, in the doc string
12169         made for the defcustom.
12171         * emacs-lisp/trace.el (trace-function-background): Doc fix.
12173 2006-08-31  Romain Francoise  <romain@orebokech.com>
12175         * dired-x.el (dired-guess-shell-alist-default): Update.
12177 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
12179         * custom.el (custom-theme-set-variables): Autoload packages before
12180         sorting the variables.
12182 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
12184         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12185         Convert events to chars if XEmacs.
12186         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
12188 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12190         * progmodes/python.el (python-eldoc-function): Re-enable quit while
12191         waiting for process.
12193 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12195         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
12196         results in ASCII-only string, encode original one directly.
12198 2006-08-29  Romain Francoise  <romain@orebokech.com>
12200         * startup.el (normal-splash-screen, fancy-splash-screens):
12201         Make buffer read-only and arrange to enter view mode if necessary.
12203 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
12205         * hl-line.el (hl-line): New face.
12206         (hl-line-face): Use it.
12208         * image-mode.el (image-mode): Fix last fix.
12209         Suggested by Kim F. Storm.
12211 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
12213         Sync with Tramp 2.0.54.
12215         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
12216         of `=', because `tramp-get-remote-gid' might not always return an
12217         integer when expected.
12218         (tramp-register-file-name-handlers): `partial-completion-mode' is
12219         unknown to XEmacs.
12220         (tramp-time-diff): Don't use `floor', it might fail for large
12221         differences.
12222         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
12223         `tramp-auto-save-directory' if unset in order to guarantee unique
12224         auto-save file names.
12226 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
12228         * image-mode.el (image-mode): Display image as text on a terminal.
12230 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * progmodes/python.el (python-send-command): Simplify.
12233         (run-python): Don't generate a new buffer unless `new' was specified.
12234         Make sure we send `import emacs' to the proper process.
12236         * progmodes/python.el (python-send-command): Don't wait for the command
12237         to terminate.  Don't fiddle with compilation-parsing-end.
12239 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
12241         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12242         Insert commentary after first line summary.
12244         * woman.el (woman-follow): New function, based on `man-follow'.
12245         (woman-mode-map): Use it.
12247         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
12248         since ibuffer-do-sort-by-recency does not define a sorter.
12250 2006-08-28  Kim F. Storm  <storm@cua.dk>
12252         * find-dired.el (find-dired): Use shell-quote-argument to properly
12253         escape ( and ) args.  Also use it on {} and ; args in default
12254         value of find-ls-option string.
12255         (find-grep-dired): Use shell-quote-argument on {} and ; args.
12257 2006-08-27  Michael Olson  <mwolson@gnu.org>
12259         * emacs-lisp/tq.el: Small grammar fix in comments.
12260         (tq-enqueue): Check for existence of queue rather than the
12261         head queue item's question, which was a no-op.
12262         (tq-filter, tq-process-buffer): Make sure the process buffer
12263         exists before making it the current buffer.
12265 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12267         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
12268         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
12269         (special-event-map): Apply 2006-08-16 change for x-win.el.
12271 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12273         * progmodes/python.el (python-send-receive): Wait in the
12274         process's buffer so as to check the right buffer-local variables.
12276 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12278         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
12279         (defgroup checkdoc): Move to beginning.
12281         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
12282         (python-preoutput-continuation): Remove.
12283         (python-preoutput-filter): Simplify correspondingly.
12284         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
12285         Loop around to catch embedded _emacs_out output.
12286         (run-python): Send the import&print command on a single line.
12287         (python-send-command): Send command&print on a single line.
12288         (python-send-string): Only add double \n if needed.
12289         (python-send-receive): Loop until the result comes.
12290         (python-mode-running): Defvar it.
12291         (python-setup-brm): Remove unused var `menu'.
12292         Only bind py-mode-map and `features' around brm-init.
12293         (python-calculate-indentation): Remove unused var `point'.
12294         (python-beginning-of-defun): Remove unused var `def-line'.
12296 2006-08-25  Richard Stallman  <rms@gnu.org>
12298         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
12300 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
12302         * emulation/viper.el (viper-set-hooks): Use frame bindings for
12303         viper-vi-state-cursor-color.
12304         (viper-non-hook-settings): Don't set default
12305         mode-line-buffer-identification.
12307         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12308         New fun.
12309         (viper-set-cursor-color-according-to-state)
12310         (viper-get-saved-cursor-color-in-replace-mode)
12311         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
12312         viper-emacs-state-cursor-color.
12314         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
12315         (viper-undo): Use point if undo-beg-posn is nil.
12316         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
12317         (viper-after-change-undo-hook): Don't use
12318         viper-emacs-state-cursor-color by default.
12319         (viper-undo): More sensible positioning after undo.
12321         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
12322         (viper-emacs-state-cursor-color): Default to nil, since this feature
12323         doesn't work well yet.
12325         * ediff-mult.el (ediff-intersect-directories)
12326         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
12327         always expand filenames.
12329 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12331         * tumme.el: Remove * in defcustoms's docstrings.
12333 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
12335         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
12336         Accept internal time format for SECS arg.
12337         (timer-relative-time): Doc fix.
12339         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
12340         adapted from Martin Rudalics.
12341         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
12342         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
12343         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
12344         using sit-for.
12346 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
12348         * cus-start.el (all): Add `overline-margin' and
12349         `x-underline-at-descent-line'.
12351 2006-08-24  Kim F. Storm  <storm@cua.dk>
12353         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
12354         to mean "use find -exec"; nil now unambiguously means auto-detect.
12355         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
12356         Use shell-quote-argument to build grep-find-command and
12357         grep-find-template.
12358         (rgrep): Use shell-quote-argument to properly quote arguments to find.
12359         Reported by Tom Seddon.
12361 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
12363         * startup.el (fancy-splash-head): Give instructions for dismissing
12364         the splash screen for default startup too.
12365         (display-startup-echo-area-message, fancy-splash-screens)
12366         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
12367         all splash text at once and keep the splash buffer around.
12368         (command-line-1): Give display-startup-echo-area-message a t arg.
12370 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
12372         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
12373         gnus frame is selected.
12375 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
12377         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
12379 2006-08-22  Kim F. Storm  <storm@cua.dk>
12381         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
12382         Add suffix matching for subdirs.
12384 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
12386         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
12387         mouse-yank-at-point is non-nil.
12389 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
12391         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
12392         a bit wider and remove fringes to fit initial output on line.
12394 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12396         * frame.el (blink-cursor-end): Only ignore the error we care about.
12397         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
12399 2006-08-21  Richard Stallman  <rms@gnu.org>
12401         * whitespace.el (whitespace-cleanup): Doc fix.
12403 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
12405         * net/rcirc.el (rcirc-show-maximum-output): New var.
12406         (rcirc-buffer-process): If no buffer argument is supplied, use
12407         current-buffer.
12408         (rcirc-complete-nick): Complete to the last completed nick first.
12409         (rcirc-mode): Preserve the value of `rcirc-urls' across
12410         connections.  Setup scroll function.
12411         (rcirc-scroll-to-bottom): New function.
12412         (rcirc-print): Use nick syntax around regexp work.
12413         Notice dim-nicks speaking only if they say our nick.
12414         (rcirc-update-activity-string): Do not show the modeline indicator
12415         if there are no live rcirc processes.
12416         (rcirc-cmd-ignore): Ignore case.
12417         (rcirc-browse-url-at-point): Fix off-by-one error.
12419 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12421         * progmodes/python.el: Remove * in defcustom docstrings.
12422         (run-python, python-proc, python-try-complete): Use derived-mode-p.
12423         (python-mode): Set tab-width and indent-tabs-mode.
12425 2006-08-20  Dave Love  <fx@gnu.org>
12427         * progmodes/python.el: Update to Dave Love's latest version.
12428         (python-font-lock-keywords, python-mode): Don't use
12429         font-lock-syntax-table, but match symbol elements explicitly instead.
12430         (python-mode-map): Add help, and a few more key bindings.
12431         (python-skip-comments/blanks): Move out of comments as well.
12432         (python-continuation-line-p): Behave better with unbalanced parens.
12433         (python-blank-line-p): New fun.
12434         (python-open-block-statement-p): Don't use a heuristic.
12435         (python-outdent-p): Better handle blocks-in-the-same-line.
12436         (python-calculate-indentation): Misc improvements.
12437         (python-comment-indent): Remove.
12438         (python-block-pairs): New var.
12439         (python-first-word): New fun.
12440         (python-indentation-levels): Handle more common cases.
12441         (python-indent-line-1): Add `leave' argument.
12442         (python-indent-region): New fun.
12443         (python-skip-out): New fun.
12444         (python-beginning-of-statement, python-end-of-statement): Use it.
12445         (python-next-statement): Return correct count even at eob.
12446         (python-end-of-block): Fix paren-typo.
12447         (python-imenu-create-index): Add module variables.
12448         (run-python): Add `new' arg.
12449         Check we're at a prompt before returning.
12450         (python-send-command): Move to end of buffer.
12451         Wait for prompt to return.
12452         (python-set-proc): New fun.
12453         (python-imports): New var.
12454         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
12455         (python-eldoc-function): Try to move out of arg list.
12456         (python-outline-level): Offset by 1.
12457         (python-find-imports): New fun.
12458         (python-symbol-completions): Use python-imports.
12459         (python-module-path, ffap-alist): Add support for ffap.
12460         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
12461         (python-insert-*, python-default-template, python-expand-template):
12462         Add templates/skeletons.
12463         (python-setup-brm): Support for Bicycle Repair Man.
12464         (python-abbrev-syntax-table): New var.
12465         (python-abbrev-pc-hook, python-pea-hook): New funs.
12467 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
12469         * frame.el (blink-cursor-start): Set timer first.
12470         (blink-cursor-end): Ignore timer cancelling errors.
12471         Suggested by Ken Manheimer.
12473 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
12475         * newcomment.el (comment-box): Call `comment-normalize-vars'.
12476         Add autoload cookie.
12478 2006-08-20  Richard Stallman  <rms@gnu.org>
12480         * simple.el (line-number-at-pos): Doc fix.
12482         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
12483         timer-activate-when-idle, so timer can run before Emacs becomes
12484         non-idle again.
12486 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12488         * whitespace.el (whitespace-cleanup-internal): New optional arg
12489         REGION-ONLY.  If it's non-nil, modify the message to the user
12490         accordingly.
12491         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
12492         a non-nil argument.
12494 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
12496         * rect.el (spaces-string): Simplify and add doc string.
12498 2006-08-17  Romain Francoise  <romain@orebokech.com>
12500         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
12502 2006-08-17  Richard Stallman  <rms@gnu.org>
12504         * compare-w.el (compare-windows): lambda's take an arg and pass
12505         it to compare-windows-skip-whitespace.
12507 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
12509         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
12510         the right buffer.
12512 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12514         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
12515         removed files.
12517 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
12519         * progmodes/gdb-ui.el (gdb-locals-watch-map)
12520         (gdb-locals-watch-map-1): Suppress keymap first.
12521         (gdb-edit-locals-map-1): New variable.
12522         (gdb-edit-locals-value): New function.
12523         (gdb-stack-list-locals-handler): Use them.
12525 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12527         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
12528         cursor would normally be drawn in the fringe.
12530         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
12531         Reported by Martin Rudalics <rudalics@gmx.at>.
12533 2006-08-16  Richard Stallman  <rms@gnu.org>
12535         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12536         (special-event-map): Process drag-n-drop events this way.
12538         * simple.el (move-beginning-of-line): Test whether fields
12539         would prevent motion back to line's first visible character.
12540         If so, stop where the fields would stop the motion.
12542         * newcomment.el (comment-indent): Fully update INDENT
12543         before checking to see if it will change the text.
12545         * cus-edit.el (custom-newline): New function.
12546         (custom-mode-map): Bind newline to custom-newline.
12548         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
12549         into ignore-whitespace.
12550         Check each buffer for its skip-function.
12551         Handle compare-windows-skip-whitespace special-case test
12552         by returning t from default skip function.
12554 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
12556         * textmodes/org.el (org-clock-special-range)
12557         (org-clock-update-time-maybe): New functions.
12558         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
12559         not only a-z.
12560         (org-agenda-get-blocks): Allow multiple blocks per headline.
12561         (org-timestamp-change): Call `org-clock-update-time-maybe'.
12562         (org-export-html-title-format)
12563         (org-export-html-toplevel-hlevel): New options.
12564         (org-export-language-setup): Add support for Czech.
12565         (org-mode, org-insert-todo-heading, org-find-visible)
12566         (org-find-invisible, org-invisible-p, org-invisible-p2)
12567         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
12568         (org-show-subtree, org-show-entry, org-make-options-regexp):
12569         Remove compatibility support for old outline-mode.
12570         (org-check-occur-regexp): Funtion removed.
12571         (org-on-heading-p, org-back-to-heading): Made defalias.
12572         (org-set-local): New defsubst.
12573         (org-set-regexps-and-options, org-mode)
12574         (org-set-font-lock-defaults, org-edit-agenda-file-list)
12575         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
12576         (org-remember-apply-template, org-table-edit-field)
12577         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
12578         (org-set-autofill-regexps): Use `org-set-local'.
12579         (org-table-eval-formula): Fix bug with parsing of display flags.
12581 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
12583         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
12584         frame with fringe arrow.  Suggested by Simon Marshall
12585         <simon.marshall@misys.com>.
12586         (gdb-stack-position): New variable.
12587         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
12588         (gdb-frames-mode): Set gdb-stack-position to nil.
12589         Add to overlay-arrow-variable-list
12590         (gdb-reset): Delete gdb-stack-position from above list.
12592 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12594         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
12595         read only.
12597 2006-08-13  Romain Francoise  <romain@orebokech.com>
12599         * cus-theme.el (customize-create-theme)
12600         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
12602         * filesets.el (filesets-add-buffer): Ditto.
12604         * pcvs.el (cvs-change-cvsroot): Ditto.
12606 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
12608         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
12609         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
12610         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
12611         expressions.
12612         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
12613         Only search till end of line.
12614         Add face to function names in case of no filename.
12615         Add face to variable names of watchpoints.
12617 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
12619         * cus-start.el <indent-tabs-mode>: Move to the `indent'
12620         customization group.
12622 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
12624         * allout.el (allout-prior-bindings, allout-added-bindings):
12625         Remove, after long deprecation.
12626         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
12627         Add customization vars controlling allout-beginning-of-line and
12628         allout-end-of-line conveniences.
12629         (allout-header-prefix, allout-use-mode-specific-leader)
12630         (allout-use-mode-specific-leader, allout-mode-leaders):
12631         Revise docstrings.
12632         (allout-infer-header-lead): Change to be an alias for
12633         allout-infer-header-lead-and-primary-bullet.
12634         (allout-infer-header-lead-and-primary-bullet): New version of
12635         allout-infer-header-lead which assigns the primary bullet to the
12636         same as the header lead, when its being changed.
12637         (allout-infer-body-reindent): Apply regexp-quote instead of
12638         unconditionally prepending "\\", so that all literal
12639         allout-header-prefix and allout-primary-bullet strings are
12640         properly handled.
12641         (allout-add-resumptions): Add optional qualifier for extending or
12642         appending to existing values, rather than replacing them.
12643         (allout-view-change-hook): Clarify docstring.
12644         (allout-exposure-change-hook): Take explicit arguments, via
12645         run-hook-with-args.
12646         (allout-structure-added-hook)
12647         (allout-structure-deleted-hook)
12648         (allout-structure-shifted-hook): New hooks analogous to
12649         allout-exposure-change-hook for other kinds of structural outline
12650         edits.
12651         (allout-encryption-plaintext-sanitization-regexps): New encryption
12652         customization variable, by which cooperating modes can provde
12653         massage of the plaintext without actually being passed it.
12654         (allout-encryption-ciphertext-rejection-regexps)
12655         (allout-encryption-ciphertext-rejection-ceiling): New encryption
12656         customization variables, by which cooperating modes can prohibit
12657         rare but possible ciphertext patterns from fouling their
12658         operation, with actually being passed the ciphertext.
12659         (allout-mode): Run activation and deactivation hooks after the
12660         minor-mode variable has been toggled, to clarify the mode
12661         disposition.  The new encryption ciphertext rejection variable is
12662         used to ensure that the ciphertext does not contain text that
12663         would be recognized as outline structural elements by allout.
12664         Substite allout-beginning-of-line and allout-end-of-line for
12665         conventionall beginning-of-line and end-of-line bindings.
12666         If allout-old-style-prefixes is non-nil, don't nullify it on mode
12667         activation!
12668         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
12669         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
12670         (allout-chart-subtree): Implement new mode, charting only the
12671         visible items in the subtree, when new 'visible' parameter is non-nil.
12672         (allout-end-of-subtree): Properly handle the last item in the buffer.
12673         (allout-pre-command-business, allout-command-counter):
12674         Increment an advertised counter so that cooperating enhancements can
12675         track revisions of items.
12676         (allout-open-topic): Run allout-structure-added-hook with suitable
12677         arguments.
12678         (allout-shift-in): Run allout-structure-shifted-hook with suitable
12679         arguments.
12680         (allout-shift-out): Fix doubling for negative args and ensure call
12681         of allout-structure-shifted-hook by solely using allout-shift-in.
12682         (allout-kill-line, allout-kill-topic):
12683         Run allout-structure-deleted-hook with suitable arguments.
12684         (allout-yank-processing): Run allout-structure-added-hook with
12685         proper arguments.
12686         (allout-yank): Enclose activity in allout-unprotected.
12687         (allout-flag-region): Run allout-exposure-change-hook with
12688         suitable arguments, instead of making the callee infer the arguments.
12689         (allout-encrypt-string):
12690         Support allout-encryption-plaintext-sanitization-regexps,
12691         allout-encryption-ciphertext-rejection-regexps, and
12692         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
12693         en/de cryption mode in symmetric encryption failure message.
12694         (allout-obtain-passphrase): Use copy-sequence to get a distinct
12695         copy of the passphrase, and don't zero it or we'll corrupt the
12696         stashed copy.
12697         (allout-create-encryption-passphrase-verifier)
12698         (allout-verify-passphrase): Respect the new signature for
12699         allout-encrypt-string.
12700         (allout-get-configvar-values): Convenience for getting a
12701         configuration variable value and handling its absence gracefully.
12703 2006-08-11  Romain Francoise  <romain@orebokech.com>
12705         * obsolete/zone-mode.el: Delete.
12707 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12709         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
12711 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
12713         * emacs-lisp/bindat.el (bindat-ip-to-string):
12714         Use `format-network-address' if possible.
12716 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12718         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
12720 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
12722         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
12723         restore unread-command-events here.
12724         (edebug-display): Do it here, to detect sit-for interruptions.
12726 2006-08-10  Romain Francoise  <romain@orebokech.com>
12728         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
12729         (dns-mode-soa-auto-increment-serial): New user option.
12730         (dns-mode-soa-maybe-increment-serial): New function.
12731         (dns-mode): Add the latter to `write-contents-functions'.
12733         * obsolete/zone-mode.el: Move to obsolete/ from net/.
12734         Delete autoload cookies.
12736 2006-08-10  John Wiegley  <johnw@newartisans.com>
12738         * eshell/em-glob.el (eshell-glob-chars-list)
12739         (eshell-glob-translate-alist): Add support for [^g] in character globs.
12741 2006-08-10  Richard Stallman  <rms@gnu.org>
12743         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
12744         (facemenu-set-face): Doc fix.
12745         (facemenu-listed-faces): Doc fix.
12747 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
12749         * avoid.el (mouse-avoidance-animating-pointer): New var.
12750         (mouse-avoidance-nudge-mouse): Use it.
12751         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
12752         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
12753         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
12754         Don't activate if currently animating.  All callers changed.
12756 2006-08-09  John Wiegley  <johnw@newartisans.com>
12758         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
12759         variable, which causes timeclock to report elapsed time worked,
12760         instead of just work remaining.
12762 2006-08-09  Kenichi Handa  <handa@m17n.org>
12764         * international/latexenc.el (latexenc-find-file-coding-system):
12765         Fix for the case that the 2nd element of arg-list is a cons.
12767 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
12769         * info.el (Info-fontify-node): Handle preceding `in' for note
12770         reference hiding rules.
12772 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12774         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
12775         mistake a closing " for an opening one.
12777 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12779         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12781 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12783         * complete.el (PC-do-completion): Filter out completions matching
12784         completion-ignored-extensions before checking whether there are
12785         multiple completions.
12786         Don't use `list' unnecessarily when building completion tables.
12788 2006-08-06  Richard Stallman  <rms@gnu.org>
12790         * help.el (describe-mode): Make minor mode list more concise.
12792 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
12794         * bindings.el: Give mode-line-format, mode-line-modes, and
12795         mode-line-position `standard-value' properties.
12797 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
12799         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12800         "(file)node" instead of the file name.
12802 2006-08-05  Richard Stallman  <rms@gnu.org>
12804         * faces.el (escape-glyph): Doc fix.
12806 2006-08-04  Kenichi Handa  <handa@m17n.org>
12808         * international/mule-diag.el (describe-font): Improve docstring
12809         and error message.  Use frame-parameter (not frame-parameters).
12811 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12813         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
12814         Correctly mark the end-of-docstring char.
12816 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
12818         * simple.el (line-move-to-column): Constrain move-to-column to
12819         current field.
12821 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12823         * font-lock.el (font-lock-beg, font-lock-end)
12824         (font-lock-extend-region-functions): New vars.
12825         (font-lock-extend-region-multiline)
12826         (font-lock-extend-region-wholelines): New functions.
12827         (font-lock-default-fontify-region): Use them.
12828         (font-lock-extend-jit-lock-region-after-change): Only round up
12829         if font-lock-default-fontify-region will do it as well.
12831         * font-lock.el (font-lock-extend-after-change-region-function):
12832         Rename from font-lock-extend-region-function.
12833         (font-lock-extend-region): Remove by inlining at call sites.
12834         (font-lock-after-change-function): Don't needlessly round up to a whole
12835         number of lines.
12836         (font-lock-extend-jit-lock-region-after-change): Be more careful about
12837         the boundary conditions and the interactions between the various ways
12838         to extend the region.
12840 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12842         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
12843         modification status when forcing the second redisplay.
12845 2006-08-03  Kim F. Storm  <storm@cua.dk>
12847         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
12849 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12851         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
12852         doesn't look like a file name.
12854         * complete.el (PC-expand-many-files): Avoid signalling an error when
12855         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
12857 2006-08-02  Andreas Schwab  <schwab@suse.de>
12859         * bindings.el (mode-line-format): Simplify reference to vc-mode.
12861 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12863         * bindings.el (map): Make mode-line-buffer-identification-keymap
12864         before defining propertized-buffer-identification.
12866 2006-08-01  Richard Stallman  <rms@gnu.org>
12868         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
12870 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12872         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
12873         default value.
12874         (gdb-find-source-frame): New function.
12875         (menu): Add to menu bar.
12877 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12879         * font-core.el (font-lock-extend-region-function)
12880         (font-lock-extend-region): Move to font-lock.el.
12882         * font-lock.el (font-lock-extend-region-function)
12883         (font-lock-extend-region): Move from font-core.el.  Simplify.
12885         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
12886         if needed.
12887         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
12888         (jit-lock-after-change-extend-region-functions): New hook.
12889         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
12891         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
12892         (font-lock-turn-on-thing-lock): Use it.
12894         * longlines.el (longlines-show-region): Make it work on read-only
12895         buffers as well.
12897 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
12899         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
12901 2006-07-31  Richard Stallman  <rms@gnu.org>
12903         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
12904         (vhdl-speedbar-display-projects): Update old obsolete
12905         speedbar variable names.
12907 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
12909         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
12910         (gdb-stopped): Use it.
12912         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
12914 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
12916         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
12917         for load-history elements.
12919 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
12921         * files.el (convert-standard-filename): For Cygwin, replace
12922         characters not allowed in Windows file names.
12923         (make-auto-save-file-name): Add Cygwin to the list of systems
12924         where the auto-save file name needs to be run through
12925         convert-standard-filename.
12927 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12929         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
12931 2006-07-28  Richard Stallman  <rms@gnu.org>
12933         * bindings.el (mode-line-frame-identification)
12934         (propertized-buffer-identification): Centralize the code
12935         to initialize the variable.
12937         * progmodes/grep.el (grep-default-command): Catch errors from
12938         wildcard-to-regexp.
12940 2006-07-29  Kim F. Storm  <storm@cua.dk>
12942         * progmodes/grep.el (grep-tag-default): New function.
12943         (grep-default-command, grep-read-regexp): Use it.
12944         (grep-read-files): Use car of grep-files-history or grep-files-aliases
12945         as default if nothing else applies.
12947 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
12949         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12950         Throw error if buffer is not in Dired and Wdired mode, respectively.
12952 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
12954         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
12955         self-insert-command keys don't activate buttons.
12956         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
12958 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
12960         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
12961         faces for enable character.
12963 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12965         * Makefile.in (recompile): Update comment to reflect change
12966         on 2004-04-21.
12968 2006-07-27  Richard Stallman  <rms@gnu.org>
12970         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
12971         (customize-package-emacs-version): Change msg when pkg has no entry.
12972         (custom-no-edit): On a button, do like widget-button-press.
12974 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12976         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
12977         S-tab and C-S-tab.
12979 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12981         * progmodes/which-func.el (which-function): Fix documentation/
12982         comment typo.
12984 2006-07-26  Richard Stallman  <rms@gnu.org>
12986         * textmodes/ispell.el (ispell-word): If we replace the word,
12987         move point to the end.  Insert before deleting.
12989 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
12991         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
12992         a timer.
12994 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
12996         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
12997         when at first image.
12998         (tumme-forward-image): Add prefix argument.  Add error when at last
12999         image.
13001 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13003         * tabify.el (tabify-regexp): Use more specific regexps.
13004         (tabify): Avoid modifying the buffer unnecessarily.
13006 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
13008         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
13009         (tumme-format-properties-string): Handle empty `buf'.
13010         (tumme-get-comment): Change variable names inside `let'.
13011         Add missing `let' variable that cause font-lock problems.
13012         (tumme-write-comments): Change variable names inside `let'.
13013         Add missing `let' variable that cause font-lock problems.
13014         (tumme-forward-image): Rename from `tumme-forward-char'.
13015         (tumme-backward-image): Rename from `tumme-backward-char'.
13017 2006-07-25  Masatake YAMATO  <jet@gyve.org>
13019         * progmodes/ld-script.el (ld-script-keywords)
13020         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
13021         and add comments.
13023 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
13025         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
13026         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
13027         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
13028         for status indicator.
13030 2006-07-24  Richard Stallman  <rms@gnu.org>
13032         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
13034         * subr.el (dolist, dotimes): Use interned symbols for locals.
13035         (--dotimes-limit--, --dolist-tail--): New defvars.
13036         (looking-back): Doc fix.
13038         * replace.el (replace-match-string-symbols): Handle dotted lists.
13040 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
13042         * tumme.el (tumme-write-tags): Add.
13043         (tumme-write-comments): Add.
13044         (tumme-tag-files): Change to use `tumme-write-tags'.
13045         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
13046         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
13047         (tumme-save-information-from-widgets): Change to use
13048         `tumme-write-comments' and `tumme-write-tags'.
13049         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
13050         (tumme-write-tag): Remove.
13051         (tumme-write-comment): Remove.
13052         (tumme-display-previous-thumbnail-original): Remove empty line.
13053         (tumme-widget-list): Add punctuation.
13055 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
13057         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
13059 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13061         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13062         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
13063         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
13065 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
13067         * mouse.el (mouse-on-link-p): Doc fix.
13069 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
13071         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13072         Handle "C-h f `".
13074 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13076         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
13077         column.
13079 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
13081         * textmodes/table.el: Add move-beginning-of-line and
13082         move-end-of-line to Point Motion Only Group.
13084 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13086         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
13088 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13090         * startup.el (user-mail-address): Initialize from the `EMAIL'
13091         environment variable first.  Document this.
13092         (command-line): Ditto.
13094 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
13096         * help-mode.el (help-function-def, help-variable-def)
13097         (help-face-def): Print a message in the minibuffer.
13099 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13101         * term/xterm.el (terminal-init-xterm): Fix key bindings
13102         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
13104 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
13106         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
13107         where `(nth 1 command)' is a cons cell.  Doc fix.
13109         * textmodes/po.el (po-find-charset): Doc fix.
13111 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
13113         * allout.el (allout-unprotected, allout-e-o-prefix-p)
13114         (allout-beginning-of-current-line, allout-end-of-current-line)
13115         (allout-next-visible-heading, allout-open-topic)
13116         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
13117         (allout-flag-current-subtree, allout-show-to-offshoot)
13118         (allout-hide-current-entry, allout-show-current-branches)
13119         (allout-hide-region-body, allout-old-expose-topic)
13120         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
13121         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
13122         containing `beginning-of-line' and `end-of-line' with
13123         `inhibit-field-text-motion' t.
13125 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
13127         * frame.el (focus-follows-mouse): Document that it doesn't have
13128         any effect on MS-Windows.
13130 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13132         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
13134 2006-07-20  Jay Belanger  <belanger@truman.edu>
13136         * calc/calc.el (calc-previous-alg-entry): Remove variable.
13138         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
13139         New variables.
13140         (calc-alg-entry): Use `calc-alg-entry-history'.
13141         (calc-do-quick-calc): Use `calc-quick-calc-history'.
13142         Remove reference to `calc-previous-alg-entry'.
13143         (calcAlg-edit, calcAlg-enter): Remove reference to
13144         `calc-previous-alg-entry'.
13145         (calcAlg-previous): Use `previous-history-element' instead of
13146         `calc-previous-alg-entry'.
13147         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
13148         Change keybinding for `calcAlg-plus-minus', add keybindings for
13149         `previous-history-element' and `next-history-element'.
13151         * calc/calc-rewr.el (calc-match): Remove reference to
13152         `calc-previous-alg-entry'.
13154         * calc/calc-sel.el (calc-selection-history): New variable.
13155         (calc-enter-selection, calc-sel-mult-both-sides)
13156         (calc-sel-add-both-sides): Use `calc-selection-history'.
13158         * calc/calc-map.el (calc-get-operator-history): New variable.
13159         (calc-get-operator): Use `calc-get-operator-history'.
13161         * calc/calcalg3.el (calc-curve-fit-history): New variable.
13162         (calc-curve-fit): Use `calc-curve-fit-history'.
13164 2006-07-20  Kenichi Handa  <handa@m17n.org>
13166         * international/mule-cmds.el (select-safe-coding-system): Fix the
13167         way of deciding eol-type of the coding system.
13169 2006-07-20  Alan Mackenzie  <acm@muc.de>
13171         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
13172         (c-lang-setvar): New macro.
13173         (c-make-init-lang-vars-fun): Use the initialization forms in
13174         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
13175         (comment-start, comment-end, comment-start-skip): Change these from
13176         c-lang-defvar's to c-lang-setvar's.
13178         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
13179         which calls make-local-variable on the elements of
13180         c-emacs-variable-inits.
13181         (c-init-language-vars-for): Call this new macro.
13183 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13185         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13186         Try to rule out false positives due to time stamps.
13187         (compilation-mode-font-lock-keywords): Remove rules made redundant
13188         because of the above change.  Add `segmentation fault' to the known and
13189         highlighted compilation termination messages.
13191 2006-07-19  Kim F. Storm  <storm@cua.dk>
13193         * progmodes/grep.el (grep-find-ignored-directories):
13194         Add .svn and _darcs to list.
13196 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
13198         * dired.el (dired-mode-map): Add key binding `C-te' for
13199         `tumme-dired-edit-comment-and-tags'.
13201         * tumme.el (tumme-display-thumbnail-original-image): Make sure
13202         image display buffer is displayed before call to
13203         `tumme-display-image.
13204         (tumme-dired-display-image): Make sure image display buffer is
13205         displayed before call to `tumme-display-image.
13206         (tumme-mouse-display-image): Make sure image display buffer is
13207         displayed before call to `tumme-display-image.
13208         (tumme-widget-list): Add.
13209         (tumme-dired-edit-comment-and-tags): Add.
13210         (tumme-save-information-from-widgets): Add.
13212 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13214         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
13216 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13218         * progmodes/sh-script.el (sh-font-lock-keywords-1):
13219         Revert inadvertently installed patch hunk.
13221         * progmodes/compile.el (compilation-find-file): Handle the
13222         cases where the user selects a non-existent file.
13224 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13226         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
13228 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
13230         * subr.el (sit-for): Just sleep-for if noninteractive.
13232 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13234         * emacs-lisp/autoload.el (make-autoload): Use new arg.
13236         * custom.el (custom-autoload): Add `noset' argument.
13237         (custom-push-theme): Don't autoload the variable, let callers do it.
13238         (custom-theme-set-variables): Autoload the variable if necessary.
13240         * cus-edit.el (custom-variable-state-set): If the variable was
13241         originally set outside custom, but to the same value as the default,
13242         consider it to be standard.
13244         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
13245         file *before* telling Emacs to add the autoloads, in case it fails.
13247         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
13248         Use `cond', push', and `dolist'.
13250 2006-07-17  Richard Stallman  <rms@gnu.org>
13252         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
13253         Add defvars to silence warnings.
13255 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
13257         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13258         Don't highlight "Compiling file" messages as error.
13260         * dired-aux.el (dired-compress-file): Confirm again if gzipped
13261         file already exists.
13263 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
13265         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
13266         entry, don't assign to free var; simply return the extracted filename.
13267         (ff-treat-as-special): Incorporate common preamble from callers.
13268         (ff-other-file-name, ff-find-the-other-file):
13269         Update call to ff-treat-as-special.
13271         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
13273 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
13275         * tumme.el (tumme-get-comment): Fix bug.
13277 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13279         * files.el: Remove spurious * in docstrings.
13281 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13283         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
13284         grammar.
13285         (allout-beginning-of-current-line): Beware beginning of buffer.
13286         Also, a comment is simplified.
13287         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
13288         when appropriate.  (This fix enables use for other than
13289         bullet-hotspot operation.)
13290         (allout-hide-current-subtree): While escalating to sibling-close,
13291         make sure to situate on a topic.
13293 2006-07-14  Kim F. Storm  <storm@cua.dk>
13295         * emulation/cua-base.el (cua-delete-selection)
13296         (cua-toggle-set-mark): New defcustoms.
13297         (cua-rectangle-modifier-key): Add `alt' modifier.
13298         (cua-replace-region): Don't delete if cua-delete-selection is nil.
13299         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
13300         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
13302         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
13304 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13306         * allout.el: Require 'cl during byte-compilation/interactive load,
13307         for the `assert' macro.
13308         (allout-mode-deactivate-hook): New hook, run when allout mode
13309         deactivates.
13310         (allout-developer): New allout customization subgroup.
13311         (allout-run-unit-tests-on-load): New allout-developer
13312         customization variable, when true allout unit tests are run towards
13313         end of file load/eval.
13314         (allout-inhibit-auto-fill): Disable auto-fill activity even during
13315         auto-fill-mode.
13316         (allout-resumptions): Remove, to be replaced by...
13317         (allout-add-resumptions): Register variable settings to be
13318         reinstated by `allout-do-resumptions'.  The settings are made
13319         buffer-local, but the locality/globality of the suspended setting
13320         is restored on resumption.
13321         (allout-do-resumptions): Reinstate all settings suspended using
13322         `allout-add-resumptions'.
13323         (allout-test-resumptions): Unit tests (and intermediate variables)
13324         for resumptions.
13325         (allout-tests-globally-unbound, allout-tests-globally-true)
13326         (allout-tests-locally-true): Intermediate variables for
13327         resumptions unit tests.
13328         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
13329         (allout-exposure-category): Replaces 'allout-overlay-category variable.
13330         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
13331         instead of retired `allout-resumptions'.  For hook functions, use
13332         `local' parameter so hook settings are created and removed as
13333         buffer-local settings.  Revise (resumptions) setting
13334         auto-fill-function so it is set only if already active.  (The
13335         related fill-function settings are all made in either case, so
13336         that activating auto-fill-mode activity will have the custom
13337         allout-mode behaviors (hanging indent on topics, if configured for it).
13338         Remove all allout-exposure-category overlays on mode deactivation.
13339         (allout-hotspot-key-handler): New function extracted from
13340         `allout-pre-command-business', so the functionality can be used
13341         for other purposes, eg as a binding in an overlay.
13342         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
13343         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
13344         customization variable.
13345         (allout-run-unit-tests): Run the (currently quite small)
13346         repertoire of unit tests.  Called just before the provide iff user
13347         has customized `allout-run-unit-tests-on-load' non-nil.
13349 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13351         * emacs-lisp/authors.el (authors-aliases): Update.
13353 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
13355         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
13356         gdb-source-window.  Add dedicated argument.
13357         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
13358         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
13359         (gdb-display-threads-buffer, gdb-display-memory-buffer)
13360         (gdb-display-locals-buffer): Use it.
13362         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
13363         Set gdb-source-window.
13365 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
13368         minor modes, redundant with the custom-autoload line above.
13370 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
13372         * longlines.el (longlines-post-command-function): Handle open-line too.
13374 2006-07-12  Richard Stallman  <rms@gnu.org>
13376         * progmodes/grep.el (grep-last-buffer): Doc fix.
13378         * info.el (Info-try-follow-nearest-node): Doc fix.
13380         * emacs-lisp/edebug.el (edebug-instrument-function):
13381         Err if find-function-noselect gives no position.
13383         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13384         If can't find definition, return nil for position.
13385         (find-function-do-it): Handle new return value
13386         of find-definition-noselect.
13387         (find-definition-noselect, find-variable-noselect): Doc fix.
13388         (find-function-noselect): Doc fix.
13390         * help-mode.el (help-variable-def): Handle find-variable-noselect
13391         returning no position.
13392         (help-function-def): Likewise for find-function-search-for-symbol.
13393         (help-face-def): Likewise.
13395         * help-fns.el (describe-variable): Handle find-variable-noselect
13396         returning no position.
13398         * files.el (locate-file-completion): Avoid duplicates in result.
13400         * cus-edit.el (custom-no-edit): New command.
13401         (custom-mode-map): Remap to custom-no-edit instead of
13402         using suppress-keymap.
13404 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
13406         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13407         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13408         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
13410         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
13412 2006-07-11  Kim F. Storm  <storm@cua.dk>
13414         * ido.el (ido-copy-current-file-name): Use buffer-name if
13415         buffer-file-name is nil.
13417 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
13419         * simple.el (undo-ask-before-discard): Set to nil.
13421         * vc.el (vc-exec-after): Don't delete process manually.
13422         (vc-print-log): Run log-view-mode in process sentinel inside
13423         inhibit-read-only.  Don't shrink window due to timing issues.
13425         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
13426         Avoid using with-output-to-temp-buffer, which clobbers local vars.
13428 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13430         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13431         Fix ambiguity introduced by last change.
13432         (compilation-find-file): Move save-excursion to where it may
13433         make sense.  Fix a left over `find-file'.
13435 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
13437         * textmodes/texinfmt.el (texinfo-format-separate-node):
13438         Insert a string before point, which fits documentation, not after.
13439         (texinfo-multitable-item): In a multitable row, insert any
13440         additional needed @tabs and spaces.
13442 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
13444         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13445         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13446         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
13447         instead of shell-command.
13448         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
13449         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
13450         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
13451         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
13452         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
13453         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
13455 2006-07-11  Kim F. Storm  <storm@cua.dk>
13457         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
13458         Remove special case for seconds < 0.  Use (redisplay t) instead.
13460 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
13462         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
13463         avoid compilation error.
13465         * subr.el (sit-for): New function.
13467         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
13469 2006-07-10  Richard Stallman  <rms@gnu.org>
13471         * ldefs-boot.el (edebug): Update page.
13473 2006-07-10  Kim F. Storm  <storm@cua.dk>
13475         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
13476         to FOR-RELEASE and TODO.
13478 2006-07-10  Romain Francoise  <romain@orebokech.com>
13480         * emacs-lisp/authors.el (authors-aliases): Update.
13482 2006-07-10  Alan Mackenzie  <acm@muc.de>
13484         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
13485         * cc-mode.el: Changes to eradicate eval-after-load.
13487 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
13489         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
13490         on non-char events.
13492 2006-07-09  Romain Francoise  <romain@orebokech.com>
13494         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13495         Don't highlight start/end markers as compilation messages.
13497         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
13498         to t.
13500 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13502         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
13504 2006-07-08  Richard Stallman  <rms@gnu.org>
13506         * term/x-win.el (x-handle-display): Add doc string.
13508         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13510         * subr.el (def-edebug-spec): Move here.
13511         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
13513         * imenu.el (imenu-choose-buffer-index): Doc fix.
13515 2006-07-08  Romain Francoise  <romain@orebokech.com>
13517         * term/x-win.el (x-display-name): Fix typo.
13519 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
13521         * hexl.el (hexl-find-file): Doc fix.
13523         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13525 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
13527         * term/x-win.el (x-display-name): Doc fix.
13529 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13531         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
13532         long prefixes.
13533         (fill-region-as-paragraph): Don't round up to a whole line.
13534         (fill-comment-paragraph): Don't include the code-before-the-comment
13535         when calling fill-region-as-paragraph.
13537         * international/mule.el (make-char): Remove redundancy.
13539         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
13540         property may contain an anonymous function rather than a symbol.
13542         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
13544         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13545         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
13547         * dirtrack.el (dirtrack-default-directory-function): Remove.
13548         (dirtrack-directory-function): Use file-name-as-directory.
13549         (dirtrack-windows-directory-function): Simplify.
13550         (dirtrack-forward-slash, dirtrack-backward-slash)
13551         (dirtrack-replace-slash): Remove.
13552         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
13553         (dirtrack): Fix wrong parenthesizing; use match-string.
13555         * progmodes/octave-inf.el: Remove spurious * in docstrings.
13556         (inferior-octave-mode): Only change the buffer-local value of
13557         comint-dynamic-complete-functions.
13558         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
13559         Move the initialization to the declaration.
13560         (inferior-octave-complete): Remove unused var `filter'.
13562         * shell.el (shell-mode): Only change the buffer-local value of
13563         comint-dynamic-complete-functions.
13565 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
13567         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
13568         entry is skipped because it has been scheduled.
13569         (org-prepare-agenda-buffers): Don't mark buffers as modified when
13570         changing `:org-archived' and `:org-comment' properties.
13572 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
13574         * server.el (server-select-display): Don't make the temp frame
13575         minibuffer-only, in case it's not a temp frame.
13576         (server-process-filter): Don't delete the temp frame if it's the
13577         only one we have on that display.
13579         * files.el (find-alternate-file): Doc fix.
13581 2006-07-05  Richard Stallman  <rms@gnu.org>
13583         * files.el (abbreviate-file-name): Add save-match-data.
13585 2006-07-03  Richard Stallman  <rms@gnu.org>
13587         * faces.el (read-face-name): Doc fix.
13589 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
13591         * net/goto-addr.el (goto-address): Mark as safe for local evals.
13593 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
13595         * vc.el (vc-diff-internal): Fix prev change.
13597 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
13599         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
13600         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
13602 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13604         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
13605         fails if the symbol contains chars like ( or '.
13606         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
13607         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
13608         `short'.
13610 2006-07-04  Kenichi Handa  <handa@m17n.org>
13612         * international/mule-cmds.el (set-language-info): If LANG-ENV is
13613         the current one, don't call set-language-environment, but call one
13614         of set-language-environment-XXX to make INFO effective now.
13615         (set-language-environment): Call set-language-environment-XXX
13616         functions instead of doing the various setups directly.
13617         (set-language-environment-coding-systems): Delete argument eol-type.
13618         (set-language-environment-input-method)
13619         (set-language-environment-nonascii-translation)
13620         (set-language-environment-charset)
13621         (set-language-environment-fontset)
13622         (set-language-environment-unibyte): New functions.
13624 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13626         * locate.el (locate-update-when-revert): New option.
13627         (locate-update-path): New option (suggested by Michael Albinus).
13628         (locate-prompt-for-command): Whitespace change.
13629         (locate-update): No longer offer to update the locate database by
13630         default.  Implement the two new options.
13632 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
13634         * tooltip.el: Move comment about track-mouse...
13636         * progmodes/gud.el: ...to here.
13638 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
13640         * facemenu.el (facemenu-listed-faces): New var.
13641         (facemenu-unlisted-faces): Variable deleted.
13642         (facemenu-add-new-face): Use facemenu-listed-faces.
13644         * emulation/viper-init.el, calendar/calendar.el:
13645         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
13647 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
13649         * textmodes/org.el (org-mode): Remove no invalid settings for
13650         calc embedded mode.
13651         (org-mode-p): New defsubst.
13652         (org-save-all-org-buffers): New function.
13653         (org-first-headline-recenter): Enclose outline-regexp in group
13654         delimiters.
13655         (org-set-tags): Keep single space after stars.
13657 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13659         * window.el (set-window-text-height): Only set window-min-height to
13660         1 if that's the requested size.
13662         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
13663         (diff-unified->context, diff-context->unified)
13664         (diff-reverse-direction): Make sure the end marker stays at the end.
13665         (diff-mode): Add the keymap table at the end of docstring.
13666         Use lexical-let rather than constructing a closure manually.
13668         * files.el (find-file-noselect-1): Remove unused var assignment.
13669         (hack-local-variables-confirm): Print lists of strings as lists of
13670         strings rather than lists of symbols.
13671         (abbreviate-file-name, hack-local-variables-prop-line):
13672         Use match-string.
13673         (hack-one-local-variable): Move `make-local-variable' nearer its use.
13674         (recover-session-finish): Use line-end-position.
13676 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
13678         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
13680 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
13682         * progmodes/make-mode.el (makefile-macroassign-regex):
13683         Accept preceding keyword.
13684         (makefile-gmake-statements): Reorganize, now that makepp has
13685         "override" and also handle forgotten "override define".
13686         (makefile-makepp-statements): Add new "global", "override export"
13687         and "override global".
13689 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
13691         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
13692         (ada-compile-mouse-goto-error, ada-deactivate-properties)
13693         (ada-no-auto-case): Fix typos in docstrings.
13695 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
13697         * info.el (Info-find-node-2): Search for makeinfo version more
13698         carefully.
13700 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
13702         * textmodes/org.el (org-prepare-agenda-buffers):
13703         Use `invisible-OK' argument for `org-end-of-subtree'.
13704         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
13705         (org-beginning-of-item): Fix bug in regular expression for white line.
13706         (org-export-as-html): Enforce space after bullet in plain list items.
13707         (org-set-autofill-regexps): Require space after plain list bullet
13708         for paragraph-start.
13709         (org-ts-regexp3): New constant.
13710         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
13711         (org-timestamp-up-day, org-timestamp-down-day)
13712         (org-timestamp-change): Work with inactive timestamps.
13713         (org-ts-regexp1): Don't allow brackets in time stamps.
13715 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
13717         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
13718         for ignoring links.
13720         * faces.el (read-face-name): Use it.
13722 2006-06-28  Juri Linkov  <juri@jurta.org>
13724         * buff-menu.el (list-buffers-noselect): Compare Info file
13725         with the string "dir" to detect Info directory.
13727         * complete.el (partial-completion-mode): In lambda for
13728         `choose-completion-string-functions' use full function signature
13729         with 4 args, and move point to the end of the minibuffer only if arg
13730         `mini-p' is non-nil.
13732 2006-06-28  John Paul Wallington  <jpw@pobox.com>
13734         * ibuffer.el (ibuffer-mode): Doc fix.
13736 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
13738         * textmodes/org.el (org-context): New contexts :item-bullet,
13739         :latex-fragment, :latex-preview.
13740         (org-overlays-at, org-overlay-start, org-overlay-end):
13741         New compatibility functions.
13742         (org-inside-LaTeX-fragment-p): More accurate matching, using the
13743         exact regexp that will be used during export.
13744         (org-latex-regexps): New variable.
13745         (org-cdlatex-mode): Improve advice for `texmathp'.
13746         (turn-on-org-cdlatex): New function.
13748 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13750         * term/mac-win.el (mac-handle-font-selection): Change keys of
13751         mac-atsu-font-table from strings to numbers.
13752         (mac-ts-caret-position): Use also when cursor-type is nil.
13753         (mac-ts-update-active-input-area): Add Mac OS Classic support.
13754         Relax condition for using overlay strings.
13755         Use mac-ts-caret-position face when cursor-type is nil.
13757 2006-06-26  Kim F. Storm  <storm@cua.dk>
13759         * help.el (view-emacs-news): Declare `res' in the right let* form.
13761 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
13763         * net/rcompile.el (remote-compile): Replace ange-ftp based
13764         implementation by Tramp functions.
13765         Suggested by Marc Abramowitz <msabramo@gmail.com>.
13767         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
13769 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
13771         * international/fontset.el (setup-default-fontset): Fix a typo in
13772         the "Oriya-Akruti" registry name.
13774 2006-06-23  Lars Hansen  <larsh@soem.dk>
13776         * desktop.el (desktop-full-file-name): New function.
13777         (desktop-kill, desktop-save, desktop-remove, desktop-read)
13778         (desktop-revert): Use it.
13779         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
13780         (desktop-after-read-hook): Add option list-buffers.
13781         (desktop-locals-to-save): Add tab-width.
13782         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
13783         Fix docstring.
13785 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
13787         * textmodes/org.el (org-cdlatex-mode-map)
13788         (org-cdlatex-texmathp-advice-is-done): New variables.
13789         (org-cdlatex-mode): New minor mode.
13790         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
13791         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
13792         (org-export-with-archived-trees): New option.
13793         (org-open-file): Remove the call to `convert-standard-filename'.
13794         (org-archive-tag, org-agenda-skip-archived-trees)
13795         (org-cycle-open-archived-trees)
13796         (org-sparse-tree-open-archived-trees): New options.
13797         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
13798         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
13799         New functions.
13800         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
13801         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
13802         (org-mode-map): Add binding for `org-toggle-archive-tag'.
13803         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13804         Call `org-prepare-agenda-buffers'.
13805         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
13806         (org-file-apps, org-file-apps-defaults-gnu)
13807         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
13808         Handle remote files by forcing them to be opened in Emacs.
13810 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
13812         * vc.el (vc-diff-knows-L): New variable.
13813         (vc-diff-internal): Use it to handle "diff" programs that don't
13814         understand -L.  This works automatically, no user action is necessary.
13816 2006-06-23  Daniel Brockman  <daniel@brockman.se>
13818         * net/rcirc.el (rcirc-default-user-full-name): Default to
13819         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
13820         longer exists).
13821         (rcirc-process-list): Check `buffer-live-p' before attempting to
13822         switch to a buffer.
13824 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
13826         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
13827         based on rcirc-coding-system-alist.
13829 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
13831         * cus-edit.el (customize-apropos): A better error message.
13832         (top level) <debug-ignored-errors>: Extend and update the list of
13833         ignored error messages.
13835 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
13837         * complete.el (PC-do-completion): Retain capitalization of user
13838         input, when possible, even if completion-ignore-case is set.
13840 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
13842         * generic-x.el (bat-generic-mode): Support .cmd files.
13844         * dos-w32.el (top level): Use find-file-not-found-functions
13845         instead of the obsolete find-file-not-found-hooks.
13847 2006-06-22  Kim F. Storm  <storm@cua.dk>
13849         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
13850         to recognize mode name containing submodes, such as Grep/lw.
13852 2006-06-21  Kim F. Storm  <storm@cua.dk>
13854         * simple.el (line-move-1): Check for move-end-of-line instead of
13855         end-of-line when setting temporary-goal-column.
13857 2006-06-21  Miles Bader  <miles@gnu.org>
13859         * play/cookie1.el (cookie): Work properly when there's only one entry.
13861 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
13863         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
13864         (gdb-frame-handler): Generalize frame regexp for templates.
13866 2006-06-20  Glenn Morris  <rgm@gnu.org>
13868         * calendar/appt.el (appt-display-format): Default value must be
13869         one of the customize options.
13871 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
13873         * term/xterm.el (terminal-init-xterm): Update key availability info.
13874         Bind C-return.
13876         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
13878 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
13880         * files.el (hack-local-variables): Run `hack-local-variables-hook'
13881         whether or not a local variables list is defined.
13883         * msb.el (msb): Move `sit-for' hack here to handle both
13884         "mouse-down and drag" and "mouse-up and select" situations.
13885         (mouse-select-buffer): Move `sit-for' hack to `msb'.
13887 2006-06-20  Kenichi Handa  <handa@m17n.org>
13889         * international/characters.el (word-combining-categories):
13890         Add entries for 2-byte Han characters.
13892 2006-06-19  Richard Stallman  <rms@gnu.org>
13894         * bindings.el (mode-line-format): Save some mode line space.
13896         * files.el (find-file-noselect): Improve the question wording.
13897         (basic-save-buffer-2): Mask UMASK against 666.
13899         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
13900         (mouse-drag-vertical-line): Call it.
13902         * cus-edit.el (customize-option, customize-option-other-window):
13903         Error if SYMBOL is nil.
13905 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
13907         * textmodes/org.el: Require noutline, also on XEmacs.
13908         (org-end-of-subtree): Return point.
13909         (org-dblock-start-re, org-dblock-end-re): New constants.
13910         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
13911         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
13912         (org-update-all-dblocks, org-find-dblock): New functions.
13913         (org-collect-clock-time-entries): New function.
13914         (org-html-handle-time-stamps): Never export CLOCK timeranges.
13915         (org-fixup-indentation): Modify to deal correctly with lines
13916         starting with TAB.  Only one argument DIFF now.
13917         (org-demote, org-promote): Call `org-fixup-indentation' with just
13918         one argument, DIFF.
13919         (org-mode): Don't mark buffer as modified when aligning tables.
13920         (org-clock-sum): Don't mark buffer modified when adding time sum
13921         properties.
13922         (org-export-as-html): Add support for a link validation function.
13923         (org-archive-all-done): New function.
13924         (org-archive-subtree): New prefix argument.  When set, archive all
13925         done subtrees in this buffer.
13926         (org-remove-clock-overlays)
13927         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
13928         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
13929         (org-put-clock-overlay): Don't swallow last headline character
13930         when displaying overlay.
13931         (org-store-link): Link to `image-mode' with just the file name.
13933 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
13935         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
13936         Use read-key-sequence.
13937         (viper-after-change-undo-hook): Misc enhancements.
13938         (viper-after-change-undo-hook): New hook.
13939         (viper-undo): Use viper-after-change-undo-hook.
13940         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
13941         (viper-next-line-at-bol): If point is on a widget or a button, simulate
13942         clicking on that widget/button.
13944         * emulation/viper.el (viper-mode): Allow a separate cursor color
13945         in Emacs state.
13947         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
13948         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
13949         (ediff-set-actual-diff-options): New function.
13950         (ediff-reset-diff-options, ediff-toggle-ignore-case):
13951         Use ediff-set-actual-diff-options.
13952         (ediff-extract-diffs): Catch errors.
13953         (ediff-whitespace): Add non-breakable space.
13954         (ediff-same-file-contents): Catch errors.
13956         * ediff-mult.el (ediff-collect-custom-diffs):
13957         Save coding-system-for-read.
13959         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
13960         (ediff-vc-internal, ediff-vc-merge-internal):
13961         Use ediff-delete-version-file.
13962         (ediff-delete-version-file): New function.
13964         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
13966         * ediff.el (ediff-directories, ediff-directory-revisions)
13967         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
13968         (ediff-directories-internal, ediff-merge-directory-revisions)
13969         (ediff-merge-directory-revisions-with-ancestor)
13970         (ediff-directories3): Use read-directory-name.
13972 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
13974         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
13975         Remove superfluous part of regexp for brace matching which is handled
13976         by `scan-lists' call.
13978 2006-06-16  Richard Stallman  <rms@gnu.org>
13980         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
13982         * files.el (basic-save-buffer-2): For a new precious file,
13983         use the default modes in the return value.
13985         * facemenu.el (facemenu-color-alist): Doc fix.
13987         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
13989 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13991         * cus-start.el (all): Add mac-ts-script-language-on-focus.
13993         * term/mac-win.el (mac-text-encoding-ascii): New constant.
13994         (mac-utxt-to-string): Use it.
13995         (mac-ts-update-active-input-area): Use mac-ae-number.
13997 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
13999         * term.el (term-handle-scroll, term-delete-lines)
14000         (term-insert-lines): Fix off by one errors.
14002 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14004         * net/tramp.el (tramp-touch): Use UTC to express time.
14006 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
14008         * mail/sendmail.el (mail-send): Search explicitly for
14009         mail-header-separator when checking for corrupted header lines.
14011 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
14013         * progmodes/gdb-ui.el (gdb-same-frame): New option.
14014         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
14015         (gdb-init-1): Initialise them.
14016         (gdb-starting): Reset gdb-printing
14017         (gdb-starting): Save value of gud-overlay-arrow-position.
14018         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
14019         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
14020         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
14021         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
14023 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14025         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
14027 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
14029         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
14030         (ldap-search-internal): Keep error messages, and a regexp fix.
14032 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
14034         * files.el (hack-local-variables-confirm):
14035         Display string value using its printed representation.
14037 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
14039         * server.el (server-edit): No-op if no server buffers exist.
14041 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
14043         * textmodes/page-ext.el (pages-directory-for-addresses):
14044         Including `pages-directory-address-mode' in the function results
14045         in the message "Buffer in which pages were found is deleted".
14047 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
14049         * textmodes/org.el (org-agenda-mode-map): Add bindings for
14050         clocking functions.
14052         (org-agenda-clock-in, org-check-running-clock)
14053         (org-clock-out-if-current, org-remove-clock-overlays)
14054         (org-put-clock-overlay): New functions.
14055         (org-clock-marker, org-clock-file-total-minutes)
14056         (org-clock-overlays): New variables.
14057         (org-clock-display, org-clock-sum, org-clock-cancel)
14058         (org-clock-out, org-clock-in): New commands.
14059         (org-export): New function.
14060         (org-emph-re): New constant.
14061         (org-set-emph-re, org-do-emphasis-faces): New functions.
14062         (org-emphasis-regexp-components, org-emphasis-alist): New options.
14063         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
14064         (org-export-html-convert-emphasize): Use the configurable emphasis.
14065         (org-cleaned-string-for-export): Make multiline emphasis visible
14066         to the exporter.  New optional argument PARAMETERS.
14067         (org-export-as-html): Specify :emph-multiline parameter to
14068         `org-cleaned-string-for-export'.
14070 2006-06-10  Richard Stallman  <rms@gnu.org>
14072         * help.el (help-for-help-internal): Clean up help text.
14074 2006-06-10  Andreas Schwab  <schwab@suse.de>
14076         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
14077         in doc string.
14079         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
14081 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
14083         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
14084         spaces after the comment start.
14086 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14088         * play/pong.el (pong-init-buffer):
14089         Fill buffer with spaces instead of ^A.
14091         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
14092         launched asynchronously, delete its process instead of being cool.
14093         (ispell-async-processp): Check for `delete-process' existence
14094         instead of `kill-process' one for consistency.
14096 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
14098         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
14099         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
14100         in mode line at startup.
14102 2006-06-08  Kim F. Storm  <storm@cua.dk>
14104         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
14105         (ido-init-completion-maps): Bind them to M-SPC and M-v.
14106         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
14107         (ido-file-internal): Pass full file name to write-file.
14108         (ido-read-internal): Only pop stack elements automatically if they
14109         actually match an existing directory or file name.
14111 2006-06-07  Kenichi Handa  <handa@m17n.org>
14113         * international/mule.el (find-auto-coding): Don't handle the short
14114         name `char-trans'.
14116         * files.el (hack-local-variables-prop-line)
14117         (hack-local-variables): Cancel the previous change.
14119 2006-06-06  Jesper Harder  <harder@phys.au.dk>
14121         * ediff-diff.el (ediff-test-utility): Protect against file-error.
14123 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
14125         * diff-mode.el (diff-mode): Set buffer-read-only to t when
14126         diff-default-read-only is non-nil.
14127         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
14128         (diff-refine-hunk): Set inhibit-read-only to t.
14130         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
14131         modifying the *Diff* buffer.
14132         (diff-process-filter): New filter function for diff process that
14133         sets inhibit-read-only to t when modifying the *Diff* buffer.
14135 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
14137         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
14138         insertion point and control the number of empty lines.
14139         (org-paste-subtree): Limit the number of empty lines at the end of
14140         the inserted tree.
14141         (org-agenda): Use buffer name of current file for narrowing.
14142         (org-export-as-xml): Command removed.
14143         (org-export-xml-type): Option removed.
14144         (org-mode-map): Call `org-export-as-xoxo' directly.
14145         (org-get-indentation): New optional argument LINE.
14146         (org-fix-indentation, org-remove-tabs): New functions.
14147         (org-export-as-ascii, org-ascii-level-start): Determine and apply
14148         correct indentation for headlines that are converted it items.
14149         (org-skip-comments): Remove table lines that contain narrowing
14150         cookies but no other non-empty fields.
14151         (org-set-tags): Allow groups of mutually exclusive tags.
14152         (org-cmp-time): Sort 24:21 before items without time.
14153         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
14154         (org-open-at-point): Require double colon also for numbers.
14156 2006-06-06  Kim F. Storm  <storm@cua.dk>
14158         * ido.el (ido-default-file-method, ido-default-buffer-method):
14159         Make choice values consistent with corresponding command names.
14160         (ido-visit-buffer): Update accordingly.  Default to selected-window.
14162 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
14164         * progmodes/gud.el (gud-running): Fix doc string.
14165         (gud-menu-map): Use :visible instead fo :enable for debugger test.
14166         (gud-tooltip-modes): Add python-mode.
14167         (gud-tooltip-print-command): Add pdb.  Remove perldb.
14169 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
14171         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
14172         Quote $(EMACS).
14174 2006-06-05  Richard Stallman  <rms@gnu.org>
14176         * faces.el (defined-colors): Doc fix.
14178 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
14180         * vc.el (vc-process-filter): Inhibit undo info collection around
14181         call to insert.
14182         (vc-setup-buffer): Likewise for call to erase-buffer.
14183         (vc-do-command): Likewise for call to process-file.
14185 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
14187         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
14188         for gud-go.
14189         (gud-common-init): Other debuggers may trigger error.
14191 2006-06-05  Kenichi Handa  <handa@m17n.org>
14193         * international/mule.el (find-auto-coding):
14194         Handle enable-character-translation in file header.
14196 2006-06-04  Kim F. Storm  <storm@cua.dk>
14198         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
14199         (authors-fixed-entries): Fix spelling.
14200         (authors-canonical-file-name): Don't report error for wildcards.
14202         * help.el (view-emacs-news): Rewrite to support new NEWS,
14203         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
14204         e.g. version 10 matches 1.10, and don't be confused by version 1.1
14205         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
14207 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
14209         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
14210         exec constructs like `foo bar`.
14211         (sh-quoted-subshell): New helper function to search for a possibly
14212         nested subshell (like `` or $()) within a "" quoted string.
14213         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
14214         (sh-apply-quoted-subshell): Flag quote characters inside a
14215         subshell, which is itself already in a quoted region, as
14216         punctuation, since this is the closest to what they actually are.
14217         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
14218         sh-apply-quoted-subshell.
14219         (sh-font-lock-syntactic-face-function): Apply the new face for
14220         text inside `` instead of the old font-lock-string-face.
14222 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14224         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
14225         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
14226         (mac-bytes-to-text-range, mac-ae-text-range-array)
14227         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
14228         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
14229         (mac-ts-unicode-for-key-event): New functions.
14230         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
14231         (mac-handle-font-selection): Use mac-ae-number.
14232         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
14233         New variables.
14234         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
14235         (mac-ts-converted-text, mac-ts-selected-converted-text)
14236         (mac-ts-block-fill-text, mac-ts-outline-text)
14237         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
14238         (mac-ts-hilite-style-faces): New constant.
14239         (mac-apple-event-map): Bind text input events.
14240         (mac-dispatch-apple-event): Use command-execute instead of
14241         call-interactively.
14242         (global-map): Don't bind mac-apple-event.
14243         (special-event-map): Bind mac-apple-event.
14245 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
14247         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
14248         file name.
14249         (emacs): Enclose the value of $(EMACS) in quotes.
14251 2006-06-02  Juri Linkov  <juri@jurta.org>
14253         * international/mule.el (sgml-html-meta-auto-coding-function):
14254         Remove the condition `(search-forward "<html" size t)'.
14255         Replace `\"' with `[\"']?' in `re-search-forward'.
14257 2006-06-02  Kenichi Handa  <handa@m17n.org>
14259         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
14260         as well as `coding'.
14261         (hack-local-variables): Likewise.
14263         * international/mule.el (enable-character-translation):
14264         Put permanent-local and safe-local-variable properties.
14265         (find-auto-coding): Handle char-trans: tag.
14267 2006-06-02  Juri Linkov  <juri@jurta.org>
14269         * international/mule.el (sgml-html-meta-auto-coding-function):
14270         Limit the search by the end of the HTML header (if any).
14272 2006-06-01  Richard Stallman  <rms@gnu.org>
14274         * subr.el (with-current-buffer): Doc fix.
14276 2006-06-02  Masatake YAMATO  <jet@gyve.org>
14278         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
14279         Almost rewrite.  Underlines over all lines of gcov output are too
14280         uncomfortable to read.  Suggested by Dan Nicolaescu.
14282 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14284         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
14286         * shell.el (shell-mode): Use shell-mode-map in docstring.
14288         * comint.el (comint-send-input): Do not add help-echo and
14289         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
14291 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14293         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
14295 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
14297         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
14298         (gdb-stopped, gdb-info-stack-custom): If there is no source info
14299         look up the stack and pop up GUD buffer if necessary.
14300         (gdb-frames-select): Remove redundant call to gud-display-frame.
14301         (gdb-info-threads-custom): Keep point at start of buffer.
14302         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
14304 2006-05-31  Juri Linkov  <juri@jurta.org>
14306         * replace.el (query-replace-read-from, query-replace-read-to):
14307         Bind `history-add-new-input' to nil.  Call `add-to-history'.
14309 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14311         * textmodes/table.el: Convert all HTML tags to lower case for
14312         XHTML compatibility.
14314 2006-05-31  Masatake YAMATO  <jet@gyve.org>
14316         * progmodes/compile.el:
14317         (compilation-error-regexp-alist-alist::gcov-called-line):
14318         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
14320 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
14322         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
14323         Revert inadvertent changes made with last commit.
14325 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14327         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
14328         New functions.
14330         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
14332 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
14334         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
14335         only matches in the right place.
14336         (org-upcoming-deadline): New face.
14337         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
14338         (org-export-ascii-underline): Rename constant `org-ascii-underline'
14339         and make it an option.
14340         (org-export-ascii-bullets): New option.
14341         (org-export-as-html): Many changes to emit valid XHTML.
14342         (org-par-open): New variable.
14343         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
14344         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
14345         (org-timeline): Pass `org-timeline-show-empty-dates' to
14346         `org-get-all-dates'.  Interpret empty dates returned by
14347         `org-get-all-dates'.
14348         (org-get-all-dates): New argument EMPTY.  Add dates without
14349         entries to the list, mark large ranges of empty dates.
14350         (org-point-in-group, org-context): New functions.
14352 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
14354         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
14356         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
14357         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
14358         to C-mouse-3 (for 2 button mice).
14359         (gdb-send): Do the right thing for C-d.
14361         * speedbar.el (speedbar-detach): Delete.
14362         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
14363         it breaks things.
14364         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
14366 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
14368         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
14369         Makeppfile.
14371         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14372         Add makepp diagnostic.
14374 2006-05-29  Richard Stallman  <rms@gnu.org>
14376         * window.el (fit-window-to-buffer): Doc fix.
14378         * help.el (temp-buffer-max-height): Doc fix.
14380         * subr.el (with-current-buffer): Doc fix.
14382 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14384         * term/x-win.el: Bind F10 to menu-bar-start if available.
14386 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
14388         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
14389         uses with a simple test.
14390         (term-set-escape-char, term-mode, term-check-kill-echo-list)
14391         (term-send-raw-string, term-send-raw, term-mouse-paste)
14392         (term-char-mode, term-line-mode, term-exec, term-sentinel)
14393         (term-handle-exit, term-read-input-ring)
14394         (term-previous-matching-input-string)
14395         (term-previous-matching-input-string-position)
14396         (term-previous-matching-input-from-input)
14397         (term-replace-by-expanded-history, term-send-input)
14398         (term-skip-prompt, term-bol, term-send-invisible)
14399         (term-kill-input, term-delchar-or-maybe-eof)
14400         (term-backward-matching-input, term-check-source)
14401         (term-proc-query, term-emulate-terminal)
14402         (term-handle-colors-array, term-process-pager, term-pager-line)
14403         (term-pager-bob, term-unwrap-line, term-word)
14404         (term-dynamic-complete-filename)
14405         (term-dynamic-complete-as-filename)
14406         (term-dynamic-simple-complete): Replace one arm ifs with whens or
14407         unlesses.
14409 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14411         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
14412         during bootstrapping.
14414         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
14415         Basically undo the change of 2006-05-26: use extra arguments instead of
14416         dynamic scoping.
14417         (ewoc-locate): Remove unused var `footer'.
14419 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14421         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
14423         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
14424         (generate-file-autoloads): Obey it.  Return whether autoloads were
14425         added at point or not.
14426         (update-file-autoloads): Use this new return value.
14427         Remove redundant test for the presence of an autoload cookie.
14429         * emacs-lisp/autoload.el (autoload-find-file): New fun.
14430         This one calls hack-local-variables.
14431         (generate-file-autoloads, update-file-autoloads): Use it.
14433         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14434         (bibtex-sort-entry-class): Add safe-local-variable predicate.
14435         (bibtex-sort-entry-class-alist): Don't set the global value.
14436         (bibtex-init-sort-entry-class-alist): New fun.
14437         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
14438         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
14439         of bibtex-init-sort-entry-class.
14441 2006-05-28  Richard Stallman  <rms@gnu.org>
14443         * subr.el (load-history-regexp): If FILE is relative, insist
14444         entire last name component must match it.
14445         (load-history-filename-element, load-history-regexp): Doc fixes.
14447 2006-05-29  Kim F. Storm  <storm@cua.dk>
14449         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
14450         `pos' and `raw-data' for clarity, as eval forms may access these.
14452 2006-05-28  Kim F. Storm  <storm@cua.dk>
14454         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
14456 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14458         * progmodes/make-mode.el (makefile-browser-map)
14459         (makefile-mode-syntax-table): Move initialization inside declaration.
14460         (makefile-fill-paragraph): Use the default comment-filling code.
14462 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
14464         * replace.el (query-replace-defaults): New variable.
14465         (query-replace-read-from): Use `query-replace-defaults' for
14466         default value, instead of history list.
14467         (query-replace-read-to): Update `query-replace-defaults'.
14469 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
14471         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
14472         with no X toolkit.
14474 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
14476         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
14477         (tumme-show-all-from-dir): Add autoload.
14479 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14481         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
14482         (tumme-remove-tag): Fix bug.
14484 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
14486         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
14487         FOOTER args.  Update unique caller.
14488         (ewoc-delete): Compute last node once before looping.
14489         (ewoc--node-branch): Merge into unique caller.
14490         (ewoc--node): Don't define constructor make-ewoc--node for this
14491         structure.
14492         (ewoc): Add member `hf-pp' to this structure.
14493         (ewoc--wrap): New func.
14494         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
14495         header/footer pretty-printers.  Save header/footer pretty-printer.
14496         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
14498         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
14500 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14502         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
14503         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
14504         Tag'.  Change "Compare directories..." to "Change Directories...".
14505         Move tumme commands to Operate, Regexp and Immediate menus.
14506         Change "Add Comment" to "Add Image Comment".  Change "Add Image
14507         Tag" to "Add Image Tags".
14509         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
14510         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
14511         `tumme-delete-tag'.
14513 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14515         * shell.el (shell-mode): Call shell-dirtrack-mode after
14516         list-buffers-directory is made a local variable, to avoid setting
14517         the default value.
14519 2006-05-26  Kevin Ryde  <user42@zip.com.au>
14521         * info.el (Info-index-next): Use where-is-internal to report
14522         actual binding of Info-index-next, rather than hard-coded `,'.
14524 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
14526         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
14527         and "Find Command in Manual" to here.
14529         * buff-menu.el (list-buffers-noselect): For Info buffers, use
14530         Info-current-file as the file name.
14532 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
14534         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
14535         overrides will now be done a different way.
14536         (ses-set-parameter): Reapply this function for undo.
14537         (ses-set-header-row): Reconstruct header row during undo.
14538         (ses-widen): New function.
14539         (ses-goto-data, ses-reconstruct-all): Use new function.
14540         (ses-command-hook): Widen buffer during undo, before unupdating
14541         the cells.
14542         (ses-insert-row, ses-delete-row): Widen buffer during undo.
14543         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
14544         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
14545         formula hasn't been executed yet.
14547 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14549         * comint.el (comint-kill-whole-line): Rename arg to count.
14550         Fix doc string.
14552 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
14554         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
14555         to copy-file.
14557 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14559         * simple.el (toggle-truncate-lines): Make arg optional for
14560         backward compatibility.
14562 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
14564         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
14565         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
14566         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
14567         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
14568         (ewoc--adjust): Use ewoc--current-dll.
14569         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
14571 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
14573         * textmodes/org.el (org-next-item, org-previous-item): Emit more
14574         compact error message.
14575         (org-tags-view): Refresh category table in each file.
14576         (org-table-justify-field-maybe): Remove superfluous arguments to
14577         `format'.
14578         (org-export-as-html): Insert "<p>" before postamble.
14579         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
14581 2006-05-26  Kenichi Handa  <handa@m17n.org>
14583         * textmodes/po.el (po-find-charset): Pay attention to the case
14584         FILENAME is a cons (NAME . BUFFER).
14585         (po-find-file-coding-system-guts): Likewise.
14587         * arc-mode.el (archive-set-buffer-as-visiting-file):
14588         Call find-operation-coding-system with (FILENAME . BUFFER).
14590         * tar-mode.el (tar-extract): Call find-operation-coding-system
14591         with (FILENAME . BUFFER).
14593         * international/mule.el (decode-coding-inserted-region):
14594         Call find-operation-coding-system with (FILENAME . BUFFER).
14596 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
14598         * image-mode.el (image-toggle-display): Use buffer contents to
14599         generate image for a remote file.
14601 2006-05-25  Juri Linkov  <juri@jurta.org>
14603         * replace.el (query-replace-read-from, query-replace-read-to):
14604         Remove 8th arg KEEP-ALL in read-from-minibuffer.
14606 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
14608         * whitespace.el (whitespace-cleanup): Change to cleanup
14609         region if one is active.
14610         * whitespace.el (whitespace-cleanup-internal): New internal method.
14612 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14614         * dired.el (dired-mode-map): Add help-echo strings to tumme
14615         commands.  Bind `tumme-dired-display-image' to C-t i.
14617         * tumme.el (tumme-display-image): Change documentation string slightly.
14618         (tumme-dired-display-image): Add call to `display-buffer'.
14620 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
14622         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
14623         Signal error if RAW-DATA is a multibyte string.
14625 2006-05-24  Richard Stallman  <rms@gnu.org>
14627         * subr.el (with-local-quit): When handling `quit' signal,
14628         make a chance for quit-flag to cause a quit.
14630         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
14631         (ad-disable-advice): Add autoloads.
14633         * subr.el (read-passwd): Copy PROMPT before changing its properties.
14635 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14637         * dired.el (dired-mode-map): Change menu items for tumme as per
14638         suggestions in emacs-devel.
14640 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14642         * dired.el (dired-mode-map): Fix breakage.
14644 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14646         * tumme.el (tumme-display-dired-image): Rename to...
14647         (tumme-dired-display-image): ...this.
14648         (tumme-track-movement): Change default value to t.
14649         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
14650         used from `tumme-next-line-and-display' and similar commands.
14652         * dired.el (dired-mode-map): Add Thumbnail submenu under the
14653         Immediate menu.  Add some tumme commands there.
14655 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
14657         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
14659 2006-05-24  Chong Yidong  <cyd@mit.edu>
14661         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
14662         menu entries that open submenus.
14664 2006-05-24  Alan Mackenzie  <acm@muc.de>
14666         * startup.el (command-line): For names of preloaded files, don't
14667         append ".elc" (now done in Fload), and call file-truename on the
14668         lisp directory.
14670         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
14671         match ANY loaded file with the right name, not just those in
14672         load-path.  Put a regexp matching the file name into
14673         after-load-alist, rather than the name itself.
14675         * subr.el (load-history-regexp, load-history-filename-element)
14676         (do-after-load-evaluation): New functions.
14678         * international/mule.el (load-with-code-conversion): Do the
14679         eval-after-load stuff by calling do-after-load-evaluation.
14681 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14683         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
14684         has not been killed.
14686 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14688         * term/mac-win.el: Set idle timer to clean up expired Apple events.
14689         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
14690         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
14691         Optionally set error message in reply.
14693 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
14695         * textmodes/org.el (org-open-at-point): Use renamed variable
14696         `org-confirm-shell-link-function'.
14697         (org-confirm-shell-link-function): Rename from
14698         `org-confirm-shell-links'.
14699         (org-export-directory): New function.
14700         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
14701         (org-export-icalendar): Use `org-export-directory'.
14702         (org-indent-item): Keep cursor position.
14703         (org-link-file-path-type): New option.
14704         (org-export-as-html): Fix bug with plain lists starting in
14705         column 0.
14706         (org-export-as-html): Remove deadline formatting, this happens
14707         now already in `org-html-handle-time-stamps'.
14708         (org-export-html-style): Deadline class removed.
14709         (org-insert-labeled-timestamps-at-point): New option.
14710         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
14711         of `hide-sublevels 1', in case the first headline is not level 1.
14712         (org-overview, org-content): New fuction.
14713         (org-cycle-global-status, org-cycle-subtree-status): Make these
14714         variables buffer-local.
14715         (org-global-cycle): New command.
14716         (org-shifttab): Use `org-global-cycle'.
14717         (org-insert-heading, org-insert-item): Go to end of new
14718         headline/item after creating it.
14719         (org-export-visible): Rename from `org-export-copy-visible'.
14720         Now creates a temporary org-file and applies an exporting command
14721         to it.
14722         (org-table-eval-formula): Support for lisp forms.
14723         (org-agenda-todo-ignore-scheduled): New option.
14724         (org-agenda-get-todos): Use new option
14725         `org-agenda-todo-ignore-scheduled'.
14726         (org-export-html-inline-images): New value `maybe'.
14727         (org-export-as-html): Inlining of images dependent on link description.
14728         (org-archive-subtree): Check for end-of-buffer before trying
14729         `kill-line'.
14730         (org-agenda-follow-mode): New option.
14731         (org-export-with-tags, org-export-with-timestamps): New options.
14732         (org-html-handle-time-stamps): New function.
14733         (org-keyword-time-regexp): New variable.
14734         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
14735         (org-agenda-todo-list-sublevels): New option.
14736         (org-html-level-start): When TITLE is nil, just close all levels.
14737         (org-parse-key-lines, org-parse-export-options): Remove functions,
14738         replaced by `org-infile-export-plist'.
14739         (org-combine-plists, org-infile-export-plist)
14740         (org-default-export-plist): New functions.
14741         (org-export-html-preamble, org-export-html-postamble)
14742         (org-export-html-auto-preamble, org-export-html-auto-postamble):
14743         New variables.
14744         (org-export-publishing-directory): New option.
14745         (org-export-as-html, org-export-as-ascii): Use the new property
14746         lists for settings.
14747         (org-export-copy-visible, org-export-as-xoxo):
14748         Respect `org-export-publishing-directory'.
14749         (org-link-search, org-store-link, org-file-apps): Support for
14750         links to BibTeX database entries..
14751         (org-get-current-options, org-set-regexps-and-options):
14752         Implement logging as a startup option.
14753         (org-store-link): Make sure context string is never empty
14754         (org-insert-link): Use relative path when possible.
14755         (org-at-item-checklet-p): New function.
14756         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
14757         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
14758         (org-metaright, org-metaup, org-metadown, org-shiftup)
14759         (org-shiftdown, org-shiftright, org-shiftleft)
14760         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
14761         Dispatch using `call-interactively'.
14762         (org-call-with-arg): New defsubst.
14763         (org-tag-alist, org-use-fast-tag-selection): New options.
14764         (org-complete): Use `org-tag-alist'.
14765         (org-fast-tag-insert, org-fast-tag-selection): New functions.
14766         (org-next-item, org-previous-item): New commands.
14767         (org-beginning-of-item, org-end-of-item): Add (interactive) to
14768         make command.
14769         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
14771 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
14773         * emacs-lisp/ewoc.el (ewoc-delete): New function.
14774         (ewoc-filter): Use `ewoc-delete'.
14776         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
14778 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14780         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
14781         Signal more user-friendly error messages.
14783         * complete.el (PC-do-completion): Undo the addition of implicit
14784         wildcards if they did not lead to finding any match.
14785         (read-file-name-internal): Don't add the final > if the completion is
14786         not finished.
14788 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14790         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
14791         Quote safe-local-variable predicate.
14793 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14795         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
14797 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14799         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
14801         * progmodes/make-mode.el (makefile-special-targets-list)
14802         (makefile-macro-table, makefile-target-table): Mark as risky.
14803         (makefile-query-one-target-method): Make this the alias for the
14804         following variable.
14805         (makefile-query-one-target-method-function): Make this the real name.
14807         * textmodes/artist.el (artist-text-renderer): Make this the alias
14808         for the following variable.
14809         (artist-text-renderer-function): Make this the real name.
14811         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
14812         the alias for the following variable.
14813         (flyspell-generic-check-word-predicate): Make this the real name.
14815         * textmodes/ispell.el (ispell-format-word): Make this the alias
14816         for the following variable.
14817         (ispell-format-word-function): Make this the real name.
14818         (ispell-message-text-end): Mark as risky.
14820         * skeleton.el (skeleton-transformation, skeleton-filter)
14821         (skeleton-pair-filter): Make these the aliases for the following
14822         variables.
14823         (skeleton-transformation-function, skeleton-filter-function)
14824         (skeleton-pair-filter-function): Make these the real names.
14826         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
14827         and skeleton-pair-filter-function.
14829         * textmodes/sgml-mode.el (sgml-transformation): Make this the
14830         alias for the following variable.
14831         (sgml-transformation-function): Make this the real name.
14832         (sgml-tag-alist): Mark as risky.
14834 2006-05-21  Richard Stallman  <rms@gnu.org>
14836         * simple.el (kill-region): Interactively, pass point, then mark.
14838 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14840         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
14842 2006-05-21  Romain Francoise  <romain@orebokech.com>
14844         * dired-x.el (dired-mode-map): Don't bind M-g.
14846 2006-05-20  Richard Stallman  <rms@gnu.org>
14848         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
14849         (dired-goto-file): Doc fix.
14851 2006-05-21  Kim F. Storm  <storm@cua.dk>
14853         * emulation/cua-base.el: Mention customizing cua-mode as alternative
14854         way to enable built-in cua-mode if user loads older CUA-mode package.
14856         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
14857         if default-filename is specified.
14859 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14861         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
14863         * info.el (info-apropos): Make sure current-file and current-node
14864         have non-nil values.  Speed up by using add-to-list instead of
14865         manual consing.
14867 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14869         * progmodes/make-mode.el (makefile-mode): Doc fix.
14871 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14873         * dired-aux.el (dired-do-shell-command): Doc fix.
14875 2006-05-20  Kevin Ryde  <user42@zip.com.au>
14877         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
14878         ``(custom-manual :tag "Foo" "(foo)Node")''.
14880 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
14882         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
14883         value is an integer.
14885 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14887         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
14888         "format".
14889         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
14891 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
14893         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
14894         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
14896 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14898         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
14899         regexp for keywords.
14901 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
14903         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
14904         replace-regexp-in-string.
14906         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
14907         encode, and escape file name on conversion to URL.
14909 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14911         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
14912         Don't unescape URL.
14913         (dnd-get-local-file-name): Unescape URL on conversion to file name.
14915         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
14916         on conversion to URLs.
14918         * net/browse-url.el (browse-url-file-url): Encode file name on
14919         conversion to URL.
14921         * term/mac-win.el (mac-ae-open-documents): Escape file name on
14922         conversion to URL.
14924 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
14926         * progmodes/cc-styles.el (c-style-alist): Doc fix.
14928 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14930         * term/mac-win.el (mac-bytes-to-digits): Remove function.
14931         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
14933 2006-05-19  Glenn Morris  <rgm@gnu.org>
14935         * calendar/diary-lib.el (diary-bahai-date)
14936         (list-bahai-diary-entries, mark-bahai-diary-entries)
14937         (mark-bahai-calendar-date-pattern): Not interactive.
14938         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
14939         (diary-entries-list): Change format of 4th element in each entry.
14940         (diary-list-entries): Use add-to-diary-list.
14941         (diary-goto-entry): Handle the case where the buffer visiting the
14942         diary has been killed.
14943         (fancy-diary-display): Add 'locator to button rather than 'marker.
14944         Only generate temp-face when there are marks to apply.
14945         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14946         (diary-fancy-date-pattern): New variable.
14947         (diary-time-regexp): Doc fix.
14948         (diary-anniversary, diary-time): New faces.
14949         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
14950         diary-time-regexp.  Add font-lock-multiline property where needed.
14951         Use new faces diary-anniversary and diary-time.
14952         (diary-fancy-font-lock-fontify-region-function): New function, to
14953         handle multiline font-lock pattern in fancy diary.
14954         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
14955         (diary-font-lock-keywords): Tweak time regexp.  Use new face
14956         diary-time.
14958 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
14960         * international/code-pages.el (mik): Table corrected.
14962 2006-05-18  Kim F. Storm  <storm@cua.dk>
14964         * progmodes/grep.el (grep-find): Don't check grep-find-command
14965         before running command (breaks non-interactive usage).
14967 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
14969         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
14970         (ewoc--insert-new-node): Don't insert trailing newline.
14971         Instead, adjust successor nodes's start markers.
14972         (ewoc--refresh-node): Delete all text from current node's start
14973         marker to the next one's; adjust successor nodes's start markers.
14974         (ewoc--create): Doc fixes.
14975         (ewoc--refresh): Don't insert newline.
14976         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
14977         * pcvs.el (cvs-make-cvs-buffer):
14978         Specify extra newline for ewoc's header and footer.
14979         (cvs-update-header): Update initial header recognition.
14980         Append newline to final header and footer values.
14981         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
14983 2006-05-17  Richard Stallman  <rms@gnu.org>
14985         * files.el (file-name-extension): Doc fix.
14987 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14989         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
14990         we can explicitly enable/disable rather than toggle.
14991         (shell-mode): Use it.
14992         (shell-cd): Don't try to reproduce what `cd' does.
14994 2006-05-17  Kim F. Storm  <storm@cua.dk>
14996         * ido.el (ido-read-internal): Use only nondirectory part of
14997         default item.
14999 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
15001         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
15002         (ewoc-nth): Doc fix.
15004         (ewoc-map, ewoc-invalidate): Compute PP before looping.
15006 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
15008         * international/mule.el (auto-coding-alist): Add .lha to files
15009         read with no-conversion.
15011         * files.el (auto-mode-alist): Add .lha files to archive file
15012         extensions.
15014         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
15015         Convert csize to integer when computing offsets within the
15016         compressed archive file.
15018 2006-05-16  Kim F. Storm  <storm@cua.dk>
15020         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
15021         with read-from-minibuffer.
15023 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15025         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
15026         (byte-compile-warnings): Fix safe-local-variable property.
15028 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
15030         * allout.el (allout-show-bodies, allout-old-style-prefixes)
15031         (allout-stylish-prefixes, allout-numbered-bullet)
15032         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
15033         predicates to qualify `safe-local-variable' property, when
15034         available, else use equivalent lambda.
15035         (allout-current-topic-collapsed-p): Do the right thing regarding
15036         trailing blank lines.
15038 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15040         * server.el (server-start): Only create a directory if needed.
15041         (server-edit, server-unload-hook): server-start => server-mode.
15042         (kill-emacs-hook): Cleanup upon exit.
15044 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15046         * hexl.el (hexlify-buffer): Encode process arguments manually.
15048 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
15050         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
15051         call to gdb-tooltip-print.
15053 2006-05-15  Romain Francoise  <romain@orebokech.com>
15055         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
15056         systems, default to "tar" since those systems probably have GNU tar.
15058 2006-05-14  Lars Hansen  <larsh@soem.dk>
15060         * desktop.el (desktop-missing-file-warning): Fix docstring.
15061         (desktop-restore-file-buffer): Correct question asked on missing file.
15063 2006-05-14  Kim F. Storm  <storm@cua.dk>
15065         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
15066         Add CUA move property.
15068 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
15070         * custom.el (custom-push-theme): Load the variable before checking
15071         its `standard-value'.
15073 2006-05-13  Lars Hansen  <larsh@soem.dk>
15075         * desktop.el (desktop-save): Use with-temp-buffer.
15077 2006-05-12  Glenn Morris  <rgm@gnu.org>
15079         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
15080         * calendar/calendar.el (calendar-mode-map):
15081         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
15082         * calendar/appt.el (appt-check, appt-make-list): Refer to
15083         diary-view-entries, diary-list-entries, diary-show-all-entries
15084         rather than obsolete aliases.
15086 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
15088         * simple.el (line-move-finish): Avoid calling point motion hooks
15089         while processing intangibility.
15091 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
15093         * term/xterm.el (terminal-init-xterm): Fix typo.
15095 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
15097         * allout.el (allout-view-change-hook): Mark as being deprecated,
15098         to be replaced by `allout-exposure-change-hook'.
15099         (allout-exposure-change-hook): New, replacing
15100         `allout-view-change-hook'.
15101         (allout-flag-region): Run new hook `allout-exposure-change-hook',
15102         in addition to `allout-view-change-hook'.
15103         (allout-show-bodies, allout-old-style-prefixes)
15104         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
15105         lambda forms to prevent their showing up in variable help
15106         presentations as inscrutable byte-compiled code.
15107         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
15108         Use string-or-null-p to qualify safe-local-variable values.
15109         (allout-reindent-bodies): Use memq to qualify matches against
15110         valid safe-local-variable values.  Also, quote the lambda as above.
15111         (allout-use-mode-specific-leader): Add missing candidate-value
15112         symbols, use memq, and quote the lambda.
15113         (allout-overlay-interior-modification-handler): Remove unused
15114         variables `msg' and 'opened'.
15115         (allout-hidden-p): Constrain invisibility consideration to allout's
15116         invisibility spec, disregarding invisibility for other reasons.
15118 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
15120         * files.el (version-control): Correct safe values.
15122 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
15124         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
15126         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
15127         (ewoc--insert-new-node): New func.
15128         Update callers of deleted funcs to use it, instead.
15130 2006-05-11  Glenn Morris  <rgm@gnu.org>
15132         * calendar/calendar.el (diary-show-all-entries): Do not refer to
15133         obsolete alias `show-all-diary-entries'.
15134         (make-diary-entry): Not interactive.
15135         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
15136         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
15137         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
15138         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15139         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
15140         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
15142 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15144         * calendar/calendar.el (calendar-french-date-string)
15145         (calendar-mayan-date-string, calendar-chinese-date-string)
15146         (calendar-astro-date-string, calendar-iso-date-string)
15147         (calendar-islamic-date-string, calendar-bahai-date-string)
15148         (calendar-hebrew-date-string, calendar-coptic-date-string)
15149         (calendar-ethiopic-date-string, calendar-persian-date-string):
15150         These functions are not interactive.
15152 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
15154         * files.el: Balance parentheses.
15156 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
15158         * files.el, newcomment.el, outline.el, simple.el,
15159         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
15160         * progmodes/cc-vars.el, progmodes/compile.el:
15161         Move `safe-local-variable' declarations to the respective files.
15163         * help-fns.el (describe-variable): Don't print safe-var if it is
15164         byte-code.  Improve wording as suggested by Luc Teirlinck.
15166 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
15168         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
15169         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
15170         Use a token for pending-triggers to ensure gdb-var-update
15171         gets called once per user input again for pre-GDB 6.4.
15172         (gdb-var-delete): Match on more complex expressions.
15173         (gdb-var-list-children-handler, gdb-var-create-handler):
15174         Use a token for consistency.
15176 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
15178         * textmodes/org.el (org-read-date, org-goto-calendar)
15179         (org-agenda-goto-calendar):
15180         Bind `view-calendar-holidays-initially' to nil.
15182 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
15184         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
15185         Update all callers to do it there, instead.
15187 2006-05-10  Glenn Morris  <rgm@gnu.org>
15189         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
15190         prefix arg case, to avoid view-diary-entries-initially error.
15191         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
15192         (calendar-date-is-legal-p): Handle dates with no day part.
15194 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
15196         * comint.el (comint-insert-input): Just make it when
15197         comint-use-prompt regexp is nil (default) and with the mouse.
15198         (comint-copy-old-input): Reinstate from 2004-06-23.
15199         (comint-mode-map): Bind C-c C-m to it.
15201 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
15203         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15204         Remove spurious move to point-max (new comint behavior fixes).
15206         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
15207         compatibility function (Emacs 18/19).
15208         (idlwave-is-continuation-line): Always return point at start of
15209         previous non-blank continuation line.
15210         (keyword-parameters): Fix continued comment font-lock matcher.
15211         (idlwave-font-lock-fontify-region): Written, use as
15212         font-lock-fontify-region-function, to fix continued keyword
15213         fontification issues.
15215 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15217         * term/mac-win.el (mac-font-panel-mode): Doc fix.
15218         (mac-service-selection, mac-service-open-file)
15219         (mac-service-open-selection, mac-service-mail-selection)
15220         (mac-service-mail-to, mac-service-insert-text): Rename from
15221         mac-services-*.  All uses changed.
15222         (mac-apple-event-map): Rename event symbol `services' to `service'.
15224 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
15226         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
15227         (ewoc--node-enter-first, ewoc--node-enter-last)
15228         (ewoc--delete-node-internal): Merge funcs into unique callers.
15230 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
15232         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
15233         return value of read-from-minibuffer for empty input.
15235 2006-05-09  Miles Bader  <miles@gnu.org>
15237         * comint.el (comint-insert-input): Remove redundant calls to setq
15238         and goto-char.
15240 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
15242         * comint.el (comint-insert-input): Make it work when
15243         comint-use-prompt-regexp is t.
15245 2006-05-10  Miles Bader  <miles@gnu.org>
15247         * subr.el (field-at-pos): New function.
15249         * comint.el (comint-insert-input): Use it.
15251 2006-05-09  Juri Linkov  <juri@jurta.org>
15253         * battery.el (battery-linux-proc-acpi): Also try
15254         `/proc/acpi/thermal_zone/THR2/temperature'.
15256         * files.el <safe-local-variable>: Remove `eval' and `let' binding
15257         for now unused lambda `string-or-null'.
15259         * add-log.el (change-log-default-name): Put `string-or-null-p'
15260         instead of lambda on `safe-local-variable' property.
15262         * diff-mode.el (diff-context->unified): Use `region-beginning' and
15263         `region-end' instead of `mark' and `point'.
15264         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
15265         Operate on region in Transient Mark mode when the mark is active.
15266         Use `region-beginning' and `region-end' instead of `mark' and
15267         `point'.
15268         (diff-hunk-text, diff-goto-source): Doc fix.
15270         * startup.el (fancy-splash-screens, normal-splash-screen): Use
15271         face `mode-line-buffer-id' for mode-line buffer face instead of
15272         hard-coded `(:weight bold)'.
15274         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
15275         buffer-undo-list to t (undo-ask is reproducible by visiting
15276         nested archives).
15278 2006-05-09  Kim F. Storm  <storm@cua.dk>
15280         * progmodes/grep.el (rgrep): Set default directory of *grep*
15281         buffer if we start M-x rgrep in the *grep* buffer and choose
15282         a different base directory.
15284 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
15286         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
15287         completion also when ido is loaded.
15289 2006-05-09  Masatake YAMATO  <jet@gyve.org>
15291         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
15292         "warning" and "import".
15293         (cpp-font-lock-keywords): Added "warning".
15295 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
15297         * term/xterm.el (terminal-init-xterm): Add more key bindings.
15299 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15301         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
15302         pages at a time, if we signal the end, we should indeed reach that end.
15304 2006-05-08  David Reitter  <david.reitter@gmail.com>
15306         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
15307         output during execution of the body.
15309 2006-05-08  Kim F. Storm  <storm@cua.dk>
15311         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
15313 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
15315         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
15316         Use with-current-buffer.
15318 2006-05-07  Kim F. Storm  <storm@cua.dk>
15320         * subr.el (add-to-history): Remove keep-dups arg.
15322         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
15323         to nil around call to add-to-history.
15325 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15327         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
15328         than after a buffer modification.
15330 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
15332         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
15333         call to...
15334         (gud-watch): ...here so speedbar is raised for already watched
15335         expressions.
15336         (gdb-speedbar-refresh): Delete function.
15337         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
15338         Use speedbar-timer-fn instead of speedbar-refresh (reverting
15339         earlier change).
15340         (gdb-var-evaluate-expression-handler)
15341         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
15343         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
15344         Update localized contents for all buffers except ignored modes.
15346 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15348         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
15349         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
15350         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
15351         (mac-handle-font-panel-closed, mac-handle-font-selection):
15352         New functions.
15353         (mac-font-panel-mode): New minor mode.
15354         (mac-apple-event-map): Add bindings for toolbar toggle button and
15355         font panel.
15356         (menu-bar-showhide-menu): Add mac-font-panel-mode.
15358 2006-05-07  John Paul Wallington  <jpw@pobox.com>
15360         * ibuffer.el (ibuffer-compressed-file-name-regexp):
15361         Avoid `regexp-opt'; simplify regexp for readability.
15363 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
15365         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
15366         * files.el (buffer-stale-function):
15367         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15368         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
15369         links to the main manual, not to emacs-xtra.
15371 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15373         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
15374         MacJapanese if text is ASCII-only.
15376 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
15378         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
15379         unless so nil isn't returned.
15380         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
15382 2006-05-06  Kim F. Storm  <storm@cua.dk>
15384         * subr.el (add-to-history): New function.
15386         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
15387         (ediff-merge-files-with-ancestor):
15388         * env.el (setenv):
15389         * isearch.el (isearch-update-ring):
15390         * server.el (server-visit-files):
15391         * progmodes/grep.el (lgrep, rgrep):
15392         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
15393         * progmodes/xscheme.el (xscheme-insert-expression):
15394         Use add-to-history.
15396         * kmacro.el (kmacro-push-ring): Use add-to-history.
15397         (kmacro-ring-length): Remove unused defun.
15398         (kmacro-start-macro): Use kmacro-push-ring.
15400 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
15402         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
15403         directly instead of a lambda expression that calls it.
15405 2006-05-06  Kim F. Storm  <storm@cua.dk>
15407         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
15408         instead of compute-motion.
15410 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
15412         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
15413         change.
15415 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
15417         * startup.el (command-line-1): Refer to "Pure Storage" on
15418         pure-space-overflow.
15420 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
15422         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
15423         provided faces once they all have been used up.
15425 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15427         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
15428         reference to the Lisp manual to the warning about pure space
15429         overflow.
15431 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15433         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15434         argument to avoid the call to `ispell-internal-change-dictionary'
15435         when not needed.
15436         (ispell-change-dictionary): Use this argument and call
15437         `ispell-internal-change-dictionary' after the possible change
15438         to `ispell-local-dictionary'.
15439         (ispell-internal-change-dictionary): Check for a change in
15440         personal dictionary use too.
15442 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15444         * startup.el (command-line): On MS-Windows, probe "~", not
15445         "~USER", for warning about non-existent home directory.
15447         * arc-mode.el (archive-l-e): New optional argument `float' means
15448         generate a float value.
15449         (archive-arc-summarize, archive-lzh-summarize)
15450         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
15451         with 3rd argument non-nil when file's size is being computed.
15452         Format the file sizes with %8.0f instead of %8d.
15454 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15456         * cus-start.el (all): Add mac-dnd-known-types.
15458         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
15459         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
15460         (mac-TIFF-to-string): New functions.
15461         (x-get-selection, x-selection-value)
15462         (mac-select-convert-to-string): Use them.
15463         (mac-text-encoding-mac-japanese-basic-variant): New constant.
15464         (mac-dnd-types-alist): New customization variable.
15465         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
15466         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
15467         (mac-dnd-handle-drag-n-drop-event): New functions.
15468         (mac-drag-n-drop): Remove function.
15469         (global-map): Bind drag-n-drop and M-drag-n-drop to
15470         mac-dnd-handle-drag-n-drop-event.
15472 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
15474         * progmodes/perl-mode.el (perl-beginning-of-function):
15475         Skip anonymous subs.
15477 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
15479         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
15480         regexp-opt at run time.
15482         * term.el (term-handle-ansi-escape): Fix off by one error.
15484 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
15486         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
15487         (gdb-init-1, gdb-post-prompt): ...and references to it.
15488         (gdb-frame-handler): Strip directory name from filename if present.
15490         * progmodes/gud.el (gdb-force-update): Delete defvar
15491         (gud-speedbar-buttons): ...and references to it.  Use window-start
15492         to try to keep positon in watch expression.
15494 2006-05-03  Richard Stallman  <rms@gnu.org>
15496         * simple.el (next-history-element, previous-history-element): Doc fix.
15498         * isearch.el (isearch-update-ring): Doc fix.
15500 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
15502         * isearch.el (isearch-update-ring): Take history-delete-duplicates
15503         into consideration.  Replace one arm ifs with whens.
15505 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
15507         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
15508         (menu): Fix typo.
15510 2006-05-02  Miles Bader  <miles@gnu.org>
15512         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
15514 2006-05-02  Jay Belanger  <belanger@truman.edu>
15516         * calc/calc-embed.el (calc-override-minor-modes-map)
15517         (calc-override-minor-modes): New variables.
15518         (calc-do-embedded): Make sure that Calc keystrokes aren't
15519         overwritten by minor modes.
15521 2006-05-02  Chong Yidong  <cyd@mit.edu>
15523         * msb.el (msb): If EVENT is a down event, read and discard the up event.
15525 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15527         * startup.el (command-line-1): Refer to Lisp manual when
15528         pure-space-overflow occurs.
15530         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
15531         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
15532         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
15533         (version-control): Don't use `t' for safe-local-variable declarations.
15535 2006-05-01  Richard Stallman  <rms@gnu.org>
15537         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
15538         M-r, M-R, M-A, M-SPC or M-DEL.
15539         (diff-mode-map): diff-refine-hunk now on C-c C-w
15540         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
15542         * help-mode.el (help-mode): view-exit-action calls delete-window
15543         only when it is safe and possible.
15545         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
15546         in messages.
15548         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
15550         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
15551         in the default tool-bar-map.
15553 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
15555         * net/tramp.el (tramp-completion-file-name-handler-alist)
15556         (tramp-run-real-handler, tramp-completion-run-real-handler)
15557         (tramp-completion-handle-file-name-all-completions)
15558         (tramp-completion-handle-file-name-completion): Autoload them.
15559         (tramp-completion-handle-file-exists-p)
15560         (tramp-completion-handle-file-name-directory)
15561         (tramp-completion-handle-file-name-nondirectory)
15562         (tramp-completion-handle-expand-file-name): Remove them.
15563         (tramp-handle-file-name-directory): Return the real directory name.
15564         Returning "/" only doesn't need to be necessary any longer.
15565         (tramp-file-name-handler): Make special attention when in hostname
15566         completion mode.
15567         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
15568         (tramp-register-file-name-handlers):
15569         Register `tramp-completion-file-name-handler' only when
15570         `partial-completion-mode' is enabled.
15571         (tramp-completion-handle-file-name-all-completions):
15572         Delete directory part from results.
15573         (tramp-get-completion-methods, tramp-get-completion-user-host):
15574         Discard deleting "/", it doesn't work after the change of
15575         `tramp-handle-file-name-directory' above.
15577 2006-05-01  Kim F. Storm  <storm@cua.dk>
15579         * progmodes/grep.el (grep-expand-template): Use save-match-data
15580         and symbol-value.
15582 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15584         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
15585         Use select-frame-set-input-focus instead of raise-frame.
15586         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
15588 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
15590         * progmodes/gud.el (gud-def): Add %c case.
15591         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
15592         (gud-format-command): Make match case sensitive.  Match on %F.
15594 2006-04-30  Glenn Morris  <rgm@gnu.org>
15596         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
15597         (cal-tex-preamble): Use cal-tex-preamble-extra.
15598         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
15599         than alias `list-diary-entries'.
15601 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
15603         * help-fns.el (describe-variable): Add info about safe local variables.
15605 2006-04-29  Richard Stallman  <rms@gnu.org>
15607         * bindings.el (mode-line-format): help-echo doc fixes.
15609         * net/tramp.el (tramp-file-name-handler-alist): Delete
15610         expand-file-name and other operations that can cause spurious loading.
15612 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15614         * files.el (safe-local-variable-p): Remove support for the special
15615         value t.
15617         * textmodes/paragraphs.el (sentence-end-without-space):
15618         Fix safety predicate.
15619         (sentence-end-double-space, sentence-end-without-period)
15620         (paragraph-ignore-fill-prefix):
15621         * textmodes/fill.el (colon-double-space):
15622         * abbrev.el (abbrev-mode): Tighten the safety predicate.
15624         * subr.el (booleanp): New fun.
15626         * textmodes/reftex-vars.el (reftex-guess-label-type):
15627         Tighten the safety predicate.
15629 2006-04-28  Kim F. Storm  <storm@cua.dk>
15631         * progmodes/grep.el (defgroup grep): Doc fix.
15632         (grep-auto-highlight): Remove.
15633         (grep-template): New defcustom.
15634         (grep-find-template): Rename from grep-tree-template.
15635         (grep-files-aliases): Rename from grep-tree-files-aliases.
15636         Remove "all" alias, add "l" alias.
15637         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
15638         (grep-find-ignored-directories): New defcustom to replace
15639         grep-tree-ignore-CVS-directories, to facilitate ignoring
15640         subdirectories for multiple version control systems.
15641         (grep-mode-map): Add Recursive grep item to GREP menu.
15642         (grep-regexp-history, grep-files-history): New defvars.
15643         (grep-probe): New helper function.
15644         (grep-compute-defaults): Use it to simplify code.
15645         Adapt to name changes.
15646         Use `.' as base in grep-find-template rather than <D>.
15647         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
15648         Call grep-compute-defaults unconditionally.
15649         (grep-expand-keywords): New defconst.
15650         (grep-expand-template): Rename from grep-expand-command-macros.
15651         Simplify via grep-expand-keywords.  Look at case-fold-search instead
15652         of grep-tree-ignore-case to add -i option.
15653         Bind case-fold-search to nil while matching keywords.
15654         (grep-tree-last-regexp, grep-tree-last-files): Remove.
15655         (grep-read-regexp, grep-read-files): New helper functions.
15656         (rgrep): Rename from grep-tree.  Rework to use proper histories.
15657         Adapt to changes in defcustoms and functions above.
15658         (lgrep): New command, as grep, but using same interactive UI as rgrep.
15660 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
15662         * net/tramp.el (tramp-completion-file-name-handler):
15663         Disable Tramp's functionality while loading Tramp itself.
15664         (tramp-register-file-name-handlers): That's a defsubst now.
15665         Code from `tramp-repair-jka-compr' moved here.  Apply it via
15666         `after-init-hook'.
15667         (tramp-repair-jka-compr): Remove.
15669 2006-04-27  Jay Belanger  <belanger@truman.edu>
15671         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
15672         read expression when `math-read-big-expr' doesn't work.
15674 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
15676         * startup.el (command-line-1): Display warning when
15677         pure-space-overflow is non-nil.
15679 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15681         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
15682         risky.
15684 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15686         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
15687         Return the URL or nil if none can be generated.
15689 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
15691         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
15692         byte compiler warnings.
15693         (gud-basic-call, gud-find-expr): Let user select an expression
15694         for printing.  Print expression as well as value in GUD buffer.
15696 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
15698         * allout.el: Remove local autoload declaration for
15699         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
15700         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
15701         (allout-plain-bullets-string, allout-distinctive-bullets-string)
15702         (allout-use-mode-specific-leader, allout-old-style-prefixes)
15703         (allout-stylish-prefixes, allout-numbered-bullet)
15704         (allout-file-xref-bullet, allout-presentation-padding)
15705         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
15706         safe-local-variable with suitable value spec, and add autoload
15707         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
15708         (move-beginning-of-line, move-end-of-line): Repair so these compat
15709         functions now actually resituate the point, when appropriate.
15711 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15713         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
15715         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
15716         (add-log-iso8601-time-string): Fix call to format-time-string.
15718 2006-04-26  Kim F. Storm  <storm@cua.dk>
15720         * subr.el (posn-string, posn-image, posn-object): Doc fix.
15722 2006-04-26  Masatake YAMATO  <jet@gyve.org>
15724         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15725         Add support for "//" style comments.  Remove `b' flag
15726         from ?* in `asm-mode-syntax-table'.
15728 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15730         * follow.el: Use (featurep 'xemacs) everywhere.
15731         (follow-mode): Use define-minor-mode.
15732         (follow-mode-map): Move initialization into the declaration.
15733         Use command remapping.
15734         (follow-emacs-version-xemacs-p): Remove.
15735         (follow-submit-feedback): Remove.
15737         * allout.el (allout-layout, allout-passphrase-verifier-string)
15738         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
15740         * textmodes/reftex-vars.el (reftex-vref-is-default)
15741         (reftex-fref-is-default, reftex-guess-label-type):
15742         Tighten up a bit the safety predicate.
15744         * textmodes/paragraphs.el (sentence-end-double-space)
15745         (sentence-end-without-period, sentence-end-without-space)
15746         (page-delimiter, paragraph-ignore-fill-prefix):
15747         Tighten up a bit the safety predicate.
15749         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
15751         * progmodes/python.el (python-continuation-line-p)
15752         (python-beginning-of-statement): syntax-ppss may return
15753         a negative depth.
15754         (python-mode): Don't forcefully enable font-lock.
15756         * time-stamp.el (time-stamp-start, time-stamp-end)
15757         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
15759         * add-log.el: Remove spurious * in docstrings.
15760         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
15761         (add-change-log-entry): Use it here, since it's not specific
15762         to iso8601.
15763         (add-log-iso8601-time-string): Don't use it here any more.
15764         (change-log-indent-text, change-log-indent): Rename from add-log-*.
15766         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
15768 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
15770         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15771         (rcirc-toggle-low-priority): Doc fix.
15772         (rcirc-handler-NOTICE): Remove beginning of line anchor in
15773         ChanServ regexp.
15774         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
15775         #emacs.
15776         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
15777         (rcirc-decode-coding-system): Use utf-8 as the default.
15778         (rcirc-multiline-minor-mode): Set the fill-column.
15779         (rcirc-format-response-string): Display bright and dim nicks.
15780         (rcirc-browse-url): Update interactive spec to fill ARG.
15781         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15782         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
15784 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
15786         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
15787         case for @Article, etc.
15789 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
15791         * net/tramp.el (tramp-register-file-name-handlers): New defun.
15792         Added with autoload cookie.
15793         (tramp-unload-file-name-handlers): Rename from
15794         `tramp-unload-file-name-handler-alist'.
15796 2006-04-23  Romain Francoise  <romain@orebokech.com>
15798         * comint.el (comint-match-partial-filename): Doc fix.
15800 2006-04-21  Glenn Morris  <rgm@gnu.org>
15802         * calendar/cal-menu.el (calendar-mode-map): Refer to
15803         `diary-view-entries' rather than alias `view-diary-entries'.
15804         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
15806 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
15808         * progmodes/antlr-mode.el (antlr-default):
15809         * cus-edit.el (custom-documentation):
15810         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
15811         in defface.
15813 2006-04-21  Kim F. Storm  <storm@cua.dk>
15815         * image.el (image-type): New defun split out of create-image.
15816         (create-image): Use it.
15818 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
15820         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
15821         (org-open-at-point): Remove the "...done" message to keep output
15822         in the echo area visible.
15823         (org-export-as-xoxo): Fix call to `indent-region'.
15825 2006-04-21  Kevin Ryde  <user42@zip.com.au>
15827         * international/mule.el (keyboard-coding-system): defcustom
15828         info-link fixes: "Specify Coding" has been split, keyboard now in
15829         "Terminal Coding", and "Single-Byte Character Support" is now
15830         "Unibyte Mode".
15832 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
15834         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
15835         Use font-lock-warning-face for any errors e.g. no stack.
15836         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
15838 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15840         * progmodes/sh-script.el (sh-shell): Mark as safe.
15842         * newcomment.el (comment-start, comment-start-skip)
15843         (comment-end-skip, comment-end): Mark as safe.
15845 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
15847         * textmodes/org.el (org-deadline-announce): Face removed.
15848         (org-level-faces, org-n-levels): Convert to constant.
15849         (org-compatible-face): New function.
15850         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
15851         (org-level-5, org-level-6, org-level-7, org-level-8)
15852         (org-special-keyword, org-warning, org-headline-done, org-link)
15853         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
15854         (org-scheduled-today, org-scheduled-previously, org-time-grid):
15855         Face definition revised for better color tty support.
15856         (org-bold-re, org-italic-re, org-underline-re): New constants.
15857         (org-set-font-lock-defaults): Use the new constants.
15858         (org-agenda-highlight-todo): New function.
15859         (org-agenda-todo): Fix bug with point at end of line.
15860         (org-agenda-change-all-lines, org-finalize-agenda-entries):
15861         Fontify TODO keywords.
15862         (org-insert-link): Preserve relative path in ../ links.
15863         (org-export-as-html): Convert links pointing to .org files into
15864         links that will work beteen the exported HTML files.
15865         (org-todo-list): Fix bug when arg=0.
15866         (org-insert-heading): More fine-tuning.
15868 2006-04-19  Romain Francoise  <romain@orebokech.com>
15870         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
15871         from `rmail-mime-charset-pattern'.
15873 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15875         * progmodes/python.el (python-mode): Fix typo.
15877 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
15879         * comint.el (comint-previous-input): Don't clobber input line
15880         when moving off either end of the input history ring.
15881         (comint-delete-input): New function, used by
15882         `comint-previous-input' and others.
15883         (comint-previous-matching-input):
15884         Use `coming-delete-input'.  Save the partial input if leaving the
15885         edit line.  Goto point-max before deleting input to avoid
15886         partial input fragments hanging around.
15887         (comint-restore-input): New function, used by `comint-previous-input'.
15889 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
15891         * imenu.el (imenu--index-alist): Balance parentheses.
15893 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15895         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
15897 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
15899         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
15900         file is nil.
15902 2006-04-18  Richard Stallman  <rms@gnu.org>
15904         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
15906         * imenu.el (imenu-create-index-function, imenu--index-alist)
15907         (imenu--last-menubar-index-alist, imenu--make-index-alist)
15908         (imenu-default-create-index-function, imenu--generic-function):
15909         Doc fixes.
15911         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
15913         * help-mode.el (help-mode): Set view-exit-action to delete window.
15915         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
15916         now works by passing nil as arg.
15918         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
15920         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
15921         (read-abbrev-file): Provide default when reading filename.
15923         * files.el (enable-local-variables): Allow :all as value.
15924         (hack-local-variables): Implement that value.
15925         (safe-local-variable-values, safe-local-eval-forms)
15926         (enable-local-variables): Mark as risky.
15927         (find-file-visit-truename, kept-old-versions): Mark safe.
15929         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
15930         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
15931         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
15933 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15935         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
15936         Use forward-line so as to get to BOL even in the presence of fields.
15937         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
15938         in return.
15939         (inferior-tcl): Tell tclsh to work in interactive mode.
15941         * complete.el (partial-completion-mode):
15942         Use 'choose-completion-string-functions to make sure that
15943         choose-completion fills the minibuffer properly.
15945         * complete.el (PC-old-read-file-name-internal): Remove.
15946         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
15947         of read-file-name-internal.
15948         (partial-completion-mode): Enable/disable this advice.
15950 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
15952         * net/tramp.el (tramp-completion-file-name-handler): Revert change
15953         of 2006-04-17.
15955 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
15957         * textmodes/org.el (org-insert-heading): Insert heading before
15958         current if at beginning of line.
15959         (org-todo, org-date): New faces.
15960         (org-table-align): Make sure tooltip window contains full text.
15961         (org-no-properties): New defsubst.
15962         (org-set-font-lock-defaults): Use new faces.
15964 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
15966         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
15967         for root variables.
15969         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
15970         (gdb-frame-address): Re-use to identify frame for watch expression.
15971         (gdb-var-list, gdb-var-create-handler): Add frame address for root
15972         variables.
15973         (gdb-init-1, gdb-source, gdb-post-prompt)
15974         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
15975         (gdb-frame-handler): Get gdb-frame-address.
15977 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
15979         Sync with Tramp 2.0.53.
15981         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
15982         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
15983         (tramp-completion-file-name-handler): Add autoload cookie for
15984         adding to `file-name-handler-alist'.
15986         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
15987         the prompt.  If it returns earlier (when detecting an error
15988         message), the rest of the output will merge accidently with the
15989         output of the next command.  Reported by M Jared Finder
15990         <jared@hpalace.com>.
15992         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15993         for `process-file', in order to let it work for older Emacsen too.
15995 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
15997         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
15998         (tex-font-lock-keywords-3): Use it.
16000 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16002         * newcomment.el (comment-add): New function.
16003         (comment-region-default, comment-dwim): Use it.
16005 2006-04-15  Michael Olson  <mwolson@gnu.org>
16007         * emacs-lisp/tq.el: Improve comments.
16008         (tq-queue-head-question): New accessor function.
16009         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
16010         Update for modified queue structure.
16011         (tq-queue-add): Accept `question' argument.
16012         (tq-queue-pop): If a question is pending, send it.
16013         (tq-enqueue): Accept new optional argument `delay-question'.
16014         If this is non-nil, and at least one other question is pending a
16015         response, queue the question rather than sending it immediately.
16017 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16019         * calendar/appt.el (appt-add): Check whether an appointment is
16020         already present in appt-time-msg-list.  Simplify code.
16022 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16024         * progmodes/cc-langs.el (c-mode-menu):
16025         Don't presume c-subword-mode is bound.
16027 2006-04-13  Bill Wohler  <wohler@newt.com>
16029         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
16030         (customize-package-emacs-version): Use cdr instead of cadr now
16031         that alists use dotted pairs.
16033         * custom.el (defcustom): Fix docstring for :package-version.
16035 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
16037         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
16038         (tramp-handle-shell-command): Display output buffer only when
16039         `tramp-display-shell-command-buffer' is true.
16040         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
16042 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
16044         * textmodes/org.el (org-set-autofill-regexps): Set only the local
16045         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
16047 2006-04-13  Romain Francoise  <romain@orebokech.com>
16049         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
16050         leaving temporary .cvsignore buffers behind.
16052 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
16054         * textmodes/org.el (org-set-regexps-and-options)
16055         (org-get-current-options): Better names for the startup folding
16056         options.
16058 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
16060         * vc.el (vc-annotate): Arrange for point to end up at the same
16061         line number as in the original, but only when using a new buffer.
16063 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
16065         * files.el (hack-one-local-variable-eval-safep):
16066         Recognize `edebug-form-spec' for `put', but only if it passes
16067         `edebug-basic-spec'.  Generalize `put' handling.
16069         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
16070         vetting file-local form specs.
16072         * allout.el (allout-layout): Autoload its `safe-local-variable'
16073         property.
16075 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
16077         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
16078         (org-agenda-mouse-1-follows-link)
16079         (org-mouse-1-follows-link): New options.
16080         (org-format-agenda-item): Fix bug if TAGS is nil.
16081         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
16083 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
16085         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
16086         GDB 6.1+ gives full filename for "info sources" so use
16087         file-name-nondirectory.
16089 2006-04-12  Romain Francoise  <romain@orebokech.com>
16091         * subr.el (read-passwd): Bind `message-log-max' to nil.
16093 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16095         * progmodes/perl-mode.el (perl-indent-new-calculate):
16096         Recompute parse-start after jumping backward by a whole sexp.
16098 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16100         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
16101         window configuration.
16102         (vc-annotate-display-select): Select the buffer so that current-buffer
16103         (and selected-window) is the output buffer at the end of vc-annotate.
16105 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
16107         * vc.el (vc-annotate-color-map): Add custom TTY color map for
16108         8-color terminals, to use all of the colors in a sensible order.
16109         256-color terminals work well with the standard map.
16110         (vc-annotate-lines): Only strip the first color character if it
16111         is "#", to allow for terminal-style named colors.
16112         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
16113         the correct buffer is scrolled.
16115 2006-04-11  Richard Stallman  <rms@gnu.org>
16117         * emacs-lisp/bytecomp.el (byte-compile-file):
16118         Bind enable-local-variables to :safe, and make normal-mode obey it.
16120         * files.el (enable-local-variables): Allow value :safe.
16121         (normal-mode): Doc fix.
16122         (hack-local-variables): Implement enable-local-variables = :safe.
16123         (hack-local-variables-confirm): Don't prevent quitting.
16125 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16127         * loadhist.el (unload-feature): A bit of sanity check of
16128         load-history entries.  Cancel timer-vars before unbinding them.
16130         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
16131         quote special chars, and make the trick work on the hex part of the
16132         buffer as well.
16133         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
16134         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
16136         * startup.el (normal-splash-screen): Fix last change so we don't wait
16137         2 minutes if we don't show the splash screen.
16139 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
16141         * textmodes/org.el (org-export-plain-list-max-depth)
16142         (org-table-spaces-around-separators)
16143         (org-radio-targets, org-activate-camels)
16144         (org-table-spaces-around-invisible-separators): Options removed.
16145         (org-time-stamp-rounding-minutes, org-remember-templates)
16146         (org-ellipsis, org-activate-links, org-descriptive-links):
16147         New options.
16148         (org-remember-apply-template, org-current-time)
16149         (org-finish-edit-table-field)
16150         (org-link-unescape, org-link-escape)
16151         (org-string-width, org-table-clean-line, org-html-do-expand)
16152         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
16153         (org-read-agenda-file-list): New functions.
16154         (org-table-edit-field)
16155         (org-table-create-or-convert-from-region): New commands
16156         (org-table-toggle-vline-visibility): Command removed.
16157         (org-table-convert-region): Made a command.
16158         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
16159         Replace with the normal org- functions.
16160         (org-self-insert-command): Don't trigger realign unnecessarily
16161         when blanking a field that is not full.
16162         (org-mode): `Set buffer-invisibility-spec' for links.
16163         (org-activate-links2): Hide link part and only show descriptive
16164         part of the link.
16165         (org-insert-link): Modify for new linking system.
16166         (org-store-link): Store description separately, for use by
16167         `org-insert-link'.
16168         (org-table-align): Use `org-string-width'.
16169         (defgroup): Completely new group structure for custom variables.
16170         (org-agenda-files): Option: Single file name allowed.  Function:
16171         Optional argument unrestrited means ignore any restricitons.
16172         (org-install-agenda-files-menu): Find a buffer in Org-mode before
16173         trying to modify the menu.  Use generalized access to
16174         `org-agenda-files.'
16175         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
16176         (org-agenda-file-to-front, org-remove-file, org-diary)
16177         (org-tags-view, org-export-icalendar-all-agenda-files)
16178         (org-export-icalendar-combine-agenda-files): Use generalized
16179         access to `org-agenda-files'.
16180         (org-remember-handler): Correctly preserve heading if present.
16181         (org-table-insert-row, org-table-insert-hline): Deal with
16182         invisible characters.
16184 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
16186         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
16187         (vc-annotate-color-map): New 18 element constant
16188         value/saturation, rotating hue colormap, from red->blue.
16189         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
16190         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
16191         (vc-annotate): To avoid killing the required local variables,
16192         set them before the end of `with-output-to-temp-buffer', and
16193         after first switching to annotate-mode.
16194         (vc-annotate-warp-version): Add buffer argument in goto-line to
16195         ensure annotation, not source, is scrolled.
16197 2006-04-10  Bill Wohler  <wohler@newt.com>
16199         * custom.el (defcustom, custom-handle-keyword):
16200         Add :package-version keyword.
16201         (custom-add-package-version): New function.  Sets value of new
16202         property 'custom-package-version from :package-version keyword.
16203         (defcustom): Create Common Keywords section in docstring.
16204         (defface, defgroup): Replace definitions of a select few keywords
16205         with a reference to the Common Keywords in defcustom.
16206         (defcustom, defface, defgroup): Replace reference to Customization
16207         chapter in manual with hyperlink.
16209         * cus-edit.el (customize-package-emacs-version-alist): New variable.
16210         (customize-changed-options): Add check for custom-package-version.
16211         (customize-package-emacs-version): New function to look up Emacs
16212         version corresponding to the given package version.
16214         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
16215         defun name, in similar fashion to find-variable-regexp.
16217 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
16219         * international/mule-cmds.el (set-locale-environment): Fix last
16220         change for when the locale's preferences don't specify any encoding.
16222 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16224         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
16225         so the defined var/fun doesn't need to be quoted.
16227 2006-04-10  Richard Stallman  <rms@gnu.org>
16229         * finder.el (finder-mode-map): Add n and p bindings.
16231 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
16233         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
16234         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
16235         (gdb-setup-windows): Put something in source window if we can't find
16236         the source file.
16237         (gdb-frame-handler): Make it work again with just assembly.
16238         (gdb-data-list-register-values-handler): Make it work when there is
16239         no stack.
16241 2006-04-09  Richard Stallman  <rms@gnu.org>
16243         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
16244         specs while looking for charset.
16246         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
16248         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
16249         Make them faces.
16250         (lm-font-lock-keywords): Update appropriately.
16252 2006-04-10  Kim F. Storm  <storm@cua.dk>
16254         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
16255         it can also replace buffer-substring-no-properties.
16257         * emulation/cua-base.el (cua-delete-region, cua-paste)
16258         (cua-repeat-replace-region): Use filter-buffer-substring.
16260         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
16261         (cua-cut-region-to-global-mark): Likewise.
16263         * emulation/cua-rect.el (cua--extract-rectangle)
16264         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
16266 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16268         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
16269         entry-type.  Add field delimiters to numerical fields if they are
16270         not present.
16272 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16274         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
16275         string-const to return value.
16276         (bibtex-remove-delimiters): Use it.
16278 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16280         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16281         cl-byte-compile-compiler-macro unless it exists.
16283 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16285         * files.el (hack-local-variables-confirm) <offer-save>:
16286         Clarify message text.  Suggested by Ralf Angeli.
16288 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16290         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
16291         (delete-extract-rectangle-line): Use `filter-buffer-substring'
16292         instead of `buffer-substring' and `delete-region'.  (Most of the
16293         code actually copied from `kill-region'.)
16295 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
16297         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
16298         (rcirc-default-port): Rename from rcirc-port.
16299         (rcirc-default-nick): Rename from rcirc-nick.
16300         (rcirc-default-user-name): Rename from rcirc-user-name.
16301         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
16302         (rcirc-low-priority-flag): New variable.
16303         (rcirc-decode-coding-system): New defcustom.
16304         (rcirc-encode-coding-system): New defcustom.
16305         (rcirc-coding-system-alist): New defcustom.
16306         (rcirc-multiline-major-mode): New defcustom.
16307         (rcirc-nick): New internal variable.
16308         (rcirc-process): Remove variable.
16309         (rcirc-server-buffer): New variable.
16310         (rcirc): Update to use rcirc-default-* variables above.
16311         (rcirc-connect): Do not add window-configuration-hook-here.
16312         (rcirc-server): New internal variable.
16313         (rcirc-connect): Do not send keepalive pings if
16314         rcirc-keepalive-seconds is nil.
16315         (with-rcirc-server-buffer): New macro.
16316         (rcirc-send-string): Encode with rcirc-encode-coding-system.
16317         (rcirc-server-name): Rename from rcirc-server.
16318         (rcirc-buffer-process): New function.
16319         (rcirc-buffer-nick): New function.
16320         (rcirc-buffer-target): Remove function.
16321         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16322         New commands.
16323         (rcirc-mode-map): Change binding of C-c C-l to
16324         rcirc-toggle-low-priority.
16325         (rcirc-mode): Initialize coding system based on
16326         rcirc-coding-system-alist.  New change-major-mode-hook to part the
16327         channel on a mode change.  Make kill-buffer-hook buffer-local.
16328         (rcirc-change-major-mode-hook): New function.
16329         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
16330         (rcirc-last-post-time): New variable.
16331         (rcirc-process-message): Store the last time user posted a message
16332         to this target.
16333         (rcirc-multiline-minor-mode): New mode.
16334         (rcirc-multiline-minor-mode-map): New mode map.
16335         (rcirc-edit-multiline): Put multiline-edit buffer in
16336         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
16337         (rcirc-print): Ignore any line starting with an ignored nick.
16338         (rcirc-print): Decode using rcirc-decode-coding-system.
16339         (rcirc-track-minor-mode): Update global-mode-string when disabling
16340         this mode.
16341         (minor-mode-alist): Add LowPri indicator.
16342         (rcirc-toggle-low-priority): New function.
16343         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
16344         next lowpriority buffer with activity.
16345         (rcirc-record-activity): Sort buffers in rcirc-activity by the
16346         last time the user posted a message in to the target.
16347         (rcirc-update-activity-string): New formatting for low priority
16348         buffers.
16349         (rcirc-split-activity): New function.
16350         (rcirc-handler-PART, rcirc-handler-KICK)
16351         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
16352         (rcirc-nick-away-alist): New variable.
16353         (rcirc-handler-301): New handler.  Away messages are printed once
16354         per change.
16356 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16358         * info.el (Info-follow-nearest-node): Doc fix.
16360         * international/mule-cmds.el (set-locale-environment): Make sure
16361         the coding-system preferred by the locale's language has the same
16362         EOL conversion type as the original buffer-file-coding-system.
16363         (locale-language-names): Add a few MS Windows language codes.
16365 2006-04-07  Richard Stallman  <rms@gnu.org>
16367         * simple.el (eval-expression): Doc fix.
16369         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
16370         (eval-defun): Doc fixes.
16372 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
16374         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
16376 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
16378         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
16379         GDB list command without argument for greater generality.
16381 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16383         * subr.el (string-or-null-p): New function.
16385         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
16387         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
16389         * files.el: Update comment about safe-local-variable declarations.
16391 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
16393         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
16394         See idlwave.org.
16396         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
16397         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
16399         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
16400         See idlwave.org.
16402         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
16403         version 6.0 (minimal changes).  See idlwave.org.
16405         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
16406         6.0 (minimal changes).  See idlwave.org.
16408         * progmodes/idlw-rinfo.el: File obsoleted and removed.
16410 2006-04-06  Romain Francoise  <romain@orebokech.com>
16412         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
16413         symmetric encryption features and a new asynchronous interface to
16414         GnuPG.  This new version is version 1.4, plus whitespace changes.
16416 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16418         * files.el: Move some `safe-local-variable' declarations to the
16419         respective files.
16421         * textmodes/ispell.el (ispell-check-comments)
16422         (ispell-local-dictionary): Mark as safe.
16424         * abbrev.el (abbrev-mode): Mark as safe.
16426         * add-log.el (change-log-default-name): Mark as safe.
16428         * textmodes/reftex-vars.el (reftex-vref-is-default)
16429         (reftex-fref-is-default, reftex-level-indent)
16430         (reftex-guess-label-type): Mark as safe.
16432         * textmodes/fill.el (colon-double-space): Mark as safe.
16434         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
16435         (sentence-end-double-space, sentence-end-without-period)
16436         (sentence-end-without-space, sentence-end, sentence-end-base)
16437         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
16439 2006-04-06  Kim F. Storm  <storm@cua.dk>
16441         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
16442         the :set-after list.
16443         (ido-downcase-unc-hosts): New user option.  Default on.
16444         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
16445         when it is set, as regexps are now applied on the fly.
16446         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
16447         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
16448         on the fly, but only when ido-process-ignore-lists is set.
16449         Do case insensitive filtering if ido-downcase-unc-hosts is set.
16450         Only downcase names if ido-downcase-unc-hosts is set.
16452 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
16454         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
16456         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
16458 2006-04-05  Kim F. Storm  <storm@cua.dk>
16460         * ido.el (ido-mode): Set after ido-unc-hosts and
16461         ido-ignore-unc-host-regexps.
16462         (ido-save-history): Save ido-unc-hosts-cache.
16463         (ido-load-history): Load ido-unc-hosts-cache.
16464         (ido-reread-directory): Refresh unc hosts cache in // dir.
16466         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
16467         to nil while displaying slash screen.
16469 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16471         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16472         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16474 2006-04-05  Kenichi Handa  <handa@m17n.org>
16476         * international/characters.el: Setup cases of Latin, Greek, and
16477         Cyrillic characters in CJK charsets.
16479 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16481         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16482         default-enable-multibyte-characters.  This reverts the change from
16483         revision 6.17 which is no longer necessary because the passphrase
16484         is sent separately now.  GnuPG messages are unreadable under
16485         multibyte locales with default-enable-multibyte-characters set to nil.
16487 2006-04-04  Andreas Schwab  <schwab@suse.de>
16489         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
16490         and `byte-compile-warnings' as `safe-local-variable'.
16492 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
16494         * man.el (Man-mode-map): Restore the \r binding.
16495         (Man-abstract-xref-man-page): If Man-target-string is a function,
16496         call it.
16497         (Man-highlight-references): Use Man-default-man-entry to get the
16498         target.  Deal with xrefs too.
16499         (Man-highlight-references0): Don't call the target function.
16501         * woman.el (WoMan-xref-man-page): Strip the section number, woman
16502         cannot deal with it.
16504 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16506         * pgg-gpg.el: Clean up process buffers every time gpg processes
16507         complete.
16509 2006-04-04  Kenichi Handa  <handa@m17n.org>
16511         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
16512         here.
16513         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
16514         Temporarily bind inhibit-field-text-motion to t.
16516 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16518         * startup.el (normal-splash-screen): Only set mode-line-format in the
16519         splash buffer, so as not to interfere when debugging the code.
16520         Ignore errors when switching buffer.
16522 2006-04-03  Romain Francoise  <romain@orebokech.com>
16524         * dired.el (dired-dnd-protocol-alist): Fix typo.
16526 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16528         * savehist.el (savehist): Add :version.
16529         (savehist-ignored-variables): New variable.
16530         (savehist-minibuffer-hook): Don't save variables listed in
16531         `savehist-ignored-variables'.
16533         * dired.el (dired-dnd-protocol-alist): Mention that change does
16534         only apply to new buffers in doc string.
16536 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16538         * recentf.el (recentf-open-files-item): Include newline in button
16539         field, so opening a file will work, when the point is at the end
16540         of the file name.  Allow, for example, to [i]search a file by
16541         extension and just push RET to open it.
16543 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16545         * pgg-gpg.el (pgg-gpg-process-filter)
16546         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16548         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16549         lines, temporary fix.
16551 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16553         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
16555 2006-04-02  Richard Stallman  <rms@gnu.org>
16557         * progmodes/compile.el (compilation-message-face): Make it defcustom.
16559 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16561         * ibuf-macs.el (define-ibuffer-column): Add a new key:
16562         header-mouse-map.
16564         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
16565         (ibuffer-mode-header-map): New keymaps.
16566         (ibuffer-update-title-and-summary): Enable mouse face highlighting
16567         and keybindings for column headers.
16568         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
16569         property.
16571 2006-04-02  Drew Adams  <drew.adams@oracle.com>
16573         * speedbar.el (speedbar-after-create-hook): Doc fix.
16575 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
16577         * shell.el (shell-directory-tracker)
16578         (shell-dynamic-complete-command): Doc fixes.
16580 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
16582         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
16583         terminals.
16585 2006-04-01  Kim F. Storm  <storm@cua.dk>
16587         * ido.el (ido-unc-hosts-cache): New defvar.
16588         (ido-unc-hosts): If value of defcustom is a function, call it to
16589         get list of UNC hosts.  Add function-item choices to specify
16590         ido-unc-hosts-net-view or user function.
16591         (ido-ignore-unc-host-regexps): New defcustom.
16592         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
16593         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
16594         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
16596 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16598         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
16599         wwidth.
16601 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
16603         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
16604         (ido-max-work-file-list, ido-switch-buffer)
16605         (ido-read-file-name-as-directory-commands):
16606         Fix typos in docstrings.
16608 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16610         * term/mac-win.el (mac-system-coding-system): Define and use after
16611         Mac-specific coding systems are ready.
16613 2006-03-27  Romain Francoise  <romain@orebokech.com>
16615         * net/rcirc.el (rcirc-connect): Add autoload cookie.
16617         * ldefs-boot.el: Update.
16619 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16621         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16622         passphrases when it is not needed.
16623         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16624         passphrase stuff from gpg, should only be necessary when you use
16625         gpg with a smartcard.
16627 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
16629         * comint.el (comint-dynamic-list-completions): Allow user to
16630         select *Completions* buffer.
16632 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
16634         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
16636 2006-03-26  Andreas Schwab  <schwab@suse.de>
16638         * progmodes/gud.el (gdb): Only complain about multiple debugging
16639         when the gdb process is still running.
16641 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
16643         * mail/rmail.el (tool-bar-map): Defvar it.
16644         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
16645         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
16647 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16649         * help.el (print-help-return-message): Suggest to use
16650         display-buffer instead of switch-to-buffer-other-window to restore
16651         the previous window without selecting it.
16653 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16655         * frame.el (select-frame-by-name): Call x-focus-frame also when
16656         window-system is mac.
16658         * term/mac-win.el: Adjust Courier font specifications in
16659         x-fixed-font-alist.
16660         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
16661         when directly encoding to UTF-16 in native byte order, no BOM.
16663 2006-03-25  Kim F. Storm  <storm@cua.dk>
16665         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
16666         (cua--init-keymaps): Use it instead of fixed C-return.
16667         (cua-mode): Set after it.
16669         * emulation/cua-rect.el (cua--init-rectangles):
16670         Use cua-rectangle-mark-key instead of fixed C-return.
16672 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
16674         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
16675         "run" in .gdbinit.
16676         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
16678 2006-03-24  Romain Francoise  <romain@orebokech.com>
16680         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
16681         `display-buffer-other-frame'.
16683 2006-03-24  Kim F. Storm  <storm@cua.dk>
16685         * apropos.el (apropos-synonyms): Add selection => region.
16687 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16689         * progmodes/gdb-ui.el (gdb-var-create-regexp)
16690         (gdb-var-list-children-regexp, gdb-var-update-regexp)
16691         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
16692         (gdb-data-list-register-values-regexp)
16693         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
16694         Future proof against new fields being added to MI output.
16695         (gdb-send): Don't treat backslashes for program input as
16696         continuations.
16697         (gdb-assembler-handler): Don't use window-start for this handler.
16698         (gdb-frame-handler): Don't change to hollow arrow if overlay
16699         arrow doesn't move to new frame.
16701 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16703         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
16704         prevent compiler warnings.
16705         (gdb-stopped): Check for gud-last-last-frame (case: signal).
16706         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
16707         (gdb-assembler-custom): Use hollow-right-triangle for assembler
16708         buffer too.
16710 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
16712         * pgg-gpg.el (pgg-gpg-update-agent): Check for
16713         make-network-process, so we can use the same code in Gnus v5-10
16714         too and have this file fully synchronized with that release.
16716 2006-03-23  Romain Francoise  <romain@orebokech.com>
16718         * ibuf-ext.el (ibuffer-read-filter-group-name):
16719         Use `ibuffer-generate-filter-groups' to make completion list match
16720         the filter groups that are really displayed in the Ibuffer buffer.
16721         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
16723 2006-03-23  Kenichi Handa  <handa@m17n.org>
16725         * international/mule-cmds.el (sort-coding-systems): Describe that
16726         the argument is modified in docstring.
16728 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16730         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16731         (pgg-gpg-update-agent): New function.
16732         (pgg-gpg-use-agent-p): New function.
16733         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16734         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16735         (pgg-gpg-sign-region): Use it.
16737 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
16739         * cus-edit.el (custom-face-set): Call custom-push-theme before
16740         face-spec set so that `changed' theme is correctly saved.
16741         (custom-face-reset-standard): Reset to recalculated face rather
16742         than defface spec.
16744         * custom.el (custom-push-theme): Only save `changed' theme if the
16745         current face does not match the defface specs.
16747 2006-03-21  Simon Josefsson  <jas@extundo.com>
16749         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16750         <wilde@sha-bang.de>.
16751         (pgg-gpg-use-agent): New variable.
16752         (pgg-gpg-process-region): Use it.
16753         (pgg-gpg-encrypt-region): Likewise.
16754         (pgg-gpg-encrypt-symmetric-region): Likewise.
16755         (pgg-gpg-decrypt-region): Likewise.
16756         (pgg-gpg-sign-region): Likewise.
16757         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16759 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
16761         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
16762         bracket links.
16764 2006-03-21  Kim F. Storm  <storm@cua.dk>
16766         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
16767         fringe-indicator-alist instead of modifying global value.
16768         (gdb-frame-handler): Likewise.
16770 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
16772         * diff-mode.el (diff-function): Make it inherit from diff-header
16773         instead of diff-context.
16775         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
16776         bitmap.
16777         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
16778         change names in macro above for consistency.
16779         (gdb-frame-handler): Use hollow-right-triangle for all selected
16780         frames which except the innermost (where execution has stopped).
16781         (gdb-reset): Reset buffer-local values of overlay-arrow.
16783 2006-03-20  Richard Stallman  <rms@gnu.org>
16785         * simple.el (set-mark-command): Doc fix.
16787         * files.el (display-buffer-other-frame): New command.
16788         (ctl-x-4-map): Bind C-x 5 C-o to it.
16790 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16792         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
16793         rather than just defer-time, in case defer-time has been changed but
16794         the timer isn't running yet.
16795         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
16797 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
16799         * help-mode.el (help-follow-symbol): New function.
16800         Essentially identical to the old `help-follow', but do not let
16801         `push-button' do the work when on an xref.
16802         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
16804 2006-03-19  Richard Stallman  <rms@gnu.org>
16806         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
16807         preceded by the word `program'.
16808         (help-follow-mouse, help-follow): Throw error if not on xref.
16809         Delete no longer used args.
16811 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
16813         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
16814         annotation ensure gud-overlay-arrow-position is redisplayed.
16816 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16818         * textmodes/bibtex.el (bibtex-include-OPTkey)
16819         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
16820         (bibtex-autokey-name-case-convert)
16821         (bibtex-autokey-titleword-case-convert): Make these the aliases
16822         for the following two variables.
16823         (bibtex-autokey-name-case-convert-function)
16824         (bibtex-autokey-titleword-case-convert-function): Make these the
16825         real names.
16826         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
16827         bibtex-font-lock-crossref sublists.
16828         (bibtex-mode): Revert 2005-12-30 change (which made
16829         completion-ignore-case buffer-local).
16830         (bibtex-url): Simplify.
16832 2006-03-19  Kim F. Storm  <storm@cua.dk>
16834         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
16835         cursor property value to 2 (to align with C level change).
16837 2006-03-19  Bill Wohler  <wohler@newt.com>
16839         * image.el (image-load-path-for-library): Shorten first line in
16840         docstring.
16842 2006-03-18  Richard Stallman  <rms@gnu.org>
16844         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
16846 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
16848         * isearch.el (isearch-other-meta-char): Handle user bindings for
16849         shifted control characters.
16851 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
16853         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
16854         part that matches email addresses, file names, etc.
16856 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
16858         * term/w32-win.el (mouse-set-font):
16859         Mention w32-list-proportional-fonts in the doc string.
16861 2006-03-18  Kim F. Storm  <storm@cua.dk>
16863         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
16864         (ido-unc-hosts): New user option to explicitly define list of know
16865         UNC-style hosts for completion.
16866         (ido-cache-unc-host-shares-time): New user option.
16867         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
16868         New helper functions for UNC file-name support.
16869         (ido-may-cache-directory): Check for UNC host.  Simplify.
16870         (ido-wash-history): Clean out old UNC hosts.
16871         (ido-nonreadable-directory-p): UNC hosts are always readable.
16872         (ido-directory-too-big-p): UNC hosts are never too big.
16873         (ido-set-current-directory): Handle UNC root path.
16874         (ido-file-name-all-completions): Complete UNC host names from
16875         ido-unc-hosts list.  Cache UNC host shares.
16876         (ido-make-file-list-1): Don't filter UNC root.
16877         (ido-exhibit): Check for // in root directory, and switch to UNC
16878         mode by setting ido-current-directory to //.
16880 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
16882         * cus-edit.el (customize-changed-options): Mention explicit
16883         version number as default in prompt.
16885 2006-03-17  Bill Wohler  <wohler@newt.com>
16887         * image.el (image-load-path-for-library): Minor docstring fix.
16889 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
16891         * textmodes/org.el (org-read-date): Include subgroup 5 into
16892         replacement text.
16893         (org-popup-calendar-for-date-prompt): Fix customization type.
16895 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
16897         * progmodes/gdb-ui.el (gud-watch): Provide completion.
16898         (gdb-continuation): New variable.
16899         (gdb-send): Deal with continuation lines.
16901         * progmodes/gud.el (gud-gdb-complete-command)
16902         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
16903         expressions.
16904         (gud-tooltip-mode): Use buffer-local value.
16906 2006-03-16  Kim F. Storm  <storm@cua.dk>
16908         * ido.el (ido-edit-input): Use selected match, if any.
16910 2006-03-16  Bill Wohler  <wohler@newt.com>
16912         * image.el (image-load-path-for-library): Prefer user's images in
16913         image-load-path.
16915 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
16917         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
16918         when checking for attempt to drag leftmost or rightmost scrollbar.
16920 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
16922         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
16923         (gdb-force-mode-line-update): New function.
16924         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16925         (gdb-exited): Use them.
16926         (gdb-signal): New function.
16927         (gdb-annotation-rules): Provide a rule for it.
16929 2006-03-16  Kenichi Handa  <handa@m17n.org>
16931         * international/mule.el (auto-coding-regexp-alist): Add entries
16932         for Unicode BOM.
16934         * sort.el (sort-build-lists): Temporarily bind
16935         inhibit-field-text-motion to t.
16937 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
16939         * locate.el (locate-command, locate-make-command-line)
16940         (locate-fcodes-file, locate-update-command)
16941         (locate-prompt-for-command, locate, locate-with-filter)
16942         (locate-get-file-positions): Doc fixes.
16943         (locate-buffer-name, locate-header-face): Remove leading `*' in
16944         defcustom.
16945         (locate-filter-output): Use `keep-lines' instead of its alias
16946         `delete-non-matching-lines'.
16947         (locate-get-filename, locate-get-dirname): Add introductory comment.
16948         (locate-find-directory-other-window): Give appropriate error
16949         message if used outside main listing.
16951 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16953         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
16954         the new extend-region feature.
16955         (font-lock-after-change-function): Update correspondingly.
16956         * jit-lock.el (jit-lock-after-change): Update correspondingly.
16957         * progmodes/grep.el (font-lock-lines-before): Don't disable.
16959 2006-03-15  Bill Wohler  <wohler@newt.com>
16961         * image.el (image-load-path-for-library): Fix example by not
16962         recommending that one binds image-load-path.  Just defvar it to
16963         placate compiler and only use it if previously defined.
16965 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
16967         * textmodes/org.el (org-insert-centered): Use `string-width' to
16968         make underlining work for wide characters.
16969         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
16970         TAB to `org-cycle', to make sure that no binding in
16971         `outline-mode-map' can supercede it.
16973 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
16975         * allout.el: Increment version to 2.2.1 in file commentary.
16977         (allout-version): Increment to 2.2.1.
16979         (allout-default-layout): New customization variable, used when the
16980         file lacks a specific allout-layout.  Uses allout-layout-type for
16981         recursively nested definition.
16983         (allout-layout-type): Widget defining allout layouts, necessary for
16984         self-recursive definition.
16986         (allout-mode): Incorporate allout-default-layout as fallback for
16987         allout-layout.
16989         (allout-layout): Mark as 'safe-local-variable', and refer mention
16990         fallback to `allout-default-layout' in absence of a specified value.
16991         (allout-passphrase-verifier-string)
16992         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
16994         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
16996         (allout-get-encryption-passphrase-verifier): Use correct name of
16997         passphrase verifier in docstring.
16999 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
17001         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
17002         elements.
17003         (gdb-find-watch-expression): Make it work for arrays too.
17004         Follow change to gdb-var-list.
17005         (gud-watch): Allow the user to enter variable name with a prexix
17006         arg.  Create keybindings.
17007         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17008         (gdb-var-list-children-handler, gdb-var-update-handler)
17009         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
17010         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
17011         Follow change to gdb-var-list.
17012         (gdb-starting): Don't show the overlay arrows when program is running.
17014         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
17015         gdb-var-list.
17017 2006-03-14  Bill Wohler  <wohler@newt.com>
17019         * image.el (image-load-path-for-library): Pass value of path
17020         rather than symbol.  Always return list of directories.
17021         Guarantee that image directory comes first.
17023 2006-03-14  Alan Mackenzie  <acm@muc.de>
17025         * font-core.el (font-lock-extend-region\(-function\)?.):
17026         New function/variable.
17028         * font-lock.el (font-lock-after-change-function):
17029         Call font-lock-extend-region.  Obey font-lock-lines-before.
17030         (font-lock-default-fontify-region): Remove reference to
17031         font-lock-lines-before.
17033         * jit-lock.el (jit-lock-after-change):
17034         Call font-lock-extend-region.  Obey font-lock-lines-before.
17036 2006-03-14  David Ponce  <david@dponce.com>
17038         * tree-widget.el (tree-widget-themes-load-path)
17039         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
17041 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
17043         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
17044         (rcirc-print): Mark the start of text at the end of the prompt.
17045         (rcirc-track-minor-mode): Add autoload cookie.
17046         (rcirc-update-activity-string): Add space to front of mode-line
17047         indicator.
17049 2006-03-13  Miles Bader  <miles@gnu.org>
17051         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
17052         (rcirc-abbrev-nick): Remove function.
17053         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
17055 2006-03-13  David Ponce  <david@dponce.com>
17057         * tree-widget.el: Handle themes across all occurrences of the main
17058         themes sub-directory found in tree-widget-themes-load-path.
17059         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
17060         (tree-widget--locate-sub-directory): Return all occurrences.
17061         (tree-widget-themes-path): New function.
17062         Replace tree-widget-themes-directory, and return a list of directories.
17063         (tree-widget-set-parent-theme)
17064         (tree-widget-lookup-image): Use it.
17066 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
17068         * textmodes/org.el (org-link-search): Avoid self-matching of
17069         links, allow target text to be distributed over several lines.
17070         (org-search-not-link): New function.
17071         (org-set-regexps-and-options, org-get-current-options):
17072         New startup options.
17073         (org-export-as-html): Take odd-level setting from local variable.
17074         (org-fontify-emphasized-text): New option.
17075         (org-set-font-lock-defaults): Include emphasized text.
17076         (org-follow-mhe-link): Allow folder-only links, fix folder name.
17077         (org-font-lock): Customize group renamed from `org-faces'.
17079 2006-03-13  John Paul Wallington  <jpw@pobox.com>
17081         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
17082         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
17084 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
17086         * cus-start.el (all): Delete :version keyword for members of the
17087         fringe group, since the entire group is new in 22.1.
17089 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
17091         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
17092         map if value is hexadecimal (an address).
17093         (gud-watch): Only search roots for existing watch expressions.
17094         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
17095         prevent caching problems with speedbar-update-directory-contents.
17097 2006-03-12  Juri Linkov  <juri@jurta.org>
17099         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
17100         before comparing with `low' and `warn'.
17102         * info.el (Info-dir-remove-duplicates): Move point to the
17103         beginning of the current line after deleting the entries from
17104         redundant heading.  Use marker for `limit' and compare it with
17105         point before calling `re-search-forward'.
17107 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
17109         * simple.el (yank): Fix typo in docstring.
17111 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
17113         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
17114         messages, where "D" is the 6th character.
17116 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
17118         * simple.el (yank): Fix last change.
17120 2006-03-11  David Ponce  <david@dponce.com>
17122         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
17123         before merging elements from the standard ispell-dictionary-alist.
17124         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
17125         alist, and return the new alist.
17127 2006-03-11  Richard Stallman  <rms@gnu.org>
17129         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
17131         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
17132         the way it is implemented is too unclean.
17134         * simple.el (kill-region, yank): Doc fix.
17136         * battery.el (battery-echo-area-format): Doc fix.
17137         (battery-mode-line-format): Likewise.
17138         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
17139         (battery-linux-proc-acpi): Ignore batteries that say "charged".
17141 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17143         * progmodes/octave-mod.el (octave-indent-for-comment):
17144         Behave according to do string.
17146 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
17148         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
17149         Be visible only if major mode is Mail Mode.
17151         * textmodes/flyspell.el (flyspell-external-point-words)
17152         (flyspell-process-localwords): Fix last changes.
17154 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
17156         * calendar/holidays.el (list-holidays): Doc fix.
17158         * international/mule.el (auto-coding-alist): Add .odt
17159         (OpenOffice's open document) files.
17161         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
17162         document) files.  Mention in the doc string the need to sync with
17163         auto-coding-alist.
17165 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
17167         * files.el (hack-local-variables-confirm): Don't prompt for ! if
17168         enable-local-variables is set to always query, or there is no
17169         savable variable.
17171 2006-03-10  Bill Wohler  <wohler@newt.com>
17173         * image.el (image-load-path-for-library): Merge at least three
17174         functions from Gnus and MH-E into this one function that can now
17175         be shared.
17177 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
17179         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
17180         gdb-remove-mouse-face and remove help-echo too.
17181         (gdb-enqueue-input): Correct conditional clause.
17183 2006-03-10  Glenn Morris  <rgm@gnu.org>
17185         * calendar/calendar.el (calendar-holidays): Doc fix.
17186         * calendar/holidays.el (list-holidays): Doc fix.
17188 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
17190         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
17191         it gets called in gdb-prompt anyway.
17192         (gdb-use-separate-io-buffer): Only restore window arrangement for
17193         gdb-many-windows.
17194         (gdb-enqueue-input): Make it harder to send GDB input when program
17195         is running.
17196         (gdb-buffer-list): New variable.
17197         (gdb-remove-mouse-face): New function.
17198         (gdb-starting): Use it when GDB input won't get sent.
17200 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
17202         * help.el (view-lossage): Remove trailing whitespace before
17203         inserting "\n".
17205 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
17207         * files.el (hack-local-variables-confirm):
17208         Set coding-system-for-read to nil before writing to .emacs.
17210         * arc-mode.el (archive-extract): Check if an existing buffer name
17211         comes from a different archive.
17213         * help.el (describe-key-briefly): If KEY is a down event, read and
17214         discard the up event.
17216 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
17218         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
17219         be edited and use font-lock-warning-face for any changes.
17221         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
17222         (gdb-edit-value): Use it to report any errors.
17224 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
17226         * help.el (describe-key): Remove leftover test code.
17228 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
17230         * textmodes/org.el: Move defvars out of eval-when-compile.
17231         Use buffer-file-name variable.
17232         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
17233         arg `file'.
17234         (org-level-faces): Remove startup dependency.
17235         (org-cycle, org-map-tree, org-scan-tags)
17236         (org-remember-handler): Don't call `outline-level' directly.
17237         (org-mhe-search-all-folders): New option.
17238         (org-mhe-get-message-folder-from-index)
17239         (org-mhe-get-message-folder): Fix indexing search.
17240         (org-format-agenda-item): Handle nil TAGS argument.
17241         (org-cleaned-string-for-export, org-activate-target-links)
17242         (org-make-target-link-regexp): Deal with empty radio target list.
17243         (org-tag): New face.
17244         (org-get-level-face): New function.
17245         (org-set-font-lock-defaults): Simplify setup for headlines.
17246         (org-complete): Pass common substring to `display-completion-list'.
17248 2006-03-06  David Ponce  <david@dponce.com>
17250         * tree-widget.el: Update Commentary header.
17251         (tree-widget-theme-name): Ignore parent themes.
17252         (tree-widget-set-parent-theme): New function.
17253         (tree-widget-set-theme): Use it.
17254         (tree-widget-set-image-properties): Move definition.  Does nothing
17255         if image properties have already been set.
17256         (tree-widget-image-properties): Move definition.  Receive an image
17257         name.  Set the :pointer property.
17258         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
17259         Don't set the :pointer image property.
17260         (tree-widget-convert-widget): New function.  Handle :dynargs
17261         compatibility here.
17262         (tree-widget): Use it to :convert-widget.  Add the :expander-p
17263         predicate to control when the :expander function is entered.
17264         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
17265         (tree-widget-value-create): Handle :expander-p.  widget-apply
17266         :expander.
17267         (tree-widget-expander-p): New function.  Default value of the
17268         :expander-p property.
17270 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
17272         * help.el (describe-key): Properly handle the return value of
17273         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
17274         remaps.  Handle string and vector `follow-link' values.
17276 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17278         * complete.el (PC-expand-many-files): Try be more careful when parsing
17279         the shell's output.
17281 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17283         * outline.el (hide-sublevels): Provide better interactive default.
17285 2006-03-06  Kenichi Handa  <handa@m17n.org>
17287         * international/fontset.el (create-fontset-from-fontset-spec):
17288         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
17290 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17292         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
17293         backslashes instead of one in regexp.
17294         (gud-tooltip-dereference): Add missing optional argument.
17296 2006-03-04  John Paul Wallington  <jpw@pobox.com>
17298         * wdired.el (toplevel): Require `cl' at compile-time.
17300 2006-03-04  Andreas Schwab  <schwab@suse.de>
17302         * server.el (server-process-filter): Handle errors during
17303         evaluation of the argument.
17305 2006-03-03  John Paul Wallington  <jpw@pobox.com>
17307         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
17308         escape parentheses at beginning of line.
17309         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
17310         (t-mouse-mode): Remove period from end of error message.
17312 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
17314         * textmodes/flyspell.el (flyspell-process-localwords):
17315         Be case-sensitive.
17317 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
17319         * cus-edit.el (custom-quote): Remove function, since it has been
17320         moved to custom.el.
17322         * font-lock.el (lisp-font-lock-keywords-2)
17323         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
17324         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
17325         they have no special meaning.
17327         * midnight.el (clean-buffer-list): Handle case where base-buffer of
17328         indirect buffer gets killed before indirect buffer.  Use dolist.
17330 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17332         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17333         value instead of a literal constant (1) on more pauses.
17335 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17337         * textmodes/flyspell.el (flyspell-external-point-words):
17338         Be case-sensitive.
17340 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
17342         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
17343         with "www".
17345 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17347         * allout.el: Restablish intermediate missing comment header to
17348         preserve outline structure.
17349         (allout-beginning-of-current-entry): Skip invisible text.
17350         (allout-open-topic): Fix opening a topic at end-of-buffer.
17351         (allout-minor-mode): Move nearer to allout-mode function.
17353 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
17355         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
17357 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
17359         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
17360         is nil.
17362         * progmodes/gud.el (gud-speedbar-menu-items):
17363         Use buffer-local-value and add missing :visible keyword.
17365         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
17367 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
17369         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
17370         must be `follow-link'.
17372         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
17374         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
17375         formatting: No nested anchors.
17376         (org-all-targets): Fix bug with XEmacs compatibility.
17377         (org-read-date): Add (require 'parse-time).
17378         (org-set-tags): Fix bug with extra inserted space.
17379         (org-export-html-style): Define a style class for targets.
17380         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
17381         (org-hide-leading-stars): New option.
17382         (org-hide): New face.
17383         (org-set-font-lock-defaults): Allow to hide leading stars.
17384         (org-get-legal-level, org-tr-level): New functions.
17385         (org-odd-levels-only): New option.
17386         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
17387         (org-demote, org-promote): Deal with double-star levels.
17388         (org-convert-to-odd-levels): New command.
17390 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
17392         * speedbar.el (speedbar-update-localized-contents): Try to
17393         preserve window-start.
17394         (speedbar-update-directory-contents): Try to preserve window-start
17395         and window-point.
17396         (speedbar-update-special-contents): Don't move back to start of window.
17398         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
17399         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
17400         speedbar-timer-fn.
17401         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
17402         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
17403         instead of gdb-speedbar-timer-fn.
17405 2006-02-28  Jay Belanger  <belanger@truman.edu>
17407         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
17408         (math-compose-expr): Use latex option when calling
17409         `math-compose-tex-matrix' for latex mode.
17411 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
17413         * speedbar.el: Re-instate comments about developing for speedbar
17414         [this is what info and gdb-ui use even if better methods exist now].
17416         * t-mouse.el: New file.
17417         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
17418         (t-mouse-lispy-buffer-posn-from-coords): Remove.
17419         (t-mouse-make-event-element): Use posn-at-x-y instead.
17420         (t-mouse-make-event): Deal with Fedora Core 3.
17421         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
17422         (t-mouse-mouse-position-function): New function.  Use it instead
17423         of advising mouse-position.
17424         (t-mouse-mode): New minor mode.
17425         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
17427 2006-02-27  Glenn Morris  <rgm@gnu.org>
17429         * calendar/calendar.el (calendar-holidays): Doc fix.
17431 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
17433         * progmodes/gdb-ui.el (gdb-source-window): New variable.
17434         Re-introduce the concept of a source window.
17435         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
17436         consistency with get-buffer-create.
17437         (def-gdb-auto-update-handler, gdb-info-locals-handler)
17438         (gdb-data-list-register-values-handler)
17439         (gdb-stack-list-locals-handler): Try to preserve window-start as
17440         well as window-point.
17441         (gdb-display-source-buffer): New function (old concept).
17442         (gdb-goto-breakpoint): Use it.
17444         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
17445         for gdb-ui/gdb-mi (old concept).
17447 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
17449         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
17450         binding.
17452         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
17454         * textmodes/reftex-sel.el (reftex-select-label-map)
17455         (reftex-select-bib-map): Add `follow-mouse' binding.
17457 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
17459         * jka-cmpr-hook.el (jka-compr-compression-info-list)
17460         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
17461         Give :set functions to provide automatic updating.
17462         Update docstring.  Give compiler defvars early in the file
17463         and move the defcustoms to a later spot where all called functions
17464         are defined.
17465         (jka-compr-file-name-handler-entry): Doc fix.
17466         (jka-compr-compression-info-list--internal)
17467         (jka-compr-mode-alist-additions--internal)
17468         (jka-compr-load-suffixes--internal): New variables.
17469         (jka-compr-install): Set the three above variables.
17470         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17471         (jka-compr-update, jka-compr-set): New functions.
17472         (auto-compression-mode): Doc fix.
17474         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
17475         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17476         Use jka-compr-compression-info-list--internal,
17477         jka-compr-mode-alist-additions--internal and
17478         jka-compr-load-suffixes--internal.
17480         * files.el (load-library):
17481         * loadhist.el (file-loadhist-lookup):
17482         * startup.el (command-line):
17483         * subr.el (locate-library):
17484         * emacs-lisp/autoload.el (update-directory-autoloads):
17485         * emacs-lisp/find-func.el (find-library-suffixes):
17486         Use `get-load-suffixes' instead of `load-suffixes'.
17488         * subr.el (locate-library):
17489         * emacs-lisp/find-func.el (find-library-name):
17490         Use `load-file-rep-suffixes' instead of '("").
17492 2006-02-26  Kim F. Storm  <storm@cua.dk>
17494         * ido.el (ido-save-history, ido-load-history): Simplify.
17495         Don't use find-file-noselect to avoid interference from other modes.
17497 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
17499         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
17500         to use the default shell if filename is not available.
17501         Reported by Giorgos Keramidas.
17503 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
17505         * progmodes/etags.el (tags-completion-table): Do completion from
17506         all the tables in the current list, as documented in the manual.
17508 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17510         * CC Mode Update to 5.31.3.
17512 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17514         * progmodes/cc-mode.el (c-postprocess-file-styles):
17515         Bind inhibit-read-only to t, around the call to
17516         c-remove-any-local-eval-or-mode-variables, so that it works on a
17517         RO file.
17519 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17521         * progmodes/cc-awk.el: Correct a typo.
17523 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17525         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
17526         c-hungry-delete-backwards, at the request of RMS.  Leave the old
17527         name as an alias.
17529 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17531         * progmodes/cc-mode.el: Correct a typo.
17533 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17535         * progmodes/cc-defs.el: Update the version number to 5.31.3.
17537 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17539         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
17540         brace-else-brace (error due to mbeg, mend being undefined).
17542 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17544         * progmodes/cc-mode.el: File Local variables: Solve the problem
17545         where both `mode' and c-file-offsets are specified: `mode' will
17546         overwrite c-f-o's settings:
17547         (c-remove-any-local-eval-or-mode-variables): New function.
17548         (c-postprocess-file-styles): Call the above new function, within
17549         c-tentative-buffer-change, to splat `mode' and `eval' before the
17550         second hack-local-variables.
17552 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17554         * progmodes/cc-mode.el:
17555         [Supersedes patch to cc-engine.el V 1.45]
17556         (c-after-change): Protect the match data with save-match-data.
17557         It was getting corrupted by c-after-change-check-<>-operators.
17559         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
17560         (top level): Check for a buggy font-lock-compile-keywords ONLY in
17561         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
17563         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
17564         with save-match-data.  It was being corrupted when Font Lock was
17565         not enabled.
17567 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17569         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
17570         Mode and Subword Mode.
17572         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
17573         real labels ("case 1:" or "foo:") from non-labels ("public:").
17574         (c-forward-objc-directive): Replace c-forward-token-2 with crude
17575         coding; c-f-t-2 doesn't move over a token at EOB.
17577         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
17579         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
17580         (c-update-modeline): Concatenate the minor mode indicators
17581         directly onto mode-name, removing c-submode-indicators.
17582         Sometimes, c-s-i got separated from the mode name on the mode line.
17584         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
17585         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
17587 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
17589         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
17590         error message when there's an evaluation error to show whether
17591         it's loaded from source or not.
17592         (c-filter-ops): Make it available at runtime too to work when
17593         `c-make-init-lang-vars-fun' needs to evaluate from source.
17595 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
17597         * help.el (help): Revert last part of 2006-02-23 change (deletion
17598         of the `provide' call).
17600 2006-02-23  Juri Linkov  <juri@jurta.org>
17602         * compare-w.el (compare-windows-highlight): Add new value
17603         `persistent' and change :type from `boolean' to `choice'.
17604         (compare-windows-overlays1, compare-windows-overlays2):
17605         New internal variables.
17606         (compare-windows-highlight): If compare-windows-highlight is
17607         `persistent', add current overlays to compare-windows-overlays[12]
17608         instead of adding compare-windows-dehighlight to pre-command-hook.
17609         (compare-windows-dehighlight): Delete all overlays from
17610         compare-windows-overlays[12].
17612         * info.el (Info-search): Don't bind search-spaces-regexp to
17613         Info-search-whitespace-regexp in non-regexp isearch mode.
17615 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17617         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
17619 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
17621         * textmodes/org.el (org-xemacs-p)
17622         (org-export-html-show-new-buffer, org-table-may-need-update)
17623         (org-insert-item, org-mhe-get-message-real-folder)
17624         (org-mhe-get-message-folder-from-index)
17625         (org-mhe-get-message-folder, org-mhe-get-message-num)
17626         (org-mhe-get-header, org-make-org-heading-search-string)
17627         (org-make-org-heading-camel, org-table-sort-lines)
17628         (org-format-org-table-html, org-format-table-table-html):
17629         Fix typos in docstrings.
17631 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
17633         * textmodes/org.el (org-cleaned-string-for-export)
17634         (org-solidify-link-text): New function.
17635         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
17636         XEmacs, just to silence the compiler.
17637         (org-export-as-ascii, org-export-as-html-and-open):
17638         Use `org-cleaned-string-for-export' and create internal links.
17639         (org-follow-mhe-link): Require mh-e, use folder.
17641 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17643         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
17645         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
17646         gdb-debug-log-length.
17647         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
17648         it a real ring but...
17649         (gud-gdba-marker-filter): ...make it work like mark-ring.
17650         (gdb-enable-debug): Rename from gdb-enable-debug-log.
17651         (gdb-mouse-jump): New function.  Add bindings.
17653 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17655         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
17656         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
17657         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
17658         (gdb-debug-log-length): Customize it's length.
17659         (gud-watch, gdb-var-create-handler): Display function::var format
17660         but don't use to create variable object.
17661         (gdb-var-create-handler): Use message-box in place of message.
17662         (gdb-stopped): Call gdb-exited if signalled.
17664 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
17666         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
17668         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
17670         * textmodes/reftex.el (reftex-locate-file): Search all extensions
17671         if `reftex-try-all-extensions' is set.
17673         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
17674         fail silently when there is no valid argument at point.
17675         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
17676         `fail-silently' argument.  From a patch by David Reiter.
17678         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
17679         New commands.
17680         (org-mark-ring): New variable.
17681         (org-mark-ring-length): New option.
17682         (org-open-at-point, org-goto, org-open-file): Push old position
17683         onto the mark ring.
17684         (org-add-hook): New function.
17685         (org-export-table-remove-special-lines): New option.
17686         (org-skip-comments, org-format-org-table-html): Respect new
17687         option `org-export-table-remove-special-lines'.
17688         (org-open-file): Allow special command configuration for
17689         directory link.
17690         (org-file-apps): Fix bugs in customize type, added setting
17691         for directories.
17692         (org-activate-tags, org-format-agenda-item, org-complete)
17693         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
17694         (org-get-tags, org-get-buffer-tags, org-open-at-point)
17695         (org-link-search, org-make-org-heading-search-string)
17696         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
17697         (org-radio-targets, org-file-link-context-use-camel-case)
17698         (org-activate-camels): New options.
17699         (org-update-radio-target-regexp, org-all-targets)
17700         (org-make-target-link-regexp, org-activate-target-links):
17701         New functions.
17702         (org-make-org-heading-search-string): New function.
17703         (org-store-link, org-insert-link): Use new option
17704         `org-file-link-context-use-camel-case'.
17705         (org-activate-camels): Use new option `org-activate-camels'.
17706         (org-link-regexp): Add mhe prefix.
17707         (org-open-at-point, org-store-link): Support for mhe links.
17708         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
17709         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
17710         (org-mhe-get-header, org-follow-mhe-link): New functions.
17711         (org-remove-angle-brackets, org-add-angle-brackets):
17712         New functions.
17713         (org-bracket-link-regexp): New constant.
17714         (org-read-date): Fix bug that was rejecting all typed dates.
17715         (org-link-search): Make hierarchy above visible after a match.
17716         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
17717         (org-store-link): Fix bug with link creation when cursor is in
17718         an empty line.
17719         (org-open-at-point): Fix bug with matching a link.
17720         Fixed buggy argument sequence in call to `org-view-tags'.
17721         (org-compile-prefix-format): Set `org-prefix-has-tag'.
17722         (org-prefix-has-tag): New variable.
17723         (org-format-agenda-item): Remove tags from headline
17724         if appropriate.
17725         (org-agenda-remove-tags-when-in-prefix): New option.
17727 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
17729         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
17730         Fix the regular expressions.
17732 2006-02-21  Richard M. Stallman  <rms@gnu.org>
17734         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
17735         if there's no other specific basis.
17737         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
17738         as variables at all.
17739         (unsafep-variable): Rename arg; doc fix.
17741         * abbrevlist.el (list-one-abbrev-table): Add autoload.
17743         * calendar/appt.el (diary-selective-display): Add defvar.
17745         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
17747         * isearch.el (search-whitespace-regexp): Fix custom type.
17749         * help.el (describe-key-briefly): Compute interactive args
17750         in same was as before previous change.
17752         * files.el (enable-local-variables): Doc fix.
17754 2006-02-21  Kim F. Storm  <storm@cua.dk>
17756         * fringe.el: Cleanup as file is now pre-loaded.
17757         (fringe-bitmaps): Initialize unconditionally.
17758         (fringe-mode, set-fringe-style): Remove autoload cookies.
17760 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
17762         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
17763         `horizontal-bar'.
17764         (fringe-cursor-alist): Use `horizontal-bar'.
17766 2006-02-20  Kim F. Storm  <storm@cua.dk>
17768         * fringe.el (fringe-bitmaps): Update to new bitmap names.
17769         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
17771         * loadup.el: Load "fringe" on window systems.
17773 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17775         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17776         out of scope components.
17778         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
17779         default.
17781 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
17783         * custom.el (customize-mark-to-save, customize-mark-as-set):
17784         Load the symbol first.
17786 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
17788         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
17789         strech spec so it doesn't display as "^J" on the header line
17790         when `Buffer-menu-use-header-line' is t.
17792 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17794         * speedbar.el (speedbar-make-button): Keep text properties
17795         of string arguments if desired.
17797         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
17798         expessions.
17800         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
17801         of speedbar.
17803 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
17805         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
17806         to value of `read-file-name-completion-ignore-case'.
17808 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
17810         * custom.el (customize-mark-as-set): Push to `user' theme.
17812         * cus-edit.el (custom-save-variables): Allow unthemed values.
17813         (customize-set-variable): Push setting to `user' theme.
17815 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17817         * progmodes/gud.el: Don't require font-lock as it's now
17818         automatically loaded.
17819         (gud-speedbar-buttons): Replace gdb-var-changed with
17820         gdb-force-update.
17822         * progmodes/gdb-ui.el (gdb-force-update): Rename from
17823         gdb-var-changed.
17824         (gdb-post-prompt): Use it.
17825         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17826         (gdb-var-update-handler, gdb-var-delete)
17827         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
17828         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
17829         gdb-force-update in gdb-post-prompt.
17830         (gdb-reset): Clear watch expressions from speedbar when quitting.
17832 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17834         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17835         (viper-change-state-to-vi, viper-change-state-to-emacs):
17836         Make aware of cursor coloring in the Emacs state.
17837         (viper-special-read-and-insert-char): Use read-char-exclusive.
17838         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
17840         * emulation/viper-init.el (viper-emacs-state-cursor-color):
17841         New variable.
17843         * emulation/viper-util.el (viper-save-cursor-color)
17844         (viper-get-saved-cursor-color-in-replace-mode)
17845         (viper-get-saved-cursor-color-in-insert-mode)
17846         (viper-restore-cursor-color): Make aware of the cursor color
17847         in Emacs state.
17848         (viper-get-saved-cursor-color-in-emacs-mode): New function.
17850         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
17851         (ediff-ignore-case-option3, ediff-actual-diff-options)
17852         (ediff-actual-diff3-options): New variables to control case sensitivity.
17853         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
17854         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
17855         (ediff-toggle-ignore-case): New function.
17856         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
17858         * ediff-help.el (ediff-long-help-message-narrow2)
17859         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
17860         (ediff-long-help-message-word-mode): Add ignore-case command.
17861         (ediff-help-for-quick-help): Add ignore-case command.
17863         * ediff-merg.el: Move provide to the end.
17865         * ediff-ptch.el: Move provide to the end.
17867         * ediff-wind.el: Move provide to the end.
17869         * ediff-mult.el: Move provide to the end.
17870         (ediff-set-meta-overlay): Enable follow-link.
17872         * ediff.el: Move provide to the end.
17873         Break recursive load cycle in eval-when-compile.
17874         (ediff-patch-buffer): Better heuristics.
17876         * ediff-util.el: Move provide to the end.
17877         Break recursive load cycle in eval-when-compile.
17878         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
17879         defuns.
17880         (ediff-submit-report): Pass the values of ediff-diff3-program,
17881         ediff-diff3-options.
17883 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
17885         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
17886         the opening bracket of the following bracketing pairs: {}, [], (), <>,
17887         `' (for example, in the docstring of `windmove-default-keybindings').
17889 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17891         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
17892         shadow face.  Don't provide binding to edit variable when it is
17893         out of scope.
17895         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17896         (gdb-var-update-handler): Detect out of scope variables with pre
17897         GDB 6.4 too.
17898         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
17899         Reset status of variable objects to nil in update handlers.
17900         (gdb-var-update-handler-1): Detect when a variable object comes
17901         in scope.  setcar on var changes gdb-var-list directly.
17903 2006-02-17  Juri Linkov  <juri@jurta.org>
17905         * ffap.el (ffap) <defface>: Add explicit face declaration.
17906         (ffap-highlight): Use face `ffap' directly instead of checking
17907         for its existence.
17909         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
17910         `visible-ok' of `other-buffer' to find the right original buffer.
17912         * info.el (Info-search): Skip `Local Variables' node.
17914 2006-02-17  Juri Linkov  <juri@jurta.org>
17916         * info.el (Info-find-file): Check for symbols `apropos', `history',
17917         `toc' in the input filename, and return these symbols as is.
17918         (Info-find-node-2): Set Info-current-file to symbols `apropos',
17919         `history', `toc' instead of strings.
17920         (Info-set-mode-line): For non-string Info-current-file use the
17921         symbol's name inside **.
17922         (Info-isearch-push-state): Add quote before Info-current-file and
17923         Info-current-node.
17924         (Info-isearch-pop-state): Use `equal' instead of `string='.
17925         (Info-extract-pointer, Info-following-node-name): Use
17926         `match-string-no-properties' instead of `match-string'.
17927         (Info-up): Check `old-file' for `stringp'.
17928         (Info-history): Use `equal' instead of `string-equal'.
17929         Check `file' for `stringp'.
17930         (Info-history): Use symbol `history' instead of string as first arg
17931         of `Info-find-node'.
17932         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
17933         `toc' instead of string.
17934         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
17935         instead of `buffer-substring', and `match-string-no-properties'
17936         instead of `match-string'.
17937         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
17938         instead of strings.
17939         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
17940         Use symbol `apropos' instead of string.
17941         (Info-copy-current-node-name): Check `Info-current-file' for
17942         `stringp' and construct a command with `Info-find-node' from it.
17943         (Info-fontify-node): Use `match-string-no-properties' instead of
17944         `match-string' and check file names for `stringp'.
17945         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
17946         `history', `toc' instead of strings.
17948 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
17950         * files.el: Rearrange functions and variables in the file local
17951         variables section.
17953 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
17955         * files.el: Add truncate-lines, ispell-check-comments and
17956         ispell-local-dictionary as safe local variables.
17958 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
17960         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
17961         out of scope variables.
17962         (gud-speedbar-buttons): Use unless.
17964         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
17965         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
17966         (gdb-show-changed-values): Also use for out of scope variables.
17967         (gdb-var-update-handler-1): Note if variable goes out of scope.
17969 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
17971         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
17972         default to global variable values for unsupplied args.
17973         (rcirc-get-buffer-create): Fix bug with setting the target.
17974         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
17975         test for rcirc-always-use-server-buffer-flag here.
17976         (rcirc-response-formats): Add %N, which is a facified nick.  %n
17977         uses the default face.  Change the ACTION format string.  If the
17978         "nick" is the server, don't print anything for that field.
17979         Comment fixes.
17980         (rcirc-target-buffer): Don't test
17981         rcirc-always-use-server-buffer-flag here.
17982         (rcirc-print): Squeeze extra spaces out of the text before message.
17983         (rcirc-put-nick-channel): Strip potential "@" char from nick
17984         before adding them to nick table.
17985         (rcirc-url-regexp): Improve to match address like "foo.com".
17987 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
17989         * allout.el (allout-hidden-p): Move this defsubst before
17990         allout-overlay-interior-modification-handler, where it is first
17991         used.
17993 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
17995         * allout.el: Use allout invisible-text overlays instead of
17996         selective display for concealed text.  Also, lots of general
17997         cleanup, and improved compatibility code.
17999         (allout-version): Incremented, corrected, revised, and refined
18000         module commentary.
18002         (provide 'allout): Moved to the bottom, added a require of overlay.
18004         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
18005         `except-current'.
18006         (allout-write-file-hook-handler): Minimize delay.
18007         (count-trailing-whitespace-region): New function so
18008         auto-encryption of current topic can resituate cursor exactly.
18009         PGP/GPG encryption trims trailing whitespace from lines, which
18010         must be accounted for across encryption then decryption.
18012         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
18013         just plain "\C-c", to avoid intruding on user's keybinding space.
18015         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
18016         parameter, so user request to provide a new password is done.
18018         (allout-outside-normal-auto-fill-function, allout-auto-fill):
18019         Refined mechanism for auto-filling behavior while in allout mode.
18021         (allout-mode): Explicitly specify the mode map in the docstring.
18022         Clarify provision for various write-file hook var names.
18023         Adjusted for invisible-text overlays instead of selective-display.
18025         (allout-depth): Really return 0 if not within any topic.  This
18026         rectifies `allout-beginning-of-level' and sequence numbering
18027         errors that occur when cutting and pasting numbered topics.
18028         Changed from a in-line subst to a regular function, as well.
18030         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
18032         (allout-end-of-subtree, allout-end-of-subtree)
18033         (allout-end-of-entry, allout-end-of-current-heading)
18034         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
18035         (allout-show-children, allout-show-to-offshoot)
18036         (allout-hide-current-entry, allout-show-current-entry): Rectified
18037         handling of trailing blank lines between items.
18039         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
18040         (allout-current-depth, allout-unprotected, allout-hidden-p)
18041         (allout-on-current-heading-p, allout-listify-exposed)
18042         (allout-chart-subtree, allout-goto-prefix)
18043         (allout-back-to-current-heading, allout-get-body-text)
18044         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
18045         (allout-hide-region-body, allout-toggle-subtree-encryption)
18046         (allout-encrypt-string, allout-encrypted-key-info)
18047         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
18048         (allout-file-vars-section-data): Adjusted for use with
18049         invisible-text overlays instead of selective-display.
18051         (allout-kill-line, allout-kill-topic, allout-yank-processing):
18052         Reworked for use with invisible text overlays.
18054         (allout-current-topic-collapsed-p): New function.
18056         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
18057         to know when to close the containing topic.
18059         (allout-pre-command-business, allout-post-command-business):
18060         Simplify undo-batching and dynamic isearch exposure.
18062         (allout-set-overlay-category): New for invisible-text overlays.
18063         Sets properties of allout-overlay-category, used by
18064         allout-flag-region to set invisible-text overlay properties.
18065         (allout-get-invisibility-overlay): Get the first qualifying
18066         invisibility overlay, so we can find the extent of it.
18067         (allout-back-to-visible-text): Get to just before the beginnining
18068         of the current invisibility overlay, if any.
18070         (allout-overlay-insert-in-front-handler)
18071         (allout-overlay-interior-modification-handler)
18072         (allout-before-change-handler, allout-isearch-end-handler): New
18073         functions to handle extraordinary actions affecting concealed
18074         text.
18076         (allout-flag-region): Use overlays instead of selective-display
18077         for invisible text - by inheritence from the properties of
18078         allout-overlay-category in mainline Emacs, and applied
18079         property-by-property in XEmacs, some recent versions of which
18080         don't inherit the properties from the category.  Provisions to
18081         respond to concealed-text edits simplified drastically.
18083         (allout-isearch-rectification, allout-isearch-was-font-lock)
18084         (allout-isearch-expose, allout-enwrap-isearch)
18085         (allout-isearch-abort, allout-pre-was-isearching)
18086         (allout-isearch-prior-pos, allout-isearch-did-quit)
18087         (allout-isearch-dynamic-expose)
18088         (allout-hide-current-entry-completely): Functions deleted.
18090         (allout-undo-aggregation): Explicit undo aggregation no longer
18091         necessary due to transition away from selective-display.
18093         (set-allout-regexp, allout-up-current-level)
18094         (allout-next-visible-heading, allout-forward-current-level)
18095         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
18096         (allout-kill-line, allout-yank-processing, allout-show-children)
18097         (allout-expose-topic, allout-old-expose-topic)
18098         (allout-listify-exposed, allout-insert-latex-header)
18099         (allout-toggle-subtree-encryption, allout-encrypt-string)
18100         (remove-from-invisibility-spec, allout-hide-current-subtree):
18101         Ditched unused variables.
18103 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
18105         * textmodes/ispell.el (ispell-change-dictionary): Call
18106         ispell-buffer-local-dict instead of
18107         ispell-accept-buffer-local-defs.
18108         (ispell-local-dictionary-alist): Accept as valid any coding-system
18109         supported by Emacs.
18110         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
18111         changed to iso-8859-3.
18113 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
18115         * speedbar.el (speedbar-frame-width): Make an inline function
18116         instead of a macro.  Use frame-width.
18117         (speedbar-try-completion, speedbar-update-contents)
18118         (speedbar-timer-fn): Use consp.
18119         (speedbar-update-localized-contents): Try to preserve point.
18121         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
18122         (menu): Re-order menu items.
18123         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
18124         field.
18125         (gdb-var-update-handler-1): Use it for GDB 6.4+.
18126         (gdb-post-prompt): Speed things by not forcing update.
18128 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
18130         * wid-edit.el (widget-button-click): For mouse-1, cancel button
18131         press and perform default action if we get a mouse movement event.
18133 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18135         * calendar/icalendar.el (icalendar--get-event-property)
18136         (icalendar--get-event-property-attributes): Fix typos in
18137         docstrings.
18139         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
18140         docstring.
18142 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
18144         * bs.el (bs-mode): Use `buffer-disable-undo'.
18145         (bs--get-file-name): Simplify.
18146         (bs-show-in-buffer): Mark the buffer as not modified.
18148 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18150         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
18151         widget-button-click.
18153         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
18154         (custom-mode): Update docstring.
18156         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
18157         binding.
18159         * files.el (hack-local-variables-confirm): Allow scrolling if the
18160         file variable list is too long.  Kill temp buffer after use.
18162 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
18164         * progmodes/gud.el (gdb): Improve doc string.
18165         (gdb-script-font-lock-keywords): Expand allowed character set.
18167         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
18168         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
18169         (gdb-separate-io-interrupt, gdb-separate-io-quit)
18170         (gdb-separate-io-stop, gdb-separate-io-eof):
18171         Rename from gdb-inferior-* to gdb-separate-*.
18172         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
18174 2006-02-14  Jay Belanger  <belanger@truman.edu>
18176         * calc/calc-arith.el (math-check-known-scalarp): Make sure
18177         expression is a symbol before checking that it is bound.
18179         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
18180         test to see if equation can be solved.
18182 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18184         * wid-edit.el (widget-button-click): Use :pressed-face property
18185         for overlay face, if it exists.
18187         * cus-edit.el (custom-manual, custom-add-see-also)
18188         (custom-add-parent-links, custom-group-link): Add :pressed-face
18189         property to links.
18191         * files.el (hack-local-variables): Remove ignored variables before
18192         checking if any variables need setting.
18194 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18196         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
18198 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
18200         * help.el (where-is): Fix message for remapped commands.
18202         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
18203         Fix typos in docstrings.
18205 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
18207         * files.el (safe-local-variable-values): New option.
18208         (hack-local-variables-prop-line): Return a list of variable-value
18209         pairs if MODE-ONLY is non-nil.
18210         (hack-local-variables): Construct list of variable-value pairs,
18211         and apply or reject them in one go.  Ask for confirmation if
18212         variables are not known safe.
18213         (hack-local-variables-confirm): Complete rewrite.  Support
18214         `safe-local-variable-values'.
18215         (enable-local-variables): Update docstring to reflect new
18216         behavior.
18217         (ignored-local-variables): Ignore ignored-local-variables and
18218         safe-local-variable-values.
18219         (safe-local-variable-p): New function.
18220         (risky-local-variable-p): `safe-local-variable' property check
18221         moved to safe-local-variable-p.
18222         (hack-one-local-variable): Checks moved to hack-local-variables.
18224         (byte-compile-dynamic, c-basic-offset, c-file-style)
18225         (c-indent-level, comment-column, fill-column, fill-prefix)
18226         (indent-tabs-mode, kept-new-versions, no-byte-compile)
18227         (no-update-autoloads, outline-regexp, page-delimiter)
18228         (paragraph-start, paragraph-separate, sentence-end)
18229         (sentence-end-double-space tab-width, version-control):
18230         Add `safe-local-variable' property.
18232         * find-lisp.el: Delete nonexistent `autocompile' file variable.
18234         * icomplete.el, play/landmark.el: Change nonexistent
18235         `outline-layout' file variable to `allout-layout'.
18237 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
18239         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
18240         (gdb-get-changed-registers): Test value of gud-minor-mode relative
18241         to gud-comint-buffer.
18242         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
18243         gdb-ui.el for gdb-mi.el.
18244         (gdb-post-prompt, gdb-get-changed-registers): Move test for
18245         registers buffer to gdb-get-changed-registers.
18246         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
18247         deletion of catchpoints (throw and catch).
18248         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18249         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
18250         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
18251         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
18252         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
18254 2006-02-13  Jay Belanger  <belanger@truman.edu>
18256         * calc/calc-arith.el (math-check-known-matrixp): Make sure
18257         expression is a symbol before checking that it is bound.
18259 2006-02-13  Richard M. Stallman  <rms@gnu.org>
18261         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
18262         for the minibuffer too, but not if resize-mini-windows will interfere.
18264         * help.el (describe-key-briefly, describe-key): Do all arg-reading
18265         inside `interactive' spec.
18266         (describe-key-briefly-internal, describe-key-internal):
18267         Functions merged back into their callers.
18269 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
18271         * info.el (info-xref-visited): Inherit from info-xref too.
18272         (Info-set-mode-line): Replace occurrences of `%' by `%%'
18273         when propertizing Info-current-file and Info-current-node.
18275 2006-02-13  Juri Linkov  <juri@jurta.org>
18277         * tumme.el (tumme-thumbnail-storage): Fix docstring.
18278         (tumme-thumb-name): Fix per-directory format.
18280 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
18282         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
18284 2006-02-12  Miles Bader  <miles@gnu.org>
18286         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
18288 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
18290         * tumme.el: Remove history section.  If someone needs the it, it
18291         can always be found in CVS.
18293 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18295         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
18296         about the Thumbnail Managing Standard option.
18298 2006-02-12  Richard M. Stallman  <rms@gnu.org>
18300         * subr.el (substitute-key-definition): Doc fix.
18302         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
18304         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
18306         * info.el (Info-mode): Doc fix.
18308         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
18310 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
18312         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
18313         because on Solaris a POSIX compatible "id" is needed.  Reported by
18314         Magnus Henoch <mange@freemail.hu>.
18316 2006-02-12  Juri Linkov  <juri@jurta.org>
18318         * tumme.el: Remove todo item about Thumbnail Managing Standard.
18319         (tumme) <defgroup>: Change :group to `multimedia'.
18320         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
18321         Managing Standard.
18322         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
18323         Fix dostring.
18324         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
18325         and %y.  Fix docstring.
18326         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
18327         (tumme-cmd-create-standard-thumbnail-command): New user options.
18328         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
18329         is `standard'.  Fix docstring.
18330         (tumme-thumb-width, tumme-thumb-height): New user options.
18331         (tumme-external-viewer): Try to find various viewers.
18332         (tumme-get-thumbnail-image): Use `create-image' instead of
18333         constructing the `image' structure.
18334         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
18335         `standard'.
18336         (tumme-thumb-name): Add file name generation for standard storage.
18337         Simplify code for other storages.
18338         (tumme-thumb-name): Use width %w and height %h instead of size %s.
18339         Add modification time %m and thumbnail-nq8 %q.
18340         Use `tumme-cmd-create-standard-thumbnail-command' if
18341         tumme-thumbnail-storage is `standard'.
18342         (tumme-dired-insert-marked-thumbs): New autoload command.
18343         (tumme-dired-after-readin-hook): New function.
18344         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
18345         `tumme-thumb-size'.
18346         (tumme-display-image): Replace size-x %x and size-y %y with
18347         width %w and height %h.
18349         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
18350         `tumme-dired-insert-marked-thumbs'.
18352 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18354         * tumme.el (tumme-write-tag): Fix small bug (file name did not
18355         include path).
18356         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
18357         matching tag.
18359 2006-02-12  Miles Bader  <miles@gnu.org>
18361         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
18362         New variables.
18363         (rcirc-abbrev-nick): New function.
18364         (rcirc-format-response-string): Rewrite to use the formats in
18365         `rcirc-response-formats' and expand escape sequences therein.
18366         A text-property `rcirc-text' is added over the actual response
18367         text to make easy to find inside the returned string.
18368         (rcirc-print): When filling, just look for the `rcirc-text'
18369         text-property to find the appropriate fill prefix, instead of
18370         using hardwired patterns.
18372 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18374         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
18375         Managing Standard.
18377 2006-02-11  Kim F. Storm  <storm@cua.dk>
18379         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
18380         Don't use insert-buffer; do insert-buffer-substring directly.
18381         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
18383 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18385         * files.el (revert-buffer, recover-file): Replace buffer-read-only
18386         with inhibit-read-only.  Suggested by Stefan Monnier.
18387         (revert-buffer): Let insert-file-contents discard
18388         buffer-undo-list.  Simplify code.
18389         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
18391 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
18393         * menu-bar.el (menu-bar-select-yank): Add a doc string.
18395         * help.el (describe-key-briefly): Now a wrapper for
18396         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
18397         to t.  Populate yank-menu if empty.
18398         (describe-key-briefly-internal): Renamed from describe-key-briefly.
18399         (describe-key): Now a wrapper for describe-key-internal.  Bind
18400         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
18401         (describe-key-internal): Renamed from describe-key.
18403 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
18405         * progmodes/glasses.el (glasses-separator): Doc fix.
18406         (glasses-original-separator): New defcustom.
18407         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
18409 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18411         * mwheel.el (mouse-wheel-up-event): Doc fix.
18413 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18415         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
18416         (tumme-dir): New function.  Copied from thumbs.el.
18418 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
18420         * desktop.el (desktop-outvar): Fix typo.
18421         (desktop-save-buffer-p): Doc fix.
18423         * subr.el (substitute-key-definition): Fix typo.
18425 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18427         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
18428         when window-system is mac.
18430         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
18432 2006-02-10  Kim F. Storm  <storm@cua.dk>
18434         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
18435         indirect-function instead of using condition-case.
18437 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
18439         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
18440         less `colloquial'...
18442 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
18444         * tumme.el: Add a couple of todo items.
18446 2006-02-09  Lars Hansen  <larsh@soem.dk>
18448         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
18449         (highlight-changes-mode): Don't change desktop-locals-to-save.
18451 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
18453         * image-mode.el (image-toggle-display): Clear image cache if using
18454         filename.
18456 2006-02-09  Masatake YAMATO  <jet@gyve.org>
18458         * dired-x.el (dired-guess-shell-alist-default): Add .man as
18459         a `dired-man' target.
18461         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
18462         boundary of symbols.
18464 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
18466         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
18468 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
18470         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
18471         `mapcar'; return nil.
18473 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
18475         * mouse.el (mouse-drag-track): Don't change window if we rebind to
18476         some other event.
18478 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
18480         * net/rcirc.el (rcirc-startup-channels-alist):
18481         Add irc.freenode.net and #emacs as defaults.
18482         (rcirc-ignore-all-activity-flag): Remove variable.
18483         (rcirc-authinfo): New variable.
18484         (rcirc-authinfo-filename): Remove variable.
18485         (rcirc-always-use-server-buffer-flag): New flag.
18486         (rcirc): M-x rcirc will automatically connect without prompting.
18487         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
18488         connection in lisp.
18489         (rcirc-process-server-response-1): Remove everything but the nick
18490         portion of the sender so it doesn't need to be done everywhere
18491         else.  Update related code.
18492         (global-map): Remove global keybindings.
18493         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
18494         (rcirc-send-input): Split into several functions.
18495         (rcirc-process-input-line, rcirc-process-message)
18496         (rcirc-process-command): New functions.
18497         (rcirc-target-buffer): New function to determine where to route
18498         messages.
18499         (rcirc-user-nick): Save match data.
18500         (rcirc-toggle-ignore-buffer-activity)
18501         (rcirc-update-activity-string): Remove global ignore functionality,
18502         which can be done now by toggling rcirc-track-minor-mode.
18503         (rcirc-track-minor-mode-map): New keymap.
18504         (rcirc-track-minor-mode): New minor-mode.
18505         (ignore): Make the ignore output nicer.  Always print it when
18506         adding or removing nicks.
18507         (rcirc-url-regexp): Improve.
18508         (rcirc-mangle-text): Remove properties before using text in the
18509         modeline.
18510         (rcirc-authenticate): Authentication data comes from
18511         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
18512         (rcirc-server-prefix): Inherit from rcirc-server.
18514 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
18516         * Makefile.in (compile): Append "|| true" to the end of the `find'
18517         command, like compile-always does.
18519 2006-02-08  Sam Steingold  <sds@gnu.org>
18521         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
18522         output from a dead connection.
18524 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18526         * dired.el (dired-mode-map): Add more bindings for tumme.
18528 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18530         * wdired.el (wdired-mode-map): Use remap.
18531         (wdired-get-filename): Massage.
18532         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
18533         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
18534         `keymap' property rather than `local-map'.
18536 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18538         * tumme.el (tumme-get-thumbnail-image): New utility function.
18539         Suggested by from Chong Yidong.
18540         (tumme-dired-with-window-configuration): Rename from
18541         `tumme-dired'.  Add code to save window configuration.
18542         (tumme-restore-window-configuration): New command to restore the
18543         window configuration that `tumme-dired-with-window-configuration'
18544         saves before it changes the window configuration.
18545         (tumme-show-all-from-dir): New command to display thumbnails for
18546         all files in a directory entered by the user, like M-x thumbs.
18547         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
18548         have been created.
18549         (tumme-display-thumbnail-original-image): Call `display-buffer'.
18550         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18551         Remove obsolete test function.
18553 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
18555         * vc.el (small-temporary-file-directory): Remove defvar; there's
18556         a defcustom for it in files.el.
18558         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
18559         Fix typo in message.
18560         (tumme-gallery-generate): Fix typo in `error' message.
18561         (tumme-display-window-height-correction)
18562         (tumme-display-window-width-correction, tumme-line-up-dynamic)
18563         (tumme-line-up-interactive): Dox fixes.
18564         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
18565         (tumme-restore-window-configuration, tumme-format-properties-string)
18566         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
18567         Fix typos in docstrings.
18569 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
18571         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
18573 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
18575         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
18576         User should use hook if desired.
18578         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
18579         buffer if necessary.
18580         (gdb-delete-frame-or-window): New function.
18581         (gdb-breakpoints-mode-map): Bind "q" to it.
18583 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18585         * textmodes/nroff-mode.el: Clean up name space.
18586         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
18587         (nroff-mode): Obey the global setting of nroff-electric-mode.
18588         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
18590         * calendar/calendar.el (calendar-increment-month): Typo in last change.
18592 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
18594         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
18596 2006-02-06  Lars Hansen  <larsh@soem.dk>
18598         * generic-x.el (etc-fstab-generic-mode): Add file system types
18599         cifs and usbdevfs.  Allow special chars in file names.
18601 2006-02-05  Jay Belanger  <belanger@truman.edu>
18603         Update copyright notices of the files in lisp/calc.
18605 2006-02-05  Romain Francoise  <romain@orebokech.com>
18607         Update copyright notices of all files in the lisp/play directory.
18609 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
18611         * ldefs-boot.el: Regenerate.
18613         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
18615 2006-02-05  Kim F. Storm  <storm@cua.dk>
18617         * files.el (magic-mode-regexp-match-limit): New defvar.
18618         (set-auto-mode): Use it to limit magic-mode-alist matching.
18620 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
18622         * info.el (Info-index, Info-mode): Improve the description of the
18623         `i' command.
18625         * ldefs-boot.el: Regenerate.
18627 2006-02-03  Werner Lemberg  <wl@gnu.org>
18629         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
18630         greedy to find the closing bracket in \*[...] and similar
18631         expressions.  This is a first rough fix -- many additional
18632         refinements are necessary to make nroff mode really usable with groff.
18634 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
18636         * international/mule-cmds.el (set-locale-environment):
18637         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
18638         libX11.
18640 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
18642         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18643         archive are created in archive-tmpdir.
18645 2006-02-02  John Paul Wallington  <jpw@pobox.com>
18647         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
18648         (ibuffer-fontification-alist): Use it.
18649         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
18650         to "* z" and the Ibuffer Mark menu.
18652         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
18654 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18656         * textmodes/table.el (*table--cell-describe-mode)
18657         (*table--cell-describe-bindings): Undo last change since
18658         print-help-return-message is not obsoleted by anything at all.
18660 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
18662         * emulation/cua-base.el (cua-mode): Doc fix.
18664 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
18666         * dframe.el (dframe-handle-make-frame-visible)
18667         (dframe-handle-iconify-frame, dframe-get-focus)
18668         (dframe-select-attached-frame, dframe-power-click)
18669         (dframe-frame-mode): Fix typos in docstrings.
18671         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
18672         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
18673         Fix typos in docstrings.
18675         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
18676         (hi-lock-face-buffer, hi-lock-font-lock-hook)
18677         (hi-lock-archaic-interface-message-used)
18678         (hi-lock-file-patterns-range): Fix typos in docstrings.
18680         * savehist.el (savehist-loaded, savehist-load, savehist-install)
18681         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
18683         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
18684         Fix typo in docstring.
18686         * net/newsticker.el (newsticker--decode-iso8601-date)
18687         (newsticker--set-customvar, newsticker--buffer-insert-item)
18688         (newsticker--do-run-auto-mark-filter)
18689         (newsticker--parse-generic-feed): Doc fixes.
18690         (newsticker--retrieval-timer-list, newsticker-url-list)
18691         (newsticker-hide-immortal-items-in-echo-area)
18692         (newsticker-hide-obsolete-items-in-echo-area)
18693         (newsticker-new-item-face, newsticker--enclosure)
18694         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
18695         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
18696         (newsticker--parse-generic-feed, newsticker--cache-contains)
18697         (newsticker--stat-num-items, newsticker-download-enclosures):
18698         Fix typos in docstrings.
18700         * net/rcirc.el (rcirc-debug): Doc fix.
18701         (rcirc-fill-column, rcirc-receive-message-hooks)
18702         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
18703         (rcirc-mode, rcirc-generate-new-buffer-name)
18704         (rcirc-startup-channels, rcirc-ignore-update-automatic)
18705         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
18706         Fix typos in docstrings.
18707         (rcirc-print): "?\ " -> "?\s".
18708         (rcirc-cmd-join): Improve argument/docstring consistency.
18710 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
18712         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
18713         before narrow-to-region.
18715 2006-02-01  Richard M. Stallman  <rms@gnu.org>
18717         * simple.el (move-beginning-of-line): Scan properly for invis change.
18719         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
18721 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
18723         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
18724         change bit only when id-format is 'integer.  Reported by Matt
18725         Hodges <M.P.Hodges@rl.ac.uk>.
18727 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
18729         * hilit-chg.el (highlight-changes-initial-state)
18730         (highlight-changes-global-initial-state): Doc fixes.
18731         (highlight-changes-global-modes, global-highlight-changes):
18732         Fix typos in docstrings.
18734 2006-02-01  Kim F. Storm  <storm@cua.dk>
18736         * emulation/cua-base.el (cua-mode): Mention that CUA enables
18737         transient-mark-mode in doc string.
18739 2006-01-31  Richard M. Stallman  <rms@gnu.org>
18741         * replace.el (multi-occur): Doc fix.
18742         (multi-occur-in-matching-buffers): Rename from
18743         multi-occur-by-filename-regexp.  Prefix arg says match
18744         buffer names instead of file names.
18746 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
18748         * bs.el: Allow non-default values of `bs-header-lines-length'.
18749         (bs--running-in-xemacs): Remove (not needed anymore).
18750         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
18751         instead of `shrink-window', thus avoiding having to compute the
18752         height of the window.
18753         (bs--up): Wrap around even when there's no header.
18754         (bs--down): Use `forward-line' instead of `next-line'.
18756 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
18758         * image-mode.el (image-toggle-display): Use file name if possible,
18759         instead of unnecessarily allocating a (possibly huge) lisp string.
18761 2006-01-30  John Paul Wallington  <jpw@pobox.com>
18763         * subr.el (toplevel): Define `cl-assertion-failed' condition here
18764         because the `assert' macro signals it at runtime.
18766         * emacs-lisp/cl.el (toplevel): Remove definition of
18767         `cl-assertion-failed' condition.
18769 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
18771         * thumbs.el (thumbs-marked-list): Make buffer-local and
18772         permanent-local.
18773         (thumbs-insert-thumb): Make help-echo non-sticky.
18774         (thumbs-file-alist): Use eolp as check for (non)-image.
18776 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
18778         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
18779         (ediff-before-session-group-setup-hooks)
18780         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
18781         Fix typos in docstrings.
18783         * window.el (bw-dir, bw-eqdir, balance-windows)
18784         (split-window-keep-point): Fix typos in docstrings.
18786         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
18787         (org-quote-string, org-calendar-to-agenda-key)
18788         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
18789         (org-show-following-heading, org-tags-column)
18790         (org-use-tag-inheritance, org, org-allow-space-in-links)
18791         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
18792         (org-enable-table-editor, org-calc-default-modes)
18793         (org-table-allow-automatic-line-recalculation)
18794         (org-export-html-style, org-export-with-fixed-width)
18795         (org-export-with-sub-superscripts, org-special-keyword)
18796         (org-formula, org-time-grid, org-table-may-need-update)
18797         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
18798         (org-goto-quit, org-get-indentation, org-end-of-item)
18799         (org-move-item-down, org-move-item-up)
18800         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18801         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
18802         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
18803         (org-agenda-log-mode, org-agenda-toggle-diary)
18804         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
18805         (org-agenda-file-to-end, org-agenda-no-heading-message)
18806         (org-agenda-get-closed, org-format-agenda-item)
18807         (org-cmp-priority, org-cmp-category, org-cmp-time)
18808         (org-agenda-change-all-lines, org-agenda-diary-entry)
18809         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
18810         (org-link-search, org-camel-to-words, org-open-file)
18811         (org-remember-handler, org-table-convert-region)
18812         (org-table-move-row-down, org-table-move-row-up)
18813         (org-table-copy-region, org-table-wrap-region)
18814         (org-table-toggle-vline-visibility)
18815         (org-table-get-vertical-vector, org-table-modify-formulas)
18816         (org-table-get-specials, org-recalc-commands)
18817         (org-table-rotate-recalc-marks, org-table-eval-formula)
18818         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
18819         (org-level-color-stars-only, org-insert-heading):
18820         Fix typos in docstrings.
18821         (last-arg): Add defvar.
18823         * makefile.w32-in (WINS): Add erc.
18824         (MH_E_SRC): Update (copied from lisp/Makefile.in).
18826 2006-01-29  Bill Wohler  <wohler@newt.com>
18828         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
18829         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
18830         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
18831         (mh-autoloads): Don't use comments on otherwise empty lines.
18833 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
18835         * emulation/viper.el (viper-major-mode-modifier-list):
18836         Add insert-state and vi-state entries for erc-mode.
18837         (viper-go-away, viper-set-hooks): Add and remove
18838         viper-comint-mode-hook from erc-mode-hook as appropriate.
18840         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
18842 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
18844         * bs.el (bs--format-aux): Implement `middle' alignment as
18845         described in the docstring for `bs-attributes-list'.
18846         (bs--get-name): Simplify.  Don't pad the buffer name.
18848 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
18850         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
18851         English aspell dictionary is installed, use the first entry of
18852         ispell-dictionary-alist-1.
18854 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18856         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18857         Doc fix.
18859 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
18861         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
18862         for `process-file', in order to let it work for older Emacsen too.
18864 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
18866         * international/latexenc.el: Add a suitable `coding:' tag.
18867         (latexenc-find-file-coding-system): Undo last change.
18869 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18871         * international/latexenc.el (latexenc-find-file-coding-system):
18872         Make sure latexenc-main-file is a regular file and is readable.
18874 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
18876         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
18877         Pass FILE to vc-user-login-name.
18879         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
18881 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
18883         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
18884         there are no more images to display.
18885         (thumbs-mark, thumbs-unmark): Revert change so that they move to
18886         the next image.
18888 2006-01-26  Richard M. Stallman  <rms@gnu.org>
18890         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
18892         * wid-edit.el (advertised-widget-backward): New alias.
18893         (widget-keymap): Use advertised-widget-backward for S-TAB.
18895         * tumme.el: Correct the keywords.
18896         (tumme-dir-max-size): Use defvar.
18897         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
18899         * simple.el (move-beginning-of-line): Take account of fields.
18900         (clone-indirect-buffer-other-window): Take args like
18901         clone-indirect-buffer, and work like it.
18903         * help-fns.el (describe-function): Don't pass `nil' as default.
18905         * files.el (risky-local-variable-p): Follow var aliases.
18907         * subr.el (lazy-completion-table): Doc fix.
18909         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
18910         global binding of `line'.
18912 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
18914         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
18915         Tramp.
18917         * vc.el (vc-default-dired-state-info): Pass FILE to
18918         vc-user-login-name.
18919         (vc-default-update-changelog): Don't use vc-user-login-name, we
18920         don't need it here.
18922         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
18923         no longer necessary.
18925 2006-01-25  Kenichi Handa  <handa@m17n.org>
18927         * international/mule.el (decode-char): Avoid the overhead of
18928         calling utf-lookup-subst-table-for-decode if
18929         utf-translate-cjk-mode is nil.
18930         (encode-char): Avoid the overhead of calling
18931         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
18932         nil.
18934 2006-01-22  Kenichi Handa  <handa@m17n.org>
18936         * international/mule.el (make-subsidiary-coding-system): Reset
18937         `coding-system-define-form' property of subsidiaries to nil.
18938         Avoid duplicated entry in coding-system-alist.
18939         (make-coding-system): Avoid duplicated entry in
18940         coding-system-alist.
18941         (define-coding-system-alias): Likewise.
18943 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18945         * completion.el: Minor fixes in introductory comment.
18946         (completion-def-wrapper): Fix alist.
18948 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
18950         * thumbs.el (thumbs-new-image-size): New function.
18951         (thumbs-increment-image-size-element)
18952         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
18953         (thumbs-decrement-image-size): Delete.
18954         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
18955         temp files and use to resize.
18956         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
18957         Use increment argument to enlarge/shrink.  Preserve point.
18958         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
18959         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
18960         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
18961         (thumbs-mark, thumbs-unmark): Preserve point.
18962         (thumbs-modify-image): Keep old temp files and use to modify.
18963         Cleanup old temp files at load time.  Preserve point.
18964         (thumbs-view-image-mode-map): Use new command names.
18966 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18968         * log-view.el (log-view-minor-wrap): First rev is the one at point.
18970         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
18971         the nastiest part of the cyclic dependency.
18972         (cal-menu-update): Use dotimes and calendar-increment-month.
18974         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
18975         (calendar-week-start-day): Add an :initializer.
18976         (calendar-mode-map): Use suppress-keymap, and command remapping.
18977         (describe-calendar-mode): Setup xref-stack info for the back button.
18978         (calendar-star-date): Insert before delete.
18979         (calendar-set-mode-line): Add file-modified info if applicable.
18980         (calendar-increment-month): New function.
18982 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
18984         * font-lock.el (lisp-font-lock-keywords-2):
18985         Recognize "& keywords" only at word boundaries.
18987 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
18989         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
18990         and permanent-local.
18991         (thumbs-max-image-number): New variable.
18992         (thumbs-do-thumbs-insertion): Use them.
18993         (thumbs-per-line): Change default to 4.
18994         (thumbs-marked-list): Rename from thumbs-markedL.
18995         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
18996         (thumbs-rename-images): Use -list instead of L for internal variables.
18997         (thumbs-call-convert): Use call-process instead of shell-command.
18998         (thumbs-insert-thumb): Add filename as help-echo to each image.
18999         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
19000         Give dir to thumbs-show-thumbs-list.
19001         (thumbs-show-thumbs-list): Set default-directory to that of images.
19002         (thumbs-dired-show): Rename from thumbs-dired-show-all.
19003         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
19004         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
19005         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
19007 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19009         * ses.el (ses-read-cell): Provide a default value.
19011 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
19013         * term/w32-win.el (image-library-alist): Add additional names for
19014         GIF library.
19016 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
19018         * international/latexenc.el (latexenc-find-file-coding-system):
19019         Add file-regular-p check.
19021 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19023         * simple.el (clone-buffer): Don't show the new buffer in the same
19024         window.
19026 2006-01-23  Juri Linkov  <juri@jurta.org>
19028         * faces.el (link, link-visited): New faces based on default values
19029         of `info-xref' and `info-xref-visited'.
19031         * info.el (info-xref): Inherit from `link'.
19032         (info-xref-visited): Inherit from `link-visited'.
19034         * cus-edit.el (custom-buffer-create-internal): Use widget type
19035         `custom-manual' instead of `info-link' and don't set properties
19036         `button-face' and `mouse-face' explicitly.
19037         (custom-browse-group-tag, custom-browse-variable-tag)
19038         (custom-browse-face-tag): Inherit from widget class
19039         `custom-group-link' instead of `push-button'.
19040         (custom-button-unraised): Inherit from `underline' face.
19041         (custom-link): Inherit from `link' face.  Fix doc and group.
19042         (custom-add-parent-links, custom-group-value-create): Don't set
19043         properties `button-face' and `mouse-face' explicitly for
19044         `custom-group-link' widget.
19045         (custom-group-link): Add properties `button-face' and `mouse-face'
19046         to widget definition.
19047         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
19048         editable-field's :keymap property.
19049         (custom-mode): Fix docstring: substitute keybindings for
19050         `widget-forward' and `widget-backward' from `widget-keymap',
19051         `widget-complete' from `custom-field-keymap', replace old
19052         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
19054         * desktop.el (desktop-load-file): Check for `fboundp' before
19055         calling `symbol-function'.
19057         * simple.el (clone-buffer, clone-indirect-buffer)
19058         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
19059         `read-string'.  Fix prompts.
19061         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
19063 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
19065         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
19067 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
19069         * startup.el (inhibit-splash-screen, initial-scratch-message):
19070         Doc fixes.
19072 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
19074         Sync with Tramp 2.0.52.
19076         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
19077         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
19078         `tramp-unload-tramp' for checklist.
19080         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
19081         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
19082         (tramp-unload-file-name-handler-alist)
19083         (tramp-unload-tramp): New defuns.
19084         (tramp-advice-PC-expand-many-files): New defadvice.
19085         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
19086         removed.
19087         (tramp-handle-expand-file-name): Remove double slash.
19088         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
19089         It doesn't matter, because it will be converted later on.
19090         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
19091         implementation was just heuristic.
19092         (tramp-post-connection): Set uid and gid properties.
19093         (tramp-convert-file-attributes): Set file's gid change bit.
19094         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
19095         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
19096         in case of su(do)? methods.  The home directory of the local user
19097         will be taken else.
19098         (tramp-open-connection-telnet)
19099         (tramp-open-connection-rsh, tramp-open-connection-su)
19100         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
19101         local shell prompt could hurt.  Reported by Romain Francoise
19102         <romain@orebokech.com>.
19103         (tramp-let-maybe): Add `edebug-form-spec' property.
19104         (tramp-handle-expand-file-name): Bind `default-directory' locally
19105         to "/" in order to avoid problems with UNC shares or Cygwin
19106         mounts.
19107         (tramp-md5-function): Fix typo in error message.
19109         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
19111         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
19112         for byte-compiler pacification.
19114 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
19116         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
19117         ID-FORMAT `string'.  This allows us to get rid of
19118         `vc-user-login-name UID'.
19120         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
19122 2006-01-22  John Paul Wallington  <jpw@pobox.com>
19124         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
19126 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
19128         * emacs-lisp/find-func.el (find-definition-noselect)
19129         (find-variable-noselect): Search variables in C source code too.
19130         (find-function-C-source, find-function-noselect, find-function)
19131         (find-function-other-frame, find-variable-noselect, find-variable)
19132         (find-variable-other-frame, find-variable-at-point):
19133         Fix docstrings.
19135 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
19137         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
19139 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
19141         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
19142         Default to disabling the "Save affix" question.
19144 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
19146         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
19147         the first arg to run-python.
19149 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
19151         * startup.el (command-line-1): Handle --no-desktop if desktop.el
19152         is not loaded.
19154 2006-01-20  Jay Belanger  <belanger@truman.edu>
19156         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
19157         limit is 0.
19159         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
19160         the correct variable.
19162 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
19164         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
19165         link.  Fixed buggy argument sequence in call to `org-view-tags'.
19166         (org-compile-prefix-format): Set `org-prefix-has-tag'.
19167         (org-prefix-has-tag): New variable.
19168         (org-format-agenda-item): Remove tags from headline if
19169         appropriate.
19170         (org-agenda-remove-tags-when-in-prefix): New option.
19171         (org-get-tags-at): New function.
19173 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
19175         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
19176         (thumbs-find-image): Move image name and number from buffer name
19177         to mode name.  Set thumbs-buffer.  Preserve point so that large
19178         images remain visible.
19179         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
19180         order.
19181         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
19182         mode name.
19183         (thumbs-next-image, thumbs-previous-image): Make them work.
19185 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
19187         * cus-edit.el (custom-buffer-create-internal): State in the text above
19188         the whole buffer buttons that they do not operate on hidden items.
19189         (custom-face-menu): Use `custom-face-save' instead of
19190         `custom-face-save-command'.
19191         (custom-face-save-command): Make it an alias for `custom-face-save'
19192         and declare it obsolete.
19193         (custom-face-save): Doc fix.
19195         * dired.el (dired-no-confirm): Add quote.
19196         (dired-subdir-alist-pre-R): Add quote in
19197         `make-variable-buffer-local' form and remove unbalanced parenthesis.
19199 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19201         * textmodes/table.el (table-mode-indicator): Typo in last change.
19203 2006-01-19  Richard M. Stallman  <rms@gnu.org>
19205         * outline.el (hide-leaves): Don't call outline-end-of-heading.
19206         Fixes bug reported in Nov 2005.
19208         * isearch.el (isearch-forward): Doc fix.
19210         * dired.el (dired-move-to-filename-regexp): Define as alias.
19211         (dired-no-confirm): Use defcustom.
19212         (dired-subdir-alist-pre-R): Put defvar at top level.
19214         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
19216         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19217         Mark as risky.
19219         * simple.el (set-mark-command): Doc fix.
19220         (clone-indirect-buffer-other-window):
19221         Read arg like clone-indirect-buffer.
19222         (move-beginning-of-line): Skip invisible newlines.
19224 2006-01-19  Masatake YAMATO  <jet@gyve.org>
19226         * progmodes/cpp.el (cpp-edit-load): Make the order of
19227         listed conditions in a base C code buffer and its associate
19228         CPP Edit buffer the same.
19230 2006-01-19  Kenichi Handa  <handa@m17n.org>
19232         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
19233         (rmail-mime-feature): Likewise.
19234         (rmail-require-mime-maybe): Use display-warning to show a warning
19235         message.
19237         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
19238         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
19240 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19242         * array.el: Move defvars out of eval-when-compile.
19243         (array-make-template): Replace undeclared global var with a local one.
19244         (array-mode): Inline initialization functions.
19245         (array-init-local-variables, array-init-max-row)
19246         (array-init-max-column, array-init-columns-per-line)
19247         (array-init-field-width, array-init-rows-numbered)
19248         (array-init-line-length, array-init-lines-per-row): Remove.
19250         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
19251         (doc-mode-map): Define explicitly.
19252         (doctor-txtype): Use mapc.
19254         * textmodes/table.el: Move defvars out of eval-when-compile.
19255         Remove harmful code meant to avoid byte-compiler warnings.
19256         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
19257         specification that checks table-fixed-width-mode directly.
19258         (table-recognize-region, table-recognize-cell):
19259         Use restore-buffer-modified-p.
19260         (table-fixed-width-mode): Remove code that refreshes
19261         table-fixed-mode-indicator.
19262         (*table--cell-describe-bindings, *table--cell-describe-mode):
19263         Avoid obsolete name print-help-return-message.
19264         (table--test-cell-list): Don't use replace-regexp from elisp.
19265         (table--point-entered-cell-function, table--point-left-cell-function):
19266         Don't set table-fixed-mode-indicator, use force-mode-line-update.
19268         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
19269         that was after the end of file.  Use buffer-file-name variable.
19270         (org-timestamp-change): Use with-current-buffer.
19271         (org-todo-list): Don't unnecessarily define a new buffer-local var.
19272         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
19273         `file'.
19275         * progmodes/fortran.el: Move defvars out of eval-when-compile.
19276         (fortran-break-line): Remove unused var `opoint'.
19277         (fortran-abbrev-start): Obey help-event-list.
19279 2006-01-18  Jesper Harder  <harder@phys.au.dk>
19281         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
19283 2006-01-18  Masatake YAMATO  <jet@gyve.org>
19285         * progmodes/make-mode.el (makefile-imake-mode): New mode
19286         derived from makefile-mode.
19287         (makefile-imake-mode-syntax-table): New syntax table
19288         derived from makefile-mode-syntax-table.
19289         (makefile-mode): Write about makefile-imake-mode in doc string.
19290         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
19291         (makefile-imake-font-lock-keywords): New font lock keywords.
19293         * files.el (auto-mode-alist): Add Imakefile.
19295 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
19297         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
19298         loading the file rather than when turning on flyspell-mode.
19300 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
19302         * cus-edit.el (customize-rogue): Minor doc fix.
19304 2006-01-17  Juri Linkov  <juri@jurta.org>
19306         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
19307         instead of the file at the mark as default if the file at the mark
19308         is the same as the file at point or if dired-dwim-target-directory
19309         is not the same as the current directory and the mark is not active.
19311         * log-view.el (log-view-minor-wrap): Use the same logic to get
19312         revisions as `log-view-diff'.
19314         * info.el (Info-revert-find-node): Check for Info-current-file
19315         before preserving new-history.
19317         * man.el (Man-heading-regexp): Add `/'.
19319         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
19320         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
19322 2006-01-16  Juri Linkov  <juri@jurta.org>
19324         * faces.el (mode-line-faces): New defgroup.
19325         (mode-line-highlight): Move definition after new defgroup.
19326         (mode-line, mode-line-inactive, mode-line-highlight):
19327         Replace :group `modeline' with `mode-line-faces'.
19328         (mode-line-buffer-id): New face.
19329         (modeline-buffer-id): New face alias.
19330         (vertical-border): Remove :group `modeline'.
19332         * bindings.el (propertized-buffer-identification): Use face
19333         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
19334         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
19335         (mode-line-buffer-identification-keymap): For mouse-1 replace
19336         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
19337         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
19338         mouse-3.
19340         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
19341         Buffer-menu-buffer.  Doc fix.
19342         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
19343         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
19344         `Buffer-menu-buffer'.
19346         * info.el (Info-mode-line-node-keymap): New defvar.
19347         (Info-set-mode-line): Use `stringp' to check Info-current-file.
19348         Propertize Info-current-node with `mode-line-buffer-id' and
19349         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
19351         * time.el (display-time-mail-face): Replace :group `faces' with
19352         `mode-line-faces'.
19354 2006-01-16  Kenichi Handa  <handa@m17n.org>
19356         * international/code-pages.el: Add autoload cookies for cp125[0345678].
19358         * language/european.el (cp1252): New alias for windows-1252.
19360         * international/mule.el (autoload-coding-system): Prepare for EOL
19361         variants.
19363 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
19365         * term.el (term-raw-map): Add mapping for insert.
19366         (term-send-insert): New.
19367         (term-mode): Make variables local here instead of doing it in
19368         `term-emulate-terminal'.
19369         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
19370         Scroll reverse needs to take into account the scroll region.
19371         Saving and restoring the cursor should save the color attributes too.
19372         (term-reset-terminal): Reset the scroll region.
19373         (term-handle-ansi-escape): Cursor up and down should take into
19374         account the scroll region.
19375         (term-set-scroll-region): Rename from `term-scroll-region'.
19376         Move to 0,0 after setting the region.
19377         (term-handle-scroll): Handle scroll up.
19378         (term-down): Fix off by one error.
19379         (term-delete-lines): Do not delete outside the scroll region.
19380         (term-insert-lines): Take into account the scroll region.
19382 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19384         * textmodes/ispell.el (ispell-internal-change-dictionary)
19385         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
19386         (start, end): Move declaration outside of eval-when-compile.
19388         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
19389         (flyspell-mode-on): Use it.
19391         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
19392         ispell-kill-ispell-hook.
19394 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
19396         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19397         (Custom-reset-saved): Do not ask for confirmation in single option
19398         buffers.
19400 2006-01-13  Richard M. Stallman  <rms@gnu.org>
19402         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
19404 2006-01-13  Romain Francoise  <romain@orebokech.com>
19406         * add-log.el (add-change-log-entry, change-log-merge):
19407         Conditionally use `hard-newline'.
19409 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
19411         * wid-edit.el (widget-field-end): If the overlay is no longer
19412         associated with a buffer, behave as if the overlay didn't exist.
19414         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
19415         Make sure the links use the `custom-link' face.
19417 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19419         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
19420         (ld-script-mode): Don't set indent-line-function since we don't
19421         have one.
19423 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
19425         * textmodes/org.el (org-open-file): Use mailcap for selecting an
19426         application.
19427         (org-file-apps-defaults-gnu): Use mailcap as the default for
19428         selecting an application on a UNIX system.
19429         (org-agenda-show-tags): New command.
19430         (org-table-insert-hline): Keep cursor in current table line.
19431         (org-table-convert): Offset effect of modifying
19432         `org-table-insert-hline'.
19433         (org-format-agenda-item): New optional argument TAG.
19434         (org-compile-prefix-format): Handle %T format for the tag.
19435         (org-expand-wide-chars): New function.
19436         (org-table-insert-row, org-table-insert-hline):
19437         Use `org-expand-wide-chars'.
19438         (org-open-file): Fix bug in program launch.
19439         (org-get-time-of-day): Fix bug with times before 1am.
19440         (org-agenda-menu): Add tags commands.
19442 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
19444         * textmodes/ispell.el (ispell-init-process): Include the used
19445         dictionary in ispell process start message.
19446         (ispell-internal-change-dictionary): When flyspell-mode is active
19447         and dictionary is changed, make sure ispell process is restarted
19448         and flyspell word cache cleared out for the current buffer.
19449         (ispell-change-dictionary): Make sure flyspell word cache is
19450         cleared out in all buffers with active flyspell mode when
19451         dictionary is globally changed.
19452         Call ispell-internal-change-dictionary after dictionary change.
19454 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
19456         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
19458         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
19459         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
19460         years.  Fix small differences wrt Makefile.in.
19461         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
19462         Makefile.in does.
19464 2006-01-12  Bill Wohler  <wohler@newt.com>
19466         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
19467         mh-search.el.
19469 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19471         * progmodes/ld-script.el: Update copyright year.
19473 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
19475         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
19476         Don't add widget if setting undefined.
19478 2006-01-12  John Paul Wallington  <jpw@pobox.com>
19480         * help-fns.el (describe-variable): Remove newlines from void
19481         variable output.
19483 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
19485         * wdired.el (wdired-mode-map): Add help echo for
19486         wdired-abort-changes.
19488         * man.el (Man-file-name-regexp): Adjust for a list of files.
19490 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19492         * progmodes/ld-script.el (auto-mode-alist): Support
19493         suffix conventions used in netbsd and eCos.
19495 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
19497         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
19498         (custom-variable-menu, custom-face-menu, custom-group-menu)
19499         (Custom-mode-menu): Change names of menu items.  (As discussed on
19500         emacs-devel.)
19501         (custom-face-menu): Add "Undo Edits" item.
19503         * startup.el (init-file-user): defcustom -> defvar.
19505         * tooltip.el (tooltip-mode): Doc fix.
19507 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19509         * reveal.el (reveal-post-command): window-buffer signals an error on
19510         dead windows rather than returning nil.
19511         (reveal-open-new-overlays): An overlay might die while we open others.
19513 2006-01-11  Bill Wohler  <wohler@newt.com>
19515         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
19516         phrasing in docstring.
19518         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
19519         can give some systems gas.  Add new file mh-buffers.el.
19521 2006-01-06  Masatake YAMATO  <jet@gyve.org>
19523         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
19524         C preprocessor forward ported from GNU Emacs 21.2.
19526         * progmodes/asm-mode.el (asm-font-lock-keywords):
19527         Use `cpp-font-lock-keywords'.
19529         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
19531         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
19532         of $ for "\\.ld[s]?".
19534 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19536         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
19537         (tcl-indent-line): Return `noindent' if inside a string.
19539         * progmodes/flymake.el (flymake-split-string): Remove more than one
19540         empty string at beg/end of the result.
19541         (flymake-find-buildfile, flymake-find-possible-master-files):
19542         Use expand-file-name.
19543         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
19544         since expand-file-name does it for us.  Use directory-file-name.
19545         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
19546         (flymake-ler-get-type, flymake-ler-get-text)
19547         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
19548         (flymake-current-line-no): Remove spurious interactive spec.
19549         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
19550         (flymake-check-include): Remove arg inc-path merged into inc-name.
19551         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
19552         Arg regexp-list replaced by a simple regexp.
19553         (flymake-master-make-header-init, flymake-master-tex-init):
19554         Correspondingly replace regexp-list with a regexp.  Fix regexp.
19556 2006-01-10  Simon Josefsson  <jas@extundo.com>
19558         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
19559         describing AUTH PLAIN fix.
19561 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19563         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
19564         (report-emacs-bug): Don't record initial prompt text.
19565         Instead, add text properties to prompting text.
19566         (report-emacs-bug-hook): Delete prompting text.
19568 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19570         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
19571         `dirs'.  Adjust callers.
19573 2006-01-09  John Paul Wallington  <jpw@gnu.org>
19575         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
19577 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19579         * reveal.el (reveal-open-new-overlays): New extracted fun.
19580         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
19581         using them.  Simplify the code.
19582         (reveal-post-command): Use them.  Fix up obsolete windows in
19583         reveal-open-spots.
19585         * progmodes/flymake.el: Use `require' rather than autoload for
19586         XEmacs's overlays.
19587         (flymake-get-common-file-prefix, flymake-build-relative-filename):
19588         Delete.  Use file-relative-name instead.
19589         (flymake-get-syntax-check-program-args, flymake-perl-init):
19590         Simplify the resulting code.
19592         * log-view.el (log-view-file-re, log-view-message-re): Add support
19593         for DaRCS output.
19595 2006-01-09  Alex Schroeder  <alex@gnu.org>
19597         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
19598         identifiers sometimes added in square brackets at the beginning of
19599         subject lines.
19601 2006-01-07  Richard M. Stallman  <rms@gnu.org>
19603         * cus-edit.el (Custom-set, Custom-save): Doc fix.
19604         (Custom-reset-current, Custom-reset-saved): Change question text.
19605         (Custom-reset-standard): Likewise.
19606         (custom-variable-reset-saved): Doc fix.
19608 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
19610         * startup.el (init-file-user): Doc fix.
19612 2006-01-07  Alex Schroeder  <alex@gnu.org>
19614         * mail/rmail.el (rmail-current-subject): New function.
19615         (rmail-current-subject-regexp): New function.
19616         (rmail-next-same-subject): Use it.
19618         * mail/rmailsum.el (rmail-summary-by-topic):
19619         Use rmail-current-subject and rmail-current-subject-regexp.
19620         (rmail-summary-next-same-subject): Ditto.
19622         * net/rcirc.el (rcirc-send-input): No longer check whether the
19623         process is open, since not all commands need an open process.
19624         (rcirc-send-string): Check whether the process is open before
19625         sending anything.
19626         (rcirc-ignore-list): New option.
19627         (rcirc-ignore-list-automatic): New variable.
19628         (rcirc-print): Take rcirc-ignore-list into account.
19629         (rcirc-cmd-ignore): New command.
19630         (rcirc-ignore-update-automatic): New function.
19631         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
19632         list if ignored nicks.
19633         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
19635 2006-01-06  David Reitter  <david.reitter@gmail.com>
19637         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
19638         reflect the address to which the report will be sent.
19640 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
19642         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
19643         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
19645 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
19647         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
19649         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
19650         the doc string: "functoin" => "function".
19651         * ldefs-boot.el: Likewise.
19653         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
19654         message text: "Duplicat" => "Duplicate".
19656 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19658         * files.el (basic-save-buffer-2): If backing-up failed, reset
19659         buffer-backed-up to nil.
19661 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
19663         * progmodes/gud.el (gdb-script-skip-to-head)
19664         (gdb-script-calculate-indentation): Indent for breakpoint command
19665         lists also.
19667 2006-01-05  Bill Wohler  <wohler@newt.com>
19669         * Makefile.in (compile-always): Add mh-autoloads dependency.
19670         (bootstrap): Remove mh-autoloads dependency, as compile dependency
19671         provides it.
19672         (updates): Remove mh-autoloads dependency, since it probably has
19673         already run recently (via recompile).
19675 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19677         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
19678         argument `force' to disable the flyspell-last-buffer optimization.
19679         (flyspell-mode-on): Use it.
19681         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
19682         flymake-simple-cleanup.
19683         (flymake-allowed-file-name-masks): Use this new default.
19684         All the functions are now called in the right buffer rather than
19685         passing the buffer as argument.
19686         (flymake-process-sentinel): Switch to buffer before calling cleanup.
19687         (flymake-parse-err-lines): Remove redundant buffer arg.
19688         (flymake-get-program-dir): Comment out unused function.
19689         (flymake-start-syntax-check, flymake-start-syntax-check-process):
19690         Remove redundant buffer argument.
19691         (flymake-get-real-file-name, flymake-simple-java-cleanup)
19692         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
19694 2006-01-05  Richard M. Stallman  <rms@gnu.org>
19696         * info.el (Info-find-node): Don't record previous node if have none.
19697         (info): Go to directory only if history is empty.
19699         * simple.el (mark): Doc fix.
19701 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19703         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
19704         already of desired type.
19705         (mac-ae-list): Coerce parameter to "list" type.
19706         (mac-dispatch-apple-event): Replace cadr part of event with a
19707         dummy position so that event-start returns it.
19709 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
19711         * textmodes/org.el (org-end-of-subtree): New function.
19712         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
19713         Use `org-end-of-subtree'.
19714         (org-agenda, org-agenda-convert-date): Protect calls to
19715         `fit-window-to-buffer'.
19716         (org-tags-view): Force matching of sublevels when doing a
19717         todo-only search.  Define the correct redo command, including the
19718         arguments.
19719         (org-agenda-redo): Display message.
19720         (org-check-for-org-mode): New function.
19721         (org-agenda-type): New variable.
19722         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
19723         Set `org-agenda-type'.
19724         (org-agenda-check-type): New function.
19725         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
19726         (org-agenda-week-view, org-agenda-day-view)
19727         (org-agenda-next-date-line, org-agenda-previous-date-line)
19728         (org-agenda-log-mode, org-agenda-toggle-diary)
19729         (org-agenda-toggle-time-grid, org-agenda-date-later)
19730         (org-agenda-date-prompt, org-agenda-diary-entry)
19731         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
19732         (org-agenda-convert-date, org-agenda-menu):
19733         Use `org-agenda-check-type'.
19734         (org-make-overlay, org-delete-overlay)
19735         (org-detatch-overlay, org-move-overlay, org-overlay-put):
19736         New compatibility functions.
19737         (org-calendar-select-mouse): New command.
19739 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
19741         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
19742         (Custom-reset-standard): Fix y-or-n-p messages.
19743         (custom-link): New face for links.
19744         (custom-buffer-create-internal, custom-manual): Use it.
19745         (custom-face-save): Push to theme-face before setting face spec.
19747         * wid-edit.el (widget-default-mouse-face-get): New function.
19748         (widget-specify-button): Handle mouse-face like button-face.
19750         * custom.el (load-theme): Clear old theme settings if reloading.
19752 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19754         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
19755         "Erase Customization" button back to same position it occupies in
19756         the individual State menus.
19758 2006-01-04  Kim F. Storm  <storm@cua.dk>
19760         * wid-edit.el (key-sequence): Rework widget to read key binding
19761         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
19762         (widget-key-sequence-default-value): Default value for empty sequence.
19763         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
19764         (widget-key-sequence-read-event): New command for C-q.
19765         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
19766         (widget-key-sequence-value-to-external): New functions.
19768 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19770         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
19771         Use expand-file-name.
19772         (flymake-delete-temp-directory): Use expand-file-name,
19773         file-name-directory, and directory-file-name.
19774         (flymake-strrchr): Delete.
19775         (flymake-start-syntax-check): Don't pass the redundant buffer argument
19776         to the init-f function.
19777         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
19778         (flymake-init-find-buildfile-dir)
19779         (flymake-init-create-temp-source-and-master-buffer-copy)
19780         (flymake-simple-make-init-impl, flymake-simple-make-init)
19781         (flymake-master-make-init, flymake-master-make-header-init)
19782         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
19783         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
19784         (flymake-xml-init): Remove corresponding redundant buffer argument.
19785         (flymake-allowed-file-name-masks): Remove last elems that are equal to
19786         the default anyway.  Clean up regexps.
19788         * progmodes/flymake.el (flymake-temp-source-file-name)
19789         (flymake-master-file-name, flymake-temp-master-file-name)
19790         (flymake-base-dir): New buffer-local vars.
19791         (flymake-buffer-data, flymake-get-buffer-value)
19792         (flymake-set-buffer-value): Replace those hash-tables by the new
19793         buffer-local vars.  Update callers.
19795         * progmodes/flymake.el (flymake-check-start-time)
19796         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
19797         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
19798         Move definition, so we can remove redundant earlier declaration.
19799         (flymake-replace-regexp-in-string, flymake-split-string)
19800         (flymake-get-temp-dir): Use defalias.
19801         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
19802         (flymake-xemacs-window-edges): Remove unused function.
19803         (flymake-get-point-pixel-pos): Move.
19804         (flymake-pid-to-names, flymake-reg-names)
19805         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
19806         Replace by a simple list flymake-processes and by process-buffer.
19807         Update callers.  Other than simplify the code, it uses buffers rather
19808         than buffer-names so it doesn't get confused by uniquify.
19809         (flymake-buffer-data): The global value should just be nil.
19811         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
19812         Optimize the body of a defalias like any other code.
19814         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
19815         Make sure we've setup font-lock's vars.  It may influence which
19816         function we then call.
19817         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
19818         here since it's too late anyway.
19820 2006-01-03  Romain Francoise  <romain@orebokech.com>
19822         * startup.el (fancy-splash-tail, normal-splash-screen):
19823         Update copyright year.
19825 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
19827         * mouse.el (mouse-drag-track): Rename, from
19828         `mouse-drag-region-1'.  Includes optional argument required to
19829         enable post-drag event processing (e.g. delete region keys).
19830         Can be used without this argument to track a mouse region and operate
19831         on it as soon as the drag completes.
19832         (mouse-drag-region): Use `mouse-drag-track'.
19834 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
19836         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
19837         Move to `custom-buffer' group.
19839         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
19840         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
19841         (custom-theme-insert-face-marker, custom-theme-variable-menu)
19842         (custom-theme-face-menu): New variables.
19843         (custom-theme-add-variable, custom-theme-variable-action)
19844         (custom-variable-reset-theme, custom-theme-delete-variable)
19845         (custom-face-reset-theme, custom-theme-face-action)
19846         (custom-theme-delete-face, custom-theme-merge-theme)
19847         (custom-theme-add-face, custom-theme-visit-theme): New functions.
19849 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
19851         * custom.el: Move Custom Themes commentary to start of theme code.
19852         (custom-known-themes): Rename `standard' theme to `changed'.
19853         (custom-push-theme): Caller no longer specifies what theme to use
19854         when doing `reset'---the setting is simply removed from the theme.
19855         Delete MODE from `theme-value' and `theme-settings' properties.
19856         (custom-declare-theme): Ignore &rest args since we don't use them.
19858         (custom-loaded-themes): Delete variable.
19859         (custom-theme-load-themes, custom-theme-loaded-p)
19860         (custom-theme-value): Delete functions.
19862         (custom-declare-theme): Signal error on invalid theme names.
19863         (provide-theme): custom-loaded-themes was deleted.
19864         (load-theme): Load the file unconditionally.
19865         (enable-theme): Call `load-theme' if theme is undefined.
19866         (custom-enabled-themes): Only update value for successful loads.
19867         (disable-theme): Complete from enabled themes when interactive.
19868         (custom-variable-theme-value): Calculate theme value directly.
19870         (custom-theme-reset-variables, custom-reset-variables): Mark as
19871         XEmacs compatibility functions.  We don't actually use these.
19873         * cus-edit.el (custom-variable-state-set):
19874         Use custom-variable-theme-value instead of custom-theme-value.
19875         (custom-face-state-set): Rename `standard' theme to `changed'.
19876         (custom-save-variables, custom-save-faces): Delete unneeded
19877         references to custom-reset-variables.
19878         (custom-save-resets): Delete function.
19879         (custom-save-variables, custom-save-faces): MODE argument deleted.
19880         (custom-save-variables, custom-save-faces): Ignore theme values.
19882         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
19883         compatibility function.
19885 2006-01-01  Richard M. Stallman  <rms@gnu.org>
19887         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
19888         (Custom-reset-current, Custom-reset-saved): Likewise.
19889         (Custom-reset-standard): Show message if aborted.
19890         (custom-mode): Doc fix, describing those commands.
19892         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
19893         put on event-kind property.
19895 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
19897         * custom.el (provide-theme): Ban `user' theme name.
19898         (custom-enabling-themes): New variable.
19899         (enable-theme): Don't enable user if custom-enabling-themes is t.
19900         (custom-enabled-themes): Make it a defcustom.
19901         (custom-theme-recalc-face): No-op if face is undefined.
19903         * cus-edit.el (custom-button-mouse): New variable.
19904         (custom-button-mouse): New face.
19905         (custom-raised-buttons, custom-mode): Use it.
19907         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
19909 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19911         * progmodes/gud.el (gud-display-line): Support hl-line in the
19912         source buffer.
19914 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
19916         * mouse.el (mouse-drag-window-above): Verify that the found window
19917         overlaps with the given window in the horizontal dimension.
19919 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19921         * Makefile.in (cvs-update): New target.
19923         * makefile.w32-in (cvs-update): Ditto.
19925 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
19927         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
19928         (custom-new-theme-mode-map): New variable.
19930 2005-12-30  Richard M. Stallman  <rms@gnu.org>
19932         * custom.el (custom-load-themes): Function deleted.
19934         * cus-edit.el (custom-save-loaded-themes): Function deleted.
19935         (custom-save-variables): Don't delete or add custom-load-themes call.
19937 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19939         * cus-start.el: Add `visible-cursor'.
19941         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
19942         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
19943         (flymake-process-filter): Switch to buffer before calling it instead.
19944         (flymake-post-syntax-check, flymake-highlight-err-lines)
19945         (flymake-delete-own-overlays, flymake-parse-err-lines)
19946         (flymake-start-syntax-check, flymake-start-syntax-check-process)
19947         (flymake-count-lines, flymake-parse-residual):
19948         Remove constant buffer argument.
19949         (flymake-start-syntax-check-for-current-buffer): Remove.
19950         Update callers to use flymake-start-syntax-check instead.
19951         (flymake-display-err-menu-for-current-line):
19952         Remove unused var `mouse-pos'.
19953         (flymake-restore-formatting): Comment out unused function.
19954         (flymake-report-status, flymake-report-fatal-status): Remove buffer
19955         argument, use current-buffer instead.  Update callers.
19957 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19959         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
19960         buffer-local because choose-completion-delete-max-match requires
19961         that we set completion-ignore-case (i.e., binding via let is not
19962         sufficient).
19963         (bibtex-complete): Always set completion-ignore-case and
19964         choose-completion-string-functions.  The latter is needed because
19965         choose-completion-string-functions keeps its value if we quit the
19966         *Completions* buffer without requesting a completion.
19968 2005-12-30  Andreas Schwab  <schwab@suse.de>
19970         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
19972 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
19974         * jit-lock.el (jit-lock-chunk-size): Doc fix.
19976 2005-12-30  Juri Linkov  <juri@jurta.org>
19978         * locate.el (locate-fcodes-file, locate-header-face)
19979         * progmodes/delphi.el (delphi-other-face)
19980         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
19982         * paren.el (show-paren-match, show-paren-mismatch): Use existing
19983         group `paren-showing-faces'.
19985         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
19986         (goto-address): Fix docstring.
19988         * net/webjump.el (webjump-sample-sites): Update URLs.
19990         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
19992         * subr.el (cancel-change-group): Add listp around pending-undo-list.
19994 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19996         * font-lock.el (font-lock-compile-keywords): Signal an error when
19997         font-lock-set-defaults hasn't been called.
19999 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
20001         * subr.el (noreturn, 1value): Doc fixes.
20003 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20005         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
20006         that assoc-string returns nil.
20008 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20010         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
20011         (bibtex-entry-type-str, bibtex-empty-field-re)
20012         (bibtex-search-backward-string, bibtex-preamble-prefix)
20013         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
20014         (bibtex-any-valid-entry-type): New variable.
20015         (bibtex-parse-field-name): Simplify.
20016         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
20017         (bibtex-preamble-prefix): Include left delimiter.
20018         (bibtex-search-forward-field, bibtex-search-backward-field):
20019         Allow unbounded search past entry boundaries (required by bibtex-pop).
20020         (bibtex-text-in-field-bounds): Use push.
20021         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
20022         (bibtex-parse-preamble, bibtex-valid-entry)
20023         (bibtex-beginning-first-field): New functions.
20024         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
20025         (bibtex-map-entries): Fix docstring.
20026         (bibtex-flash-head): New arg prompt.  Simplify.
20027         (bibtex-enclosing-field): Include code of bibtex-inside-field.
20028         (bibtex-insert-kill): Simplify.  Always insert text past the
20029         current field or entry.
20030         (bibtex-format-entry): Use bibtex-parse-field.
20031         (bibtex-pop): Use bibtex-beginning-of-entry and
20032         bibtex-end-of-entry to initiate the search.  Insert empty field if
20033         we found ourselves.
20034         (bibtex-print-help-message): New args field and comma.
20035         Handle entry keys.
20036         (bibtex-make-field): Use bibtex-beginning-of-entry.
20037         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
20038         invalid entry.
20039         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
20040         Handle preambles.  Simplify code for thorough test.
20041         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
20042         New arg comma.  Handle entry heads.
20043         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20044         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
20045         New arg comma.
20046         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
20047         (bibtex-fill-field): Simplify.
20048         (bibtex-fill-entry): Use bibtex-beginning-first-field and
20049         bibtex-parse-field.
20050         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
20051         (bibtex-complete): Use bibtex-parse-preamble.
20053 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
20055         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
20056         Display name of expression instead of convenience variable.
20057         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
20059         * progmodes/gud.el (gud-tooltip-dereference): Rename from
20060         toggle-gud-tooltip-dereference.
20061         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
20062         (gud-tooltip-tips): ...here when dereferencing.
20064 2005-12-28  Bill Wohler  <wohler@newt.com>
20066         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
20068 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20070         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
20071         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
20072         (vc-annotate-display-autoscale): Adjust call.
20073         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
20074         Fix interactive spec.
20075         (vc-annotate-time-span): Remove.
20076         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
20077         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
20078         (vc-annotate-display-select): Use new name.
20080         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
20081         (vc-annotate-mode-menu): Remove left-over redundant declaration.
20082         Correct the construction of span entries.  Simplify.
20083         (vc-annotate-display-select): Fix the nil case.
20084         (vc-annotate): Remove obsolete (and now broken) code.
20085         (vc-annotate-extract-revision-at-line): Remove obsolete code.
20086         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
20088 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
20090         * subr.el (lazy-completion-table): Correct typo in docstring.
20092         * startup.el (command-line): Use `custom-reevaluate-setting' for
20093         `send-mail-function'.
20095         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
20097 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
20099         * mail/smtpmail.el (smtpmail-try-auth-methods):
20100         Send credentials together with "AUTH PLAIN" command.
20102 2005-12-27  Richard M. Stallman  <rms@gnu.org>
20104         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
20105         mouse-2, go back to previously selected window, so it's selected
20106         when mouse-2 command runs.
20108 2005-12-27  Juri Linkov  <juri@jurta.org>
20110         * descr-text.el (describe-text-sexp): Use square brackets for
20111         button [Show] to distinguish it from the property value `show'.
20112         (describe-property-list): Use `insert-text-button' with
20113         `help-face' type instead of putting face in quotes, because button
20114         is not created automatically for a list of faces.
20115         (describe-text-properties-1): Put button-type value in quotes to
20116         distinguish from plain text "button".
20117         (describe-char): Display code point values in hex.  Don't use
20118         `symbol-name' for `current-input-method' because it is a string.
20119         Use `insert-text-button' with `help-face' type instead of putting
20120         hardcoded face in quotes, because button is not created automatically.
20122 2005-12-27  Richard M. Stallman  <rms@gnu.org>
20124         * progmodes/glasses.el (glasses-face): More specific custom type.
20126         * files.el (set-visited-file-name): Doc fix.
20128         * textmodes/flyspell.el (flyspell-external-point-words):
20129         Use local var buffer-scan-pos to advance scan for next misspelling.
20130         Advance it only after we find the misspelling.
20132 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
20134         * textmodes/flyspell.el (flyspell-external-point-words):
20135         New criteria for finding the misspelling in the buffer.
20137 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
20139         * help-mode.el (help-insert-string): Set help-xref-stack-item
20140         rather than call help-setup-xref.
20142         * descr-text.el (describe-char): Revert previous changes for
20143         optional buffer argument.
20145 2005-12-27  Juri Linkov  <juri@jurta.org>
20147         * help-mode.el (help-insert-string): New function.  Save buffer
20148         contents in cases where it is impossible to recompute the old contents.
20150         * descr-text.el (describe-char): Set help-xref-stack-item
20151         explicitly after buffer has been generated.
20153 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20155         * cus-start.el (all): Add x-gtk-show-hidden-files.
20157 2005-12-26  Richard M. Stallman  <rms@gnu.org>
20159         * replace.el (perform-replace): Calculate match-again
20160         before skipping read-only matches.
20162         * paren.el (paren-showing-faces): New group.
20163         (show-paren-match, show-paren-mismatch): Move to that group.
20165         * button.el (button): Put into group `basic-faces'.
20167         * progmodes/make-mode.el: Remove faces from group `faces'.
20169         * apropos.el (apropos, apropos-value): Doc fix.
20170         (apropos-documentation): Doc fix.
20172 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20174         * subr.el (lazy-completion-table): Remove argument `args'.
20176         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
20177         Don't use the `args' argument of lazy-completion-table.
20179 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
20181         * descr-text.el (describe-char): Add optional argument for buffer.
20182         Set buffer appropriately.  Call help-setup-xref.
20183         Suggested by Stefan Monnier.
20185 2005-12-26  Juri Linkov  <juri@jurta.org>
20187         * descr-text.el: Require `help-fns' at runtime.  Don't require
20188         `button' for byte compilation.
20189         (describe-text-widget): Add `help-echo' for first button.
20190         Use `help-info' for second.
20191         (describe-property-list): Use `help-argument-name' instead of `italic'.
20192         (describe-text-category): Add prompt to interactive spec.
20193         Call `help-setup-xref'.
20194         (describe-char): Use `help-character-set'.  Add `help-echo' for
20195         code point.  Use `help-input-method'.  Remove superfluous insert.
20197 2005-12-25  Richard M. Stallman  <rms@gnu.org>
20199         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
20200         at point, in case of narrowing.
20202         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
20204         * locate.el (locate-header-face): Allow nil in type.
20206         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
20208 2005-12-25  Romain Francoise  <romain@orebokech.com>
20210         * battery.el (battery-linux-proc-acpi): Also try
20211         `/proc/acpi/thermal_zone/THM0/temperature'.
20213 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
20215         * custom.el (custom-push-theme): Fix docstring.
20217         * cus-edit.el (custom-variable-set, custom-variable-save)
20218         (custom-variable-save): Custom-quote widget values.
20219         (customize-save-variable): Fix custom-push-theme call.
20221 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
20223         * w32-fns.el (w32-batch-update-autoloads): New function.
20225         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
20226         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
20227         from the command line.
20229 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
20231         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
20232         reset means to remove setting from theme entirely.  Don't keep
20233         expanding theme-settings list; delete old entries if necessary.
20235         * cus-edit.el (custom-buffer-create-internal): Move "Erase
20236         customization" button one line up.
20237         (custom-themed): New face.
20238         (custom-magic-alist): New value, THEMED, for theme settings.
20239         (custom-variable-state-set, custom-face-state-set):
20240         Check theme-value instead of saved-value.
20241         (custom-variable-reset-standard, custom-face-reset-standard):
20242         Remove theme setting entirely.  Recalculate new values.
20243         (custom-variable-set, custom-variable-set)
20244         (custom-variable-reset-saved, custom-variable-reset-backup)
20245         (custom-face-set, custom-face-reset-saved): Update `user' theme.
20246         (custom-variable-save): Fix typos.
20248 2005-12-23  Juri Linkov  <juri@jurta.org>
20250         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
20251         Add autoload cookies.
20252         (edebug-outside-d-c-i-n-s-w): New variable.
20253         (edebug-display, edebug-outside-excursion): Use it to save the
20254         original value of default-cursor-in-non-selected-windows.
20255         Set default-cursor-in-non-selected-windows to t while Edebug
20256         is active.
20257         (edebug-mode, edebug-eval-mode): Doc fix.
20259         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
20260         with `buffer-substring-no-properties' to remove common substring
20261         highlighting.
20263         * info.el (info-other-window, info): Rename function argument
20264         `file' to `file-or-node'.
20265         (Info-complete-menu-item): Use local variable `complete-nodes' to
20266         keep the global value of `Info-complete-nodes' unchanged for
20267         subsequent completions.
20268         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
20270         * simple.el (get-next-valid-buffer, last-buffer)
20271         (next-error-buffer-p, next-error-find-buffer)
20272         (minibuffer-history-sexp-flag): Doc fix.
20274         * savehist.el (savehist-mode-hook): Add `:group'.
20276         * log-view.el: Call autoload for vc-find-version.
20277         (log-view-current-file): Adjust subgroup numbers.
20278         (log-view-current-tag): Add `length'.
20280 2005-12-23  Richard M. Stallman  <rms@gnu.org>
20282         * vc.el (vc-annotate-car-last-cons): Defn moved up.
20284 2005-12-23  Juri Linkov  <juri@jurta.org>
20286         * hi-lock.el (hi-lock-archaic-interface-message-used)
20287         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
20288         (hi-lock-mode): Display "Hi" in the mode line only when
20289         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
20290         (hi-lock-write-interactive-patterns):
20291         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
20292         (hi-lock-set-pattern, hi-lock-set-file-patterns)
20293         (hi-lock-font-lock-hook): Set 3rd arg `how' of
20294         font-lock-add-keywords to t.
20296 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
20298         * hi-lock.el (hi-lock-highlight-range): New variable.
20299         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
20300         only if font-lock-fontified is non-nil.  Remove overlays.
20301         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
20302         font-lock-fontified is non-nil, otherwise use overlays (instead of
20303         text properties).
20304         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
20305         New variables.
20306         (hi-lock-string-serialize): New function.
20308 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20310         * menu-bar.el (menu-find-file-existing): New function.
20311         (menu-bar-file-menu): Use menu-find-file-existing for Open.
20313         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
20315 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20317         * vc.el: Remove unnecessary leading * in docstrings.
20318         (vc-annotate-mode-map): Move initialization into declaration.
20319         (vc-static-header-alist): Nitpick on the regexp.
20320         (vc-default-init-version): New fun.
20321         (vc-register): Use it.
20322         (vc-insert-headers): Use dolist.
20323         (vc-annotate-get-backend): Remove unused function.
20324         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
20325         (vc-annotate-mode): Remove corresponding call.
20326         (vc-annotate-car-last-cons): Simplify.
20327         (vc-annotate-buffers): Remove var.
20328         (vc-annotate-backend): Make it buffer-local.
20329         (vc-annotate): Move the interaction to the interactive spec.
20330         Add a `buf' argument.
20331         (vc-annotate-warp-version): Use this new `buf' argument to avoid
20332         killing&creating a vc-annotate buffer, which is very disruptive when
20333         the buffers are shown in dedicated frames.
20335 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
20337         * descr-text.el: Add FSF as maintainer.
20338         (describe-text-mode, describe-text-mode-map)
20339         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
20340         help-mode.
20341         (describe-text-widget, describe-text-sexp)
20342         (describe-property-list, describe-text-category)
20343         (describe-text-properties, describe-text-properties-1)
20344         (describe-char): Use help buttons instead of widgets.
20345         (describe-char-unicodedata-file): Make URL link in doc string.
20347 2005-12-22  Richard M. Stallman  <rms@gnu.org>
20349         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
20350         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
20351         Don't include buttons that write a file when there's no file.
20352         (custom-variable-menu, custom-face-menu, custom-group-menu):
20353         Don't include commands that write a file when there's no file.
20354         (customize-browse): Reword the top-of-buffer help intro.
20355         (custom-buffer-create-internal): Fix previous change.
20356         (customize-changed-options-previous-release): Prev release is 21.1.
20357         (customize-changed-options): Doc fix.
20358         (customize-changed): New alias.
20359         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
20360         Say "standard values".
20361         (Custom-reset-standard): Doc fix.
20362         (custom-face-reset-standard): Doc fix.
20364 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20366         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
20367         even if font-lock-mode is non-nil since it may be t without having
20368         turned on font-lock-mode-internal.
20369         (font-lock-choose-keywords): Minor optimization.
20370         (font-lock-add-keywords, font-lock-remove-keywords)
20371         (font-lock-set-defaults): Don't call make-local-variable on a variable
20372         that we know to already be local.
20374 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20376         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
20377         messages if in the minibuffer.
20379 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20381         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
20382         (tex-mode-flyspell-verify, flyspell-get-word)
20383         (flyspell-external-point-words): Don't use point-min/max uselessly.
20385         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
20386         by Kevin Rodgers.  Instead, just hide the completions buffer if we
20387         don't need to show it.
20389 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
20391         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
20393 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20395         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
20396         delete-windows-on with an inexistent buffer.
20398 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
20400         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20401         Delete defcustom variable :tag names.
20403 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20405         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
20406         (log-view-font-lock-keywords): Ajust subgroup numbers.
20407         (log-view-current-tag): Don't hard code the number of subgroups.
20409 2005-12-20  Juri Linkov  <juri@jurta.org>
20411         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
20412         (tooltip-x-offset, tooltip-y-offset): Doc fix.
20414         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20415         (menu-bar-non-minibuffer-window-p): Instead of checking
20416         display-multi-frame-p, use selected-frame when menu-updating-frame
20417         is nil.
20419 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
20421         * align.el (align-rules-list): Use [ \t] instead of \s-
20422         for column separators in text mode.
20424 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
20426         * help-mode.el (help-customize-variable, help-customize-face):
20427         Don't pop help-xref-stack as help-follow no longer pushes
20428         anything on to it.
20430 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
20432         * textmodes/org.el (org-agenda-custom-commands): New option.
20433         (org-agenda): Offer custom commands on splash screen.
20434         (org-make-tags-matcher): Parser for Boolean logic added.
20435         (org-agenda-set-tags): New command.
20436         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
20437         (org-set-tags): Efficiency improvements.
20438         (org-auto-align-tags): New option.
20439         (org-todo, org-demote, org-promote): Realign tags.
20440         (org-tags-completion-function): Use also "&" and "|" as separators.
20441         (org-org-menu): Agenda commands simplified.
20443 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
20445         * cus-edit.el (customize-apropos, customize-apropos-options):
20446         Docstring changes.
20448         * font-lock.el (font-lock): Add tags to the links in the defgroup.
20450 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
20452         * longlines.el (longlines-mode): Wrap while widened.
20453         (longlines-decode-region, longlines-encode-region): Compute max
20454         just once.
20456 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20458         * cus-edit.el (mac): New group.
20460         * cus-start.el (all): Add user options in macterm.c.  Add test for
20461         Mac-related built-ins.  Fix test for GTK-related built-ins.
20463         * term/mac-win.el (mac-handle-language-change)
20464         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
20465         (mac-services-open-selection, mac-services-mail-selection)
20466         (mac-services-mail-to, mac-services-insert-text)
20467         (mac-dispatch-apple-event): Add docstrings.
20468         (x-get-selection, mac-select-convert-to-string): Select coding
20469         system from `utf-16be' and `utf-16le' using `byteorder'.
20471 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20473         * subr.el (lazy-completion-table): Don't be fooled if the var holds
20474         a "list" (lambda ...) rather than a real completion list.
20476         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
20477         lexical-let when encountering ((lambda (...) ...) ...).
20479 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20481         * progmodes/sh-script.el (sh-mode):
20482         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
20483         * textmodes/picture.el (picture-mode): Update docstrings.
20485 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
20487         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
20488         commands enclosed in $(ARGQUOTE)s should not be split between two
20489         lines, as that will break with GNU Make >3.80, when sh.exe is used
20490         and arg quoting is with '..'.
20491         (autoloads): Don't break the quoted --eval expression between
20492         several lines.
20494 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20496         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
20497         Capture error from printing circular structures.
20499 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
20501         * wid-edit.el (widget-checkbox-action): Clear undo info.
20503 2005-12-16  Bill Wohler  <wohler@newt.com>
20505         * menu-bar.el (kill-this-buffer): Set a good example by using menu
20506         bar, not menubar in comment.
20508 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20510         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
20511         After-change-functions should not clobber the match data.
20513 2005-12-16  Juri Linkov  <juri@jurta.org>
20515         * simple.el (choose-completion): Use `buffer-substring-no-properties'
20516         instead of `buffer-substring'.
20517         (completion-common-substring): Doc fix.
20518         (completion-setup-function): Use minibuffer-completion-contents
20519         instead of minibuffer-contents.  Don't set common-string-length
20520         initially.  Remove special handling of partial-completion-mode.
20521         Move computation of completion-base-size into one cond.
20522         Call completion-base-size-function in mainbuf.  In computation of
20523         completion-base-size for file name completion don't move point to
20524         the end of the minibuffer.  Move computation of common-string-length
20525         into one cond.  Start putting faces only when common-string-length>=0.
20526         Add condition to put completions-common-part when
20527         common-string-length>0.
20529         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
20530         place point at the first different character in the minibuffer
20531         even if this position is at the beginning of the minibuffer.
20533         * info.el (Info-read-node-name-1): In completion-base-size-function's
20534         lambda return 1 if common-substring or minibuffer-completion-contents
20535         starts with (, and 0 otherwise.
20537         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
20538         Use `crm-current-element' for second arg of `display-completion-list'.
20540 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
20542         * files.el (set-auto-mode): Look for an interpreter specified on
20543         the first line also if search for mode specification succeeded,
20544         but the mode is not known.
20546 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
20548         * textmodes/org.el (org-tags-match-list-sublevels): New option.
20549         (org-open-at-point): Implement tag searches as links.
20550         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
20551         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
20552         (org-tags-sparse-tree, org-tags-view, org-set-tags)
20553         (org-agenda-dispatch): New commands.
20554         (org-use-tag-inheritance, org-tags-column): New options.
20555         (org-tab-follows-link, org-return-follows-link): New options.
20556         (org-tags): New customize group.
20557         (org-start-icalendar-file): Get local time zone.
20558         (org-tags-completion-function): New function.
20559         (org-set-font-lock-defaults): Make sure links will also be
20560         highlighted inside headlines.
20562 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
20564         * term.el (term-emulate-terminal):
20565         Let term-handle-ansi-terminal-messages override what Bash says about
20566         its current directory.
20568 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20570         * bindings.el (last-buffer): Move to simple.el.
20571         * simple.el (last-buffer): Move here.
20572         (get-next-valid-buffer): New function.
20573         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
20574         (prev-buffer): Ditto.  Rename to `previous-buffer'.
20576         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
20577         * bindings.el (global-map): Ditto.
20579 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
20581         * cus-edit.el: Introductory comment change.
20582         (custom-magic-alist): Change message string for the `rogue' state.
20584 2005-12-15  Richard M. Stallman  <rms@gnu.org>
20586         * tooltip.el: Delete defcustom variable :tag names.
20588         * complete.el (partial-completion-mode): Doc fix.
20590         * textmodes/flyspell.el (flyspell-external-point-words):
20591         Use save-excursion to ensure we don't move backward in the
20592         search loop, not even one character.
20593         (flyspell-delete-all-overlays): Use remove-overlays directly.
20595         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
20596         (ispell-start-process): Set that variable.
20597         Clear ispell-buffer-local-name.
20598         (ispell-internal-change-dictionary):
20599         Set ispell-current-dictionary after killing process.
20600         (ispell-buffer-local-dict):
20601         Don't set spell-personal-dictionary after killing process.
20602         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
20603         (ispell-tex-skip-alists, ispell-html-skip-alists)
20604         (ispell-skip-region-alist): Mark as risky.
20606         * net/newsticker.el (newsticker--retrieval-timer-list)
20607         (newsticker--display-timer, newsticker-running-p)
20608         (newsticker-ticker-running-p): Definitions moved up.
20610 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
20612         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
20614 2005-12-15  David Ponce  <david@dponce.com>
20616         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
20617         (recentf-edit-list, recentf-open-files): Signal an error when
20618         there is no recent file.
20620 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20622         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
20623         read-only except for texinfo-format-region evaluation.
20625 2005-12-14  Richard M. Stallman  <rms@gnu.org>
20627         * vc.el (vc-default-previous-version, vc-default-next-version)
20628         (vc-do-command): Doc fixes.
20630 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20632         * textmodes/bibtex.el (bibtex-expand-strings)
20633         (bibtex-autokey-expand-string, bibtex-name-part)
20634         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
20635         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
20636         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
20637         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20638         (bibtex-entry-postfix, bibtex-known-entry-type-re)
20639         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
20640         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
20641         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
20642         (bibtex-beginning-of-last-entry): Remove.
20643         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
20644         message if comma is missing but buffer is read-only.
20645         (bibtex-parse-field-text): Handle whitespaces at the end of field
20646         text.  Return 3-element list with beginning and end of field text
20647         and end of field.
20648         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
20649         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
20650         (bibtex-search-forward-field, bibtex-search-backward-field):
20651         Search always delimited by limits of entry.  Use more efficient
20652         search algorithms.
20653         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
20654         bibtex-end-of-name-in-field.
20655         (bibtex-text-in-field-bounds): Handle BibTeX strings when
20656         extracting the content of a field.
20657         (bibtex-text-in-field): Use search limits.
20658         (bibtex-parse-string-prefix): Handle empty string keys based on
20659         bibtex-string-empty-key.
20660         (bibtex-parse-string): Fix docstring.
20661         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
20662         (bibtex-preamble-prefix, bibtex-strings): New functions.
20663         (bibtex-skip-to-valid-entry): Include preceding whitespace in
20664         BibTeX entries (consistent with other BibTeX functions).
20665         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
20666         (bibtex-search-entry): Fix docstring.  Simplify.
20667         (bibtex-flash-head, bibtex-complete-string-cleanup)
20668         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
20669         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
20670         (bibtex-parse-entry): New optional arg content.
20671         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
20672         Use bibtex-text-in-field-bounds.
20673         (bibtex-print-help-message): Handle BibTeX strings and preambles.
20674         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
20675         bibtex-parse-string-postfix.
20676         (bibtex-find-text-internal): New function.
20677         (bibtex-remove-delimiters): Use it.
20678         (bibtex-find-text): Use it.  New optional arg help.
20679         (bibtex-complete): Handle BibTeX string and preamble entries.
20680         (bibtex-Preamble): Fix order of closing delimiters.
20682 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20684         * vc.el (vc-default-revert): New fun.
20686         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
20688 2005-12-14  Romain Francoise  <romain@orebokech.com>
20690         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
20691         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
20692         (font-lock-remove-keywords): Likewise.
20694 2005-12-14  Juri Linkov  <juri@jurta.org>
20696         * log-view.el (log-view-diff): Doc fix.
20698         * isearch.el (isearch-query-replace): Use (mark) instead of
20699         isearch-opoint if mark is active in transient-mark-mode.
20701 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
20703         * isearch.el (isearch-query-replace): Check for isearch-other-end.
20705 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
20707         * progmodes/cpp.el (cpp-face): New widget.
20708         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
20710 2005-12-14  Juri Linkov  <juri@jurta.org>
20712         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
20713         around `erase-buffer' and `insert'.
20715         * descr-text.el (describe-text-properties): Replace buffer name
20716         "*Help-2*" with "*Help*<2>".
20717         (describe-char): Add functions print-help-return-message,
20718         toggle-read-only.  Use help-setup-xref with nil to not store
20719         describe-char in help-xref-stack.  Use help-make-xrefs to
20720         make [back] button.
20722         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
20724         * wdired.el (wdired-old-point): New internal variable.
20725         (wdired-change-to-wdired-mode): Set it buffer-locally.
20726         (wdired-abort-changes): Restore point after aborting changes.
20728 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20730         * vc.el (vc-do-command): Add a new value t for okstatus.
20732         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
20733         frame in case of errors.
20735 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20737         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
20738         so it comes after "On the Left" in the menu.
20740 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
20742         * cus-edit.el (customize-apropos, customize-apropos-options)
20743         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
20745 2005-12-12  Bill Wohler  <wohler@newt.com>
20747         * vc-svn.el (vc-svn-registered): Fix problem of visiting
20748         non-writable Subversion-controlled files by saving window
20749         configuration before calling vc-do-command.  vc-do-command calls
20750         pop-to-buffer on error which is unexpected during registration.
20752 2005-12-12  Jay Belanger  <belanger@truman.edu>
20754         * calc/README: Update the summary of changes.
20756 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20758         * descr-text.el (describe-char): Rework last fix to solve the problem
20759         is the same way it's solved for everything else in that function
20760         (i.e. by extracting the info before setting up the *Help* buffer).
20762 2005-12-12  Kim F. Storm  <storm@cua.dk>
20764         * subr.el (version-regexp-alist): Allow space as separator before
20765         non-numeric part, e.g. "1.0 alpha".
20766         (version-to-list): Interpret .X.Y version as 0.X.Y version.
20768 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
20770         * textmodes/org.el (org-agenda, org-timeline, org-todo):
20771         Implement Logging and the keep-modes setting.
20772         (org-get-category): Make sure a string is returned.
20773         (org-log-done): New function.
20774         (org-log-done, org-closed-string): New options.
20776 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20778         * tooltip.el (tooltip-y-offset): Change default to 20.
20780 2005-12-12  Richard M. Stallman  <rms@gnu.org>
20782         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
20784         * frame.el (display-hourglass): Doc fix.
20786         * help.el (help-for-help-internal): Simplify entry for `a'.
20788         * info.el (Info-on-current-buffer): Doc fix.
20789         (info-insert-file-contents): Don't test (featurep 'jka-compr).
20791         * startup.el (inhibit-splash-screen): Make this the real name.
20792         (inhibit-startup-message): Make this the alias.
20793         (command-line): Find only simple.el, and use its directory
20794         to fill in other preloaded files' names.
20795         (command-line): Deactivate the mark if deactivate-mark is set.
20797         * international/mule.el (load-with-code-conversion):
20798         Bind deactivate-mark.
20800         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20802 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
20804         * cus-edit.el (customize-apropos): Avoid listing an option more
20805         than once under different aliases.  No longer list user options
20806         that are not defined with defcustom (unless a prefix arg is given).
20807         Doc fix.
20808         (customize-apropos-options): Doc fix.
20810 2005-12-11  Juri Linkov  <juri@jurta.org>
20812         * frame.el (set-background-color, set-foreground-color)
20813         (set-cursor-color, set-mouse-color, set-border-color):
20814         Add explicit prompts to read colors by `facemenu-read-color'.
20815         (show-trailing-whitespace, blink-cursor-delay)
20816         (blink-cursor-interval, display-hourglass, hourglass-delay):
20817         Remove tags.
20818         (display-hourglass, hourglass-delay): Doc fix.
20819         (cursor-in-non-selected-windows): Capitalize words in tag.
20821         * faces.el (frame-background-mode): Replace `choice-item' keywords
20822         with `const' to not make [default] button.  Change default value tag
20823         from `default' to `automatic'.  Doc fix.
20824         (trailing-whitespace) <defface>: Change group `whitespace' to
20825         `whitespace-faces'.
20827 2005-12-11  Richard M. Stallman  <rms@gnu.org>
20829         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
20831 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20833         * term/mac-win.el: Create keymap for mac-apple-event-map.
20835 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
20837         * tooltip.el (tooltip-mode): Move to start of file so that it
20838         appears at top of customize buffer.
20840         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20841         Add the gud groupname.
20842         (gud-tooltip-mode): Add the tooltip groupname.
20843         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
20844         avoid conflict with tooltip-use-echo-area.
20846 2005-12-10  Romain Francoise  <romain@orebokech.com>
20848         * help.el (help-for-help-internal): Add `r' in doc string.
20850 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20852         * align.el (align-regexp, align-highlight-rule):
20853         Use region-beginning and region-end instead of point and mark, so that
20854         repetition (with `repeat-complex-command') recomputes the region
20855         bounds.
20857 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20859         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20860         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20861         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
20862         (balance-windows): Rewrite using the above new functions.
20864 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
20866         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
20867         react if global-hi-lock-mode seems intended.
20868         (global-hi-lock-mode): Renamed from hi-lock-mode.
20869         (hi-lock-archaic-interface-message-used)
20870         (hi-lock-archaic-interface-deduce): New variables.
20871         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
20872         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
20873         (hi-lock-find-patterns, hi-lock-font-lock-hook):
20874         Replace hi-lock-buffer-mode with hi-lock-mode.
20876 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20878         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
20879         completion list, even after a partial completion has been
20880         inserted in the current buffer.  If there are more than 1
20881         completion, redisplay the *Completions* buffer; if the
20882         completion is unique, delete the *Completions* window.
20884 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
20886         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
20887         strings and long subject lines that were broken into multiple
20888         lines at arbitrary places.  Handle subjects that have "Re: " in
20889         the middle.
20891 2005-12-10  John W. Eaton  <jwe@octave.org>
20893         * progmodes/octave-mod.el (octave-electric-space): Don't indent
20894         comments or strings if octave-auto-indent is nil.
20896 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20898         * term/mac-win.el: Require url when compiling.
20899         Call mac-process-deferred-apple-events after loading init files.
20900         (mac-apple-event-map): New defvar.  Define event handlers in it.
20901         (core-event, internet-event): New Apple event class symbols.
20902         (open-application, reopen-application, open-documents)
20903         (print-documents, open-contents, quit-application)
20904         (application-died, show-preferences, autosave-now, get-url):
20905         New Apple event ID symbols.
20906         (about): New HICommand ID symbol.
20907         (mac-event-spec, mac-event-ae): New macros.
20908         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
20909         (mac-ae-selection-range, mac-ae-text-for-search)
20910         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
20911         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
20912         and Services menu events are now defined in mac-apple-event-map.
20913         (mac-drag-n-drop): Remove selection range handling.
20915 2005-12-10  Kenichi Handa  <handa@m17n.org>
20917         * simple.el (zap-to-char):
20918         * isearch.el (isearch-process-search-char): Translate CHAR by
20919         translation-table-for-input.
20921 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
20923         * foldout.el (foldout-exit-fold): Properly hide subtree.
20925 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20927         * files.el (save-buffer):
20928         * international/ucs-tables.el (ucs-set-table-for-input):
20929         * mail/mail-extr.el (mail-extract-address-components):
20930         * mail/sendmail.el (mail-mode): Reformat doc string.
20932 2005-12-09  Juri Linkov  <juri@jurta.org>
20934         * isearch.el (isearch-highlight): Change main overlay priority
20935         from 1 to 1001.  Simplify.
20936         (isearch-lazy-highlight-update): Change lazy overlay priority
20937         from 0 to 1000.
20939         * replace.el (replace-highlight): Change overlay priority from
20940         1 to 1001.
20942         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
20943         Change overlay priority from 1 to 1001.  Reuse existing overlay.
20945         * compare-w.el (compare-windows-highlight): Change overlay
20946         priority from 1 to 1000.
20948         * menu-bar.el (menu-bar-edit-menu): Add listp around
20949         pending-undo-list to disable menu item "undo" when pending
20950         undo list is empty.
20952         * locate.el (locate): Disable undo in *Locate* buffer.
20954 2005-12-09  Kim F. Storm  <storm@cua.dk>
20956         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
20958 2005-12-09  David Ponce  <david@dponce.com>
20960         * recentf.el: Improvement of the menu code.
20961         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
20962         instead of menu hook.
20963         (recentf-show-menu, recentf-hide-menu): New functions.
20964         (recentf-menu-customization-changed, recentf-mode): Use them.
20965         (recentf-menu-action, recentf-max-menu-items)
20966         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
20967         (recentf-arrange-by-rule-others)
20968         (recentf-arrange-by-rules-min-items)
20969         (recentf-arrange-by-rule-subfilter): Don't use
20970         `recentf-menu-customization-changed'.
20971         (recentf-arrange-rules): Likewise.  Accept functions to compute
20972         sub-menu titles.
20973         (recentf-menu-filter): Likewise.  Doc fix.
20974         (recentf-menu-value-shortcut): Doc fix.
20975         (recentf-dump-variable): Quote atom value.
20976         (recentf-make-menu-items): Update to use it as a menu filter.
20977         (recentf-match-rule): New function.
20978         (recentf-arrange-by-rule): Use it.
20979         (recentf-indirect-mode-rule): New function.
20980         (recentf-build-mode-rules): Use it.
20981         (recentf-dir-rule): New function.
20982         (recentf-arrange-by-dir): Use it.
20983         (recentf-filter-changer-current): Rename from
20984         `recentf-filter-changer-state'.  All references updated.
20985         (recentf-filter-changer-alist): Update filter names.
20986         (recentf-filter-changer-select): New function.
20987         (recentf-filter-changer): Use it.  Make a sub-menu from filters
20988         available in `recentf-filter-changer-alist'.
20989         (recentf-data-cache, recentf-clear-data)
20990         (recentf-update-menu): Remove.  All references updated.
20991         (recentf-match-rule-p, recentf-build-dir-rules)
20992         (recentf-filter-changer-goto-next)
20993         (recentf-filter-changer-get-current)
20994         (recentf-filter-changer-get-next): Remove.
20996 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
20998         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
20999         buffer "Reset" button to "Reset to Current" for consistency with
21000         the State buttons.
21002 2005-12-08  John Paul Wallington  <jpw@pobox.com>
21004         * ibuf-ext.el (define-ibuffer-filter filename):
21005         If `dired-directory' is a list then really use its car.
21007 2005-12-08  Kim F. Storm  <storm@cua.dk>
21009         * emulation/cua-rect.el (cua--rectangle-aux-replace):
21010         Fix indention of text on right side of replaced rectangle.
21012 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
21014         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
21015         No need to check gud-comint-buffer is bound.
21016         (gdb): Prevent multiple debugging when first session uses gdba.
21018 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21020         CC Mode update to 5.31.
21022         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
21023         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
21024         We might do this function properly in the future).
21026         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
21027         New macros c-sentence-end and c-default-value-sentence end, to cope
21028         with Emacs 22's new function `sentence-end'.
21030 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21032         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
21033         compat issue using `c-put-overlay' and `c-delete-overlay'.
21035         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
21036         New compat macros to handle overlays/extents.
21038 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21040         * progmodes/cc-fix.el: Add definitions of the macros push and pop
21041         (for GNU Emacs 20.4).
21043         * progmodes/cc-defs.el
21044         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
21046         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
21047         highlighting mechanism so it will work in XEmacs too.
21049         * progmodes/cc-defs.el: Insert c-int-to-char.
21051         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
21052         call to the new macro c-int-to-char.  This solves XEmacs's
21053         regarding characters as different from integers.
21055 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21057         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
21058         New internal helper.
21060         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
21061         construct to make the indirect face lookup work in XEmacs.
21063         (c-cpp-matchers): Append the negation char face to the existing
21064         fontification, so that the cpp face doesn't disappear.
21065         Use `c-make-syntactic-matcher' to avoid negation chars in comments
21066         and strings.
21068         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
21069         to map to `font-lock-negation-char-face' in emacsen where it exists.
21071 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21073         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
21075         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
21076         Rename "c-subword-move-mode" as "c-subword-mode".
21078         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
21079         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
21081 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21083         * progmodes/cc-mode.el: Added autoload directive for
21084         `c-subword-move-mode' for use in older emacsen.
21086 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21088         * progmodes/cc-mode.el:
21089         (i): Insert a binding for C-c C-backspace into
21090         c-bind-special-erase-keys which works in TTYs.
21091         (ii): Make sure that when file styles are used, any explicitly
21092         given style variables take priority over those in the style.
21093         Do this by calling `hack-local-variables' a second time.
21095         * progmodes/cc-vars.el: Add language specific customization
21096         widgets for AWK to c-doc-comment-style, c-require-final-newline
21097         and c-default-style.  Add a defcustom for awk-mode-hook.
21098         Give c-syntactic-element and c-syntactic-context doc-strings by
21099         directly setting their `variable-documentation' propery.
21100         This allows Emacs 22.1 to read these with C-h v.
21102         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
21104 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21106         * progmodes/cc-fonts.el, cc-vars.el
21107         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
21108         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
21109         Masatake YAMATO.
21111         (c-doc-comment-style): Made GtkDoc default in C mode.
21113         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
21114         and C-c C-<delete>.
21116         (c-bind-special-erase-keys): New function for use on
21117         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
21119         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
21120         <delete> key behavior in XEmacs according to `delete-forward-p'.
21121         C.f. `c-electric-delete'.
21123 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21125         * progmodes/cc-mode.el: Give c-hungry-backspace and
21126         c-hungry-delete-forward permanent key bindings.
21128         * progmodes/cc-cmds.el (c-electric-semi&comma):
21129         Bind c-syntactic-context for calls to "criteria functions", for
21130         consistency with other calls to user functions.
21132         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
21133         `current-prefix-arg', since this might be the prefix arg to a
21134         command which calls c-indent-command as a function.  Change the
21135         interactive spec from "p" to "P".
21137         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
21138         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
21139         was difficult to understand.
21141 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21143         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
21144         first char of an identifier.
21146         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
21147         +" syntax in C++.
21149 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21151         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
21152         auto-fill doesn't split a c-comment's last word from a hanging
21153         "*/" when a space is typed between them after fill-column.
21155         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
21157         * progmodes/cc-styles.el (c-set-style)
21158         (c-setup-paragraph-variables): Abort the command if we're not in a
21159         CC Mode buffer.
21161         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
21162         with blank comment-prefix, and a blank line as the comment's
21163         second line.
21165 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21167         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
21168         Incorporate the patterns added in the Emacs development branch
21169         for the new Emacs 22 face `font-lock-negation-char-face'.
21171         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
21172         of "red" since it stands out better in xterms and DOS terminals.
21174         * progmodes/cc-engine.el (c-literal-faces):
21175         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
21177 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21179         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
21180         forcibly enable c-electric-flag.
21182         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
21183         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
21184         after the comment-prefix of a C-style comment will close that comment.
21186 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21188         * progmodes/cc-fonts.el (c-basic-matchers-before)
21189         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
21190         in Pike.
21192         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
21193         digraphs.
21195         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
21196         (c-cpp-message-directives, c-cpp-include-directives)
21197         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
21198         (c-cpp-expr-directives): Introduce new language constants to
21199         control cpp syntax in a cleaner way.
21201         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
21203         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
21205         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
21206         (c-multiline-string-start-char): New language constants and
21207         variables to specify how newlines in string literals work.
21209         (c-font-lock-invalid-string): Use them.
21211         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
21212         unbalanced close brace is entered.  Optimization by avoiding going
21213         back over arbitrarily large blocks.  Removed hints that this
21214         function only would be relevant/useful in AWK.
21216         (c-electric-brace): Indent syntactically after the cleanups since
21217         lineup functions might do it differently then.
21219         * progmodes/cc-engine.el, cc-langs.el
21220         (c-opt-op-identifier-prefix): New language constant and variable.
21222         (c-just-after-func-arglist-p, c-after-special-operator-id)
21223         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
21225         * progmodes/cc-align.el, cc-engine.el
21226         (c-after-special-operator-id): New helper to handle C++ operator
21227         identifiers.
21229         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
21230         (c-guess-basic-syntax): Handle C++ operator identifiers in
21231         declarations.
21233         * progmodes/cc-langs.el (c-assignment-operators): Add the
21234         trigraph version of ^= too.
21236         * progmodes/cc-langs.el (c-assignment-operators): Add the
21237         trigraph version of |= in C++.
21239         * progmodes/cc-fonts.el (c-font-lock-declarators):
21240         Handle `c-decl-hangon-kwds' after the identifier name.
21242         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
21243         whether an arglist is "nonempty", ignore a comment after the open
21244         paren if it isn't followed by a non-comment token on the same line.
21246         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
21247         Enable heuristics below the point to cope with classes inside special
21248         brace lists in Pike.
21250 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21252         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
21254 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21256         * progmodes/cc-guess.el (cc-guess-install): New function to
21257         install an already guessed style in another buffer.
21259         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
21260         sets `inhibit-read-only' - `c-save-buffer-state' should be used
21261         anyway if the change always is undone.
21263 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21265         Implement togglable electricity:
21267         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
21268         saying when it should be used.
21270         * progmodes/cc-engine.el: Add the new buffer-local variable,
21271         c-electric-flag.
21273         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
21274         c-toggle-auto-newline.
21276         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
21277         c-toggle-auto-newline.  Remove the binding for
21278         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
21279         c-toggle-electric-state.
21281         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
21283         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
21284         c-\(forward\|backward\)-subword.
21285         (c-update-modeline): Add the new modeline flag `l' for
21286         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
21287         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
21288         Make the old name an alias of the new name.
21289         (c-toggle-electric-state): New function.
21290         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
21291         Adapt these functions to do electric things only when
21292         c-electric-flag is non-nil.
21293         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
21294         new functions from c-electric-brace.
21295         (c-point-syntax): Add a check for "virtual semicolons" in AWK
21296         mode, so that the tentative extra newline doesn't change the
21297         syntax of the following brace.
21298         (c-electric-brace): Restructure by extracting the above functions.
21299         Tidy up the coding somewhat.
21300         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
21301         restructure a bit.
21303 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21305         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
21306         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
21308         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
21309         (c-submode-indicators): Change name from `c-auto-hungry-string'
21310         since it's now used to track another submode.
21312         (c-update-modeline): Convert to function and extended to check
21313         `c-subword-move-mode'.
21315         (c-forward-into-nomenclature, c-backward-into-nomenclature):
21316         Convert to compat aliases for `c-forward-subword' and
21317         `c-backward-subword'.
21319         * progmodes/cc-subword.el: New functions and minor mode to handle
21320         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
21322         (c-forward-subword, c-backward-subword, c-mark-subword)
21323         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
21324         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
21325         Functions corresponding to the standard word handling functions.
21327         (c-subword-move-mode): Minor mode that replaces all the standard
21328         word handling functions with their subword equivalences.
21330 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21332         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
21333         entry for one-liner-defun.
21335         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
21336         name in its def-edebug-spec.
21338         * progmodes/cc-cmds.el (c-electric-brace): Make the
21339         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
21340         compacts space before a comment, if this will make things fit on
21341         one line.
21343         Introduce an "awk" style, mainly for auto-newline and clean-ups.
21345         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
21347         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
21348         clean-up one-liner-defun.
21350         * progmodes/cc-styles.el: Add the new "awk" style.
21352         * progmodes/cc-vars.el: Add description of one-liner-defun to
21353         c-cleanup-list's doc-string.  New user options,
21354         c-max-one-liner-length.  In c-default-style, set the default style
21355         for AWK to "awk".
21357 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21359         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
21360         macros inside labels.
21362         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
21363         `c-at-statement-start-p' and `c-at-expression-start-p'.
21365         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
21366         error if the mark isn't set.
21368         * progmodes/cc-engine.el (c-guess-continued-construct)
21369         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
21370         accurately detect functions inside functions.
21372         * progmodes/cc-engine.el (c-at-expression-start-p): New function
21373         like `c-at-statement-start-p' that additionally recognizes commas
21374         and expression parentheses as delimiters.
21376         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
21377         to avoid heuristics that doesn't work for unclosed blocks.
21378         (c-at-statement-start-p): New function.
21380         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
21381         Objective-C directives, e.g. directives spanning lines should work
21382         reasonably well now.
21384         (c-put-c-type-property, c-clear-c-type-property): New helpers.
21386         (c-forward-objc-directive): New function to move over any ObjC
21387         directive.
21389         (c-just-after-func-arglist-p, c-guess-basic-syntax)
21390         (c-basic-matchers-before): Use it.
21392         (c-font-lock-objc-iip-decl): Remove.
21394         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
21395         in the template arglist recognition.
21397         * progmodes/cc-styles.el (c-style-alist): Fix several
21398         inconsistencies in the Whitesmith style.
21400         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
21401         New lineup function to get lines after Whitesmith style blocks
21402         correctly indented.
21404         (c-lineup-whitesmith-in-block): Back out the compensation for
21405         opening parens since it's done using `add' lists in the style
21406         definition instead.  Don't use the anchor position since it varies
21407         too much between the syntactic symbols. :P
21409         * progmodes/cc-vars.el (c-valid-offset): Update.
21411         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
21412         lists where the offsets are combined according to several
21413         different methods: `first', `min', `max', and `add'.
21414         Report offset evaluation errors with `c-benign-error' so that some kind
21415         of reindentation still is done.
21417         * progmodes/cc-engine.el (c-guess-basic-syntax):
21418         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
21419         `arglist-close'.
21421         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
21422         situations for `arglist-cont-nonempty' and `arglist-close'.
21424         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
21426         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
21427         cc-bytecomp-boundp' in a number of places.
21429         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
21430         macro related issue.
21432 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21434         * progmodes/cc-awk.el: Change the terminology of regexps: A char
21435         list is now [asdf], a char class [:alpha:].
21436         Include code for char classes.
21437         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
21438         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
21440         Remove (nearly all of) the cruft associated with AWK Mode's former
21441         concept of "virtual semicolons":
21443         Adapt c-beginning-of-statement, c-end-of-statement (together with
21444         subfunctions) to use the new notion of "virtual semicolon" in
21445         place of the old awkward special handling for AWK.  There remains
21446         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
21447         * progmodes/cc-cmds.el:
21448         (c-ascertain-adjacent-literal): In the backwards direction, now
21449         recognises AWK regexp delimiters as string delimiters.
21450         (c-after-statement-terminator-p): Adapt for virtual semicolons;
21451         check more rigorously for "end of macro".
21452         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
21453         virtual semicolons;
21454         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
21455         out the code for forward movement into ...
21456         (c-end-of-statement): Now contains the code for forward movement,
21457         adapted for virtual semicolons.
21459         * progmodes/cc-engine.el:
21460         (c-ws*-string-limit-regexp): New regexp.
21461         (c-forward-single-comment, c-backward-single-comment): Comment out
21462         the (now redundant) "special" AWK stuff.
21464         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
21465         c-string-par-start, c-string-par-separate to be more like Text
21466         Mode than Fundamental Mode.
21468 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21470         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
21471         to the fontified region so that fontification doesn't occur
21472         outside it (could happen e.g. when fontifying a line with an
21473         unfinished declaration).
21475 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21477         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
21478         start of the file.  ^L now separate sections of the file.
21479         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
21480         (c-awk-one-line-possibly-open-string-re)
21481         (c-awk-regexp-one-line-possibly-open-char-class-re)
21482         (c-awk-one-line-possibly-open-regexp-re)
21483         (c-awk-one-line-non-syn-ws*-re): New defonsts.
21484         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
21486         Amend the concept of "virtual semicolons" (in the indentation
21487         engine) for languages like AWK, such that they are now
21488         conceptually attached to end of the last token of a statement, not
21489         the end of the line.  (In AWK Mode, however, the pertinent text
21490         property is still physically set on the EOL.)  Remove the specific
21491         tests for awk-mode, thus facilitating the introduction of other
21492         language modes where EOLs can end statements.
21493         (Note: The funtionality in cc-cmds.el, specifically
21494         c-beginning/end-of-statement has yet to be amended.)
21496         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
21497         New macros.
21499         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
21500         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
21501         c-vsemi-status-unknown-p-fn (in a new page).
21503         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
21504         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
21505         numerous awkward forms like
21506         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
21507         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
21508         variable before-ws-ip, the place just after char-before-ip appears.
21510         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
21511         a comment.
21513 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21515         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
21516         `c-tentative-buffer-changes'.
21518         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
21519         convert to macro to choose between Emacs and XEmacs at compile time.
21521         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
21523         (c-tentative-buffer-changes): New macro to handle temporary buffer
21524         changes in a convenient way.
21526         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
21527         for `c-tentative-buffer-changes'.
21529         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
21530         the checks for paren sexps between the point and the keyword, to
21531         avoid some false alarms.
21533         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
21534         Fixed a situation where an error could be thrown for unbalanced
21535         parens.  Changed to make use of c-keyword-member' to avoid some
21536         repeated regexp matches.
21538         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
21539         These language variable are no longer necessary.
21541         (c-block-stmt-kwds): New language constant used by
21542         c-looking-at-inexpr-block'.
21544         (c-guess-basic-syntax): Remove an optional check that looked at
21545         the existence of the now removed language variables.
21547         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
21548         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
21549         object instantiation expressions as declarations in some contexts.
21550         This bug only affected languages where the declarator can't be
21551         enclosed in parentheses.
21553         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
21554         insert newlines before and after substatement braces.
21556         * progmodes/cc-engine.el: Improved the heuristics for recognizing
21557         function declaration headers and the handling of C++ style member
21558         init lists.
21560         (c-just-after-func-arglist-p): Rewritten to use
21561         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
21563         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
21565         (c-guess-basic-syntax): Adapt case 5B for the new
21566         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
21567         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
21568         covers all cases now).
21570         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
21572 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21574         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
21575         c-string-par-start/separate c-sentence-end-with-esc-eol,
21576         initialised in c-setup-paragraph-variables, used in string
21577         scanning subroutines of c-beginning-of-statement.
21579         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
21580         which precedes the newly inserted `{'.
21582 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21584         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
21585         function for declaration level blocks.  It should now cope with
21586         templates better and also be a lot more comprehensible.
21588         (c-looking-at-decl-block): The new function.
21590         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
21591         for compatibility.
21593         (c-add-class-syntax, c-guess-continued-construct)
21594         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
21596         (c-decl-block-key): Change to tell apart ambiguous and
21597         unambiguous keywords.  Pike specials are now handled directly in
21598         the code instead.
21600         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
21601         New language constants and variables to make the backward skip in
21602         `c-looking-at-decl-block' as tight as possible.
21604         (c-nonsymbol-token-char-list): New language constant.
21606         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
21607         find balanced template arglists backwards.
21609         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
21610         making char classes for `c-syntactic-skip-backward'.
21612         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
21613         16D - can't be a class-close at that point.
21615         * progmodes/cc-engine.el (c-guess-basic-syntax)
21616         (c-add-class-syntax): Don't narrow out the enclosing declaration
21617         level.  This makes everything a lot easier, and it was actually
21618         only four small places that needed it to work.  Some places that
21619         previously did `widen' are removed now, which has the effect that
21620         `c-guess-basic-syntax' never will look at things outside the
21621         current narrowment now.  The anchor position for `topmost-intro'
21622         is affected by this, but it was so bogus it was basically useless
21623         before, and now it's equally bogus but in a slightly different way.
21625         (c-narrow-out-enclosing-class): Gone.
21627         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
21628         the narrowed region.
21630         (c-least-enclosing-brace): Remove silly optional argument.
21632         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
21633         the point could be left directly after an open paren when finding
21634         the beginning of the first decl in the block.
21636         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
21637         Specify which submatch to use.
21639         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
21641         (c-decl-start-re): No longer any need for special treatment of
21642         ObjC due to the above.
21644         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
21645         presumably follows C in that regard.
21647         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
21648         New language constants to specify operator tokens inside
21649         identifiers in a more high level way.
21651         (c-opt-identifier-prefix-key): New internal language constant.
21653         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
21654         (c-identifier-start, c-identifier-key): Now completely calculated
21655         from other constants.
21657         (c-identifier-last-sym-match): Decommission since it's no longer used.
21659         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
21661         * progmodes/cc-engine.el (c-forward-name): Remove the
21662         optimization when c-identifier-key is equal to c-symbol-key since
21663         it doesn't work in byte compiled files.  Don't record empty
21664         regions as identifiers.
21666         * progmodes/cc-langs.el (c-filter-ops): New helper function to
21667         simplify access to `c-operators' and its likes.
21669         (c-operator-list, c-all-op-syntax-tokens)
21670         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
21671         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
21672         (c-primary-expr-regexp, c-cast-parens): Use it.
21674         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
21675         an explicit language in functions.
21677         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
21678         variant of adornment.
21680         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
21681         variable.
21683         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
21684         the Pike value.
21686         * progmodes/cc-engine.el (c-on-identifier)
21687         (c-simple-skip-symbol-backward): Small fix for handling "-"
21688         correctly in `skip-chars-backward'.  Affected the operator lfun
21689         syntax in Pike.
21691         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
21692         diagnostic message about precompiled language vars not being used.
21694         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
21695         "__attribute__" is followed by a parenthesis.
21697         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
21698         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
21699         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
21701         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
21702         Internal cleanups to properly detect the declared identifiers in
21703         various declarations.
21705         (c-decl-start-kwds): New language constant to recognize
21706         declarations that can start anywhere.  Used for class declarations
21707         in Pike.
21709         (c-specifier-key, c-not-decl-init-keywords)
21710         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
21711         (c-find-decl-spots): Implement `c-decl-start-kwds'.
21713         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
21714         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
21715         handling of the compiler specific extension keywords into a new
21716         language constant `c-decl-hangon-kwds' that defines keyword
21717         clauses to be ignored in declarations.
21719         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
21720         past unrecognized tokens when handling `c-colon-type-list-kwds'.
21721         Necessary to stop at the declared identifier in e.g. IDL valuetype
21722         declarations.
21724         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
21725         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
21726         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
21727         (c-forward-decl-or-cast-1): Recognize the declared identifier in
21728         class and enum declarations as such and not as part of the type.
21730         (c-forward-decl-or-cast-1, c-forward-label): Relax the
21731         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
21733         (c-forward-decl-or-cast-1): Don't disregard sure signs of
21734         declarations when there's some syntax error later on.
21736         (c-complex-decl-matchers): Did away with a reference to
21737         `c-specifier-key'.
21739         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
21740         value - this variable is always dynamically bound.
21742         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
21743         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
21744         * cc-cmds.el, cc-defs.el: Change the policy for marking up
21745         functions that might do hidden buffer changes: All such internal
21746         functions are now marked instead of those that don't.
21748         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
21749         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
21750         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
21751         (c-literal-type): Allow these functions to make hidden buffer changes,
21752         so that they are free to use text property caching later on.
21754         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
21755         (c-electric-brace, c-electric-slash, c-electric-star)
21756         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
21757         (c-electric-paren, c-electric-continued-statement, c-indent-command)
21758         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
21759         (c-context-line-break): Add `c-save-buffer-state' calls to comply
21760         with the changed semantics of the functions above.
21762         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
21763         when macros occur in obscure places.  Optimized the sexp movement
21764         a bit.
21766 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21768         Enhancements for c-beginning-of-statement to work in AWK Mode:
21770         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
21771         (completed statement) with `}' (statement completed by closing
21772         brace or semicolon) and `$' (statement completed by EOL).
21774         (c-awk-virtual-semicolon-ends-prev-line-p)
21775         (c-awk-virtual-semicolon-ends-line-p)
21776         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
21777         (c-awk-at-statement-end-p): New functions.
21779         * progmodes/cc-cmds.el: Simplify the structure of functions
21780         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
21781         two functions and c-beginning-of-statement to handle AWK Mode.
21783         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
21784         c-backward-single-comment for AWK mode.  Attempt to clarify their
21785         doc-strings.
21787         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
21789 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21791         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
21792         label handling.  Labels are now recognized in a uniform and more
21793         robust way, regardless of context.  Text properties are put on all
21794         labels to recognize the following declarations better.
21795         Multiword labels are handled both in indentation and fontification for
21796         the benefit of language extensions like Qt.  For consistency, keywords
21797         in labels are now fontified with the label face instead.
21798         That also applies to "case" and "default".
21800         (c-beginning-of-statement-1): Fix some bugs in the label
21801         handling.  Disregard `c-nonlabel-token-key' in labels that begin
21802         with `c-label-kwds'.
21804         (c-find-decl-spots): Support that the callback adds more
21805         `c-decl-end' spots to find.
21807         (c-forward-decl-or-cast-1): Don't treat a list of plain
21808         identifiers followed by a colon as a declaration.
21810         (c-forward-label): New function to recognize labels.
21812         (c-guess-basic-syntax): Replace uses of `c-label-key' with
21813         `c-forward-label'.  Moved the label recognition cases (14 and 15)
21814         earlier since they aren't so context sensitive now.  Handle labels
21815         on the top level gracefully.  Moved access label recognition to
21816         the generic label case (CASE 15) - removed CASE 5E.
21818         (c-font-lock-declarations): Add recognition of labels in the
21819         same round since we need to handle labels in parallell with other
21820         declarations to recognize both accurately.  It should also improve
21821         speed.
21823         (c-simple-decl-matchers, c-basic-matchers-after):
21824         Move `c-font-lock-labels' so that it only is used on decoration level 2
21825         since `c-font-lock-declarations' handles it otherwise.
21827         (c-complex-decl-matchers): Remove the simplistic recognition of
21828         access labels.
21830         (c-decl-prefix-re): Remove the kludges that was necessary to cope
21831         with labels earlier.
21833         (c-decl-start-re): New language variable to make
21834         `c-font-lock-declarations' stop for the special protection labels
21835         in Objective-C that start with `@'.
21837         (c-label-key): Remove since it's no longer used.
21839         (c-recognize-colon-labels, c-label-prefix-re): New language
21840         constants to support recognition of generic colon-terminated labels.
21842         (c-type-decl-end-used): `c-decl-end' is now used whenever there
21843         are colon terminated labels.
21845         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
21846         first argument starts with a special brace list.
21848         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
21849         (c-font-lock-declarations): Break out the declaration and cast
21850         recognition from `c-font-lock-declarations' to a new function, so
21851         that it can be used in the indentation engine.
21853         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
21854         up to the start of the literal.  Fixed bug with the point on the
21855         wrong side of the search limit that could happen when the start
21856         position is inside a literal.
21858         * progmodes/cc-engine.el (c-parse-state)
21859         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
21860         so that it's kept a little bit back to increase the hit rate.
21862         (c-parse-state): Change the macro handling and fixed some
21863         glitches.  Macro context is checked more often than necessary now,
21864         but otoh less garbage conses are generated.
21866         * progmodes/cc-engine.el (c-parse-state)
21867         (c-invalidate-state-cache): Cache the last position where
21868         `c-state-cache' applies.  This can speed up refontification quite
21869         a bit in blocks where there are many non-brace parens before the point.
21871         (c-state-cache-end): New variable for this.
21873         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
21874         cache variable.
21876         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
21877         get close initial continue positions when the start position is
21878         inside a literal or macro.  Do not call the callback for spots
21879         before the start position (which can happen e.g. for `c-decl-end'
21880         spots inside comments).  Optimize better in special cases when the
21881         region is a single line inside a literal or macro (typically when
21882         the current line is refontified).
21884         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
21885         to `c-add-stmt-syntax' - there's no need to explicitly whack off
21886         entries from the paren state.
21888         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
21889         special case for "else if" clauses.
21891         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
21892         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
21894         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
21895         New language variable to recognize the gcc extension with statement
21896         blocks inside expressions.
21898         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
21899         it somewhat more comprehensible.  The argument AT-BLOCK-START is
21900         no longer used and hence removed.
21902         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
21903         to `c-add-stmt-syntax'.
21905         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21906         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
21907         This fixes bogus label recognition.
21909         * progmodes/cc-engine.el (c-add-type, c-check-type)
21910         (c-forward-name, c-forward-type): Improve storage of template
21911         types in `c-found-types' so that they can be recognized better.
21913         (c-syntactic-content): Add option to skip past nested parens.
21915         * progmodes/cc-engine.el (c-forward-name):
21916         Set `c-last-identifier-range' all the time.  It's less work that way.
21917         Handle that there might not be an identifier to store in
21918         `c-last-identifier-range'.
21920         (c-forward-type): Handle that `c-last-identifier-range' might be
21921         nil from `c-forward-name'.
21923         * progmodes/cc-defs.el (c-safe-scan-lists)
21924         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
21926         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
21927         to work even if the form fails.
21929         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
21930         down in a large file in one go.
21932         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
21934         * progmodes/cc-align.el (c-lineup-assignments): New lineup
21935         function which is like `c-lineup-math' but returns nil instead of
21936         `c-basic-offset' when it doesn't match.
21938         (c-lineup-math): Change to use `c-lineup-assignments'.
21940 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21942         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
21943         c-beginning-of-statement.  New subfunctions
21944         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
21946 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21948         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
21949         hardcoded char classes whereever possible.  Changed a couple of
21950         places to use skip by syntax instead of skip by char class.
21952         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
21953         Fix a bug in the regexp that caused extreme backtracking.
21955         * progmodes/cc-langs.el (c-block-comment-starter)
21956         (c-block-comment-ender): New language constants to specify in a
21957         single place how block comments look.
21959         (c-comment-start-regexp, c-block-comment-start-regexp)
21960         (comment-start, comment-end, comment-start-skip)
21961         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
21962         (c-syntactic-ws, c-nonempty-syntactic-ws)
21963         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
21964         `c-line-comment-starter', `c-block-comment-starter' and
21965         `c-block-comment-ender'.
21967         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
21968         New language constants to break up things a bit.
21970         (c-simple-ws): New language constant for simple whitespace.
21972         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
21974         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
21975         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
21976         newlines.  Allow and ignore nil elements in the list.
21978 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21980         * progmodes/cc-cmds.el: Comment out a (n almost certainly
21981         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
21983         * progmodes/cc-cmds.el: Tidy up the comments in
21984         c-beginning-of-statement and subfunctions.
21986         * progmodes/cc-awk.el: Replace calls to put-text-property to the
21987         more flexible c-put-char-property and c-clear-char-properties.
21988         Add the author's email address.
21990         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
21992         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
21993         closing "*/" of a block comment.
21995         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
21996         subfunctions) so that it works at BOB and EOB.
21998         * progmodes/cc-cmds.el, cc-vars.el: More updating of
21999         c-beginning-of-statement, including new variable
22000         c-block-comment-start-regexp.
22002 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22004         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
22005         symbols from `*-font-lock-extra-types' so that there's no need to
22006         use `regexp-opt' on those lists.
22008         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
22009         `c-type-modifier-kwds' is empty.
22011         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
22012         there are several strings on the same line.
22014         * progmodes/cc-engine.el (c-literal-limits): Remove the
22015         compatibility function for older emacsen.  `c-literal-limits-fast'
22016         has now taken the place of this function.
22018         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
22019         with older emacsen: We now require `pps-extended-state'.
22021 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
22023         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
22024         which obviates the need to hack sentence-end.  This now handles
22025         escaped newlines in strings correctly.  Correct minor bugs in
22026         c-move-over-sentence and in c-beginning-of-statement.
22028         * progmodes/cc-cmds.el (c-beginning-of-statement (and
22029         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
22030         that movement over macros and code are rigorously separated from
22031         eachother.  Correct a few incidental bugs.
22033         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
22034         Improve its doc-string.  Improve the handling of certain specific cases.
22036 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22038         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
22039         (c-guess-basic-syntax): Change the way class-level labels are
22040         recognized; they can now contain essentially any symbols.
22042         (c-opt-extra-label-key): New language variable to cope with the
22043         special protection label syntax in Objective-C.
22045         (c-opt-access-key): Remove; this is now handled better by
22046         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
22048         (c-complex-decl-matchers): Update to handle that
22049         `c-opt-access-key' no longer exists.
22051         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
22052         improved label recognition in `c-beginning-of-statement-1'.
22054         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
22055         Recognize bitfields better.
22057         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
22058         Remove some cruft and fixed a bug that could cause it to go to a
22059         position further down.
22061         * progmodes/cc-langs.el, cc-engine.el
22062         (c-beginning-of-statement-1): Improve detection of labels in
22063         declaration contexts.
22065         (c-beginning-of-decl-1): Use it.
22067         (c-nonlabel-token-key): New language constant and variable needed
22068         by `c-beginning-of-statement-1'.
22070         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
22071         manifested itself due to the correction in `c-forward-sexp'.
22073         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
22074         Make these behave as documented when used at the buffer limits.
22076         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
22077         (c-type-decl-end-used): Made this a language variable.
22079         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
22080         correctly when `combine-after-change-calls' is used together with
22081         temporary narrowings.
22083         * progmodes/cc-engine.el (c-beginning-of-statement-1):
22084         Report labels correctly when the start point is immediately after the
22085         colon.
22087         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
22088         Remove since it isn't used anymore.
22090         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
22091         bracket arglists such as template parens in C++.
22093         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
22094         in the last check-in.  Some optimization.
22096         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
22097         where it could stop at the same level in a preceding sexp when
22098         PAREN-LEVEL is set.
22100         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
22101         text property lookup only when it's needed.
22103         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
22104         Change the policy for paren marked angle brackets to be more
22105         persistent; once marked they remain marked even when they're found
22106         to be unbalanced in the searched region.  This should keep the
22107         paren syntax around even when individual lines are refontified in
22108         multiline template arglists.
22110         (c-parse-and-markup-<>-arglists): New dynamically bound variable
22111         to control markup so that incorrect angle bracket arglists aren't
22112         marked in contexts where the correct value for
22113         `c-disallow-comma-in-<>-arglists' isn't known.
22115         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
22116         argument has become `c-parse-and-markup-<>-arglists'.
22118         (c-remove-<>-arglist-properties): Remove - no longer used.
22120         (c-after-change-check-<>-operators): New function used on
22121         `after-change-functions' to avoid that "<" and ">" characters that
22122         are part of longer operators have paren syntax.
22124         (c-<>-multichar-token-regexp): New language variable used by
22125         `c-after-change-check-<>-operators'.
22127         (c-after-change): Call `c-after-change-check-<>-operators'.
22129         (c-font-lock-<>-arglists): Use the context properties set by
22130         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
22131         correctly to avoid doing invalid markup.
22133         (c-font-lock-declarations): Remove code that undoes the invalid
22134         markup done by `c-font-lock-<>-arglists'.
22136         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
22137         after `c-font-lock-declarations'.
22139         * progmodes/cc-engine.el (c-syntactic-skip-backward):
22140         Add paren-level feature.
22142         (c-guess-basic-syntax): Improve the anchor position for
22143         `template-args-cont' in nested template arglists.  There's still
22144         much to be desired in this area, though.
22146 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
22148         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
22149         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
22151 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22153         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
22154         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
22156         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
22157         it doesn't work no longer are supported.
22159         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
22160         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
22161         requires support for the syntax-table' text property, which rules
22162         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
22163         cruft associated with those versions.
22165         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
22166         for the `syntax-table' text property, which rules out Emacs 19 and
22167         XEmacs < 21.4.  Removed various compatibility cruft associated
22168         with those versions.
22170         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
22171         support for the `syntax-table' text property.
22173         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
22174         variable and use an extra quoted face name instead.  All the
22175         emacsen flavors handle that correctly.
22177         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
22178         (c-font-lock-declarators, c-font-lock-declarations)
22179         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
22180         property to mark the items in in declarator lists to handle
22181         refontification inside multiline declarations better.
22183         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
22184         construct like "a * b = c;" as a declaration.
22186 2005-12-08  Kim F. Storm  <storm@cua.dk>
22188         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
22189         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
22190         select either meta, hyper, or super modifier for rectangle commands.
22191         (cua--rectangle-modifier-key): New defvar.
22192         (cua--M/H-key): Use it.  Remove special case for `space'.
22193         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
22194         on X, to meta otherwise.  Always bind C-return to toggle
22195         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
22197         * emulation/cua-rect.el (cua-help-for-rectangle):
22198         Use cua--rectangle-modifier-key.  Handle super modifier too.
22199         (cua--init-rectangles): Always bind C-return to toggle rectangle.
22200         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
22202         * ido.el: Move Acknowledgements and History after Commentary.
22203         Minor changes to Commentary.
22205         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
22206         keymap if cua--prefix-override-timer is `shift'.
22207         (cua--shift-control-prefix): New function; emulate "type prefix
22208         key twice" functionality to handle shifted prefix key override.
22209         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
22210         New commands.
22211         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
22213 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
22215         * textmodes/org.el (org-insert-heading): Try to do items before
22216         headings.
22217         (org-agenda-mode): Quote `org-agenda-mode-hook'.
22218         (org-insert-item): New function.
22219         (org-renumber-ordered-list): Don't skip to higher level lists.
22221 2005-12-08  Juri Linkov  <juri@jurta.org>
22223         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
22225         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
22227         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
22229         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
22230         the constructed function name fun-1.
22232         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
22233         because such links don't lead to parent documentation.
22235 2005-12-08  Kenichi Handa  <handa@m17n.org>
22237         * descr-text.el (describe-char): Use *Help-2* buffer if the
22238         current buffer is *Help*.  Call describe-text-properties while
22239         setting the original buffer.
22241 2005-12-07  Bill Wohler  <wohler@newt.com>
22243         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
22244         and causes problems with non-MH users (such as Gnus users).
22246 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
22248         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
22249         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
22250         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
22251         command "info sources".  Move calls to GDB command "list".
22252         (gdb-find-file-hook): Just use gdb-source-file-list.
22253         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
22254         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
22255         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
22256         (gdb-data-list-register-values-handler): Use correct trigger name.
22258 2005-12-07  Kim F. Storm  <storm@cua.dk>
22260         * ido.el (ido-completion-map): Rename from ido-mode-map.
22261         (ido-common-completion-map, ido-file-completion-map)
22262         (ido-file-dir-completion-map, ido-buffer-completion-map):
22263         Rename from ido-mode-....-map.
22264         (ido-init-completion-maps): Rename from ido-init-mode-maps.
22265         (ido-setup-completion-map): Rename from ido-define-mode-map.
22266         (ido-read-internal): Bind minibuffer-local-filename-completion-map
22267         to ido-completion-map.
22269 2005-12-07  Kenichi Handa  <handa@m17n.org>
22271         * international/mule-cmds.el
22272         (set-display-table-and-terminal-coding-system): If the coding
22273         system specified in `unibyte-display' property is different from
22274         the arg coding-system, don't setup standard-display-table.
22276 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22278         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
22279         that comments end at \n, regardless of selective-display.
22281 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
22283         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
22284         (gdb-version): New variables.
22285         (gdb-source-file-list, gdb-register-names)
22286         (gdb-changed-registers): New variables for use with GDB 6.4+.
22287         (gdb-ann3): Replace with...
22288         (gdb-init-1, gdb-init-2): ...two new functions.
22289         (gdba, gdb-prompt): Call gdb-init-1.
22290         (gdb-get-version): New function.  Call gdb-init-2 from here.
22291         (gud-watch): Make it work with mouse events too.
22292         (gdb-post-prompt): Don't add to queue until GDB version is known.
22293         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
22294         (gdb-locals-mode): Use gdb-version.
22295         (gdb-memory-format-map, gdb-memory-unit-map)
22296         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
22297         (gdb-locals-font-lock-keywords-1)
22298         (gdb-locals-font-lock-keywords-2): New variables.
22299         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
22300         (gdb-set-gud-minor-mode-existing-buffers-1)
22301         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
22302         (gdb-var-update-1, gdb-var-update-handler-1)
22303         (gdb-data-list-register-values-handler)
22304         (gdb-data-list-register-values-custom)
22305         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
22306         (gdb-stack-list-locals-handler, gdb-get-register-names):
22307         New functions for use with GDB 6.4+.
22308         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
22309         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
22310         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
22311         (gdb-stack-list-locals-regexp)
22312         (gdb-data-list-register-names-regexp): New regexps for use with
22313         GDB 6.4+.
22315 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22317         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
22319 2005-12-06  Nozomu Ando  <nand@mac.com>
22321         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
22322         prompts work for AUTH PLAIN.  Also reported by Steve Allan
22323         <seallan@verizon.net>.
22325 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22327         * frame.el (set-frame-parameter): Add doc string.
22329 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
22331         * textmodes/org.el (org-occur-highlights): New variable.
22332         (org-highlight-new-match, org-remove-occur-highlights): New functions.
22333         (org-highlight-sparse-tree-matches): New option.
22334         (org-do-occur): New function.
22335         (org-get-heading): Make it work also at beginning of line.
22336         (org-category-table): New variable.
22337         (org-get-category-table, org-get-category)
22338         (org-camel-to-words, org-link-search): New functions.
22339         (org-select-this-todo-keyword): New variable.
22340         (org-todo-list): New command.
22341         (org-shiftright, org-shiftleft): New commands.
22342         (org-agenda-todo): Add prefix argument.
22343         (org-show-hierarchy-above): New option.
22344         (org-show-todo-tree): Numerical prefix creates tree for specific
22345         TODO keyword.
22346         (org-outline-level): New function, to assign a level to plain
22347         lists items.
22348         (org-cycle-include-plain-lists): New option.
22349         (org-mode): Use `org-outline-level' as value of `outline-level'.
22350         (org-cycle): Temporarily switch `outline-regexp' if
22351         `org-cycle-include-plain-lists' is non-nil.
22352         (org-start-icalendar-file): Fix format bug.
22353         (org-agenda-get-day-entries): Create category table.
22354         (org-agenda-get-todos, org-agenda-get-timestamps)
22355         (org-agenda-get-deadlines, org-agenda-get-scheduled)
22356         (org-agenda-get-blocks): Use `org-get-category'.
22357         (org-context-in-file-links): Rename from
22358         `org-line-numbers-in-file-links'.
22360 2005-12-06  Romain Francoise  <romain@orebokech.com>
22362         * window.el (balance-windows): Delete extraneous third arg in call
22363         to `enlarge-window'.
22365 2005-12-06  Kenichi Handa  <handa@m17n.org>
22367         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
22369 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
22371         * progmodes/gdb-ui.el (gdb-var-create-handler)
22372         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
22373         (gdb-var-list-children-handler, gdb-var-update-handler):
22374         Current buffer is already gdb-partial-output-buffer, don't
22375         make it current again.
22377 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
22379         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
22380         (list-buffers-noselect): Use it.
22382 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22384         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
22385         (mail-yank-ignored-headers): Use regexp-opt.
22386         (mail-mode-map): Move initialization into declaration.
22387         (mail-sent-via): Remove unused shadowed var `to-line'.
22388         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
22389         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
22390         (mail-do-fcc): Use dolist and push.
22391         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
22392         (mail-yank-ignored-headers): Don't autoload.
22394 2005-12-05  Kenichi Handa  <handa@m17n.org>
22396         * international/mule-cmds.el (set-language-info-internal): New fun.
22397         (set-language-info): Call set-language-info-internal to update
22398         language-info-alist.  If LANG-ENV is the current one, call
22399         set-language-environment to make INFO effective now.
22400         (set-language-info-alist): Likewise.
22401         (locale-language-names): With locale "en", use English
22402         lang. env. but set the default codings to iso-8859-1.
22404 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
22406         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
22407         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
22408         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
22409         for plain strings.
22410         (gdb-frames-mode): Remove redundant call to font-lock-mode.
22411         (gdb-all-registers): Rename from toggle-gdb-all-registers.
22412         Create registers buffer if necessary.  Echo new state in minibuffer.
22413         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
22415 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
22417         * info.el (Info-fontify-node): Match external links using
22418         non-directory part of filename.
22420 2005-12-04  Juri Linkov  <juri@jurta.org>
22422         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
22423         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
22424         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
22425         because there is no customization option for it.
22427         * font-lock.el (lisp-font-lock-keywords-1):
22428         Add define-global-minor-mode.
22430         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
22432         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
22433         properties on the constructed variable names.
22435         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22436         Put `definition-name' properties on the constructed function names
22437         next-sym and prev-sym.
22439         * emacs-lisp/find-func.el (find-function-regexp):
22440         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
22441         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
22442         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
22443         and easy-menu-define.
22445         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
22446         easy-mmode-define-global-mode and define-global-minor-mode.
22447         (lisp-imenu-generic-expression): Add define-global-minor-mode.
22449         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
22450         instead of easy-mmode-define-global-mode.
22452         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
22453         Use define-minor-mode instead of easy-mmode-define-minor-mode.
22455         * cus-edit.el (customize-group, customize-group-other-window):
22456         Filter out autoloaded options from the group completion list by
22457         using heuristics that autoloaded groups don't have `custom-autoload'
22458         property on their symbols (they have only `custom-loads').
22460         * simple.el (completion-setup-function): Put completions-common-part
22461         face on complete completion string too (i.e. completion string
22462         without completions-first-difference face).
22464         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
22466 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
22468         * view.el (view-mode): Doc fix.
22470         * disp-table.el (standard-display-european): Add to the warning
22471         message a reference to the doc string.
22473         * play/yow.el (apropos-zippy): Call print-help-return-message,
22474         similar to other Help and Apropos commands.
22476         * help.el (print-help-return-message): If pop-up-frames is
22477         non-nil, set up help-return-method to delete the help window and,
22478         possibly, its frame as well, and don't display message about
22479         scrolling the help window.  Doc fix.
22480         (help-return-method): Doc fix.
22482 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
22484         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
22485         whereby names of length one or names starting with a
22486         symbol-constituent character would not be returned.
22488 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22490         * subr.el (atomic-change-group): Add edebug and indentation spec.
22492 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22494         * completion.el (save-completions-file-name): Fix typo in last change.
22496 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22498         * info.el: Move back/forward history to the beginning of the tool bar.
22500 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
22502         * allout.el (eval-when-compile): Remove unnecessary load of cl.
22503         Add fset of allout-real-isearch-abort during compile to fix
22504         byte-compilation warnings.
22505         (allout-mode-p): Move definition of this macro above all uses, or
22506         byte compilation in barren Emacs (eg, during Emacs build) will
22507         lack the definition.
22508         (allout-mode): Move this variable above any uses, or byte
22509         compilation will fail.
22510         (allout-resolve-xref): Remove use of personal file-reference function.
22511         (allout-toggle-current-subtree-encryption): Do the current (ie,
22512         visible containing) topic, rather than nearest around point.  Doc fix.
22513         (allout-toggle-subtree-encryption): New function, workhorse that
22514         works on nearest topic containing point.
22515         (allout-encrypt-string): Signal requirement for newer version of pgg.
22516         (allout-resumptions): Doc fix.
22518 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
22520         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
22522 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
22524         * textmodes/flyspell.el (flyspell-external-point-words):
22525         Consider a misspelling as found in the string search if: (a) misspelling
22526         and found string lengths match, or (b) misspelling is found as
22527         element in a boundary-chars separated longer string, or (c)
22528         ispell-program-name is really ispell and misspelling is found as
22529         part of a TeX string.  After successful match move beginning of
22530         search region to end of match.  Warn about not found misspellings
22531         once the process is done.
22532         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
22534 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
22536         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
22537         tool bar (removed inadvertently).
22539 2005-12-02  Juri Linkov  <juri@jurta.org>
22541         * log-view.el (log-view-diff): Clarify doc string.
22543 2005-12-01  Bill Wohler  <wohler@newt.com>
22545         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
22546         triggers lm-verify errors.
22548 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
22550         * simple.el (transient-mark-mode, line-number-mode)
22551         (column-number-mode, size-indication-mode): Remove `:require nil'.
22553 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
22555         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
22556         in the margin also.
22557         (gdb-breakpoints-mode-map): Use D instead of d for
22558         gdb-delete-breakpoint.
22559         (gdb-get-frame-number): Require a number to match on.
22560         (gdb-threads-mode-map): Add follow-link binding.
22562 2005-11-30  Jason Rumney  <jasonr@gnu.org>
22564         * isearch.el (isearch-mode-map): Avoid exiting search on
22565         language-change event.
22567 2005-11-30  Romain Francoise  <romain@orebokech.com>
22569         * speedbar.el (speedbar-default-position): New defcustom.
22570         (speedbar-frame-reposition-smartly): Use it.
22572         * dframe.el (dframe-reposition-frame-emacs): Fix position
22573         computation for `left' location.
22574         Update copyright year.
22576 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22578         * help.el (help-map): Move initialization into declaration.
22580         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
22582         * help-fns.el (help-argument-name): Don't autoload.
22583         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
22584         to be re-loaded when customizing the `help' group.
22586 2005-11-30  John Paul Wallington  <jpw@gnu.org>
22588         * help-fns.el (describe-function-1): Fill arglist output.
22590 2005-11-30  Kim F. Storm  <storm@cua.dk>
22592         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
22593         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
22594         after revert-buffer (or anything else which kills all local variables).
22596         * apropos.el (apropos-parse-pattern): Doc fix.
22597         Set apropos-regexp directly, rather than expecting callers to do so.
22598         (apropos-command, apropos, apropos-value, apropos-documentation):
22599         Simplify calls to apropos-parse-pattern.
22601 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22603         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
22604         (hi-lock-face-phrase-buffer): Use hi-yellow face.
22605         (hi-lock-write-interactive-patterns): Use comment-region.
22607         * longlines.el (longlines-mode): Add mail-setup-hook.
22609         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
22611         * simple.el (sendmail-user-agent-compose, next-line):
22612         Conditionally use hard-newline.
22614 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22616         * international/latexenc.el (latex-inputenc-coding-alist):
22617         Reword doc string.
22619 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22621         * help.el (describe-key-briefly, describe-key): Recognize default
22622         bindings.
22624 2005-11-29  Romain Francoise  <romain@orebokech.com>
22626         * view.el (view-inhibit-help-message): New defcustom.
22627         (view-mode-enter): Use it.
22629 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
22631         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
22632         Preserve user position.
22634 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
22636         * font-lock.el: Throw error if facemenu is not loaded to prevent
22637         accidental change of loading order in loadup.el.  (Suggested by RMS.)
22639         * loadup.el: Add comment explaining why facemenu must be loaded
22640         before font-lock.
22642 2005-11-28  Jay Belanger  <belanger@truman.edu>
22644         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
22645         (calc-dispatch-map): Add more keys for `calc-same-interface'.
22647         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
22649         * calc/calc-embed.el (calc-do-embedded): Update help message.
22651         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
22653 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22655         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
22657         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22658         called-interactively-p.
22659         (elp-profilable-p): Rename from elp-not-profilable-p.
22660         Invert result and take into account macros and autoloaded functions.
22661         (elp-instrument-function): Update call.
22662         (elp-instrument-package): Update call.  Add completion.
22663         (elp-pack-number): Use match-string.
22664         (elp-results-jump-to-definition-by-mouse): Merge into
22665         elp-results-jump-to-definition and then remove.
22666         (elp-output-insert-symname): Make help echo text single-line.
22668         * replace.el (query-replace-map): Move initialization into declaration.
22669         (occur-engine): Use with-current-buffer.
22670         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
22671         (occur-mode-mouse-goto): Replace with an alias.
22673 2005-11-28  Juri Linkov  <juri@jurta.org>
22675         * simple.el (quoted-insert): Let-bind input-method-function to nil.
22677         * term/w32-win.el: Bind [S-tab] to [backtab].
22679         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
22680         `Info-find-file' to t.
22682         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
22683         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
22684         and same-window-regexps.
22685         (occur-next-error): Don't move point for arg 0.
22687 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
22689         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
22691 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22693         * log-edit.el (log-edit-changelog-use-first): New var.
22694         (log-edit-changelog-ours-p): Use it.
22695         (log-edit-insert-changelog): Set it with new arg `use-first'.
22696         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
22697         (log-edit-hook): Add them to the list of suggested options.
22699         * textmodes/flyspell.el (flyspell-last-buffer): New var.
22700         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
22701         redundant work.
22702         (flyspell-mode-on): Use add-hook for after-change-functions.
22703         (flyspell-mode-off): Use remove-hook for after-change-functions.
22704         (flyspell-changes): Make it buffer-local.
22705         (flyspell-after-change-function): Make it non-interactive.  Use push.
22706         (flyspell-post-command-hook): Check input-pending-p while processing
22707         the potentially long list of buffer changes.
22709 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22711         * buff-menu.el (list-buffers-noselect): Display the selected
22712         frame's buffer list, not the global one.
22714 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22716         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
22717         that (list last-input-event) works as in interactive spec.
22719 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22721         * loadup.el ("facemenu"): Load facemenu before font-lock, because
22722         `facemenu-keymap' needs to be defined when font-lock is loaded.
22723         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
22725 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22727         * completion.el: Remove useless leading * in defcustom docstrings.
22728         (save-completions-file-name): Use ~/.emacs.d if available.
22729         (completion-standard-syntax-table): Rename from
22730         cmpl-standard-syntax-table and fold initialization into declaration,
22731         thus removing cmpl-make-standard-completion-syntax-table.
22732         (completion-lisp-syntax-table, completion-c-syntax-table)
22733         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
22734         (cmpl-saved-syntax, cmpl-saved-point): Remove.
22735         (symbol-under-point, symbol-before-point)
22736         (symbol-under-or-before-point, symbol-before-point-for-complete)
22737         (add-completions-from-c-buffer): Use with-syntax-table.
22738         (make-completion): Don't return a list of completion entries.
22739         Update callers.
22740         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
22741         (completion-initialize): Rename from initialize-completions.
22742         (completion-find-file-hook): Rename from cmpl-find-file-hook.
22743         (kill-emacs-save-completions): Collect stats here.
22744         (save-completions-to-file, load-completions-from-file):
22745         Use with-current-buffer.
22746         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
22747         into a function.  Move all calls to toplevel.
22748         (completion-lisp-mode-hook): New fun.
22749         (completion-c-mode-hook, completion-setup-fortran-mode):
22750         Set the syntax-table here.  Use local-set-key.
22751         (completion-saved-bindings): New var.
22752         (dynamic-completion-mode): Make it into a proper minor mode.
22753         (load-completions-from-file): Remove unused var `num-uses'.
22755         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
22756         constructor if it is explicitly overridden.
22758         * complete.el (PC-completion-as-file-name-predicate):
22759         Use minibuffer-completing-file-name.
22760         (partial-completion-mode): Use find-file-not-found-functions.
22761         (PC-lisp-complete-symbol): Use with-syntax-table.
22762         (PC-look-for-include-file): Remove dead setq.
22763         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
22764         (PC-complete): Use with-current-buffer.
22766         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
22767         escape single quotes.
22769 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22771         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
22772         of `if' whose condition always returned nil.  Doc fix.
22774         * buff-menu.el (Buffer-menu-revert-function): Make the selected
22775         window's buffer the current buffer around the call to
22776         `list-buffers-noselect'.  This is necessary to mark that buffer
22777         with a `.' in the Buffer Menu when called from Lisp, for instance
22778         by Auto Revert Mode.
22780 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22782         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
22783         attaching to it.
22784         (gdb-pre-prompt): Make sure gdb-error is reset.
22786         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
22787         with a child process, detect it.
22788         (gud-speedbar-buttons): Match regexp more carefully.
22790 2005-11-27  Richard M. Stallman  <rms@gnu.org>
22792         * mouse.el (mouse-drag-move-window-bottom):
22793         Use adjust-window-trailing-edge.
22795 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22797         * simple.el (blink-matching-open): Ignore
22798         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
22799         (blink-matching-paren-on-screen): Update docstring.
22801         * paren.el (show-paren-mode): No longer change
22802         `blink-matching-paren-on-screen'.
22804 2005-11-27  John Paul Wallington  <jpw@pobox.com>
22806         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22807         (gdb-threads-select, gdb-edit-register-value):
22808         Use `posn-set-point' instead of `mouse-set-point' because the
22809         latter is not fbound when configured without X.
22811 2005-11-27  Kim F. Storm  <storm@cua.dk>
22813         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
22814         existing face when partially highlighting a TAB in a rectangle.
22816 2005-11-26  Kim F. Storm  <storm@cua.dk>
22818         * ido.el (ido-mode-map): Doc fix.
22819         (ido-mode-common-map, ido-mode-file-map)
22820         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
22821         (ido-define-mode-map): Rewrite.  Select one of the new maps as
22822         parent for ido-mode-map instead of building from scratch.
22823         (ido-init-mode-maps): New defun to initialize new maps.
22824         (ido-mode): Call it.
22825         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
22826         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
22828 2005-11-26  John Paul Wallington  <jpw@pobox.com>
22830         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
22831         `mouse-set-point' because the latter is not fbound when configured
22832         without X.
22834 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
22836         * files.el (file-relative-name): Doc fix.
22838 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
22840         * progmodes/octave-inf.el (inferior-octave-startup): Force a
22841         non-empty string for secondary prompt PS2.
22843 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22845         * progmodes/compile.el (compilation-setup): Fix last change.
22847 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
22849         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22850         (gdb-mouse-toggle-breakpoint-margin)
22851         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
22852         Add gdb-server-prefix to keep out of command history.
22853         (gdb-edit-register-value): New function.
22854         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
22855         (gdb-info-registers-custom): Use above map.
22857 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22859         * custom.el (enable-theme): Signal error if argument is not a
22860         theme.  Don't recalculate a face if it's not loaded yet.
22862         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
22863         the `user' theme is in effect.
22865         * info.el (Info-on-current-buffer): Record actual filename in
22866         Info-current-file, instead of t, or a fake filename if a non-file
22867         buffer.  Make autoload.
22868         (Info-find-node, Info-revert-find-node): No need to check for
22869         Info-current-file nil.
22870         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
22871         Info-current-file is now never `t'.
22872         (Info-fontify-node): Many simplifications due to Info-current-file
22873         always being valid.  Use Info-find-file to find node filename.
22875 2005-11-25  David Kastrup  <dak@gnu.org>
22877         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
22878         new character, then delete" in order to preserve markers.
22880 2005-11-25  David Ponce  <david@dponce.com>
22882         * recentf.el (recentf-arrange-by-rule): Handle a special
22883         `auto-mode-alist'-like "strip suffix" rule.
22884         (recentf-build-mode-rules): Handle second level auto-mode entries.
22886 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
22888         * emulation/viper-keym.el (viper-ESC-key): Use different values
22889         in terminal and window modes.
22891         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
22892         add jde-javadoc-checker-report-mode.
22894         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
22896         * ediff.el (ediff-date): Change the date of last update.
22898 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
22900         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
22901         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
22902         (hi-lock-mode): New global minor mode.
22903         (turn-on-hi-lock-if-enabled): New function.
22904         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
22905         Change arguments to regexp and face instead of a font-lock pattern.
22906         Directly set face property, instead of refontifying.
22907         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
22908         (hi-lock-find-patterns): Use line-number-at-pos.
22910         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
22911         arguments for hi-lock-set-pattern.
22912         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
22913         Call font-lock-fontify-buffer.
22914         (hi-lock-find-file-hook, hi-lock-current-line)
22915         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
22917         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
22918         turned off.
22920         * progmodes/compile.el (compilation-setup): Don't fiddle with
22921         font-lock-defaults.
22923 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
22925         * progmodes/gdb-ui.el (gdb-var-create-handler)
22926         (gdb-var-list-children-handler): Find values for all variable
22927         objects.  gud-speedbar-buttons decides whether to display them.
22929 2005-11-24  Romain Francoise  <romain@orebokech.com>
22931         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
22932         buffer name with a space.
22934 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
22936         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
22937         `org-export-local-list-max-depth'.  Change default value to 3.
22938         (org-auto-renumber-ordered-lists)
22939         (org-plain-list-ordered-item-terminator): New options.
22940         (org-at-item-p, org-beginning-of-item, org-end-of-item)
22941         (org-get-indentation, org-get-string-indentation)
22942         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
22943         New functions.
22944         (org-move-item-down, org-move-item-up): New commands.
22945         (org-export-as-html): New classes for CSS support.  Bug fix in
22946         regular expression detecting fixed-width regions.  Respect
22947         `org-local-list-ordered-item-terminator'.
22948         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
22949         also a list item.
22950         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
22951         New item moving functions.
22953 2005-11-24  Juri Linkov  <juri@jurta.org>
22955         * isearch.el (isearch-repeat): With empty search ring set
22956         `isearch-error' to the error string instead of signaling error
22957         with the function `error'.
22959 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22961         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
22963 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
22965         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
22966         and variable.
22967         (gdb-var-create-handler, gdb-var-list-children-handler):
22968         Don't match on "char **...".
22969         (gdb-var-update-handler): Find values for all variable objects.
22970         (gdb-info-frames-custom): Identify frames by leading "#".
22972         * progmodes/gud.el (gud-speedbar-menu-items): Add
22973         gdb-speedbar-auto-raise as radio button.
22974         (gud-speedbar-buttons): Raise speedbar if requested.
22975         Don't match on "char **...".
22976         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
22977         Make it editable.
22979 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
22981         * info.el (Info-fontify-node): Handle the case where
22982         Info-current-file is t.
22984 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22986         * simple.el (blink-matching-open): Fix off-by-one in last change.
22988 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22990         * term/mac-win.el: Don't change default directory.
22992 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
22994         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
22995         buffers correctly.  (It used to throw an error in such buffers.)
22996         Make it ask for confirmation in group buffers and other Custom
22997         buffers containing more than one customization item.
22999 2005-11-22  John Paul Wallington  <jpw@gnu.org>
23001         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
23002         property on mail and url overlays.
23003         (goto-address-at-point): Use `posn-set-point' instead of
23004         `mouse-set-point' because the latter is not fbound when configured
23005         without X.
23007 2005-11-22  Lars Hansen  <larsh@soem.dk>
23009         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
23010         (ls-lisp-classify, ls-lisp-format): Delete call to
23011         ls-lisp-parse-symlink.
23012         (ls-lisp-handle-switches): Handle symlinks to directories as
23013         directories when ls-lisp-dirs-first in non-nil.
23015 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
23017         * startup.el (command-line): Make sure that loaddefs.el is handled
23018         correctly in load-history.
23020 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
23022         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
23023         (gdb-struct-string, gdb-array-string): New constants.
23024         (gdb-info-locals-handler): Use them.
23025         (gdb-reset): Reset gdb-var-list to nil.
23027 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23029         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
23030         in patterns.
23032 2005-11-21  Juri Linkov  <juri@jurta.org>
23034         * custom.el (defcustom): Update link types in docstring.
23036 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
23038         * custom.el (defgroup): Add doc-string-elt info.
23040         * widget.el (define-widget): Don't use declare for the doc-string-elt.
23042 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23044         * newcomment.el (comment-enter-backward): Fix last fix.
23046         * simple.el (blink-matching-open):
23047         * paren.el (show-paren-function): Allow new paren-class info.
23049 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
23051         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
23052         handled automagically.
23054 2005-11-20  Andreas Schwab  <schwab@suse.de>
23056         * descr-text.el (describe-char): When copying overlays put them
23057         over the full char description instead of just the first character
23058         of it.
23060 2005-11-20  Juri Linkov  <juri@jurta.org>
23062         * simple.el (what-cursor-position):
23063         * descr-text.el (describe-char): Use Lisp-readable syntax
23064         for octal and hex.  Reorder decimal, octal and hex values.
23065         Remove excess whitespace in the output.  Use `=' in `column='
23066         like in `point=' and `Hscroll='.
23068         * international/mule-cmds.el (encoded-string-description):
23069         Use Lisp-readable syntax for hex.
23071 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23073         * newcomment.el (comment-enter-backward): Handle the case where the
23074         comment is closed by EOB.
23076 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
23078         * longlines.el (longlines-before-revert-hook)
23079         (longlines-after-revert-hook): New functions.
23080         (longlines-mode): Turn off longlines temporarily when reverting.
23081         Add a message-setup-hook.
23082         (longlines-decode-buffer): New function.
23083         (longlines-wrap-line): Preserve marker positions.
23085 2005-11-19  Andreas Schwab  <schwab@suse.de>
23087         * emacs-lisp/shadow.el: Handle compressed files.
23089 2005-11-19  Romain Francoise  <romain@orebokech.com>
23091         * net/browse-url.el (browse-url-default-browser): Signal an error
23092         if no usable browser can be found, rather than try to load w3.
23094 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
23096         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
23097         replacing existing properties.
23098         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23099         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
23100         tty specs.
23101         (rcirc-server-prefix, rcirc-server): New faces.
23102         (rcirc-url-regexp): Generate with rx macro.
23103         (rcirc-last-server-message-time): New variable.
23104         (rcirc-filter): Record time of last message.
23105         (rcirc-keepalive): Kill processes that did not send a message
23106         since the last ping.
23107         (rcirc-mode): Give rcirc-topic a local binding here.
23109 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
23111         * subr.el (read-passwd): Fontify the prompt as we do with other
23112         prompts.
23114 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
23116         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
23117         binding buffer-read-only to nil.
23119 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
23121         * complete.el (partial-completion-mode):
23122         Mention completion-auto-help in the doc string.
23124         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
23125         more Lisp-ish way.
23127 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
23129         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
23130         digits, not 8, to avoid misalignment for files larger than 100MB.
23132 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
23134         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
23135         Mention "keyboard shortcuts" in the help text.
23137 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23139         * startup.el (fancy-splash-default-action): Discard only
23140         mouse-down and succeeding mouse-up events in the splash screen
23141         window so that drag-n-drop event can be processed.
23143 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
23145         * longlines.el (longlines-mode): Add hacks for mail-mode and
23146         message-mode.
23148 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
23150         * textmodes/org.el (org-table-sort-lines): New command.
23151         (org-tbl-menu): Add entry for `org-table-sort-lines'.
23152         (org-add-file): Command removed, use `org-agenda-file-to-front'
23153         instead.
23154         (org-export-icalendar): Use `org-icalendar-combined-name'.
23155         (org-cycle-agenda-files, org-agenda-file-to-end)
23156         (org-agenda-file-to-front): New commands.
23157         (org-table-tab-jumps-over-hlines, org-export-html-style):
23158         New options.
23159         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
23160         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
23161         New functions.
23162         (org-fill-paragraph): Call `org-table-align' in tables.
23163         (org-mode): Call `org-set-autofill-regexps'.
23164         (org-export-as-html): Support for local handformatted lists.
23165         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
23166         (org-export-local-list-max-depth): New option.
23167         (org-html-expand): Use `org-html-protect'.
23169 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
23171         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
23172         to "p".
23173         (gdb): Move definition of gud-pp to...
23175         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
23176         speedbar.
23177         (gdb-find-watch-expression): New function.
23179 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
23181         * faces.el (face-attribute, set-face-attribute): Mention existence
23182         of `:ignore-defface' setting in docstring.
23184 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23186         * simple.el (completion-setup-function): Fix last change.
23188 2005-11-17  John Paul Wallington  <jpw@pobox.com>
23190         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
23191         Use `posn-set-point' instead of `mouse-set-point' because the
23192         latter is not fbound when configured without X.
23194         * comint.el (comint-insert-input): Likewise.
23196 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
23198         * simple.el (hard-newline): New variable.
23199         (sendmail-user-agent-compose, next-line): Use it.
23201         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
23202         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
23203         (mail-mail-reply-to, mail-mail-followup-to)
23204         (mail-position-on-field, mail-signature, mail-yank-original)
23205         (mail-attach-file): Likewise.
23207         * mail/mailheader.el (mail-header-format)
23208         (mail-header-format-function): Likewise.
23210         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
23212 2005-11-17  Juri Linkov  <juri@jurta.org>
23214         * font-lock.el (font-lock-faces): Rename this defgroup from
23215         `font-lock-highlighting-faces'.
23216         (font-lock-comment-face, font-lock-comment-delimiter-face)
23217         (font-lock-string-face, font-lock-doc-face)
23218         (font-lock-keyword-face, font-lock-builtin-face)
23219         (font-lock-function-name-face, font-lock-variable-name-face)
23220         (font-lock-type-face, font-lock-constant-face)
23221         (font-lock-warning-face, font-lock-negation-char-face)
23222         (font-lock-preprocessor-face)
23223         (font-lock-regexp-grouping-backslash)
23224         (font-lock-regexp-grouping-construct): Rename :group from
23225         `font-lock-highlighting-faces' to `font-lock-faces'.
23227         * cus-edit.el (lisp, c, tex):
23228         * progmodes/ada-mode.el (ada):
23229         * progmodes/asm-mode.el (asm):
23230         * progmodes/cperl-mode.el (cperl-faces):
23231         * progmodes/cpp.el (cpp):
23232         * progmodes/dcl-mode.el (dcl):
23233         * progmodes/f90.el (f90):
23234         * progmodes/fortran.el (fortran):
23235         * progmodes/icon.el (icon):
23236         * progmodes/idlwave.el (idlwave-misc):
23237         * progmodes/m4-mode.el (m4):
23238         * progmodes/make-mode.el (makefile):
23239         * progmodes/meta-mode.el (meta-font):
23240         * progmodes/modula2.el (modula2):
23241         * progmodes/octave-mod.el (octave):
23242         * progmodes/pascal.el (pascal):
23243         * progmodes/perl-mode.el (perl):
23244         * progmodes/prolog.el (prolog):
23245         * progmodes/ps-mode.el (PostScript-edit):
23246         * progmodes/scheme.el (scheme):
23247         * progmodes/sh-script.el (sh-script):
23248         * progmodes/simula.el (simula):
23249         * progmodes/tcl.el (tcl):
23250         * textmodes/nroff-mode.el (nroff):
23251         * textmodes/reftex-vars.el (reftex-fontification-configurations):
23252         * textmodes/sgml-mode.el (sgml):
23253         * textmodes/texinfo.el (texinfo):
23254         Add :link (custom-group-link font-lock-faces) to defgroup.
23256         * hi-lock.el (hi-lock): Rename this defgroup from
23257         `hi-lock-interactive-text-highlighting'.  Change parent group from
23258         `faces' to `font-lock'.  Add link to the manual.
23259         (hi-lock-mode, hi-lock-file-patterns-range)
23260         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
23261         `hi-lock-interactive-text-highlighting' to `hi-lock'.
23262         (hi-lock-faces): Add :group `faces'.
23264         * cus-edit.el (custom-variable-prompt): Clarify the code.
23266         * faces.el (face-read-string): Set the default value arg of
23267         completing-read.
23269 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
23271         * rfn-eshadow.el (file-name-shadow-properties)
23272         (file-name-shadow-tty-properties, file-name-shadow-mode):
23273         Remove autoloads, because the file is now preloaded.
23275 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23277         * printing.el (easy-menu-intern): Don't define.
23278         (pr-get-symbol): Use easy-menu-intern only if defined.
23280         * simple.el (blink-matching-open): Simplify a bit.
23281         (completion-setup-function): Fix the case of partial-completion-mode
23282         when the minibuffer's contents start with "-".
23283         Obey completion-base-size-function even when
23284         minibuffer-completing-file-name is non-nil.
23286 2005-11-16  Richard M. Stallman  <rms@gnu.org>
23288         * net/eudcb-ph.el (eudc-ph-open-session):
23289         Use set-process-query-on-exit-flag.
23291         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
23293         * international/ucs-tables.el (ucs-set-table-for-input):
23294         Use make-local-variable, not make-variable-buffer-local.
23296         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23297         Improve warning message text.
23299         * savehist.el (savehist-save-hook): Add :group.
23301         * menu-bar.el (menu-bar-help-menu):
23302         Rename Find Extra Packages to External Packages.
23304         * cus-edit.el (Custom-reset-standard): Verify that
23305         :custom-standard-value prop exists before calling it.
23307         * apropos.el (apropos-calc-scores): Use apropos-pattern.
23309 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
23311         * wid-edit.el (color): Enclose %t in %{...%}.
23313         * cus-edit.el (face): Enclose %t in %{...%}.
23315 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
23317         * savehist.el (savehist-mode-hook): Re-add the var.
23318         (savehist-mode): Use it.
23320 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23322         * textmodes/flyspell.el: Fix commenting convention.
23323         Remove unnecessary leading * in custom docstrings.
23324         (flyspell-emacs): Remove unused var.
23325         (flyspell-delete-region-overlays): Use remove-overlays.
23326         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
23327         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
23328         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
23329         (flyspell-debug-signal-word-checked): Use with-current-buffer.
23330         (make-flyspell-overlay): Don't locally reuse a global name.
23331         (flyspell-highlight-incorrect-region)
23332         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
23333         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
23334         (flyspell-notify-misspell): Remove unused args `start' and `end'.
23335         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
23336         Wrap calls to accept-process-output inside with-local-quit since it's
23337         often called from a post-command-hook.
23338         (flyspell-correct-word, flyspell-auto-correct-word):
23339         Use ispell-send-string.
23340         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
23342         * calendar/diary-lib.el (diary-list-entries): Also hide the
23343         terminating newline.
23345 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
23347         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
23348         window-system, to allow fonts on tty.
23350 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
23352         * progmodes/gud.el (gud-speedbar-item-info): New function.
23353         (gud-install-speedbar-variables): Use it to display data type
23354         of watch expression as a tooltip in speedbar.
23356 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
23358         * font-core.el (global-font-lock-mode): Add :version keyword,
23359         because default was changed.
23361         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
23363         * startup.el (command-line): Use `custom-reevaluate-setting' for
23364         `file-name-shadow-mode'.
23366         * loadup.el: Preload rfn-eshadow.
23368         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
23369         Add :version keyword.
23370         (file-name-shadow-properties, file-name-shadow-tty-properties)
23371         (file-name-shadow): Add :version keyword.
23373         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
23374         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
23375         in the custom-group property of the symbol frames and the fringe
23376         group got no link to its parent group frames.
23377         Doc fix.
23379 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23381         * progmodes/gud.el (gud-stop-subjob): New function.
23382         (gud-menu-map, gud-tool-bar-map): Use it.
23384 2005-11-16  Kim F. Storm  <storm@cua.dk>
23386         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
23387         than kill it.
23388         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
23389         to a more useful/logical place.
23391 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23393         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
23394         go buttons complementary.
23396 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23398         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
23399         (rfn-eshadow-sifn-equal): New function.
23400         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
23402 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
23404         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
23405         Quote `-' in string.
23407         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
23408         rcirc-mode buffers come up in Emacs state.
23410         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
23411         operation.
23413 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
23415         * term.el (term-termcap-format): Fix typos.
23416         (term-down): Fix the negative argument case.
23418 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23420         * progmodes/gdb-ui.el: Remove face-alias left over from change on
23421         2005-08-15.
23422         (gdb-ann3): New command gud-go.
23423         (menu): Accomodate gdb-mi.el.
23424         (gdb-assembler-custom): Make buffer of selected window current
23425         so that set-window-point works.
23427         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
23428         buttons and include new ones.
23430 2005-11-16  Kim F. Storm  <storm@cua.dk>
23432         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
23433         (gud-menu-map): Use it.
23435 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
23437         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
23438         that works correctly for Custom and that does not override a user
23439         who disables it.
23441         * help-mode.el (help-make-xrefs, help-xref-on-pp)
23442         (help-xref-interned, help-follow): Make hyperlinks for variables
23443         that are unbound, but have a non-nil variable-documentation property.
23445         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
23446         mode hook.  (It conflicted with defcustoms for some mode hooks.)
23447         Use the `variable-documentation' property to give the mode hook a
23448         docstring and expand that docstring.
23450 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
23452         * savehist.el (savehist-mode): Don't bother with
23453         `custom-set-minor-mode'.
23454         (savehist-coding-system): Check XEmacs version.
23455         (history-length): Declare also at run time.
23456         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
23457         Don't set the customize state.
23458         (savehist-minibuffer-hook): Special case for when
23459         minibuffer-history-variable is equal to t.
23461 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23463         * files.el (write-file): Refresh VC status.
23465         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
23466         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
23467         than fundamental-mode to see if the mode was set.
23469 2005-11-14  Romain Francoise  <romain@orebokech.com>
23471         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
23472         dummy function in `eval-when-compile' to avoid compiler warning.
23473         Require `man' at compile time.
23475 2005-11-14  Jay Belanger  <belanger@truman.edu>
23477         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
23478         calcFunc-powerexpand.
23479         (math-write-out-power): Rename it to math-powerexpand; have it
23480         handle negative exponents.
23481         (calc-writeoutpower): Rename it to calc-powerexpand.
23483         * calc/calc-ext.el: Change calcFunc-writeoutpower and
23484         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
23485         autoloads.
23486         Add calcFunc-ldiv to autoloads.
23488         * calc/calc-arith.el (calcFunc-ldiv): New function.
23490         * calc/calc.el (calc-left-divide): New function.
23492 2005-11-14  Juri Linkov  <juri@jurta.org>
23494         * cus-edit.el (custom-variable-prompt): Set the default value arg
23495         of completing-read.
23497         * cus-dep.el (custom-make-dependencies): Reverse the list of
23498         found dependencies.
23500 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
23502         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
23503         Highlighting" entry, it is on by default now.
23504         (menu-bar-options-save): Do not save global-font-lock-mode.
23506 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23508         * textmodes/flyspell.el (flyspell-large-region):
23509         Call flyspell-accept-buffer-local-defs.
23511 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
23513         * textmodes/flyspell.el (flyspell-notify-misspell):
23514         Fix misspelling of "Misspelling".
23515         (flyspell-process-localwords): New function.
23516         (flyspell-large-region): Call flyspell-process-localwords and
23517         flyspell-delete-region-overlays.
23518         (flyspell-delete-region-overlays): New function.
23519         (flyspell-delete-all-overlays): Call that.
23521 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23523         * help.el (help-for-help-internal): Improve doc of C-h a.
23524         (describe-key): Improve prompt; doc fix.
23526 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23528         * vc-svn.el (vc-svn-registered): Catch all errors.
23530         * cus-dep.el (custom-make-dependencies): Typo.
23532 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
23534         * net/tramp-util.el (top): Fix compilation warning.
23536 2005-11-13  Kim F. Storm  <storm@cua.dk>
23538         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
23540 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23542         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
23543         (gud-speedbar-buttons): Match on "const char *" too.
23545         * progmodes/gdb-ui.el (gdb-var-create-handler)
23546         (gdb-var-list-children-handler): Match on "const char *" too.
23547         (gdb-var-evaluate-expression-handler): Match on empty string.
23548         (gdb-var-update-handler): Only call
23549         gdb-var-evaluate-expression-handler when required.
23551 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23553         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
23554         selected window.  This still doesn't work for speedbar.
23555         (gud-speedbar-buttons): Handle string expressions properly.
23557         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
23558         (gdb-var-create-handler): Handle string expressions properly.
23559         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
23560         Handle string expressions properly.  Move "type" field into regexp.
23562 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23564         * bookmark.el (bookmark-maybe-message): New function to reduce
23565         code duplication: invokes `message' iff baud-rate is high enough.
23566         (bookmark-write-file): Use above instead of an inline conditional.
23567         (bookmark-load): Same.
23569 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23571         * bookmark.el (bookmark-write-file): Don't visit the destination
23572         file, just write the data to it using write-region.  This is
23573         similar to revision 1.32 of saveplace.el, but with an additional
23574         change to avoid visiting the file in the first place.
23576 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
23578         * hi-lock.el (hi-lock-mode): Set the default value of
23579         font-lock-defaults.
23581 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
23583         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
23584         arg to `file-attributes'.
23585         (find-lisp-format): The UID and GID can now be strings.
23587 2005-11-12  Kim F. Storm  <storm@cua.dk>
23589         * help.el (help-map): Bind C-h d to apropos-documentation.
23591         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
23592         when point is at end-of-buffer.
23594         * apropos.el (apropos-match-face): Doc fix.
23595         (apropos-sort-by-scores): Add new choice `verbose'.
23596         (apropos-documentation-sort-by-scores): New defcustom.
23597         (apropos-pattern): Now contains the pattern entered by the user.
23598         (apropos-pattern-quoted): New defvar.
23599         (apropos-regexp): New defvar, containing the regexp corresponding
23600         to apropos-pattern.
23601         (apropos-all-words-regexp): Rename from apropos-all-regexp.
23602         (apropos-read-pattern): New defun.  Use it to read pattern arg in
23603         interactive calls; returns list of words for a word list, and
23604         string for a regexp.
23605         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
23606         parses a list of words or regexp as returned by apropos-read-pattern.
23607         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
23608         (apropos-score-doc): Return a very high score if the string
23609         entered by the user matches literally.
23610         (apropos-variable): Doc fix.  Use apropos-read-pattern.
23611         (apropos-command): Doc fix.  Use apropos-read-pattern and
23612         apropos-parse-pattern.  Call apropos-print with nosubst=t.
23613         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
23614         apropos-parse-pattern.
23615         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
23616         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
23617         apropos-documentation-sort-by-scores.  Call apropos-print with
23618         nosubst=t.
23619         (apropos-documentation-internal): Pass doc string through
23620         substitute-key-definition before adding text properties.
23621         Highlight substring matching literal user input if possible.
23622         (apropos-documentation-check-doc-file): Remove locals beg and end.
23623         Fix calculation of score (as added twice).  Pass doc string through
23624         substitute-key-definition before adding text properties.
23625         (apropos-documentation-check-elc-file): Pass doc string through
23626         substitute-key-definition before adding text properties.
23627         Highlight substring matching literal user input if possible.
23628         (apropos-print): Add new arg NOSUBST; if set, command and variable
23629         doc strings have already been passed through substitute-key-definition.
23630         Add code to handle apropos-accumulator items without score element
23631         for backwards compatibility (e.g. with woman package).
23632         Only show scores if apropos-sort-by-scores is `verbose'.
23634 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23636         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
23637         Add jka-compr-load-suffixes to load-suffixes.
23639         * jka-compr.el: Require jka-cmpr-hook.
23640         (jka-compr-info-compress-message, jka-compr-info-compress-program)
23641         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
23642         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
23643         (jka-compr-info-can-append, jka-compr-info-strip-extension)
23644         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
23645         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
23646         (jka-compr-uninstall): Remove entries from
23647         jka-compr-added-to-file-coding-system-alist after they are used.
23648         (jka-compr-error): Remove unused var `curbuf'.
23649         (jka-compr-file-local-copy): Remove unused var `notfound'.
23651 2005-11-10  Romain Francoise  <romain@orebokech.com>
23653         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
23655 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
23657         * progmodes/gud.el (gud-menu-map): Move parentheses.
23658         (gdb): New command gud-pv.
23660 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23662         * tar-mode.el: Remove spurious or unnecessary leading stars
23663         in docstrings.
23664         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
23665         (tar-parse-octal-integer-safe): Use mapc.
23666         (tar-header-block-summarize): Remove unused var `ck'.
23667         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
23668         cleared before.  Obey default-enable-multibyte-characters.
23669         Use mapconcat.  Simplify setting of tar-header-offset.
23670         (tar-mode-map): Move initialization inside delcaration.
23671         (tar-flag-deleted): Use `abs'.
23672         (tar-expunge-internal): Remove unused var `line'.
23673         (tar-expunge-internal): Don't hardcode point-min==1.
23674         (tar-expunge): Widen while doing set-buffer-multibyte.
23675         (tar-rename-entry): Use file-name-coding-system.
23676         (tar-alter-one-field): Don't hardcode point-min==1.
23677         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
23678         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
23680 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23682         * add-log.el (add-log-current-defun): Handle class::method
23683         notation of c++.  Fix incorrect comment.
23685 2005-11-10  Alan Mackenzie  <acm@muc.de>
23687         * help-fns.el (describe-variable): Make C-h v work when a variable
23688         has variable documentation yet is unbound.
23690 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23692         * man.el (Man-highlight-references): Set an empty
23693         string to `Man-arguments' if it is nil.
23694         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
23696 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23698         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
23699         commenting conventions.
23701         * cus-dep.el (custom-make-dependencies): Simplify.
23702         Better follow the commenting conventions.
23704 2005-11-09  Richard M. Stallman  <rms@gnu.org>
23706         * apropos.el (apropos-pattern): Rename from apropos-regexp.
23707         (apropos-orig-pattern): Rename from apropos-orig-regexp.
23708         All uses changed.
23709         (apropos-rewrite-regexp): Doc fix.
23710         (apropos-variable, apropos-command, apropos, apropos-value):
23711         Change prompt; carry through the argument renaming.
23713 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
23715         * find-lisp.el: Require dired.
23716         (find-lisp-find-dired-internal): Do not call
23717         `abbreviate-file-name' on DIR.
23719 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
23721         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
23723 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
23725         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
23726         when using the speedbar.
23727         (gdb): New command gud-pp.
23728         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
23730 2005-11-09  Juri Linkov  <juri@jurta.org>
23732         * replace.el (occur-excluded-properties): New defcustom.
23733         (occur-1, occur-engine, occur-accumulate-lines): Use it.
23735 2005-11-08  Jay Belanger  <belanger@truman.edu>
23737         * calc/calc-units.el (math-convert-units): Replace any composite
23738         unit by its definition.
23740 2005-11-08  Lars Hansen  <larsh@soem.dk>
23742         * emacs-lisp/autoload.el (update-directory-autoloads):
23743         Add obsolete function alias.
23745 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23747         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
23748         comment-indent-function.
23749         (lisp-comment-indent): Replace by an alias for comment-indent-default.
23751         * reveal.el (reveal-post-command): Rework the handling of
23752         reveal-open-spots, so as to be more reliable.  There were several
23753         tricky corner cases where an open spot might be lost, or where
23754         a closed spot might end up on the list of open spots.
23755         Only reveal text that's ellipsised.
23757 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
23759         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
23761 2005-11-07  John Paul Wallington  <jpw@gnu.org>
23763         * ibuffer.el (ibuffer): Search iconified frames too when
23764         getting Ibuffer buffer's window.
23766 2005-11-06  Richard M. Stallman  <rms@gnu.org>
23768         * progmodes/compile.el (compilation-internal-error-properties):
23769         save-excursion around the computation of MARKER.
23771 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
23773         * textmodes/flyspell.el (flyspell-external-point-words):
23774         flyspell-get-word returns a list, not just a string.
23776 2005-11-06  John Paul Wallington  <jpw@pobox.com>
23778         * ibuffer.el (ibuffer): Search all visible frames when getting
23779         Ibuffer buffer's window.
23781 2005-11-07  Masatake YAMATO  <jet@gyve.org>
23783         * man.el (Man-reference-regexp): Accept spaces between
23784         `Man-name-regexp' and `Man-section-regexp'.
23785         (Man-apropos-regexp): New variable.
23786         (Man-abstract-xref-man-page): Use value for `Man-target-string'
23787         if available.
23788         (Man-highlight-references, Man-highlight-references0):
23789         Handle the case when `Man-arguments' includes "-k".
23790         (Man-highlight-references0): Rename the argument `TARGET-POS' to
23791         `TARGET'. `TARGET' can be a number, function or nil.
23793 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
23795         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
23796         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
23797         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
23798         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
23799         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
23800         (gdb-send-item): Use buffer-local-value and simplify.
23802 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
23804         * startup.el (command-line): Use `custom-reevaluate-setting' for
23805         `global-font-lock-mode'.
23807         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
23808         by default, except in batch mode or when the -D option is given.
23810         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
23811         specified keyword args on to `define-minor-mode'.  Update docstring.
23813 2005-11-05  Romain Francoise  <romain@orebokech.com>
23815         * replace.el (occur-engine): Add marker at end of line, too.
23817 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
23819         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23820         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23821         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23822         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23823         argument to all these routines, so the passphrase can be managed
23824         externally and passed in to the system.
23825         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23826         pgg-add-passphrase-to-cache function.
23828         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23829         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23830         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23831         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23832         argument to all these routines, so the passphrase can be managed
23833         externally and passed in to the system.
23834         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23835         function.
23837 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
23839         * font-lock.el: Don't deal with font-lock-face-attributes here,
23840         move the code ...
23842         * startup.el (command-line): ... here.  Use face-spec-set instead
23843         of custom-declare-face.
23845         * faces.el (face-spec-set): Reset the face if spec is not nil.
23847 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23849         * newcomment.el (comment-region-internal): Box more tightly in the
23850         common case where there's no TAB in the boxed text.
23852 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23854         * info.el (info-tool-bar-map): Use images prev-node, next-node and
23855         up-node.
23857 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
23859         * net/newsticker.el: Commentary updated.  Code formatting changed.
23860         (newsticker-version): Change to "1.9".
23861         (newsticker, newsticker-feed): Doc fix.
23862         (newsticker-url-list): Doc fix.  Add option "Weekly".
23863         (newsticker-retrieval-interval): Add option "Weekly".
23864         (newsticker-headline-processing): Doc fix.
23865         (newsticker-auto-mark-filter): Remove.
23866         (newsticker-auto-mark-filter-list): New.
23867         (newsticker-layout, newsticker-sort-method): Doc fix.
23868         (newsticker-hide-old-items-in-newsticker-buffer)
23869         (newsticker-heading-format, newsticker-item-format)
23870         (newsticker-desc-format): Doc fix.
23871         (newsticker-show-all-rss-elements): Remove.
23872         (newsticker-show-all-news-elements): New.
23873         (newsticker-faces, newsticker-ticker): Doc fix.
23874         (remove-from-invisibility-spec): Code formatting.
23875         (newsticker--process-ids): New.
23876         (newsticker-mode): Doc fix.
23877         (newsticker-mode): Change mode-line-format.
23878         (newsticker-start): Remove debug output.
23879         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
23880         (newsticker-w3m-show-inline-images): Code formatting.
23881         (newsticker-next-item): Call `force-mode-line-update'.
23882         (newsticker-previous-item): Call `force-mode-line-update'.
23883         (newsticker-next-feed): Call `force-mode-line-update'.
23884         (newsticker-previous-feed): Call `force-mode-line-update'.
23885         (newsticker-mark-all-items-at-point-as-read): Code formatting.
23886         (newsticker-show-old-items): Do not show descs.
23887         (newsticker-hide-entry): Hide too much.
23888         (newsticker-hide-entry, newsticker-show-entry)
23889         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
23890         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
23891         (newsticker-toggle-auto-narrow-to-item): Code formatting.
23892         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
23893         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
23894         (newsticker-get-news): Call `force-mode-line-update'.
23895         Collect process ids.
23896         (newsticker--sentinel): Change coding system handling.
23897         Move image retrieval to new functions newsticker--get-logo-url-*.
23898         Move feed parsing to new functions newsticker--parse-*.
23899         Update list of process ids.
23900         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
23901         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
23902         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
23903         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
23904         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
23905         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
23906         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
23907         (newsticker--decode-coding-string): Remove.
23908         (newsticker--decode-numeric-entities): Check input.  Format code.
23909         (newsticker--remove-whitespace): Check input.
23910         (newsticker--do-forget-preformatted): Doc fix.
23911         (newsticker--decode-rfc822-date): Allow for missing time.
23912         (newsticker--update-process-ids): New.
23913         (newsticker--image-sentinel): Change comment.
23914         (newsticker--image-read): Change error message.
23915         (newsticker--imenu-goto): Doc fix.  Show headline title.
23916         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
23917         (newsticker--buffer-do-insert-text): Clean whitespace in
23918         html-rendered headline title.  Code formatting.
23919         Call `newsticker--buffer-print-extra-elements'.
23920         (newsticker--buffer-print-extra-element): Remove.
23921         (newsticker--buffer-print-extra-elements): New.
23922         (newsticker--buffer-do-print-extra-element): New.
23923         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
23924         large sizes.
23925         (newsticker--run-auto-mark-filter)
23926         (newsticker--do-run-auto-mark-filter):
23927         Use `newsticker-auto-mark-filter-list'.
23929 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
23931         * net/rcirc.el: Use split-string OMIT-NULLS argument.
23932         (rcirc-print): Force redisplay before running hooks.  Do long
23933         buffer truncation after making new text read-only.  Deal with nil
23934         text when decoding strings.  If TARGET is nil, use either the
23935         currently selected buffer, if it is an rcirc buffer and of the
23936         same process or the process buffer.
23937         (rcirc-mode): Remove header-line.  Recompute short buffer names.
23938         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
23939         (rcirc-short-buffer-name): Add variable.
23940         (rcirc-kill-buffer-hook): Recompute short buffer names.
23941         Remove nick from private channel.
23942         (rcirc-send-input): Send command text to current-buffer.
23943         Don't clear overlay arrow here.
23944         (rcirc-short-buffer-name): Return a short buffer name.
23945         (rcirc-update-short-buffer-names, rcirc-abbreviate)
23946         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
23947         buffer-name abbreviations.
23948         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
23949         Do not touch nick-table when killing a parted channel.
23950         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
23951         Clear arrow from current buffer if it is now hidden.
23952         (rcirc-current-buffer): Add variable.
23953         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23954         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
23955         Remove -face from names.
23956         (rcirc-update-activity-string): Print "DND" when globally ignoring
23957         activity.
23958         (rcirc-ignore-buffer-activity-flag): Rename from
23959         rcirc-ignore-channel-activity.
23960         (rcirc-ignore-all-activity-flag): Doc fix.
23961         (rcirc-channels): Remove variable.
23962         (rcirc-kill-buffer-hook):
23963         (rcirc-get-buffer-create): Add nick to private channel.
23964         (rcirc-multiline-edit-submit): Remove tabs.
23965         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
23966         folded.
23967         (rcirc-remove-nick-channel): Bug fix.
23968         (rcirc-toggle-ignore-buffer-activity): Rename from
23969         rcirc-toggle-ignore-channel-activity.
23970         (rcirc-record-activity): Add buffers to the front of the list.
23971         (rcirc-update-activity): Remove killed buffers from list.
23972         (rcirc-process-server-response-1): Remove last argument if it is
23973         null before calling handler.
23974         (rcirc): Add "rcirc" defcustom prefix.
23975         (rcirc-prompt): Simplify default prompt.
23976         Use custom-initialize-default.
23977         (rcirc-private-chats): Remove variable.
23978         (rcirc-prompt): Change initialization.
23979         (rcirc-version): Remove function.
23980         (rcirc-id-string): Add constant.
23981         (rcirc-last-buffer): Remove variable.
23982         (rcirc-buffer-alist): Add variable.
23983         (rcirc-connect): Update variable setup.
23984         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
23985         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
23986         default.
23987         (rcirc-handler-generic): Trigger activity.
23988         (rcirc-send-message): Create the buffor of the target.
23989         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
23990         (rcirc-get-buffer): Just return nil if there is no matching buffer.
23991         (rcirc-multiline-edit-cancel): Remove function.
23992         (rcirc-set-last-buffer): Remove function.
23993         (rcirc-get-any-buffer): Add function.
23994         (rcirc-join-channels): Don't print /join text.
23995         (rcirc-toggle-ignore-channel-activity): Add and update echo area
23996         messages.
23997         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
23998         (rcirc-handler-NOTICE): Recognize CTCP responses.
23999         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
24000         constructing TOPIC string for buffers we are not JOINed.
24001         (rcirc-handler-CTCP-response): Add handler.
24002         (rcirc-multiline-edit-submit): Restore the window-configuration
24003         before adjusting point.
24004         (rcirc): Add customization group.
24005         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
24006         (rcirc-user-full-name, rcirc-startup-channels-alist)
24007         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
24008         (rcirc-ignore-all-activity-flag, rcirc-time-format)
24009         (rcirc-input-ring-size, rcirc-read-only-flag)
24010         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
24011         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
24012         Change defvar to defcustom.
24013         (rcirc-update-prompt): Add optional ALL arg, which will update
24014         prompts in all rcirc buffers.  Regexp quote replacement text.
24015         (rcirc-fill-column): Accept frame-width as a value.
24016         (rcirc-set-changed): Add function.
24017         (rcirc-next-active-buffer): Write more meaningful messages.
24018         (rcirc-faces): Add customization group.
24019         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
24020         (rcirc-nick-in-message-face, rcirc-prompt-face)
24021         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
24022         (with-rcirc-process-buffer): Move before first usage.
24023         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
24024         (rcirc-debug-flag): Rename from `rcirc-log-p'.
24025         (rcirc-debug): Rename from `rcirc-log'.
24026         (rcirc-format-response-string): Do not print `-' chars for a
24027         NOTICE with no sender.  Simplify output of server responses.
24029 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
24031         (rcirc-browse-url-map, rcirc-browse-url-at-point)
24032         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
24033         Make urls mouse and RET clickable.
24035 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
24037         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
24039 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
24041         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
24042         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24043         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24044         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24045         argument to all these routines, so the passphrase can be managed
24046         externally and passed in to the system.
24047         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
24048         pgg-add-passphrase-to-cache function.
24050         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
24051         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
24052         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
24053         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
24054         argument to all these routines, so the passphrase can be managed
24055         externally and passed in to the system.
24056         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
24057         function.
24059 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
24061         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
24062         from goto-address-url-regexp.
24064 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
24066         * textmodes/org.el (org-read-date, org-goto-calendar)
24067         (org-recenter-calendar, org-agenda-goto-calendar):
24068         Temporarily clear `calendar-move-hook'.
24070 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
24072         * ediff-merg.el (ediff-merge-region-is-non-clash):
24073         Return t, if not merging.
24075         * ediff-util.el (ediff-previous-difference): Don't skip regions that
24076         have merge clashes.
24078 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24080         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
24081         Undo previous change.
24083         * startup.el (command-line): Use `custom-reevaluate-setting' for
24084         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
24085         tty-register-default-colors on Mac.
24087 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
24089         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
24090         (gdb-buffer-type): Make it automatically buffer local...
24091         (gdb-get-create-buffer): ...and set it accordingly.
24092         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
24093         actually work.
24095 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
24097         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
24098         not red.
24100 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
24102         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
24103         case GUD buffer is not visible.
24104         (gdb-goto-breakpoint): Try to force display in source buffer.
24105         (gdb-frame-gdb-buffer): Copy other similar functions.
24106         (gdb-restore-windows): Don't display source if not asked for.
24107         (gdb-assembler-buffer-name): Don't capitalise.
24109 2005-11-03  Richard M. Stallman  <rms@gnu.org>
24111         * wid-edit.el (key-sequence): New widget type.
24113         * simple.el (set-mark-command-repeat-pop): New variable.
24114         (set-mark-command): Only interpret plan C-@ after a pop as a pop
24115         if set-mark-command-repeat-pop is true.
24117         * info.el (Info-fontify-node): Don't display extra "see" if there
24118         already is one here.
24120         * mouse.el: Fix special handling of DEL after dragging a region:
24121         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
24122         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
24124         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
24126         * textmodes/ispell.el (ispell-command-loop): Change `i' description
24127         not to assume it pertains to an affix.
24129         * textmodes/flyspell.el (flyspell-post-command-hook):
24130         Bind deactivate-mark to prevent deactivation.
24132 2005-11-03  Lars Hansen  <larsh@soem.dk>
24134         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
24135         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
24136         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
24138 2005-11-03  Romain Francoise  <romain@orebokech.com>
24140         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
24141         Update copyright years.
24143 2005-11-03  Sam Steingold  <sds@gnu.org>
24145         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
24146         Use system-type instead of window-system because window-system is not
24147         correctly defined during loadup.
24149 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
24151         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
24152         (xml-parse-tag): Join strings separated by a comment properly.
24154 2005-11-02  Andreas Schwab  <schwab@suse.de>
24156         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
24158 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24160         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
24161         (byte-optimize-pure-func): Quote the eval'd value.
24163         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
24164         Rename from perl-font-lock-syntactic-face-function.
24165         Change the calling convention so it can be used as a font-lock MATCHER.
24166         Do the parse-partial-sexp loop outselves.
24167         (perl-font-lock-syntactic-keywords): Use it.
24168         (perl-mode): Don't set font-lock-syntactic-face-function any more.
24170 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
24172         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
24173         disassembly buffer too.
24174         (gdb-exited): Remove overlay arrows when execution has finished.
24175         (gdb-info-frames-custom, gdb-info-threads-custom)
24176         (gdb-info-registers-custom): Don't add inappropriate text
24177         properties if inferior is not active.
24179 2005-11-02  Glenn Morris  <rgm@gnu.org>
24181         * progmodes/fortran.el (fortran-blink-match):
24182         Use `blink-matching-delay'.
24184 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
24186         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
24188 2005-11-02  Lars Hansen  <larsh@soem.dk>
24190         * net/tramp.el (tramp-action-out-of-band): Handle scp message
24191         "Permission denied".
24193 2005-11-01  Richard M. Stallman  <rms@gnu.org>
24195         * textmodes/flyspell.el (flyspell-external-point-words):
24196         Pass nil to flyspell-get-word.
24198 2005-11-02  Kim F. Storm  <storm@cua.dk>
24200         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
24201         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
24203 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24205         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
24206         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
24207         (calendar-mouse-print-dates): Add optional `event' argument.
24208         Update interactive-spec.
24209         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
24210         Use `calendar-event-to-date' instead of `event'.
24212 2005-11-02  Masatake YAMATO  <jet@gyve.org>
24214         * progmodes/ld-script.el (ld-script-builtins):
24215         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
24216         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
24217         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
24219 2005-11-01  Romain Francoise  <romain@orebokech.com>
24221         * vc-sccs.el: Update copyright year.
24222         * ezimage.el: Likewise.
24224 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
24226         * info.el (Info-fontify-node): Use `string-width' for fontifying
24227         underlined titles.
24229 2005-11-01  Juri Linkov  <juri@jurta.org>
24231         * info.el (Info-fontify-node): Downcase node header keywords Node,
24232         Prev, Next, Up before comparison.
24233         (Info-history): Insert absolute directory name, and put invisible
24234         property on it.
24236 2005-11-01  Juri Linkov  <juri@jurta.org>
24238         * info.el (Info-file-supports-index-cookies): New variable.
24239         (Info-find-node-2): Check makeinfo version for index cookie support.
24240         (Info-index-nodes): Search for nodes with index cookies only when
24241         Info-file-supports-index-cookies is t.  Otherwise, search nodes
24242         with "Index" in the node name.
24243         (Info-index-node): Search index cookie in the current node only when
24244         Info-file-supports-index-cookies is t.  Otherwise, check the word
24245         "Index" in the node name.
24246         (Info-find-emacs-command-nodes): Remove code that searches nodes
24247         with "Index" node name in the top menu.
24249 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24251         * progmodes/scheme.el (scheme-mode-variables): Use the default
24252         comment-indent-function.
24254         * faces.el (face-attribute): Handle the case where a face inherits from
24255         a non-existent face.
24257         * simple.el (eval-expression-print-format): Use lisp-readable syntax
24258         for octal and hexa output, and merge the char into the paren.
24259         (kill-new): Use push.
24260         (copy-to-buffer): Use with-current-buffer.
24261         (completion-setup-function): Move code in loop to remove redundancy.
24262         (minibuffer-local-must-match-map): Don't add bindings that duplicate
24263         those inherited from minibuffer-local-completion-map.
24265         * savehist.el (savehist-mode) <defcustom>:
24266         Use custom-set-minor-mode if available.
24267         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
24268         and emit a message if applicable.
24270 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
24272         * savehist.el: Sync up to version 19.
24273         (savehist-mode): New minor mode.
24274         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
24275         (savehist-length): Remove (use history-length instead).
24276         (savehist-file-modes): Rename from savehist-modes.
24277         (savehist-save-hook, savehist-loaded): New vars.
24278         (savehist-load): Use savehist-mode.  Try to smooth up transition from
24279         old format to new format.
24280         (savehist-install): Allow savehist-autosave-interval to be nil.
24281         (savehist-save): Run the new hook.  Be more careful to only trim the
24282         history variables.
24283         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
24284         (savehist-printable): Print into a buffer rather than char-by-char.
24286 2005-11-01  John Wiegley  <johnw@newartisans.com>
24288         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
24289         toggle-ignore keybinding (C-a).  The author said it had been
24290         disabled much earlier due to a possible incompatibility, but after
24291         many months of usage I have encountered no problems (and it is a
24292         rather useful option, especially for switching to " *temp*").
24294         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
24295         support for OS/X's AddressBook, by calling out to the open source
24296         program "contacts" (installable through Fink).
24298         * net/eudc.el (eudc-expand-inline): If the
24299         `eudc-multiple-match-handling-method' is set to `all', delete the
24300         query string before inserting the query result.
24302         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
24303         flag, to prevent Eshell from using the system ls when
24304         `eshell-ls-insert-directory' is in used.
24305         (eshell-ls-insert-directory): Disable font-lock in directory
24306         buffer so that Eshell's own fontification is seen.  This broke
24307         recently due to changes in font-lock, so this goes back to version
24308         21 behavior.
24310 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
24312         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
24313         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
24314         (gdb-many-windows): Doc fix.
24316 2005-10-31  Romain Francoise  <romain@orebokech.com>
24318         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
24320 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
24322         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
24323         that global-font-lock-mode can be enabled by default.
24325         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
24326         (font-lock-add-keywords, font-lock-remove-keywords)
24327         (font-lock-fontify-buffer): Remove autoload cookies.
24329         * jit-lock.el (jit-lock-register): Likewise.
24331         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
24333 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24335         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
24336         intact if there is no gud-comint-buffer.
24338 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
24340         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
24341         old prompt comint-prompt-read-only is t and GDB commands are
24342         issued from tool bar etc.
24344 2005-10-31  Masatake YAMATO  <jet@gyve.org>
24346         * vc.el (vc-directory-exclusion-list): Add "{arch}".
24348 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
24350         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
24351         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
24353 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
24355         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
24356         starting at beginning of line.  Fontification is messed up when
24357         `open-paren-in-column-0-is-defun-start' set to t.
24358         Reported by John Paul Wallington <jpw@pobox.com>.
24360 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
24362         * comint.el (comint-send-input): Call `comint-update-fence' when
24363         `comint-process-echoes' and `comint-prompt-read-only' are both
24364         non-nil, to avoid leftover read-only newline.
24366 2005-10-30  Richard M. Stallman  <rms@gnu.org>
24368         * textmodes/flyspell.el (flyspell-external-point-words):
24369         Detect when WORD can't be checked properly because
24370         flyspell-get-word finds just part of it, and move on.
24372         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
24373         boundarychar for Polish.
24374         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
24375         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
24377 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24379         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
24380         (gdb-registers-font-lock-keywords): Delete.
24381         (gdb-registers-mode): Don't fontify.
24382         (gdb-info-registers-custom): Use text properties instead as, in
24383         future, changed register values will use font-lock-warning-face.
24384         (gdb-local-font-lock-keywords): Rename to...
24385         (gdb-locals-font-lock-keywords): ...for consistency.
24387 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
24389         * vc.el (vc-switch-backend): Better error message if the buffer is
24390         not visiting a file under version control.
24392         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
24394 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
24396         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
24397         ~/.emacs.d/.emacs.
24399 2005-10-29  Richard M. Stallman  <rms@gnu.org>
24401         * replace.el (occur-mode-mouse-goto): Always go to other window.
24402         (occur-mode-goto-occurrence): Always switch in same window.
24404         * simple.el (undo): Display message at end, not at start.
24406         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
24407         New arg REUSE-CELL.
24408         (cancel-timer-internal): New function.
24409         (timer-event-handler): Use cancel-timer-internal,
24410         and pass the cell it returns to timer-activate...
24412         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
24413         (jit-lock-deferred-fontify, jit-lock-context-fontify)
24414         (jit-lock-after-change): Test memory-full.
24416 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24418         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24419         part of the decoded armor to find the key-identifier.
24420         (pgg-gpg-lookup-key-owner): New function to return the
24421         human-readable identifier of a key owner.
24422         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24423         key itself.
24424         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24425         the key value) if we have a key and can match it against a secret
24426         key.  Also, added a note pointing out fact that the prompt only
24427         indicates the first matching key.
24429         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24430         pgg-decrypt-region.
24431         (pgg-pending-timers): A new hash for tracking the passphrase cache
24432         timers, so that new ones supercede old ones.
24433         (pgg-add-passphrase-to-cache): Rename from
24434         `pgg-add-passphrase-cache' to reduce confusion (all callers
24435         changed).  Modified to cancel old timers when new ones are added.
24436         (pgg-remove-passphrase-from-cache): Rename from
24437         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24438         changed).  Modified to cancel old timers when their keys are
24439         removed from the cache.
24440         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24441         XEmacs, an indirection to delete-itimer.
24442         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24443         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24444         users can only check cache without risk of prompting.  Correct bug in
24445         notruncate behavior.
24446         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24447         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24448         Add informative docstrings.
24449         (pgg-decrypt): Convey provided passphrase in subordinate call to
24450         pgg-decrypt-region.
24452         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24453         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24454         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24455         `passphrase' argument, so the passphrase can be managed externally
24456         and then passed in to the system.
24458         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24459         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24460         so the passphrase cache can be used reliably with identifiers
24461         besides a pgp packet's key id.
24463         * pgg-gpg.el (pgg-pgp-encrypt-region)
24464         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24465         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24466         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24467         argument to all these routines, so the passphrase can be managed
24468         externally and passed in to the system.
24470         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24471         `notruncate' argument, so the passphrase cache can be used
24472         reliably with identifiers besides a pgp packet's key id.
24474 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24476         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24477         symmetric encryption.
24478         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24479         encrypted session key.
24480         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24481         message ask for the passphrase in a proper way.
24483         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24484         New user commands for symmetric encryption.
24486 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
24488         * textmodes/conf-mode.el (conf-assignment-sign)
24489         (conf-assignment-regexp): Fix docstrings.
24490         (conf-mode-initialize): New function.
24491         (conf-mode): Remove optional args.  Use delay-mode-hooks to
24492         recognize recursive calls.
24493         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
24494         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
24495         (conf-xdefaults-mode): Use define-derived-mode and
24496         conf-mode-initialize.
24498 2005-10-29  Romain Francoise  <romain@orebokech.com>
24500         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
24502 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24504         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24505         part of the decoded armor to find the key-identifier.
24506         (pgg-gpg-lookup-key-owner): New function to return the
24507         human-readable identifier of a key owner.
24508         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24509         key itself.
24510         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24511         the key value) if we have a key and can match it against a secret
24512         key.  Also, added a note pointing out fact that the prompt only
24513         indicates the first matching key.
24515         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24516         pgg-decrypt-region.
24517         (pgg-pending-timers): A new hash for tracking the passphrase cache
24518         timers, so that new ones supercede old ones.
24519         (pgg-add-passphrase-to-cache): Rename from
24520         `pgg-add-passphrase-cache' to reduce confusion (all callers
24521         changed).  Modified to cancel old timers when new ones are added.
24522         (pgg-remove-passphrase-from-cache): Rename from
24523         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24524         changed).  Modified to cancel old timers when their keys are
24525         removed from the cache.
24526         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24527         XEmacs, an indirection to delete-itimer.
24528         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24529         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24530         users can only check cache without risk of prompting.  Correct bug in
24531         notruncate behavior.
24532         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24533         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24534         Add informative docstrings.
24535         (pgg-decrypt): Convey provided passphrase in subordinate call to
24536         pgg-decrypt-region.
24538 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
24540         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24541         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24542         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24543         `passphrase' argument, so the passphrase can be managed externally
24544         and then passed in to the system.
24546         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24547         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24548         so the passphrase cache can be used reliably with identifiers
24549         besides a pgp packet's key id.
24551         * pgg-gpg.el (pgg-pgp-encrypt-region)
24552         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24553         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24554         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24555         argument to all these routines, so the passphrase can be managed
24556         externally and passed in to the system.
24558         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24559         `notruncate' argument, so the passphrase cache can be used
24560         reliably with identifiers besides a pgp packet's key id.
24562 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24564         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24565         symmetric encryption.
24566         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24567         encrypted session key.
24568         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24569         message ask for the passphrase in a proper way.
24571         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24572         New user commands for symmetric encryption.
24574 2005-10-28  Bill Wohler  <wohler@newt.com>
24576         * help-mode.el (help-url): New button type.  Calls browse-url.
24577         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
24578         Similar to Info nodes: URL `url'.
24579         (help-make-xrefs): Create help-url buttons for
24580         help-xref-url-regexp matches.
24582 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
24584         * tool-bar.el (tool-bar-add-item-from-menu)
24585         (tool-bar-local-item-from-menu): Fix doc strings.
24587 2005-10-28  Romain Francoise  <romain@orebokech.com>
24589         * ldefs-boot.el: Update.
24591         * subr.el (locate-library): Move from help-fns.el.
24592         * help-fns.el (locate-library): Move to subr.el.
24594 2005-10-28  Richard M. Stallman  <rms@gnu.org>
24596         * net/tramp.el (tramp-completion-mode): defvar moved up.
24598         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
24600         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
24602         * files.el (find-file-noselect): Use %d to format large file size.
24604         * bindings.el (mode-line-format): Add %e.
24606         * loadup.el ("facemenu"): Load unconditionally.
24607         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
24608         ("x-dnd"): Load, when appropriate.
24610         * startup.el (command-line): Call before-init-hook earlier.
24611         Warn about some bad characters in -u user name.
24613         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
24614         (flyspell-external-point-words): Error if misspelled word is not found.
24615         Set flyspell-large-region-beg at end of word.
24617 2005-10-28  Andreas Schwab  <schwab@suse.de>
24619         * view.el (View-revert-buffer-scroll-page-forward):
24620         Use view-page-size-default.
24622 2005-10-28  Juri Linkov  <juri@jurta.org>
24624         * international/quail.el (quail-get-current-str): Translate last
24625         raw character for deterministic input methods.
24627 2005-10-27  Jay Belanger  <belanger@truman.edu>
24629         * calc/calc-ext.el: Add functions to autoloads.
24630         (math-identity-matrix-p, math-ident-row-p): New functions.
24632         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
24633         multiplication by an identity matrix; don't turn multiplication by
24634         an inverse matrix into division.
24635         (math-div-symbol-fancy): Replace division by matrices with
24636         multiplication by inverse.
24638         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
24640         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
24641         (calc-writeoutpower): New functions.
24643 2005-10-27  Romain Francoise  <romain@orebokech.com>
24645         * replace.el (occur-engine): Include colon in mouse-face highlight.
24647         * dired-x.el: Change Maintainer field.
24649 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
24651         * longlines.el (longlines-mode): Bind after-change-functions to
24652         nil during initial decoding and final encoding.
24654 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
24656         * term.el (term-emulate-terminal, term-handle-colors-array)
24657         (term-handle-ansi-escape): Specify the terminfo capabilities
24658         implemented.
24660 2005-10-26  Richard M. Stallman  <rms@gnu.org>
24662         * info.el (Info-fontify-node): Fix detection of sentence-break
24663         before *Note.
24665 2005-10-26  Romain Francoise  <romain@orebokech.com>
24667         * smerge-mode.el: Add `tools' to file keywords.
24669 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
24671         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
24672         when the fringe is not available.
24674         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
24675         (def-gdb-auto-update-trigger): Simplify construction.
24676         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
24677         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
24678         defined explicitly.
24679         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
24680         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
24681         defined explicitly.
24682         (gdb-info-locals-custom): Remove as it's a no-op.
24684 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
24686         * longlines.el (longlines-mode): Remove narrowing before
24687         performing the initial decoding or final encoding.
24689 2005-10-25  Romain Francoise  <romain@orebokech.com>
24691         * emacs-lisp/find-func.el (find-library-name): Also strip
24692         extension if library name ends in .el, to take advantage of
24693         `find-library-suffixes'.
24695 2005-10-25  Richard M. Stallman  <rms@gnu.org>
24697         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
24699 2005-10-25  Juri Linkov  <juri@jurta.org>
24701         * textmodes/texinfo.el (texinfo-mode): Change charset of one
24702         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
24704 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24706         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
24707         (blackbox-redefine-key): Add argument `map'.
24709         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
24710         regions when moving the jit-lock-context-unfontify-pos boundary.
24712 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24714         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
24716 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24718         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
24720 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
24722         * play/blackbox.el (blackbox-redefine-key): New function.
24723         (blackbox-mode-map): Use it to remap existing bindings for cursor
24724         motion instead of binding literal keys.
24726 2005-10-25  Glenn Morris  <rgm@gnu.org>
24728         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
24729         diary does not end in a newline.  Do not assume a blank line at
24730         the start of the diary file.
24732 2005-10-25  Kenichi Handa  <handa@m17n.org>
24734         * international/quail.el (quail-translate-key): If the input
24735         method is deterministic and failed to handle the last key, restart
24736         the key handling loop from an appropriate key.
24738 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
24740         * vc.el (vc-dired-mode): Extend comment for binding of
24741         `directory-listing-before-filename-regexp'.
24743 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24745         * textmodes/texinfo.el (texinfo-mode):
24746         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
24747         not to unnecessarily expose emacs-mule's internal char codes.
24749 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
24751         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
24752         Display hand pointer and help-echo on disabled icon too.
24753         (gdb-mouse-until): New function.
24754         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
24756 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
24758         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
24759         with 2005-10-23 change to doctor.el.
24761         * finder.el (finder-mode-map): Add follow-link binding.
24763 2005-10-25  Kim F. Storm  <storm@cua.dk>
24765         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
24766         to gdb-mouse-toggle-breakpoint-fringe.
24767         (gdb-mouse-toggle-breakpoint-margin): Rename from
24768         gdb-mouse-toggle-breakpoint.  Fix doc.
24769         (gdb-mouse-toggle-breakpoint-fringe): New defun.
24770         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
24771         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24772         string properties also for fringe breakpoint bitmaps.
24774 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
24776         * textmodes/org.el (org-start-icalendar-file): Fix format form.
24778 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24780         * simple.el (completion-common-substring):
24781         Use `completion-common-substring' prior to `completion-base-size'.
24783 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
24785         * savehist.el: Require CL while compiling.
24786         (savehist-history-variables): Remove.
24787         (savehist-save-minibuffer-history, savehist-additional-variables)
24788         (savehist-minibuffer-history-variables): New vars.
24789         (savehist-save): Use them.
24790         (savehist-uninstall, savehist-minibuffer-hook): New funs.
24791         (savehist-install): New fun, extracted from savehist-load.
24792         (savehist-load): Use them.
24794 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24796         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
24797         a dummy doc-string-elt property.
24798         (defalias, defvaralias, define-category): Add a docstring property.
24800         * image.el (defimage):
24801         * widget.el (define-widget):
24802         * custom.el (defface, defcustom): Add `doc-string' declaration.
24804         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
24805         (defadvice): Add `doc-string' declaration.
24807         * emacs-lisp/byte-run.el (macro-declaration-function):
24808         Handle `doc-string' declarations.
24809         (define-obsolete-function-alias, define-obsolete-variable-alias):
24810         Add `doc-string' declaration.
24812 2005-10-24  Kenichi Handa  <handa@m17n.org>
24814         * international/utf-7.el (utf-7): Add autoload cookie.
24816         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
24818 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
24820         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
24821         list of directories passed to batch-update-autoloads.  Add "." to
24822         the list of the echoed directories.
24824         * pgg-def.el:
24825         * pgg-gpg.el:
24826         * pgg-parse.el:
24827         * pgg-pgp.el:
24828         * pgg-pgp5.el:
24829         * pgg.el: Moved here from the gnus subdirectory.
24831 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
24833         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
24834         in case comint-prompt-read-only is set to t.
24836         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
24837         in case comint-prompt-read-only is set to t.
24839 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
24841         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
24842         Now a string.
24843         (icalendar-import-format): Handle CLASS, STATUS, URL.
24844         Rename `subject' to `summary'.
24845         (icalendar-import-format-summary): Rename from
24846         `icalendar-import-format-subject'.
24847         (icalendar-import-format-url, icalendar-import-format-status)
24848         (icalendar-import-format-class): New variables.
24849         (icalendar--rris): Take variable argument list.
24850         (icalendar--datestring-to-isodate): Remove unnecessary
24851         calendar-style check when converting dates with explicit month names.
24852         (icalendar-export-region): Change return type of conversion
24853         subroutines.  Bury current buffer unless error occurred.
24854         (icalendar--convert-to-ical)
24855         (icalendar--parse-summary-and-rest): New functions.
24856         (icalendar--convert-ordinary-to-ical)
24857         (icalendar--convert-weekly-to-ical)
24858         (icalendar--convert-yearly-to-ical)
24859         (icalendar--convert-block-to-ical)
24860         (icalendar--convert-cyclic-to-ical)
24861         (icalendar--convert-anniversary-to-ical): Change return type.
24862         Strip trailing blanks from subject.
24863         (icalendar--convert-sexp-to-ical): Change return type.
24864         Strip trailing blanks from subject.  Handle simple sexp
24865         entries as generated by icalendar.el.
24866         (icalendar--convert-float-to-ical)
24867         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
24868         (icalendar-import-file): Doc fix.
24869         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
24870         Correct call to icalendar--rris.
24871         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
24872         `summary'.
24873         (icalendar--add-diary-entry): Rename `subject' to `summary'.
24875 2005-10-24  Romain Francoise  <romain@orebokech.com>
24877         * server.el (server-sentinel): Set query-on-exit flag to nil on
24878         new client processes (it isn't inherited from the server process).
24880         * replace.el (occur-engine): Rearrange text properties.
24882 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24884         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
24885         case-fold-search is nil.
24886         (debug-help-follow): Use help-xref-interned directly.
24888 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24890         * thumbs.el (thumbs-image-type): Add .pbm.
24892 2005-10-23  Richard M. Stallman  <rms@gnu.org>
24894         * faces.el (inhibit-face-set-after-frame-default): New variable.
24895         (set-face-attribute): Bind it.
24896         (face-set-after-frame-default): Test it.
24898         * help-fns.el (describe-simplify-lib-file-name): New function.
24899         (describe-function-1, describe-variable): Use it.
24901         * faces.el (describe-face): Use describe-simplify-lib-file-name.
24903         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
24904         Eliminate nil as possible value.
24905         (tooltip-hide-delay): Reduce internal-border-width.
24907         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
24908         (menu-bar-file-menu) <new-file>: Likewise.
24910         * simple.el (line-move-finish): Ignore fields computing LINE-END.
24912         * international/mule.el (load-with-code-conversion):
24913         Pass full file name to `eval-buffer' unless preloading.
24915         * textmodes/flyspell.el (flyspell-large-region):
24916         Call ispell-check-version.
24918         * textmodes/ispell.el (ispell-local-dictionary-overridden):
24919         Fix the make-variable-buffer-local call that was supposed
24920         to be for this variable.
24921         (ispell-aspell-supports-utf8): Doc fix.
24922         (ispell-find-aspell-dictionaries): Preserve elements of
24923         ispell-dictionary-alist for dictionaries that aspell doesn't report.
24924         (ispell-aspell-find-dictionary): Return nil on error.
24926         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
24927         (doctor-symptoms): Likewise.
24929         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
24931 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24933         * cus-edit.el (custom-button, custom-button-pressed): New vars.
24934         (custom-raised-buttons): Add :set spec.
24935         (custom-button-unraised, custom-button-pressed-unraised):
24936         New faces, so that custom-raised-buttons actually does something.
24937         (custom-mode): Use custom-button and custom-button-pressed.
24939         * wid-edit.el (widget-specify-button): Don't ignore
24940         widget-mouse-face on graphic terminals.
24941         (widget-move-and-invoke): Cleanup.
24943 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
24945         * whitespace.el (whitespace-cleanup): Doc fix.
24947 2005-10-23  Romain Francoise  <romain@orebokech.com>
24949         * emulation/viper.el (viper-set-hooks): Quote forms passed to
24950         `eval-after-load' to avoid evaluating their result.
24952 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
24954         * files.el (directory-listing-before-filename-regexp):
24955         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
24957         * dired.el (dired-move-to-filename-regexp): Remove.
24958         All occurrences replaced by `directory-listing-before-filename-regexp'.
24960         * dired-x.el, locate.el, vc.el:
24961         Replace `dired-move-to-filename-regexp' by
24962         `directory-listing-before-filename-regexp'.  In vc.el it is
24963         overwritten locally; maybe this can be handled in files.el too.
24965         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
24966         replaced by `directory-listing-before-filename-regexp'.
24968 2005-10-23  Andreas Schwab  <schwab@suse.de>
24970         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
24971         and eval-next-after-load.
24973 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
24975         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
24976         exist, create it.
24978 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
24980         * allout.el: Remove autoloads for mailcrypt and crypt++.
24981         Require pgg, pgg-gpg during compilation.
24982         (allout-version): Increment version number to 2.1, and use a literal
24983         rather than RCS Id.
24984         (allout-default-encryption-scheme): Remove.
24985         (allout-passphrase-verifier-handling)
24986         (allout-passphrase-verifier-string)
24987         (allout-file-passphrase-verifier-string)
24988         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
24989         (allout-passphrase-hint-handling): Rename and simplify.
24990         (allout-init): Use `find-file-hook' if available, otherwise
24991         `find-file-hooks'.
24992         (allout-mode): Use `write-file-functions' if available, otherwise
24993         `local-write-file-hooks' and, instead of making auto-save-hook
24994         buffer local, make the write-file-hook activity contingent to
24995         allout-mode.
24996         (allout-mode): Use key-binding substitution in the docstring.
24997         (allout-kill-line): Spell-out kill ring data structure mutation
24998         instead of using byte-compiler-complaint-provoking `pop'.
24999         (allout-insert-listified): Use `insert' rather than `insert-string'
25000         (allout-toggle-current-subtree-encryption): Update docstring, adjust
25001         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
25002         (allout-encrypt-string): Totally revamped vis new underlying
25003         encryption facilities.
25004         (allout-mc-activate-passwd): Remove.
25005         (allout-obtain-passphrase): New, more or less replaces
25006         allout-mc-activate-passwd.
25007         (allout-encrypted-key-info): More or less replaces
25008         allout-encrypted-text-type.
25009         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
25010         (my-mark-marker): Use `(featurep 'xemacs)'.
25012 2005-10-23  Lars Hansen  <larsh@soem.dk>
25014         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
25015         (byte-compile-file-form-defmumble, byte-compile-defun)
25016         (byte-compile-defmacro): Use it.
25017         (byte-compile-form): Don't call byte-compile-set-symbol-position
25018         when a byte-compile handler is called.
25020 2005-10-22  Romain Francoise  <romain@orebokech.com>
25022         * savehist.el (savehist-history-variables): Add `grep-find-history'.
25024         * subr.el (eval-after-load): Convert library name to an absolute
25025         file name using locate-library, since load-history no longer has
25026         library names in it.
25028 2005-10-22  Richard M. Stallman  <rms@gnu.org>
25030         * files.el (make-temp-file): Move from subr.el.
25031         * subr.el (make-temp-file): Move to files.el.
25033         * window.el (get-buffer-window-list): Move from subr.el.
25034         * subr.el (get-buffer-window-list): Move to window.el.
25036         * image.el (image-load-path): Use eval-at-startup to initialize.
25038         * subr.el (eval-at-startup): New macro.
25040         * subr.el: Much rearrangement of functions and division
25041         into pages.  No code changes.
25043 2005-10-22  Kenichi Handa  <handa@m17n.org>
25045         * tar-mode.el (tar-extract): Be sure to call
25046         find-operation-coding-system if set-auto-coding doesn't find a
25047         coding system.
25049 2005-10-22  Kim F. Storm  <storm@cua.dk>
25051         * image.el (image-type-header-regexps): Rename from image-type-regexps.
25052         Change users.
25053         (image-type-file-name-regexps): New defconst.
25054         (image-type-from-data): Simplify loop.
25055         (image-type-from-buffer): New defun.
25056         (image-type-from-file-header): Use it instead of image-type-from-data.
25057         Use image-search-load-path instead of only looking in data-directory.
25058         (image-type-from-file-name): New defun.
25059         (image-search-load-path): Change `pathname' to `filename'.
25060         Make PATH arg optional, default to image-load-path.
25062 2005-10-21  Richard M. Stallman  <rms@gnu.org>
25064         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
25066         * textmodes/paragraphs.el (sentence-end-base): New variable.
25067         (sentence-end): Use sentence-end-base.
25069 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25071         * font-lock.el (font-lock-default-fontify-region): Check the multiline
25072         property independently from the font-lock-multiline variable.
25074 2005-10-21  Richard M. Stallman  <rms@gnu.org>
25076         * emacs-lisp/find-func.el (find-library-name): Doc fix.
25078         * startup.el (command-line): Convert library names
25079         in `load-history' to absolute file names.
25081         * subr.el (symbol-file): Doc fix.
25083         * loadhist.el (file-loadhist-lookup): Call locate-library
25084         instead of find-library-name.  Don't try converting
25085         abs file names to library names, since load-history no longer
25086         has library names in it.
25087         (file-dependents, file-provides, file-requires): Doc fixes.
25089 2005-10-21  Juri Linkov  <juri@jurta.org>
25091         * progmodes/etags.el (tags-table-mode): New function.
25092         (tags-verify-table): Replace initialize-new-tags-table with
25093         tags-table-mode.
25095         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
25096         default value.
25097         (desktop-modes-not-to-save): Add tags-table-mode to the
25098         default value.
25100         * info.el (Info-index-next): Add total number of index
25101         alternatives to the message.
25103         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
25104         backward only space (instead of space and period) before looking
25105         at sentence end.
25107         * simple.el (set-variable): Use user-variable-p instead of symbolp.
25108         Add the old variable value as 4th default-value arg of read-string.
25110 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25112         * cus-face.el (custom-declare-face): Make face from X resources
25113         also on Mac.
25115         * disp-table.el (standard-display-g1, standard-display-graphic):
25116         Refuse to use string glyphs also on Mac.
25117         (standard-display-european): Don't set terminal coding system also
25118         on Mac.
25120         * frame.el (display-screens): Use x-display-screens also on Mac.
25122 2005-10-21  Romain Francoise  <romain@orebokech.com>
25124         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
25126 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25128         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
25129         and $? into sexps.
25131         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
25132         warning face on open-paren-in-column-0.
25134         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
25135         boundary case.  Fix typo.
25136         Suggested by Martin Rudalics <rudalics@gmx.at>.
25138 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
25140         * textmodes/org.el (org-combined-agenda-icalendar-file)
25141         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
25142         (org-export-icalendar-this-file)
25143         (org-export-icalendar-all-agenda-files)
25144         (org-export-icalendar-combine-agenda-files): New commands.
25145         (org-export-icalendar, org-print-icalendar-entries)
25146         (org-start-icalendar-file, org-finish-icalendar-file)
25147         (org-ical-ts-to-string): New functions.
25148         (org-read-date, org-goto-calendar)
25149         (org-agenda-goto-calendar): Inhibit displaying diary entries by
25150         call to `calendar'.
25151         (orgtbl-setup): Remove the :keys arguments from the menu description.
25152         (org-after-save-iCalendar-file-hook): New variable.
25154 2005-10-21  Kenichi Handa  <handa@m17n.org>
25156         * language/vietnamese.el (tcvn-5712): Make it an alias of
25157         vietnamese-tcvn coding-system.
25159 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
25161         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
25162         group id is given.
25164 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25166         * progmodes/sh-script.el (sh-escaped-line-re): New var.
25167         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
25168         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
25169         whose line is either continued or ends with a comment.
25171 2005-10-20  Romain Francoise  <romain@orebokech.com>
25173         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
25175         * replace.el (occur-engine): Add follow-link property.
25177         * font-core.el (font-lock-mode): Doc fix.
25179 2005-10-20  Richard M. Stallman  <rms@gnu.org>
25181         * net/rcirc.el: New file.
25183 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
25185         * term.el (term-term-name): Initialize to "eterm-color".
25187 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
25189         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
25190         for encryption functionality.
25191         Move allout customization subgroup from `editing' to `outlines' group.
25192         Fix commentary keywords to legitimate ones.
25193         Update author info (using my current email address, obscurified).
25194         (allout-encrypt-string, allout-encryption-produce-work-buffer)
25195         (allout-encrypted-topic-p, allout-encrypted-text-type)
25196         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
25197         (allout-situate-encryption-key-verifier)
25198         (allout-get-encryption-key-verifier, allout-verify-key)
25199         (allout-next-topic-pending-encryption)
25200         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
25201         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
25202         (outline-key-verifier-handling, outline-key-hint-handling)
25203         (outline-encrypt-unencrypted-on-saves): New defcustoms.
25204         (allout-file-key-verifier-string, allout-encryption-scheme)
25205         (allout-key-verifier-string, allout-key-hint-string)
25206         (allout-after-save-decrypt): New variables.
25207         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
25208         (allout-after-saves-handler): New hook functions.
25209         (allout-post-command-business): Do allout-after-save-decrypt.
25210         (allout-enable-file-variable-adjustment): Custom var to enable
25211         mechanism for adding and adjusting settings of Emacs file variables.
25212         (allout-adjust-file-variable, allout-file-vars-section-data):
25213         New functions, implement the mechanism.
25214         (outlineify-sticky): Use the file vars mechanism.
25215         (allout-inhibit-protection, allout-during-write-cue)
25216         (allout-override-protect, allout-before-change-protect): Remove.
25217         (allout-flag-region, allout-open-topic): Adjust read-only text.
25218         (allout-open-line-not-read-only): Add to facilitate read-only
25219         text based protection.
25220         (allout-kill-line): Revise to adjust read-only text, clue the
25221         user about the inhibition.
25222         (allout-unprotected): Use unwind-protect.
25223         (allout-shift-in, allout-shift-out): Disallow manually shifting a
25224         topic deeper than the offspring depth of the previous topic -
25225         avoiding confusing "containment discontinuities".
25226         (allout-reindent-bodies): Fix retention of body relative hanging
25227         indent during promotion of collapsed bodies.
25228         (allout-open-topic): Make it easy to open new topic with same
25229         bullet as current topic - topic creation functions provided with
25230         any universal argument provokes now prompt for bullet, defaulting
25231         to the bullet of the previous topic.
25232         (allout-plain-bullets-string, allout-distinctive-bullets-string):
25233         Plain bullet alternates `.' period and `,' comma only.  All other
25234         bullets are relegated to special status (but customizable).
25235         (allout-end-of-entry): Rename from allout-end-of-current-entry
25236         since it actually operates w.r.t. most immediately containing
25237         entry, visible or not.
25238         (allout-hide-current-entry, allout-show-current-entry): Use the
25239         revised version.
25240         (allout-old-expose-topic): Solidify deprecation.
25241         (allout-end-of-subtree): Add so we can span concealed as well
25242         as visible topics.
25243         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
25244         (allout-end-of-current-heading): Tweak to just respect the first line.
25245         (allout-get-body-text): Add.
25246         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
25247         when invoked interactively.
25248         (allout-up-current-level): Use `interactive-p'.
25249         (allout-mode, allout-init): Miscellaneous docstring and
25250         operational refinements, as well as hookups of new encryption stuff.
25251         (allout-beginning-of-current-entry): Now works as advertised.
25252         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
25253         (allout-isearch-rectification): Refine condition for isearching.
25254         (allout-isearch-abort, allout-enwrap-isearch)
25255         (allout-flag-region, my-region-active-p): Relocate some macros.
25256         (allout-title): Fallback title is (buffer-name), not
25257         non-existing (current-buffer-name).
25258         (subst-char-in-string): Define if absent (for some XEmacs versions).
25260 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
25262         * mail/sendmail.el (mail-setup-hook, mail-aliases)
25263         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
25264         (mail-citation-prefix-regexp, mail-signature-file)
25265         (mail-default-headers, mail-bury-selects-summary)
25266         (mail-send-nonascii): Add autoload cookies.
25268 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25270         * frame.el (blink-cursor-mode): Add `mac' to the list of
25271         window-system's that support blinking cursor.
25273 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
25275         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
25277 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
25279         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
25280         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
25281         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
25283 2005-10-20  Kim F. Storm  <storm@cua.dk>
25285         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
25286         (ido-set-current-directory): Don't add / after final @.
25287         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
25288         Explicitly handle ange-ftp completion oddities.
25289         (ido-make-file-list): Don't rotate list at tramp root to avoid
25290         triggering tramp file handler for expand-file-name via get-file-buffer.
25292 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25294         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
25296 2005-10-19  Jay Belanger  <belanger@truman.edu>
25298         * calc/calc-units.el (math-standard-units): Add units, adjust
25299         symbols and update values.
25300         (math-unit-prefixes): Add more prefixes.
25302 2005-10-19  Romain Francoise  <romain@orebokech.com>
25304         * bookmark.el (bookmark-menu-heading): New face.
25305         (bookmark-bmenu-list): Use it.
25306         Don't fiddle with `baud-rate' at top-level.
25308 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
25310         * image.el (create-image, find-image): Mention max-image-size in
25311         docstring.
25313 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25315         * savehist.el (savehist-load): Revert to checking XEmacs.
25317         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
25318         Various docstring and line-width fixups.
25319         (conf-mode): Use cond.
25320         Set font-lock-defaults.  Don't set comment-use-syntax.
25322 2005-10-18  David Ponce  <david@dponce.com>
25324         * tree-widget.el (tree-widget-button-click): New function.
25325         (tree-widget-button-keymap): Use it.
25327 2005-10-18  Romain Francoise  <romain@orebokech.com>
25329         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
25330         (bookmark-bmenu-hide-filenames): Add follow-link property.
25331         Improve help-echo text.
25333         * ffap.el (find-file-at-point): Doc fix.
25335 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25337         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
25339 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25341         Install to the CVS repository what I forgot to install in my
25342         2005-10-16 changes.
25344         * progmodes/python.el (python-complete-symbol): Pass the common
25345         prefix substring of completion to `display-completion-list'.
25347         * textmodes/org.el (org-complete): Ditto.
25349 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25351         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
25353         * woman.el (WoMan-xref-man-page): New button type derived
25354         from `Man-abstract-xref-man-page'.
25355         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
25357         * man.el (Man-abstract-xref-man-page): New button type.
25358         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
25359         (Man-highlight-references): Add new optional argument `xref-man-type'.
25361 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25363         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
25365 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
25367         * cus-edit.el (Custom-move-and-invoke): Delete.
25368         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
25370         * wid-edit.el (widget-move-and-invoke): New function, from
25371         Custom-move-and-invoke.
25373 2005-10-17  Bill Wohler  <wohler@newt.com>
25375         Move all remaining images from lisp/toolbar to etc/images, move
25376         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
25377         the low resolution images in their own directory (low-color).
25379         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
25380         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
25381         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
25382         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
25383         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
25384         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
25385         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
25387         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
25388         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
25389         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
25390         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
25391         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
25392         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
25393         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
25394         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
25395         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
25396         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
25397         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
25398         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
25399         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
25400         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
25401         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
25403         To conform with convention, replace the underscore (_) in the
25404         following image names with dash (-) or (/) as appropriate.
25406         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
25407         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
25408         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
25409         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
25410         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
25411         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
25412         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
25413         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
25414         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
25415         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
25416         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
25417         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
25418         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
25419         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
25420         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
25422         * info.el (info-tool-bar-map): Replace underscores in image names
25423         with dashes.
25425         * makefile.w32-in (WINS): Remove toolbar.
25427         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
25429         * tool-bar.el: Move to lisp from toolbar.  Now that
25430         toolbar is empty, it should be deleted when folks run "cvs up -P".
25432 2005-10-18  Jay Belanger  <belanger@truman.edu>
25434         * calc/calc-store.el (calc-store-into): Get the proper variable name
25435         to display in message.
25437 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25439         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
25440         expressions display in speedbar for all buffers when debugging.
25441         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
25443         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
25444         (speedbar-insert-button, speedbar-make-button):
25445         Use add-text-properties.
25446         (speedbar-update-localized-contents)
25447         (speedbar-update-directory-contents)
25448         (speedbar-update-special-contents): Use dolist.
25449         (speedbar-buffer-easymenu-definition): Add a menu separator.
25451 2005-10-17  Jason Rumney  <jasonr@gnu.org>
25453         * makefile.w32-in: Use $(lisp) consistently.
25454         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25455         for shell specific generation of mh-autoloads.
25457 2005-10-17  Richard M. Stallman  <rms@gnu.org>
25459         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
25461 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25463         * jit-lock.el (jit-lock-fontify-now):
25464         Move jit-lock-context-unfontify-pos to avoid wasted work.
25466 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
25468         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
25469         `tramp-completion-mode' for checking if we are in completion mode.
25470         (tramp-completion-handle-file-name-all-completions): Reorder code
25471         in order to complete for file names only in case there are no
25472         method/user/host completions.  This is necessary for cooperation
25473         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
25475 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
25477         * longlines.el (longlines-search-forward)
25478         (longlines-search-backward): Match any number of spaces.
25480 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
25482         * diff-mode.el (diff-mode): Doc fix.
25484 2005-10-16  David Reitter  <david.reitter@gmail.com>
25486         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
25487         as default on darwin and windows systems.
25489 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25491         * arc-mode.el (archive-zip-extract): Doc fix.
25493 2005-10-16  Romain Francoise  <romain@orebokech.com>
25495         * mouse.el (mouse-1-click-follows-link): Doc fix.
25497 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25499         * savehist.el: Don't require CL at runtime.
25500         (savehist-xemacs): Remove.
25501         (savehist-coding-system): Use utf-8 if present, regardless of religion.
25502         (savehist-no-conversion): Use (featurep 'xemacs).
25503         (savehist-load): Check existence of start-itimer rather than XEmacs.
25504         Use an idle timer.
25505         (savehist-process-for-saving): Replace use of CL funs `subseq' and
25506         `delete-if-not'.
25508 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
25510         * savehist.el: Newer version.
25511         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
25512         (savehist-last-checksum, savehist-no-conversion): New vars.
25513         (savehist-autosave, savehist-process-for-saving, savehist-printable):
25514         New functions.
25515         (savehist-load, savehist-save): Use them.
25516         (savehist-delimit): Remove.
25518 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25520         * progmodes/compile.el (compilation-goto-locus): Display the
25521         compilation buffer first and the source buffer second, in case they're
25522         in overlapping frames.  Don't raise the compilation frame if it was the
25523         selected window upon entry.  Pass the `other-window' arg to
25524         pop-to-buffer.
25526         * info.el (Info-fontify-node): Use dolist.
25527         Change add-text-properties to put-text-property.
25529 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25531         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
25532         bound of search.
25534 2005-10-16  Masatake YAMATO  <jet@gyve.org>
25536         * dabbrev.el (dabbrev-completion): Pass the common
25537         prefix substring of completion to `display-completion-list'.
25539         * filecache.el (file-cache-minibuffer-complete)
25540         (file-cache-complete): Ditto.
25542         * tempo.el (tempo-display-completions): Ditto.
25544         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
25546         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
25548         * eshell/em-hist.el (eshell-list-history): Ditto.
25550         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
25552         * mail/mailalias.el (mail-complete): Ditto.
25554         * progmodes/etags.el (complete-tag): Ditto.
25556         * progmodes/make-mode.el (makefile-complete): Ditto.
25558         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
25560         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
25562         * progmodes/pascal.el (pascal-complete-word)
25563         (pascal-show-completions): Ditto.
25565         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
25567         * simple.el (completion-common-substring): New variable.
25568         (completion-setup-function): Use `completion-common-substring'
25569         to put faces.
25571 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25573         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
25574         (x-get-selection, mac-select-convert-to-string): Convert from/to
25575         UTF-16 clipboard data as in native byte order, no BOM.
25577 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
25579         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25580         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
25581         (gud-sentinel): Use speedbar-frame to check for speedbar.
25583 2005-10-15  Richard M. Stallman  <rms@gnu.org>
25585         * savehist.el: New file.
25587 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
25589         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
25590         Fix bug in \bf fontification.
25592 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25594         * pcvs.el (cvs-edit-log-files): New var.
25595         (cvs-mode-edit-log): New arg `file'.
25596         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
25597         Instead force the use of the original file and nothing else.
25598         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
25599         the cvs-minor-wrap-function is set.
25600         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
25602 2005-10-14  Bill Wohler  <wohler@newt.com>
25604         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
25605         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
25606         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25607         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
25608         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
25609         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
25610         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
25611         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
25612         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
25613         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
25614         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
25615         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
25616         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
25617         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
25618         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
25620         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25621         appropriately (for example, gud-break to gud/break).
25623 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
25625         * longlines.el (longlinges-search-function)
25626         (longlines-search-forward, longlines-search-backward): New functions.
25627         (longlines-mode): Set isearch-search-fun-function to
25628         longlinges-search-function.
25630         * mouse.el (mouse-drag-region-1): Handle the case where a
25631         double-click event is bound to an arbitrary function.
25633 2005-10-14  David Ponce  <david@dponce.com>
25635         * recentf.el (recentf-track-opened-file)
25636         (recentf-track-closed-file, recentf-update-menu)
25637         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
25638         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
25639         mouse-1-click-follows-link.
25641 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25643         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
25644         Gnome file-manager.png.  Suggested by
25645         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25647         * toolbar/README: Add diropen.xpm.
25649 2005-10-13  Bill Wohler  <wohler@newt.com>
25651         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
25652         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
25654 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25656         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
25657         Don't waste the byte-compiler's time on constant data.
25659 2005-10-13  Kenichi Handa  <handa@m17n.org>
25661         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
25662         byte with `escape-glyph' face.
25664         * international/fontset.el (ccl-encode-unicode-font):
25665         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
25666         Handle the case that ucs-mule-to-mule-unicode translates a character to
25667         ASCII (usually for IPA characters).
25669 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25671         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
25672         Don't hide the underline of titles if font-lock-mode is disabled.
25674 2005-10-12  Bill Wohler  <wohler@newt.com>
25676         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
25677         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25678         files in MH-E-SRC have been updated.
25679         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
25681 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25683         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
25684         (mixal-mode-syntax-table): Add \n as end-comment.
25685         (mixal-operation-codes-alist): Immediately initialize to full value.
25686         (mixal-add-operation-code): Remove.
25687         (mixal-describe-operation-code): Make the arg non-optional.
25688         Use the interactive spec instead.
25689         Use mixal-operation-codes-alist rather than mixal-operation-codes.
25690         (mixal-font-lock-keywords): Don't highlight comments here any more.
25691         (mixal-font-lock-syntactic-keywords): New var.
25692         (mixal-mode): Use it.  Fix comment-start-skip.
25694 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25696         * startup.el (command-line-x-option-alist): -nb => -nbi.
25698 2005-10-12  Kim F. Storm  <storm@cua.dk>
25700         * startup.el (fancy-splash-default-action): Discard mouse click in
25701         the splash screen window, as it has no sensible meaning in the
25702         next window to be selected.  Fixes error reported by Jan D.
25704 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25706         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
25708 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25710         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
25711         Try to fix up minor layout issues like indentation, line break, etc...
25712         (mixal-mode-syntax-table): Don't try to specify comment syntax,
25713         because it doesn't work.
25714         (mixal-operation-codes): Add some more codes.
25715         (mixal-font-lock-keywords): Process comments here.
25716         (mixal-mode): mixasm no longer needs -g option.
25718 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25720         * progmodes/sh-script.el (sh-tmp-file):
25721         Use mktemp -t.  Finish support for es and rc shells.
25723 2005-10-11  Jay Belanger  <belanger@truman.edu>
25725         * calc/calcalg2.el (calc-integral): With an argument, compute the
25726         definite integral.
25728 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
25730         * mouse.el (mouse-drag-region-1): Don't try to catch a
25731         double-click when doing follow-link (it's overridden anyway).
25733 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
25735         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
25736         (autoload-print-form-outbuf): Add docstring.
25738 2005-10-11  Juri Linkov  <juri@jurta.org>
25740         * info.el (Info-mode-menu): Delete menu item "Edit".
25741         (Info-mode): Delete description of Info-edit from docstring,
25742         and rearrange descriptions of Info commands in the order
25743         they are documented in the Info manual.
25745 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25747         * calendar/appt.el (appt-check): Use diary-selective-display var.
25749 2005-10-10  Richard M. Stallman  <rms@gnu.org>
25751         * net/newsticker.el (newsticker-start, newsticker-show-news):
25752         Add autoload cookies.
25754 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
25756         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25758 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
25760         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
25762 2005-10-10  Jay Belanger  <belanger@truman.edu>
25764         * calc/calc-arith.el (math-check-known-scalarp)
25765         (math-check-known-matrixp): Check the values of arguments that are
25766         variables.
25767         (math-check-known-square-matrixp): New function.
25768         (math-known-square-matrixp): Use math-check-known-square-matrixp.
25769         (math-super-types): Add sqmatrix type.
25771         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
25772         mode name `square' to `sqmatrix'.
25774         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
25775         mode name `square' to `sqmatrix'.
25777 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25779         * progmodes/etags.el (select-tags-table-mode): Don't use
25780         selective-display.
25781         (tags-select-tags-table): Pass `button' to the action function.
25782         (select-tags-table): Place the side-info on button properties rather
25783         than in hidden text.  Abbreviate file names.
25784         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
25785         (select-tags-table-select): Add `button' argument.
25786         Get side-info from the button property rather than from hidden text.
25788 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
25790         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
25791         (gud-speedbar-buttons): Preserve point if possible.
25792         (gud-sentinel): Restore previous speedbar display type.
25794         * progmodes/gdb-ui.el (gdba): Improve diagram.
25795         (def-gdb-auto-update-handler, gdb-info-locals-handler)
25796         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
25797         Call get-buffer-window once.
25799 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25801         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
25802         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
25803         (pascal-indent-command): Remove unused var `ind'.
25804         (pascal-indent-case): Remove unused var `oldpos'.
25805         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
25806         since it's now used as a proper minor mode map.
25807         (pascal-outline): Rename to pascal-outline-mode.
25808         (pascal-outline-mode): Use define-minor-mode.
25809         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
25810         selective-display.
25812 2005-10-10  Andreas Schwab  <schwab@suse.de>
25814         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
25815         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
25817         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
25818         outside source directory.
25820 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
25822         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
25823         C-x' as a prefix.
25824         (orgtbl-mode-map): Full keymap instead of sparse, because all
25825         `self-insert-command' keys are redefined in this map.
25826         (org-export-as-html): Specify charset for HTML file, by taking it
25827         from the coding system.
25829 2005-10-10  Kenichi Handa  <handa@m17n.org>
25831         * textmodes/flyspell.el (flyspell-check-word-p):
25832         If unread-command-events is non-empty, don't call sit-for.
25834 2005-10-09  Richard M. Stallman  <rms@gnu.org>
25836         * font-lock.el (font-lock-syntactic-keywords)
25837         (font-lock-keywords): Doc fixes.
25839         * textmodes/flyspell.el (flyspell-external-point-words):
25840         Simplify logic, and don't try to check for consecutive appearances
25841         of one incorrect word.
25843 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
25845         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
25846         separator.
25848         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
25849         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
25850         (gud-expansion-speedbar-buttons): New function.
25851         (gud-speedbar-buttons): Check for gud-comint-buffer.
25853 2005-10-09  Bill Wohler  <wohler@newt.com>
25855         * Makefile.in (updates): Add mh-loaddefs dependency.
25857 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
25859         * speedbar.el (speedbar-file-key-map): Fix typo.
25861 2005-10-09  Daniel Brockman  <daniel@brockman.se>
25863         * cus-start.el (line-spacing): Add custom spec.
25865 2005-10-09  Romain Francoise  <romain@orebokech.com>
25867         * textmodes/ispell.el (ispell-check-version): Fix last change.
25869 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25871         * term/x-win.el: Remove -i, --icon-type from comment.
25873         * startup.el (command-line-x-option-alist): Remove options -i,
25874         -itype, --icon-type, added -nb, --no-bitmap-icon.
25876 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
25878         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
25879         instead of :active.
25881 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
25883         * textmodes/ispell.el (ispell-check-version):
25884         Ignore hyphen, and all that follows, in aspell's version text.
25886 2005-10-08  Jay Belanger  <belanger@truman.edu>
25888         * calc/calc-arith.el (math-known-square-matrixp): New function.
25889         (math-pow-fancy): Check for matrices before distributing exponent
25890         across products.
25892         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
25893         fullscreen keypad.  Suggested by Luc Teirlinck.
25894         (calc-keypad-show-input): Add space for formatting.
25896         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
25897         Add square matrix option.
25899         * calc/calc-poly.el (math-expand-term): Check for matrices instead
25900         of checking calc-matrix-mode when deciding how to expand.
25902         * calc/calc.el (calc-set-mode-line): Add square matrix option.
25904 2005-10-08  Lars Hansen  <larsh@soem.dk>
25906         * net/tramp.el (tramp-perl-directory-files-and-attributes):
25907         Add error handling.
25908         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
25910 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
25912         Sync with Tramp 2.0.51.
25914         * net/tramp.el (tramp-handle-set-visited-file-modtime)
25915         (tramp-handle-insert-file-contents, tramp-handle-write-region):
25916         Insert special handling for `last-coding-system-used', again
25917         it still seems to be necessary (unlike stated before).
25918         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
25919         (tramp-password-prompt-regexp): There might be other words before
25920         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
25921         (tramp-chunksize): Improve docstring.
25922         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
25923         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
25924         Christian Joergensen <bugs@razor.dk>.
25926 2005-10-07  Glenn Morris  <rgm@gnu.org>
25928         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
25929         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
25930         precision'.
25932 2005-10-07  Romain Francoise  <romain@orebokech.com>
25934         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
25935         (ibuffer-do-shell-command-pipe-replace)
25936         (ibuffer-do-shell-command-file, ibuffer-do-eval)
25937         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
25938         (ibuffer-do-revert, ibuffer-do-replace-regexp)
25939         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
25940         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
25941         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
25942         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
25943         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
25944         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
25945         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
25946         Autoload file sans suffix.
25948         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
25950 2005-10-07  David Ponce  <david@dponce.com>
25952         * recentf.el (recentf-menu-open-all-flag): New option.
25953         (recentf-digit-shortcut-command-name): New function.
25954         (recentf--shortcuts-keymap): New variable.
25955         (recentf-menu-shortcuts): New variable.
25956         (recentf-make-menu-items): Initialize it.  Replace the "More..."
25957         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
25958         (recentf-menu-value-shortcut): New function.
25959         (recentf-make-menu-item): Use it.  No more in-lined.
25960         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
25961         (recentf-open-most-recent-file): Rename from
25962         `recentf-open-file-with-key'.  Don't depend on key binding.
25963         (recentf-mode-map): New variable.
25964         (recentf-mode): Use it.
25966 2005-10-06  Bill Wohler  <wohler@newt.com>
25968         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
25970         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
25971         (MH-E-SRC): New.  Used by mh-autoloads.
25972         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25973         files in MH-E-SRC have been updated.
25974         (compile, recompile, bootstrap): Depend on mh-autoloads.
25976 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
25978         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
25979         gud-break and gud-remove icons when the fringe is not available.
25981         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
25982         Typo.
25984 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
25986         * play/zone.el (zone): Wrap body with save-window-excursion.
25988 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25990         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
25991         Use the new `list-only' arg to diary-list-entries.
25993         * calendar/diary-lib.el: Use overlays rather than selective-display.
25994         (diary-selective-display): New var.
25995         (diary-header-line-format): Use it.
25996         (diary-list-entries): Add argument `list-only'.
25997         Put the buffer in diary-mode.  Don't add \^M at beg and end.
25998         Replace \^M by invisible overlays.
25999         (diary-unhide-everything): Replace \^M by invisible overlays.
26000         (print-diary-entries): Look for overlays rather than \^M.
26001         Add a space to the temp buffer name.
26002         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
26003         Put the buffer in diary-mode.
26004         (list-sexp-diary-entries): Replace \^M by invisible overlays.
26005         (diary-anniversary): Make the year arg optional.
26006         (diary-time-regexp): New const.
26007         (diary-font-lock-keywords): Use it to accept a few more time formats.
26009         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
26011 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
26013         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
26014         Fix bug introduced 2005-07-03: Use (car (last ...))
26015         to faithfully reproduce replaced artist-last.
26016         (artist-set-arrow-points-for-poly): Likewise.
26017         Suggested by Johan Bockg\e,Ae\e(Brd.
26019 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
26021         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
26022         * wid-edit.el (widget):
26023         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
26024         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
26026 2005-10-06  Kenichi Handa  <handa@m17n.org>
26028         * international/mule-cmds.el (set-language-environment):
26029         Fix setting up of case-table for unibyte mode.
26031         * simple.el (what-cursor-position): If the character is displayed
26032         by some `display' text property, show that.  Don't use
26033         single-key-description for eight-bit characters in multibyte mode.
26035 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
26037         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
26038         (gdb-ann3): Set it.
26039         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
26040         (gdb-info-frames-custom): Use inverse-video for first five
26041         characters of selected frame only.
26042         (gdb-get-frame-number): Select frame even when point is on frame
26043         number.
26045 2005-10-06  Masatake YAMATO  <jet@gyve.org>
26047         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
26048         Put `font-lock-function-name-face'.
26049         (gdb-info-frames-custom): Put `font-lock-function-name-face'
26050         and `font-lock-variable-name-face'
26051         (gdb-registers-font-lock-keywords): New font lock keywords definition.
26052         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
26053         (gdb-memory-font-lock-keywords): New font lock keywords definition.
26054         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
26055         (gdb-local-font-lock-keywords): New font lock keywords definition.
26056         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
26057         (gdb-threads-font-lock-keywords): New font lock keywords definition.
26058         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
26060 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
26062         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
26063         (ediff-merge-region-is-non-clash-to-skip): Previously called
26064         ediff-merge-region-is-non-clash.
26066         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
26067         Use insert-buffer-substring.
26069         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
26070         selecting files to patch.  Also bug fixes.
26072         * ediff-util.el (ediff-setup): Bug fix.
26073         (ediff-next-difference): Never skip clashes that differ in white
26074         space only.
26076         * ediff-wind.el (ediff-setup-control-frame)
26077         (ediff-destroy-control-frame): Check the menubar feature.
26079         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
26080         (viper-refresh-mode-line): Use make-local-variable to localize
26081         some vars instead of make-variable-buffer-local.  Suggested by
26082         Stefan Monnier.
26084         * emulation/viper-init.el (viper-make-variable-buffer-local):
26085         Delete alias.
26086         (viper-restore-cursor-type, viper-set-insert-cursor-type):
26087         Use make-local-variable instead of make-variable-buffer-local.
26088         Suggested by Stefan Monnier.
26090         * emulation/viper.el (viper-mode): Don't use
26091         viper-make-variable-buffer-local.
26092         (viper-comint-mode-hook): Use make-local-variable on
26093         require-final-newline.
26094         (viper-non-hook-settings): Don't use make-variable-buffer-local.
26096 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26098         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
26099         also the second char of a comment-start sequence.
26100         (scheme-sexp-comment-syntax-table): New var.
26101         (lambda, define): Set their scheme-doc-string-elt property.
26102         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
26103         Use lisp-font-lock-syntactic-face-function now that it properly
26104         handles |...| symbols.
26105         (scheme-mode-variables): Set lisp-doc-string-elt-property,
26106         parse-sexp-lookup-properties and font-lock-extra-managed-props.
26108         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
26109         bit from # to |.
26110         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
26112         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
26113         (lisp-doc-string-elt-property): New var.
26114         (lisp-font-lock-syntactic-face-function): Use it.
26115         Rewrite to recognize docstrings even for forms not at toplevel.
26117         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
26118         annotation on the | part of #| rather than on the # part.
26119         (scheme-font-lock-syntactic-face-function): New function, to
26120         distinguish strings from |...| symbols.
26121         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
26122         syntax-table so that #|...|# is properly highlighted.
26124         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
26125         Don't mark as docstring the 3rd elem of an unknown toplevel form.
26127 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26129         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
26130         and C-e.
26132         * emacs-lisp/eldoc.el: Move comments into docstrings.
26133         (eldoc-message-commands): Initialize in its declaration.
26134         Add move-beginning-of-line and move-end-of-line.
26135         (eldoc-add-command, eldoc-add-command-completions)
26136         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
26138         * outline.el (outline-mark-subtree): Activate the mark.
26140         * calendar/appt.el (appt-time-regexp): New var.
26141         (appt-add, appt-make-list): Use it.
26142         (appt-convert-time): Clean up.
26144         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
26145         Don't set any syntax-table property here.
26146         (tex-font-lock-verb): New function.  Do it here.
26147         (tex-font-lock-syntactic-keywords): Use it.
26149 2005-10-04  Richard M. Stallman  <rms@gnu.org>
26151         * wid-edit.el (widget-file-complete): Get the widget start point
26152         the right way.  Default directory to `/' if file has none.
26154         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
26156         * textmodes/flyspell.el (flyspell-mode-on):
26157         Call ispell-maybe-find-aspell-dictionaries.
26159         * textmodes/ispell.el (ispell-word, ispell-region):
26160         Call ispell-maybe-find-aspell-dictionaries.
26161         (ispell-accept-buffer-local-defs):
26162         Don't call ispell-maybe-find-aspell-dictionaries.
26164 2005-10-04  Richard M. Stallman  <rms@gnu.org>
26166         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
26168 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
26170         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
26171         instead of `fboundp' in order to allow for anonymous functions.
26173 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
26175         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
26176         case the user clicks on the link while another window is selected.
26177         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
26179         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
26180         functionality.
26181         (dframe-help-echo): Save point in case mouse tracking is off.
26183 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
26185         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
26187 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26189         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
26190         not change the global value of those vars.
26192         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
26193         make-local-variable which we do not need any more.
26195 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
26197         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
26198         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
26199         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
26200         (speedbar-path-line): Define obsolete aliases.
26201         (speedbar-line-directory): Doc fix.
26203         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
26204         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
26205         instead of speedbar-line-path.
26207 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26209         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
26210         to nil if dropping on a window.  Handle dropping on a minibuffer window
26211         like dropping on a non-window part of Emacs.
26213 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26215         * net/ange-ftp.el: Use with-current-buffer.
26216         (ange-ftp-insert-directory): Do not follow symlinks any more.
26218         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
26219         Remove interactive spec.
26221 2005-10-03  Kim F. Storm  <storm@cua.dk>
26223         * ido.el (ido-mode): Use custom-initialize-set.
26225 2005-10-02  Richard M. Stallman  <rms@gnu.org>
26227         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
26228         Use insert-buffer-substring.
26230         * net/tramp.el: Pacify byte compiler warnings in pacification code.
26231         (tramp-handle-file-local-copy): Use insert-buffer-substring.
26233 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26235         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
26236         in last change.
26237         (ange-ftp-insert-directory): Fix up the search for the case where
26238         `file' is absolute.
26240 2005-10-02  Romain Francoise  <romain@orebokech.com>
26242         * progmodes/compile.el (compile-goto-error): Delete extra paren.
26244 2005-10-02  Andreas Schwab  <schwab@suse.de>
26246         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
26247         directory component in the session info.
26249 2005-10-01  Richard M. Stallman  <rms@gnu.org>
26251         * comint.el (comint-redirect-subvert-readonly): Doc fix.
26253         * simple.el (next-error-internal): New function.
26255         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
26256         (compilation-start): Pass new arg to compilation-buffer-name.
26257         (compile-goto-error): Use next-error-internal.
26259 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
26261         * speedbar.el: Remove RCS tag.
26262         (speedbar-check-read-only): Handle non-existent files.
26264         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
26266         * info.el (Info-speedbar-hierarchy-buttons)
26267         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
26269 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26271         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
26272         Do not match newline.
26273         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
26274         (bibtex-summary): Remove unnecessary save-excursion.
26275         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
26277 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26279         * term/mac-win.el: Add charset info for "iso10646-1".
26280         Modify default fontset to use ATSUI-compatible fonts for some charsets
26281         if available.
26283 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
26285         * speedbar.el: Re-apply arch tag.
26286         (speedbar-version): Rename to version 1.0.  Suggested by Eric
26287         M. Ludlam.
26288         Reapply two changes from Emacs CVS' version of speedbar lost
26289         during the merge:
26290         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
26291         (speedbar-frame-parameters): Improve customize type.
26293 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26295         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
26296         (ange-ftp-file-directory-p): Fix the symlink case.
26297         (ange-ftp-insert-directory): When listing a single file, get a list of
26298         the parent buffer and extract the relevant line.  Inspired from a patch
26299         by Katsumi Yamaoka <yamaoka@jpl.org>.
26300         (ange-ftp-file-name-sans-versions): Simplify.
26302 2005-09-30  Bill Wohler  <wohler@newt.com>
26304         Move MH-E image files from toolbar and mail directories into
26305         etc/images.
26307         * mail/reply2.*: Move to etc/images/mail/reply*.
26309         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
26310         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
26311         etc/images.
26313         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
26314         * toolbar/reply*: Move to etc/images/mail.
26316         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
26318 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
26320         * speedbar.el: New version 1.0pre3.
26322         Frame management code (including timer, and mouse click specifics)
26323         moved to dframe.el:
26324         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
26325         (speedbar-timer): Removed.  Use dframe-timer.
26326         (speedbar-close-frame): Removed.  Use dframe-close-frame.
26327         (speedbar-activity-change-focus-flag): Removed.  Use
26328         dframe-activity-change-focus-flag.
26329         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
26330         dframe-update-speed.
26332         (speedbar-current-frame): New macro.  Use this instead of the
26333         variable speedbar-frame.
26335         (speedbar-use-images, speedbar-expand-image-button-alist)
26336         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
26338         (speedbar-find-image-on-load-path): Removed.  Replaced by
26339         defezimage in ezimage.el.
26340         (speedbar-expand-image-button-alist): Removed.  Replaced by
26341         ezimage-expand-image-button-alist in ezimage.el.
26343         (speedbar-ignored-directory-regexp)
26344         (speedbar-add-ignored-directory-regexp)
26345         (speedbar-ignored-directory-expressions)
26346         (speedbar-line-directory, speedbar-buffers-line-directory)
26347         (speedbar-directory-line, speedbar-buffers-line-directory):
26348         Renamed, replacing `path' with `directory'.
26350         (speedbar-create-directory, speedbar-expand-line-descendants)
26351         (speedbar-toggle-line-expansion)
26352         (speedbar-contract-line-descendants): New commands.
26354         (speedbar-query-confirmation-method, speedbar-select-frame-method)
26355         (speedbar-use-tool-tips-flag): New options.
26357         (speedbar-check-read-only, speedbar-require-version)
26358         (speedbar-insert-separator, speedbar-buffers-tail-notes)
26359         (speedbar-handle-delete-frame, speedbar-try-completion)
26360         (speedbar-update-localized-contents): New functions.
26362         (speedbar-incompatible-version, speedbar-ro-to-do-point)
26363         (speedbar-object-read-only-indicator): New variables.
26365         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
26366         New hooks.
26368         (speedbar-separator-face): New face.
26370         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
26371         (speedbar-ignored-modes): Add fundamental-mode.
26372         (speedbar-directory-unshown-regexp): Add . directories.
26374         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
26375         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
26376         `]' for full expand/close.
26377         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
26379         (speedbar-check-vc): Support hidden files.
26380         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
26381         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
26382         state is nil, it is not checked out.
26384         (speedbar-line-text, speedbar-line-token): Support expand buttons
26385         with no text.
26386         (speedbar-refresh): Universal argument acts as power-click.
26387         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
26388         that buffer to get variable values.
26390         And many other bugfixes.
26392         * dframe.el, ezimage.el, sb-image.el: New files.
26394         * sb-*.xpm: Remove files.  New image files installed into
26395         etc/images/ezimage.
26397 2005-09-30  Kenichi Handa  <handa@m17n.org>
26399         * ps-mule.el (ps-mule-show-warning): If a character is in
26400         ps-print-translation-table, don't treat it as non-printable.
26402 2005-09-30  David Ponce  <david@dponce.com>
26404         * tree-widget.el (tree-widget-themes-load-path): New variable.
26405         (tree-widget-themes-directory): Doc fix.
26406         (tree-widget-image-formats) [Emacs]: Doc fix.
26407         (tree-widget--locate-sub-directory): New function.
26408         (tree-widget-themes-directory): Use it.
26410         * recentf.el (recentf-filename-handlers): Rename from
26411         `recentf-filename-handler'.  Allow a list of functions.
26412         (recentf-menu-items-for-commands): Fix :help strings.
26413         (recentf-apply-filename-handlers): New function.
26414         (recentf-expand-file-name): Use it.
26415         (recentf-cleanup): Remove duplicates too.
26417 2005-09-29  Juri Linkov  <juri@jurta.org>
26419         * faces.el: Rearrange face definitions to be in the same order as
26420         their face descriptions in "(emacs)Standard Faces".
26422         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
26424         * tooltip.el (tooltip): Add group `basic-faces'.
26426         * buff-menu.el (Buffer-menu-buffer): Remove group
26427         `font-lock-highlighting-faces'.
26429         * progmodes/compile.el (compilation-error, compilation-warning)
26430         (compilation-info, compilation-line-number, compilation-column-number):
26431         Change group from `font-lock-highlighting-faces' to `compilation'.
26433         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26434         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
26435         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
26436         (vhdl-font-lock-reserved-words-face)
26437         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
26438         `font-lock-highlighting-faces'.
26440         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
26442 2005-09-28  Kim F. Storm  <storm@cua.dk>
26444         * emulation/cua-base.el: Set CUA move property on additional commands:
26445         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
26446         forward-sexp, backward-sexp, forward-list, backward-list.
26448 2005-09-28  Romain Francoise  <romain@orebokech.com>
26450         * comint.el (comint-show-output): Really set point at the
26451         beginning of the output when not using `comint-use-prompt-regexp'.
26453 2005-09-27  Jay Belanger  <belanger@truman.edu>
26455         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
26456         in TeX mode.
26458 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
26460         * textmodes/org.el (org-table-sum): Fix format string.
26462         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
26463         Quote face names.
26465 2005-09-26  Romain Francoise  <romain@orebokech.com>
26467         * isearch.el (isearch-forward-regexp): Close doc string.
26469 2005-09-25  Richard M. Stallman  <rms@gnu.org>
26471         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
26473         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
26475         * progmodes/compile.el (compilation-error-properties):
26476         When getting the file from the previous error message,
26477         correctly decode the new data format.
26479         * progmodes/cc-cmds.el (c-electric-paren):
26480         Call old-blink-paren only for close-paren.
26482 2005-09-24  Andreas Schwab  <schwab@suse.de>
26484         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
26485         condition.
26487 2005-09-25  Romain Francoise  <romain@orebokech.com>
26489         * dired-aux.el (dired-copy-file-recursive):
26490         * dired.el (dired-delete-file):
26491         * ediff-mult.el (ediff-dir-diff-copy-file):
26492         * ediff-util.el (ediff-test-save-region):
26493         * forms.el (forms-mode):
26494         * ido.el (ido-file-internal, ido-delete-file-at-head):
26495         * log-edit.el (log-edit-done):
26496         * ses.el (ses-yank-resize):
26497         * play/gomoku.el (gomoku-human-plays, gomoku)
26498         (gomoku-human-resigns, gomoku-prompt-for-other-game)
26499         (gomoku-offer-a-draw):
26500         * play/landmark.el (lm-human-resigns, lm):
26501         * net/eudcb-ldap.el (eudc-ldap-check-base):
26502         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
26503         * progmodes/ebrowse.el (ebrowse-find-pattern):
26504         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
26505         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
26506         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
26508         * vc.el (vc-delete-file):
26509         * play/gomoku.el (gomoku-terminate-game, gomoku)
26510         (gomoku-prompt-for-move, gomoku-human-takes-back):
26511         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
26512         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
26514 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
26516         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
26517         color rxvt terminals by using the code xterm.el used to use before
26518         2005-04-09 in order to match the colors used by rxvt.
26520 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26522         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
26523         colors rxvt-unicode terminals by using the same code as xterm.el.
26525 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26527         * textmodes/tex-mode.el (tex-font-lock-append-prop)
26528         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
26529         new symbol used for the tex-verbatim face.
26531 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
26533         * woman.el (woman-file-name):
26534         * wid-edit.el (widget-file-prompt-value)
26535         (widget-coding-system-prompt-value):
26536         * w32-fns.el (set-w32-system-coding-system):
26537         * vc.el (vc-version-diff, vc-annotate):
26538         * textmodes/reftex-auc.el (reftex-arg-cite)
26539         (reftex-arg-index-tag):
26540         * textmodes/refer.el (refer-get-bib-files):
26541         * textmodes/artist.el (artist-figlet-choose-font):
26542         * terminal.el (terminal-emulator):
26543         * replace.el (occur-read-primary-args):
26544         * rect.el (string-rectangle, string-insert-rectangle):
26545         * ps-print.el (ps-print-preprint):
26546         * progmodes/pascal.el (pascal-goto-defun):
26547         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
26548         * progmodes/compile.el (compilation-find-file):
26549         * printing.el (pr-interactive-n-up):
26550         * play/animate.el (animate-birthday-present):
26551         * net/rcompile.el (remote-compile):
26552         * man.el (man, Man-goto-section, Man-follow-manual-reference):
26553         * mail/rmailsum.el (rmail-summary-search-backward)
26554         (rmail-summary-search):
26555         * mail/rmailout.el (rmail-output-read-rmail-file-name)
26556         (rmail-output-read-file-name):
26557         * mail/rmail.el (rmail-search, rmail-search-backwards):
26558         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
26559         * locate.el (locate):
26560         * international/quail.el (quail-show-keyboard-layout):
26561         * international/mule.el (set-buffer-file-coding-system)
26562         (revert-buffer-with-coding-system, set-file-name-coding-system)
26563         (set-terminal-coding-system, set-keyboard-coding-system)
26564         (set-next-selection-coding-system):
26565         * international/mule-diag.el (describe-coding-system)
26566         (describe-font, describe-fontset):
26567         * international/mule-cmds.el (universal-coding-system-argument)
26568         (search-unencodable-char, describe-input-method)
26569         (set-language-environment, describe-language-environment):
26570         * international/codepage.el (codepage-setup):
26571         * international/code-pages.el (codepage-setup):
26572         * info.el (Info-search, Info-follow-reference)
26573         (Info-search-backward):
26574         * emacs-lisp/advice.el (ad-read-advised-function)
26575         (ad-read-advice-class, ad-clear-cache, ad-activate)
26576         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
26577         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
26578         (ad-read-regexp):
26579         * ediff-util.el (ediff-toggle-regexp-match):
26580         * ediff-ptch.el (ediff-prompt-for-patch-file):
26581         * dired-aux.el (dired-diff):
26582         * diff.el (diff):
26583         * cus-edit.el (custom-variable-prompt):
26584         * calendar/timeclock.el (timeclock-ask-for-project):
26585         * calc/calcalg3.el (calc-get-fit-variables):
26586         * calc/calc-store.el (calc-edit-variable)
26587         (calc-permanent-variable):
26588         * vc-mcvs.el (vc-mcvs-register):
26589         * shadowfile.el (shadow-define-literal-group):
26590         * woman.el (woman-file-name):
26591         * vc.el (vc-version-diff, vc-merge):
26592         * textmodes/reftex-index.el (reftex-index-complete-tag):
26593         * format.el (format-decode-buffer, format-decode-region):
26594         * emulation/viper-cmd.el (viper-read-string-with-history):
26595         * emacs-lisp/debug.el (cancel-debug-on-entry):
26596         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
26597         * ediff.el (ediff-merge-revisions)
26598         (ediff-merge-revisions-with-ancestor, ediff-revision):
26599         * completion.el (interactive-completion-string-reader):
26600         * calc/calc-prog.el (calc-user-define-formula):
26601         Follow convention for reading with the minibuffer.
26603 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
26605         * progmodes/python.el (python-describe-symbol): Add globals() and
26606         locals() to the arguments of emacs.ehelp.
26608 2005-09-24  Magnus Henoch  <mange@freemail.hu>
26610         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
26611         New function, code extracted from ispell-valid-dictionary-list.
26612         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
26613         Call it.
26615 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
26617         * subr.el (version-regexp-alist): Extend valid syntax for version
26618         strings: allow any of the characters -,_,+ to separate the
26619         alpha/beta/rc part from the version part.  Doc fix.
26620         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
26622 2005-09-23  David Reitter  <david.reitter@gmail.com>
26624         * mail/mailclient.el: New file.
26626 2005-09-23  Richard M. Stallman  <rms@gnu.org>
26628         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
26629         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
26630         Doc fixes.
26632         * progmodes/cc-mode.el (c-font-lock-init):
26633         Specify font-lock-lines-before.
26635 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26637         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
26638         whole conflict.
26640 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
26642         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
26643         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
26644         of `remap' feature when available.  Additional key bindings for
26645         better tty support.
26646         (org-mode-restart, org-force-self-insert): New commands.
26647         (org-time-stamp-inactive): New command.
26648         (org-remap): New function.
26649         (org-table-auto-blank-field, org-level-color-stars-only): New options.
26650         (org-enable-fixed-width-editor): Move to `org-structure'
26651         customization group.
26652         (org-self-insert-command, orgtbl-self-insert-command): Modify to
26653         blank field after field motion commands.
26655 2005-09-23  Kenichi Handa  <handa@m17n.org>
26657         * international/mule-cmds.el (set-language-environment):
26658         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
26659         have to call utf-translate-cjk-load-tables.
26661 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26663         * mouse.el (mouse-move-drag-overlay): Fix last change.
26665 2005-09-22  David Ponce  <david@dponce.com>
26667         * tree-widget.el (tree-widget-value-create): Fix previous change.
26669 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26671         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
26673 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26675         * mouse.el (mouse-move-drag-overlay): New function.
26676         (mouse-drag-region-1): Use it.
26677         Try to simplify a bit the state handling.  Handle clicks on links
26678         inside intangible areas.
26679         (mouse-save-then-kill): Minor simplification.
26680         (mouse-secondary-overlay): Make it always non-nil instead of
26681         recreating it each time.
26682         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
26683         (mouse-kill-secondary, mouse-secondary-save-then-kill):
26684         Simplify accordingly.
26686 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26688         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
26690 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
26692         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26693         (ediff-file-name-sans-prefix): Treat nil as an empty string.
26694         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
26695         to patch.
26697         * ediff-util.el: Use insert-buffer-substring.
26699         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
26701         * emulation/viper-cmd.el (viper-change-state): Don't move over the
26702         field boundaries in the minibuffer.
26703         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
26704         (viper-minibuffer-post-command-hook): New hook.
26705         (viper-line): Don't move cursor at bolp.
26707         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
26709         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
26710         avoid compiler warnings.
26712         * emulation/viper-macs.el (ex-map): Better messages.
26714         * emulation/viper-util.el (viper-beginning-of-field): New function.
26716         * emulation/viper.el: Replace make-variable-buffer-local with
26717         viper-make-variable-buffer-local everywhere, to avoid warnings.
26719 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26721         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
26722         Delete unused var `old-selected-window'.
26723         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
26724         (mouse-drag-secondary): Delete unused var `start-frame'.
26726 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26728         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
26730 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26732         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
26733         Re-indent within 80 columns.  Use inhibit-read-only.
26735 2005-09-19  Romain Francoise  <romain@orebokech.com>
26737         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
26739 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26741         * font-lock.el (font-lock-default-fontify-region): Don't add a line
26742         unconditionally, since the after-change-function already did it.
26744 2005-09-19  Miles Bader  <miles@gnu.org>
26746         * net/newsticker.el: Get rid of CVS keyword.
26748 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26750         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
26751         The prompt is formatted later.
26753 2005-09-19  David Ponce  <david@dponce.com>
26755         * tree-widget.el (tree-widget-value-create): Save the converted
26756         tree :node widget.
26758 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
26760         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
26761         variable `message'.
26763 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
26765         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
26766         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
26767         <slawomir.nowaczyk.847@student.lu.se>.
26769 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
26771         * image.el (image-load-path): Use symbol `data-directory' instead
26772         of its value, for backward compatibility with packages that bind
26773         it during `find-image'.  Suggested by Katsumi Yamaoka.
26774         (image-search-load-path): Handle symbols whose values are strings.
26776 2005-09-18  Romain Francoise  <romain@orebokech.com>
26778         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
26779         with-current-buffer form in save-excursion.
26781 2005-09-18  Deepak Goel  <deego@gnufans.org>
26783         * apropos.el (apropos-command): Fix `message' call: first arg
26784         should be a format spec.  In this and all other cases that appear
26785         below and elsewhere in the source code, I made a change only when
26786         two conditions were satisfied: [1] I can think of a possibility
26787         that the arguments would cause an error, for example, the code in
26788         question relies on external variables such as filenames.  [2] I
26789         was sure that the arg to `message' could not have been nil in the code.
26791         * textmodes/tildify.el (tildify-region): Ditto.
26793         * textmodes/reftex-index.el (reftex-index-change-entry)
26794         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
26795         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
26796         * textmodes/org.el (org-complete, org-deadline, org-schedule)
26797         (org-priority, org-table-sum):
26798         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
26799         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
26800         (flyspell-word, flyspell-display-next-corrections):
26801         * textmodes/bibtex.el (bibtex-print-help-message):
26802         * textmodes/artist.el (artist-key-set-point-poly):
26803         * term/mac-win.el (mac-services-insert-text):
26804         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
26805         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
26806         (vhdl-port-paste-testbench, vhdl-compose-new-component)
26807         (vhdl-compose-configuration):
26808         * progmodes/sh-script.el (sh-blink, sh-show-indent)
26809         (sh-set-indent, sh-learn-line-indent):
26810         * progmodes/ps-mode.el (ps-mode-target-column):
26811         * progmodes/idlwave.el (idlwave-make-tags)
26812         (idlwave-scan-library-catalogs):
26813         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
26814         * progmodes/gud.el (gud-jdb-analyze-source):
26815         * progmodes/flymake.el (flymake-log):
26816         * progmodes/ebnf2ps.el (ebnf-generate-region):
26817         * progmodes/cmacexp.el (c-macro-expansion):
26818         * progmodes/ada-xref.el (ada-treat-cmd-string):
26819         * progmodes/ada-mode.el (ada-create-case-exception-substring)
26820         (ada-justified-indent-current, ada-batch-reformat):
26821         * play/zone.el (zone):
26822         * play/landmark.el (lm-move):
26823         * play/decipher.el (decipher-show-alphabet):
26824         * net/newsticker.el (newsticker--display-jump)
26825         (newsticker--display-scroll):
26826         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
26827         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
26828         * mail/feedmail.el (feedmail-dump-message-to-queue):
26829         * eshell/esh-proc.el (eshell-remove-process-entry):
26830         * emulation/ws-mode.el (ws-last-error):
26831         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
26832         (viper-record-kbd-macro):
26833         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
26834         * emacs-lisp/lisp-mnt.el (lm-report-bug):
26835         * emacs-lisp/find-func.el (find-function-noselect):
26836         * calendar/timeclock.el (timeclock-status-string)
26837         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
26838         (timeclock-when-to-leave-string):
26839         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
26840         * calc/calc-units.el (calc-enter-units-table):
26841         * calc/calc-mode.el (calc-mode-record-mode):
26842         * woman.el (woman-mini-help):
26843         * wdired.el (wdired-change-to-wdired-mode):
26844         * vc.el (vc-retrieve-snapshot):
26845         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
26846         * startup.el (display-startup-echo-area-message):
26847         * simple.el (set-goal-column):
26848         * ses.el (ses-command-hook, ses-recalculate-cell):
26849         * server.el (server-process-filter):
26850         * printing.el (pr-interface-txt-print, pr-interface-printify)
26851         (pr-interface-ps):
26852         * pcvs.el (cvs-help):
26853         * log-edit.el (log-edit, log-edit-mode-help):
26854         * iswitchb.el (iswitchb-possible-new-buffer):
26855         * isearch.el (isearch-edit-string):
26856         * image-mode.el (image-mode, image-minor-mode):
26857         * ibuf-macs.el (define-ibuffer-filter):
26858         * hi-lock.el (hi-lock-find-patterns):
26859         * files.el (toggle-read-only):
26860         * ediff-util.el (ediff-copy-diff)
26861         (ediff-write-merge-buffer-and-maybe-kill):
26862         * echistory.el (Electric-history-undefined):
26863         * dnd.el (dnd-insert-text):
26864         * dired-aux.el (dired-query):
26865         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
26866         * bookmark.el (bookmark-bmenu-locate):
26867         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
26868         Fix `message' calls to ensure first arg is a format string.
26869         The change was made only when these two conditions were satisfied:
26870         [1] when there is a possibility that the arguments would cause an error
26871         for example, if the code in question relies on external variables
26872         such as filenames, and
26873         [2] if the arg to `message' could not have been nil in the code.
26875         * pcomplete.el (pcomplete--help): Fix `message' format spec.
26876         Not having a %s would be weird, though not technically wrong.
26878 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26880         * term/mac-win.el (mac-add-charset-info): Doc fix.
26882 2005-09-17  Romain Francoise  <romain@orebokech.com>
26884         * shell.el (shell-resync-dirs): Handle echoing processes more
26885         reliably.  Don't insert resync command if `comint-process-echoes'
26886         is non-nil.
26888 2005-09-17  Magnus Henoch  <mange@freemail.hu>
26890         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
26891         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
26892         aspell versions >= 0.60.
26893         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
26894         only if ispell-aspell-supports-utf8 is non-nil.
26896 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26898         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
26899         buffer-local value to lisp-indent-function.
26901 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
26903         * progmodes/glasses.el (glasses-make-readable): If
26904         glasses-separator differs from underscore, put appropriate
26905         overlays over underscore characters.
26906         (glasses-convert-to-unreadable): If glasses-separator differs from
26907         underscore, try to convert glasses-separator characters to
26908         underscores.
26910 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
26912         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
26913         Use with-syntax-table and dolist.
26915 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
26917         * textmodes/reftex-auc.el:
26918         * textmodes/reftex-cite.el:
26919         * textmodes/reftex-dcr.el:
26920         * textmodes/reftex-global.el:
26921         * textmodes/reftex-parse.el:
26922         * textmodes/reftex-ref.el:
26923         * textmodes/reftex-sel.el:
26924         * textmodes/reftex-toc.el:
26925         * textmodes/reftex-vars.el:
26926         * textmodes/reftex.el: Small changes to remove compiler warnings.
26928         * textmodes/reftex-index.el: Likewise.
26929         (reftex-query-index-phrase): More efficient use of markers.
26931 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26933         * image.el (image-load-path): New variable.
26934         (image-search-load-path): New function.
26935         (find-image): Search for images in `image-load-path'.
26937 2005-09-15  Richard M. Stallman  <rms@gnu.org>
26939         * follow.el: Change Maintainer field.
26941 2005-09-15  David Ponce  <david@dponce.com>
26943         * recentf.el (recentf-save-file-modes): New option.
26944         (recentf-save-list): Use it.
26946 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
26948         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
26949         (mode-line-mule-info, mode-line-modified): Move bindings from
26950         mouse-3 to mouse-1.
26952 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26954         * simple.el (sendmail-user-agent-compose): Revert last change.
26956 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26958         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
26959         Use with-current-buffer.
26960         (ange-ftp-gwp-start): Remove unused var `gw-user'.
26961         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26962         (ange-ftp-insert-directory): Remove unused var `short'.
26963         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
26965         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
26966         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
26968         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
26969         (check-calendar-holidays, diary-list-entries): Autoload.
26970         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
26971         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
26973         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
26974         which mistakenly removed a call to display-buffer.
26976 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
26978         * obsolete/iso-insert.el: Move to obsolete/ from international/.
26980 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
26982         * progmodes/hideshow.el
26983         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
26984         (hs-allow-nesting): New user var.
26985         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
26986         (hs-hide-block-at-point): When nesting allowed,
26987         if there is already an overlay in place, delete it.
26988         (hs-safety-is-job-n): Delete func; remove call sites.
26989         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
26990         (hs-overlay-at): New func.
26991         (hs-already-hidden-p, hs-show-block): Use it.
26992         (hs-hide-all): Don't pre-clean if nesting allowed.
26993         (hs-show-all): Temporarily disallow
26994         nesting around call to `hs-discard-overlays'.
26996 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
26998         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
26999         Delete unused local var.
27001 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
27003         * help-fns.el (describe-categories): "?\ " -> "?\s".
27004         (help-do-arg-highlight): Recognize also ARG-n, as in
27005         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
27007         * international/codepage.el (dos-unsupported-char-glyph):
27008         * net/newsticker.el (tool-bar-map, w3-mode-map)
27009         (w3m-minor-mode-map):
27010         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
27011         (ent-alist):
27012         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
27014 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
27016         * custom.el (custom-push-theme): Handle the case where a symbol is
27017         bound but face properties have not yet been assigned.
27019         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
27020         Fix behavior if noerase is `t' and there is no mail buffer.
27022         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
27023         if `continue' is nil, rather than signal an error.
27025 2005-09-12  Richard M. Stallman  <rms@gnu.org>
27027         * font-lock.el (font-lock-keywords): Add autoload.
27029         * help-fns.el (describe-variable): Rearrange to put source link
27030         in a predictable place.
27032         * net/newsticker.el: New file.
27034 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27036         * calendar/calendar.el (calendar-for-loop): Add edebug info.
27037         (calendar-basic-setup): Use the new nil arg.
27038         (number-of-diary-entries): Move to diary-lib.el.
27040         * calendar/diary-lib.el: Use with-current-buffer, match-string.
27041         (diary-list-entries): Use with-syntax-table and dolist.
27042         Rename from list-diary-entries.
27043         Use number-of-diary-entries if `number' is nil.
27044         (diary, diary-view-entries): Use this new name and new nil arg value.
27045         (number-of-diary-entries): Move from calendar.el.
27046         (diary-unhide-everything): New function.
27047         (include-other-diary-files, fancy-diary-display)
27048         (diary-show-all-entries, make-diary-entry): Use it.
27049         (diary-mail-entries): Use buffer-string.
27050         (mark-diary-entries): Fix long standing paren typo.
27051         (diary-sexp-entry): Use count-lines.
27052         (make-diary-entry): Avoid `previous-line'.
27053         (diary-mode-map): New var.
27054         (diary-mode): Redraw cal after saving.  Setup header-line.
27055         (fancy-diary-display-mode): Use local-set-key.
27057         * startup.el (command-line): Try calling various terminal-init-foo-bar
27058         functions by stripping hyphenated suffixes from $TERM.
27060         * files.el (normal-mode): Check boundness of font-lock-keywords.
27062 2005-09-12  Richard M. Stallman  <rms@gnu.org>
27064         * progmodes/compile.el: Don't decide a file's directory
27065         until the user actually tries to go there.
27066         (compilation-next-error-function):
27067         Pass compilation-find-file the directory from the file-struct.
27068         (compilation-internal-error-properties): Separate local FILE-STRUCT
27069         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
27070         (compilation-find-file): Arg DIR renamed to DIRECTORY.
27071         Expand it, and if nil, use default-directory.
27072         (compilation-get-file-structure): Don't mix specified directory
27073         with default directory.  Put specified directory into
27074         file-struct.  Don't make the file name absolute.
27076         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
27077         (compile-command): Add autoload.
27078         (compilation-disable-input): Add autoload.
27080 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
27082         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
27083         strings of the variables it can override.
27084         (time-stamp): New (as yet undocumented) time-stamp-format escapes
27085         %Q and %q, for fully-qualified domain name and unqualified host name.
27087 2005-09-11  Kim F. Storm  <storm@cua.dk>
27089         * emacs-lisp/authors.el (authors-aliases): Update list.
27090         (authors-fixed-entries): Update mldrag.el entry.
27092 2005-09-10  Alan Mackenzie  <acm@muc.de>
27094         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
27095         delimiter from the region narrowed to.
27097 2005-09-10  Magnus Henoch  <mange@freemail.hu>
27099         * textmodes/ispell.el (ispell-check-version): Signal an error if
27100         aspell version is less than 0.60.
27102 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
27104         * progmodes/octave-inf.el (inferior-octave-startup):
27105         Resync current dir at the end.
27107 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
27109         * woman.el (woman-topic-at-point-default):
27110         Rename to woman-use-topic-at-point-default.
27111         (woman-topic-at-point): Rename to woman-use-topic-at-point.
27112         (woman-file-name): Reflect renames above.  Automatically use the
27113         word at point as topic if woman-use-topic-at-point is non-nil.
27114         Otherwise offer it as default but don't insert it in the
27115         minibuffer.  Also use `test-completion' instead of `assoc' as
27116         suggested by Stefan Monnier.
27118 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
27120         * vc.el (vc-directory, vc-update-change-log): Throw an error on
27121         the attempt to do it over Tramp.  This is not yet supported.
27123 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
27125         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
27126         (menu-bar-non-minibuffer-window-p): New functions.
27127         ("Split Window", "Save As..."): Use them.
27128         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
27129         ("Print Buffer", "Truncate Long Lines in this Buffer"):
27130         Use menu-bar-menu-frame-live-and-visible-p.
27131         ("Save Buffer", "Insert File", "Open Directory...")
27132         ("Open File...", "Visit New File..."):
27133         Use menu-bar-non-minibuffer-window-p.
27134         (kill-this-buffer-enabled-p, dired <menu-enable>):
27135         Use menu-bar-non-minibuffer-window-p.
27137 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
27139         * cus-start.el (all): Don't complain about fringe-related
27140         built-ins if fringes are not supported.  Ditto about
27141         selection-related built-ins.  Fix the test for GTK-related built-ins.
27143         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
27144         ("Postscript Print Buffer", "Print Region", "Save As...")
27145         ("Save", "Insert File...", "Open Directory...")
27146         ("Open File...", "Visit New File..."")
27147         ("Truncate Long Lines in this Buffer"): Don't look at
27148         menu-updating-frame if this display does not support multiple frames.
27150 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27152         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
27154 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
27156         * woman.el: Format- and whitespace-related changes.
27158 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
27160         * woman.el: Fix my email address.
27162 2005-09-08  Richard M. Stallman  <rms@gnu.org>
27164         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
27165         (sh-mode): Locally set skeleton-pair-default-alist.
27167         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
27169         * progmodes/flymake.el: Require `compile' unconditionally.
27171         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
27173         * woman.el (woman-file-name): Provide a default, not initial input.
27175         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
27177         * font-lock.el (font-lock-support-mode): Doc fix.
27179         * descr-text.el (describe-property-list): Handle non-symbol prop names.
27181 2005-09-08  Richard M. Stallman  <rms@gnu.org>
27183         * simple.el (blink-matching-open): Get rid of text props from
27184         the string shown in echo area.  Don't permanently set point.
27185         Some rearrangements.
27187 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
27189         * recentf.el (recentf-filename-handler): Add custom choice
27190         `abbreviate-file-name'.
27192         * msb.el (msb--very-many-menus): Fix typo.
27194         * disp-table.el (standard-display-european): Don't set
27195         enable-multibyte-characters to nil.
27197 2005-09-08  David Ponce  <david@dponce.com>
27199         * recentf.el (recentf-show-file-shortcuts-flag): New option.
27200         (recentf-expand-file-name): Doc fix.
27201         (recentf-dialog-mode-map): Define digit shortcuts.
27202         (recentf--files-with-key): New variable.
27203         (recentf-show-digit-shortcut-filter): New function.
27204         (recentf-open-files-items): New function.
27205         (recentf-open-files): Use it.
27206         (recentf-open-file-with-key): New command.
27208 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
27210         * buff-menu.el (Buffer-menu-sort-by-column): New function.
27211         Suggested by Kim F. Storm.
27212         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
27213         (Buffer-menu-make-sort-button): Use global keymap.
27215 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
27217         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
27218         (Man-getpage-in-background-advice): Remove defadvice; it isn't
27219         necessary any longer with the remapped command.
27220         (Man-bgproc-sentinel-advice): Remove defadvice which counts
27221         formatting time only.
27223         * net/tramp.el (tramp-action-password)
27224         (tramp-multi-action-password): Compile the password prompt from
27225         `method', `user' and `host'.  Sometimes it isn't obvious which
27226         password to enter, for example with remote files offered by
27227         recentf.el, or with multiple steps.  Suggested by Robert Marshall
27228         <robert@chezmarshall.freeserve.co.uk>.
27230 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27232         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
27233         Fix regexp for when "s///" is at the beginning of line.
27235 2005-09-07  Jay Belanger  <belanger@truman.edu>
27237         * calc/calc-poly.el (math-expand-term): Multiply out any powers
27238         when in matrix mode.
27240 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27242         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
27243         non-anonymous functions.
27245 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
27247         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
27248         when using a header line.  Otherwise, use mouse-1-click-follows-link.
27250         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
27251         can't be moved; don't signal an error.
27253 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
27255         * cus-theme.el (custom-theme-write-faces): Save the current face
27256         spec, not the defface spec.
27258         * custom.el (custom-known-themes): Clarify meaning of "standard".
27259         (custom-push-theme): Save old values in the standard theme.
27260         (disable-theme): Correct typo.
27261         (custom-face-theme-value): Deleted unused function.
27262         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
27264 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27266         * progmodes/compile.el (compilation-goto-locus): Take into account
27267         iconified frames when determining whether the buffer is
27268         already visible.
27269         Don't reset window height if the window already existed.
27271 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
27273         * custom.el (load-theme): Rename from require-theme.
27274         Add interactive spec.
27275         (enable-theme): Rename from custom-enable-theme.
27276         Add interactive spec.
27277         (disable-theme): Rename from custom-disable-theme.
27278         Add interactive spec.
27279         (custom-make-theme-feature): Doc fix.
27280         (custom-theme-directory): Doc fix.
27281         (provide-theme): Call enable-theme.
27283 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27285         * obsolete/lazy-lock.el (lazy-lock-mode):
27286         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
27287         font-lock-mode if it's off.  Print a warning instead.
27289         * progmodes/compile.el (compilation-start): Ignore errors if the
27290         process died before we get to send-eof.
27292         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
27293         Undo last change.  Enclosing the result in quotes broke things on Unix
27294         since tex-send-command passes it through shell-quote-argument.
27295         (tex-send-command): Pass `file' through convert-standard-filename
27296         when possible.
27297         (tex-uptodate-p): Handle the case where TeX hasn't put additional
27298         info in a transcript.
27300 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
27302         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
27303         fix compilation warning.  Reorder the key definitions to group
27304         together keys emitted by the current version of xterm.
27306         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
27307         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
27308         Reorder predicates to correct min-color usage.
27310 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
27312         * longlines.el (longlines-mode): Inhibit read-only when encoding.
27313         Kill local variables when longlines-mode is turned off.
27315 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27317         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
27319         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
27321         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
27323         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
27324         (font-lock-lines-before): Change default to being inactive.
27325         (font-lock-default-fontify-region): Obey font-lock-lines-before.
27326         (font-lock-after-change-function): Don't handle f-l-lines-before here.
27328 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27330         * net/tramp.el (tramp-handle-make-auto-save-file-name):
27331         Deactivate temporarily advice if active (not needed for Emacs 22,
27332         but for backwards compatibility).
27333         (tramp-exists-file-name-handler): Rewrite.  First implementation
27334         was too simple.
27335         (tramp-advice-make-auto-save-file-name):
27336         Call `tramp-handle-make-auto-save-file-name' (again, just for
27337         backwards compatibility).
27339 2005-08-31  Reto Zimmermann  <reto@gnu.org>
27341         * progmodes/vhdl-mode.el
27342         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
27343         (vhdl-end-p): Fix indentation bug "else" after "-- when".
27344         (vhdl-set-default-project): New function (easier setting of default).
27345         (vhdl-port-copy): Handle extended identifiers for generics.
27346         (vhdl-compiler-alist): Better description for error message regexp.
27347         (vhdl-make): Query for target, use previous as default.
27348         (vhdl-port-copy): Fix port copy for port names starting with "signal".
27349         (vhdl-font-lock-keywords-2): Fix fontification for record
27350         el. assign.
27351         (vhdl-speedbar-make-subpack-line): Add package body link.
27352         (vhdl-generate-makefile-1): Not include itself as dependency.
27353         (vhdl-font-lock-init): Highlight c-preprocessor directives.
27354         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
27355         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
27356         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
27357         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
27358         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
27359         (vhdl-import-project): Add string argument for `error'.
27360         (vhdl-compose-configuration)
27361         (vhdl-compose-configuration-architecture): Add configuration
27362         declaration generation.
27363         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
27364         (vhdl-trailer-re): Add "record" keyword (better indentation).
27365         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
27366         "[^ \t-\"]+".
27367         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
27368         (vhdl-testbench-entity-file-name)
27369         (vhdl-testbench-architecture-file-name): Allow separate
27370         customization of testbench file names.
27371         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
27372         (vhdl-get-visible-signals): Allow newline within alias declaration.
27373         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
27374         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
27375         (member-ignore-case): Alias for missing function in XEmacs.
27376         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
27377         (vhdl-update-sensitivity-list): Ignore case on read signals.
27378         (vhdl-replace-string): Adjust case only for file names.
27379         (vhdl-update-sensitivity-list): Fix search for read signals.
27380         (vhdl-update-sensitivity-list): Exclude formal parameters.
27381         (vhdl-get-visible-signals): Include aliases of signals.
27382         (vhdl-get-visible-signals): Fix signal name searching.
27383         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
27384         (vhdl-fixup-whitespace-region): Fix for character
27385         literals (e.g. `:').
27387 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
27389         * ansi-color.el (comint-last-output-start):
27390         * bs.el (font-lock-verbose):
27391         * diff-mode.el (add-log-buffer-file-name-function):
27392         * dired-x.el (vm-folder-directory):
27393         * faces.el (help-xref-stack-item):
27394         * files.el (font-lock-keywords):
27395         * find-lisp.el (dired-buffers, dired-subdir-alist):
27396         * ido.el (cua-inhibit-cua-keys):
27397         * log-view.el (cvs-minor-wrap-function):
27398         * outline.el (font-lock-warning-face):
27399         * simple.el (compilation-current-error):
27400         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
27401         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
27402         * tooltip.el (comint-prompt-regexp):
27403         * w32-fns.el (explicit-shell-file-name):
27404         * term/mac-win.el (mac-charset-info-alist)
27405         (mac-services-selection, mac-system-script-code):
27406         * term/tty-colors.el (msdos-color-values):
27407         * term/w32-win.el (xlfd-regexp-registry-subnum):
27408         * term/x-win.el (x-keysym-table, x-selection-timeout)
27409         (x-session-id, x-session-previous-id):
27410         * textmodes/ispell.el (mail-yank-prefix):
27411         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
27412         * textmodes/org.el (calc-embedded-close-formula)
27413         (calc-embedded-open-formula)
27414         (font-lock-unfontify-region-function):
27415         * textmodes/reftex-global.el (isearch-next-buffer-function)
27416         (TeX-master):
27417         * textmodes/reftex.el (font-lock-keywords):
27418         * textmodes/tex-mode.el (font-lock-comment-face)
27419         (font-lock-doc-face):
27420         * textmodes/texinfo.el (outline-heading-alist):
27421         Add defvars.
27423         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
27424         (artist-spray-chars, artist-mode-init, artist-replace-string)
27425         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
27426         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
27427         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
27429         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
27430         (conf-align-assignments): "?\ " -> "?\s".
27432         * textmodes/reftex-index.el (TeX-master): Add defvar.
27433         (reftex-index-phrases-marker): Move up defvar.
27435         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
27436         (reftex-toc-include-labels-indicator)
27437         (reftex-toc-include-index-indicator)
27438         (reftex-toc-max-level-indicator): Move up declarations.
27440         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
27441         of args to `tramp-run-real-handler', even if it's empty in this case.
27443 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27445         * dired.el (dired-move-to-filename-regexp): Add date format for
27446         Mac OS X 10.3 in East Asian locales.
27448 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27450         * files.el (make-auto-save-file-name): Add file name handler call
27451         if applicable.
27453         * net/tramp.el (tramp-file-name-handler-alist)
27454         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
27455         (tramp-handle-make-auto-save-file-name): Rename from
27456         `tramp-make-auto-save-file-name'.
27457         (tramp-exists-file-name-handler): New defun.
27458         (tramp-advice-make-auto-save-file-name): Make defadvice only when
27459         `make-auto-save-file-name' is not a magic file name operation.
27461 2005-08-30  Richard M. Stallman  <rms@gnu.org>
27463         * files.el (risky-local-variable-p):
27464         Match `-predicates' and `-commands.
27466         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
27467         (custom-save-all): Visit the file if necessary;
27468         kill the buffer if we created it.
27469         (custom-save-delete): Don't visit file or kill buffer here.
27471 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
27473         * textmodes/org.el (org-special-keyword): New face.
27474         (org-table-copy-down, org-table-eval-formula)
27475         (org-table-recalculate, org-init-section-numbers):
27476         Use `string-to-number' instead of `string-to-int'.
27477         (org-get-location): Use `insert-buffer-substring' instead of
27478         `insert-buffer'.
27479         (org-modify-diary-entry-string): New function.
27480         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
27481         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
27482         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
27483         active region.
27484         (org-export-as-html): Handle QUOTE keyword.
27485         (org-quote-string): New option.
27486         (org-bookmark-jump-unhide): New function, used for
27487         `bookmark-after-jump-hook'.
27488         (org-diary-default-entry): Apply only when not called through
27489         `org-agenda'.
27491 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
27493         * net/eudc.el (mode-popup-menu):
27494         * play/handwrite.el (ps-printer-name, ps-lpr-command):
27495         * progmodes/ada-mode.el (compile-auto-highlight)
27496         (skeleton-further-elements):
27497         * progmodes/autoconf.el (font-lock-syntactic-keywords):
27498         * progmodes/cmacexp.el (msdos-shells):
27499         * progmodes/compile.el (font-lock-extra-managed-props)
27500         (font-lock-keywords, font-lock-maximum-size)
27501         (font-lock-support-mode):
27502         * progmodes/grep.el (font-lock-lines-before):
27503         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
27504         * progmodes/mixal-mode.el (compile-command):
27505         * progmodes/perl-mode.el (font-lock-comment-face)
27506         (font-lock-doc-face, font-lock-string-face):
27507         * progmodes/prolog.el (comint-prompt-regexp):
27508         * progmodes/sh-script.el (font-lock-comment-face)
27509         (font-lock-set-defaults, font-lock-string-face):
27510         * progmodes/sql.el (font-lock-keyword-face)
27511         (font-lock-set-defaults, font-lock-string-face):
27512         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
27513         (itimer-version, lazy-lock-defer-contextually)
27514         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
27515         Add defvars.
27517         * progmodes/cperl-mode.el (cperl-electric-lbrace)
27518         (cperl-electric-keyword, cperl-electric-pod)
27519         (cperl-electric-backspace, cperl-forward-re)
27520         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
27521         (vc-rcs-header, vc-sccs-header): Add defvars.
27523         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
27524         (font-lock-syntactic-keywords, gud-find-expr-function):
27525         Add defvars.
27527         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
27528         (gdb-frame-parameters): Declare before use.
27530         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
27531         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
27532         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
27533         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
27535         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
27536         (idlwave-help-with-source): Use `insert-buffer-substring', not
27537         `insert-buffer'.
27539 2005-08-29  Juri Linkov  <juri@jurta.org>
27541         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
27542         Put outline-back-to-heading function call inside save-excursion.
27544 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
27546         * man.el (Man-init-defvars, Man-translate-references)
27547         (Man-support-local-filenames, Man-highlight-references):
27548         * progmodes/sql.el (sql-interactive-mode):
27549         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
27551         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
27552         (compilation-mode-font-lock-keywords): Add defvars.
27553         (checkdoc-interactive-loop): "?\ " -> "?\s".
27555         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
27556         (font-lock-doc-face, font-lock-string-face)
27557         (font-lock-keywords-case-fold-search): Add defvars.
27558         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
27560         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
27561         Don't pass X and Y (they are ignored anyway).
27562         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
27563         (mouse-delete-window): Make arguments optional.
27565         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
27566         (caesar-translate-table, minor-modes, news-buffer-save)
27567         (news-group-name, news-minor-modes): Add defvars.
27569         * emacs-lisp/lselect.el (mouse-highlight-priority)
27570         (x-lost-selection-functions, zmacs-regions):
27571         * emacs-lisp/pp.el (font-lock-verbose):
27572         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
27573         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
27574         (ses-mode-map):
27575         * emacs-lisp/tcover-unsafep.el (safe-functions):
27576         * international/mule-cmds.el (mac-system-coding-system)
27577         (mac-system-locale):
27578         * language/ethio-util.el (rmail-current-message)
27579         (rmail-message-vector):
27580         * language/thai-util.el (thai-auto-composition-mode):
27581         * mail/metamail.el (rmail-current-message, rmail-message-vector):
27582         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
27583         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
27584         (vm-primary-inbox, vm-spool-files):
27585         * mail/rmail.el (deleted-head, font-lock-fontified)
27586         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
27587         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
27588         (total-messages):
27589         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
27590         (rmail-summary-mode-map):
27591         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
27592         (rmail-last-label, rmail-last-multi-labels)
27593         (rmail-summary-vector, rmail-total-messages):
27594         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
27595         * mail/rmailsum.el (msgnum):
27596         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
27597         (rmail-current-message):
27598         * obsolete/fast-lock.el (font-lock-face-list):
27599         * obsolete/rnewspost.el (mail-reply-buffer):
27600         * obsolete/scribe.el (compile-command):
27601         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
27603 2005-08-28  John Paul Wallington  <jpw@gnu.org>
27605         * ibuf-ext.el (ibuffer-auto-update-changed):
27606         Use `frame-or-buffer-changed-p' to check whether we need to update.
27607         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
27608         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
27609         as a `frame-or-buffer-changed-p' state vector instead.
27611 2005-08-27  Romain Francoise  <romain@orebokech.com>
27613         * textmodes/makeinfo.el (makeinfo-compile):
27614         Use `compilation-start'.  Set `next-error-function' according to
27615         `disable-errors'.
27616         (makeinfo-next-error): New function.
27617         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
27618         (makeinfo-buffer): Likewise.
27620         * progmodes/compile.el (compilation-start): Add autoload cookie.
27622         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
27623         * textmodes/sgml-mode.el: Likewise.
27624         * progmodes/python.el: Likewise.
27626 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
27628         * simple.el (blink-matching-paren-distance): Document the meaning
27629         of nil value, and allow to customize to nil.
27631         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
27632         command.com, not command.exe.
27634 2005-08-26  John Wiegley  <johnw@newartisans.com>
27636         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
27637         code around a bit so that an extraneous nil argument is not added
27638         to a command when no args are given.
27640         * eshell/esh-arg.el (eshell-parse-double-quote): If a
27641         double-quoted argument resolves to nil, return it as an empty
27642         string rather than as nil.  This made it impossible to pass "" to
27643         a shell script as a null string argument.
27645 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27647         * outline.el (outline-invent-heading): New fun.
27648         (outline-promote, outline-demote): Use it.
27649         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
27650         (outline-end-of-subtree): Remove unused var `opoint'.
27652 2005-08-26  David Reitter  <david.reitter@gmail.com>
27654         * menu-bar.el (truncate-lines, write-file, print-buffer)
27655         (ps-print-buffer-faces, ps-print-buffer, split-window):
27656         Disable menu items when the frame they refer to is invisible, or when
27657         they refer to a buffer and the minibuffer is selected.
27659 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
27661         * progmodes/flymake.el (flymake-highlight-err-lines):
27662         Use save-excursion around flymake-highlight-line to preserve point.
27664 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
27666         * progmodes/octave-mod.el: Change Author and Maintainer address.
27667         (octave-maintainer-address): Change Kurt's email address.
27668         * progmodes/octave-inf.el: Change Author and Maintainer address.
27669         * progmodes/octave-hlp.el: Change Author and Maintainer address.
27671 2005-08-26  Kim F. Storm  <storm@cua.dk>
27673         * subr.el (version-list-<, version-list-<=, version-list-=):
27674         Rename from integer-list-*.
27675         (version-list-not-zero): Likewise.  Fix while loop.
27676         (version=): Use version-list-= instead of string-equal.
27678 2005-08-26  Richard M. Stallman  <rms@gnu.org>
27680         * outline.el (outline-promote): Try shortening the heading.
27681         As last resort, read the heading to use.
27682         (outline-demote): As last resort, read the heading to use.
27684 2005-08-26  Romain Francoise  <romain@orebokech.com>
27686         * progmodes/compile.el (compilation-start): Doc fix.
27688         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
27689         (antlr-font-lock-additional-keywords): Fix reference to
27690         `antlr-font-lock-literal-regexp' erroneously changed during the
27691         mass face rename.
27692         (antlr-run-tool): Use `compilation-start'.
27694         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
27695         instead of the obsolete `compile-internal'.
27697 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
27699         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
27700         (number, original-date):
27701         * calendar/cal-china.el (date):
27702         * calendar/cal-coptic.el (date):
27703         * calendar/cal-french.el (date):
27704         * calendar/cal-hebrew.el (date, entry, number, original-date):
27705         * calendar/cal-islam.el (date, number, original-date):
27706         * calendar/cal-iso.el (date):
27707         * calendar/cal-julian.el (date):
27708         * calendar/cal-mayan.el (date):
27709         * calendar/cal-menu.el (date, event):
27710         * calendar/cal-persia.el (date):
27711         * calendar/lunar.el (date):
27712         * calendar/solar.el (date): Add defvars.
27714         * emerge.el:
27715         * ibuffer.el:
27716         * info-xref.el:
27717         * obsolete/bg-mouse.el:
27718         * obsolete/sun-curs.el:
27719         * obsolete/swedish.el: Move the `defvar's to the top level.
27721         * smerge-mode.el (smerge-refined-change): Add :group.
27723 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27725         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
27726         (smerge-keep-n): Remove props.
27727         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
27728         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
27729         now that it's done in smerge-keep-n.
27730         (smerge-refined-change): New face.
27731         (smerge-refine-chopup-region, smerge-refine-highlight-change)
27732         (smerge-refine): New funs.
27733         (smerge-basic-map): Bind smerge-refine.
27735 2005-08-25  Juri Linkov  <juri@jurta.org>
27737         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
27738         compilation-process-setup-function and compilation-disable-input
27739         in grep-mode instead of let-bindings in grep.
27741         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
27742         Delete "Automatic File De/compression" (auto-compression-mode).
27744 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
27746         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
27747         Silence warning about non-existent variable.
27749 2005-08-25  Richard M. Stallman  <rms@gnu.org>
27751         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
27752         Rename "Describe Key" to "Describe Key or Mouse Operation".
27754         * mail/mailalias.el (build-mail-aliases): Delete comments
27755         from the contents before processing them.
27757         * isearch.el (isearch-edit-string): Erase the Search prompt
27758         if user enters an empty string and there is no default.
27760         * comint.el (comint-file-name-prefix): Add autoload.
27762 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
27764         * subr.el (play-sound): Rearrange to avoid warning.
27766 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
27768         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
27769         New hook.
27770         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
27772 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27774         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
27776         * custom.el (custom-theme-set-variables): Sort minor modes last.
27778 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27780         * subr.el (version-separator, version-regexp-alist): New vars used by
27781         version comparison funs.
27782         (integer-list-<, integer-list-=, integer-list-<=)
27783         (integer-list-not-zero): New funs for integer list comparison.
27784         (version-to-list, version=, version<, version<=): New funs for version
27785         comparison.
27787 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
27789         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
27790         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
27791         time to silence the byte-compiler.
27793         * ibuffer.el (ibuffer-compile-make-eliding-form)
27794         (ibuffer-check-formats): Use `with-no-warnings' to hide references
27795         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
27796         so it's silly to get warnings for it).
27797         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27798         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
27799         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
27800         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
27801         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
27802         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
27803         Defvar at compile time.
27804         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
27805         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
27806         Declare them before use.
27808         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
27809         (info-xref-good, info-xref-bad): Defvar at compile time.
27811         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
27812         Use `let*' instead of `let'.
27814         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
27815         (*mouse-y*, menu, char): Defvar at compile time.
27816         (sc::menu): Declare it before use.
27817         (sc::pack-one-line): Use `let', not `let*'.
27819         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
27820         (mail-send-hook): Defvar at compile time.
27822         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
27823         Defvar at compile time.
27825         * term/sun-mouse.el (current-global-mousemap)
27826         (current-local-mousemap): Declare them before use.
27828 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
27830         * bookmark.el (bookmark-after-jump-hook): New hook.
27831         (bookmark-jump): Run `bookmark-after-jump-hook'.
27833 2005-08-23  Juri Linkov  <juri@jurta.org>
27835         * faces.el (minibuffer-prompt): Doc fix.
27837 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
27839         * progmodes/xscheme.el: Trivial changes to silence warnings.
27840         (xscheme-previous-mode, xscheme-previous-process-state):
27841         Add defvars.
27842         (xscheme-last-input-end, xscheme-process-command-line)
27843         (xscheme-process-name, xscheme-buffer-name)
27844         (xscheme-expressions-ring-max, xscheme-expressions-ring)
27845         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
27846         (xscheme-control-g-synchronization-p)
27847         (xscheme-control-g-disabled-p, xscheme-string-receiver)
27848         (default-xscheme-runlight, xscheme-runlight)
27849         (xscheme-runlight-string, xscheme-process-filter-state)
27850         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
27851         Move to beginning of file.
27852         (scheme-interaction-mode-commands-alist)
27853         (scheme-interaction-mode-map, scheme-debugger-mode-map):
27854         Declare them before use.  Note: the initialization code for the
27855         variables has not been moved because it uses functions that reference
27856         the variables.
27857         (xscheme-control-g-message-string, xscheme-process-filter-alist)
27858         (xscheme-prompt-for-expression-map): Declare them before use.
27859         (scheme-debugger-mode-commands): "?\ " -> "?\s".
27861 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
27863         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
27865 2005-08-22  Juri Linkov  <juri@jurta.org>
27867         * faces.el (set-face-underline): Delete this duplicate function
27868         and make an obsolete alias to set-face-underline-p.
27869         (set-face-underline-p): Use docstring of set-face-underline.
27870         (describe-face): Create hyperlink to parent face.
27872         * info.el (Info-insert-dir): Use save-excursion around
27873         insert-buffer-substring.
27874         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
27875         (Info-escape-percent): Delete function.
27876         (Info-fontify-node): Replace Info-escape-percent by
27877         replace-regexp-in-string with REP arg set to lambda that
27878         duplicates `%' and preserves text properties.
27880         * progmodes/compile.el (compilation-disable-input): Doc fix.
27881         (define-compilation-mode): Doc fix and refill.
27882         (kill-compilation): Use `mode-name' in the error message.
27883         (compilation-find-file): Use `compilation-error' in the
27884         read-file-name's prompt.
27886 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27888         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
27889         (smerge-auto-leave): Make undo re-enable the mode.
27890         (debug-ignored-errors): Add the user-error of impossible resolution.
27891         (smerge-resolve): Move things around a bit, in preparation for later.
27892         (smerge-diff): Don't fail if the buffer has no associated file.
27893         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
27894         (smerge-conflict-overlay): New function.
27895         (smerge-match-conflict): Don't add text properties here.
27896         (smerge-find-conflict): Instead, add an overlay here.
27897         Also check for the case where we're inside a conflict already, so as to
27898         obviate the need for font-lock-multiline, which is unbearably slow with
27899         large conflicts and ciomplex font-lock patterns.
27900         (smerge-remove-props): Remove overlay rather than text-properties.
27901         (smerge-mode): Don't set font-lock-multiline.
27902         Remove overlays when turned off.
27904 2005-08-21  Kim F. Storm  <storm@cua.dk>
27906         * ido.el (ido-ignore-item-p): Use save-match-data.
27907         Bind case-fold-search to ido-case-fold locally.
27909 2005-08-20  Richard M. Stallman  <rms@gnu.org>
27911         * files.el (normal-mode): If font lock is on, turn it off and on.
27913         * subr.el (replace-regexp-in-string): Doc fix.
27915         * startup.el (command-line-1): Don't suppress startup screen
27916         due to existing processes.
27918         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
27920         * progmodes/compile.el (compilation-disable-input): Default to nil.
27922 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
27924         * progmodes/compile.el (compilation-disable-input): New defcustom.
27925         (compilation-start): If compilation-disable-input is non-nil, send
27926         EOF to the compilation process.
27928 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
27930         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
27931         Run the argument of tex-shell-cd-command through
27932         convert-standard-filename, to get the correct style of slashes on
27933         Windows, and enclose the result in quotes, in case the file name
27934         includes whitespace or other special characters.
27936 2005-08-19  Andreas Schwab  <schwab@suse.de>
27938         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
27939         process.
27941 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
27943         * cus-start.el (minibuffer-prompt-properties): Correct typo.
27945 2005-08-18  Kim F. Storm  <storm@cua.dk>
27947         * scroll-lock.el: Fix errors due to incorrect line wrapping.
27949 2005-08-18  Richard M. Stallman  <rms@gnu.org>
27951         * scroll-lock.el: New file.
27953 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
27955         * dired.el (dired-move-to-end-of-filename):
27956         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
27958 2005-08-18  Kim F. Storm  <storm@cua.dk>
27960         * ido.el (ido-everywhere): Fix defcustom :set function to disable
27961         rather than toggle mode when custom value is nil.
27962         (ido-everywhere): Fix defun doc string.
27964 2005-08-17  Richard M. Stallman  <rms@gnu.org>
27966         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27967         as tag instead of "Inviolable".
27969 2005-08-17  Kim F. Storm  <storm@cua.dk>
27971         * windmove.el (windmove-coordinates-of-position): Remove.
27972         (windmove-coordinates-of-window-position): Remove.
27973         (windmove-reference-loc): Use posn-at-point instead.
27975         * subr.el (insert-for-yank-1): Doc fix.
27977         * ido.el (ido-enter-matching-directory): Rename from
27978         ido-enter-single-matching-directory.  Change `slash' choice to
27979         `only'.  Add `first' choice.
27980         (ido-exhibit): Adapt to above changes.
27982 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
27984         * Makefile.in: Expand comment about building loaddefs.el.
27986 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
27988         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
27989         Comment use of defadvice.
27991         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
27993 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
27995         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
27996         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
27997         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
27998         * progmodes/idlw-shell.el, progmodes/ld-script.el,
27999         * progmodes/which-func.el, ruler-mode.el, strokes.el,
28000         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
28001         for backward compatibility for faces that did not appear in the
28002         previous Emacs release.
28004         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
28006 2005-08-15  Kim F. Storm  <storm@cua.dk>
28008         * emulation/cua-base.el (cua-delete-region): Return t if
28009         deleted region was non-empty.
28010         (cua-replace-region): Inhibit overwrite-mode for
28011         self-insert-command if replaced region was non-empty.
28012         (cua--explicit-region-start, cua--status-string): Make them
28013         buffer-local at top-level...
28014         (cua-mode): ...rather than when mode is enabled.
28016 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
28018         * progmodes/vhdl-mode.el (vhdl-emacs-21):
28019         Set t for Emacs 21, 22, and so on.
28021 2005-08-15  David Ponce  <david@dponce.com>
28023         * tree-widget.el: Update Commentary header.
28024         (tree-widget-theme): Doc fix.
28025         (tree-widget-space-width): New option.
28026         (tree-widget-image-properties): Look up in the default theme too.
28027         (tree-widget--cursors): Only for images with arrow pointer shape.
28028         (tree-widget-lookup-image): Pointer shape is hand by default.
28029         (tree-widget-icon): Rename generic icon widget from
28030         `tree-widget-control'.
28031         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
28032         derive from `tree-widget-icon'.
28033         (tree-widget-handle): Improve default look and feel of the text
28034         representation.
28035         (tree-widget): Rename :*-control properties to :*-icon properties.
28036         Add :action and :help-echo properties.
28037         (tree-widget-after-toggle-functions): Move.
28038         (tree-widget-close-node, tree-widget-open-node): Remove.
28039         (tree-widget-before-create-icon-functions): New hook.
28040         (tree-widget-value-create): Update to allow customization of icons
28041         and nodes at run-time via that new hook.
28042         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
28043         (tree-widget-icon-action, tree-widget-icon-help-echo)
28044         (tree-widget-action, tree-widget-help-echo): New functions.
28046 2005-08-15  Kim F. Storm  <storm@cua.dk>
28048         * ido.el (ido-buffer-internal): Use with-no-warnings.
28049         (ido-make-merged-file-list): Use while-no-input.
28051 2005-08-15  Richard M. Stallman  <rms@gnu.org>
28053         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
28054         (flyspell-large-region): Fix doc and custom type.
28056 2005-08-14  Richard M. Stallman  <rms@gnu.org>
28058         * files.el (interpreter-mode-alist): Doc fix.
28060         * mail/rmail.el (rmail-nonignored-headers): New variable.
28061         (rmail-clear-headers): Use it.
28062         (rmail-reply): Better handling of mail-followup-to header.
28064         * progmodes/sh-script.el (sh-font-lock-keywords-var):
28065         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
28066         don't try to refer to executable-font-lock-keywords.
28067         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
28068         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
28069         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
28070         (sh-mode): Set comment-start-skip, local-abbrev-table,
28071         imenu-case-fold-search.
28072         (sh-set-shell): Don't set them here.
28073         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
28074         Don't cache the results in the original alist; don't ever modify
28075         that alist.
28077         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
28079         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
28080         empty.
28082 2005-08-15  Andreas Schwab  <schwab@suse.de>
28084         * desktop.el: Put autoload cookie at risky-local-variable declarations.
28086         * dired.el, info.el, mail/rmail.el: Revert last change.
28088 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
28090         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
28091         modification in `eval-after-load' form.
28092         * info.el: Likewise.
28093         * mail/rmail.el: Likewise.
28095 2005-08-14  Juri Linkov  <juri@jurta.org>
28097         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28098         Remove highlighting of "Compilation started".  Highlight only
28099         the word "finished" in "Compilation finished".  Add highlighting
28100         of "interrupt", "killed", "terminated" and the exit code.
28101         (compilation-start): Add newline after header.  Use exactly the
28102         same time stamp format as the finishing message.
28103         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
28105         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
28106         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
28107         Add highlighting of "interrupt", "killed", "terminated".
28109         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
28110         enabled and the current command is self-insert-command, call it
28111         explicitly with overwrite-mode bound to nil, to not allow it
28112         to delete the character after the selected region.
28114 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
28116         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
28117         move-end-of-line, end-of-line, and beginning-of-line to the list
28118         of commands after which the echo area is updated.
28120 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
28122         * cus-edit.el (custom-save-all, custom-save-delete):
28123         Bind recentf-exclude to exclude custom-file.
28125 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
28127         * mail/rmailsum.el (rmail-summary-end-of-message): New command
28128         to go to the bottom of the mail message.  Added to
28129         `rmail-summary-mode-map' with key "/".
28130         (rmail-summary-show-message): New (internal) function for use by
28131         both `rmail-summary-beginning/end-of-message'.
28132         (rmail-summary-beginning-of-message): Change to use
28133         rmail-summary-show-message.
28135         * mail/rmail.el (rmail-end-of-message): New command to go to the
28136         end of the current message.  Added to `rmail-mode-map' with key "/".
28137         (rmail-beginning-of-message): Fix to work as documented.
28138         (rmail-mode): Change documentation.
28140         * progmodes/compile.el (compilation-start): Add the line
28141         "Compilation started" with compilation start time.
28142         (compilation-mode-font-lock-keywords): Add `started' to keywords.
28144 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
28146         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
28147         of menu items.
28149 2005-08-11  Richard M. Stallman  <rms@gnu.org>
28151         * simple.el (pop-global-mark): Reverse test of widen-automatically.
28153         * battery.el (battery-status-function): Don't use ignore-errors.
28155 2005-08-11  Lute Kamstra  <lute@gnu.org>
28157         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
28158         define-obsolete-variable-alias.
28160 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28162         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
28163         (ange-ftp-send-cmd): Revert last change, and expand
28164         the comment explaining the problem.
28166 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
28168         * ldefs-boot.el: Update.
28170         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
28171         item to "Time, Load and Mail".  Change help echo text.
28173         * time.el (display-time-use-mail-icon, display-time-format)
28174         (display-time-string-forms): Shorten first line of docstrings.
28176 2005-08-10  Lars Hansen  <larsh@soem.dk>
28178         * desktop.el (desktop-buffer-mode-handlers):
28179         Make non-customizable.  Add autoload cookie.  Change initial value to
28180         nil; add elements in respective modules instead.  Fix doc string.
28181         (desktop-load-file): New function.
28182         (desktop-minor-mode-handlers): New autoloaded variable.
28183         (desktop-create-buffer): Call minor mode handlers.
28184         Use desktop-load-file to load major and minor mode modules prior to
28185         checking for a handler.
28186         (desktop-save): Don't add nil to desktop-minor-modes for minor
28187         modes with nil function in desktop-minor-mode-table.  Don't delete
28188         desktop file before rewriting it.
28189         (desktop-locals-to-save): Add autoload cookie.  Don't make
28190         automatically buffer-local.  Add variables column-number-mode,
28191         size-indication-mode, indent-tabs-mode,
28192         indicate-buffer-boundaries, indicate-empty-lines and
28193         show-trailing-whitespace.
28194         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
28195         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
28196         (desktop-clear-preserve-buffers-regexp): Delete.
28197         (desktop-clear-preserve-buffers): Update initial value and docstring.
28198         (desktop-save-buffer): Fix doc string.
28200         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
28201         (hilit-chg-desktop-restore): New function.
28202         (highlight-changes-mode): Add highlight-changes-mode to
28203         desktop-locals-to-save.
28205         * dired.el: Add handler to desktop-buffer-mode-handlers.
28206         (dired-restore-desktop-buffer): Remove autoload cookie.
28207         (dired-mode): Add autoload cookie.
28209         * info.el: Add handler to desktop-buffer-mode-handlers.
28210         (Info-restore-desktop-buffer): Remove autoload cookie.
28211         (Info-mode): Add autoload cookie.
28213         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
28214         (mh-restore-desktop-buffer): Remove autoload cookie.
28215         (mh-folder-mode): Add autoload cookie.
28217         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
28218         (rmail-restore-desktop-buffer): Remove autoload cookie.
28220 2005-08-11  Masatake YAMATO  <jet@gyve.org>
28222         * hexl.el (hexl-address-region):
28223         (hexl-ascii-region, hexl-font-lock-keywords):
28224         (hexl-highlight-line-range): Use the term "region"
28225         instead of "area" for consistency with the other symbols
28226         defined in hexl.el.
28228 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
28230         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
28231         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
28232         out by Juri Linkov).  Add `display-battery-mode'.
28234 2005-08-09  Juri Linkov  <juri@jurta.org>
28236         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28237         Remove `-text' from face variable names.
28238         (compilation-error-file-name, compilation-warning-file-name)
28239         (compilation-info-file-name): Delete faces.
28240         (compilation-line-number, compilation-column-number):
28241         Remove face underlining.
28242         (compilation-message-face): Set to `underline' value by default.
28243         (compilation-error-face, compilation-warning-face)
28244         (compilation-info-face): Remove `-file-name' from face names.
28245         (compilation-error-text-face, compilation-warning-text-face)
28246         (compilation-info-text-face): Delete face variables.
28247         (compilation-text-face): Delete function.
28249         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
28250         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
28251         (grep-error-face): Set to `compilation-error' instead of
28252         `compilation-error-face' (which is redefined to `grep-hit-face' in
28253         grep buffers).
28254         (grep-mode-font-lock-keywords): Remove `-text' from face variable
28255         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
28257         * dired-aux.el (dired-do-query-replace-regexp):
28258         Use `query-replace-read-args'.
28260         * replace.el (query-replace-read-from, query-replace-read-to)
28261         (query-replace-read-args): Rename arg `string' to `prompt'.
28263         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
28265 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
28267         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
28268         uploading files.
28269         (ange-ftp-canonize-filename): Handle file names beginning with ~
28270         correctly.
28272 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28274         * textmodes/fill.el (canonically-space-region)
28275         (fill-context-prefix, fill-french-nobreak-p)
28276         (fill-delete-newlines, fill-comment-paragraph)
28277         (justify-current-line): "?\ " -> "?\s".
28279 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
28281         * textmodes/fill.el (fill-nonuniform-paragraphs):
28282         Improve argument/docstring consistency.
28284 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28286         * textmodes/ispell.el (ispell-word): More fboundp checks.
28288         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
28289         (find-file-noselect-1): Call it here, only if RAWFILE.
28290         (normal-mode): Always set some major mode.
28291         (save-some-buffers-action-alist): Change some explanation strings.
28292         (file-name-non-special): In the `quote' method, use unwind-protect.
28294 2005-08-09  Magnus Henoch  <mange@freemail.hu>
28296         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
28297         (ispell-have-aspell-dictionaries): New variable.
28298         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
28299         (ispell-get-aspell-config-value): New function.
28300         (ispell-aspell-find-dictionary): New function.
28301         (ispell-aspell-add-aliases): New function.
28302         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
28303         appropriate.  Don't look for ispell dictionaries if we use aspell.
28304         (ispell-menu-map): Don't build a submenu of dictionaries.
28306 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28308         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
28309         (sql-read-passwd): Use read-passwd.
28311         * progmodes/idlw-toolbar.el (idlwave-toolbar)
28312         (idlwave-toolbar-is-possible): Add defvars.
28314         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
28315         Avoid warnings.
28317         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
28318         (idlwave-system-class-info, idlwave-executive-commands-alist):
28319         Use defvar.
28321         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
28323         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
28324         Avoid warnings.
28326         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
28327         and content-type: headers.
28329         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
28331         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
28332         and rename some of them to be more self-explanatory.
28334         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
28336         * startup.el (command-line-1): Implement -scriptload.
28338         * replace.el (occur-engine): Initial *Occur* output not undoable.
28340         * menu-bar.el (menu-bar-file-menu): Rename some menu items
28341         and improve help strings.
28343         * isearch.el (isearch-repeat): When changing direction,
28344         mark search successful.
28346         * ediff-init.el: Use (featurep 'xemacs).
28348         * comint.el (send-invisible): Identify buffer, if not selected.
28350         * align.el: Delete autoload for c-guess-basic-syntax.
28352 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28354         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
28355         Improve argument/docstring consistency.  Doc fixes.
28356         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
28357         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
28358         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
28359         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
28360         (r2bv-organization, r2bv-pages, r2bv-primary-author)
28361         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
28362         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
28363         Defvar at compile time.
28365 2005-08-09  Juri Linkov  <juri@jurta.org>
28367         * info.el: Replace `info' with upper-case `Info' where appropriate.
28368         (info-title-1, info-title-2, info-title-3, info-title-4)
28369         (info-menu-header): Move up face definitions.
28370         (info-menu-star): Rename from `info-menu-5'.
28371         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
28372         (Info-fontify-visited-nodes): Fix docstring.
28373         (Info-hide-note-references): Fix docstring.
28374         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
28375         menu items in the same way as on cross-references.
28376         (info-apropos): Fix sorting order and formatting to be like in the
28377         stand-alone Info browser.  Display error messages for 1 sec.
28378         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
28379         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
28380         from the menu bar.
28381         (Info-insert-dir): Restore point after calling
28382         `insert-buffer-substring'.
28384 2005-08-08  Richard M. Stallman  <rms@gnu.org>
28386         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
28387         (recompute-lucid-menubar): Add defvars.
28389         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
28391         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
28393         * net/net-utils.el (run-dig): Rename from `dig'.
28395         * play/gametree.el (gametree-mode): Use make-local-variable,
28396         not make-variable-buffer-local.
28398         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
28400         * ansi-color.el (ansi-color-make-extent)
28401         (ansi-color-set-extent-face): Use fboundp, not functionp.
28403         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
28404         not make-variable-buffer-local.
28406         * bookmark.el (Info-current-file): Add defvar.
28407         (bookmark-jump-noselect): Use with-no-warnings.
28409         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
28411         * ebuff-menu.el (Helper-return-blurb): Add defvar.
28413         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
28415         * find-file.el (ada-procedure-start-regexp)
28416         (ada-package-start-regexp): Add defvars.
28418         * info.el (Info-insert-dir): Use insert-buffer-substring.
28420         * xml.el (xml-att-def-re): Add defvar.
28422         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
28423         calling convention.
28425         * subr.el (while-no-input): Return t if there is input.
28427 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
28429         * cus-start.el (all): Add `overflow-newline-into-fringe'.
28431 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
28433         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
28434         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
28436 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
28438         * cmuscheme.el (scheme-start-file): Replace reference to
28439         `user-emacs-directory' by "~/.emacs.d/".
28441 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
28443         * info.el (Info-dir-remove-duplicates): Avoid case folding
28444         in loop; instead, keep downcased strings for comparison.
28445         Suggested by Helmut Eller.
28447 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
28449         Sync with Tramp 2.0.50.
28451         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
28452         XEmacs case; not necessary anymore.
28453         (tramp-user-regexp): Allow "@" as part of user name.
28454         (tramp-handle-set-visited-file-modtime)
28455         (tramp-handle-insert-file-contents)
28456         (tramp-handle-write-region): No special handling for
28457         `last-coding-system-used, because this is done in
28458         `tramp-accept-process-output' now.
28459         (tramp-accept-process-output): New defun.
28460         (tramp-process-one-action, tramp-process-one-multi-action)
28461         (tramp-wait-for-regexp, tramp-wait-for-output)
28462         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
28463         Howells <dhowells@redhat.com>.
28464         (clear-visited-file-modtime): Defadvice removed.  The check for
28465         unset buffer's modtime does not need to be based on
28466         `tramp-buffer-file-attributes'.  Suggested by RMS.
28467         (tramp-message): Insert "\n" if not being at beginning of line.
28468         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
28469         sequence with same logic.
28470         (tramp-completion-handle-expand-file-name): Discard call of
28471         `tramp-drop-volume-letter'.  It is not necessary, and there have
28472         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
28473         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28474         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
28475         should always be visible.
28476         (tramp-handle-insert-directory, tramp-setup-complete)
28477         (tramp-set-process-query-on-exit-flag)
28478         (tramp-append-tramp-buffers): Pacify byte-compiler.
28479         (tramp-bug): Delete non-existing variables from list.
28480         Apply `tramp-load-report-modules' as pre-hook.
28481         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
28482         `shell-prompt-pattern' because of non-7bit characters.
28483         Reported by Sebastian Luque <sluque@mun.ca>.
28484         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
28485         (tramp-match-string-list): Remove function.
28486         (tramp-wait-for-regexp): Remove call of that function.
28487         Suggested by Kim F. Storm <storm@cua.dk>.
28488         (tramp-set-auto-save-file-modes): Use octal integer code #o600
28489         instead of octal character code ?\600.  The latter resulted in a
28490         syntax error with XEmacs.
28492         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
28493         XEmacs case; not necessary anymore.
28494         (tramp-smb-handle-write-region): No special handling for
28495         `last-coding-system-used, because this is done in
28496         `tramp-accept-process-output' now.
28497         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
28499 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
28501         * wid-edit.el (widget-choice-value-create):
28502         Unconditionally respect user choice.  Set :explicit-choice back to nil
28503         when no longer needed.
28504         (widget-choice-action): Unconditionally respect user choice.
28505         Eliminate :explicit-choice-value.
28507         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
28509         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
28510         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
28511         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
28512         running new function `toggle-indicate-empty-lines'.
28513         Rename "Customize" item to "Customize fringe".
28514         Rename "Indicators" item to "Buffer boundaries" and change help echo.
28515         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
28516         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
28517         Delete "Empty lines only" item.
28518         (menu-bar-showhide-fringe-ind-customize): New function.
28519         (menu-bar-showhide-fringe-ind-mixed)
28520         (menu-bar-showhide-fringe-ind-box)
28521         (menu-bar-showhide-fringe-ind-right)
28522         (menu-bar-showhide-fringe-ind-left)
28523         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
28524         instead of `fringe-indicators'.
28526 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28528         * emulation/viper.el (viper-emacs-state-mode-list):
28529         Add recentf-dialog-mode.  Change the date of last update.
28531 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28533         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
28534         (viper-exec-yank, viper-put-back): Don't display modification msg
28535         if in the minibuffer.
28537         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
28538         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
28539         Make variables frame local.
28541         * emulation/viper-util.el (viper-append-filter-alist):
28542         Use append instead of nconc.
28544         * emulation/viper.el (viper-vi-state-mode-list)
28545         (viper-emacs-state-mode-list): Move help-mode and
28546         completion-list-mode from the first list to the second.
28547         (viper-mode): Docstring.
28548         (viper-go-away, viper-non-hook-settings): Don't localize
28549         minor-mode-alist in newer Emacsen.  Add advice to
28550         set-cursor-color.  Don't bind "\C-c\\".
28552 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
28554         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
28555         (scheme-macro-expand-command): New user options.
28556         (scheme-trace-procedure, scheme-expand-current-form): New commands.
28557         (scheme-form-at-point, scheme-start-file)
28558         (scheme-interactively-start-process): New functions.
28559         (scheme-get-process): New function, extracted from `scheme-proc'.
28560         (run-scheme): Call `scheme-start-file' to get start file, and pass
28561         it to `make-comint'.
28562         (switch-to-scheme, scheme-proc):
28563         Call `scheme-interactively-start-process' if no Scheme buffer/process
28564         is available.
28566 2005-08-06  Juri Linkov  <juri@jurta.org>
28568         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28569         Use `compilation-text-face', `compilation-info-text-face' and
28570         `compilation-error-text-face' instead of `font-lock-keyword-face'.
28571         (compilation-error): New face.
28572         (compilation-error-file-name): Inherit from
28573         `compilation-error' instead of `font-lock-warning-face'.
28574         (compilation-warning-file-name): Inherit from
28575         `compilation-warning' instead of `font-lock-warning-face'.
28576         (compilation-info, compilation-error-file-name)
28577         (compilation-warning-file-name, compilation-info-file-name)
28578         (compilation-line-number, compilation-column-number): Doc fix.
28579         (compilation-error-text-face, compilation-warning-text-face)
28580         (compilation-info-text-face): New face variables.
28581         (compilation-line-face, compilation-column-face)
28582         (compilation-enter-directory-face)
28583         (compilation-leave-directory-face): Doc fix.
28584         (compilation-text-face): New function.
28586         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
28587         instead of 1 to display binary file names as info file links.
28588         (grep-error-face): Use `compilation-error-face' instead of
28589         `font-lock-keyword-face'.
28590         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
28591         and `compilation-warning-text-face' instead of
28592         `font-lock-keyword-face'.  Use `compilation-error-text-face'
28593         instead of `grep-error-face'.
28595 2005-08-05  Kenichi Handa  <handa@m17n.org>
28597         * international/code-pages.el: Add autoload cookies for all coding
28598         systems.
28600 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
28602         * cus-start.el (all): Put undo.c where it alphabetically belongs.
28604 2005-08-04  Juri Linkov  <juri@jurta.org>
28606         * progmodes/compile.el (compilation-mode-map):
28607         * progmodes/grep.el (grep-mode-map):
28608         Bind TAB to `compilation-next-error' and [backtab] to
28609         `compilation-previous-error'.
28611         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
28612         matching line numbers, column numbers and their ranges with regexp
28613         matching only line numbers.
28614         (grep-context-face): New face variable.
28615         (grep-mode-font-lock-keywords): Use it.
28617         * faces.el (read-face-name): Delete duplicate faces.
28619 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
28621         * thumbs.el (thumbs-find-image): Don't make variables
28622         automatically buffer local.
28623         (thumbs-current-tmp-filename, thumbs-current-image-filename)
28624         (thumbs-image-num): Make automatically buffer local.
28625         (thumbs-show-thumbs-list): Use `make-local-variable', not
28626         `make-variable-buffer-local'.
28627         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
28629         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
28630         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
28631         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
28632         (bother, bye, canyou, chatlst, continue, deathlst, describe)
28633         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
28634         (feelings-about, foullst, found, hello, history, howareyoulst)
28635         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
28636         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
28637         (neglst, obj, object, owner, please, problems, qlist)
28638         (random-adjective, relation, remlst, repetitive-shortness)
28639         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
28640         (shortlst, something, sportslst, stallmanlst, states, subj)
28641         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
28642         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
28643         Defvar at compile time.
28645         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
28646         not `make-variable-buffer-local'.
28648 2005-08-02  Kim F. Storm  <storm@cua.dk>
28650         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
28651         rectangle overlay in selected window.
28653 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
28655         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
28656         instead of display group.  Make `indicate-buffer-boundaries'
28657         customizable through Custom.
28659 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
28661         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
28662         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
28663         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
28664         (gdb-put-string): Fix typos in docstrings.
28666 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
28668         Update copyright notices of files in progmodes directory for
28669         release of Emacs 22.1.
28671         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
28673         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
28674         Don't barf if the GUD buffer has been killed.
28676 2005-08-01  Kim F. Storm  <storm@cua.dk>
28678         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
28680 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28682         * simple.el (next-error-follow-minor-mode):
28683         make-variable-buffer-local -> make-local-variable.
28685         * emacs-lisp/cl-extra.el: Require CL also when compiling.
28687         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
28688         (byte-compile-form-make-variable-buffer-local): New functions to warn
28689         about misuses of make-variable-buffer-local where make-local-variable
28690         was meant.
28692 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
28694         * bs.el (bs-attributes-list): Doc fix.
28695         (bs): Update url-link.
28697         * desktop.el (desktop-save-buffer): Fix typos in docstring.
28698         (desktop-load-default): Simplify.
28700         * ibuffer.el (ibuffer-columnize-and-insert-list)
28701         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
28702         (ibuffer-unmark-all, ibuffer-toggle-marks)
28703         (ibuffer-unmark-forward, ibuffer-unmark-backward)
28704         (ibuffer-compile-make-format-form, ibuffer-format-column)
28705         (ibuffer-current-buffers-with-marks)
28706         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
28707         (ibuffer): Doc fix.
28708         (ibuffer-mode): Fix typo in docstring.
28709         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
28710         with `define-obsolete-variable-alias'.
28711         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
28713 2005-07-29  Kenichi Handa  <handa@m17n.org>
28715         * international/mule-cmds.el (select-message-coding-system):
28716         Be sure to use LF for end-of-line.  If no coding system is decided,
28717         return iso-8859-1-unix.
28719 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28721         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
28722         (ange-ftp-pending-error-line): New vars.
28723         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
28724         to handle the non-fatal no-route-to-host messages.
28725         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
28727 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
28729         * isearch.el (isearch-mode-map, isearch-other-meta-char)
28730         (isearch-quote-char, isearch-printing-char)
28731         (isearch-text-char-description): "?\ " -> "?\s".
28732         (isearch-lazy-highlight-cleanup)
28733         (isearch-lazy-highlight-initial-delay)
28734         (isearch-lazy-highlight-interval)
28735         (isearch-lazy-highlight-max-at-a-time)
28736         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
28737         Declare with define-obsolete-*-alias macros.
28738         (isearch-forward): Fix typo in docstring.
28739         (search-invisible, search-ring-yank-pointer)
28740         (regexp-search-ring-yank-pointer): Doc fixes.
28742         * recentf.el (recentf-menu-append-commands-p): Declare with
28743         `define-obsolete-variable-alias'.
28744         (recentf-max-saved-items, recentf-menu-filter)
28745         (recentf-arrange-by-rule-subfilter): Doc fixes.
28746         (recentf-menu-append-commands-flag)
28747         (recentf-initialize-file-name-history, recentf-expand-file-name)
28748         (recentf-clear-data): Fix typos in docstrings.
28750 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
28752         * progmodes/gdb-ui.el: Smarten comments.
28753         (gdb-info-breakpoints-custom): Use nowarn when finding file.
28755 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
28757         * term/apollo.el (terminal-init-apollo): New function containing
28758         all former top level forms in the file.
28759         * term/bobcat.el (terminal-init-bobcat):
28760         * term/cygwin.el (terminal-init-cygwin):
28761         * term/iris-ansi.el (terminal-init-iris-ansi):
28762         * term/linux.el (terminal-init-linux):
28763         * term/news.el (terminal-init-news):
28764         * term/rxvt.el (terminal-init-rxvt):
28765         * term/sun.el (terminal-init-sun):
28766         * term/tvi970.el (terminal-init-tvi970):
28767         * term/vt100.el (terminal-init-vt100):
28768         * term/vt102.el (terminal-init-vt102):
28769         * term/vt125.el (terminal-init-vt125):
28770         * term/vt200.el (terminal-init-vt200):
28771         * term/vt201.el (terminal-init-vt201):
28772         * term/vt220.el (terminal-init-vt220):
28773         * term/vt240.el (terminal-init-vt240):
28774         * term/vt300.el (terminal-init-vt300):
28775         * term/vt320.el (terminal-init-vt320):
28776         * term/vt400.el (terminal-init-vt400):
28777         * term/vt420.el (terminal-init-vt420):
28778         * term/wyse50.el (terminal-init-wyse50):
28779         * term/xterm.el (terminal-init-xterm): Likewise.
28781         * term/README: Describe the terminal-init-* functionality.
28783         * startup.el (command-line): After loading the terminal initialization
28784         file call the corresponding terminal initialization function.
28786 2005-07-27  Kenichi Handa  <handa@m17n.org>
28788         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
28789         negative.
28791         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
28792         (ps-mule-composition-prologue): Fix for the case that
28793         RelativeCompose is false.
28795 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28797         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
28799         * descr-text.el (describe-char): Handle the case where the list of
28800         chars is displayed in a separate frame.
28801         Be a bit more discriminating when looking for the char.
28803 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
28805         * bookmark.el (bookmark-automatically-show-annotations)
28806         (bookmark-read-annotation-text-func): Doc fixes.
28807         (bookmark-save): Improve argument/docstring consistency.
28808         (bookmark-get-bookmark, bookmark-get-bookmark-record)
28809         (bookmark-alist-from-buffer)
28810         (bookmark-upgrade-file-format-from-0)
28811         (bookmark-grok-file-format-version)
28812         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
28813         (bookmark-read-annotation-mode)
28814         (bookmark-insert-current-bookmark, bookmark-jump)
28815         (bookmark-exit-hook): Fix typos in docstrings.
28816         (bookmark-exit-hooks): Define as obsolete alias.
28817         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
28818         not `bookmark-exit-hooks'.  Fix docstring.
28819         (bookmark-bmenu-select): "?\ " -> "?\s".
28821 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
28823         * startup.el (command-line): Fix typo.
28825 2005-07-24  Richard M. Stallman  <rms@gnu.org>
28827         * tooltip.el (tooltip-mode): Test emacs-basic-display,
28828         not emacs-quick-startup.
28830 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
28832         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
28833         (reb-next-match, reb-show-subexp): Use `with-selected-window'
28834         instead of `reb-with-current-window'.
28835         (reb-prev-match): Likewise.  Also, don't move left if the search
28836         was unsuccessful.
28837         (reb-initialize-buffer): New function.
28838         (re-builder, reb-change-syntax): Use it.
28840         * man.el (Man-goto-page): Make second argument NOERROR optional.
28842 2005-07-23  Richard M. Stallman  <rms@gnu.org>
28844         * man.el (Man-bgproc-sentinel): Check here for failure to find
28845         any man page in the output, and report the error here.
28846         (Man-arguments): Make it permanent local.
28847         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
28848         (Man-mode): Pass t for NOERROR.
28850         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
28851         (grep-mode-font-lock-keywords):
28852         Don't use compilation-...-face for messages that are not file names.
28854         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28855         Don't use compilation-...-face for messages that are not file names.
28857 2005-07-22  Juri Linkov  <juri@jurta.org>
28859         * startup.el (normal-splash-screen): Update menu name.
28861         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
28863 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
28865         * term/xterm.el: Load term/rxvt if the terminal is actually an
28866         rxvt terminal.
28867         (xterm-rxvt-set-background-mode): Remove, not used anymore.
28869         * term/rxvt.el (function-key-map): Use substitute-key-definition
28870         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
28872         * term/cygwin.el: New file.
28874 2005-07-22  Kim F. Storm  <storm@cua.dk>
28876         * image-file.el (insert-image-file, image-file-yank-handler):
28877         Fix last change to maintain a (unique) yank-handler on yanked images.
28879 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
28881         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
28882         of the file size (as in "177B" for 177 bytes).  This happens with
28883         "ls -lh" on FreeBSD.
28885 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
28887         * hilit-chg.el (highlight-changes-global-initial-state)
28888         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
28889         (hilit-chg-fixup, highlight-changes-mode):
28890         Fix typos in docstrings.
28891         (highlight-changes-global-modes, highlight-changes-rotate-faces):
28892         Doc fixes.
28894 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
28896         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
28897         mode function using `eval-after-load'.
28899 2005-07-21  Kim F. Storm  <storm@cua.dk>
28901         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
28902         included when reporting an Emacs crash, and tell about the DEBUG file.
28904         * image-file.el (insert-image-file): Add yank-handler.
28905         (image-file-yank-handler): Yank handler to make unique copies of
28906         images when they are yanked into a buffer next to each other.
28908 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
28910         * comint.el (comint-use-prompt-regexp, comint-send-input)
28911         (comint-source-default, comint-extract-string)
28912         (comint-get-source, comint-word, comint-completion)
28913         (comint-source, comint-prompt-read-only, comint-update-fence):
28914         Fix typos in docstrings.
28915         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
28916         Declare with define-obsolete-*-alias macros.
28917         (comint-previous-matching-input-from-input)
28918         (comint-next-matching-input-from-input)
28919         (comint-previous-matching-input, comint-next-matching-input)
28920         (comint-forward-matching-input):
28921         Improve argument/docstring consistency.
28923         * desktop.el (desktop-clear-preserve-buffers-regexp):
28924         Also preserve the *server* buffer.
28926         * simple.el (clone-indirect-buffer): Doc fix.
28927         (fixup-whitespace, just-one-space)
28928         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
28929         (next-error, next-error-highlight)
28930         (next-error-highlight-no-select, next-error-last-buffer)
28931         (next-error-buffer-p, next-error-find-buffer, next-error)
28932         (previous-error, next-error-no-select, previous-error-no-select)
28933         (open-line, split-line, minibuffer-prompt-width, kill-new)
28934         (binary-overwrite-mode): Fix typos in docstrings.
28935         (set-fill-column): Fix typo in message.
28937         * skeleton.el (skeleton-proxy-new): Doc fix.
28939         * strokes.el (strokes-load-hook): Doc fix.
28940         (strokes-grid-resolution, strokes-get-grid-position)
28941         (strokes-renormalize-to-grid, strokes-read-stroke)
28942         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
28943         (strokes-global-map): Fix typos in docstrings.
28944         (strokes-help): Doc fix.  Fix help message and pass it through
28945         `substitute-command-keys'.
28947         * tempo.el (tempo-insert-prompt, tempo-interactive)
28948         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
28949         (tempo-insert-string-functions, tempo-local-tags)
28950         (tempo-define-template, tempo-insert-template)
28951         (tempo-insert-prompt-compat, tempo-is-user-element)
28952         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
28953         Fix typos in docstrings.
28955         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
28956         (vcursor-key-bindings, vcursor-use-vcursor-map)
28957         (vcursor-find-window, vcursor-scroll-down)
28958         (vcursor-disable, vcursor-beginning-of-buffer)
28959         (vcursor-end-of-buffer): Fix typos in docstrings.
28960         (vcursor-relative-move, vcursor-get-char-count):
28961         Improve argument/docstring consistency.
28963         * version.el: "?\ " -> "?\s".
28965         * wid-edit.el (widget-default-create, widget-after-change)
28966         (widget-default-format-handler, widget-checklist-add-item)
28967         (widget-radio-add-item, widget-choose, widget-specify-secret)
28968         (widget-field-value-create, widget-field-value-get)
28969         (widget-editable-list-format-handler)
28970         (widget-editable-list-entry-create, widget-group-value-create)
28971         (widget-documentation-link-add)
28972         (widget-documentation-string-value-create): "?\ " -> "?\s".
28973         (widget-convert-text): Doc fix.
28974         (widget-narrow-to-field, widget-field-find)
28975         (widget-url-link-action, widget-emacs-library-link-action)
28976         (widget-color-notify): Fix typos in docstrings.
28978         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
28979         (x-select-text, set-w32-system-coding-system)
28980         (w32-add-charset-info): Fix typos in docstrings.
28982         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
28983         (cua-enable-cua-keys, cua-use-hyper-key)
28984         (cua-virtual-rectangle-edges): Fix typos in docstrings.
28985         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
28987         * net/tramp.el (tramp-handle-load): Fix typo in error message.
28989         * emacs-lisp/re-builder.el (regexp-builder): Declare with
28990         `defalias' instead of faking it.
28992         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
28993         (eshell-ls-missing, eshell-ls-dired-initial-args)
28994         (eshell-ls-use-in-dired): Fix typos in docstrings.
28996 2005-07-20  Kim F. Storm  <storm@cua.dk>
28998         * emulation/cua-base.el (cua-mode): Improve doc string.
29000 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
29002         * abbrev.el (expand-region-abbrevs): Doc fix.
29003         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
29004         Improve argument/docstring consistency.
29006         * arc-mode.el (archive-get-descr, archive-alternate-display):
29007         Doc fixes.
29008         (archive-l-e): Improve argument/docstring consistency.
29009         (archive-tmpdir, archive-unixdate, archive-unixtime)
29010         (archive-chmod-entry): Fix typos in docstrings.
29011         (archive-unflag, archive-unflag-backwards)
29012         (archive-unmark-all-files): "?\ " -> "?\s".
29014         * buff-menu.el (Buffer-menu-unmark): Doc fix.
29015         (Buffer-menu-not-modified, Buffer-menu-execute)
29016         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
29017         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
29019         * composite.el (compose-string, encode-composition-rule)
29020         (compose-last-chars): Fix typos in docstrings.
29022         * desktop.el (desktop-enable, desktop-basefilename):
29023         Declare with `define-obsolete-variable-alias'.
29024         (desktop-internal-v2s): Don't quote keywords.
29025         (desktop-clear): "?\ " -> "?\s".
29027         * dired.el (dired-align-file, dired-flag-backup-files)
29028         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
29029         (dired-listing-switches, dired-ls-F-marks-symlinks)
29030         (dired-dwim-target, dired-load-hook, dired-mode-hook)
29031         (dired-directory, dired-faces, dired, dired-revert)
29032         (dired-mode, dired-summary, dired-view-file)
29033         (dired-copy-filename-as-kill, dired-delete-file)
29034         (dired-no-confirm, dired-unmark-all-marks)
29035         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
29036         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
29037         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
29038         Fix typos in message strings.
29040         * dired-x.el (virtual-dired): Declare with `defalias'.
29041         (dired-mark-unmarked-files, dired-local-variables-file)
29042         (dired-omit-here-always): Doc fix.
29043         (dired-omit-mode, dired-find-subdir)
29044         (dired-enable-local-variables, dired-clean-up-buffers-too)
29045         (dired-extra-startup, dired-mark-extension, dired-jump)
29046         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
29047         (dired-smart-shell-command, dired-guess-shell-alist-user)
29048         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
29049         (dired-x-bind-find-file, dired-x-submit-report):
29050         Fix typos in docstrings.
29051         (dired-mark-unmarked-files): "?\ " -> "?\s".
29053         * dirtrack.el (dirtrack-list): Fix typos in docstring.
29055         * faces.el (describe-face): "?\ " -> "?\s".
29056         (read-all-face-attributes, read-face-font, modify-face)
29057         (face-attr-construct, italic): Fix typos in docstrings.
29058         (frame-update-face-colors): Declare with
29059         `define-obsolete-function-alias'.
29061         * files.el (find-file-noselect, recode-file-name): Doc fixes.
29062         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
29063         (magic-mode-alist, buffer-file-numbers-unique)
29064         (write-file-functions, get-free-disk-space):
29065         Fix typos in docstrings.
29066         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
29067         (write-contents-hooks, write-file-hooks):
29068         Declare with `define-obsolete-variable-alias'.
29070         * forms-d2.el (arch-rj): Fix typo in docstrings.
29071         (arch-tocol): Likewise.  "?\ " -> "?\s".
29073         * frame.el (set-frame-font, cursor-in-non-selected-windows):
29074         Fix typo in docstring.
29075         (set-screen-width, set-screen-height): Delete redundant info in
29076         doctrings.
29077         (new-frame, screen-height, screen-width): Declare with
29078         `define-obsolete-function-alias'.
29079         (delete-frame-hook, blink-cursor): Declare with
29080         `define-obsolete-variable-alias'.
29082         * paths.el (prune-directory-list): Fix typos in docstring.
29084         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
29085         (cvs-prefix-get): Fix typos in docstrings.
29087         * ps-print.el (ps-extend-face-list, ps-extend-face)
29088         (ps-print-background-image): Fix typos in docstrings.
29089         (ps-default-fg, ps-default-bg): Doc fixes.
29091         * s-region.el (s-region-bind): Doc fix.
29092         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
29094         * textmodes/org.el (org-table-formula-substitute-names)
29095         (org-table-get-vertical-vector): Doc fixes.
29096         (org-table-recalculate): Remove unused argument to `message'.
29098 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
29100         * textmodes/org.el (org-table-column-names)
29101         (org-table-column-name-regexp)
29102         (org-table-named-field-locations): New variables.
29103         (org-archive-subtree): Protect `this-command' when calling
29104         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
29105         the kill buffer.
29106         (org-complete): Remove fixed-formula completion.
29107         (org-edit-formulas-map): New variable.
29108         (org-table-edit-formulas): New command.
29109         (org-finish-edit-formulas, org-abort-edit-formulas)
29110         (org-show-variable, org-table-get-vertical-vector): New functions.
29111         (org-table-maybe-eval-formula): Handle `:=' fields.
29112         (org-table-get-stored-formulas, org-table-store-formulas)
29113         (org-table-get-formula, org-table-modify-formulas)
29114         (org-table-replace-in-formulas): Handle named field formulas.
29115         (org-table-get-specials): Store locations of named fields.
29117 2005-07-19  Juri Linkov  <juri@jurta.org>
29119         * progmodes/grep.el (grep-regexp-alist)
29120         (grep-mode-font-lock-keywords, grep-process-setup):
29121         Use default GNU grep match color "01;31m" instead of "01;41m".
29122         (grep-regexp-alist, grep-mode-font-lock-keywords):
29123         Use `\\[[0-9]*m' instead of `\\[00m'.
29124         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
29125         sgr_start where its handling is more important.  Use the real
29126         length of sgr_start instead of constant 8.
29127         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
29128         specially.  Delete all remaining escape sequences.
29129         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
29130         (grep-regexp-alist): Make hyperlink only for binary file name
29131         instead of the whole line.
29132         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
29133         (grep-mode): Add autoload.
29135         * emacs-lisp/find-func.el (find-function-regexp):
29136         Add `define-compilation-mode'.
29138 2005-07-19  Juri Linkov  <juri@jurta.org>
29140         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
29141         (compare-windows-sync-string-size, compare-windows-recenter)
29142         (compare-windows-highlight, compare-windows): Add version 22.1.
29143         (compare-windows) <defface>: Inherit from lazy-highlight instead
29144         of duplicating its default value.
29146         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
29147         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
29149         * descr-text.el (describe-char): Create link buttons for `charset'
29150         and `code point'.  Add the current input method name with a link
29151         button to `to input' field.  Print face names of display table
29152         characters in `The display table entry is displayed by' section
29153         instead of printing face-id in the `display' field.
29154         Guess hardcoded faces and create a link button for them.
29155         Skip empty fields when calculating max-width.
29156         Treat `widget-create' specially while inserting strings from the
29157         collected field list.
29158         (describe-char-after): Made obsolete in version 22.1, not 21.5.
29160         * diff-mode.el (diff-file-header): Change foreground color from
29161         yellow to green on light backgrounds.
29162         (diff-context): Inherit from `shadow' only for color/grayscale
29163         with more than 88 colors.
29164         (diff-indicator-removed, diff-indicator-added)
29165         (diff-indicator-changed): New faces.
29166         (diff-font-lock-keywords): Use new faces.  Regroup rules.
29167         Add "^---$" for `normal' diff format.  Fontify `#' lines with
29168         font-lock-comment-delimiter-face and font-lock-comment-face.
29169         Add `#' to ^[^...] in the rule for `diff-context-face'.
29171         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
29172         a button-like box.  Inherit from `highlight' on low colors.
29173         (shadow): Use shades of gray only for color/grayscale with
29174         more than 88 colors.  Use green for light backgrounds with
29175         8 colors, and yellow for dark backgrounds with 8 colors.
29177         * font-lock.el (font-lock-regexp-grouping-backslash):
29178         Don't inherit from escape-glyph (use bold for all cases).
29180         * info.el (info-xref-visited): Use light foreground color `violet'
29181         for dark backgrounds instead of dark color `magenta3'.
29182         (info-title-1): Use `yellow' color for dark backgrounds.
29184         * isearch.el (isearch): Use not-too-dark magenta3 instead of
29185         too-light magenta2.
29187         * replace.el (match): Use slightly more light RoyalBlue3 instead
29188         of dark RoyalBlue4.
29190         * wid-edit.el (widget-inactive): Inherit from `shadow'.
29192 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
29194         * novice.el (disabled-command-hook): Declare it with
29195         `define-obsolete-variable-alias'.
29197         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
29198         (desktop-buffer-misc-functions, desktop-buffer-handlers)
29199         (desktop-load-default): Add release to obsolescence info.
29200         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
29201         (desktop-append-buffer-args, desktop-read):
29202         Fix typos in docstrings.
29203         (desktop-kill): Fix typo in message.
29204         (desktop-save): Doc fix.
29206 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29208         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
29209         (viper-envelop-ESC-key): Change the definition of fast
29210         keysequence so it'll work with keyboard macros.
29212         * ediff.el (ediff-patch-buffer): Change the docstring.
29214 2005-07-19  Kenichi Handa  <handa@m17n.org>
29216         * international/mule-cmds.el (select-safe-coding-system): Try to
29217         use an auto-coding (if any) before anything else.  If the found
29218         auto-coding is invalid, show a warning message.
29220         * international/mule.el (find-auto-coding): New function created
29221         by modifying the body of set-auto-coding.
29222         (set-auto-coding): Use find-auto-coding to find a coding.
29224 2005-07-18  Richard M. Stallman  <rms@gnu.org>
29226         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
29227         not isearch-mode-end-hook-error.
29228         (allout-before-change-protect): Fix error message.
29230 2005-07-18  Juri Linkov  <juri@jurta.org>
29232         * allout.el (allout-mode):
29233         * calculator.el (calculator-copy):
29234         * custom.el (custom-known-themes):
29235         * dired.el (dired-desktop-buffer-misc-data)
29236         (dired-restore-desktop-buffer):
29237         * dired-x.el (dired-omit-marker-char):
29238         * files.el (basic-save-buffer):
29239         * font-core.el (font-lock-mode):
29240         * calendar/calendar.el (calendar-goto-hebrew-date)
29241         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
29242         (calendar-goto-persian-date):
29243         * language/ethio-util.el (ethio-sera-to-fidel-region):
29244         * textmodes/picture.el (picture-mode):
29245         Delete duplicate duplicate words.
29247 2005-07-18  Juri Linkov  <juri@jurta.org>
29249         * isearch.el (isearch-mode-map): Remove key bindings for regexp
29250         chars * ? } |.
29251         (isearch-fallback): Don't call `isearch-process-search-char'.
29252         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
29253         (isearch-process-search-char): Call `isearch-fallback' for regexp
29254         chars * ? } |.
29255         (isearch-return-char): Make obsolete with `make-obsolete' instead
29256         of simply documenting it as obsolete in the docstring.
29257         (isearch-fallback): Refill docstring.
29259         * international/isearch-x.el
29260         (isearch-process-search-multibyte-characters): Remove unneeded
29261         `concat'.  Add intermediate values to `junk-hist' instead of
29262         `minibuffer-history'.  Test the length of `str'.
29264 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
29266         * allout.el (allout-resolve-xref): Fix typos in error strings.
29267         (allout-before-change-protect): Remove unneeded `concat'.
29269         * array.el (array-mode, array-reconfigure-rows)
29270         (untabify-backward): Fix typos in docstrings.
29271         (array-reconfigure-rows): Use `insert-buffer-substring', not
29272         `insert-buffer'.
29274         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
29275         * progmodes/ada-mode.el (ada-make-body):
29276         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
29278         * dired.el (dired-log):
29279         * tar-mode.el (tar-subfile-save-buffer):
29280         * play/zone.el (zone-pgm-stress-destress):
29281         Use `insert-buffer-substring', not `insert-buffer'.
29283 2005-07-17  Simon Josefsson  <jas@extundo.com>
29285         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
29287 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
29289         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
29290         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
29292 2005-07-17  Kim F. Storm  <storm@cua.dk>
29294         * ido.el (dired-other-window): Add ido property.
29296 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
29298         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29299         Fix typo in docstring.
29300         (byte-compile-interactive-only-functions): Add `insert-buffer' and
29301         `insert-file-literally'.
29303         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
29304         info and delete redundant message.  Doc fix.
29305         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
29306         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
29308 2005-07-16  Richard M. Stallman  <rms@gnu.org>
29310         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
29311         (byte-compile-and): Use byte-compile-and-recursion.
29312         (byte-compile-or-recursion): New function.
29313         (byte-compile-or): Use that.
29314         (byte-compile-if): Guard the else-clause too.
29315         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
29317         * isearch.el (isearch-mode-end-hook-quit): New variable.
29318         (isearch-done): Bind it.
29319         (isearch-mode-end-hook): Doc fix.
29321         * allout.el (allout-isearch-did-quit): Variable deleted.
29322         (allout-real-isearch-abort): Function name no longer used.
29323         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
29324         (allout-isearch-rectification): isearch-mode always exists.
29325         Don't set allout-isearch-did-quit.
29326         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
29327         allout-isearch-did-quit.
29328         (allout-enwrap-isearch): Just add the hook.
29329         (allout-isearch-abort): Function deleted.
29330         (allout-pre-command-business): Avoid warning.
29332         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
29333         Correctly avoid warnings.
29334         (pascal-outline): Likewise.
29336         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
29338         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
29340         * play/tetris.el (tetris-mode): Avoid warning.
29342         * play/snake.el (snake-mode): Avoid warning.
29344         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
29345         (gamegrid-set-display-table): Avoid warning.
29346         (gamegrid-set-timer): Likewise.
29347         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
29348         (gamegrid-add-score-with-update-game-score-1): Take FILE
29349         as argument.
29350         (gamegrid-add-score-with-update-game-score): Pass that argument.
29351         Rename have-shared-game-dir to gamegrid-shared-game-dir.
29353         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
29355         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
29356         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
29358         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
29359         and insert-file.
29361         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
29362         (sc-ask): Avoid warnings.
29364         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
29365         (eshell-hist-initialize): Use that var the natural way.
29367         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
29369         * emacs-lisp/re-builder.el (reb-cook-regexp):
29370         Avoid warning calling lre-compile-string.
29371         (reb-color-display-p): Avoid warning.
29373         * calculator.el (calculator-last-input): Guard uses
29374         of event-key and key-press-event-p.
29375         (event-key, key-press-event-p): Delete definitions.
29377         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
29378         (find-gc-source-directory, find-gc-subrs-callers)
29379         (find-gc-noreturn-list, find-gc-source-files)
29380         (find-gc-subrs-called): Vars renamed and defvar'd.
29382         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
29383         (checkdoc-overlay-put, checkdoc-delete-overlay)
29384         (checkdoc-overlay-start, checkdoc-overlay-end)
29385         (checkdoc-mode-line-update, checkdoc-char=):
29386         Define such that compiler knows they are defined.
29387         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
29388         (checkdoc-read-event): Delete.  Use read-event directly.
29390         * whitespace.el (whitespace-make-overlay)
29391         (whitespace-overlay-put, whitespace-delete-overlay)
29392         (whitespace-overlay-start, whitespace-overlay-end):
29393         Define such that compiler knows they are defined.
29394         (whitespace): Move conditional inside.
29396         * tempo.el (tempo-insert-template): Suppress warning.
29398         * ediff-diff.el (longlines-mode): Add defvar.
29400 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
29402         * server.el: Bind "C-x #" in a way that works even if C-x is
29403         redefined to a command key, not a prefix key.
29405 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29407         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
29408         cl-make-type-test till execution time.
29410 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
29412         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
29413         arg ARG and use it.
29415 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29417         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
29419 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
29421         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29422         a defcustom with two :set or :type keywords.
29424 2005-07-15  Richard M. Stallman  <rms@gnu.org>
29426         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
29427         Don't give ^M comment-end syntax.
29429 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
29431         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
29432         Don't consider gdbmi (gdb-mi.el has its own update functions).
29433         (gdb-var-delete): Make it work for gdbmi as well.
29434         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
29436         * progmodes/gud.el (etags, sdb): Only require etags when needed.
29437         (gud-speedbar-menu-items): Correct logic for enabling items.
29439 2005-07-15  Kim F. Storm  <storm@cua.dk>
29441         * ido.el: Fix commentary.
29442         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
29443         Use with-no-warnings around ffap-guesser.
29444         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
29445         Let bind minibuffer-completing-file-name to t.
29447 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
29449         * startup.el (site-run-file, keyboard-type): Doc fixes.
29450         (command-line): Check for "--basic-display" argument; also for
29451         "--quick", not "--bare-bones" (which was renamed).
29452         (fancy-splash-text): Add missing item "Getting New Versions".
29453         (normal-splash-screen): Fix typos and improve consistency with
29454         `fancy-splash-text'.  Update copyright year.
29456         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29457         valid binding for `help-char'.
29459         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
29461 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
29463         * term.el (term-mode): Disable cua-mode for term buffers.
29465 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
29467         * add-log.el (add-log-mailing-address, change-log-merge):
29468         Doc fixes.
29469         (change-log-get-method-definition): Fix typo in docstring.
29471 2005-07-14  Kim F. Storm  <storm@cua.dk>
29473         * emulation/cua-base.el:
29474         (cua--pre-command-handler-1, cua--pre-command-handler)
29475         (cua--post-command-handler-1, cua--post-command-handler):
29476         Split in two.  Check (buffer local) value of cua-mode.
29477         (cua-selection-mode): New command.
29479 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
29481         * custom.el (custom-initialize-safe-set)
29482         (custom-initialize-safe-default): Doc fixes.
29484         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29485         and simplify :init-value again.
29487         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29488         and simplify :init-value again.  Delete autoload.
29490         * startup.el (command-line): Use `custom-reevaluate-setting' again
29491         for tooltip-mode.
29493         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29494         a defcustom with two :initialize keywords.
29496 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
29498         * allout.el (my-mark-marker, allout-isearch-prior-pos)
29499         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
29500         (allout-post-command-business, allout-flag-region)
29501         (isearch-reenable-font-lock, allout-yank)
29502         (allout-insert-latex-header, allout-insert-latex-trailer)
29503         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
29504         (allout-latex-verb-quote): Fix typos in docstrings.
29505         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
29506         (allout-unprotected, allout-prefix-data):
29507         Improve argument/docstring consistency.
29508         (allout-chart-subtree): Fix argument spec.
29509         (allout-open-topic): Rename `use_sib_bullet' argument to
29510         `use-sib-bullet'.  Doc fix.
29512         * whitespace.el (whitespace-check-buffer-leading)
29513         (whitespace-check-buffer-trailing)
29514         (whitespace-check-buffer-indent)
29515         (whitespace-check-buffer-spacetab)
29516         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
29517         (whitespace-check-leading-whitespace)
29518         (whitespace-check-trailing-whitespace)
29519         (whitespace-check-spacetab-whitespace)
29520         (whitespace-check-indent-whitespace)
29521         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
29522         (whitespace-modes): Fix typos in docstrings.
29523         (defgroup, defcustom): Doc fixes.
29525         * winner.el (winner-mode, winner-boring-buffers)
29526         (winner-pending-undo-ring): Doc fixes.
29527         (winner-ring): Remove unneeded `progn'.
29528         (winner-equal): `defsubst' it.
29529         (winner-redo): Fix message.
29531 2005-07-13  Kim F. Storm  <storm@cua.dk>
29533         * simple.el (line-move-1): Always use vertical-motion to
29534         do the last (or only) line move to ensure some movement.
29535         Undo 2005-06-23 change--don't check for overlays.
29537 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29539         * term/mac-win.el (ccl-encode-mac-roman-font)
29540         (ccl-encode-mac-centraleurroman-font)
29541         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
29542         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
29543         Change charset-id boundary of dimension to ?\xef.
29544         (mac-char-fontspec-list): New constant.
29545         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
29546         argument.  Nil uses itself as family in font-spec.  Previous
29547         behavior for nil is now provided by non-nil non-string argument.
29548         All callers changed.  Add font-specs for Mac fonts to
29549         "fontset-default" unless iso8859-1 fonts are installed.
29551 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29553         * progmodes/sh-script.el (sh-get-indent-info): Only indent
29554         a continuation line if the \ is preceded by SPC or TAB.
29555         (sh-get-indent-info): Simplify.
29556         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
29557         Use with-current-buffer.
29559         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
29560         when the matched text is empty.
29562 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
29564         * startup.el (command-line): Revert to previous handling of
29565         tooltip-mode.  Explain in comment why the complexity is needed.
29567         * tooltip.el (tooltip-mode): Revert to previous implementation of
29568         its defcustom.
29570         * frame.el (blink-cursor-mode): Revert to previous implementation
29571         of its defcustom.  Update comment.
29573 2005-07-12  Lars Hansen  <larsh@soem.dk>
29575         * desktop.el: Update e-mail address.
29577 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29579         * term/mac-win.el (mac-services-mail-selection)
29580         (mac-services-mail-to): New functions.
29581         (mac-application-menu-map): Bind them.
29583 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
29585         * progmodes/gdb-ui.el: Add note about buffering with Windows.
29587 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
29589         * custom.el (custom-reevaluate-setting): Doc fix.
29591 2005-07-11  Jay Belanger  <belanger@truman.edu>
29593         * calc/calc.el (calc-embedded-announce-formula-alist)
29594         (calc-embedded-open-close-plain-alist)
29595         (calc-embedded-open-close-mode-alist): Add checks for additional
29596         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
29598 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
29600         * custom.el (custom-enable-theme): Don't add theme to
29601         `custom-enabled-themes' with `push' because there is no
29602         setf-method for `delq'.
29604 2005-07-11  Richard M. Stallman  <rms@gnu.org>
29606         * custom.el (custom-declare-variable): Doc fix.
29608         * dired-aux.el (dired-compare-directories): Remove "." and ".."
29609         from the alists.
29611         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
29612         Do nothing if edebug-active.
29614         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
29615         (edebug-display): Do it here instead.
29617 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29619         * cus-face.el (custom-theme-set-faces): Make it work.
29620         (custom-reset-faces): Doc fix.
29621         (custom-theme-reset-internal-face, custom-theme-face-value):
29622         Functions deleted.
29624         * custom.el (custom-push-theme): Maintain list of the settings
29625         of a given theme in its theme-settings property.
29626         Maintain position of old settings in the theme-value
29627         or theme-face property.
29628         (custom-enabled-themes): New variable.
29629         (custom-theme-enabled-p): New function.
29630         (provide-theme): Update custom-enabled-themes.
29631         Disable and reenable the `user' theme.
29632         (require-theme): Doc fix.
29633         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
29634         (custom-theme-value, custom-theme-variable-value): Likewise.
29635         (custom-theme-reset-internal): Likewise.
29636         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
29637         (custom-enable-theme, custom-disable-theme): New functions.
29638         (custom-variable-theme-value, custom-face-theme-value): Likewise.
29639         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
29640         (custom-theme-reset-variables): Simplify.
29641         (deftheme, custom-declare-theme, custom-make-theme-feature):
29642         Definitions moved.
29644 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
29646         * longlines.el (longlines-show-region)
29647         (longlines-unshow-hard-newlines): Recognize hard newlines by
29648         non-nil hard property, instead of t.
29650 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
29652         * emulation/viper-cmd.el (viper--key-maps): New variable.
29653         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
29654         emulation-mode-map-alists.
29655         (viper-envelop-ESC-key): Use viper-subseq.
29656         (viper-search-forward/backward/next): Disable debug-on-error.
29658         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29659         (viper-ESC-key): New defcustoms.
29661         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
29663         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
29664         (viper-subseq): Copy of subseq from cl.el.
29666         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
29667         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
29669         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
29671         * emulation/viper-init.el: Get rid of -face in face names.
29673         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
29674         Make it work with longlines mode.
29676         * ediff-mult.el (ediff-meta-mode-hook): New variable.
29678         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
29680         * ediff-init.el: Get rid of -face in face names.
29682 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29684         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
29685         and with-timeout-unsuspend.
29687         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
29688         and with-timeout-unsuspend.
29690         * emacs-lisp/timer.el (with-timeout-timers): New variable.
29691         (with-timeout): Bind that variable to record timers.
29692         (with-timeout-suspend, with-timeout-unsuspend): New functions.
29694         * emacs-lisp/debug.el (debug-help-follow): New function.
29695         (debugger-mode-map): Use that instead of help-follow.
29696         (debugger-setup-buffer): Use eval-buffer-list
29697         to handle eval-buffer frames.
29699 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
29701         * timezone.el (timezone-parse-date): Change first regexp
29702         so it will not mistakenly match dates with no time zone.
29704 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
29706         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
29708 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
29710         * custom.el (custom-initialize-safe-set)
29711         (custom-initialize-safe-default): New functions.
29713         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29714         and simplify :init-value.
29716         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29717         and simplify :init-value.  Delete obsolete comment.
29719         * startup.el (command-line): Use `custom-reevaluate-setting' to
29720         handle `tooltip-mode'.  Delete obsolete comment.
29722         * files.el (set-visited-file-name): Avoid calling
29723         `file-name-nondirectory' with a nil argument.
29725 2005-07-09  Richard M. Stallman  <rms@gnu.org>
29727         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
29728         was called with nil for the buffer, handle the read position right.
29729         Handle read position for eval-region, too.
29731 2005-07-09  Juri Linkov  <juri@jurta.org>
29733         * fringe.el (fringe-mode): Add period in docstring.
29734         (fringe-query-style): Build prompt depending on `all-frames' arg.
29736         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
29737         to not create links to unrelated functions in the Help buffer.
29739         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
29740         Doc fix.
29742         * simple.el (next-error-hook): New variable.
29743         (next-error): Use it.  Doc fix.
29745         * textmodes/ispell.el (ispell-command-loop): Add current
29746         dictionary name and program name to mode-line-format.
29747         (ispell-region, ispell-process-line): Add current dictionary name
29748         and program name to messages.
29750 2005-07-08  Jay Belanger  <belanger@truman.edu>
29752         * calc/calc.el (calc-embedded-announce-formula-alist)
29753         (calc-embedded-open-close-formula-alist)
29754         (calc-embedded-open-close-word-alist)
29755         (calc-embedded-open-close-plain-alist)
29756         (calc-embedded-open-close-new-formula-alist)
29757         (calc-embedded-open-close-mode-alist)
29758         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
29759         (calc-embedded-mode-hook): New variables.
29761         * calc/calc-embed.el (calc-embedded-firsttime)
29762         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
29763         New variables.
29764         (calc-do-embedded): Use calc-embedded-firsttime,
29765         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
29766         determine whether or not to run hooks.
29767         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
29768         calc-embedded-firsttime-formula appropriately.
29769         Set calc-embedded delimiter variables according to mode.
29771 2005-07-08  Richard M. Stallman  <rms@gnu.org>
29773         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
29774         Check for "emacs", etc., as entire symbol, not just as word.
29775         (checkdoc-file-comments-engine): Use regexp-quote on FN.
29777         * files.el (set-visited-file-name): Report the error
29778         for "empty filename" earlier.
29779         (kill-some-buffers): Ignore buffers already dead.
29781         * fringe.el (fringe-mode): Doc fix.
29783         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29784         Check for (featurep 'xemacs) and turn off warnings in what it guards.
29785         Use unwind-protect to ensure byte-compile-unresolved-functions
29786         is updated.
29788         * whitespace.el (whitespace-buffer-leading-cleanup):
29789         Simplify w/ skip-chars-forward.
29790         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
29792         * mail/rmail.el (rmail-only-expunge): Fix paren error.
29793         Unconditionally try to leave point at the same old place.
29795 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
29797         * comint.el (comint-postoutput-scroll-to-bottom)
29798         (comint-show-maximum-output): Take scroll-margin into consideration.
29800 2005-07-08  Kim F. Storm  <storm@cua.dk>
29802         * ido.el (ido-use-filename-at-point): New choice `guess'.
29803         (ido-file-internal): Try ffap-guesser if selected.
29805         * ido.el (ido-before-fallback-functions): New hook.
29806         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
29807         (ido-read-file-name): Run it.
29809 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
29811         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
29812         strings rather than a list of symbols to the completion function.
29814 2005-07-07  Jay Belanger  <belanger@truman.edu>
29816         * calc/calc-units.el (math-apply-units): Change the places in
29817         which units are simplified.
29819 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
29821         * cus-edit.el (customize-option, customize-option-other-window):
29822         Make them handle aliases.
29824         * custom.el (custom-variable-p): Make it recursively follow
29825         aliases.  Mention that in the docstring.
29827 2005-07-07  Richard M. Stallman  <rms@gnu.org>
29829         * cus-start.el (exec-path): Use `directory' instead of `file'.
29830         Fix tag for nil.
29832 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29834         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
29835         when called non-interactively.  Doc fix.
29837 2005-07-07  Lute Kamstra  <lute@gnu.org>
29839         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
29840         new address as well.
29842 2005-07-07  Kenichi Handa  <handa@m17n.org>
29844         * international/mule.el (make-coding-system):
29845         Describe `ascii-incompatible' property in the docstring.
29846         (set-file-name-coding-system): Signal an error if coding-system is
29847         ascii-incompatible.
29848         (set-keyboard-coding-system): Likewise.
29850         * international/mule-cmds.el (set-default-coding-systems):
29851         Don't set default-file-name-coding-system and
29852         default-keyboard-coding-system if coding-system is ASCII-incompatible.
29854         * international/utf-16.el: Declare that all UTF-16-based coding
29855         systems are ASCII-incompatible.
29857 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
29859         * progmodes/gud.el: Require font-lock for displaying errors.
29860         Used by gdb-ui.el.
29862 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29864         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
29865         values for the pattern lists which are `read'able but not
29866         `append'able (like symbols).
29868 2005-07-06  Richard M. Stallman  <rms@gnu.org>
29870         * progmodes/flymake.el (flymake-float-time): Instead of
29871         with-no-warnings, test for XEmacs.
29872         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
29873         to avoid warning.
29875 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
29877         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
29879 2005-07-05  Lute Kamstra  <lute@gnu.org>
29881         * battery.el: Add support for Darwin (with much debugging help
29882         from Samuel Lauber <sam124@operamail.com>).
29883         (battery-status-function, battery-echo-area-format)
29884         (battery-mode-line-format): Add support for pmset on Darwin.
29885         (battery-load-low, battery-load-critical): New user options.
29886         (battery-pmset): New function.
29888 2005-07-05  Lute Kamstra  <lute@gnu.org>
29890         Update FSF's address in GPL notices.
29892         * textmodes/page-ext.el: Update FSF's address.
29894 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
29896         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
29897         filling from using prefix when filling a single-line docstring.
29899         * progmodes/flymake.el: Remove useless eval-when-compile.
29901         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
29903 2005-07-04  Richard M. Stallman  <rms@gnu.org>
29905         * textmodes/org.el (org-file-apps-defaults-gnu):
29906         Rename from org-file-apps-defaults-linux.
29907         (org-default-apps): Don't test system-type for `linux'.
29908         (org-file-apps): Doc fix.
29910 2005-07-04  David Ponce  <david@dponce.com>
29912         * tree-widget.el: Improve header Commentary section.
29913         (tree-widget) [defgroup]
29914         (tree-widget-image-enable, tree-widget-themes-directory)
29915         (tree-widget-theme, tree-widget-image-properties-emacs)
29916         (tree-widget-image-properties-xemacs, tree-widget-create-image)
29917         (tree-widget-image-formats, tree-widget-control)
29918         (tree-widget-empty-control, tree-widget-leaf-control
29919         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
29920         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
29921         (tree-widget-keep, tree-widget-after-toggle-functions)
29922         (tree-widget-open-node, tree-widget-close-node): Doc fix.
29923         (tree-widget-open-control, tree-widget-close-control): Fix doc and
29924         :help-echo message.
29925         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
29926         (tree-widget-image-properties): Doc fix.  Clearer implementation.
29927         (tree-widget--cursors): New constant.
29928         (tree-widget-lookup-image): New function split from
29929         `tree-widget-find-image'.  Clearer implementation.
29930         (tree-widget-find-image): Use it.
29931         (tree-widget-button-keymap): Use `set-keymap-parent'.
29932         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
29933         Define the sub-widgets here.
29934         (tree-widget-node): Check that :node is not a tree-widget.
29935         (tree-widget-get-super, tree-widget-open-control)
29936         (tree-widget-close-control, tree-widget-empty-control)
29937         (tree-widget-leaf-control, tree-widget-guide)
29938         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
29939         (tree-widget-no-handle, tree-widget-value-delete)
29940         (tree-widget-map): Remove.
29941         (tree-widget-children-value-save): Doc fix.  Simplified.
29942         (tree-widget-value-create): Update according to previous changes.
29944 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
29946         * textmodes/org.el: Leading space replaced by TABS.
29947         (org-recalc-marks, org-table-rotate-recalc-marks)
29948         (org-table-get-specials): Treat "^" and "_" marks.
29949         (org-table-justify-field-maybe): Optional argument NEW.
29950         (org-table-eval-formula): Parsing of the format simplified.
29951         New modes C,I.  Honor the %= parameter in the current table.
29952         Avoid unnecessary re-align by using the NEW argument to
29953         `org-table-justify-field-maybe'.
29954         (org-calc-default-modes): Default for date-format mimicks org-mode.
29955         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
29957 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
29959         * cus-face.el (custom-theme-set-faces): Make it handle face
29960         aliases whose alias declarations are pre- or autoloaded.
29962 2005-07-04  Juri Linkov  <juri@jurta.org>
29964         * faces.el (read-face-name): Put the code for getting a face name
29965         from the buffer before adding the faces from the `face' property.
29966         Use `completing-read-multiple' instead of `completing-read'.
29967         Require `crm'.  Add default value and post-process the returned
29968         list of faces.
29970         * emacs-lisp/crm.el (crm-find-current-element)
29971         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
29973         * emacs-lisp/lisp-mode.el (eval-defun-1):
29974         * emacs-lisp/edebug.el (edebug-eval-defun):
29975         Remove unnecessary quotes.
29977 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
29979         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
29980         (prolog-indent-level): Fix typo in docstring.
29982         * info.el (Info-history, Info-history-forward)
29983         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
29985         * add-log.el (add-change-log-entry):
29986         * comint.el (comint-dynamic-list-input-ring)
29987         (comint-dynamic-list-completions):
29988         * dabbrev.el (dabbrev-expand):
29989         * delim-col.el (delimit-columns-rectangle-line):
29990         * diff-mode.el (diff-context->unified, diff-reverse-direction)
29991         (diff-unified->context):
29992         * ediff-init.el (ediff-abbrev-jobname):
29993         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
29994         (ediff-replace-session-activity-marker-in-meta-buffer):
29995         * info.el (Info-summary):
29996         * lpr.el (printify-region):
29997         * printing.el (pr-create-interface):
29998         * ps-print.el (ps-print-quote):
29999         * ses.el (ses-column-widths, ses-print-cell)
30000         (ses-adjust-print-width, ses-center):
30001         * shell.el (shell-file-name-quote-list):
30002         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
30003         (strokes-fill-current-buffer-with-whitespace)
30004         (strokes-xpm-for-stroke, strokes-list-strokes)
30005         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
30006         * term.el (term-dynamic-list-input-ring)
30007         (term-dynamic-list-completions):
30008         * calc/calc.el (math-format-stack-value):
30009         * emacs-lisp/edebug.el (edebug-display-freq-count):
30010         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
30011         (delphi-new-comment-line):
30012         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
30013         * progmodes/executable.el (executable-set-magic):
30014         * progmodes/python.el (inferior-python-mode):
30015         * progmodes/scheme.el (scheme-mode-syntax-table):
30016         * progmodes/sh-script.el (sh-maybe-here-document):
30017         * progmodes/sql.el (sql-copy-column):
30018         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
30019         * textmodes/bibtex.el (bibtex-mode):
30020         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
30021         (sgml-auto-attributes):
30022         * textmodes/table.el (table-insert, table-shorten-cell)
30023         (table--generate-source-scan-lines, table-delete-row)
30024         (*table--cell-delete-char, table--spacify-frame)
30025         (table--horizontally-shift-above-and-below)
30026         (table--cell-insert-char, table--cell-blank-str)
30027         (table--fill-region-strictly):
30028         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
30029         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
30031         * add-log.el (change-log):
30032         * apropos.el (apropos):
30033         * comint.el (comint-completion, comint-source):
30034         * dabbrev.el (dabbrev):
30035         * delim-col.el (columns):
30036         * diff-mode.el (diff-mode):
30037         * ediff.el (ediff):
30038         * ediff-diff.el (ediff-diff):
30039         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
30040         * ediff-mult.el (ediff-mult):
30041         * ediff-ptch.el (ediff-ptch):
30042         * ediff-wind.el (ediff-window):
30043         * facemenu.el (facemenu):
30044         * indent.el (indent):
30045         * info.el (info):
30046         * jka-cmpr-hook.el (compression, jka-compr):
30047         * lpr.el (lpr):
30048         * outline.el (outlines):
30049         * pcmpl-cvs.el (pcmpl-cvs):
30050         * pcmpl-rpm.el (pcmpl-rpm):
30051         * printing.el (printing):
30052         * ps-print.el (postscript, ps-print, ps-print-horizontal)
30053         (ps-print-vertical, ps-print-headers, ps-print-font)
30054         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
30055         (ps-print-background, ps-print-printer, ps-print-page)
30056         (ps-print-miscellany):
30057         * ses.el (ses):
30058         * shell.el (shell, shell-directories, shell-faces):
30059         * startup.el (initialization):
30060         * strokes.el (strokes):
30061         * term.el (term):
30062         * uniquify.el (uniquify):
30063         * w32-vars.el (w32):
30064         * calc/calc.el (calc):
30065         * emacs-lisp/bytecomp.el (bytecomp):
30066         * emacs-lisp/cl-indent.el (lisp-indent):
30067         * emacs-lisp/edebug.el (edebug):
30068         * emacs-lisp/elp.el (elp):
30069         * emacs-lisp/testcover.el (testcover):
30070         * emacs-lisp/trace.el (trace):
30071         * emulation/viper-ex.el (viper-ex):
30072         * emulation/viper-mous.el (viper-mouse):
30073         * mail/mailalias.el (mailalias):
30074         * mail/supercite.el (supercite, supercite-frames)
30075         (supercite-attr, supercite-cite, supercite-hooks):
30076         * net/rcompile.el (remote-compile):
30077         * net/rlogin.el (rlogin):
30078         * obsolete/ooutline.el (outlines):
30079         * progmodes/delphi.el (delphi):
30080         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
30081         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
30082         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
30083         (ebnf-optimization):
30084         * progmodes/etags.el (etags):
30085         * progmodes/executable.el (executable):
30086         * progmodes/idlwave.el (idlwave):
30087         * progmodes/pascal.el (pascal):
30088         * progmodes/prolog.el (prolog):
30089         * progmodes/python.el (python):
30090         * progmodes/scheme.el (scheme):
30091         * progmodes/sh-script.el (sh, sh-script):
30092         * progmodes/sql.el (SQL):
30093         * progmodes/tcl.el (tcl):
30094         * textmodes/bibtex.el (bibtex, bibtex-autokey):
30095         * textmodes/enriched.el (enriched):
30096         * textmodes/makeinfo.el (makeinfo):
30097         * textmodes/sgml-mode.el (sgml):
30098         * textmodes/table.el (table-hooks):
30099         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
30100         * textmodes/texinfo.el (texinfo):
30101         * textmodes/two-column.el (two-column):
30102         Finish `defgroup' description with period.
30104         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
30105         * eshell/esh-var.el (eshell-var):
30106         * progmodes/vhdl-mode.el (vhdl-testbench):
30107         * textmodes/org.el (org): Fix typos in docstrings.
30109         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
30110         consistency.
30112         * progmodes/flymake.el (flymake-find-file): Remove.
30113         (flymake-float-time): Use `with-no-warnings'.
30114         (flymake-check-start-time, flymake-check-was-interrupted)
30115         (flymake-err-info, flymake-is-running, flymake-last-change-time)
30116         (flymake-new-err-info): `defvar' at compile time.
30118 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
30120         * replace.el (occur-hook): Doc fix.
30121         (occur-1): Don't call `occur-hook' if there are no matches.
30123 2005-07-03  Richard M. Stallman  <rms@gnu.org>
30125         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
30126         global-map, save the same map.
30127         (global-map): Don't alter it at top level.
30128         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
30129         Then alter it here instead.
30130         (tpu-edt-off): Set global-map to the saved one.
30132         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
30133         All references simplified.
30134         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
30135         (zmacs-regions): Add defvar.
30136         (repeat-complex-command-map): Everything about that deleted.
30138         * textmodes/artist.el (artist-key-is-drawing)
30139         (artist-key-endpoint1, artist-key-poly-point-list)
30140         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
30141         (artist-key-compl-table, artist-rb-save-data)
30142         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
30143         Don't put them in eval-when-compile.
30144         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
30146         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
30147         Use with-no-warnings.
30149         * net/browse-url.el (dos-windows-version): Add defvar.
30151         * mail/supercite.el (filladapt-prefix-table): Add defvar.
30153         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
30154         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
30155         (rmail-new-summary-line-count): Rename from new-summary-line-count.
30156         Add defvar.
30157         (rmail-summary-beginning-of-message): Use with-no-warnings.
30158         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
30160         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
30161         Use with-no-warnings.
30163         * emulation/vi.el (vi-mark-region): Use c-mark-function.
30164         (c-mark-function): Add point-moving-unit property.
30165         (vi-goto-line): Use with-no-warnings.
30167         * emulation/edt.el (edt-last-copied-word): Add defvar.
30168         (zmacs-region-stays): Likewise.
30169         (edt-mark-section-wisely): Use c-mark-function for C.
30170         Use makr-defun for Fortran.
30171         (time-string): defvar deleted.
30172         (edt-display-the-time): Don't set time-string.
30174         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
30176         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30177         Don't warn when name is not constant
30178         or for defining the group `emacs'.
30180         * tooltip.el (gud-tooltip-mode): Add defvar.
30182         * startup.el (default-frame-background-mode): Add defvar.
30184         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
30186         * info.el (tool-bar-map): Add defvar.
30188         * dired.el (dnd-protocol-alist): Add defvar.
30190         * dired-aux.el (dired-query): Display question with answer, when
30191         the user answers.
30193         * custom.el (custom-add-option): Doc fix.
30195         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
30197 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
30199         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
30200         bogus name from the last change.
30202 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
30204         * custom.el (custom-declare-variable): Fix typos in comment.
30205         (custom-known-themes): Doc fix.
30206         (custom-theme-directory): New defcustom.
30207         (require-theme): Make it check `custom-theme-directory'.
30209         * cus-theme.el (custom-new-theme-mode): New function.
30210         (custom-theme-name, custom-theme-variables, custom-theme-faces)
30211         (custom-theme-description): Add compiler defvars.
30212         (customize-create-theme): Add doc to the "*New Custom Theme*"
30213         buffer.  Use `custom-new-theme-mode'.
30214         (custom-theme-write): Put the created buffer in emacs-lisp-mode
30215         and save it to the `custom-theme-directory'.  Make this the
30216         default directory of the buffer.
30218 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
30220         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
30221         Fix unbalanced parentheses.
30223 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30225         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
30226         into flymake-mode and delegate to flymake-mode.
30228         * find-file.el (ff-which-function-are-we-in): Clean up.
30230 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
30232         * replace.el (occur-rename-buffer): Fix docstring.
30234         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
30235         (edt-last-copied-word, edt-learn-macro-count)
30236         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
30237         (edt-rect-start-point, edt-user-global-map, rect-start-point)
30238         (time-string, zmacs-region-stays):
30239         * emulation/edt-mapper.el (edt-save-function-key-map)
30240         (EDT-key-name): `defvar' to silence the byte-compiler.
30242 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
30244         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
30245         font-lock-regexp-backslash.  Doc fix.
30246         (font-lock-regexp-backslash-grouping-construct): Rename from
30247         font-lock-regexp-backslash-construct.  Doc fix.
30248         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
30249         grouping constructs.
30251 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
30253         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
30254         updating all the prerequisites.
30256 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
30258         * textmodes/org.el (org-agenda-start-on-weekday)
30259         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
30260         (org-agenda-use-time-grid, org-archive-location)
30261         (org-allow-space-in-links, org-usenet-links-prefer-google)
30262         (org-enable-table-editor, org-export-default-language)
30263         (org-export-html-show-new-buffer, org-fill-paragraph)
30264         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
30265         (org-goto-quit, org-occur, org-eval-in-calendar)
30266         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
30267         (org-agenda-diary-entry, org-remember-help)
30268         (org-table-convert-region, org-at-table-p)
30269         (org-table-move-row-down, org-table-move-row-up)
30270         (org-table-copy-region, org-table-toggle-vline-visibility)
30271         (org-table-get-stored-formulas, org-table-get-specials)
30272         (org-recalc-commands, org-table-eval-formula)
30273         (org-table-formula-substitute-names, orgtbl-make-binding)
30274         (org-format-org-table-html, org-format-table-table-html)
30275         (org-format-table-table-html-using-table-generate-source)
30276         (org-customize): Fix typos in docstrings.
30277         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
30278         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
30279         (org-back-to-heading): Doc fixes.
30280         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
30281         (org-agenda-change-all-lines, org-get-header):
30282         Improve argument/docstring consistency.
30283         (orgtbl-error): Fix error message.
30285         * progmodes/flymake.el (flymake-find-possible-master-files)
30286         (flymake-master-file-compare, flymake-get-line-err-count)
30287         (flymake-highlight-line, flymake-gui-warnings-enabled):
30288         Fix typos in docstrings.
30289         (flymake-parse-line, flymake-get-project-include-dirs-function)
30290         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
30291         Doc fixes.
30292         (flymake-get-project-include-dirs-function)
30293         (flymake-make-err-menu-data):
30294         Improve argument/docstring consistency.
30296 2005-07-01  Lute Kamstra  <lute@gnu.org>
30298         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
30299         Catch errors with ignore-errors.  Use temporary buffer.
30300         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
30302         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
30303         background color faces.
30304         (facemenu-set-foreground, facemenu-set-background):
30305         Use facemenu-set-face-from-menu.
30306         (facemenu-set-face-from-menu): Treat face names that start with
30307         "fg:" or "bg:" as special.
30308         (facemenu-add-new-color): Don't create faces.  Simplify.
30310 2005-06-30  Richard M. Stallman  <rms@gnu.org>
30312         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
30313         (crm-find-current-element): Likewise.
30315 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30317         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
30319 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
30321         * arc-mode.el (archive-extract): Make it work as a mouse binding.
30322         (archive-mouse-extract): Make it an obsolete alias.
30323         (archive-mode-map): Don't use archive-mouse-extract any more.
30324         (archive-mode, archive-extract): write-contents-hooks ->
30325         write-contents-functions.
30326         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
30327         first arg.
30328         (archive-rename-entry): Update the call.
30329         (archive-zip-summarize): Remove unused var `method'.
30330         (archive-lzh-summarize): Remove unused var `creator'.
30332         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
30333         dedicated frame upon exit.
30335         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
30336         (archive-zip-extract, archive-zip-expunge)
30337         (archive-zip-update, archive-zip-update-case): Use executable-find.
30338         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
30339         Use restore-buffer-modified-p.
30340         (archive-extract, archive-add-new-member, archive-write-file-member):
30341         Use with-current-buffer.
30342         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
30344 2005-06-30  Andreas Schwab  <schwab@suse.de>
30346         * progmodes/gud.el (gud-filter): Remove unneeded progn.
30348 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30350         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
30352 2005-06-30  Juri Linkov  <juri@jurta.org>
30354         * faces.el (vertical-border): Inherit from mode-line-inactive
30355         only on tty.
30357 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
30359         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
30360         example, -NLINES in the `occur' docstring).
30362         * replace.el (occur-1): When no matches are found, do not set the
30363         `buffer-read-only' and modified flags for the occur buffer,
30364         because it is deleted.
30366         * emulation/cua-base.el (cua-check-pending-input)
30367         (cua-repeat-replace-region, cua-mode, cua-debug)
30368         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
30369         Fix typos in docstrings.
30371         * emulation/cua-gmrk.el (cua-toggle-global-mark)
30372         (cua-cut-region-to-global-mark)
30373         (cua--cut-rectangle-to-global-mark):
30374         Remove period from end of messages.
30376         * emulation/cua-rect.el (cua-do-rectangle-padding):
30377         Remove period from end of messages.
30378         (cua--rectangle-seq-format): Fix typo in docstring.
30379         (cua-sequence-rectangle, cua-fill-char-rectangle):
30380         Improve argument/docstring consistency.
30382 2005-06-29  Juri Linkov  <juri@jurta.org>
30384         * faces.el (default-frame-background-mode): New internal variable.
30385         (frame-set-background-mode): Use it.
30387         * startup.el (normal-top-level): Set default-frame-background-mode
30388         instead of frame-background-mode.  Before setting it, test for its
30389         nil value.  Remove tests for frame-background-mode and frame
30390         parameter `reverse'.  Add test for "unspecified-fg".
30392         * term/xterm.el (xterm-rxvt-set-background-mode):
30393         * term/rxvt.el (rxvt-set-background-mode):
30394         Set default-frame-background-mode instead of frame-background-mode.
30396 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
30398         * simple.el (set-variable): Warn about obsolete user variables.
30400         * imenu.el (imenu--completion-buffer):
30401         * mouse.el (mouse-buffer-menu-alist):
30402         * msb.el (msb-invisible-buffer-p):
30403         * calendar/diary-lib.el (diary-header-line-format):
30404         * emacs-lisp/pp.el (pp-buffer):
30405         * progmodes/cperl-mode.el (cperl-do-auto-fill):
30406         * textmodes/picture.el (picture-replace-match):
30407         Change space constants followed by a sexp to "?\s ".
30409         * play/decipher.el (decipher-loop-with-breaks):
30410         * textmodes/texinfo.el (texinfo-insert-@item): Change space
30411         constants "protected" from end of line by a comment to "?\s".
30413 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30415         * font-lock.el (save-buffer-state): Use `declare'.
30417         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
30418         reset the syntax-table to cperl-mode-syntax-table.
30419         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
30420         "foo_print_bar" is not matched as a reserved keyword.
30422 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
30424         * textmodes/org.el (orgtbl-setup): New function, for delayed
30425         setup for the orgtbl commands.
30426         (org-calc-default-modes): New option.
30427         (orgtbl-make-binding): Use `defun' to get better help display.
30428         (org-diary): Call `org-compile-prefix-format'.
30429         (org-table-formula-substitute-names): New function.
30430         (org-agenda-day-view, org-agenda-week-view): New commands.
30431         (org-agenda-toggle-week-view): Command removed.
30432         (org-tbl-menu): Split off from org-org-menu.
30433         (org-mode): Move removal of outline-mode menus to here.
30434         (org-table-formula-debug): New option.
30435         (org-table-insert-row): Keep first field if just "#" or "*".
30436         (org-mode): Paragraph regexps fixed.
30437         (org-table-recalculate-regexp): New constant.
30438         (org-table-justify-field-maybe): Avoid replace if not necessary.
30439         (org-copy-special, org-cut-special): Use `call-interactively'.
30440         (org-table-copy-region): Take region from `interactive' call.
30441         (org-trim): Return string even if no match.
30442         (org-formula): New face.
30443         (org-set-font-lock-defaults): No longer highlight "FIXME".
30444         But highlight formula-related fields in table.
30445         (org-table-p): Use regexp, not fontification.
30446         (org-table-align): Handle white space at end of line.
30447         (org-table-formula-evaluate-inline): New option.
30448         (org-mode): Auto-wrapping in comment lines turned off.
30449         (org-table-copy-down): Evaluate only in copied field, not in
30450         destination.
30451         (org-table-current-formula): Variable removed.
30452         (org-table-store-formulas, org-table-get-stored-formulas)
30453         (org-table-modify-formulas, org-table-replace-in-formulas)
30454         (org-table-maybe-eval-formula): New functions.
30455         (org-table-get-formula): Modify to use stored formulas.
30456         (org-table-insert-column, org-table-delete-column)
30457         (org-table-move-column): Call `org-table-modify-formulas'.
30458         (org-complete): Add completion for keyword formulas.
30459         (orgtbl-mode): Pull orgtbl-mode-map to start of
30460         minor-mode-map-alist.
30462 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30464         * progmodes/python.el (python-check): Require `compile' before
30465         modifying its variables.
30467         * newcomment.el (comment-indent-default): Don't get fooled by an early
30468         end of buffer.
30470 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30472         * ps-print.el (ps-print-version): Fix version number.
30474 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
30476         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
30478 2005-06-28  Richard M. Stallman  <rms@gnu.org>
30480         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
30481         (flyspell-local-mouse-map): Declaration deleted.
30482         (flyspell-mouse-map): Bind only mouse-2.
30483         (flyspell-mode-map): Don't test flyspell-use-local-map.
30484         (flyspell-overlay-keymap-property-name): Var deleted.
30485         (flyspell-mode-on): Don't make local bindings for
30486         flyspell-mouse-map and flyspell-mode-map.
30487         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
30489         * textmodes/ispell.el (ispell-word): Do not ignore short words.
30491         * progmodes/compile.el (compilation-next-error-function):
30492         Don't switch buffers; operate on the current buffer.
30494         * progmodes/compile.el (compilation-error-file-name)
30495         (compilation-warning-file-name, compilation-info-file-name)
30496         (compilation-line-number, compilation-column-number): New faces.
30497         (compilation-error-face, compilation-warning-face)
30498         (compilation-info-face, compilation-line-face)
30499         (compilation-column-face): Use them.
30501         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
30503         * comint.el (comint-password-prompt-regexp): Accept ", try again".
30505         * bindings.el (global-map): Bind insertchar and its variants.
30507 2005-06-27  Richard M. Stallman  <rms@gnu.org>
30509         * textmodes/artist.el (artist-text-overwrite)
30510         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
30512 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30514         * ps-print.el: It was not working the page selection for printing.
30515         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
30516         (ps-print-version): New version 6.6.7.
30517         (ps-end-sheet): New fun.
30518         (ps-header-sheet, ps-end-job): Call it.
30520 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
30522         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
30524 2005-06-27  Lute Kamstra  <lute@gnu.org>
30526         * facemenu.el (facemenu-unlisted-faces): Add foreground and
30527         background color faces.
30528         (facemenu-get-face): Delete function.
30529         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
30530         (facemenu-add-new-color): Make second argument mandatory.
30531         Create the appropriate face and return it.  Simplify.
30532         (facemenu-set-foreground, facemenu-set-background): Don't check if
30533         color is defined.  Use return value of facemenu-add-new-color.
30535 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
30537         * progmodes/gud.el (gud-filter): Add missing argument to
30538         with-selected-window.
30540 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30542         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
30543         a :require to the defcustom.
30545         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
30546         defcustoms corresponding to minor modes.
30548 2005-06-26  David Ponce  <david@dponce.com>
30550         * recentf.el: Require tree-widget instead of wid-edit.
30551         (recentf-filename-handler): Fix widget :type.
30552         (recentf-cancel-dialog, recentf-open-more-files)
30553         (recentf-open-files-action): Doc fix.
30554         (recentf-dialog-goto-first): New function.
30555         (recentf-dialog-mode-map): Set parent keymap first.
30556         (recentf-dialog-mode): Define with define-derived-mode.
30557         Don't display continuation lines in dialogs.
30558         (recentf-edit-list): Rename from recentf-edit-selected-items.
30559         (recentf-edit-list-select): Rename from recentf-edit-list-action.
30560         Simplify.
30561         (recentf-edit-list-validate): New function.
30562         (recentf-edit-list): Update accordingly.
30563         (recentf-open-files-item-shift): Remove.
30564         (recentf-open-files-item): Convert menu elements into tree and
30565         link widgets.  Don't create the widgets.
30566         (recentf-open-files): Update accordingly.
30567         (recentf-save-list): Untabify.
30569 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
30571         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
30572         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
30573         partially contained in the active region.  Do not take active
30574         region into account when called from Lisp, unless INTERACTIVE arg
30575         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
30576         avoid trouble with fields.  Make marker point nowhere when no
30577         longer used.  Always return nil.  Doc fix.
30578         (flush-lines): Add INTERACTIVE arg.  Do not take active region
30579         into account when called from Lisp, unless INTERACTIVE arg is
30580         non-nil.  Use `forward-line' instead of `beginning-of-line' to
30581         avoid trouble with fields.  Make marker point nowhere when no
30582         longer used.  Always return nil.  Doc fix.
30583         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
30584         interchangeable.  Do not take active region into account when
30585         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
30586         message in echo area when called from Lisp, unless INTERACTIVE arg
30587         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
30588         Return the number of matches.  Doc fix.
30589         (occur): Doc fix.
30590         (perform-replace): Make comment follow double space convention for
30591         the sake of `outline-minor-mode'.
30593         * faces.el (facep): Doc fix.
30595 2005-06-25  Richard M. Stallman  <rms@gnu.org>
30597         * facemenu.el (facemenu-enable-faces-p): New function.
30598         (facemenu-background-menu, facemenu-foreground-menu)
30599         (facemenu-face-menu): Add menu-enable property.
30601         * jka-compr.el (jka-compr-insert-file-contents):
30602         Special handling if cannot find the uncompression program.
30604         * cus-face.el (custom-face-attributes): Add autoload.
30606         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30607         Bind comment-indent-function locally.
30609         * window.el (save-selected-window): Use save-current-buffer.
30611         * subr.el (with-selected-window): Use save-current-buffer.
30613         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
30614         and with-current-buffer.
30616 2005-06-24  Richard M. Stallman  <rms@gnu.org>
30618         * simple.el (line-move-1): Fix previous change.
30620 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
30622         * replace.el (occur-1): Set `buffer-read-only' and the
30623         buffer-modified flag before running `occur-hook' to protect
30624         against unintentional buffer switches that can lead to data loss.
30626 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
30628         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
30629         (gud-gdb-marker-filter): Use font-lock-warning-face for any
30630         initial error.
30632         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
30633         after fresh input.
30634         (gdb-var-create-handler): Put name of expression in quotes.
30636 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
30638         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
30639         elements of RING in order, and without bogus nil elements.
30641 2005-06-23  Richard M. Stallman  <rms@gnu.org>
30643         * simple.el (set-variable): Args renamed; doc fix.
30644         (line-move-1): When there are overlays around, use vertical-motion.
30646         * faces.el (escape-glyph): Use brown against light background.
30647         (nobreak-space): Rename from no-break-space.
30648         Fix previous change.
30650         * dired-aux.el (dired-do-copy): Fix arg prompt.
30652         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
30654 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
30656         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
30657         rather than "Distributor".
30659 2005-06-23  Lute Kamstra  <lute@gnu.org>
30661         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
30662         (debug-on-entry): Use it.  New interactive declaration that uses
30663         function-called-at-point.
30665 2005-06-23  Kim F. Storm  <storm@cua.dk>
30667         * subr.el (save-match-data): Add comment about using evaporate arg
30668         to set-match-data.
30670 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
30672         * cus-edit.el (customize-face)
30673         (customize-face-other-window): Handle face aliases.
30675         * faces.el (face-documentation, set-face-attribute)
30676         (face-spec-set): Handle face aliases.
30678 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
30680         * help-mode.el (help-make-xrefs): If a symbol representing a face
30681         name is not followed by the word "face", it could still be a
30682         function or variable name, so don't bypass other checks.
30684 2005-06-22  Juri Linkov  <juri@jurta.org>
30686         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
30687         Replace aliased functions with calls where second arg `inherit' is t.
30689 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
30691         * progmodes/gdb-ui.el (gdb-error): New variable.
30692         (gdb-error): New function.
30693         (gdb-annotation-rules): Act on error-begin and error annotations.
30694         (gdb-concat-output): Use font-lock-warning-face for errors.
30696 2005-06-22  Miles Bader  <miles@gnu.org>
30698         * bindings.el (propertized-buffer-identification): Use renamed
30699         `Buffer-menu-buffer' face.
30701         * faces.el (vertical-border): Rename from `vertical-divider'.
30702         (escape-glyph): Change dark-background color back to `cyan'.
30704 2005-06-21  Juri Linkov  <juri@jurta.org>
30706         * faces.el (face-user-default-spec): Try getting `customized-face'
30707         prior to `saved-face'.
30708         (frame-background-mode): Refill docstring.
30710         * emacs-lisp/lisp-mode.el (eval-defun-1):
30711         * emacs-lisp/edebug.el (edebug-eval-defun):
30712         Set `saved-face' temporarily to nil before calling form.
30713         Set `customized-face' to the new spec after that.
30715 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
30717         * subr.el (1value, lambda, key-substitution-in-progress):
30718         Doc fixes.
30720         * autoinsert.el (auto-insert-alist):
30721         * ses.el (ses-call-printer):
30722         * subr.el (noreturn):
30723         * emacs-lisp/lisp.el (check-parens):
30724         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
30725         * net/browse-url.el (browse-url-mosaic):
30726         * progmodes/cc-defs.el (c-safe-scan-lists):
30727         * progmodes/ebnf-abn.el (ebnf-abn-lex):
30728         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
30729         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
30730         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
30731         * progmodes/ebnf-iso.el (ebnf-iso-lex):
30732         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
30734 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
30736         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
30738 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
30740         * calendar/appt.el (appt-make-list): Activate the package, if
30741         not already active (for backwards compatibility).
30743 2005-06-20  Kim F. Storm  <storm@cua.dk>
30745         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
30747 2005-06-20  Miles Bader  <miles@gnu.org>
30749         * faces.el (vertical-divider): New face.
30751 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
30753         * simple.el (kill-whole-line): Doc fix.
30754         (next-error-buffer-p, next-error-find-buffer)
30755         (clone-indirect-buffer): Fix typos in docstrings.
30756         (comment-line-break-function): Doc fix: don't say variable
30757         is automatically buffer-local (it isn't).
30759 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
30761         * net/tramp-ftp.el (top):
30762         * net/tramp-smb.el (top):
30763         * net/tramp-util.el (top):
30764         * net/tramp-uu.el (top):
30765         * net/tramp-vc.el (top):
30766         * net/tramp.el (top): Revert copyright years back to original
30767         ones.  Tramp has a life outside GNU Emacs.
30769 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
30771         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
30773 2005-06-18  Juri Linkov  <juri@jurta.org>
30775         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
30776         end of first regexp to limit the match to the position between
30777         line number and source line with same separator character as used
30778         between file name and line number.  In the second regexp limit
30779         mouse-face area to file name and line number by adding new group
30780         for them and referring it in HYPERLINK arg.
30781         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
30782         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
30783         previous line where grep markers may be already removed.
30785 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
30787         * progmodes/ps-mode.el: Update version and maintainer's email address.
30789 2005-06-18  Steve Youngs  <steve@xemacs.org>
30791         * net/browse-url.el (browse-url-browser-function)
30792         (browse-url-default-browser): Add firefox.
30793         (browse-url-firefox-program, browse-url-firefox-arguments)
30794         (browse-url-firefox-startup-arguments)
30795         (browse-url-firefox-new-window-is-tab): New defcustoms.
30796         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
30798 2005-06-17  Richard M. Stallman  <rms@gnu.org>
30800         * startup.el (command-line): Warn if specified user name has
30801         no home directory.
30803         * term.el (term-get-old-input, term-input-filter, term-input-sender)
30804         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
30806         * longlines.el (longlines-mode, longlines-show-hard-newlines):
30807         Doc fixes.
30809         * faces.el (underline): Try bold if terminal doesn't support underline.
30811         * mail/sendmail.el (mail-setup-with-from): New variable.
30812         (mail-insert-from-field): New function.
30813         (sendmail-send-it): Call it.
30814         (mail-setup): Optionally call it here.
30816         * term/linux.el: Call tty-no-underline.
30818 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
30820         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
30822 2005-06-17  Miles Bader  <miles@gnu.org>
30824         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
30825         (ediff-current-diff-C, ediff-current-diff-Ancestor)
30826         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
30827         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
30828         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
30829         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30830         Remove "-face" suffix from face names.
30831         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30832         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30833         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30834         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30835         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30836         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30837         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30838         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30839         New backward-compatibility aliases for renamed faces.
30840         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30841         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30842         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30843         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30844         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30845         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30846         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30847         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30848         Use renamed ediff faces.
30850         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
30851         Remove "-face" suffix from face names.
30852         (eshell-test-ok-face, eshell-test-failed-face):
30853         New backward-compatibility aliases for renamed faces.
30854         (eshell-run-test): Use renamed eshell-test faces.
30856         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
30857         face name.
30858         (eshell-prompt-face): New backward-compatibility alias for renamed
30859         face.
30860         (eshell-emit-prompt): Use renamed eshell-prompt face.
30862         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
30863         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
30864         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
30865         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
30866         Remove "-face" suffix from face names.
30867         (eshell-ls-directory-face, eshell-ls-symlink-face)
30868         (eshell-ls-executable-face, eshell-ls-readonly-face)
30869         (eshell-ls-unreadable-face, eshell-ls-special-face)
30870         (eshell-ls-missing-face, eshell-ls-archive-face)
30871         (eshell-ls-backup-face, eshell-ls-product-face)
30872         (eshell-ls-clutter-face):
30873         New backward-compatibility aliases for renamed faces.
30874         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
30876         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
30877         Remove "-face" suffix from face name.
30878         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
30879         instead of literal face.
30881 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
30883         * emacs-lisp/warnings.el (display-warning, lwarn)
30884         (warning-minimum-log-level): Doc fixes.
30885         (warning-minimum-level, warning-minimum-log-level):
30886         Add :debug to :type choices.
30888         * progmodes/ada-mode.el (ada-format-paramlist)
30889         (ada-get-indent-case, ada-check-matching-start)
30890         (ada-check-defun-name, ada-goto-matching-decl-start)
30891         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
30892         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
30893         (ada-make-subprogram-body): Follow error conventions.
30894         (ada-case-exception-file, ada-indent-comment-as-code)
30895         (ada-indent-handle-comment-special, ada-indent-renames)
30896         (ada-indent-return, ada-search-directories-internal)
30897         (ada-tab-policy, ada-case-exception-substring)
30898         (ada-other-file-alist, ada-matching-start-re)
30899         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
30900         (ada-imenu-generic-expression, ada-compile-goto-error)
30901         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
30902         (ada-popup-menu, ada-add-extensions, ada-mode)
30903         (ada-region-selected, ada-create-case-exception)
30904         (ada-create-case-exception-substring, ada-after-keyword-p)
30905         (ada-activate-keys-for-case, ada-adjust-case-region)
30906         (ada-adjust-case-buffer, ada-format-paramlist)
30907         (ada-scan-paramlist, ada-insert-paramlist)
30908         (ada-indent-newline-indent)
30909         (ada-indent-newline-indent-conditional)
30910         (ada-justified-indent-current, ada-goto-previous-word)
30911         (ada-indent-current, ada-get-indent-open-paren)
30912         (ada-get-indent-paramlist, ada-get-indent-end)
30913         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
30914         (ada-get-indent-block-start, ada-get-indent-subprog)
30915         (ada-get-indent-noindent, ada-get-indent-label)
30916         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
30917         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
30918         (ada-goto-stmt-end, ada-goto-next-word)
30919         (ada-check-matching-start, ada-check-defun-name)
30920         (ada-goto-matching-decl-start, ada-goto-matching-start)
30921         (ada-goto-matching-end, ada-search-ignore-string-comment)
30922         (ada-in-decl-p, ada-looking-at-semi-or)
30923         (ada-looking-at-semi-private, ada-in-paramlist-p)
30924         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
30925         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
30926         (ada-next-procedure, ada-previous-procedure, ada-next-package)
30927         (ada-previous-package, ada-create-menu)
30928         (ada-fill-comment-paragraph-justify)
30929         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
30930         (ada-other-file-name, ada-last-which-function-line)
30931         (ada-last-which-function-subprog, ada-which-function)
30932         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
30933         (ada-gen-treat-proc, ada-check-emacs-version)
30934         (ada-continuation-indent, ada-align-region-separate):
30935         Fix typos in docstrings.
30936         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
30938 2005-06-16  Lute Kamstra  <lute@gnu.org>
30940         * simple.el (fundamental-mode): Run after-change-major-mode-hook
30941         conditionally.
30943 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
30945         * comint.el (comint-replace-by-expanded-filename)
30946         (comint-prompt-regexp, comint-delimiter-argument-list)
30947         (comint-preinput-scroll-to-bottom):
30948         * info.el (Info-hide-cookies-node):
30949         * ls-lisp.el (ls-lisp-classify):
30950         * find-file.el (ff-search-directories, ff-special-constructs)
30951         (ff-find-other-file):
30952         * font-lock.el (font-lock-keywords):
30953         * shell.el (shell-prompt-pattern)
30954         (shell-dynamic-complete-functions, shell-mode)
30955         (shell-delimiter-argument-list):
30956         * term.el (term-replace-by-expanded-filename)
30957         (term-prompt-regexp, term-delimiter-argument-list):
30958         * woman.el (woman-ignore, woman0-if):
30959         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
30960         * emacs-lisp/elint.el (elint-init-env):
30961         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
30962         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
30963         * language/ethio-util.el (ethio-tilde-escape)
30964         (ethio-use-three-dot-question):
30965         * net/zone-mode.el (zone-mode-load-time-setup):
30966         * progmodes/cc-align.el (c-lineup-argcont):
30967         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
30968         * progmodes/cperl-mode.el (cperl-set-style-back):
30969         * progmodes/inf-lisp.el (inferior-lisp-prompt):
30970         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
30971         Fix spellings in docstrings.
30973         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
30974         * progmodes/modula2.el (m2-for): Fix spellings.
30976         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
30978         * simple.el (undo-more): Don't use `format' on `error' arguments.
30979         Improve argument/docstring consistency.
30980         (pending-undo-list): Doc fix.
30982         * smerge-mode.el (smerge-ensure-match):
30983         * emulation/vip.el (vip-ex):
30984         * net/zone-mode.el (zone-mode-update-serial):
30985         * progmodes/idlwave.el (idlwave-complete):
30986         * progmodes/vhdl-mode.el (vhdl-visit-file)
30987         (vhdl-compose-wire-components):
30988         Don't use `format' on `error' arguments.
30990         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
30991         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
30992         (tooltip-help-tips): Fix typos in docstrings.
30994 2005-06-16  David Ponce  <david@dponce.com>
30996         * tree-widget.el (tree-widget-value-create): Simplify last change.
30998 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
31000         * ido.el (ido-incomplete-regexp): New variable.
31001         (ido-set-matches-1): Handle invalid-regexp error and set
31002         ido-incomplete-regexp.
31003         (ido-incomplete-regexp): New face.
31004         (ido-completions): Use it.
31005         (ido-complete, ido-exit-minibuffer, ido-completions):
31006         Handle incomplete regexps.
31007         (ido-completions): Add check for complete match when entering a regexp.
31009 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
31011         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
31013 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31015         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
31016         by field delimiters.
31018 2005-06-15  David Ponce  <david@dponce.com>
31020         * tree-widget.el: eval-and-compile inlined functions so they will
31021         be available at run-time too.
31022         (tree-widget-super-format-handler)
31023         (tree-widget-format-handler): Remove.
31024         (tree-widget-value-create): Handle the :indent property.
31026 2005-06-15  Miles Bader  <miles@gnu.org>
31028         * progmodes/which-func.el (which-func): Only inherit
31029         `font-lock-function-name-face' when that makes sense against the
31030         default mode-line face, otherwise set the face color explicitly.
31032         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
31033         faces instead of (non-existent) variables.
31035 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31037         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
31038         (iswitchb-get-matched-buffers): Likewise.  Simplify.
31040 2005-06-14  Miles Bader  <miles@gnu.org>
31042         * progmodes/ld-script.el (ld-script-location-counter):
31043         Remove "-face" suffix from face name.
31044         (ld-script-location-counter-face):
31045         New backward-compatibility alias for renamed face.
31046         (ld-script-location-counter-face): Use renamed face.
31048         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
31049         (cperl-hash): Remove "-face" suffix from face names.
31050         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
31051         New backward-compatibility aliases for renamed faces.
31052         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
31053         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
31055         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
31056         name.
31057         (which-func-face): New backward-compatibility alias for renamed face.
31058         (which-func-format): Use renamed which-func face.
31060         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
31061         (vhdl-function, vhdl-directive, vhdl-reserved-word)
31062         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
31063         names.
31064         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
31065         (vhdl-speedbar-configuration, vhdl-speedbar-package)
31066         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
31067         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
31068         (vhdl-speedbar-architecture-selected)
31069         (vhdl-speedbar-configuration-selected)
31070         (vhdl-speedbar-package-selected)
31071         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
31072         names.
31073         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
31074         Use renamed faces.
31075         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
31076         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
31077         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
31078         Use renamed faces.
31079         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
31080         names.
31081         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
31082         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
31083         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
31084         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
31085         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
31086         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
31088         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
31089         face name.
31090         (sh-heredoc-face): New backward-compatibility alias for renamed face.
31091         (sh-heredoc-face): Use renamed sh-heredoc face.
31093         * progmodes/idlw-help.el (idlwave-help-link):
31094         Remove "-face" suffix from face name.
31095         (idlwave-help-link-face):
31096         New backward-compatibility alias for renamed face.
31097         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
31099         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
31100         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
31101         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
31102         New backward-compatibility aliases for renamed faces.
31103         (idlwave-shell-disabled-breakpoint-face)
31104         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
31106         * progmodes/flymake.el (flymake-errline, flymake-warnline):
31107         Remove "-face" suffix from face names.
31108         (flymake-errline-face, flymake-warnline-face):
31109         New backward-compatibility aliases for renamed faces.
31110         (flymake-highlight-line): Use renamed flymake faces.
31112         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
31113         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
31114         (ebrowse-member-class, ebrowse-progress):
31115         Remove "-face" suffix from face names.
31116         (ebrowse-tree-mark-face, ebrowse-root-class-face)
31117         (ebrowse-file-name-face, ebrowse-default-face)
31118         (ebrowse-member-attribute-face, ebrowse-member-class-face)
31119         (ebrowse-progress-face):
31120         New backward-compatibility aliases for renamed faces.
31121         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
31122         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
31123         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
31124         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
31126         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
31127         antlr-syntax)
31128         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
31129         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
31130         names.
31131         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
31132         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
31133         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
31134         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
31135         backward-compatibility aliases for renamed faces.
31136         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
31137         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
31138         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
31139         remove "font-lock-".  Use renamed antlr-mode faces.
31140         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
31141         literal face-names with face variable references.
31143         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
31144         face name.
31145         (Buffer-menu-buffer-face): New backward-compatibility alias for
31146         renamed face.
31147         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
31149 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
31151         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
31152         Eliminate "-face" suffix.
31153         (makefile-targets): Inherit from font-lock-function-name-face and
31154         eliminate "-face" suffix.
31155         (makefile-shell): Remove attributes and eliminate "-face" suffix.
31156         (makefile-*-font-lock-keywords): Append makefile-targets in rule
31157         actions, instead of prepending, to make it less visible.
31158         (makefile-previous-dependency, makefile-match-dependency):
31159         Don't match a target on a continuation line.
31161         * files.el (auto-mode-alist): Put Makefile in gmake mode.
31163 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
31165         * progmodes/gdb-ui.el (menu): Re-order menu items.
31166         (gdb-tooltip-print): Respect tooltip-use-echo-area.
31168         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
31169         Define in tooltip.el.
31170         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
31171         (gud-tooltip-tips): Respect tooltip-use-echo-area and
31172         gud-tooltip-echo-area.
31174         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
31175         backward compatibility and make obsolete.
31176         (tooltip-help-tips): Use tooltip-use-echo-area.
31177         (tooltip-show-help-function): Rename to...
31178         (tooltip-show-help): ...this, because it is a function.
31179         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
31181 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
31183         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
31184         (edebug-print-length, edebug-print-level, edebug-print-circle)
31185         (edebug-modify-breakpoint, edebug-eval-last-sexp)
31186         (edebug-eval-print-last-sexp): Doc fixes.
31188 2005-06-14  Kim F. Storm  <storm@cua.dk>
31190         * ido.el (ido-mode): Make a new keymap every time we enable ido,
31191         as the coverage buffer/file/both may change.
31193 2005-06-14  Lute Kamstra  <lute@gnu.org>
31195         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
31196         and run-mode-hooks.  Simplify.
31198         * mail/rmailedit.el (rmail-edit-mode):
31199         * progmodes/octave-inf.el (inferior-octave-mode):
31200         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
31202         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
31203         and run-mode-hooks.
31204         (recentf-edit-list, recentf-open-files): Don't call
31205         kill-all-local-variables directly.
31207         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
31209 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
31211         * emacs-lisp/byte-run.el (make-obsolete)
31212         (define-obsolete-function-alias): Rename arguments FUNCTION and
31213         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
31214         (make-obsolete-variable, define-obsolete-variable-alias):
31215         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
31216         respectively.
31218         * isearchb.el (isearchb-activate):
31219         * pcvs.el (cvs-mode):
31220         * ses.el (ses-load):
31221         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
31222         * net/tramp.el (tramp-find-file-exists-command)
31223         (tramp-find-shell):
31224         * progmodes/ada-mode.el (ada-create-case-exception)
31225         (ada-create-case-exception-substring, ada-make-subprogram-body):
31226         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
31227         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
31228         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
31229         * textmodes/org.el (org-promote, org-evaluate-time-range)
31230         (org-agenda-next-date-line, org-agenda-previous-date-line)
31231         (org-agenda-error, org-open-at-point, org-table-move-row)
31232         (org-format-table-table-html-using-table-generate-source)
31233         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
31234         * textmodes/reftex.el (reftex-access-scan-info):
31235         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
31236         (reftex-toc-promote-prepare): Follow error conventions.
31238         * diff-mode.el (diff-mode): Fix typo in docstring.
31240         * forms.el (forms--intuit-from-file): Fix reference to
31241         `forms-number-of-fields' in error message.
31242         (forms-print): Fix quoting in error message.
31244         * forms.el (forms-mode):
31245         * emulation/vi.el (vi-goto-insert-state):
31246         * progmodes/flymake.el (flymake-new-err-info)
31247         (flymake-start-syntax-check-for-current-buffer)
31248         (flymake-simple-cleanup):
31249         * eshell/esh-var.el (eshell/export):
31250         * progmodes/gud.el (xdb):
31251         * textmodes/flyspell.el (flyspell-incorrect-hook)
31252         (flyspell-maybe-correct-transposition)
31253         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
31255 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
31257         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
31258         minibuffer prompt.
31260 2005-06-13  Kim F. Storm  <storm@cua.dk>
31262         * subr.el (add-to-ordered-list): New defun.
31264         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
31265         add cua--keymap-alist to emulation-mode-map-alists.
31267 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31269         * subr.el (complete-in-turn): New macro.
31270         (dynamic-completion-table, lazy-completion-table): Add debug info.
31272         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
31273         in preference to face aliases.
31275         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
31276         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
31277         Remove unused vars `start' and `firstline'.
31278         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
31279         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
31281 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
31283         * cus-start.el (all): Don't complain about missing GTK-related
31284         variables, unless either `gtk' is boundp or this isn't a
31285         `windows-nt' build.
31287 2005-06-13  Lute Kamstra  <lute@gnu.org>
31289         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31290         run-mode-hooks.
31292         * ediff-mult.el (ediff-meta-mode):
31293         * ediff-util.el (ediff-mode): Use run-mode-hooks.
31295         * ledit.el (ledit-mode): Use delay-mode-hooks.
31297         * woman.el (woman-mode-line-format): Delete constant.
31298         (woman-mode-map): Initialize it properly.
31299         (woman-mode): Set mode-class property to special.
31300         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
31301         Set major-mode and mode-name.  Don't set mode-line-format directly.
31302         (Man-getpage-in-background): Don't reference woman-mode-line-format.
31304         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
31305         string argument obsolete.
31307 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
31309         * textmodes/org.el (org-CUA-compatible): New option.
31310         (org-disputed-keys): New variable.
31311         (org-key): New function.
31312         (orgtbl-make-binding): Add docstring to the created function.
31313         (org-mode): Set paragraph start/separate regexps.
31314         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
31315         (org-archive-location, org-archive-mark-done)
31316         (org-archive-stamp-time): New options.
31317         (org-archive-subtree): New command.
31318         (org-fill-paragraph): New function.
31319         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
31320         (org-fake-empty-table-line): Function removed.
31321         (org-format-org-table-html): Do not create empty table lines at
31322         separator lines.  Improved table header treatment.
31323         (org-link-format): New option.
31324         (org-make-link): New function.
31325         (org-insert-link, org-store-link): Use org-make-link.
31326         (org-open-file): Quote file name for shell command, to allow
31327         spaces in file names.
31328         (org-link-regexp): Fix bug with mailto link.
31329         (org-link-maybe-angles-regexp, org-protected-link-regexp):
31330         New constants.
31331         (org-export-as-html): Deal with the optional angles around a link.
31332         Better treatment of file: links.
31333         (org-open-at-point): Replace @{ and @} with < and >.
31334         (org-run-mode-hooks): Function removed.
31335         (org-agenda-mode): No longer use `org-run-mode-hooks'.
31337 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
31339         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
31340         MI command -data-list-register-values.
31341         (gdb-post-prompt): Indent properly.
31343 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
31345         * hilit-chg.el (highlight-changes-colors): Rename from
31346         `highlight-changes-colours'.
31347         (highlight-changes-colours): Keep as obsolete alias.
31348         (highlight-changes-face-list): Doc fix.
31349         (hilit-chg-make-list): Use `highlight-changes-colors'.
31351 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
31353         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
31354         defun-prompt-regexp.
31356 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
31358         * loadup.el: Don't say we are dumping under 2 names on windows-nt
31359         and cygwin.
31361         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
31362         Don't use an old loaddefs.el, as in Makefile.in.
31364 2005-06-12  Lute Kamstra  <lute@gnu.org>
31366         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31368         * man.el (Man-mode-map): Initialize it properly.
31369         (Man-mode): Set mode-class property to special.
31371         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
31373 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
31375         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
31376         A newline is needed in the docstring there.
31378         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
31379         Doc fixes.
31381 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31383         * printing.el: Doc fix.  The menubar is no more changed when printing
31384         is loaded, it only changes when pr-menu-bind or pr-update-menus is
31385         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
31386         (pr-version): New version number (6.8.4).
31387         (pr-menu-bind): New command.
31388         (pr-update-menus): Docstring and code fix.
31389         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
31390         Docstring fix.
31391         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
31392         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
31394 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
31396         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
31397         "Returns" to "return", document useful return values, etc.
31399 2005-06-11  Alan Mackenzie  <acm@muc.de>
31401         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
31402         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
31403         (adaptive-file-function): Minor amendment to doc-string.
31405 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31407         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
31408         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
31409         Fix :type--it is `integer', not `string'.
31411         * faces.el (modeline-highlight): Rename from (the erroneous)
31412         `modeline-higilight'.
31414 2005-06-11  Lute Kamstra  <lute@gnu.org>
31416         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
31417         lisp-interaction-mode-map but make it the parent.
31418         (edebug-eval-mode): Use define-derived-mode.
31420 2005-06-11  Andreas Schwab  <schwab@suse.de>
31422         * bindings.el: Add binding of `ESC functionkey' for every
31423         `M-functionkey'.
31424         * hexl.el (hexl-mode-map): Likewise.
31426 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
31428         * progmodes/compile.el (compilation-error-regexp-alist-alist)
31429         [msft]: update regexp for newer msft compilers.
31431 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
31433         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
31434         ATTLIST portions of included DTDs.
31435         (xml-parse-dtd): Eliminate use of inefficient match-data.
31437 2005-06-10  Miles Bader  <miles@gnu.org>
31439         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
31440         (mpuz-text): Remove "-face" suffix from face names.
31441         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
31442         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
31443         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
31445         * play/gomoku.el (gomoku-O, gomoku-X):
31446         Remove "-face" suffix from face names.
31447         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
31448         New backward-compatibility aliases for renamed faces.
31449         (gomoku-font-lock-keywords): Use renamed gomoku faces.
31451 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31453         * thumbs.el: Fixes for changes of 2005-06-09.
31454         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
31455         as a directory.
31456         (thumbs-thumbname): Remove directory separator from format string;
31457         `thumbs-thumbsdir' now returns a valid directory name.
31458         (thumbs-temp-dir): New defsubst.
31459         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
31460         Use it.
31462         * cus-edit.el (minibuffer):
31463         * files.el (make-backup-file-name-function):
31464         * filesets.el (filesets-external-viewers):
31465         * hilit-chg.el (highlight-changes-colours)
31466         (highlight-changes-face-list, highlight-changes-rotate-faces):
31467         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
31468         * kmacro.el (kmacro-call-macro):
31469         * log-edit.el (log-edit-changelog-full-paragraphs):
31470         * mouse.el (mouse-1-click-follows-link):
31471         * skeleton.el (skeleton-autowrap):
31472         * subr.el (insert-for-yank-1):
31473         * tempo.el (tempo-insert-region):
31474         * terminal.el (terminal-emulator):
31475         * time.el (display-time-mail-face):
31476         * vc.el (vc-annotate):
31477         * vcursor.el (vcursor-copy-line):
31478         * woman.el (woman-bold-headings, woman-ignore)
31479         (woman-default-faces, woman-monochrome-faces):
31480         * calendar/todo-mode.el (todo-insert-threshold):
31481         * emulation/pc-select.el (pc-select-selection-keys-only)
31482         (pc-selection-mode):
31483         * emulation/vip.el (vip-find-char-forward):
31484         * emulation/viper-cmd.el (viper-find-char-forward):
31485         * international/mule-cmds.el
31486         (select-safe-coding-system-accept-default-p)
31487         (input-method-exit-on-invalid-key):
31488         * international/mule-diag.el (describe-coding-system):
31489         * international/ucs-tables.el (unify-8859-on-encoding-mode):
31490         * net/browse-url.el (browse-url-xterm-program):
31491         * obsolete/lazy-lock.el (lazy-lock-mode):
31492         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
31493         (cperl-mode):
31494         * progmodes/cpp.el (cpp-face-light-name-list)
31495         (cpp-face-dark-name-list):
31496         * progmodes/delphi.el (delphi-newline-always-indents):
31497         Fix spellings in docstrings.
31499         * ido.el (ido-mode, ido-file-extensions-order)
31500         (ido-default-file-method, ido-default-buffer-method)
31501         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
31502         (ido-decorations, ido-read-file-name-as-directory-commands)
31503         (ido-read-file-name-non-ido, ido-work-directory-list)
31504         (ido-ignore-item-temp-list, ido-current-directory)
31505         (ido-magic-forward-char, ido-enter-find-file)
31506         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
31507         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
31509 2005-06-10  Lute Kamstra  <lute@gnu.org>
31511         * play/dunnet.el (dun-mode): Use define-derived-mode.
31512         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
31513         obsolete alias.
31515         * play/doctor.el (doctor-mode-map): Remove defvar.
31516         (doctor-mode): Use define-derived-mode.
31518         * mail/mspools.el (mspools-mode):
31519         * net/eudc-hotlist.el (eudc-hotlist-mode):
31520         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
31522 2005-06-10  Miles Bader  <miles@gnu.org>
31524         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
31525         Remove "-face" suffix from face names.
31526         (flyspell-incorrect-face, flyspell-duplicate-face):
31527         New backward-compatibility aliases for renamed faces.
31528         (flyspell-mode-on, make-flyspell-overlay)
31529         (flyspell-highlight-incorrect-region)
31530         (flyspell-highlight-duplicate-region)
31531         (flyspell-display-next-corrections)
31532         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
31534         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
31535         from face name.
31536         (texinfo-heading-face): New backward-compatibility alias for
31537         renamed face.
31538         (texinfo-heading-face): Use renamed texinfo-heading face.
31540         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
31541         suffix from face names.
31542         (tex-math-face, tex-verbatim-face):
31543         New backward-compatibility aliases for renamed faces.
31544         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
31545         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
31546         literal face name.
31548         * textmodes/table.el (table-cell): Remove "-face" suffix from face
31549         name.
31550         (table-cell-face): New backward-compatibility alias for renamed face.
31551         (table--put-cell-face-property, table--update-cell-face):
31552         Use renamed table-cell face.
31554         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
31555         from face name.
31556         (sgml-namespace-face): New backward-compatibility alias for
31557         renamed face.
31558         (sgml-namespace-face): Use renamed sgml-namespace face.
31560         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
31561         (org-level-4, org-level-5, org-level-6, org-level-7)
31562         (org-level-8, org-warning, org-headline-done)
31563         (org-deadline-announce, org-scheduled-today)
31564         (org-scheduled-previously, org-link, org-done, org-table)
31565         (org-time-grid): Remove "-face" suffix from face names.
31566         (org-level-1-face, org-level-2-face, org-level-3-face)
31567         (org-level-4-face, org-level-5-face, org-level-6-face)
31568         (org-level-7-face, org-level-8-face, org-warning-face)
31569         (org-headline-done-face, org-deadline-announce-face)
31570         (org-scheduled-today-face, org-scheduled-previously-face)
31571         (org-link-face, org-done-face, org-table-face)
31572         (org-time-grid-face):
31573         New backward-compatibility aliases for renamed faces.
31574         (org-level-faces, org-set-font-lock-defaults, org-timeline)
31575         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
31576         (org-agenda-get-timestamps, org-agenda-get-scheduled)
31577         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
31579         * emulation/viper-init.el (viper-search, viper-replace-overlay)
31580         (viper-minibuffer-emacs, viper-minibuffer-insert)
31581         (viper-minibuffer-vi): Remove "-face" suffix from face names.
31582         (viper-search-face, viper-replace-overlay-face)
31583         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31584         (viper-minibuffer-vi-face):
31585         New backward-compatibility aliases for renamed faces.
31586         (viper-search-face, viper-replace-overlay-face)
31587         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31588         (viper-minibuffer-vi-face): Use renamed viper faces.
31590         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
31591         Remove "-face" suffix from face names.
31592         (testcover-nohits-face, testcover-1value-face):
31593         New backward-compatibility aliases for renamed faces.
31594         (testcover-mark): Use renamed testcover faces.
31596         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
31597         face name.
31598         (diary-button-face): New backward-compatibility alias for renamed face.
31599         (diary-entry): Use renamed diary-button face.
31601         * calendar/calendar.el (diary, calendar-today, holiday)
31602         (mark-visible-calendar-date): Remove "-face" suffix from face names.
31603         (diary-face, calendar-today-face, holiday-face):
31604         New backward-compatibility aliases for renamed faces.
31605         (eval-after-load "facemenu", diary-entry-marker)
31606         (calendar-today-marker, calendar-holiday-marker, diary-face):
31607         Use renamed calendar faces.
31609         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
31610         (compare-windows-face): New backward-compatibility alias for
31611         renamed face.
31612         (compare-windows-highlight): Use renamed compare-windows face.
31614         * strokes.el (strokes-char): Remove "-face" suffix from face name.
31615         (strokes-char-face): New backward-compatibility alias for renamed face.
31616         (strokes-encode-buffer): Use renamed strokes-char face.
31618         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
31619         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
31620         Remove "-face" suffix from face names.
31621         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
31622         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
31623         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
31624         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
31625         Use renamed pcvs faces.
31626         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
31627         * pcvs-defs.el (cvs-mode-map): Likewise.
31628         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
31630         * info.el (info-title-1, info-title-2, info-title-3)
31631         (info-title-4): Remove "-face" suffix from and downcase face names.
31632         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
31633         (Info-title-4-face):
31634         New backward-compatibility aliases for renamed faces.
31635         (Info-fontify-node): Use renamed info faces.
31637         * hilit-chg.el (highlight-changes, highlight-changes-delete):
31638         Remove "-face" suffix from face names.
31639         (highlight-changes-face, highlight-changes-delete-face):
31640         New backward-compatibility aliases for renamed faces.
31641         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31642         (hilit-chg-make-list): Use renamed highlight-changes faces.
31644         * generic-x.el (show-tabs-tab, show-tabs-space):
31645         Remove "-face" suffix from face names.
31646         (show-tabs-tab-face, show-tabs-space-face):
31647         New backward-compatibility aliases for renamed faces.
31648         (show-tabs-generic-mode-font-lock-defaults-1)
31649         (show-tabs-generic-mode-font-lock-defaults-2):
31650         Use renamed show-tabs faces.
31652         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
31653         (smerge-markers): Remove "-face" suffix from face names.
31654         (smerge-mine-face, smerge-other-face, smerge-base-face)
31655         (smerge-markers-face):
31656         New backward-compatibility aliases for renamed faces.
31657         (smerge-mine-face, smerge-other-face, smerge-base-face)
31658         (smerge-markers-face): Use renamed smerge faces.
31660         * log-view.el (log-view-file, log-view-message): Remove "-face"
31661         suffix from face names.
31662         (log-view-file-face, log-view-message-face):
31663         New backward-compatibility aliases for renamed faces.
31664         (log-view-file-face, log-view-message-face): Use renamed log-view
31665         faces.
31667         * paren.el (show-paren-match, show-paren-mismatch):
31668         Remove "-face" suffix from face names.
31669         (show-paren-match-face, show-paren-mismatch-face):
31670         New backward-compatibility aliases for renamed faces.
31671         (show-paren-function): Use renamed show-paren faces.
31673         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
31674         (ruler-mode-margins, ruler-mode-fringes)
31675         (ruler-mode-column-number, ruler-mode-fill-column)
31676         (ruler-mode-comment-column, ruler-mode-goal-column)
31677         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
31678         suffix from face names.
31679         (ruler-mode-default-face, ruler-mode-pad-face)
31680         (ruler-mode-margins-face, ruler-mode-fringes-face)
31681         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
31682         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
31683         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
31684         New backward-compatibility aliases for renamed faces.
31685         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
31686         (ruler-mode-column-number, ruler-mode-fill-column)
31687         (ruler-mode-comment-column, ruler-mode-goal-column)
31688         (ruler-mode-tab-stop, ruler-mode-current-column)
31689         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
31690         faces.
31692         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
31693         face name.
31694         (whitespace-highlight-the-space): Use renamed face.
31695         (whitespace-highlight-face): New backward-compatibility alias for
31696         renamed face.
31698         * woman.el (woman-italic, woman-bold, woman-unknown)
31699         (woman-addition, woman-symbol-face):
31700         Remove "-face" suffix from face names.
31701         (woman-italic-face, woman-bold-face, woman-unknown-face)
31702         (woman-addition-face):
31703         New backward-compatibility aliases for renamed faces.
31704         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
31705         (woman-decode-region, woman-replace-match)
31706         (woman-display-extended-fonts, woman-special-characters)
31707         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
31708         Use renamed woman faces.
31710         * longlines.el (longlines-visible-face): Face removed.
31712         * diff-mode.el (diff-header, diff-file-header, diff-index)
31713         (diff-hunk-header, diff-removed, diff-added, diff-changed)
31714         (diff-function, diff-context, diff-nonexistent): Remove "-face"
31715         suffix from face names.
31716         (diff-header-face, diff-file-header-face, diff-index-face)
31717         (diff-hunk-header-face, diff-removed-face, diff-added-face)
31718         (diff-changed-face, diff-function-face, diff-context-face)
31719         (diff-nonexistent-face): New backward-compatibility aliases for
31720         renamed faces.
31721         (diff-header-face, diff-file-header-face)
31722         (diff-index, diff-index-face, diff-hunk-header)
31723         (diff-hunk-header-face, diff-removed, diff-removed-face)
31724         (diff-added, diff-added-face, diff-changed-face, diff-function)
31725         (diff-function-face, diff-context-face, diff-nonexistent)
31726         (diff-nonexistent-face): Use renamed diff-mode faces.
31728         * progmodes/compile.el (compilation-warning-face)
31729         (compilation-info-face): Remove "-face" suffix from face names.
31730         (compilation-warning-face, compilation-info-face):
31731         New backward-compatibility aliases for renamed faces.
31732         (compilation-warning-face, compilation-info-face):
31733         Use renamed compilation faces.
31735         * add-log.el (change-log-date, change-log-name)
31736         (change-log-email, change-log-file, change-log-list)
31737         (change-log-conditionals, change-log-function)
31738         (change-log-acknowledgement): Remove "-face" suffix from face names.
31739         (change-log-date-face, change-log-name-face)
31740         (change-log-email-face, change-log-file-face)
31741         (change-log-list-face, change-log-conditionals-face)
31742         (change-log-function-face, change-log-acknowledgement-face):
31743         New backward-compatibility aliases for renamed faces.
31744         (change-log-font-lock-keywords): Use renamed change-log faces.
31746         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
31747         (custom-set, custom-changed, custom-saved, custom-button)
31748         (custom-button-pressed, custom-documentation, custom-state)
31749         (custom-comment, custom-comment-tag, custom-variable-tag)
31750         (custom-variable-button, custom-face-tag, custom-group-tag-1)
31751         (custom-group-tag): Remove "-face" suffix from face names.
31752         (custom-magic-alist, custom-magic-value-create)
31753         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
31754         (custom-invalid-face, custom-rogue-face, custom-modified-face)
31755         (custom-set-face, custom-changed-face, custom-saved-face)
31756         (custom-button-face, custom-button-pressed-face)
31757         (custom-documentation-face, custom-state-face)
31758         (custom-comment-face, custom-comment-tag-face)
31759         (custom-variable-tag-face, custom-variable-button-face)
31760         (custom-face-tag-face, custom-group-tag-face-1)
31761         (custom-group-tag-face):
31762         New backward-compatibility aliases for renamed faces.
31764         * wid-edit.el (widget-documentation, widget-button)
31765         (widget-field, widget-single-line-field, widget-inactive)
31766         (widget-button-pressed): "-face" suffix removed from face names.
31767         (widget-documentation-face, widget-button-face)
31768         (widget-field-face, widget-single-line-field-face)
31769         (widget-inactive-face, widget-button-pressed-face):
31770         New backward-compatibility aliases for renamed faces.
31771         (widget-documentation-face, widget-button-face)
31772         (widget-button-pressed-face, widget-specify-field)
31773         (widget-specify-inactive): Use renamed widget faces.
31775 2005-06-10  Kenichi Handa  <handa@m17n.org>
31777         * term/x-win.el (x-clipboard-yank): Remove condition-case
31778         wrapping.
31780 2005-06-11  Kenichi Handa  <handa@m17n.org>
31782         * add-log.el (change-log-font-lock-keywords): Make the regexp for
31783         date lines stricter.
31785 2005-06-10  Zhang Wei  <id.brep@gmail.com>
31787         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
31788         of x-get-selection.
31790 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31792         * comint.el (comint-mode, comint-snapshot-last-prompt):
31793         * frame.el (frame-current-scroll-bars):
31794         * term.el (term-mode, term-check-proc, term-input-sender)
31795         (term-simple-send, term-extract-string, term-word)
31796         (term-match-partial-filename):
31797         * window.el (window-current-scroll-bars):
31798         * emulation/cua-base.el (cua-normal-cursor-color)
31799         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
31800         (cua-global-mark-cursor-color):
31801         * mail/undigest.el (rmail-forward-separator-regex):
31802         Fix typos in docstrings.
31804         * comint.el (comint-check-proc, make-comint-in-buffer)
31805         (comint-source-default): Doc fixes.
31807         * term.el (term-send-string): Improve argument/docstring consistency.
31809 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
31811         * comint.el (comint-send-input): Bind `inhibit-read-only' around
31812         call to `delete-region'.
31813         (comint-mode-hook): Do not enable Font Lock by default.
31815 2005-06-09  Lute Kamstra  <lute@gnu.org>
31817         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
31818         could be void.
31820 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31822         * emacs-lisp/debug.el (debugger-will-be-back): New var.
31823         (debug): Use it.
31824         (debugger-step-through, debugger-continue, debugger-jump)
31825         (debugger-return-value): Set it when needed.
31826         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
31827         Use inhibit-read-only.
31829 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
31831         * window.el (shrink-window-if-larger-than-buffer)
31832         (window-size-fixed): Fix typo in docstring.
31834         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
31835         thumbnails directory on loading.
31836         (thumbs-conversion-program): Use `eq' to check the system type,
31837         not `equal'.
31838         (thumbs-temp-dir): Initialize to `temporary-file-directory',
31839         not "/tmp".  Fix docstring.
31840         (thumbs-thumbsdir): New function to return the thumbnails
31841         directory, creating it if needed.
31842         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
31843         (thumbs-temp-file): Delete variable and make it into a function.
31844         (thumbs-resize-image, thumbs-modify-image): Use it.
31845         (thumbs-kill-buffer): Simplify.
31846         (thumbs-gensym): Defalias or duplicate CL `gensym'.
31847         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
31848         docstrings.
31850 2005-06-09  Kim F. Storm  <storm@cua.dk>
31852         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31853         set-match-data to free markers in match-data.
31855         * replace.el (replace-match-data): Pass RESEAT arg `t' to
31856         match-data to unchain markers in match-data.
31858 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31860         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
31861         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
31862         unnecessary now.
31864 2005-06-08  Richard M. Stallman  <rms@gnu.org>
31866         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
31867         give the variable a doc string that doesn't say don't set it directly.
31869         * textmodes/ispell.el (ispell-check-version):
31870         Use match-string-no-properties.
31871         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
31872         (ispell-buffer-local-words): Likewise.
31874         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
31875         except on terminals with enough colors to really display it.
31876         (makefile-dependency-regex): Delete spurious `bb'.
31878         * faces.el (escape-glyph): Use blue once again in last case.
31879         (no-break-space): Redefine so that it isn't invisible on a tty.
31881 2005-06-08  Kim F. Storm  <storm@cua.dk>
31883         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
31884         also when reading directory name.
31886 2005-06-08  Lute Kamstra  <lute@gnu.org>
31888         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
31889         (flyspell-mode-line-string): Remove autoload cookie.
31890         (flyspell-mode): Remove defvar.
31892 2005-06-07  Lute Kamstra  <lute@gnu.org>
31894         * textmodes/org.el (org-run-mode-hooks): New function.
31895         (org-agenda-mode): Use it.
31897 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
31899         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
31901 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31903         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
31905 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
31907         * font-lock.el (font-lock-add-keywords): Doc fix.
31909 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31911         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
31912         (tex-compile-default): In the absence of any history, use the order in
31913         tex-compile-alist to choose the preferred command.
31914         (tex-compile-commands): Reorder a bit.
31916         * textmodes/flyspell.el (flyspell-auto-correct-binding)
31917         (flyspell-incorrect-face, flyspell-duplicate-face):
31918         Use (X)Emacs-agnostic code.
31919         (flyspell-mode-map): Don't overwrite at each load.  Remove code
31920         redundant with the subsequent add-minor-mode.  Merge Emacs and
31921         XEmacs code.
31922         (flyspell-word): Minor simplification.
31923         (flyspell-math-tex-command-p): Quieten the byte-compiler.
31924         (flyspell-external-point-words): Remove unused vars `size' and `start'.
31925         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
31926         Merge the corresponding Emacs code.
31927         (flyspell-correct-word, flyspell-xemacs-popup):
31928         Use flyspell-do-correct.
31930         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
31931         a dedicated window.
31933         * international/latexenc.el (latexenc-find-file-coding-system):
31934         Undo part of last patch, to turn off a compiler warning.
31936 2005-06-06  Juri Linkov  <juri@jurta.org>
31938         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
31939         Rename `tmm-inactive-face' to `tmm-inactive'.
31941 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
31943         * iswitchb.el: Rename faces.
31945 2005-06-06  Kim F. Storm  <storm@cua.dk>
31947         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
31948         (cua-global-mark): Remove -face suffix from face names.
31950         * emulation/cua-gmrk.el (cua--init-global-mark):
31951         Remove cua-global-mark face setup.
31953 2005-06-06  Richard M. Stallman  <rms@gnu.org>
31955         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
31956         just like other allowed characters.
31957         (makefile-match-dependency): Exclude leading and training whitespace
31958         from the range of regexp subexp 1.
31959         (makefile-macroassign-regex): Don't try to match the body,
31960         just the name of the macro being defined.
31962         * info.el (Info-read-node-name-2): New function.
31963         (Info-read-node-name-1): Use that.
31964         Add a completion-base-size-function property.
31966         * simple.el (completion-setup-function): Look for
31967         completion-base-size-function property of minibuffer-completion-table.
31969         * files.el (locate-file-completion): Doc fix.
31971         * printing.el: Don't call pr-update-menus; user must do that.
31973         * emacs-lisp/debug.el (debugger-window): New variable.
31974         (debug): Use debugger-window if it is set and still alive.
31975         Record debugger-window for next entry.
31977         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
31979 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
31981         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31982         (hack-one-local-variable, hack-local-variables)
31983         (hack-local-variables-prop-line): Pass that arg.
31985 2005-06-06  Kim F. Storm  <storm@cua.dk>
31987         * ido.el (ido-first-match, ido-only-match, ido-subdir)
31988         (ido-indicator): Remove -face suffix from face names.
31990 2005-06-06  Juri Linkov  <juri@jurta.org>
31992         * font-lock.el (font-lock-regexp-backslash)
31993         (font-lock-regexp-backslash-construct): New faces.
31994         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
31995         after `('.  Add `while-no-input' to control structures.
31997         * faces.el (no-break-space, shadow): New faces.
31998         (escape-glyph): Use less loud colors pink2 and red4.
32000         * diff-mode.el (diff-context-face)
32001         * dired.el (dired-ignored)
32002         * rfn-eshadow.el (file-name-shadow)
32003         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
32005         * info.el (Info-title-1-face): Use green instead of yellow because
32006         bold yellow is not readable on light backgrounds.
32008         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
32009         before selecting the desired mode to not spend time fontifying
32010         old contents.
32012 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
32014         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
32015         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
32017         * ps-print.el (ps-default-fg, ps-default-bg):
32018         Fix typos in docstrings.
32020         * isearchb.el (isearchb): Don't pass a spurious second argument to
32021         `iswitchb-completions'.
32023 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
32025         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
32026         to preserve point.
32027         (gdb-find-file-hook): Add doc string.
32029         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
32030         C dereferenced pointer expression.
32031         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
32033         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
32035         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
32036         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
32037         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
32038         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
32039         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
32040         Make background transparent.
32042 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
32044         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
32045         (font-lock-remove-keywords): Doc fix.
32046         (font-lock-mode-major-mode): Compiler defvar.
32047         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
32049         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
32050         (font-lock-mode): Update `font-lock-mode-major-mode'.
32051         (font-lock-set-defaults): Compiler defvar.
32052         (font-lock-default-function): Take `font-lock-mode-major-mode'
32053         into account.
32055         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
32056         keep track of which major mode it enabled the minor mode for.
32057         Use find-file-hook again.  Update docstring.
32059         * simple.el (eval-expression-print-level)
32060         (eval-expression-print-length, eval-expression-debug-on-error):
32061         Doc fixes.
32063 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
32065         * iswitchb.el (iswitchb-single-match-face)
32066         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
32067         (iswitchb-invalid-regexp-face): New faces.
32068         (iswitchb-completions): Use them.
32069         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
32070         now marked as an obsolete alias.
32071         (iswitchb-read-buffer): Remove check for bound font variables.
32072         (iswitchb-invalid-regexp): New free variable.
32073         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
32074         set iswitchb-invalid-regexp.
32075         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
32076         invalid regexps.
32077         (iswitchb-completions): Add check for complete match when entering
32078         a regexp.
32079         (iswitchb-completions): Remove require-match argument.
32080         (iswitchb-exhibit): Fix caller.
32081         (iswitchb-common-match-inserted): New variable.
32082         (iswitchb-complete, iswitchb-completion-help): Use it.
32084 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
32086         * url/url-http.el (url-http-chunked-encoding-after-change-function):
32087         Use `url-http-debug' instead of `message'.
32089 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
32091         * url/url-http.el (url-http-parse-headers): Pass redirected URL
32092         as a callback argument.
32094 2005-06-04  Kim F. Storm  <storm@cua.dk>
32096         * simple.el (line-move): Only call sit-for when moving backwards.
32098         * ido.el (ido-make-merged-file-list-1): New defun split from
32099         ido-make-merged-file-list.
32100         (ido-make-merged-file-list): Bind throw-on-input around call to
32101         ido-make-merged-file-list-1.  Return input-pending-p if
32102         interrupted by more input available.
32103         (ido-read-internal): Handle input-pending-p return value from
32104         ido-make-merged-file-list.
32106 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32108         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
32109         compatibility code.
32111         * international/latexenc.el (latexenc-find-file-coding-system):
32112         Don't inherit the EOL part of the coding-system from the
32113         tex-main buffer.  Fit within 80 columns.
32115 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
32117         * tmm.el (tmm-inactive-face): New face.
32118         (tmm-remove-inactive-mouse-face): New function.
32119         (tmm-prompt, tmm-add-one-shortcut)
32120         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
32121         but not selectable.
32123 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
32125         * faces.el (face-equal): Improve argument/docstring consistency.
32127 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
32129         * progmodes/make-mode.el (makefile-targets-face)
32130         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
32131         (makefile-bsdmake-dependency-regex)
32132         (makefile-makepp-rule-action-regex)
32133         (makefile-bsdmake-rule-action-regex): New constants.
32134         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
32136         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32137         Allow (...) within `...' for makepp messages.
32139 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
32141         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
32143         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
32144         "." files are deleted from all file lists before comparison.
32146         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
32147         (viper-ESC-key): Made them customizable.
32149         * emulation/viper.el (viper-non-hook-settings):
32150         Fix the names of defadvices.
32152 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
32154         * autorevert.el (auto-revert-buffers): Use save-match-data.
32156 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32158         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
32159         menu items with a nil command binding.
32161 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
32163         * emacs-lisp/cl-macs.el (defsetf):
32164         Improve argument/docstring consistency.
32166         * faces.el (list-faces-display): Improve the formatting by
32167         computing the maximum length required for any face-name (reworked
32168         patch of 1999-01-11, accidentally deleted on 1999-07-21).
32169         (internal-find-face): Remove redundant info in docstring.
32171 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
32173         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
32174         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
32175         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
32176         (gdb-assembler-custom): Improve regexps.
32177         (def-gdb-auto-update-handler): Use window point to preserve point.
32179 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32181         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
32183 2005-05-31  Jay Belanger  <belanger@truman.edu>
32185         * calc/calc-embed.el (calc-embedded-word): Change argument passed
32186         to calc-embedded.
32187         (calc-embedded-make-info): Have plain prefix argument select
32188         entire line.
32190 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
32192         * faces.el (list-faces-display): Signal error if passed a regexp
32193         that matches no face name.
32195         * simple.el (filter-buffer-substring): Fix typo in docstring.
32197 2005-05-31  Richard M. Stallman  <rms@gnu.org>
32199         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
32200         (vhdl-emacs-21): Doc fix.
32201         (vhdl-mode): Unconditionally set comment-padding.
32202         (vhdl-fixup-whitespace-region): Insert spaces only where
32203         there are none.
32204         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
32206 2005-05-30  John Wiegley  <johnw@newartisans.com>
32208         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
32209         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
32210         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
32211         `directory-sep-char' to ?/, and all uses of `string-to-int' to
32212         `string-to-number'.
32214 2005-05-30  Jay Belanger  <belanger@truman.edu>
32216         * calc/calc.el (calc-bug-address): Fix docstring.
32217         (calc-window-hook, calc-trail-window-hook): New variables.
32218         (calc-trail-display): Restore use of calc-trail-window-hook.
32219         (calc): Restore use of calc-window-hook.
32221 2005-05-31  Masatake YAMATO  <jet@gyve.org>
32223         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
32225         * help-fns.el (help-C-file-name): Add autoload mark for
32226         `find-function-noselect'.
32228 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
32230         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
32231         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
32233 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32235         * calendar/diary-lib.el (mark-included-diary-files): Only kill
32236         included diary buffer if it was not already being visited.
32237         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
32239         * calendar/icalendar.el (top-level): Do not require appt.
32241         * mail/supercite.el (sc-select-attribution): Only use a list
32242         element from sc-attrib-selection-list if it returns a string.
32243         Reported by Davide G. M. Salvetti <salve@debian.org>.
32245 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
32247         * thumbs.el (thumbs-thumbname): The resulting thumbname now
32248         includes a hash value to improve its uniqueness, and has a ".jpg"
32249         extension.  Also, it is now a valid filename on all systems.
32250         (thumbs-make-thumb): Use `let', not `let*'.
32251         (thumbs-show-thumbs-list): Check for JPEG availability.
32253 2005-05-30  Richard M. Stallman  <rms@gnu.org>
32255         * filesets.el (filesets-menu-ensure-use-cached):
32256         Prevent warning when emacs-version>= is undefined.
32258         * printing.el (pr-interactive-n-up): Use string-to-number.
32260         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
32262         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
32263         Warn only when name to be defined is quoted.
32265 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
32267         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
32268         Make regexp more robust.
32269         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
32270         Force regeneration of disassembly.
32272 2005-05-29  Jay Belanger  <belanger@truman.edu>
32274         * calc/calc.el (calc-user-invocation): Check if
32275         calc-invocation-macro is non-nil.
32277 2005-05-29  Juri Linkov  <juri@jurta.org>
32279         * add-log.el (change-log-font-lock-keywords):
32280         Add `+' to e-mail regexp to accept mail address with keywords.
32282         * man.el (Man-name-regexp): Add `:' to accept qualified names.
32284 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
32286         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
32288         * ielm.el (inferior-emacs-lisp-mode): Ditto.
32290 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32292         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32293         Undo the change that moves to end of the current word.
32295 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32297         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
32298         Throw error when count <= 0 to ensure input is a number.
32299         (gdb-read-memory-custom): Pick up address from buffer.
32300         (gdb-memory-mode): Allow user to increment and decrement
32301         memory address from header line.
32303 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32305         * textmodes/flyspell.el (flyspell-version): Function deleted.
32306         (flyspell-auto-correct-previous-hook): Doc fix.
32308         * jit-lock.el (jit-lock-function, jit-lock-after-change):
32309         Do nothing if memory is full.
32311         * font-lock.el (font-lock-fontify-syntactically-region):
32312         Pass t for GREEDY to looking-back.
32314         * saveplace.el (save-place-alist-to-file): Write the file
32315         using write-region.
32317         * subr.el (looking-back): New argument GREEDY.
32319         * progmodes/compile.el (compilation-start): Set the mode
32320         before inserting the initial text.
32322         * progmodes/which-func.el (which-func-update-1): Turn the mode
32323         off in case of error by setting which-func-mode.
32325 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
32327         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32328         Narrow down to what's on the screen, and recenter overlays
32329         at the end of the next word.
32331 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
32333         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
32334         8Vars moved up.
32335         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
32336         (flyspell-abbrev-p): Default to nil.
32337         (flyspell-use-global-abbrev-table-p): Doc fix.
32338         (flyspell-large-region): Allow nil as value.
32339         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
32341         (mail-mode-flyspell-verify): More robust handling
32342         of `mail-header-separator'.  More efficient signature detection.
32343         Allow for regexp metacharacters in message-header-separator.
32344         Adding `To' not to be checked in mail-mode-flyspell-verify.
32346         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
32347         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
32348         Bind flyspell-auto-correct-binding.
32349         Bind C-. and C-, .
32350         (flyspell-mode-map): Likewise.
32351         (flyspell-mode): Doc fix.
32352         (flyspell-accept-buffer-local-defs): Preserve current buffer.
32353         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
32354         (flyspell-word-cache-result): New var, always local.
32355         (flyspell-check-pre-word-p): Doc fix.
32356         (flyspell-check-changed-word-p): Handle spc like newline.
32357         (flyspell-post-command-hook): Set flyspell-word-cache-result.
32358         (flyspell-word-search-backward, flyspell-word-search-forward):
32359         New functions.
32360         (flyspell-word): Return t if nothing to check.
32361         When parsing TeX code, check for after } or \.
32362         Use flyspell-word-search-backward to find previous word.
32363         Return nil if duplicated word.
32364         For word already checked, return same value as last time.
32365         Set flyspell-word-cache-result after checking.
32366         Don't clobber the return value.
32367         (flyspell-get-word): Major rewrite.
32368         (flyspell-external-point-words): New locals pword, pcount.
32369         Fix size used in progress message.
32370         Find the proper corresponding word in flyspell-large-region-buffer.
32371         (flyspell-region): Check for flyspell-large-region = nil.
32372         (flyspell-highlight-incorrect-region): Clean up overlays in region.
32373         (flyspell-auto-correct-word): Check that WORD is a cons.
32374         (flyspell-correct-word): Likewise.
32376 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
32378         * progmodes/make-mode.el (makefile-rule-action-regex)
32379         (makefile-macroassign-regex, makefile-makepp-mode)
32380         (makefile-bsdmake-mode): Continuation lines may be empty.
32381         Reported by Joshua Varner.
32382         (makefile-makepp-font-lock-keywords): Add $(stem).
32384 2005-05-28  Karl Berry  <karl@gnu.org>
32386         * textmodes/tex-mode.el: Now that tex-send-command calls
32387         shell-quote-argument (2005-03-31 change), remove all calls to
32388         shell-quote-argument; they all end up invoking tex-send-command.
32389         The double quoting loses on filenames with non-safe characters,
32390         such as "@".  Reported by Frederik Fouvry.
32392 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32394         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
32395         about preserving point.
32397 2005-05-27  Jay Belanger  <belanger@truman.edu>
32399         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
32400         Info-goto-node.
32402         * calc/calc-embed.el (calc-embed-arg): New variable.
32403         (calc-do-embedded-activate, calc-embedded-activate-formula)
32404         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
32405         variable by new variable.
32406         (calc-embedded-make-info): Replace undeclared variable by new
32407         variable.  When selecting region with positive prefix
32408         argument, use end of previous line instead of beginning of line.
32410         * calc/calc-aent.el (calc-arg-values): Declare it.
32412         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
32413         Declare them.
32415         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
32417         * calc/calc.el (calc-alg-map): Declare it.
32419         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
32421 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
32423         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
32424         (gdb-registers-buffer, toggle-gdb-all-registers):
32425         Toggle display of floating point registers.
32426         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
32428         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
32429         (toggle-gud-tooltip-dereference):
32430         Rename from gud-toggle-tooltip-dereference.
32432 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32434         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
32436 2005-05-27  Jay Belanger  <belanger@truman.edu>
32438         * calc/calc-prog.el (calc-kbd-report): Remove.
32439         (calc-kbd-query): Rewrite.
32441 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
32443         * image.el (image-library-alist): Move to image.c.
32444         (image-type-available-p): Doc fix.
32446 2005-05-27  Lute Kamstra  <lute@gnu.org>
32448         * calc/calc.el (calc):
32449         * outline.el (outline-1, outline-2, outline-3, outline-4)
32450         (outline-5, outline-6, outline-7, outline-8):
32451         * textmodes/dns-mode.el (dns-mode):
32452         * textmodes/sgml-mode.el (sgml-namespace-face):
32453         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
32454         (tex-verbatim-face, tex-use-reftex):
32455         * textmodes/texinfo.el (texinfo-heading-face):
32456         Specify customization group.
32458         * longlines.el: Don't require easy-mmode.
32459         (longlines-visible-face): Specify customization group.
32461 2005-05-27  Kenichi Handa  <handa@m17n.org>
32463         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
32464         encoding table of windows-1251.
32466         * international/ucs-tables.el (ucs-set-table-for-input):
32467         If translation-table-for-input of a coding system is a symbol, get
32468         its translation-table property.
32470         * international/code-pages.el: Don't register a coding system into
32471         non-iso-charset-alist more than once.
32472         (cp-make-coding-system): Likewise.
32474 2005-05-26  John Wiegley  <johnw@newartisans.com>
32476         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
32477         `eshell-resume-eval' is wrapped in a list, it indicates that the
32478         command was run asynchronously.  In that case, unwrap the value
32479         before checking the delimiter value.
32481         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
32482         character before a space at the end of a line is \, assume the space
32483         is part of the last argument rather than a final argument separator.
32485         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
32486         is in use, and the target is `t' or `nil' (which are the most common
32487         values), don't assume that the symbol target is a buffer.
32489 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
32491         * calendar/calendar.el (calendar-mode-line-format):
32492         Use mode-line-highlight as mouse-face.
32494         * time.el (display-time-string-forms, display-time-update):
32495         Use mode-line-highlight as mouse-face.
32497 2005-05-26  Jay Belanger  <belanger@truman.edu>
32499         * calc/calc.el (calc-language-alist): Remove extra defvar.
32501 2005-05-26  Lute Kamstra  <lute@gnu.org>
32503         * arc-mode.el (archive-mode):
32504         * bookmark.el (bookmark-read-annotation-mode)
32505         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
32506         * bs.el (bs-mode):
32507         * calc/calc-yank.el (calc-edit-mode):
32508         * calc/calc.el (calc-mode, calc-trail-mode):
32509         * calculator.el (calculator-mode):
32510         * chistory.el (command-history-mode):
32511         * comint.el:
32512         * cus-edit.el (custom-mode):
32513         * descr-text.el (describe-text-mode):
32514         * ebuff-menu.el (Electric-buffer-menu-mode):
32515         * ediff-util.el (ediff-mode):
32516         * emacs-lisp/re-builder.el (reb-mode):
32517         * emulation/vi.el (vi-mode-setup):
32518         * emulation/ws-mode.el (wordstar-mode):
32519         * eshell/esh-mode.el (eshell-mode):
32520         * forms.el (forms-mode):
32521         * help-mode.el (help-mode):
32522         * hexl.el (hexl-mode):
32523         * ibuffer.el (ibuffer-mode):
32524         * ielm.el (inferior-emacs-lisp-mode):
32525         * info.el (Info-mode, Info-edit-mode):
32526         * international/swedish.el:
32527         * ledit.el (ledit-from-lisp-mode):
32528         * locate.el (locate-mode):
32529         * mail/rmail.el (rmail-mode):
32530         * mail/rmailedit.el (rmail-edit-mode):
32531         * mail/rmailsum.el (rmail-summary-mode):
32532         * mail/supercite.el (sc-electric-mode):
32533         * net/eudc.el (eudc-mode):
32534         * net/quickurl.el (quickurl-list-mode):
32535         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
32536         * obsolete/ooutline.el (outline-mode):
32537         * obsolete/options.el (Edit-options-mode):
32538         * obsolete/rnews.el (news-mode):
32539         * obsolete/rnewspost.el (news-reply-mode):
32540         * play/5x5.el (5x5-mode):
32541         * play/decipher.el (decipher-mode, decipher-stats-mode):
32542         * play/gomoku.el (gomoku-mode):
32543         * play/snake.el (snake-mode):
32544         * play/solitaire.el (solitaire-mode):
32545         * play/tetris.el (tetris-mode):
32546         * progmodes/ada-mode.el (ada-mode):
32547         * progmodes/antlr-mode.el (antlr-mode):
32548         * progmodes/autoconf.el (autoconf-mode):
32549         * progmodes/dcl-mode.el (dcl-mode):
32550         * progmodes/delphi.el (delphi-mode):
32551         * progmodes/ebrowse.el (ebrowse-tree-mode)
32552         (ebrowse-electric-list-mode, ebrowse-member-mode)
32553         (ebrowse-electric-position-mode):
32554         * progmodes/f90.el (f90-mode):
32555         * progmodes/fortran.el (fortran-mode):
32556         * progmodes/icon.el (icon-mode):
32557         * progmodes/idlw-help.el (idlwave-help-mode):
32558         * progmodes/idlw-shell.el (idlwave-shell-mode):
32559         * progmodes/idlwave.el (idlwave-mode):
32560         * progmodes/inf-lisp.el (inferior-lisp-mode):
32561         * progmodes/m4-mode.el (m4-mode):
32562         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
32563         * progmodes/modula2.el (modula-2-mode):
32564         * progmodes/octave-inf.el (inferior-octave-mode):
32565         * progmodes/octave-mod.el (octave-mode):
32566         * progmodes/pascal.el (pascal-mode):
32567         * progmodes/sh-script.el (sh-mode):
32568         * progmodes/sql.el (sql-mode, sql-interactive-mode):
32569         * progmodes/vhdl-mode.el (vhdl-mode):
32570         * progmodes/xscheme.el (scheme-interaction-mode):
32571         * replace.el (occur-mode):
32572         * ses.el (ses-mode):
32573         * simple.el (completion-list-mode):
32574         * skeleton.el:
32575         * speedbar.el (speedbar-mode):
32576         * term.el (term-mode):
32577         * terminal.el (terminal-edit-mode):
32578         * textmodes/reftex-index.el (reftex-index-mode)
32579         (reftex-index-phrases-mode):
32580         * textmodes/reftex-sel.el (reftex-select-label-mode)
32581         (reftex-select-bib-mode):
32582         * textmodes/reftex-toc.el (reftex-toc-mode):
32583         * wdired.el (wdired-change-to-wdired-mode):
32584         * wid-browse.el (widget-browse-mode):
32585         Use run-mode-hooks.
32587         * array.el (array-mode):
32588         * calendar/todo-mode.el (todo-mode):
32589         * man.el (Man-mode):
32590         * play/landmark.el (lm-mode):
32591         * play/mpuz.el (mpuz-mode):
32592         Use kill-all-local-variables and run-mode-hooks.
32594         * subr.el (delay-mode-hooks): Specify indentation.
32596 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
32598         * xml.el (xml-substitute-special): Don't die for undefined xml
32599         entities.
32601 2005-05-26  Jay Belanger  <belanger@truman.edu>
32603         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
32604         of nil.
32606 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
32608         * progmodes/gdb-ui.el (gdb-frame-address):
32609         Rename from gdb-current-address.
32610         (gdb-previous-frame-address): Rename from gdb-previous-address.
32611         (gdb-selected-frame): Rename from gdb-current-frame.
32612         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
32613         (gdb-frame-number): Rename from gdb-current-stack-level.
32614         (gdb-ann3): Match new mode-name for disassembly buffer.
32615         Extend initialization of variables.
32616         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
32617         (gdb-memory-mode): Use mouse-face in header line.
32618         (gdb-assembler-buffer-name): Call it disassembly and give frame
32619         in mode line.
32620         (gdb-source-spec-regexp, gdb-assembler-custom)
32621         (gdb-invalidate-assembler, gdb-frame-handler):
32622         Make robust to leading zeroes in address format.
32624 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
32626         * textmodes/org.el (org-mode): Use `define-derived-mode' to
32627         define `org-mode'.
32628         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
32630 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32632         * log-edit.el (log-edit-changelog-entries): Distinguish between
32633         filenames like xfns.c and fns.c.
32635 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
32637         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
32638         point after reverting.
32639         (Buffer-menu-make-sort-button): Handle the case where
32640         `Buffer-menu-use-header-line' is nil.
32642 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
32644         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
32645         New funcs.  In minibuffer-local-completion-map bind `]', `/'
32646         and `:' to them.
32648 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32650         * startup.el (normal-top-level): Allow modification of load-path while
32651         we're iterating over it.
32653 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
32655         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
32656         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
32657         (thumbs-resize-interactive, thumbs-insert-image)
32658         (thumbs-insert-thumb, thumbs-dired-show-marked)
32659         (thumbs-find-image-at-point, thumbs-delete-images)
32660         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
32661         (thumbs-increment-image-size, thumbs-decrement-image-size):
32662         Fix typos in docstrings.
32664 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
32666         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
32667         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
32668         (cperl-mode): Use them.
32670 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
32672         * window.el (quit-window, shrink-window-if-larger-than-buffer):
32673         Doc fixes.
32675 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
32677         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
32678         Bind C-d to gdb-inferior-io-eof.
32680         * dired.el (dired-dnd-popup-notice): Use message-box.
32682 2005-05-23  Masatake YAMATO  <jet@gyve.org>
32684         * bindings.el (mode-line-major-mode-keymap):
32685         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
32687         * faces.el (mode-line-highlight): New face.
32689         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
32690         as mouse-face.
32692         * bindings.el (top-level, help-echo, mode-line-modified)
32693         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
32694         as mouse-face.
32696 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
32698         * progmodes/cc-engine.el (c-guess-basic-syntax):
32699         Remove spurious call to `zerop'.
32701         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
32703 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
32705         CC Mode update to 5.30.10:
32707         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
32708         the point could go past the limit in decoration level 2, thereby
32709         causing errors during interactive fontification.
32711         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
32712         bug when the file is evaluated interactively.
32714         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
32715         declarations somewhat better in C++.
32717         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
32718         New helper macro to make use of `run-mode-hooks'
32719         which has been added in Emacs 21.1.
32720         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
32721         (awk-mode): Use it.
32722         (make-local-hook): Suppress warning about obsoleteness.
32724         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
32725         (c-append-backslashes-forward, c-delete-backslashes-forward)
32726         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
32727         Compensate for return value from `forward-line' when it has moved
32728         but not to a different line due to eob.
32730         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
32731         `objc-method-intro' and `objc-method-args-cont'.
32733 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
32735         CC Mode update to 5.30.10:
32737         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
32738         address in the copyright statement.  Incidentally, change "along with
32739         GNU Emacs" to "along with this program" where it occurs.
32741         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
32742         autoload, so that it is interactive, hence can be found by M-x awk-mode
32743         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
32744         <gmorris+emacs@ast.cam.ac.uk>.
32746         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
32747         Mode's regexps.
32749 2005-05-23  Kevin Ryde  <user42@zip.com.au>
32751         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
32752         from c-parse-state, to avoid a lisp error (on bad code).
32754 2005-05-23  Lute Kamstra  <lute@gnu.org>
32756         * subr.el (font-lock-defaults): Remove defvar as it's already
32757         defined in font-core.el.
32759         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
32761 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
32763         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
32764         more general and work when GDB variable "print pretty" is on,
32765         as with Emacs, for example.
32767 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
32769         * font-core.el: Update comment.
32771         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32772         Use `after-change-major-mode-hook' instead of `find-file-hook'.
32774         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
32776 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
32778         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
32779         and `yank-handler' in the doc strings.
32781 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32783         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
32785 2005-05-22  Richard M. Stallman  <rms@gnu.org>
32787         * help.el (describe-key): Move print-help-return-message call
32788         out of conditional.
32790         * progmodes/etags.el (list-tags): Use with-no-warnings.
32792         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
32793         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
32794         (starttls-extra-args, starttls-extra-arguments): Add defvars.
32796         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
32798         * language/viet-util.el (viet-viscii-nonascii-translation-table):
32799         Add defvar.
32801         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
32802         Use defvar, not defconst.
32804         * hexl.el (hexl-follow-line): Use with-no-warnings.
32806         * emulation/tpu-extras.el: Use write-file-functions instead of
32807         write-file-hooks.
32809         * dired.el (dired-font-lock-keywords): Fontify files with junk
32810         extensions even if marked by -F.
32812 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
32814         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
32815         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
32816         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
32817         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
32818         (concatenate, list-length, get*, getf, cl-remprop):
32819         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
32820         (etypecase, progv, lexical-let, lexical-let*)
32821         (multiple-value-bind, multiple-value-setq, shiftf):
32822         Improve argument/docstring consistency.
32824         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
32826 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
32828         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
32829         doesn't exist.
32831         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
32832         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
32834 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
32836         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
32837         already deleted variables: auto-fill-hook, blink-paren-hook,
32838         lisp-indent-hook, inhibit-local-variables, unread-command-event,
32839         suspend-hooks, comment-indent-hook, meta-flag,
32840         before-change-function, after-change-function,
32841         font-lock-doc-string-face.
32843 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
32845         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
32847 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
32849         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
32850         rmail-dont-reply-to.
32852 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32854         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
32855         literal blank when splitting new-header-values.
32857 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
32859         * calendar/cal-menu.el (cal-menu-update): Add separator as a
32860         string so that tmm doesn't create a completion entry for it.
32862         * textmodes/table.el (table-disable-menu): Ditto.
32864 2005-05-21  Richard M. Stallman  <rms@gnu.org>
32866         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
32868         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
32870         * net/rcompile.el (remote-compile): Use compilation-start.
32872         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
32874 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
32876         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
32877         Default to makefile-bsdmake-mode on BSD systems.
32879         * imenu.el (imenu-generic-expression, imenu--generic-function'):
32880         REGEXP may also be a search function now.  The part of doc-string
32881         for describing the structure was 95% identical to that of
32882         `imenu--generic-function'.  Unify it there.
32884         * progmodes/make-mode.el (makefile-imenu-generic-expression):
32885         Use function to find dependencies, because regexp alone is so complex,
32886         it easily goes into an endless loop.
32887         (makefile-makepp-mode): Also add submenu for Perl functions
32888         defined in the makefile.
32889         (makefile-bsdmake-mode): Special imenu-generic-expression no
32890         longer needed, due to function call.
32891         (makefile-match-dependency): Take BOUND into account when checking
32892         if we're through.
32894 2005-05-20  Jay Belanger  <belanger@truman.edu>
32896         * calc/calc-units.el (calc-invalidate-units-table):
32897         Use inhibit-read-only.
32898         (math-build-units-table-buffer): Use view-mode.
32900 2005-05-20  David Kastrup  <dak@gnu.org>
32902         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
32903         easy-menu-add is not a nop on Emacs; and clarify when to call it.
32905 2005-05-20  Lute Kamstra  <lute@gnu.org>
32907         * diff-mode.el (diff-header-face, diff-file-header-face)
32908         (diff-index-face, diff-hunk-header-face, diff-removed-face)
32909         (diff-added-face, diff-changed-face, diff-function-face)
32910         (diff-context-face, diff-nonexistent-face): Put them in the
32911         diff-mode customization group.
32913 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32915         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
32917         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
32919         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
32920         Minor regexp-optimization.
32922 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
32924         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
32925         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
32926         (org-agenda-add-time-grid-maybe): New function.
32927         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
32928         (org-table-create): `dotimes' instead of `mapcar'.
32929         (org-xor): Simplify implementation.
32930         (org-agenda): `inhibit-redisplay' turned on.
32931         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
32932         a consistent line after a state change.
32933         (org-agenda-remove-times-when-in-prefix): New option.
32934         (org-prefix-has-time): New variable.
32935         (org-parse-time-string): Optional argument NODEFAULT.
32936         (org-format-agenda-item): Parse items for time-of-day
32937         specifications and move these into the prefix if possible.
32938         (org-agenda-priority): Get current heading, not previous heading
32939         during agenda remote editing.
32941 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
32943         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
32944         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
32945         (remove-duplicates, delete-duplicates, substitute)
32946         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
32947         (nsubstitute-if-not, find, find-if, find-if-not, position)
32948         (position-if, position-if-not, count, count-if, count-if-not)
32949         (mismatch, search, sort*, stable-sort, merge, member*)
32950         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
32951         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
32952         (intersection, nintersection, set-difference, nset-difference)
32953         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
32954         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
32955         (nsublis, tree-equal): Improve argument/docstring consistency.
32957         * subr.el (send-string, send-region): Remove obsolescence declaration.
32958         (window-dot, set-window-dot, read-input, show-buffer)
32959         (eval-current-buffer, string-to-int):
32960         Add release number to obsolescence declarations.
32962 2005-05-19  Kim F. Storm  <storm@cua.dk>
32964         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
32965         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
32967 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
32969         * faces.el (list-faces-display): Make back button respect optional
32970         regexp arg.
32972 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
32974         * calculator.el (calculator-radix-grouping-mode)
32975         (calculator-radix-grouping-digits, calculator-displayer)
32976         (calculator-radix-grouping-separator, calculator-copy-displayer):
32977         * dabbrev.el (dabbrev-search-these-buffers-only):
32978         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
32979         (diff-advance-after-apply-hunk, diff-mode-hook)
32980         (diff-minor-mode-prefix):
32981         * imenu.el (imenu-use-popup-menu):
32982         * jit-lock.el (jit-lock-context-time):
32983         * newcomment.el (comment-fill-column, comment-column)
32984         (comment-style, comment-padding, comment-multi-line)
32985         (comment-empty-lines, comment-auto-fill-only-comments):
32986         * reveal.el (reveal-around-mark):
32987         * uniquify.el (uniquify-buffer-name-style)
32988         (uniquify-after-kill-buffer-p)
32989         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
32990         (uniquify-min-dir-content, uniquify-separator)
32991         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
32992         * w32-vars.el (w32-fixed-font-alist):
32993         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
32994         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
32995         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
32996         * progmodes/perl-mode.el (perl-indent-level)
32997         (perl-continued-statement-offset, perl-continued-brace-offset)
32998         (perl-brace-offset, perl-brace-imaginary-offset)
32999         (perl-label-offset, perl-indent-continued-arguments)
33000         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
33001         * progmodes/tcl.el (tcl-indent-level)
33002         (tcl-continued-indent-level, tcl-auto-newline)
33003         (tcl-tab-always-indent, tcl-electric-hash-style)
33004         (tcl-help-directory-list, tcl-use-smart-word-finder)
33005         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
33006         (inferior-tcl-source-command):
33007         * textmodes/fill.el (enable-kinsoku):
33008         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
33009         * textmodes/table.el (table-yank-handler):
33010         Specify missing group (and type, if simple) in defcustom.
33012 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
33014         * progmodes/compile.el (compilation-finish-function): Fix defvar.
33016 2005-05-19  Richard M. Stallman  <rms@gnu.org>
33018         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
33020         * subr.el (event-basic-type): Don't get an error.
33021         (left-fringe-p): Function deleted.
33023         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
33024         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
33026         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
33027         in recursive copy.
33029         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
33031         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
33033         * emacs-lisp/bytecomp.el
33034         (byte-compile-file-form-custom-declare-variable):
33035         Call byte-compile-nogroup-warn if appropriate.
33037         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
33038         (compilation-set-window): Don't call left-fringe-p; do it directly.
33040 2005-05-19  Jay Belanger  <belanger@truman.edu>
33042         * calc/calc-graph.el (calc-graph-format-data): Make sure
33043         var-PlotRejects is bound before trying to check its value.
33045 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
33047         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
33048         definition of this variable from reftex-global.el to reftex.el,
33049         because it is needed in the menu.
33051 2005-05-19  Lute Kamstra  <lute@gnu.org>
33053         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
33054         years are fixed.  Don't insert a space after a dash.
33056 2005-05-19  Kim F. Storm  <storm@cua.dk>
33058         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
33060 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
33062         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
33063         strings, because (eq ... ?\\) is fairly frequent.
33065         * progmodes/make-mode.el (makefile-add-this-line-targets):
33066         Simplify and integrate into `makefile-pickup-targets'.
33067         (makefile-add-this-line-macro): Simplify and integrate into
33068         `makefile-pickup-macros.
33069         (makefile-pickup-filenames-as-targets): Simplify.
33070         (makefile-previous-dependency, makefile-match-dependency):
33071         Don't stumble over `::'.
33073 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
33075         * subr.el (post-command-idle-hook, post-command-idle-delay):
33076         Remove obsoletion of post-command-idle-hook and
33077         post-command-idle-delay.
33079         * faces.el (list-faces-display): Provide button when describe-face
33080         is called to take user back to the list of faces.
33082         * help-fns.el (describe-variable): Remove hyperlinks in a
33083         variable's value as these are quite frequently inappropriate.
33085         * follow.el (follow-submit-feedback, follow-mode):
33086         Remove references to post-command-idle-hook.
33088 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
33090         * progmodes/make-mode.el (makefile-previous-dependency)
33091         (makefile-match-dependency): Check for := (and in bsd mode also
33092         !=) to give a better result, even when font-lock is not on.
33094 2005-05-18  Jay Belanger  <belanger@truman.edu>
33096         * calc/calc-help.el (calc-s-prefix-help):
33097         Add `calc-copy-special-constant' to help string.
33099 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
33101         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
33103 2005-05-18  Jay Belanger  <belanger@truman.edu>
33105         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
33106         in linear factors are in proper order.
33108 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
33110         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33111         Support for jurabib.
33113         * textmodes/reftex.el (featurep): Define aliases for overlay
33114         commands, for XEmacs compatibility, and use these aliases in
33115         overlay initializations.
33116         (reftex-highlight): Use `reftex-move-overlay'.
33117         (reftex-unhighlight): Use `reftex-delete-overlay'.
33118         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
33119         (reftex-access-search-path): Use `reftex-uniquify' instead of
33120         `reftex-uniq'.
33122         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
33123         `before-string' property modification enables for Emacs as well.
33124         (reftex-select-item): Use `reftex-delete-overlay'.
33125         (reftex-select-mark): Use `reftex-make-overlay' and
33126         `reftex-overlay-put'.
33127         (reftex-select-unmark): Use `reftex-delete-overlay' and
33128         `reftex-overlay-put'.
33130 2005-05-18  Lute Kamstra  <lute@gnu.org>
33132         * emacs-lisp/lisp.el (check-parens): Fix docstring.
33134 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
33136         * add-log.el (add-change-log-entry):
33137         * array.el (array-make-template, array-reconfigure-rows)
33138         (array-init-max-row, array-init-max-column)
33139         (array-init-columns-per-line, array-init-field-width):
33140         * replace.el (replace-match-maybe-edit, perform-replace):
33141         * textmodes/spell.el (spell-region):
33142         Replace `read-input' by `read-string'.
33144         * forms.el (forms-mode):
33145         * finder.el (finder-compile-keywords):
33146         * shadowfile.el (shadow-read-files):
33147         Replace `eval-current-buffer' by `eval-buffer'.
33149         * terminal.el (te-pass-through):
33150         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
33151         (ange-ftp-raw-send-cmd):
33152         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
33153         (send-process-next-char, telnet-initial-filter, telnet):
33154         Replace `send-string' by `process-send-string'.
33156         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
33157         (prolog-consult-region): Replace `send-string' by
33158         `process-send-string'; replace `send-region' by `process-send-region'.
33160         * progmodes/delphi.el (delphi-log-msg):
33161         Replace `set-window-dot' by `set-window-point'.
33163         * subr.el (window-dot, set-window-dot, read-input, send-string)
33164         (send-region, show-buffer, eval-current-buffer):
33165         Make really obsolete, as the comment says.
33167 2005-05-17  Kim F. Storm  <storm@cua.dk>
33169         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
33170         (cua--init-keymaps): Bind C-return instead of S-return to set
33171         rectangle mark.
33173         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
33174         instead of S-return to toggle/clear rectangle mark.
33176 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
33178         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
33179         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
33180         Also fontify plain strings assigned to variables, mostly so that a
33181         colon has a face and is thus not taken as a dependency separator.
33182         (makefile-previous-dependency): Inline the new matcher, because it
33183         is too complex to work in both directions.
33184         (makefile-match-dependency): Eliminate `backward' arg (see above).
33185         Completely reimplemented so as to not sometimes go into an endless
33186         loop.  It should also be more efficient, because first it only
33187         searches for `:', instead of applying the very complex regexp.
33188         (makefile-mode): Cancel `font-lock-support-mode', because blocks
33189         to be fontified in one piece can be too long for JIT.
33190         Makefiles are never *that* big.
33192 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
33194         * dired.el (dired-mode): Simplify.
33196 2005-05-17  Lute Kamstra  <lute@gnu.org>
33198         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
33199         defcustom for the mode hook variable.
33201         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
33202         Emacs Lisp Reference Manual.
33204 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
33206         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
33207         (evenp, list*):
33208         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
33209         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
33211         * net/tramp-smb.el (tramp-smb-open-connection):
33212         Pass `tramp-chunksize' as fifth (required) argument.
33214 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
33216         * font-lock.el (lisp-font-lock-keywords-1):
33217         Set `font-lock-negation-char-face' for [^...] char group.
33218         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
33220         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
33221         a var, and refine it to mask one more level of nested vars.
33222         (makefile-rule-action-regex): Turn it into a var, and refine it so
33223         it recognizes backslashed continuation lines as belonging to the
33224         same command.
33225         (makefile-macroassign-regex): Refine it so it recognizes
33226         backslashed continuation lines as belonging to the same command.
33227         (makefile-var-use-regex): Don't look at the next char, because it
33228         might be the same one to be skipped by the initial [^$], leading
33229         to an overlooked variable use.
33230         (makefile-make-font-lock-keywords): Remove two parameters, which
33231         are now variables that some of the modes set locally.
33232         Handle dependency and rule action matching through functions, because
33233         regexps alone match too often.  Dependency matching now comes
33234         last, so it can check, whether a colon already matched something else.
33235         (makefile-mode): Inform that font-lock improves makefile parsing
33236         capabilities.
33237         (makefile-match-dependency, makefile-match-action): New functions.
33239 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
33241         * emacs-lisp/cl-extra.el (equalp): Doc fix.
33243         * align.el (align-regexp):
33244         * ansi-color.el (ansi-color-get-face):
33245         * array.el (array-reconfigure-rows, array-init-max-row)
33246         (array-init-max-column, array-init-columns-per-line)
33247         (array-init-field-width):
33248         * dired-aux.el (dired-trample-file-versions):
33249         * dired-x.el (dired-mark-sexp):
33250         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
33251         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
33252         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
33253         * faces.el (face-read-integer):
33254         * files.el (backup-extract-version, insert-directory):
33255         * hexl.el (hexl-insert-decimal-char):
33256         * server.el (server-process-filter):
33257         * shell.el (shell-extract-num):
33258         * startup.el (command-line-1):
33259         * term.el (term-command-hook):
33260         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
33261         (time-stamp-do-number):
33262         * time.el (display-time-update):
33263         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
33264         (timezone-fix-time):
33265         * vms-patch.el (vms-suspend-resume-hook):
33266         * calendar/appt.el (appt-convert-time):
33267         * calendar/cal-bahai.el (mark-bahai-diary-entries):
33268         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
33269         * calendar/cal-islam.el (mark-islamic-diary-entries):
33270         * calendar/calendar.el (calendar-cursor-to-date)
33271         (calendar-star-date):
33272         * calendar/diary-lib.el (diary-attrtype-convert)
33273         (mark-diary-entries, diary-entry-time):
33274         * calendar/solar.el (solar-get-number):
33275         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
33276         * emacs-lisp/re-builder.el (reb-display-subexp):
33277         * emulation/edt.el (edt-set-scroll-margins):
33278         * emulation/tpu-extras.el (tpu-set-scroll-margins):
33279         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
33280         (vip-get-ex-count):
33281         * emulation/viper-ex.el (viper-get-ex-token)
33282         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
33283         * international/fontset.el (fontset-plain-name):
33284         * mail/feedmail.el (feedmail-look-at-queue-directory):
33285         * mail/mailalias.el (mail-get-names):
33286         * mail/rmail.el (rmail-convert-to-babyl-format):
33287         * mail/rmailsum.el (rmail-make-basic-summary-line)
33288         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
33289         (rmail-summary-goto-msg):
33290         * mail/smtpmail.el (smtpmail-read-response):
33291         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
33292         (ange-ftp-vms-add-file-entry):
33293         * play/gametree.el (gametree-looking-at-ply)
33294         (gametree-current-branch-score):
33295         * progmodes/ada-xref.el (ada-prj-find-prj-file)
33296         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
33297         * progmodes/cperl-mode.el (condition-case):
33298         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
33299         (ebrowse-set-member-buffer-column-width)
33300         (ebrowse-select-1st-to-9nth):
33301         * progmodes/etags.el (etags-snarf-tag):
33302         * progmodes/flymake.el (flymake-parse-line):
33303         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
33304         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
33305         (idlwave-shell-menu-def):
33306         * progmodes/ps-mode.el (ps-run-goto-error):
33307         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
33308         (vhdl-speedbar-contract-level):
33309         * term/mac-win.el (x-handle-numeric-switch):
33310         * term/sun-mouse.el (sun-get-frame-data):
33311         * term/w32-win.el (x-handle-numeric-switch):
33312         * term/x-win.el (x-handle-numeric-switch):
33313         * textmodes/ispell.el (ispell-parse-output):
33314         * textmodes/nroff-mode.el (nroff-outline-level):
33315         * textmodes/reftex-cite.el (reftex-bib-sort-year)
33316         (reftex-bib-sort-year-reverse, reftex-format-citation):
33317         * textmodes/reftex-parse.el (reftex-init-section-numbers)
33318         (reftex-section-number):
33319         * textmodes/texinfmt.el (texinfo-paragraphindent):
33320         Replace `string-to-int' by `string-to-number'.
33322         * international/latexenc.el: Add page marker to force the "Local
33323         Variables:" string out of the last page.
33325 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33327         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
33328         tooltip-change-major-mode.
33329         (gud-tooltip-print-command): Remove case where gud-minor-mode
33330         is gdb ("--fullname").
33331         (gud-tooltip-tips): Turn GUD tooltips off for this case and
33332         explain to user.
33334 2005-05-16  Jay Belanger  <belanger@truman.edu>
33336         * calc/calc-store.el (calc-copy-special-constant): New function.
33338         * calc/calc-ext.el (calc-init-extensions): Add binding for
33339         `calc-copy-special-constant'.
33341         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
33342         for the `calc-copy-special-constant' command.
33344 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33346         * subr.el (left-fringe-p): New function.
33348         * progmodes/compile.el (compilation-setup): Set local value of
33349         overlay-arrow-string to "" always.
33350         (compilation-set-window): Left fringe then don't scroll.
33351         No left fringe then no arrow and scroll message to top.
33352         (compilation-context-lines): Adjust doc string accordingly.
33354 2005-05-16  Kim F. Storm  <storm@cua.dk>
33356         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
33357         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
33358         (ido-wide-find-dir-or-delete-dir): New command for M-d.
33359         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
33360         (ido-read-file-name): Handle commands with ido property value
33361         equal to find-file as reading a file name, to allow C-d to enter dired.
33362         (ibuffer-find-file): Add ido property with value find-file.
33364 2005-05-15  Kim F. Storm  <storm@cua.dk>
33366         * subr.el (open-network-stream-nowait): Remove.
33367         (open-network-stream-server): Remove.
33369 2005-05-15  Richard M. Stallman  <rms@gnu.org>
33371         * faces.el (describe-face): Output a definition link button.
33373         * help-mode.el (help-face-def): New button type.
33375         * emacs-lisp/copyright.el (copyright-fix-years):
33376         Match properly if the first year is 2-digit.
33377         Don't mess up the whitespace after the years by filling.
33379         * dired-aux.el (dired-mark-confirm):
33380         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
33382         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
33383         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
33384         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
33386         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33387         Set font-lock-comment-start-skip.
33389         * font-lock.el (font-lock-comment-start-skip): New variable.
33390         (font-lock-comment-end-skip): New variable.
33391         (font-lock-fontify-syntactically-region): Use them if non-nil.
33393 2005-05-15  Jay Belanger  <belanger@truman.edu>
33395         * calc/calc-store.el (calc-store-value): Return a string rather
33396         than display it as a message.
33397         Use calc-var-name for variable name.
33398         (calc-store-into): Add the result of calc-store-value to message.
33399         (calc-copy-variable): Add a message.
33400         (calc-store-exchange): Improve error messages.
33401         (calc-store-binary, calc-store-map): Don't reset the values of
33402         special constants.
33404 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
33406         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
33407         manual to docstring.
33409         * files.el (hack-local-variables-confirm): Add STRING argument.
33410         Make the function handle non file visiting buffers correctly.
33411         (hack-local-variables-prop-line, hack-local-variables)
33412         (hack-one-local-variable): Use STRING arg of
33413         `hack-local-variables-confirm'.
33415 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
33417         Sync with Tramp 2.0.49.
33419         * net/tramp.el (tramp-handle-dired-call-process)
33420         (tramp-handle-insert-directory):`insert-buffer' cannot be used
33421         because the contents of the Tramp buffer is changed before
33422         insertion (`expand-file' and alike).
33423         (tramp-handle-insert-directory): If `localname' has an empty
33424         nondirectory name, it must not be quoted.
33425         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
33426         variable `tramp-chunksize'.  Change callees.
33427         (tramp-open-connection-setup-interactive-shell): Check remote host
33428         for buggy `send-process-string' implementation.
33429         Set `tramp-chunksize' if found.  Reported by Michael Kifer
33430         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
33431         (tramp-handle-shell-command): `insert-buffer' cannot be used
33432         because the contents of the Tramp buffer is changed before
33433         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
33434         <frederic.bothamy@free.fr>.
33435         (tramp-set-auto-save): Actions should be done for Tramp file name
33436         handler only.  Ange-FTP has its own auto-save mechanism.
33437         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
33438         (tramp-set-auto-save-file-modes): Set file modes of
33439         `buffer-auto-save-file-name' to ?\600 as fallback solution.
33440         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
33441         (tramp-bug): Remove obsolete variable.
33442         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
33443         for presence of `mml-mode'.  Make it running for older Emacsen as well.
33445 2005-05-14  John Paul Wallington  <jpw@pobox.com>
33447         * ibuf-ext.el (define-ibuffer-filter filename):
33448         If `dired-directory' is a list, use its car.
33450 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
33452         * ibuffer.el (define-ibuffer-column filename):
33453         If `dired-directory' is a list, use its car.
33455 2005-05-14  Richard M. Stallman  <rms@gnu.org>
33457         * subr.el (symbol-file): Doc fix.
33459         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
33460         (byte-compile-form): Call byte-compile-nogroup-warn.
33461         (byte-compile-warning-types): Doc fix.
33463         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
33465         * progmodes/cc-engine.el (c-literal-faces):
33466         Add font-lock-comment-delimiter-face.
33468         * net/net-utils.el (dig): Use with-no-warnings.
33470         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
33471         (sc-recite-frame-alist, sc-default-cite-frame)
33472         (sc-default-uncite-frame, sc-default-recite-frame)
33473         (sc-attrib-selection-list, sc-rewrite-header-list):
33474         Mark as risky-local-variable.
33476         * international/ogonek.el (ogonek-jak, ogonek-how):
33477         Don't use beginning-of-buffer.
33479         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
33481         * calendar/solar.el (solar-data-list): Move definition up.
33483         * dnd.el (dnd-protocol-alist): Add autoload.
33485         * progmodes/sh-script.el: Many doc usage fixes.
33486         (sh-indent-after-do): Change default to match common styles.
33488 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
33490         * files.el (interpreter-mode-alist)
33491         (auto-mode-interpreter-regexp): Doc fixes.
33493 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
33495         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
33497         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
33499 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33501         * dired.el (dired-mode): make-variable-buffer-local =>
33502         make-local-variable.
33504 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33506         * term/mac-win.el (mac-select-convert-to-string): Try coding
33507         systems in mac-script-code-coding-systems if specified one cannot
33508         encode string for `com.apple.traditional-mac-plain-text'.
33510 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
33512         * progmodes/make-mode.el (makefile-targets-face)
33513         (makefile-shell-face, makefile-makepp-perl-face): New faces.
33514         (makefile-dependency-regex): Fix it to not make the colon in
33515         $(var:a=b) special.
33516         (makefile-rule-action-regex): New regexp for highlighting embedded
33517         Shell strings.
33518         (makefile-macroassign-regex): Handle != for highlighting as
33519         embedded Shell strings.
33520         (makefile-var-use-regex): New const.
33521         (makefile-statements, makefile-automake-statements)
33522         (makefile-gmake-statements, makefile-makepp-statements)
33523         (makefile-bsdmake-statements): New consts.
33524         (makefile-make-font-lock-keywords): New function.
33525         (makefile-automake-font-lock-keywords)
33526         (makefile-gmake-font-lock-keywords)
33527         (makefile-makepp-font-lock-keywords)
33528         (makefile-bsdmake-font-lock-keywords): New consts.
33529         (makefile-mode-map): Add switchers between the various submodes.
33530         (makefile-mode): Document the availability of the variants.
33531         (makefile-automake-mode, makefile-gmake-mode)
33532         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
33534         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
33535         new variants of makefile-mode.
33537 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33539         * font-lock.el (font-lock-comment-delimiter-face): Fix up
33540         the inheritance.
33542 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
33544         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
33545         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
33547         * files.el (normal-mode): Extend the scope of the
33548         `enable-local-variables' binding to include the `set-auto-mode' call.
33549         (magic-mode-alist): Doc fix.
33551 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33553         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
33554         font-lock-comment-face rather than copying its setting.
33556 2005-05-12  Andreas Schwab  <schwab@suse.de>
33558         * eshell/esh-mode.el (eshell-send-input): Doc fix.
33560 2005-05-12  Lute Kamstra  <lute@gnu.org>
33562         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
33563         defcustom for the mode hook variable.  Delete the last argument.
33564         * generic-x.el: Fix callers of define-generic-mode.
33565         (generic-x-modes): Delete group.
33566         (show-tabs-tab-face, show-tabs-space-face): Put them in the
33567         generic-x customization group.
33569 2005-05-12  Kim F. Storm  <storm@cua.dk>
33571         * font-lock.el (font-lock-negation-char-face): Default to "off".
33573         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
33574         font-lock-negation-char-face to ! in !=.
33576 2005-05-12  Masatake YAMATO  <jet@gyve.org>
33578         * add-log.el (find-change-log): Fix typos in the docstring
33579         of function.
33581 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33583         * international/latexenc.el (latexenc-find-file-coding-system):
33584         Avoid `re-search-forward' when looking for input encoding because
33585         of speed and safety.  Better regular expressions for recognizing
33586         input encoding.  Limit a search for TeX-master/tex-main-file to
33587         the local variable section.
33589 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
33591         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
33592         syntax of $ to "'" (quote).
33594 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
33596         * dnd.el (dnd-protocol-alist): Improve custom type.
33598         * dired.el (dired-dnd-protocol-alist): New variable.
33599         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
33600         `dired-mode-hook' to the end.
33602 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33604         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
33605         comment-end if comment-start-skip is not set.
33606         Obey the font-lock-comment-delimiter-face variables.
33608 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33610         * files.el (executable-find): Move from executable.el.  Use
33611         locate-file.
33612         * progmodes/executable.el (executable-find): Move to files.el.
33614         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
33615         when trying to ensure forward progress.
33617 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
33619         * mouse-sel.el (mouse-sel-follow-link-p): New function.
33620         (mouse-select, mouse-select-internal, mouse-extend-internal):
33621         Use it to implement mouse-1-click-follows-link functionality.
33623 2005-05-11  Richard M. Stallman  <rms@gnu.org>
33625         * font-lock.el (font-lock-fontify-syntactically-region):
33626         Use font-lock-comment-delimiter-face for comment delimiters.
33628 2005-05-10  Jay Belanger  <belanger@truman.edu>
33630         * calc/calc-help.el (calc-m-prefix-help): Add mention of
33631         preserving embedded modes.
33633 2005-05-10  Richard M. Stallman  <rms@gnu.org>
33635         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
33637         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
33638         Move from ada-stmt.el.
33639         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
33641         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
33642         Move to ada-mode.el.
33643         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
33645         * cus-edit.el (custom-file): Call file-chase-links.
33647         * files.el (read-directory-name): Fix previous change.
33648         (hack-local-variables-confirm): New function.
33649         (hack-local-variables-prop-line, hack-local-variables)
33650         (hack-one-local-variable): Use it.
33652 2005-05-10  Lute Kamstra  <lute@gnu.org>
33654         * font-lock.el (font-lock-keywords-alist)
33655         (font-lock-removed-keywords-alist): Clarify docstrings.
33657 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
33659         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
33660         (gdb-source-info): Check for preprocessor info.
33661         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
33662         a macro for a function.
33663         (gdb-info-breakpoints-custom): Try to find file again if not already
33664         found (user might have used GDB dir command).
33665         (gdb-get-location): Update gdb-location-alist correctly for change
33666         to gdb-info-breakpoints-custom.
33668         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
33669         (gud-tooltip-print-command): Add gdbmi case.
33670         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
33671         preprocessor info.
33673 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
33675         * startup.el (fancy-splash-insert): Fix typo in doc string.
33677 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
33679         * obsolete/float.el (string-to-float):
33680         * obsolete/hilit19.el (hilit-add-pattern):
33681         * obsolete/rnews.el (news-parse-range, news-select-message)
33682         (news-get-pruned-list-of-files): Replace `string-to-int' by
33683         `string-to-number'.
33685         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
33686         `find-file-not-found-hooks'; use `add-hook'.
33687         (uncompress-while-visiting): Set `write-file-functions', not
33688         `write-file-hooks'; use `add-hook'.
33690 2005-05-09  Kim F. Storm  <storm@cua.dk>
33692         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
33693         (cua-paste): Handle clipboard action.
33694         (cua--init-keymaps): Remap clipboard-kill-region and
33695         clipboard-kill-ring-save.
33697 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
33699         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33700         Improve commentary.
33702         * simple.el (next-error-overlay-arrow-position): Revert the change
33703         made on 2005-04-30.
33705 2005-05-07  Jay Belanger  <belanger@truman.edu>
33707         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
33708         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
33709         `calc-sel-reselect'.
33711         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
33712         Calc is in embedded mode.
33714 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33716         * progmodes/compile.el (compilation-setup):
33717         Set overlay-arrow-string to an empty string on text terminals.
33719         * textmodes/ispell.el (ispell-program-name): Try looking for
33720         "aspell" along exec-path, and if found, use it as the default
33721         speller program.
33723 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
33725         * international/mule.el (sgml-xml-auto-coding-function):
33726         Recognize encoding='FOO' in single quotes as well as in double quotes.
33728 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
33730         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
33731         as well as `interactive', so that defmacro* would recognize
33732         `declare' forms.
33734 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33736         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33737         Explain more about the LIGHTER arg's usage in the doc string.
33738         Add commentary to clarify what the code does.  Fix the regexp that
33739         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
33740         since it could have characters special to regular expressions.
33742 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
33744         * replace.el (occur-1): Bind inhibit-read-only so that
33745         erase-buffer doesn't barf on read-only text properties (likewise
33746         for add-text-properties in occur-engine).  Mark buffer as unmodified.
33747         (occur-engine): Don't set buffer-read-only here.
33749 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33751         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
33752         list-buffers-directory.  This caused the *cvs-commit* buffer to be
33753         sometimes mistakenly reused as a *cvs* buffer.
33755 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
33757         * tooltip.el: Move code for GUD tooltips into gud.el.
33758         (require): CL no longer needed to compile case.
33759         (tooltip-mode): Do not toggle functions for GUD tooltips.
33760         (tooltip-gud-tips-p): Remove.  Replace with minor mode
33761         gud-tooltip-mode in gud.el.
33762         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
33763         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
33764         tooltip-gud prefix with gud-tooltip and obsolete.
33765         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
33766         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
33767         (tooltip-mouse-motion): Mouse movement functions/variable.
33768         Rename in gud.el by adding gud prefix.
33769         (tooltip-gud-original-filter, tooltip-gud-dereference)
33770         (tooltip-gud-event, tooltip-toggle-gud-tips)
33771         (tooltip-gud-process-output, tooltip-gud-print-command)
33772         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
33773         gud.el by replacing tooltip-gud prefix with gud-tooltip.
33774         (gdb-tooltip-print): Move to gdb-ui.el.
33776         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
33777         (require): CL needed to compile case.
33778         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
33779         tooltip-gud-tips-p.  Make it a minor-mode.
33780         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
33781         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
33782         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
33783         (gud-tooltip-change-major-mode)
33784         (gud-tooltip-activate-mouse-motions-if-enabled)
33785         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
33786         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
33787         (gud-tooltip-original-filter, gud-tooltip-dereference)
33788         (gud-tooltip-event, tooltip-toggle-gud-tips)
33789         (gud-tooltip-process-output, gud-tooltip-print-command)
33790         (gud-tooltip-tips): Move from tooltip.el.
33792         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
33793         (gdb-cpp-define-alist-flags): Doc fix.
33794         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
33795         gud-tooltip-mode is t.
33797 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33799         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
33800         evaporate if their text is deleted.
33801         (goto-address-at-point): Make it work as a mouse binding as well.
33802         (goto-address-at-mouse): Obsolete it.  Update users.
33804 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
33806         * calendar/appt.el (top-level): No longer activate on load.
33808 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
33810         * calendar/cal-bahai.el (mark-bahai-diary-entries):
33811         * net/webjump.el (webjump):
33812         * progmodes/idlw-help.el (idlwave-do-context-help1)
33813         (idlwave-highlight-linked-completions):
33814         * textmodes/po.el (po-find-file-coding-system-guts):
33815         Replace `assoc-ignore-case' by `assoc-string'.
33817 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
33819         * files.el (locate-file): Doc fix.
33821         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
33822         Remove the redundant test for ms-dos.
33824         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
33825         look for the preprocessor with exec-suffixes.  If not found in
33826         standard places, look in exec-path.  Remove most of the tests that
33827         used system-type.
33829         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
33831         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
33833         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
33834         file-name clash with jka-compr.el on 8+3 filesystems.
33836 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33838         * term/mac-win.el: Don't define or bind scroll bar functions if
33839         x-toolkit-scroll-bars is t.
33840         (x-select-text, x-get-selection-value): Clear
33841         x-last-selected-text-clipboard if x-select-enable-clipboard is
33842         nil.
33843         (PRIMARY): Put mac-scrap-name property.
33844         (mac-select-convert-to-file-url): New function.
33845         (public.file-url): New selection target type.  Add to
33846         selection-converter-alist.
33847         (x-get-selection, x-selection-value): Handle it.
33848         (x-cut-buffer-or-selection-value): New alias.
33850 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33852         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
33853         entry to avoid calling bibtex-find-entry with arg global
33854         being t.  Remove arg key.
33855         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
33856         (bibtex-copy-summary-as-kill): Change accordingly.
33858 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33860         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
33861         (org-agenda-date-later): Use with-current-buffer.
33863 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
33865         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
33866         (define-obsolete-variable-alias): Doc Fixes.
33868 2005-05-06  Kim F. Storm  <storm@cua.dk>
33870         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
33871         vertical-motion when selective-display is active.
33873         * ido.el (ido-setup-hook): New hook.
33874         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
33875         (ido-input-stack): New var.
33876         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
33877         ido-next-work-file binding to M-O.
33878         Bind M-f to ido-wide-find-file-or-pop-dir.
33879         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
33880         (ido-read-internal): Run ido-setup-hook.
33881         Catch quit in read-file-name and read-string to cancel edit.
33882         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
33883         Automatically pop-all when completing a directory name (RET).
33884         (ido-file-internal): Add with-no-warnings around ffap and dired code.
33885         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
33886         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
33887         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
33888         New functions for M-b/M-f to move among the directory components.
33889         (ido-make-merged-file-list): Catch quit to cancel merge.
33890         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
33891         (ido-completion-help): No warnings for ido-completion-buffer-full.
33893 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
33895         * font-lock.el (font-lock-negation-char-face): New face and variable.
33896         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
33897         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
33898         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
33899         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
33901 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
33903         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
33904         Fix typo in docstring.
33906         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
33907         (ebrowse-print-statistics-line)
33908         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
33910         * term/w32-win.el (image-library-alist): Add additional name for
33911         Xpm library.
33913 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
33915         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
33916         use gcc instead of cpp.
33918         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
33919         (gdb-create-define-alist): Use it.
33920         (gdb-cpp-define-alist-program): Update for MS-DOS.
33922 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
33924         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
33926 2005-05-04  Richard M. Stallman  <rms@gnu.org>
33928         * help.el (describe-key): No error when UNTRANSLATED is nil.
33930         * simple.el (line-move-1): Fix previous change to signal errors
33931         appropriately.
33933 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
33935         * calendar/icalendar.el (icalendar-version): Now at 0.12.
33936         (icalendar-duration-correction): Remove.
33937         (icalendar--get-event-properties): Split result at commas.
33938         (icalendar--decode-isoduration): New optional argument
33939         DURATION-CORRECTION.
33940         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
33941         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
33942         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
33943         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
33944         (icalendar--convert-anniversary-to-ical): New functions, extracted
33945         from icalendar-export-region, with bug fixes.
33946         (icalendar-export-region): Use the above functions.
33947         (icalendar-import-buffer): Check before saving diary file.
33948         (icalendar--convert-recurring-to-diary)
33949         (icalendar--convert-non-recurring-all-day-to-diary)
33950         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
33951         extracted from icalendar--convert-ical-to-diary, with bug fixes.
33952         (icalendar--convert-ical-to-diary): Use the above functions.
33954 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
33956         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
33957         Remove these recent additions.
33958         (c-mode): Restore to before 2005-04-28.
33960         * progmodes/cc-vars.el (cc-define-list-program): Remove this
33961         recent addition.
33963         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
33964         (gdb-define-alist): New variables.
33965         (gdb-create-define-alist): New function.
33966         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
33967         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
33968         with string-to-number.
33969         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
33971         * progmodes/gud.el: Replace string-to-int with string-to-number.
33972         (gud-find-file): Handle gdb-define-alist.
33974         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
33976 2005-05-02  Jay Belanger  <belanger@truman.edu>
33978         * calc/calc-aent.el (math-read-token):
33979         * calc/calc-bin.el (calc-word-size):
33980         * calc/calc-ext.el (calc-read-number-fancy):
33981         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
33982         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
33983         * calc/calc-frac.el (calc-over-notation):
33984         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
33985         (calc-graph-num-points, calc-graph-init):
33986         * calc/calc-prog.el (calc-read-parse-table-part)
33987         (calc-edit-macro-repeats):
33988         * calc/calc-yank.el (calc-do-grab-rectangle):
33989         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
33990         Replace `string-to-int' by `string-to-number'.
33992 2005-05-02  Kim F. Storm  <storm@cua.dk>
33994         * kmacro.el: Use executing-kbd-macro-index variable.
33996 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
33998         * net/rlogin.el (rlogin-parse-words): Delete func.
33999         (rlogin): Use split-string, not rlogin-parse-words.
34000         Also, if there are option-like elements in the parsed args,
34001         take the host to be the first arg immediately following them.
34002         Suggested by Michael Mauger.
34004 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
34006         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
34008 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
34010         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
34011         (cc-mode-cpp-program): Rename to cc-define-list-program and
34012         move to cc-vars.el.
34014         * progmodes/cc-vars.el (cc-define-list-program):
34015         Change to "gcc -E -dM -".  Make customizable.
34017 2005-05-02  Kim F. Storm  <storm@cua.dk>
34019         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
34021 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
34023         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
34025         * international/mule-util.el (truncate-string): Remove alias and
34026         obsolete declaration.
34028         * international/mule-cmds.el (update-iso-coding-systems):
34029         Remove alias and obsolete declaration.
34031         * international/mule.el (coding-system-parent): Remove alias and
34032         obsolete declaration.
34034         * subr.el (define-function, sref): Remove aliases and obsolete
34035         declarations.
34036         (chars-in-region): Remove obsolete declaration.
34038 2005-05-01  Richard M. Stallman  <rms@gnu.org>
34040         * info.el (Info-mode): Set widen-automatically to nil, locally.
34042         * simple.el (widen-automatically): New variable.
34043         (pop-global-mark): Obey widen-automatically.
34045 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
34047         * term/xterm.el (function-key-map): Call substitute-key-definition
34048         before the keymap size is increased by a lot of define-key calls.
34050 2005-05-01  Richard M. Stallman  <rms@gnu.org>
34052         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
34053         Rename ARG to ELEMENT.  Doc fix.
34055 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
34057         * allout.el (allout-exposure): Remove macro and obsolete declaration.
34058         Remove references to allout-exposure/change to allout-new-exposure.
34060         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
34061         bytecode symbols.
34063         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
34064         (compiled-function-p, focus-frame, unfocus-frame):
34065         Remove aliases and obsolete declarations.
34066         Back out inadvertent changes from previous commit.
34068 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
34070         * files.el (require-final-newline): Make Custom tags consistent
34071         with mode-require-final-newline.
34072         (mode-require-final-newline): Doc fix.
34074 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34076         * international/latexenc.el (latexenc-find-file-coding-system):
34077         Fix regular expressions.
34079 2005-05-01  David Kastrup  <dak@gnu.org>
34081         * international/latexenc.el (latexenc-find-file-coding-system):
34082         Fix regular expressions.
34084 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
34086         * subr.el (string-to-int): Make obsolete.
34088 2005-04-30  Richard M. Stallman  <rms@gnu.org>
34090         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
34092         * loadup.el: Load jka-comp-hook.
34094         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
34095         (jka-compr-handler): Add autoload.  `put' calls moved
34096         to jka-comp-hook.el.
34097         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
34098         (jka-compr-inhibit): Autoload.
34100         * jka-comp-hook.el: New file.
34101         Enable the mode by default.
34103         * files.el (backup-buffer-copy): Use copy-file instead
34104         of write-region, and put back the 'excl.
34106 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
34108         * progmodes/flymake.el (flymake-split-string)
34109         (flymake-split-string, flymake-log, flymake-pid-to-names)
34110         (flymake-reg-names, flymake-get-source-buffer-name)
34111         (flymake-unreg-names, flymake-add-line-err-info)
34112         (flymake-add-err-info): Clarify docstrings.
34113         (flymake-popup-menu, flymake-make-emacs-menu)
34114         (flymake-make-xemacs-menu): Add docstrings.
34115         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
34116         Set variables directly throughout.
34118 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
34120         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
34121         exists.  Initialize cc-define-alist.
34122         (c-mode): Add cc-create-define-alist locally to after-save-hook.
34123         If there is no file (Macroexpansion) don't create an alist.
34125 2005-04-29  Sam Steingold  <sds@gnu.org>
34127         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
34128         (cc-create-define-alist): Use it instead of the hard-coded string.
34130 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34132         * international/mule-conf.el (file-coding-system-alist): Fix regexp
34133         for latexenc.
34135 2005-04-29  Lute Kamstra  <lute@gnu.org>
34137         * emacs-lisp/generic.el: Improve commentary section.
34138         (define-generic-mode): Improve docstring.
34140 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
34142         * textmodes/org.el (many places): Change to quiet the byte compiler.
34143         (org-prefix-format-compiled): New variable.
34144         (org-compile-prefix-format): New function.
34145         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
34146         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
34147         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
34148         (org-get-entries-from-diary): Use `org-get-time-of-day' for
34149         consistency with entries from `org-mode' files.
34150         (org-get-time-of-day): Fix bug with partial matches early in a line.
34151         (org-non-link-chars): New constant.
34152         (org-link-regexp): Respect `org-non-link-chars'.
34153         (org-agenda-day-view): Remove command.
34154         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
34155         (org-follow-bbdb-link, org-store-link): Search also company field.
34156         (org-highlight-overlay): New variable.
34157         (org-highlight, org-unhighlight): New functions.
34158         (org-agenda-mode): Add pre-command-hook to remove highlight.
34159         (org-evaluate-time-range): Behavior depends upon whether time stamp
34160         contains a time or not.
34161         (org-show-subtree, org-show-entry): New functions.
34162         (org-agenda-cleanup-fancy-diary): Remove empty lines.
34164 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
34166         * comint.el (comint-output-filter-functions): Add autoload cookie.
34168 2005-04-28  Kim F. Storm  <storm@cua.dk>
34170         * ido.el (ido-everywhere): Fix last change.
34172 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
34174         * international/latexenc.el: New file.
34175         * international/mule-conf.el (file-coding-system-alist): For .tex,
34176         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
34178 2005-04-28  Lute Kamstra  <lute@gnu.org>
34180         * font-lock.el (font-lock-add-keywords)
34181         (font-lock-remove-keywords): Clarify docstring.
34182         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
34183         Don't start docstrings with a `*'.
34184         (font-lock-update-removed-keyword-alist): Give it a docstring.
34186         * generic-x.el: Update commentary section.
34187         Only require font-lock when compiling.
34188         Define all modes conditionally.
34189         Place all generic modes in the generic-x-modes customization group.
34190         (generic-x-modes): New customization group.
34191         (generic-default-modes, generic-mswindows-modes)
34192         (generic-unix-modes, generic-other-modes): New constants.
34193         (generic-define-mswindows-modes, generic-define-unix-modes):
34194         Update docstrings.  Make them obsolete.
34195         (generic-extras-enable-list): New default value.  Update docstring.
34196         Improve :type.  Change :set function.
34197         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
34198         Fix docstring.
34200         * emacs-lisp/generic.el (generic-mode-internal):
34201         Simplify font-lock-defaults.
34202         (define-generic-mode): Fix docstring.
34204 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34206         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
34207         font-lock-face property to highlight matches.
34209 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
34211         * progmodes/cc-mode.el (cc-create-define-alist): New function.
34212         (cc-define-alist): New variable.
34213         (c-mode): Make it local and initialize it.
34215         * progmodes/gdb-ui.el (gdb-active-process): New variable.
34216         (gdb-exited): New function.
34217         (gdb-annotation-rules): Use it.
34218         (gdb-starting): Set gdb-active-process to t.
34219         (gdb-stopping): Amend doc string.
34220         (gdb-reset): Set gdb-active-process to nil.
34222         * tooltip.el (tooltip-gud-tips): Show the associated #define
34223         directives when a C program under GDB is not executing.
34225 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34227         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
34228         font-lock-fontify-syntactic-keywords.
34230         * font-lock.el (font-lock-default-fontify-region): Don't force
34231         parse-sexp-lookup-properties to nil.
34233 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
34235         * man.el (man-mode-syntax-table): Set up `:' to have
34236         word-constituent syntax.
34238 2005-04-27  Lute Kamstra  <lute@gnu.org>
34240         * novice.el (disable-command): Don't add spurious newlines to the
34241         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
34243 2005-04-26  Jay Belanger  <belanger@truman.edu>
34245         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
34246         than one window before deleting window.
34248 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
34250         * shell.el (shell-prompt-pattern): Doc fix.
34251         (shell-mode): Set paragraph-separate buffer locally to "\\'".
34253         * comint.el (comint-prompt-regexp, comint-get-old-input)
34254         (comint-use-prompt-regexp)
34255         (comint-use-prompt-regexp-instead-of-fields)
34256         (comint-replace-by-expanded-history, comint-send-input)
34257         (comint-output-filter, comint-get-old-input-default)
34258         (comint-line-beginning-position, comint-bol, comint-show-output)
34259         (comint-backward-matching-input, comint-forward-matching-input)
34260         (comint-next-prompt, comint-previous-prompt):
34261         Rename `comint-use-prompt-regexp-instead-of-fields' to
34262         `comint-use-prompt-regexp'.  Keep old name as alias and declare
34263         obsolete.
34264         (comint-use-prompt-regexp): Shorten first line of doc string.
34266         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
34267         Set paragraph-separate buffer locally to "\\'".
34269         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
34270         Adapt to above name change.
34272         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
34273         (smbclient-prompt-regexp): Ditto.
34275         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
34277 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
34279         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
34280         gdb-location-list.
34281         Break lines that are over 80 characters wide.
34283 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34285         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
34286         New fun and var, to preserve compatibility.
34288         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
34290 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
34292         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
34293         name to file-newer-than-file-p.
34295 2005-04-26  Richard M. Stallman  <rms@gnu.org>
34297         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
34299         * progmodes/python.el (python-mode):
34300         Use new name eldoc-documentation-function.
34302         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
34304         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
34305         (eldoc-documentation-function):
34306         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
34308 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
34310         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
34312 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34314         * term/xterm.el (function-key-map): Fix strings for
34315         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
34316         {C,S,A,C-S}-{f1-f12}.
34318 2005-04-26  Kenichi Handa  <handa@m17n.org>
34320         * international/mule-cmds.el (select-safe-coding-system):
34321         Fix previous change.
34323 2005-04-26  Lute Kamstra  <lute@gnu.org>
34325         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
34327         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
34328         (font-lock-comment-delimiter-face): Ditto.
34330         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
34332 2005-04-25  Jay Belanger  <belanger@truman.edu>
34334         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34335         to t while inserting information; use help-mode.
34337 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34339         * term.el (ansi-term-color-vector): Use the xterm colors.
34340         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
34342 2005-04-25  Lute Kamstra  <lute@gnu.org>
34344         * font-core.el (font-lock-defaults): Fix docstring.
34346         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
34348 2005-04-25  Kenichi Handa  <handa@m17n.org>
34350         * international/mule-cmds.el (select-safe-coding-system):
34351         Don't check consistency with coding: spec, etc if raw-text or
34352         no-conversion was found to be safe.
34354 2005-04-24  Richard M. Stallman  <rms@gnu.org>
34356         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
34357         citation markers at start of each line.
34359         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
34360         citation markers at start of each line.
34362         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
34364         * files.el (mode-require-final-newline): Fix previous change.
34365         (require-final-newline): Fix type label.
34367 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
34369         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
34370         statement in buffer (broken by 2004-11-24 change).
34372 2005-04-24  Kim F. Storm  <storm@cua.dk>
34374         * ido.el (ido-everywhere): Save and restore old read-buffer-function
34375         and read-file-name-function values.  Don't overwrite existing
34376         non-nil values if ido-mode is enabled without ido-everywhere.
34378 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
34380         * files.el (mode-require-final-newline): Minor doc fix.
34382 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
34384         * subr.el (syntax-after): Doc fix.
34385         (syntax-class): If argument is nil, return nil.  Mask off upper 16
34386         bits, not 8 bits.
34388         * files.el (mode-require-final-newline): Doc fix.
34389         (backup-buffer-copy): Fix last change.
34391 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34393         * term/mac-win.el: Require select.  Set selection-coding-system to
34394         mac-system-coding-system.  Call menu-bar-enable-clipboard.
34395         (x-last-selected-text-clipboard, x-last-selected-text-primary)
34396         (x-select-enable-clipboard): New variables.
34397         (x-select-text, x-get-selection, x-selection-value)
34398         (x-get-selection-value, mac-select-convert-to-string)
34399         (mac-services-open-file, mac-services-open-selection)
34400         (mac-services-insert-text): New functions.
34401         (CLIPBOARD, FIND): Put mac-scrap-name property.
34402         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
34403         (public.tiff): Put mac-ostype property.
34404         (selection-converter-alist): Add entries for them.
34405         (mac-application-menu-map): New keymap.
34406         (interprogram-cut-function, interprogram-paste-function): Set to
34407         x-select-text and x-get-selection-value, respectively.
34408         (split-window-keep-point): Set to t.
34410 2005-04-23  Richard M. Stallman  <rms@gnu.org>
34412         * files.el (read-directory-name): Always pass non-nil
34413         DEFAULT-FILENAME arg to read-file-name.
34414         (backup-buffer-copy, basic-save-buffer-2): Take care against
34415         writing thru an unexpected existing symlink.
34416         (revert-buffer): In indirect buffer, revert the base buffer.
34417         (magic-mode-alist): Doc fix.
34418         (buffer-stale-function): Doc fix.
34419         (minibuffer-with-setup-hook): Avoid warning.
34420         (mode-require-final-newline): Doc and custom fix.
34422         * follow.el (follow-end-of-buffer): Use with-no-warnings.
34424         * font-lock.el (font-lock-comment-face): On terminals with few colors,
34425         use the default appearance.
34426         (font-lock-comment-delimiter-face): New face, new variable.
34428         * imenu.el (imenu--generic-function): The official position of a
34429         definition is the start of the line that BEG is in.
34431         * midnight.el (midnight-timer): Move defvar up.
34433         * mouse.el (mouse-drag-region-1): Delete some debugging code.
34435         * saveplace.el (save-place-to-alist): Use with-no-warnings.
34437         * startup.el (command-line): Use with-no-warnings.
34439         * window.el (window-size-fixed): New defvar.
34441         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
34443         * mail/rmail.el (rmail-font-lock-keywords):
34444         Use font-lock-comment-delimiter-face.
34446         * mail/sendmail.el (mail-font-lock-keywords):
34447         Use font-lock-comment-delimiter-face.
34449         * progmodes/compile.el (next-error-highlight-timer): New defvar.
34451 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
34453         * progmodes/compile.el (compilation-mode-font-lock-keywords):
34454         Specify t for LAXMATCH when matching directories.
34455         Save match data around compilation-compat-error-properties form.
34457 2005-04-23  David Kastrup  <dak@gnu.org>
34459         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
34460         Mention that the autoloaded aliases should be kept for AUCTeX.
34462 2005-04-23  Andreas Schwab  <schwab@suse.de>
34464         * isearch.el (isearch-forward): Doc fix.
34466 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
34468         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
34469         (jit-lock-stealth-nice): Change default value to 0.5.
34471 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
34473         * abbrev.el (write-abbrev-file): Write table entries in
34474         alphabetical order by table name.
34476 2005-04-22  Kim F. Storm  <storm@cua.dk>
34478         * ido.el (ido-read-internal): Fix `list' completion.
34480 2005-04-22  Kenichi Handa  <handa@m17n.org>
34482         * recentf.el (recentf-save-file-coding-system): New variable.
34483         (recentf-save-list): Encode the file by
34484         recentf-save-file-coding-system and add coding: tag.
34486 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
34488         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
34490 2005-04-21  Lute Kamstra  <lute@gnu.org>
34492         * loadhist.el (unload-feature): Don't remove a function from hooks
34493         if it is about to be restored to an autoload .  Remove functions
34494         that will become unbound from auto-mode-alist.  Simplify the code.
34496         * subr.el (assq-delete-all): New implementation that is linear,
34497         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
34498         (rassq-delete-all): New function.
34500         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34501         Add size-indication-mode.
34503 2005-04-21  Kenichi Handa  <handa@m17n.org>
34505         * international/mule-cmds.el: Add autoload for widget-value in
34506         eval-when-compile.
34508 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
34510         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34511         Add tooltip-mode.
34513         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
34515 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
34517         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
34518         (inferior-lisp-filter-regexp, inferior-lisp-program)
34519         (inferior-lisp-load-command, inferior-lisp-prompt)
34520         (inferior-lisp-mode-hook, lisp-source-modes)
34521         (inferior-lisp-load-hook): defvar->defcustom.
34522         (inferior-lisp-program, inferior-lisp-prompt)
34523         (inferior-lisp-load-hook): Doc fixes.
34524         (inferior-lisp-install-letter-bindings): Small change in
34525         introductory comment.
34527 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
34529         * vc.el (vc-annotate-color-map): Change some colors so that text
34530         using them as foreground is readable on both white and black
34531         backgrounds.
34533 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34535         * international/mule-conf.el (translation-table-for-input):
34536         Remove redundant declaration.
34538 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34540         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
34542         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
34543         (tooltip-toggle-gud-tips): New function.
34545 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34547         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
34548         right angle brackets.
34550 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34552         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
34554 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
34556         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
34557         Remove.  Update callers to use expand-file-name instead.
34559         * subr.el (syntax-class): New function.
34561         * simple.el (blink-matching-open): Use it.
34563         * paren.el (show-paren-function): Use it to recognize parens that are
34564         also used in 2-char comment markers.
34566 2005-04-19  Lute Kamstra  <lute@gnu.org>
34568         * loadhist.el (unload-feature): Update for new format of
34569         load-history.  Simplify the code.
34571 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34573         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
34574         (mac-add-charset-info): New function.  Initialize variable
34575         mac-charset-info-alist using it.
34576         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
34577         for translation.
34578         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
34579         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
34580         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
34581         New CCL programs.
34583 2005-04-19  Kim F. Storm  <storm@cua.dk>
34585         * simple.el (next-buffer, prev-buffer, next-error)
34586         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34587         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
34589         * bindings.el (next-buffer, prev-buffer, next-error)
34590         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34591         (clone-indirect-buffer-other-window): Move bindings from simple.el.
34592         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
34593         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
34595 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34597         * isearch.el (isearch-edit-string): Make the search-ring available for
34598         minibuffer history commands.
34599         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
34600         the default history commands now work just as well.
34601         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
34603 2005-04-18  Kim F. Storm  <storm@cua.dk>
34605         * emulation/cua-base.el (cua--pre-command-handler): Add more
34606         elaborate check for shift modifier on non-window systems.
34608 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
34610         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
34612 2005-04-18  Kim F. Storm  <storm@cua.dk>
34614         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
34615         and make it optional.  Don't test tooltip-gud-echo-area here.
34616         (tooltip-gud-process-output, gdb-tooltip-print):
34617         Pass tooltip-gud-echo-area to tooltip-show.
34618         (tooltip-help-tips): Remove second optional arg to tooltip-show.
34620 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34622         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
34623         `display-graphic-p' may not be bound yet.
34625 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
34627         * startup.el (command-line): No longer enable Xterm Mouse mode by
34628         default in terminals compatible with xterm.
34630         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
34632 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
34634         * tooltip.el (tooltip-gud-echo-area): Rename from
34635         tooltip-use-echo-area.
34636         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
34637         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
34638         area independently of where help tooltips are displayed.
34640 2005-04-17  David Kastrup  <dak@gnu.org>
34642         * cus-theme.el (custom-theme-write-variables): Quote variables
34643         where necessary.
34645 2005-04-17  Richard M. Stallman  <rms@gnu.org>
34647         * simple.el (yank-excluded-properties): Add follow-link to value.
34649         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
34651         * startup.el (fancy-splash-max-time): Just 30 seconds.
34652         (fancy-splash-delay): Just 7.
34653         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
34655         * loadhist.el (unload-feature): Update for new format of load-history.
34656         Simplify the code.
34658         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
34659         (rmail-font-lock-keywords): Don't fontify the text of a citation.
34661         * mail/sendmail.el (mail-font-lock-keywords):
34662         Don't fontify subject text.
34663         Don't fontify the text of a citation.
34665 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
34667         * comint.el (comint-output-filter): Run comint-output-filter-functions
34668         with point where the user had it.
34670 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
34672         * international/ucs-tables.el (ucs-set-table-for-input):
34673         Disable when using unify-on-decoding.
34675 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
34677         * emulation/cua-base.el (cua-global-mark-face): Add special case
34678         for displays supporting a high number of colors.
34680 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
34682         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
34684 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
34686         * filesets.el (filesets-add-buffer): If user supplies a name of a
34687         non-existing fileset, create a new fileset.
34689 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
34691         * textmodes/org.el (org-up-heading-all): Fix bug with
34692         `outline-up-heading-all'.
34694 2005-04-16  Andreas Schwab  <schwab@suse.de>
34696         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
34697         /etc/permissions.d/* and /etc/aliases.d/*.
34699 2005-04-16  Kenichi Handa  <handa@m17n.org>
34701         * international/code-pages.el (cp-make-coding-system):
34702         Set `translation-table-for-input' property value to the symbol
34703         ucs-mule-to-mule-unicode, not to that value.
34704         (pt154): Escape guillemet by `\'.
34706 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
34708         * loadup.el: Load tooltip if x-show-tip is fboundp.
34710         * startup.el (command-line): Add comment.
34712         * tooltip.el (tooltip-mode): Specify correct standard value for
34713         Custom in init-value.
34715 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
34717         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
34718         possible.
34720 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
34722         * textmodes/org.el (org-agenda-date-prompt): Rename from
34723         `org-agenda-date-today'.
34724         (org-evaluate-time-range): Insert at point instead of directly
34725         after time range.
34726         (org-first-headline-recenter, org-subtree-end-visible-p)
34727         (org-optimize-window-after-visibility-change): New functions
34728         (org-agenda-post-command-hook): Don't allow point at end of line,
34729         to make sure it always hits the text properties.
34730         (org-agenda-next-date-line, org-agenda-previous-date-line):
34731         New commands.
34732         (org-set-regexps-and-options): Category may contain white space.
34733         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34734         Improve marker positions.
34735         (org-agenda-new-marker): Argument POS made optional.
34736         (org-agenda-get-timestamps): Deadlines which are done are listed
34737         in org-done-face now.
34738         (org-agenda-get-todos, org-agenda-get-timestamps)
34739         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34740         Set `undone-face' and `done-face' properties.
34741         (org-last-todo-state-is-todo): New variable.
34742         (org-todo): Set `org-last-todo-state-is-todo'.
34743         (org-agenda-todo): Change face according to
34744         `org-last-todo-state-is-todo'.  And change other lines referring to
34745         the same entry.
34746         (org-calendar-goto-agenda): New command.
34747         (org-calendar-to-agenda-key): New option.
34748         (org-startup-folded): New allowed value `content'.
34749         (org-set-regexps-and-options): Accept new value `content' for
34750         `org-startup-folded'.
34751         (org-get-current-options): Handle new value `content' for
34752         `org-startup-folded'.
34753         (org-insert-todo-heading): New command.
34754         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
34755         interactively in empty file and option
34756         `org-insert-mode-line-in-empty-file' has been set.
34757         (org-agenda-todo, org-agenda-priority): Modify to use
34758         `org-agenda-change-all-lines'.
34759         (org-warning-face): Change color on dark background.
34761 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34763         * international/mule-cmds.el (set-locale-environment): On Mac OS,
34764         use preferences AppleLocale and AppleLanguages, and variable
34765         mac-system-locale for default locale.  On Mac OS Classic, use
34766         mac-system-coding-system for default coding systems.
34768         * term/mac-win.el: Don't set file-name-coding-system.
34769         Decode variables system-name, emacs-build-system, user-login-name, and
34770         user-full-name by mac-system-coding-system on Mac OS Classic.
34771         (mac-system-coding-system): New variable.
34773 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
34775         * startup.el (command-line): Handle `xterm-mouse-mode' before
34776         reading init file.
34778         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
34780 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
34782         * progmodes/sh-script.el (sh-here-document-word): Make it a
34783         defcustom.  Doc fix.
34784         (sh-add): Bash uses $(( )) for arithmetic.
34785         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
34786         (sh-maybe-here-document): Remove quotes and leading whitespace
34787         from heredoc word when closing.  Indent heredoc with tabs if word
34788         starts with "-".
34790 2005-04-13  Richard M. Stallman  <rms@gnu.org>
34792         * simple.el (undo): Fix previous change.
34794         * custom.el (defface): Doc fix.
34796 2005-04-13  Lute Kamstra  <lute@gnu.org>
34798         * Makefile.in (DONTCOMPILE): Remove list.
34799         (compile, compile-always): Don't use DONTCOMPILE.
34800         (update-authors): Load the library in which batch-update-authors
34801         is defined.
34802         * makefile.w32-in (DONTCOMPILE): Remove list.
34803         (compile, compile-always): Fix comments.
34804         (update-authors): Load the library in which batch-update-authors
34805         is defined.
34807         * generic-x.el (generic-mode-ini-file-find-file-hook):
34808         Rename to ini-generic-mode-find-file-hook.
34809         Keep generic-mode-ini-file-find-file-hook as an alias.
34810         (ini-generic-mode-find-file-hook): Rename from
34811         generic-mode-ini-file-find-file-hook.  Fix docstring.
34812         (ini-generic-mode): Docstring change.
34813         (bat-generic-mode-run-as-comint): Silence the byte compiler.
34815         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
34816         called from lisp.
34818         * generic.el: Move to the emacs-lisp subdir.
34820 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
34822         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
34823         and C-S- function and cursor motion keys.
34825 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
34827         * startup.el (command-line): Enable Xterm Mouse mode by default.
34828         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
34829         for Custom.  No longer show "Mouse" in mode line when enabled.
34830         Doc fix.
34832 2005-04-12  Kim F. Storm  <storm@cua.dk>
34834         * emulation/cua-base.el (cua-rectangle-face)
34835         (cua-rectangle-noselect-face): Define face attributes here.
34837         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
34839 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34841         * startup.el (command-line): Turn off blinking cursor if
34842         cursorBlink in resources is off or false.
34844 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34846         * term/mac-win.el (dnd): Require dnd.
34847         (mac-drag-n-drop): Call dnd-handle-one-url.
34848         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
34849         (kTextEncodingISOLatin2): Remove constants.
34850         (mac-script-code-coding-systems): New constant.
34851         (mac-handle-language-change): New function.
34852         (special-event-map): Bind it to `language-change' event.
34853         (mac-centraleurroman, mac-cyrillic): New coding systems.
34854         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
34855         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
34856         and mac-cyrillic-encoder to encode-mac-centraleurroman and
34857         encode-mac-cyrillic, respectively.
34859 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34861         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
34862         Don't set overlay-arrow-string to "=>" as this is done
34863         globally in C now.
34865 2005-04-12  Lute Kamstra  <lute@gnu.org>
34867         * generic-x.el (rc-generic-mode, rul-generic-mode):
34868         Fix auto-mode-alist entries.
34869         (etc-fstab-generic-mode): Tweak fontification.
34871         * generic.el (generic-make-keywords-list): Fix docstring.
34872         (generic-mode-internal): Simplify generic-font-lock-keywords.
34874 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34876         * whitespace.el (whitespace-buffer-leading)
34877         (whitespace-buffer-trailing): Revert the incorrect test inversion.
34878         However, fix the highlight area for the leading and
34879         trailing whitespaces to show space.
34881 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34883         * whitespace.el (whitespace-version): Bump to 3.5.
34885         (whitespace-buffer-leading, whitespace-buffer-trailing):
34886         Invert sense of the test to highlight the whitespace.
34888 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34890         * progmodes/gud.el (gud-display-line): GUD uses its own
34891         overlay arrow now so don't set overlay-arrow-string.
34892         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
34894 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
34896         * term.el (term-ansi-current-bold, term-ansi-current-underline)
34897         (term-ansi-current-reverse, term-ansi-current-invisible)
34898         (term-ansi-face-already-done): Change to boolean.
34899         (term-reset-terminal, term-handle-colors-array): Handle the above
34900         vars accordingly.
34901         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
34902         (term-emulate-terminal): Use the new name.
34904         * faces.el (secondary-selection): Use yellow1, not yellow.
34905         (trailing-whitespace): Use red1, not red.
34907 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34909         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
34910         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
34911         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
34913         * cus-edit.el (dnd): New group.
34915         * term/w32-win.el (dnd): Require dnd
34916         (w32-drag-n-drop): Call dnd-handle-one-url.
34918         * x-dnd.el: Require dnd.
34919         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
34920         Call dnd-handle-one-url.
34921         (x-dnd-types-alist, x-dnd-insert-utf8-text)
34922         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
34923         to dnd-insert-text.
34924         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
34925         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
34926         (x-dnd-get-local-file-name, x-dnd-open-local-file)
34927         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
34929         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
34931 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34933         * wdired.el: Doc fixes.
34934         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
34935         (wdired-use-dired-vertical-movement): Rename from
34936         wdired-always-move-to-filename-beginning.
34937         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
34938         (wdired-change-to-wdired-mode): Change mode name.
34939         (wdired-newline): Delete.
34941 2005-04-11  Richard M. Stallman  <rms@gnu.org>
34943         * whitespace.el (whitespace-highlight-the-space):
34944         Don't call whitespace-unhighlight-the-space here.
34946         * simple.el (undo): Record t in undo-equiv-table
34947         for the redo record made by an undo-in-region.
34949 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34951         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
34952         (gdb-frame-inferior-io-buffer): New Functions to control
34953         display of separate IO buffer.
34954         (menu): Add them to menu-bar.
34955         (gdb-display-buffer): Check for buffer another frame.
34956         Protect GUD buffer.
34957         (gdb-setup-windows): Create IO buffer if not already there.
34958         (gdb-memory-mode): Remove purecopy noops.
34960 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34962         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
34963         and pass to self-insert-command.
34965 2005-04-11  Lute Kamstra  <lute@gnu.org>
34967         * generic.el: Commentary section cleanup.
34968         (generic): Delete.
34969         (generic-use-find-file-hook, generic-lines-to-scan)
34970         (generic-find-file-regexp, generic-ignore-files-regexp)
34971         (default-generic-mode, generic-mode-find-file-hook)
34972         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
34973         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
34974         (generic-use-find-file-hook, generic-lines-to-scan)
34975         (generic-find-file-regexp, generic-ignore-files-regexp)
34976         (default-generic-mode, generic-mode-find-file-hook)
34977         (generic-mode-ini-file-find-file-hook): Move from generic.el.
34979 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
34981         * bookmark.el (bookmark-write-file): Catch errors writing file.
34982         This is the same change as revision 1.30 of saveplace.el.
34984 2005-04-10  Richard M. Stallman  <rms@gnu.org>
34986         * startup.el (fancy-splash-tail): Update copyright year.
34987         (command-line): Split part of -Q into -D.
34988         (emacs-basic-display): New defvar.
34989         (fancy-splash-text): Correct name of menu item.
34991         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
34993         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
34994         lines in one node.
34996         * comint.el (comint-send-input): New arg ARTIFICIAL.
34997         Callers in this file changed.
34999         * abbrev.el (define-abbrevs): Read system abbrevs properly.
35001         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
35003 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
35005         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
35006         `ldap-search-internal'.
35008 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
35010         * files.el (set-auto-mode-1): Use line-end-position.
35012         * international/latin-1.el:
35013         * international/latin-2.el:
35014         * international/latin-3.el:
35015         * international/latin-4.el:
35016         * international/latin-5.el:
35017         * international/latin-8.el:
35018         * international/latin-9.el: Give punctuation syntax to NBSP.
35020         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
35021         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
35022         Use char-classes to accept non-ascii letters, accepted in some recent
35023         bibtex implementations.
35025 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
35027         * custom.el (custom-set-minor-mode): Any non-nil value for the
35028         variable should enable the mode when set through Custom.
35030 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
35032         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
35033         TAB binding so tab-always-indent is obeyed.
35034         (vhdl-minibuffer-local-map): Move initialization into declaration.
35035         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
35036         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
35037         (vhdl-hooked-abbrev): Avoid test for XEmacs.
35038         (vhdl-current-line): Use line-beginning-position.
35039         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
35040         with-output-to-temp-buffer, so the current position can be recorded.
35042 2005-04-10  Masatake YAMATO  <jet@gyve.org>
35044         * progmodes/compile.el (compilation-error-regexp-alist-alist):
35045         Add regexp for gcov.
35047 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
35049         * calendar/time-date.el (time-to-seconds, seconds-to-time)
35050         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
35051         syntax which Emacs 20 doesn't support.
35053 2005-04-09  Richard M. Stallman  <rms@gnu.org>
35055         * help.el (describe-key-briefly, describe-key):
35056         Replace strings as event types with "(any string)".
35058 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
35060         * arc-mode.el (archive-mode-map): Move initialization into
35061         the declaration.  Override *all* bindings of `undo'.
35062         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
35064 2005-04-09  Jay Belanger  <belanger@truman.edu>
35066         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
35068 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
35070         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
35071         (xterm-register-default-colors): Update color values computation
35072         to match xterm-200.
35074 2005-04-09  Kenichi Handa  <handa@m17n.org>
35076         * international/code-pages.el (iso-latin-7): Fix the map.
35078 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
35080         * emacs-lisp/lisp.el (defun-prompt-regexp)
35081         (parens-require-spaces, buffer-end, end-of-defun)
35082         (insert-parentheses): Doc fixes.
35084 2005-04-08  Kim F. Storm  <storm@cua.dk>
35086         * comint.el (comint-highlight-prompt): Fix face spec.
35087         * hi-lock.el (hi-green): Likewise.
35089 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
35091         * cus-edit.el (custom-modified-face):
35092         * comint.el (comint-highlight-input): Fix previous changes.
35093         * term.el (term-handle-ansi-escape): Add a comment.
35095 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
35097         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
35098         in the buffer and in whitespace-highlighted-space.
35099         (whitespace-unhighlight-the-space): Simplify.
35100         (whitespace-buffer): Simplify.
35102 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
35104         * textmodes/table.el (table-cell-face): Add special case for
35105         displays supporting a high number of colors.
35106         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
35107         (vhdl-font-lock-reserved-words-face)
35108         (vhdl-speedbar-architecture-face)
35109         (vhdl-speedbar-instantiation-face)
35110         (vhdl-speedbar-architecture-selected-face)
35111         (vhdl-speedbar-instantiation-selected-face): Likewise.
35112         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
35113         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
35114         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
35115         (ebrowse-root-class-face, ebrowse-member-attribute-face)
35116         (ebrowse-progress-face): Likewise.
35117         * progmodes/compile.el (compilation-info-face): Likewise.
35118         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
35119         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
35120         * calendar/calendar.el (diary-face): Likewise.
35121         * woman.el (woman-italic-face, woman-bold-face)
35122         (woman-unknown-face): Likewise.
35123         * wid-edit.el (widget-button-pressed-face): Likewise.
35124         * whitespace.el (whitespace-highlight-face): Likewise.
35125         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
35126         * pcvs-info.el (cvs-marked-face): Likewise.
35127         * info.el (info-xref): Likewise.
35128         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
35129         * hilit-chg.el (highlight-changes-face)
35130         (highlight-changes-delete-face): Likewise.
35131         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
35132         (hi-red-b): Likewise.
35133         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
35134         * font-lock.el (font-lock-keyword-face)
35135         (font-lock-function-name-face, font-lock-warning-face): Likewise.
35136         * cus-edit.el (custom-invalid-face, custom-modified-face)
35137         (custom-set-face, custom-changed-face, custom-variable-tag-face)
35138         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
35139         * comint.el (comint-highlight-prompt): Likewise.
35141 2005-04-08  Lute Kamstra  <lute@gnu.org>
35143         * font-lock.el (font-lock-keywords): Docstring fixes.
35145 2005-04-08  Kenichi Handa  <handa@m17n.org>
35147         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
35148         chars are more than a limit, print " and more..." at the tail.
35150 2005-04-08  Kim F. Storm  <storm@cua.dk>
35152         * emacs-lisp/authors.el (authors-aliases): Update list.
35153         (authors-ignored-files): New list.
35154         (authors-fixed-entries): Fix typo.
35155         (authors-renamed-files-alist): Update list.
35156         (authors-add): Check authors-ignored-files.
35158 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
35160         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
35161         optional, to ensure backward compatibility.
35163 2005-04-08  Stephen Eglen  <stephen@gnu.org>
35165         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
35167 2005-04-08  Kim F. Storm  <storm@cua.dk>
35169         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
35171         * mouse.el (mouse-on-link-p): Doc fix.
35173 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
35175         * ielm.el (ielm-prompt-read-only): Doc fix.
35177         * comint.el (comint-prompt-read-only): Doc fix.
35179 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
35181         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
35182         ensure dired always handles wildcards passed to ffap.
35183         (find-file-at-point): Use it.
35184         (ffap-dired-wildcards): Doc fix.
35186 2005-04-07  Juri Linkov  <juri@jurta.org>
35188         * simple.el (next-error-overlay-arrow-position): New defvar.
35189         Put "=>" on its property `overlay-arrow-string'.  Add it to
35190         `overlay-arrow-variable-list'.
35192         * progmodes/compile.el (compilation-setup):
35193         Set `next-error-overlay-arrow-position' to nil.  Also set it to
35194         nil in the local hook `kill-buffer-hook'.  Make local variable
35195         `overlay-arrow-string' and set it to "=>".
35196         (compilation-goto-locus): Set BOL position to
35197         `next-error-overlay-arrow-position' instead of
35198         `overlay-arrow-position'.
35200         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
35201         locally instead of adding it to the global hook.
35202         (Info-kill-buffer): Move up.
35204 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
35206         * term/xterm.el (xterm-standard-colors): Update color values from
35207         xterm-200.
35209 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
35211         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
35213         * fast-lock.el:
35214         * lazy-lock.el: Move them to the obsolete subdir.
35216 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35218         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
35219         (wdired-add-replace-advice): Remove.
35220         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
35222 2005-04-06  Kim F. Storm  <storm@cua.dk>
35224         * startup.el (command-line): Add --bare-bones alias for -Q.
35226 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35228         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
35229         create the startup fontset if a font specification ends with
35230         `mac-roman'.
35232 2005-04-06  Lute Kamstra  <lute@gnu.org>
35234         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
35235         change.
35237         * emacs-lisp/copyright.el (copyright-update-year): Replace the
35238         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
35240 2005-04-05  Lute Kamstra  <lute@gnu.org>
35242         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
35243         (define-generic-mode): Ditto.  Fix debug declaration.
35245         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
35246         Put them in the generic-x group.
35248         * calendar/timeclock.el (timeclock): Doc fix.
35250         * generic.el (define-generic-mode): Don't use custom-current-group.
35251         Document default :group value.
35252         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
35253         (define-global-minor-mode): Don't use custom-current-group.
35255 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
35257         * startup.el (command-line-1): Display startup-echo-area-message
35258         when fancy splash screen is in use.
35260         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
35261         (sh-escaped-newline): New face.
35262         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
35263         newline, and use sh-escaped-newline face.
35265         * progmodes/tcl.el (tcl-escaped-newline): New face.
35266         (tcl-builtin-list): New variable.
35267         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
35268         newlines.  Fix keywords subexpression number.
35270 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
35272         * textmodes/org.el (org-diary-default-entry): Fix call to
35273         `add-to-diary-entry'.
35275 2005-04-05  Kim F. Storm  <storm@cua.dk>
35277         * ediff-init.el: Use (featurep 'xemacs).
35279 2005-04-05  David Ponce  <david@dponce.com>
35281         * cus-edit.el (face): Derive from symbol widget.  Display sample
35282         of the current face on the fly.
35283         (widget-face-sample-face-get, widget-face-notify): New functions.
35284         (widget-face-value-create): Remove.
35286         * wid-edit.el (widget-field-end): Temporarily remove field
35287         narrowing before to call `get-char-property'.
35289 2005-04-04  Jay Belanger  <belanger@truman.edu>
35291         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
35292         (math-read-subscripts): New variable.
35293         (math-read-preprocess-string): Process subscripts.
35295 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
35297         * comint.el (comint-prompt-read-only): Doc fix.
35299         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
35300         `-1'.  Doc fix.
35302 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
35304         * textmodes/org.el (org-insert-mode-line-in-empty-file):
35305         Change default value to nil.
35307 2005-04-04  Lute Kamstra  <lute@gnu.org>
35309         * autorevert.el (auto-revert-mode): Specify :group.
35310         * battery.el (display-battery-mode): Specify :group.
35311         * diff-mode.el (diff-minor-mode): Specify :group.
35312         * font-core.el (font-lock-mode): Specify :group.
35313         * hl-line.el (hl-line-mode): Specify :group.
35314         * iimage.el (iimage): New customization group.
35315         (iimage-mode): Specify :group.
35316         * longlines.el (longlines-mode): Specify :group.
35317         * master.el: Don't require easy-mmode.
35318         (master): New customization group.
35319         (master-mode): Specify :group.
35320         * msb.el (msb-mode): Specify :group.
35321         * reveal.el (reveal-mode): Specify :group.
35322         * simple.el (next-error-follow-minor-mode): Specify :group.
35323         * smerge-mode.el (smerge-mode): Specify :group.
35324         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
35325         * emulation/cua-base.el (cua-mode): Specify :group.
35326         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
35327         * language/thai-util.el (thai-auto-composition-mode)
35328         (thai-word-mode): Specify :group.
35329         * mail/supercite.el (sc-minor-mode): Specify :group.
35330         * progmodes/cwarn.el (cwarn-mode): Specify :group.
35331         * progmodes/flymake.el (flymake-mode): Specify :group.
35332         * progmodes/glasses.el (glasses-mode): Specify :group.
35333         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
35334         * textmodes/enriched.el (enriched-mode): Specify :group.
35335         * textmodes/refill.el (refill-mode): Specify :group.
35337         * add-log.el (change-log-font-lock-keywords): Names in
35338         parenthesized lists can contain spaces.
35340 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
35342         * startup.el (fancy-splash-text): Shorten default text of
35343         "Emacs Tutorial" line.  Also, if the current language env
35344         indicates an available tutorial file other than TUTORIAL,
35345         extract its title and append it to the line in parentheses.
35346         (fancy-splash-insert): If arg is a thunk, funcall it.
35348 2005-04-04  Jay Belanger  <belanger@truman.edu>
35350         * calc/calc.el (calc-language-alist): Add tags to customization type.
35352 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
35354         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
35355         Doc fix.
35357 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
35359         * add-log.el (change-log-font-lock-keywords): The manual
35360         describing a Change Log entry, says: (...) "Aside from these
35361         header lines, every line in the change log starts with a space or
35362         a tab.".  The font-lock was not highlighting lines started with
35363         spaces, added support for it.
35365 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35367         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
35368         (bibtex-generate-url-list): Update docstring accordingly.  Put the
35369         complex example in the docstring.
35370         (bibtex-font-lock-url): Use pop.
35372 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35374         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
35376         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
35378 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
35380         * filesets.el (filesets-set-default): Doc fix.
35382 2005-04-03  Lute Kamstra  <lute@gnu.org>
35384         * generic.el (define-generic-mode): Add argument to specify
35385         keywords for defcustom.
35386         (default-generic-mode): Specify :group.
35388         * generic-x.el: Specify :group for all generic modes.
35390         * desktop.el (desktop-no-desktop-file-hook)
35391         (desktop-after-read-hook): Doc fix.
35393 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
35395         * simple.el (visible-mode): Use explicit :group keyword.
35396         This changes the group of `visible-mode-hook' from paren-blinking
35397         to editing-basics.
35399 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
35401         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
35402         mailbox specifications as well as URLs.
35403         (rmail-insert-inbox-text): Remove unused conditional branches.
35405 2005-04-01  Jay Belanger  <belanger@truman.edu>
35407         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
35408         (calc-gnuplot-print-command): Move definitions to calc.el.
35410         * calc/calc-embed.el (calc-embedded-announce-formula)
35411         (calc-embedded-open-formula, calc-embedded-close-formula)
35412         (calc-embedded-open-word, calc-embedded-close-word)
35413         (calc-embedded-open-plain, calc-embedded-close-plain)
35414         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
35415         (calc-embedded-open-mode, calc-embedded-close-mode):
35416         Move definitions to calc.el.
35418         * calc/calc.el (calc-settings-file, calc-language-alist):
35419         Make customizable.
35420         (calc-embedded-announce-formula, calc-embedded-open-formula)
35421         (calc-embedded-close-formula, calc-embedded-open-word)
35422         (calc-embedded-close-word, calc-embedded-open-plain)
35423         (calc-embedded-close-plain, calc-embedded-open-new-formula)
35424         (calc-embedded-close-new-formula, calc-embedded-open-mode)
35425         (calc-embedded-close-mode, calc-gnuplot-name)
35426         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
35427         from other files and make customizable.
35429 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35431         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
35432         Use buffer-live-p.
35433         (cvs-mode-run): Don't call cvs-update-header here.
35434         (cvs-run-process): Call cvs-update-header.
35435         Use process properties for cvs-postprocess and cvs-buffer so that
35436         the sentinel can behave better if the temp buffer is killed.
35437         Use a pipe rather than a tty, to better handle unexpected prompts.
35438         (cvs-sentinel): Rewrite.  Call cvs-update-header.
35440 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
35442         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
35443         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
35445 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
35447         * generic.el (define-generic-mode): Add indentation rule.
35449 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
35451         * files.el (mode-require-final-newline): Make Custom correctly
35452         report a nil value and allow to set it to nil via Custom.
35453         Doc fix.
35455 2005-04-01  Kenichi Handa  <handa@m17n.org>
35457         * international/characters.el: Enable the correct case setting for
35458         dotless-i and dotted-I.
35460 2005-04-01  Kim F. Storm  <storm@cua.dk>
35462         * ido.el (ido-file-internal): Fall back to non-ido command if
35463         initial directory is on slow ftp (or tramp) host.
35465 2005-03-31  Richard M. Stallman  <rms@gnu.org>
35467         * emacs-lisp/autoload.el (make-autoload):
35468         Handle define-global-minor-mode.
35470         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
35471         Rename from easy-mmode-define-global-mode.
35472         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
35474         * progmodes/scheme.el (scheme-mode-syntax-table):
35475         Update syntax of | and # for two-character comment syntax.
35477 2005-03-31  Lute Kamstra  <lute@gnu.org>
35479         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
35480         (define-minor-mode): Call custom-current-group at load-time.
35482         * generic.el (define-generic-mode): Add debug declaration.
35483         Add defcustom for the mode hook.
35484         (generic-mode-internal): Use run-mode-hooks.
35486 2005-03-31  Kim F. Storm  <storm@cua.dk>
35488         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
35489         (mouse-fixup-help-message): New defun called by show_help_echo
35490         to fixup mouse-2 prefix in help messages when applicable.
35492         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
35494 2005-03-31  Kenichi Handa  <handa@m17n.org>
35496         * language/thai-word.el (thai-find-word-ends): Pay attention to
35497         the case that we reach the end of buffer.
35499         * textmodes/fill.el (fill-text-properties-at): New function.
35500         (fill-newline): Use fill-text-properties-at instead of
35501         text-properties-at.
35503 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35505         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
35506         not comint-quote-filename.
35508 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
35510         * help-fns.el (help-with-tutorial): Revert last change.
35512 2005-03-31  Kim F. Storm  <storm@cua.dk>
35514         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
35516 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35518         * calendar/cal-china.el: Update reference to "Calendrical
35519         Calculations" book; there's a new edition.
35520         * calendar/cal-coptic.el: Likewise.
35521         * calendar/cal-french.el: Likewise.
35522         * calendar/cal-hebrew.el: Likewise.
35523         * calendar/cal-islam.el: Likewise.
35524         * calendar/cal-iso.el: Likewise.
35525         * calendar/cal-julian.el: Likewise.
35526         * calendar/cal-mayan.el: Likewise.
35527         * calendar/cal-persia.el: Likewise.
35528         * calendar/calendar.el: Likewise.
35529         * calendar/holidays.el: Likewise.
35530         * calendar/lunar.el: Likewise.
35531         * calendar/solar.el: Likewise.
35533         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
35534         white space from doc string.
35536 2005-03-30  Jay Belanger  <belanger@truman.edu>
35538         * calc/calc-help.el (calc-full-help): Remove email address.
35540 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
35542         * help-fns.el (help-with-tutorial): Delete title line.
35544 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
35546         * calendar/cal-x.el (calendar-one-frame-setup)
35547         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
35548         rather than `symbol' for set-window-dedicated-p.
35550         * calendar/appt.el (appt-buffer-name): Make it a constant.
35551         (appt-add): Doc fix.
35553         * filesets.el (filesets-menu-path, filesets-menu-before)
35554         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
35555         (filesets-menu-cache-file): Use directory ~/.emacs.d.
35556         (filesets-add-submenu): Delete and use add-submenu instead.
35558 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
35560         * textmodes/org.el (org-agenda-phases-of-moon)
35561         (org-agenda-sunrise-sunset, org-agenda-convert-date)
35562         (org-agenda-goto-calendar): New commands.
35563         (org-diary-default-entry): New function.
35564         (org-get-entries-from-diary): Better parsing of diary entries.
35565         (org-agenda-check-no-diary): New function.
35566         ("diary-lib"): Advice to function `add-to-diary-list', to allow
35567         linking to diary entries.
35568         (org-agenda-execute-calendar-command): New function.
35569         (org-agenda): Improve visible section in window.
35570         Use `org-fit-agenda-window'.
35571         (org-fit-agenda-window): New option.
35572         (org-move-subtree-down): Better handling of empty lines
35573         at end of subtree.
35574         (org-cycle): Numeric prefix is interpreted now as show-subtree N
35575         levels up.
35576         (org-fontify-done-headline): New option.
35577         (org-headline-done-face): New face.
35578         (org-set-font-lock-defaults): Use `org-headline-done-face'.
35579         (org-table-copy-down): Rename from `org-table-copy-from-above'.
35580         When current field is non-empty, it is copied to next row.
35581         (org-table-copy-from-above): Fix bug which made it
35582         impossible to copy fields containing only a single non-white character.
35584 2005-03-30  Kim F. Storm  <storm@cua.dk>
35586         * kmacro.el (kmacro-end-macro): Isearch may store this command
35587         into the macro -- so ignore it when executing keyboard macro.
35589 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35591         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
35593 2005-03-29  Kenichi Handa  <handa@m17n.org>
35595         * language/thai.el ("Thai"): Set setup-function and exit-function
35596         for Thai language environment.
35598         * language/thai-util.el: Require thai-word.
35599         (thai-word-mode-map): New variable.
35600         (thai-word-mode): New minor mode.
35601         (setup-thai-language-environment-internal): New function.
35602         (exit-thai-language-environment-internal): New function.
35604         * language/thai-word.el (thai-word-table): Declare it by defvar,
35605         use dolist to initialize it.
35606         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
35607         (thai-fill-find-break-point): New functions.
35609 2005-03-29  Richard M. Stallman  <rms@gnu.org>
35611         * simple.el (idle-update-delay): Move definition up.
35612         (set-mark): Doc fix.
35614 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
35616         * longlines.el: New file.
35618         * simple.el (buffer-substring-filters): New variable.
35619         (filter-buffer-substring): New function.
35620         (kill-region, copy-region-as-kill): Use it.
35622         * register.el (copy-to-register, append-to-register)
35623         (prepend-to-register): Use filter-buffer-substring.
35625 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35627         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
35628         (gud-filter-pending-text): Move in front of gdb.
35629         (gud-overlay-arrow-position): New variable.
35630         (gud-sentinel, gud-display-line): Use it in place of
35631         overlay-arrow-position.
35633 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
35635         * progmodes/fortran.el (fortran-if-indent): Doc fix.
35636         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
35637         (fortran-font-lock-keywords-4): New variable.
35638         (fortran-blocks-re, fortran-end-block-re)
35639         (fortran-start-block-re): New constants, for hideshow.
35640         (hs-special-modes-alist): Add a Fortran entry.
35641         (fortran-mode-map): Bind fortran-end-of-block,
35642         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
35643         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
35644         (fortran-looking-at-if-then, fortran-end-of-block)
35645         (fortran-beginning-of-block): New functions, for hideshow.
35647         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
35648         Doc fix.  Tweak regexp.
35649         (f90-beginning-of-block): Push mark first.
35651 2005-03-29  Jay Belanger  <belanger@truman.edu>
35653         * calc/calc.el: Update copyright date.
35654         (calc-version): Increase to 2.1.
35655         (calc-version-date): Remove.
35657         * calc/calc-help.el: Update copyright date.
35658         (calc-full-help): Remove reference to calc-version-date.
35659         Update copyright date.
35661 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35663         * vc.el (vc-do-command): Use a pipe for async processes, so password
35664         prompts don't show up at places where the user can't reply.
35666 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35668         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
35669         on the file name we pass to the inferior shell.
35671 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
35673         * progmodes/which-func.el (which-function): Be robust in the face of an
35674         imenu--make-index-alist failure.
35676 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35678         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
35680         * progmodes/python.el (python-preoutput-filter): Fix last change.
35682 2005-03-29  Lute Kamstra  <lute@gnu.org>
35684         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
35685         functions and compiled macros.
35686         (debug-convert-byte-code): Handle macros too.
35687         (debug-on-entry-1): Don't signal an error when trying to clear a
35688         function that is not set to debug on entry.
35690 2005-03-29  Jay Belanger  <belanger@truman.edu>
35692         * calc/calc-lang.el: Add functions to math-function-table
35693         properties of tex and math.
35695 2005-03-29  Kenichi Handa  <handa@m17n.org>
35697         * ps-mule.el (ps-mule-plot-string): Translate characters by
35698         ps-print-translation-table.
35699         (ps-mule-begin-job): Call find-charset-region/string with
35700         ps-print-translation-table.
35701         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
35703         * ps-print.el (ps-print-translation-table): New variable.
35704         (ps-plot-region): Translate characters by ps-print-translation-table.
35706 2005-03-29  Juri Linkov  <juri@jurta.org>
35708         * simple.el (next-error-highlight-timer): New variable.
35710         * progmodes/compile.el (compilation-goto-locus):
35711         Use `next-error-highlight-timer' instead of `sit-for'.
35713 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35715         * mail/supercite.el (sc-mail-field): Use assoc-string.
35716         (sc-get-address): Simplify regexps.
35718         * files.el (minibuffer-with-setup-hook): New macro.
35719         (find-file-read-args): Use it to avoid let-binding
35720         minibuffer-with-setup-hook (which breaks turning on/off
35721         file-name-shadow-mode while in the prompt).
35723         * complete.el (PC-read-include-file-name-internal):
35724         Use test-completion.
35726 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
35728         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
35730 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35732         * window.el (window-buffer-height): Use count-screen-lines.
35734         * progmodes/python.el (python-preoutput-leftover): New var.
35735         (python-preoutput-filter): Use it.
35736         (python-send-receive): Loop until all the result has been received.
35738 2005-03-28  Juri Linkov  <juri@jurta.org>
35740         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
35742         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
35743         "Recover Crashed Session".
35744         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
35745         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
35746         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
35747         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
35748         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
35749         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
35750         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
35751         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
35753         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
35754         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
35755         Ediff Sessions", "Toggle use of separate control buffer frame",
35756         "Use separate frame for Ediff control buffer".
35758         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
35759         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
35760         "Rename Bookmark", "Delete Bookmark".
35762         * info.el (Info-mode-menu): Remove ellipsis from "Index".
35763         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
35764         Add `:active Info-index-alternatives' to "Next Matching Item".
35766         * wdired.el (wdired-change-to-wdired-mode):
35767         Mention `wdired-abort-changes' key in the initial message.
35769         * international/mule.el (auto-coding-alist): Associate non-ascii
35770         image filename extensions with `no-conversion'.
35772 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35774         * international/iso-acc.el:
35775         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
35777 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
35779         * textmodes/sgml-mode.el (html-mode): Doc update.
35781         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
35783 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
35785         * term.el (term-move-columns): Fix face after extending a line.
35786         (term-insert-spaces): Likewise.
35787         (term-reset-terminal): Fix off by one error.
35789 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35791         * international/mule.el (auto-coding-alist): Add .xpi files.
35793         * files.el (auto-mode-alist): Add .xpi files.
35795 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
35797         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
35799 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35801         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
35803 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
35805         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
35806         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
35808         * calendar/cal-move.el (calendar-beginning-of-year): Move the
35809         cursor to Jan 1 when needed.
35810         (calendar-end-of-year): Fix -/+ typo.
35811         Reported by Chong Yidong <cyd@stupidchicken.com>.
35813 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35815         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
35817         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
35818         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
35820 2005-03-25  Richard M. Stallman  <rms@gnu.org>
35822         * filesets.el (filesets-init): Add autoload.
35824         * mail/mailalias.el (mail-directory): Doc fix.
35826 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
35828         * mail/mailalias.el (mail-directory-process): Do nothing if
35829         mail-directory-process is an atom.
35830         (mail-get-names): Ignore mail-directory-names if it is an atom.
35831         (mail-directory-process defvar): Doc fix.
35832         (mail-names): Doc fix.
35834 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
35836         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
35838 2005-03-26  Kenichi Handa  <handa@m17n.org>
35840         * international/mule-util.el (detect-coding-with-priority):
35841         Call update-coding-systems-internal before detect-coding-region.
35843 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
35845         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
35846         (gdb-frames-mode-map): Add follow-link property.
35848 2005-03-25  Jay Belanger  <belanger@truman.edu>
35850         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
35851         for variables.
35853 2005-03-25  Juri Linkov  <juri@jurta.org>
35855         * image-mode.el: Optimize image filename extension regexps in
35856         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
35857         in `auto-mode-alist'.
35858         (image-mode): Add `image-toggle-display-text' to local hook
35859         `change-major-mode-hook'.  Display the image as an image by
35860         default.  Set `cursor-type' and `truncate-lines' if the image
35861         is already displayed.  Take into account the current mode (image
35862         or text) in message.
35863         (image-minor-mode): New minor mode.
35864         (image-mode-maybe, image-toggle-display-text): New functions.
35865         (image-toggle-display): Use called-interactively-p.
35866         Let-bind `inhibit-read-only' to t.
35868         * image-mode.el (image-minor-mode): Set `cursor-type' and
35869         `truncate-lines' if the image is already displayed.  Add turning
35870         image-minor-mode off to `change-major-mode-hook'.  Add message.
35871         Call `image-toggle-display-text' after turning image-minor-mode off.
35873 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
35875         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
35876         Terminal.app, use utf-8.
35877         (set-display-table-and-terminal-coding-system): Add coding-system arg.
35878         (set-locale-environment): Use it.
35880         * term/xterm.el: Undo last change, better done in mule-cmds.el.
35882         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
35884         * progmodes/python.el (python-close-block-statement-p)
35885         (python-outdent-p, python-current-defun): Use symbol-end.
35887 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
35889         * files.el (save-some-buffers): Doc fix.
35891 2005-03-25  Werner Lemberg  <wl@gnu.org>
35893         * complete.el, thumbs.el: Replace `legal' with `valid'.
35894         * calendar/calendar.el: Replace `legal' with `valid'.
35895         * emacs-lisp/advice.el: Replace `legal' with `valid'.
35896         * mail/supercite.el: Replace `legal' with `valid'.
35897         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
35898         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
35899         Replace `legal' with `valid'.
35900         * textmodes/reftex-vars.el, textmodes/reftex.el:
35901         Replace `legal' with `valid'.
35903 2005-03-25  Werner Lemberg  <wl@gnu.org>
35905         * calc/calc-forms.el, calc/calc-sel.el
35906         * midnight.el, vc-cvs.el
35907         * emacs-lisp/cl-macs.el
35908         * emulation/vip.el
35909         * eshell/esh-io.el, eshell/esh-var.el
35910         * mail/supercite.el
35911         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
35912         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
35913         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
35914         * progmodes/sh-script.el, progmodes/xscheme.el
35915         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
35916         * textmodes/reftex-index.el, textmodes/reftex-parse.el
35917         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
35918         * textmodes/reftex.el, textmodes/org.el:
35919         Replace `illegal' with `invalid'.
35921 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35923         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
35924         (flymake-find-buildfile, flymake-find-possible-master-files)
35925         (flymake-check-include, flymake-parse-line): Replace loops over the
35926         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
35928         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
35929         Substitute file-name-as-directory in the rest of the file.
35930         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
35931         (flymake-replace-region): Remove unused arg `buffer'.
35932         (flymake-check-patch-master-file-buffer): Update calls to it.
35933         (flymake-add-err-info): Remove unused var `count'.
35934         (flymake-mode): Use define-minor-mode.
35936         * progmodes/flymake.el: Use with-current-buffer.
35937         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
35938         flymake-replace-regexp-in-string, flymake-line-beginning-position)
35939         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
35940         Avoid testing for `xemacs'.
35941         (flymake-nop): Move.
35942         (flymake-region-has-flymake-overlays): Return the computed value.
35943         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
35944         Remove unused var `endline'.
35945         (flymake-get-line-count): Remove unused function.
35946         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
35948         * emulation/vi.el:
35949         * generic.el:
35950         * hilit-chg.el (global-highlight-changes):
35951         * hi-lock.el (hi-lock-mode):
35952         * follow.el: find-file-hooks -> find-file-hook.
35954         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
35956 2005-03-24  Juri Linkov  <juri@jurta.org>
35958         * dired.el (dired-mode-map): Add menu item "Compare directories"
35959         for dired-compare-directories.
35961         * dired-aux.el (dired-compare-directories): Add autoload cookie.
35962         Doc fix.  Replace `read-file-name' with `read-directory-name'.
35964 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35966         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
35968 2005-03-24  Jay Belanger  <belanger@truman.edu>
35970         * calc/calc-embed.el (calc-embedded-mode-change): Save all
35971         relevant mode settings in calc-embedded-original-modes when modes
35972         are permanently changed.
35974 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35976         * autoinsert.el: find-file-hooks -> find-file-hook.
35978 2005-03-24  Lute Kamstra  <lute@gnu.org>
35980         * generic.el (generic-font-lock-defaults): Make it obsolete.
35981         (generic-font-lock-keywords): New variable to replace
35982         generic-font-lock-defaults.
35983         (generic-mode-set-font-lock): Delete it.
35984         (generic-mode-internal): Don't call generic-mode-set-font-lock.
35985         (generic-bracket-support): Add docstring.
35987         * generic-x.el: Rename generic-font-lock-defaults to
35988         generic-font-lock-keywords throughout.
35989         (mailagent-rules-setup-function): Delete it.
35990         (mailagent-rules-generic-mode): Use anonymous function instead.
35991         (show-tabs-generic-mode-font-lock-defaults-1)
35992         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
35993         Quote faces.
35994         (show-tabs-tab-face, show-tabs-space-face): Specify background,
35995         not foreground.
35997         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
35998         Recognize define-generic-mode.
36000 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
36002         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
36003         if there's no completion table.
36005 2005-03-23  Miles Bader  <miles@gnu.org>
36007         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
36008         Remove tty-specific variants, as they're no longer needed.
36010 2005-03-23  Lute Kamstra  <lute@gnu.org>
36012         * generic-x.el: Code cleanup: make args constant whenever possible.
36013         (installshield-statement-keyword-list)
36014         (installshield-system-functions-list)
36015         (installshield-system-variables-list, installshield-types-list)
36016         (installshield-funarg-constants-list): Make them constants.
36018         * generic.el (generic-make-keywords-list): Add autoload cookie.
36020         * calendar/time-date.el: Add comment on time value formats.
36021         Don't require parse-time.
36022         (with-decoded-time-value): New macro.
36023         (encode-time-value): New function.
36024         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
36025         (days-to-time): Return a valid time value when arg is huge.
36026         (time-since): Use time-subtract.
36027         (time-to-number-of-days): Use time-to-seconds.
36029 2005-03-23  David Ponce  <david@dponce.com>
36031         * recentf.el (recentf-keep): New option.
36032         (recentf-menu-action): Default to `find-file'.
36033         (recentf-keep-non-readable-files-flag)
36034         (recentf-keep-non-readable-files-p)
36035         (recentf-file-readable-p, recentf-find-file)
36036         (recentf-cleanup-remote): Remove.
36037         (recentf-include-p): More robust.
36038         (recentf-keep-p): New function.
36039         (recentf-remove-if-non-kept): Rename from
36040         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
36041         All callers updated.
36042         (recentf-menu-items-for-commands): Fix help string.
36043         (recentf-track-closed-file): Update.  Doc fix.
36044         (recentf-cleanup): Update.  Count removed files.  Doc fix.
36046 2005-03-23  Kim F. Storm  <storm@cua.dk>
36048         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
36049         Don't inherit from fringe face (now happens automatically).
36051 2005-03-22  Kim F. Storm  <storm@cua.dk>
36053         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
36054         position values.
36056 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
36058         * menu-bar.el (showhide-date-time): Remove.
36059         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
36060         (menu-bar-make-mm-toggle): Simplify.
36062 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
36064         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
36065         Accept qualified variable and function names.
36067 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
36069         * bindings.el (completion-ignored-extensions):
36070         Remove ".lis" for `vax-vms'.
36072 2005-03-22  Andreas Schwab  <schwab@suse.de>
36074         * generic-x.el: Revert last change.
36075         * ldefs-boot.el: Update.
36077 2005-03-22  Jay Belanger  <belanger@truman.edu>
36079         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
36080         (calc-embedded-save-original-modes)
36081         (calc-embedded-restore-original-modes): New functions.
36082         (calc-do-embedded): Save original modes when entering embedded mode
36083         and restore when leaving embedded mode.
36084         (calc-embedded-modes-change): Change the value of
36085         calc-embedded-original-modes to reflect permanent changes.
36087 2005-03-22  Lute Kamstra  <lute@gnu.org>
36089         * generic-x.el: Require generic again.
36091 2005-03-22  Miles Bader  <miles@gnu.org>
36093         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
36094         Tweak details to look good on both ttys and bitmap displays, light
36095         or dark background, etc.
36097 2005-03-21  Kim F. Storm  <storm@cua.dk>
36099         * tooltip.el (tooltip-show-help-function): Check car and cdr of
36100         mouse position.
36102 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
36104         * icomplete.el: Don't forcibly turn on the mode upon load.
36105         (icomplete-mode): Use define-minor-mode.
36106         (icomplete-eoinput): Default to nil.
36107         (icomplete-minibuffer-setup): Remove autoload.
36108         (icomplete-tidy): Simplify.
36109         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
36110         in the initial state or if the user has modified the field.
36111         Fix handling of icomplete-max-delay-chars.
36112         Remove code that handles the oddball case where
36113         minibuffer-completion-table is an integer.
36114         Wrap icomplete-completions in while-no-input in case building
36115         completions takes more time than expected.
36116         (icomplete-completions): Simplify.
36118 2005-03-21  Richard M. Stallman  <rms@gnu.org>
36120         * jka-compr.el (jka-compr-really-do-compress):
36121         Make variable buffer-local.
36123         * image-mode.el: Handle .xpm files too.
36124         (image-toggle-display): Preserve modification flag.
36126         * help.el (where-is): Don't mention aliases with no key bindings.
36128 2005-03-21  Lute Kamstra  <lute@gnu.org>
36130         * generic.el: Fix commentary section.  Don't require cl for
36131         compilation.
36132         (generic-mode-list): Add autoload cookie.
36133         (generic-use-find-file-hook, generic-lines-to-scan)
36134         (generic-find-file-regexp, generic-ignore-files-regexp)
36135         (generic-mode, generic-mode-find-file-hook)
36136         (generic-mode-ini-file-find-file-hook): Fix docstrings.
36137         (define-generic-mode): Make it a defmacro.  Fix docstring.
36138         (generic-mode-internal): Code cleanup.  Add autoload cookie.
36139         (generic-mode-set-comments): Code cleanup.
36140         * generic-x.el: Don't prevent compilation.  Don't require generic.
36141         Follow coding conventions.  Minor code cleanup.
36142         (etc-fstab-generic-mode): Add some keywords.
36143         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
36144         define-generic-mode like a function declaration.
36146 2005-03-21  Jay Belanger  <belanger@truman.edu>
36148         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
36149         changing modes.
36151 2005-03-21  Sam Steingold  <sds@gnu.org>
36153         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
36155 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
36157         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
36158         Add underscore to "f$ lexicals" regexp.
36160 2005-03-20  Juri Linkov  <juri@jurta.org>
36162         * subr.el (progress-reporter-do-update): When `min-value' is equal
36163         to `max-value', set `percentage' to 0 and prevent division by zero.
36165 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
36167         Sync with Tramp 2.0.48.
36169         * net/tramp.el (all): Change all addresses to .gnu.org.
36170         (tramp-append-tramp-buffers): New defun.
36171         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
36172         Catch `dont-send' signal.
36173         (tramp-set-auto-save-file-modes): Set always permissions, because
36174         there might be an old auto-saved file belonging to another
36175         original file.  This could be a security threat.  Reported by
36176         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
36177         Check for Emacs 21.3.50 removed.
36179         * net/tramp-smb.el (all): Remove debug construct for
36180         `with-parsed-tramp-file-name'.
36181         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
36182         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
36183         No error message if DIRECTORY or FILENAME doesn't exist.
36184         (tramp-smb-open-connection): Check existence of
36185         `tramp-smb-program'.
36187 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
36189         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
36190         Properly handle the case where the `m' or `s' command's argument is not
36191         yet terminated.
36192         (perl-indent-new-calculate): New function.
36193         (perl-indent-line): Use it.
36195 2005-03-20  Miles Bader  <miles@gnu.org>
36197         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
36198         in text-mode too.  Change to new face names.
36199         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
36200         Add `:weight bold' attribute.
36201         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
36203 2005-03-19  Juri Linkov  <juri@jurta.org>
36205         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
36207         * international/mule.el (auto-coding-alist): Sync with
36208         `auto-mode-alist' by adding upper case archive file extensions
36209         and adding ear/war to jar extension.
36211 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
36213         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
36214         running, restart it.
36216 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
36218         * finder.el (finder-current-item): Throw an error on an empty line.
36220         * man.el (Man-follow-manual-reference): If current-word returns
36221         nil, use "".
36223 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
36225         * simple.el (goto-line): Doc fix.
36227 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
36229         * files.el (save-buffer): Doc fix.
36231 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
36233         * recentf.el (recentf-cleanup-remote): New variable.
36234         (recentf-cleanup): Use it to conditionally check availability of
36235         remote files.
36237 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
36239         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
36240         function names.
36242 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
36244         * language/thai-word.el: New file.
36246 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
36248         * files.el (backup-buffer): If the file's directory is not
36249         writable, use copy instead of move to backup the file.
36251 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
36253         * obsolete/keyswap.el: Moved to obsolete/ from term/.
36255 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
36257         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
36258         Use functionp instead of symbolp and fboundp.  Reported by Drkm
36259         <darkman_spam@yahoo.fr>.
36260         (ps-print-version): New version 6.6.6.
36262 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
36264         * textmodes/table.el (table--line-column-position): New idiom.
36265         (table--row-column-insertion-point-p): New function to test
36266         validity of row and column insertion operation at a location.
36267         (table-global-menu, table-cell-menu): Use above functions for
36268         deterministic test operation.
36269         (table--editable-cell-p): Behave in deterministic fashion.
36271 2005-03-18  Juri Linkov  <juri@jurta.org>
36273         * isearch.el (isearch-lazy-highlight-new-loop):
36274         Make arguments beg and end optional.
36275         (isearch-update): Remove optional arguments nil from
36276         isearch-lazy-highlight-new-loop.
36277         (isearch-lazy-highlight-search): Let-bind case-fold-search to
36278         isearch-lazy-highlight-case-fold-search instead of
36279         isearch-case-fold-search, and let-bind isearch-regexp to
36280         isearch-lazy-highlight-regexp.
36281         Use isearch-lazy-highlight-last-string instead of isearch-string.
36283         * replace.el (perform-replace): Remove bindings of global
36284         variables isearch-string, isearch-regexp, isearch-case-fold-search.
36285         Add three new arguments to `replace-highlight'.
36286         (replace-highlight): Add arguments string, regexp, case-fold.
36287         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
36288         to allow isearch-lazy-highlight-new-loop to use these values
36289         to set corresponding isearch-lazy-highlight-* internal
36290         variables whose values lazy highlighting will use regardless of
36291         changes to global variables isearch-string, isearch-regexp,
36292         isearch-case-fold-search during lazy highlighting loop.
36293         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
36294         to `lazy-highlight-cleanup'.
36296         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
36297         (ispell-highlight-face): Set default face to `isearch' when
36298         lazy highlighting is enabled.
36299         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
36300         priority to 1.  Add lazy highlighting.
36301         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
36302         from `isearch-dehighlight'.
36304 2005-03-18  David Ponce  <david@dponce.com>
36306         * files.el (hack-local-variables): Do a case-insensitive search
36307         for End.
36309 2005-03-18  Juri Linkov  <juri@jurta.org>
36311         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
36312         `isearch-lazy-highlight-cleanup', add alias to old name and
36313         declare obsolete.  Add release numbers to other obsolete vars.
36314         (isearch-done, isearch-lazy-highlight-new-loop):
36315         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
36316         (lazy-highlight-cleanup) <variable>: Doc fix.
36317         (isearch-lazy-highlight-update): Rename obsolete
36318         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
36320 2005-03-18  Kenichi Handa  <handa@m17n.org>
36322         * language/thai-util.el: Fix categorization of Thai characters in
36323         thai-category-table.
36324         (thai-composition-pattern): Adjust it for the above change.
36325         (thai-self-insert-command, thai-compose-syllable): New functions.
36326         (thai-compose-region): Use thai-compose-syllable.
36327         (thai-compose-string): Likewise.
36328         (thai-composition-function): Likewise.
36329         (thai-auto-composition): New function.
36330         (thai-auto-composition-mode): New minor mode.
36332         * language/thai.el: Fix patterns to be registered in
36333         composition-function-table.
36335         * international/quail.el (quail-input-method): Locally bind
36336         inhibit-modification-hooks to t.
36338 2005-03-17  Richard M. Stallman  <rms@gnu.org>
36340         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
36341         (perl-mode): Use run-mode-hooks.
36343         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36344         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
36345         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
36347         * mail/sendmail.el (sendmail-send-it): Reenable the code
36348         to compute resend-to-address and use it.
36350         * tar-mode.el (tar-mode): Turn off undo unconditionally.
36352         * image-mode.el: New file.
36354         * image.el (insert-sliced-image): Add autoload cookie.
36356         * font-lock.el (font-lock-lines-before): New user option.
36357         (font-lock-after-change-function): Obey it.
36359         * bindings.el (esc-map): Make M-g a prefix.
36360         Bind M-g g and M-g M-g to goto-line.
36362         * faces.el (face-id): Doc fix.
36364 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
36366         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
36367         (rmail-show-message): Use rmail-unknown-mail-followup-to.
36368         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
36370         * mail/sendmail.el (mail-yank-ignored-headers)
36371         (mail-font-lock-keywords, mail-mode-fill-paragraph):
36372         Add Mail-Followup-To and Mail-Reply-To headers.
36373         (mail-citation-hook): Add autoload cookie.
36374         (mail-mode): Doc fix.
36375         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
36376         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
36377         (mail-mode-fill-paragraph): Handle those headers.
36378         (mail-mailing-lists): New variable.
36379         (mail-mail-reply-to, mail-mail-followup-to): New functions.
36381 2005-03-17  Juri Linkov  <juri@jurta.org>
36383         * isearch.el (isearch-fallback): Check for `(car previous)'
36384         before calling `isearch-other-end-state'.
36386 2005-03-17  Kim F. Storm  <storm@cua.dk>
36388         * simple.el (move-beginning-of-line): Move to beginning of buffer
36389         line, as well as beginning of screen line.
36391 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
36393         * calendar/diary-lib.el (mark-diary-entries): Use new optional
36394         argument REDRAW rather than calendar-redrawing variable.
36395         * calendar/calendar.el (calendar-redrawing): Delete.
36396         (redraw-calendar): Do not bind calendar-redrawing.
36398 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
36400         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
36401         diary-file buffer.
36403 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
36405         * help.el (describe-mode): Allow a :minor-mode-function property to
36406         specify a different minor mode toggle function than the variable.
36407         * simple.el (auto-fill-function):
36408         * subr.el (add-minor-mode): Use it.
36410 2005-03-16  Kenichi Handa  <handa@m17n.org>
36412         * language/ethio-util.el (sera-being-called-by-w3): New variable.
36413         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
36414         (ethio-fidel-to-sera-buffer): Likewise.
36416 2005-03-16  Juri Linkov  <juri@jurta.org>
36418         * emacs-lisp/find-func.el (find-function-regexp):
36419         Add defun-emitting macro `menu-bar-make-toggle'.
36421         * isearch.el: Put `isearch-scroll' property to
36422         `split-window-horizontally'.
36424         * info.el: Update error messages for `debug-ignored-errors'.
36425         (Info-isearch-search): Doc fix.
36426         (Info-find-node): Move up code to go into info buffer before
36427         recording the node to the history.
36428         (Info-fontify-node): Fontify titles only if the next line
36429         has two or more `*', `=', `-', `.'.
36430         Display "go to this node" for empty (match-string 3).
36432 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36434         * term/mac-win.el: Add mouse pointer shape constants.
36436 2005-03-15  Kim F. Storm  <storm@cua.dk>
36438         * simple.el (move-beginning-of-line): Use vertical-motion.
36440 2005-03-15  Juri Linkov  <juri@jurta.org>
36442         * isearch.el (isearch-error): New variable.
36443         (isearch-invalid-regexp, isearch-within-brackets): Remove.
36444         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
36445         (isearch-within-brackets-state): Remove.
36446         (isearch-case-fold-search-state, isearch-pop-fun-state):
36447         Decrease frame index.
36448         (isearch-mode, isearch-top-state, isearch-push-state)
36449         (isearch-edit-string, isearch-abort, isearch-search-and-update)
36450         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
36451         (isearch-search, isearch-lazy-highlight-new-loop):
36452         Replace `isearch-invalid-regexp' with `isearch-error'.
36453         Remove `isearch-within-brackets'.
36454         (isearch-search): Add `search-failed' handler to `condition-case'.
36455         (isearch-lazy-highlight-search): Add `condition-case' to catch
36456         errors and allow `isearch-lazy-highlight-update' to try
36457         highlighting from the beginning of the window.
36458         (isearch-repeat): Move up code to set isearch-wrapped to t
36459         before calling isearch-wrap-function.
36461         * info.el (Info-isearch-initial-node): New internal variable.
36462         (Info-search): Signal an error in isearch mode when search leaves
36463         the initial node.  Signal an error when `bound' is non-nil and
36464         nothing was found in the current subfile.
36465         (Info-isearch-search): Remove `condition-case'.
36466         (Info-isearch-wrap): Don't wrap when search failed during leaving
36467         the initial node.  If `Info-isearch-search' is nil, wrap around
36468         the current node.
36469         (Info-isearch-start): New fun.
36470         (Info-mode): Add buffer-local hook `Info-isearch-start' to
36471         `isearch-mode-hook'.
36473 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36475         * simple.el (normal-erase-is-backspace): Set default to t if
36476         running on Mac.
36478         * term/mac-win.el (function-key-map): Sync with x-win.el.
36480 2005-03-15  Kenichi Handa  <handa@m17n.org>
36482         * international/mule-cmds.el (locale-language-names): Modify the
36483         format of elements and add more entries.
36484         (locale-preferred-coding-systems): Add more entries.
36485         (set-locale-environment): Adjust for the change of
36486         locale-language-names.
36488 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
36490         * pcvs.el (smerge-ediff): Remove bogus autoload.
36492 2005-03-14  Lute Kamstra  <lute@gnu.org>
36494         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
36495         Ignore a `*' at the beginning of a line.
36497         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
36498         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
36499         subr.el.
36500         (dont-compile, eval-when-compile, eval-and-compile): Use declare
36501         to specify indentation.
36503         * generic.el (define-generic-mode): Let generic-mode-list be a
36504         list of strings; test membership with equal.
36506 2005-03-14  Kim F. Storm  <storm@cua.dk>
36508         * simple.el (next-line, previous-line): Add optional try-vscroll
36509         arg to recognize interactive use.  Pass it on to line-move.
36510         (line-move): Don't perform auto-window-vscroll when defining or
36511         executing keyboard macro to ensure consistent behavior.
36513 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
36515         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
36517 2005-03-13  Lute Kamstra  <lute@gnu.org>
36519         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
36520         debugger-setup-buffer so that backtrace marks the frames set to
36521         debug-on-exit and we don't have to do it manually.  Set an extra
36522         debug-on-exit for macro's.
36523         (debugger-setup-buffer): Don't mark the top frame manually.
36525 2005-03-12  Lute Kamstra  <lute@gnu.org>
36527         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
36528         lisp-indent-function throughout.
36529         (with-no-warnings): Set lisp-indent-function property.
36531 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
36533         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
36534         Add entry for backslash.
36536 2005-03-12  Juri Linkov  <juri@jurta.org>
36538         * info.el (Info-search): Four fixes for backward search.
36540 2005-03-11  Jay Belanger  <belanger@truman.edu>
36542         * calc/calc.el (calc-language-alist): New variable.
36543         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
36544         (calc-embedded-find-modes): Use calc-language-alist instead of
36545         calc-embedded-language-alist.
36547 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
36549         * calendar/calendar.el (calendar-redrawing): New internal
36550         variable.
36551         (redraw-calendar): Remove bogus save-excursion from previous
36552         change.  Bind calendar-redrawing to t for mark-diary-entries.
36553         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
36554         calendar if that is why we were called.
36556 2005-03-11  Kenichi Handa  <handa@m17n.org>
36558         * international/mule.el (make-coding-system): Set property
36559         coding-system-define-form to nil.
36560         (define-coding-system-alias): Likewise.
36562 2005-03-11  Kenichi Handa  <handa@m17n.org>
36564         These changes are suggested by Dave Love <fx@gnu.org>.
36566         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
36567         coding: tag.
36568         (adaptive-fill-regexp): Add more bullets.
36569         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
36570         regexps.
36572 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
36574         * help.el (describe-mode): Properly handle non-trivial lighters.
36575         Don't ignore minor modes that are not listed in minor-mode-list.
36577         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
36578         feature ON when the user requests to turn it OFF.
36580 2005-03-10  Lute Kamstra  <lute@gnu.org>
36582         * emacs-lisp/debug.el (debug-entry-code): Delete it.
36583         (implement-debug-on-entry): New function to replace debug-entry-code.
36584         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
36585         second argument as the 2005-03-07 change makes it obsolete.
36586         (debug-on-entry, cancel-debug-on-entry): Update call to
36587         debug-on-entry-1.
36588         (debug, debugger-setup-buffer): Comment update.
36589         (debugger-frame-number): Update to work with implement-debug-on-entry.
36591 2005-03-10  Jay Belanger  <belanger@truman.edu>
36593         * calc/calc-embed.el (math-ms-args): Declare it.
36594         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
36595         math-ms-args.
36596         (calc-embedded-subst): Use math-multi-subst-rec to substitute
36597         variables.
36599 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
36601         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
36602         Use message-box.
36604         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
36605         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
36606         (tooltip-gud-tips): Simplify.
36607         (tooltip-gud-tips-p): Remove superfluous :set.
36608         (tooltip-gud-modes): Add fortran-mode.
36609         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
36611         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
36613 2005-03-09  Kim F. Storm  <storm@cua.dk>
36615         * play/animate.el (animate-place-char): Use forward-line instead
36616         of next-line to improve performance.
36618 2005-03-09  Simon Josefsson  <jas@extundo.com>
36620         * net/browse-url.el (browse-url-default-browser): Doc fix.
36622 2005-03-09  Miles Bader  <miles@gnu.org>
36624         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
36625         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
36627 2005-03-09  Kenichi Handa  <handa@m17n.org>
36629         * international/latin-1.el: Set case and syntax for 255 only if
36630         set-case-syntax-set-multibyte is nil.
36632         * textmodes/ispell.el (ispell-insert-word): New function.
36633         (ispell-word): Use ispell-insert-word to insert a new word.
36634         (ispell-process-line): Likewise.
36635         (ispell-complete-word): Likewise.
36637 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
36639         * calendar/calendar.el (redraw-calendar): Preserve point.
36640         Reported by Matt Hodges <MPHodges@member.fsf.org>.
36641         (calendar-week-start-day): Move after definition of
36642         redraw-calendar.  Delete buffer test, since redraw-calendar has
36643         that now.
36645         * calendar/diary-lib.el (mark-diary-entries): Only call
36646         redraw-calendar in the first of any recursive calls.
36647         Reported by Alan Shutko <ats@acm.org>.
36649 2005-03-08  Juri Linkov  <juri@jurta.org>
36651         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
36652         (html-horizontal-rule, html-line, html-image, html-checkboxes)
36653         (html-radio-buttons): Add a space before the trailing `/>' where
36654         sgml-xml-mode is non-nil.
36655         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
36656         the subsequent tag of the empty XML tag.
36657         (html-href-anchor): Don't set initial input to "http:".
36658         (html-image): Ask for the image URL and set point inside alt="".
36659         (html-name-anchor): Duplicate the name in the `id' attribute when
36660         sgml-xml-mode is non-nil.
36661         (html-paragraph): Remove \n before <p>.
36662         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
36663         instead of `checked' when sgml-xml-mode is non-nil.
36665         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
36666         Remove 1 space before #RRGGBB to not truncate it on terminal
36667         windows w/o fringes.  Remove 1 space between bg and fg examples
36668         to get more space.
36669         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
36670         avoid byte-compile warnings.
36672         * image-file.el (image-file-handler): Put `safe-magic' property to
36673         `image-file-handler'.
36675         * info.el (Info-isearch-search): Emulate word search in
36676         isearching through multiple Info nodes with Info-search.
36677         (Info-isearch-wrap): Allow isearch-word.
36679 2005-03-08  Lute Kamstra  <lute@gnu.org>
36681         * emacs-lisp/debug.el (debugger-step-through): Make sure that
36682         stepping into the debugger's code is not possible.
36683         (debugger-jumping-flag): Docstring update.
36685 2005-03-08  Jay Belanger  <belanger@truman.edu>
36687         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
36688         embedded mode begins.
36689         (calc-embedded-language-alist): New variable.
36690         (calc-embedded-find-modes): Use calc-embedded-language-alist to
36691         set default language mode.
36693 2005-03-08  Kenichi Handa  <handa@m17n.org>
36695         * international/ccl.el (define-ccl-program): Fix docstring about
36696         extra 256 bytes assured for the output buffer.
36698         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36699         Fix BUFFER_MAGNIFICATION to 2.
36700         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36702 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
36704         * align.el (align-rules-list): Added an alignment rule for CSS
36705         declarations (applies to css-mode and html-mode buffers).
36707 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
36709         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
36711 2005-03-07  Kim F. Storm  <storm@cua.dk>
36713         * simple.el (move-beginning-of-line): New command.
36715         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
36717         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
36719         * emulation/cua-base.el: Put CUA move property on move-end-of-line
36720         and move-beginning-of-line.
36722         * apropos.el (apropos-print): Omit command from M-x ... RET.
36724 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
36726         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
36727         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
36729 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36731         * bindings.el (esc-map): Bind M-g to goto-line.
36733         * facemenu.el (global-map): Bind M-o, not M-g.
36735 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36737         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
36738         "Open Directory" as for "Open File".
36740 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
36742         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
36743         (push-mark-command): Run activate-mark-hook.
36745 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36747         * help-mode.el (help-mode-finish): Don't alter the element
36748         in view-return-to-alist if there already is one.
36750         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
36751         make sure the current buffer is the expected one.
36753         * novice.el (disabled-command-function): Output in *Disabled Command*.
36754         Explicitly ignore non-keyboard events, and explicitly handle C-g.
36756         * textmodes/flyspell.el (flyspell-large-region):
36757         Pass args differently for aspell.
36759         * files.el (mode-require-final-newline): Doc fix.
36761 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
36763         * progmodes/which-func.el (which-function):
36764         Specify NOERROR when calling imenu--make-index-alist.
36766 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36768         * simple.el (normal-erase-is-backspace): Define default value.
36770         * custom.el (custom-theme-set-variables): Remove unused var
36771         `immediate'.
36772         (custom-reevaluate-setting): Simple function to handle variables
36773         that are defined before their default value can really be
36774         computed.
36776         * startup.el (command-line): Use it for temporary-file-directory,
36777         small-emporary-file-directory, auto-save-file-name-transforms,
36778         blink-cursor-mode, and normal-erase-is-backspace.
36780         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
36781         progress, even with buggy anchored keywords.
36783 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
36785         * simple.el (goto-line): Remove unbalanced final parenthesis.
36787 2005-03-05  Richard M. Stallman  <rms@gnu.org>
36789         * simple.el (goto-line): Use a number at point as the default.
36790         With C-u as arg, switch buffers.
36792 2005-03-05  Juri Linkov  <juri@jurta.org>
36794         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
36795         with `no-blinking-cursor'.
36797         * startup.el (no-blinking-cursor): New defvar.
36798         (command-line): Add `--no-blinking-cursor' to longopts.
36799         Set `no-blinking-cursor' to t for command line arguments
36800         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
36801         with `no-blinking-cursor' in the condition for calling
36802         `blink-cursor-mode'.
36804 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
36806         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
36807         (menu-bar-options-save): Add blink-cursor-mode.
36808         (menu-bar-options-menu): Add blink-cursor-mode.
36810 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
36812         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
36813         (icalendar-export-file, icalendar-export-region)
36814         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
36815         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
36817 2005-03-04  Lute Kamstra  <lute@gnu.org>
36819         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
36820         (debug-function-list): Ditto.
36822 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
36824         * textmodes/texinfmt.el (texinfo-append-refill):
36825         Redefine the types of line to which @refill
36826         is not appended by replacing a search for `@refill\\|@bye' with
36827         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
36828         itemize@refill' bug and the unfilled long lines bug.
36829         (texinfmt-version): Update number and date.
36831 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
36833         * international/code-pages.el (windows-1250, windows-125[2-8])
36834         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
36836 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36838         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
36839         bound yet.
36841 2005-03-02  Romain Francoise  <romain@orebokech.com>
36843         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
36844         buffer after removing limits.
36845         (ibuffer-pop-filter): Ditto.
36846         Update copyright.
36848 2005-03-02  Miles Bader  <miles@gnu.org>
36850         * button.el (make-text-button): If the user doesn't specify a
36851         type, use the default.  Rewrite to use `add-text-properties' and
36852         plist functions.
36854 2005-03-01  Lute Kamstra  <lute@gnu.org>
36856         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
36857         (debugger-jumping-flag): New var.
36858         (debug-entry-code): Use it.
36859         (debugger-jump): Use debugger-jumping-flag and add
36860         debugger-reenable to post-command-hook.
36861         (debugger-reenable): Use debugger-jumping-flag and remove itself
36862         from post-command-hook.
36863         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
36864         debugger-reenable.
36866 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
36868         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
36869         inclusion of "itemize\\|", which may be unnecessary, is certainly
36870         inelegant, and stops refilling in itemize lists when formatting
36871         Japanese Texinfo files to Info.
36872         Update copyright to 2005.
36874 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
36876         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
36877         of an error if GDB can't find the source file.
36879 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
36881         * calendar/calendar.el (redraw-calendar): Work from any buffer,
36882         not just the calendar.
36884         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
36885         first.
36886         (diary-redraw-calendar): New function.
36887         (make-diary-entry): Add diary-redraw-calendar to local
36888         write-contents-functions.  Turn off selective display before
36889         inserting in diary.
36891 2005-03-01  Kim F. Storm  <storm@cua.dk>
36893         * emacs-lisp/copyright.el (copyright-fix-years): New command.
36895 2005-03-01  Lute Kamstra  <lute@gnu.org>
36897         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
36898         that debug-entry-code can be safely removed from a function while
36899         this code is being evaluated.  Revert the 2005-02-27 change as the
36900         new implementation no longer requires it.  Make sure that a
36901         function body containing just a string is not mistaken for a docstring.
36902         (debug): Skip one more frame in case of debug on entry.
36903         (debugger-setup-buffer): Delete one more frame line in case of
36904         debug on entry.
36905         (debugger-frame-number): Update to use the new text introduced by
36906         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
36908 2005-02-28  Kim F. Storm  <storm@cua.dk>
36910         * double.el (double-translate-key): Call force-window-update after
36911         read-event to avoid crash in redisplay.
36913 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
36915         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
36916         (debug): Use it.  Move the inhibit-trace earlier.
36917         (debug-entry-code): New const.
36918         (debug-on-entry-1): Use it.
36920 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
36922         * international/utf-16.el (ccl-encode-mule-utf-16le):
36923         Fix BUFFER_MAGNIFICATION to 2.
36924         (ccl-encode-mule-utf-16be): Likewise.
36926 2005-02-28  Kenichi Handa  <handa@m17n.org>
36928         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36929         Fix BUFFER_MAGNIFICATION to 4.
36930         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36932 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
36934         * speedbar.el (speedbar-update-flag): Doc fix.
36935         (speedbar-show-info-under-mouse): Give set-mouse-position the right
36936         argument.
36938 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
36940         * reveal.el (reveal-post-command): Don't try to reveal overlays which
36941         have a non-nil `invisible' property but are actually visible.
36943         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
36944         for perldoc sections.
36945         (perl-outline-regexp, perl-outline-level): New var and function.
36946         (perl-mode): Use them.
36948 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
36950         * calendar/diary-lib.el (diary-remind): Discard any mark portion
36951         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
36953 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
36955         * cus-edit.el: Comment change.
36956         (custom-buffer-create-internal): Slightly reword text at top of
36957         Custom buffers.  Mention there that saving an option edits the
36958         init file.  Add link to Emacs manual node on `custom-file'.
36959         (custom-magic-alist): Rewrite individual State messages to use
36960         capitalized keywords.  Doc fix.
36962 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
36964         * calendar/calendar.el (calendar-buffer): Move above
36965         calendar-week-start-day.
36966         (calendar-week-start-day): Doc fix.  Add :set function.
36967         (calendar-minimum-window-height): New variable.
36968         (generate-calendar-window): Only resize window if selected-window
36969         is displaying the calendar buffer.  Use new variable
36970         calendar-minimum-window-height.
36971         (generate-calendar): Reword error message.
36972         (calendar-mode-map): Bind DEL to scroll-other-window-down.
36974 2005-02-27  Andreas Schwab  <schwab@suse.de>
36976         * vc.el (vc-do-command): Don't run command asynchronously when
36977         operating in a remote directory.
36979         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
36980         change from sync with Tramp 2.0.47.
36982 2005-02-27  Richard M. Stallman  <rms@gnu.org>
36984         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
36986         * textmodes/flyspell.el (flyspell-mode-on):
36987         Call ispell-change-dictionary only if necessary.
36989         * emacs-lisp/re-builder.el (regexp-builder): New function.
36991         * register.el (describe-register-1): Explicitly handle
36992         yank-excluded-properties = t.
36994         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
36995         (custom-magic-alist): Change the status descriptions again.
36996         (face widget-type): Total rewrite based on `restricted-sexp'
36997         to eliminate the confusing double hiding levels.
36999         * emacs-lisp/debug.el (debug-on-entry-1):
37000         If function body is empty, add nil as body form.
37002 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
37004         * emacs-lisp/trace.el (inhibit-trace): New var.
37005         (trace-make-advice): Use it.
37007         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
37009 2005-02-26  Kim F. Storm  <storm@cua.dk>
37011         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
37012         (mouse-on-link-p, mouse-drag-region-1): Use it.
37014 2005-02-25  Lute Kamstra  <lute@gnu.org>
37016         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
37018 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
37020         * frame.el (blink-cursor-mode): Add :group keyword.
37022 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
37024         * calendar/icalendar.el (icalendar--decode-isodatetime):
37025         New optional argument DAY-SHIFT.
37026         (icalendar-export-region): Fix coding-system-for-write.
37027         (icalendar--convert-ical-to-diary): Shift end-day of all-day
37028         events by one.
37030 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
37032         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
37034 2005-02-24  Kim F. Storm  <storm@cua.dk>
37036         * international/iso-acc.el (iso-accents-compose): Fix crash
37037         during redisplay.  Call force-window-update after read-event
37038         and delete-region to signal that window is not accurate.
37040 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
37042         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
37043         Remove unused and inexistent var `inhibit-trace'.
37044         (debugger-mode): Use run-mode-hooks.
37045         (debugger-list-functions): Add buttons; setup xref stack.
37047 2005-02-23  Richard M. Stallman  <rms@gnu.org>
37049         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
37050         appointment says it was explicitly made.
37051         (appt-add): Set the 3rd element.
37052         (appt-make-list): Preserve explicit appointments.
37054         * subr.el (find-tag-default): Catch errors in forward-sexp.
37056 2005-02-23  Juri Linkov  <juri@jurta.org>
37058         * info.el (Info-isearch-search): New defcustom.
37059         (Info-isearch-search): Call the default isearch function
37060         when Info-isearch-search is nil.
37061         (Info-isearch-wrap): Use variable Info-isearch-search.
37063 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
37065         * cus-edit.el: Comment change.
37067 2005-02-22  Kim F. Storm  <storm@cua.dk>
37069         * progmodes/hideif.el (hide-ifdef-use-define-alist):
37070         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
37072 2005-02-22  Simon Josefsson  <jas@extundo.com>
37074         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
37075         New variable.
37076         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
37077         Oskarsson" <myrkraverk@users.sourceforget.net>.
37079 2005-02-22  Kim F. Storm  <storm@cua.dk>
37081         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
37082         check that window of that event is the selected window.
37083         (mouse-drag-region-1): Compare mouse event window to selected
37084         window before setting point.
37086         * tooltip.el (tooltip-show-help-function): Pass event to
37087         mouse-on-link-p so it can check selected window.
37089 2005-02-22  Kenichi Handa  <handa@m17n.org>
37091         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
37092         (ps-mule-show-warning): New function.
37093         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
37094         characters are found.
37096         * ps-print.el (ps-header-footer-string): Return a list of header
37097         and footer strings.
37099 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
37101         * pcvs.el (cvs-retrieve-revision): Fix thinko.
37103 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
37105         * frame.el (blink-cursor-mode): Use define-minor-mode.
37107         * term/mac-win.el (function-key-map): Use char-names more consistently.
37108         (file-name-coding-system): Only set it for MacOS-9.  The other case is
37109         already handled in mule-cmds.el (where it also works when mac-win.el
37110         is not used).
37112 2005-02-21  Kenichi Handa  <handa@m17n.org>
37114         * international/mule.el (ctext-pre-write-conversion): Always use
37115         " *code-converting-work*" buffer for work.
37117         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
37119 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
37121         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
37123 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
37125         * ses.el (undo-more): Restore defadvice, but only the part that
37126         allows changes outside the restricted area of the buffer.
37128 2005-02-20  Kim F. Storm  <storm@cua.dk>
37130         * simple.el (line-move): Add fourth optional arg try-vscroll which
37131         must be set to perform auto-window-vscroll.
37132         When moving backwards and doing auto-window-vscroll, automatically
37133         vscroll to the last part of lines which are taller than the window.
37134         (next-line, previous-line): Set try-vscroll arg on line-move.
37136 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
37138         * replace.el (query-replace, query-replace-regexp)
37139         (replace-string, replace-regexp): When operating on region, make
37140         the minibuffer prompt say so.
37142         * isearch.el (isearch-forward): Document isearch-query-replace and
37143         isearch-query-replace-regexp keybindings.
37145 2005-02-19  Jay Belanger  <belanger@truman.edu>
37147         * calc/calc-aent.el (math-read-token): Add local variable.
37149         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
37150         (calc-edit-top): Move declaration to earlier in file.
37151         (calc-edit-macro-repeats): Add local variables.
37153         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
37154         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
37155         calcFunc-tanh.
37156         Adjust integration rule for calcFunc-tan.
37158 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
37160         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
37161         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
37162         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
37163         (viper-skip-separators): Bug fix.
37164         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
37165         particular major mode.
37166         (viper-del-backward-char-in-replace): Don't put deleted char on the
37167         kill ring.
37169         * emulation/viper-ex.el (viper-color-display-p): New function.
37170         (viper-has-face-support-p): Use viper-color-display-p.
37172         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
37174         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
37176         * emulation/viper-util.el (viper-glob-unix-files):
37177         Fix shell status check.
37178         (viper-file-remote-p): Make equivalent to file-remote-p.
37180         * emulation/viper.el (viper-major-mode-modifier-list):
37181         Use viper-gnus-modifier-map.
37183 2005-02-19  David Kastrup  <dak@gnu.org>
37185         * subr.el (subregexp-context-p): Fix garbled doc string by adding
37186         quoting.
37188 2005-02-19  Jay Belanger  <belanger@truman.edu>
37190         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
37191         Remove extra definitions.
37192         (calc-coth): New function.
37193         (calcFunc-cot): Fix `let'.
37195 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
37197         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
37198         the reasons we use "type pc" in these faces.
37200         * button.el (button): Ditto.
37202 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
37204         * replace.el (query-replace-read-from): Set the value of
37205         query-replace-from-history-variable to handle the case of an empty
37206         string entered to accept the suggested default.
37208         * net/tramp.el (tramp-file-name-for-operation):
37209         Use dired-call-process instead of dired-call-process-command.
37211 2005-02-19  Jay Belanger  <belanger@truman.edu>
37213         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
37214         (math-div-non-trig): New variables.
37215         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
37216         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
37217         (math-combine-prod, math-div-symb-fancy): Add simplifications for
37218         trig expressions.
37220 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
37222         * progmodes/gdb-ui.el (gdb-var-update-handler)
37223         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
37224         for watch expressions,
37225         (gdb-var-create-handler): Don't set speedbar-update-flag.
37226         (gdb-post-prompt): Simplify test for speedbar.
37228 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
37230         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
37231         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
37232         we use the syntax table of the correct buffer.
37233         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
37234         Felix Gatzemeier.
37236         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
37237         (ediff-file-remote-p): Make synonymous with file-remote-p.
37238         In all deffaces ediff-*-face-*, use min-colors.
37240         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
37241         ediff-recurse-to-subdirectories.
37242         (ediff-mark-if-equal): Check that the arguments are strings, use
37243         ediff-same-contents (after to Felix Gatzemeier).
37245         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
37246         nil.
37248 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
37250         * log-view.el (log-view-message-re): Fix up Subversion regexp.
37252 2005-02-18  David Kastrup  <dak@gnu.org>
37254         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
37255         use `mark-active' when defined.
37257 2005-02-18  Kenichi Handa  <handa@m17n.org>
37259         * ps-print.el (ps-font-info-database): New entry
37260         ZapfChancery-MediumItalic with correct font name.  Fix font name
37261         of the entry Zapf-Chancery-MediumItalic.
37263 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
37265         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
37267 2005-02-16  Kim F. Storm  <storm@cua.dk>
37269         * ido.el (ido-fallback-command): Pass user input to fallback command.
37271 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
37273         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
37274         (gdb-find-file-hook): Add server prefix.
37276 2005-02-16  Richard M. Stallman  <rms@gnu.org>
37278         * replace.el (perform-replace): Pass new args to replace-highlight.
37279         (replace-highlight): Take region args,
37280         and pass them to isearch-lazy-highlight-new-loop.
37282         * novice.el (disabled-command-hook): Autoload the defalias
37283         and the make-obsolete-variable call.
37285         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
37287         * isearch.el (isearch-lazy-highlight-start-limit)
37288         (isearch-lazy-highlight-end-limit): New variables limit
37289         the region for highlighting.
37290         (isearch-lazy-highlight-new-loop): New args BEG and END.
37291         (isearch-lazy-highlight-search): Use the new vars.
37292         (isearch-lazy-highlight-update): Likewise.
37294         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
37296         * cus-start.el (all): Use default-boundp.
37298 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
37300         * menu-bar.el (menu-bar-select-frame): Handle current frame.
37302 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
37304         * autorevert.el (auto-revert-stop-on-user-input)
37305         (auto-revert-verbose): Doc fixes.
37307 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
37309         * international/mule-cmds.el (set-locale-environment): Remove call
37310         to set-selection-coding-system on Windows.
37312 2005-02-15  Jay Belanger  <belanger@truman.edu>
37314         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
37315         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
37316         calcFunc-coth.
37317         (math-simplify-sqrt): Add simplifications.
37319         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
37320         to list.
37322         * calc/calc-ext.el: Add functions to autoloads.
37324         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
37325         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
37326         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
37327         (math-csc-raw, math-cot-raw): New functions.
37329         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
37331         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
37332         the variable name in a message.
37334         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
37335         calcFunc-csc, calcFunc-cot.
37337         * calc/calcalg2.el: Add derivative and integration rules for
37338         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
37339         calcFunc-csch, calcFunc-coth.
37340         (math-do-integral-methods): Add to checks for when to use
37341         substitutions.
37343         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
37345 2005-02-15  Lute Kamstra  <lute@gnu.org>
37347         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
37348         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
37349         <monnier@iro.umontreal.ca>.
37350         (lisp-outline-level): Improve efficiency.  Suggested by David
37351         Kastrup <dak@gnu.org>.
37353 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
37355         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
37356         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
37357         (gdb-set-gud-minor-mode-existing-buffers): New functions.
37358         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
37359         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
37361 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
37363         * cus-start.el (all): Comment change.
37365 2005-02-14  Lute Kamstra  <lute@gnu.org>
37367         * cus-start.el (all): Check if symbol is void.
37369 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
37371         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
37372         optional argument to \cite.
37374 2005-02-14  Richard M. Stallman  <rms@gnu.org>
37376         * cus-edit.el (custom-buffer-create-internal): Update help message.
37377         (custom-magic-alist): Update help messages.
37379         * cus-start.el (all): Allow a var to specify a standard value.
37381 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
37383         * custom.el (custom-theme-set-variables): Handle variable aliases.
37385         * frame.el (blink-cursor-timer): Doc fix.
37386         (blink-cursor): Make it an alias for `blink-cursor-mode' and
37387         declare obsolete.
37388         (blink-cursor-mode): Define with defcustom and use correct
37389         standard expression in that defcustom.
37390         * startup.el (command-line): Adapt to above changes in frame.el.
37392 2005-02-11  Lute Kamstra  <lute@gnu.org>
37394         * apropos.el (apropos-score-doc): Prevent division by zero.
37396 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
37398         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
37399         (icalendar--get-event-property-attributes)
37400         (icalendar--get-event-properties)
37401         (icalendar--datetime-to-diary-date): New functions.
37402         (icalendar--split-value): Doc fix.
37403         (icalendar--datetime-to-noneuropean-date)
37404         (icalendar--datetime-to-european-date): New optional argument
37405         SEPARATOR.  Return result as a string instead of a list.
37406         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
37407         (icalendar--convert-string-for-export): Rename arg S to STRING.
37408         (icalendar-export-region): Doc fix.  Change name of error buffer.
37409         Save output buffer.
37410         (icalendar-import-file): Add blank at end of prompt.
37411         (icalendar-import-buffer): Doc fix.  Do not switch to error
37412         buffer.  Indicate status in return value.
37413         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
37414         buffer.  Save output buffer.  Handle exception from recurrence
37415         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
37416         events.  Fix problems with weekly all-day events.
37418 2005-02-10  Richard M. Stallman  <rms@gnu.org>
37420         * simple.el (eval-expression-print-format):
37421         Avoid warning about edebug-active.
37423         * help.el (help-for-help-internal): Rename from help-for-help.
37424         (help-for-help): Define with defalias.
37426         * font-core.el (font-lock-default-function): Use with-no-warnings.
37428         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
37430         * custom.el (defface): Doc fix.
37432 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
37434         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
37435         width 0" to prevent word wrapping problems.
37437 2005-02-09  Kim F. Storm  <storm@cua.dk>
37439         * ido.el (ido-file-extensions-order): New defcustom.
37440         (ido-file-extension-lessp, ido-file-extension-aux)
37441         (ido-file-extension-order): New advanced file ordering.
37442         (ido-file-lessp): New simple file ordering.
37443         (ido-sort-list): Remove.
37444         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
37445         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
37447 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
37449         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
37450         that some versions of grep produce.
37451         (grep-mode-font-lock-keywords): Likewise.
37453 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
37455         * progmodes/gdb-ui.el (gdb-location-list): New variable.
37456         (gdb-cdir): Delete.
37457         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
37458         (gdb-source-info): Treat case when source file is in another
37459         directory properly.
37460         (gdb-get-location): New function.
37462 2005-02-07  Jay Belanger  <belanger@truman.edu>
37464         * calc/calc-prog.el (calc-write-parse-table-part)
37465         (calc-fix-token-name): Fix a check for language type.
37467         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
37469 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
37471         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
37472         as directory not writable.
37474 2005-02-07  Kim F. Storm  <storm@cua.dk>
37476         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
37477         (cua--standard-movement-commands): Remove list.
37478         Instead, set CUA property value to move for movement commands.
37479         (cua-movement-commands): Remove.  Users must set CUA prop instead.
37480         (cua--pre-command-handler): Check CUA property.
37481         (cua--init-keymaps): Don't remap undo commands.
37482         (cua-mode): Don't call cua--rectangle-on-off.
37484         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
37485         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
37486         (cua--rect-undo-set-point): New var.
37487         (cua--rectangle-undo-boundary): Setup undo apply entry.
37488         (cua--rect-undo-handler): New function for rectangle undo.
37489         (cua--rect-start-position, cua--rect-end-position): Add.
37490         (cua--rectangle-post-command): Call cua--rectangle-set-corners
37491         for restored rectangle.  Set point if cua--rect-undo-set-point.
37493 2005-02-06  Jay Belanger  <belanger@truman.edu>
37495         * calc/calc-lang.el (calc-tex-language): Display more information
37496         in messages.
37498         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
37499         in TeX mode.
37501 2005-02-06  Richard M. Stallman  <rms@gnu.org>
37503         * emacs-lisp/lisp.el (buffer-end): Doc fix.
37505 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
37507         * net/ldap.el (ldap-search-internal): Support attributes with
37508         optional descriptions separated by a semi-colon, as in
37509         "userCertificate;binary".
37511 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
37513         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
37514         isn't a cons (i.e. the version is 0).
37516 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
37518         * help.el (help-for-help): Doc fix.
37520 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
37522         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
37523         GDB-Windows on the menu-bar as this works better.
37525 2005-02-04  Jay Belanger  <belanger@truman.edu>
37527         * calc/calc-embed.el (calc-embedded-update): Don't put in
37528         unnecessary newlines.  Adjust the end of formula marker.
37530         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
37531         (math-latex-parse-two-args): New function.
37533 2005-02-03  Lute Kamstra  <lute@gnu.org>
37535         * help-fns.el (help-with-tutorial): Make sure that users cannot
37536         remove the entire text of the tutorial by means of `undo'.
37538 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
37540         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37541         in recent changes, where the ispell process was repeatedly
37542         killed & restarted.
37544         * international/mule-cmds.el (set-locale-environment): Set file-name
37545         coding system to utf-8 on Darwin systems.
37546         (set-default-coding-systems): Don't set default-file-name-coding-system
37547         on Darwin systems.
37549 2005-02-03  Richard M. Stallman  <rms@gnu.org>
37551         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
37553 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
37555         * faces.el (list-faces-display): Add optional argument.
37557 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
37559         * font-core.el (font-lock-default-function): Handle the rare case where
37560         only font-lock-keywords is set.
37562 2005-02-02  Kenichi Handa  <handa@m17n.org>
37564         * international/characters.el: Cancel previous change for
37565         I-WITH-DOT-ABOVE and DOTLESS-i.
37567         * international/latin-5.el: Cancel previous change.
37569 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37571         * progmodes/gud.el: Correction to syntax in gud-menu-map.
37573 2005-02-02  Kenichi Handa  <handa@m17n.org>
37575         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
37576         DOTLESS-i.
37578         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
37579         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
37581         * case-table.el (get-upcase-table): New function.
37582         (copy-case-table): Copy upcaes table too if non-nil.
37583         (set-case-syntax-delims): Maintain upcase table too.
37584         (set-case-syntax-pair): Likewise.
37585         (set-upcase-syntax, set-downcase-syntax): New functions.
37586         (set-case-syntax): Maintain upcase table too.
37588 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37590         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
37592         * progmodes/gud.el (gud-goto-info): New function.
37593         (gud-tool-bar-map): Use correct icon.
37595 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37597         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
37598         When delegating, order args in the funcall correctly.
37600 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37602         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
37604 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
37606         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
37607         buffer not visiting a file.
37609 2005-01-31  Jay Belanger  <belanger@truman.edu>
37611         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
37612         bound on the line with the formula.
37614 2005-01-31  Kim F. Storm  <storm@cua.dk>
37616         * ses.el (ses-create-cell-variable-range)
37617         (ses-destroy-cell-variable-range, ses-reset-header-string)
37618         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
37619         (ses-insert-row): Fix format of apply undo entries.
37621 2005-01-31  Jay Belanger  <belanger@truman.edu>
37623         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
37624         parts.
37626         * calc/calc-embed.el (calc-embedded-open-formula)
37627         (calc-embedded-close-formula): Ignore matrix environments.
37629         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
37630         TeX mode.
37632         * calc/calc-lang.el (math-function-table, math-oper-table)
37633         (math-variable-table): Adjust the LaTeX portions.
37635         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
37636         (math-latex-ignore-words): New constant.
37638 2005-01-31  Richard M. Stallman  <rms@gnu.org>
37640         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
37641         (ispell-local-dictionary): Doc fix.
37642         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
37643         Don't reinitialize at run time.  Don't defcustom.
37644         All uses changed to append ispell-local-dictionary-alist,
37645         or check it first.
37646         (ispell-current-dictionary): New variable for dictionary in use.
37647         (ispell-dictionary): Now used only for global default.
37648         (ispell-start-process): Set ispell-current-dictionary,
37649         not ispell-dictionary.
37650         (ispell-change-dictionary): Use this only for setting
37651         user preferences.
37652         (ispell-internal-change-dictionary): New function
37653         to change the current dictionary in use.
37654         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
37655         Use ispell-current-dictionary.
37656         Handle ispell-local-dictionary-overridden.
37657         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
37659 2005-01-31  Jay Belanger  <belanger@truman.edu>
37661         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
37663         * calc/calc-ext.el: Add calc-latex-language to autoloads.
37664         (calc-mode-map): Add calc-latex-language.
37666         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
37667         (math-latex-print-frac): New functions.
37668         (math-oper-table, math-function-table, math-variable-table)
37669         (math-complex-format, math-input-filter): Add latex properties.
37670         (calc-set-language): Set math-expr-special-function-mapping.
37672         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
37673         (calc-write-parse-table-part): Add LaTeX support.
37675         * calc/calc.el (calc-language): Adjust docstring.
37676         (calc-set-mode-line): Add LaTeX support.
37677         (math-expr-special-function-mapping): New variable.
37678         (math-tex-ignore-words): Add to list.
37680         * calc/calccomp.el (math-compose-expr, math-compose-rows):
37681         Add LaTeX support.
37682         (math-compose-expr): Add support for special functions.
37684         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
37686 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
37688         * progmodes/gdb-ui.el (gdb-memory-address)
37689         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
37690         (gdb-memory-mode-map, gdb-memory-format-keymap)
37691         (gdb-memory-format-menu, gdb-memory-unit-keymap)
37692         (gdb-memory-unit-menu): New variables for a buffer
37693         that lets the user examine program memory.
37694         (gdb-memory-set-address, gdb-memory-set-repeat-count)
37695         (gdb-memory-format-binary, gdb-memory-format-octal)
37696         (gdb-memory-format-unsigned, gdb-memory-format-signed)
37697         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
37698         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
37699         (gdb-memory-unit-word, gdb-memory-unit-halfword)
37700         (gdb-memory-unit-byte, gdb-memory-unit-menu)
37701         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
37702         (gdb-memory-mode, gdb-memory-buffer-name)
37703         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
37704         New functions for above buffer.
37706 2005-01-30  Richard M. Stallman  <rms@gnu.org>
37708         * cus-edit.el (custom-bury-buffer): Function deleted.
37709         (custom-buffer-done-function): Option deleted.
37710         (custom-buffer-done-kill): New replacement option.
37711         (Custom-buffer-done): Call quit-window.
37712         (custom-buffer-create-internal): Update for above changes.
37714 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
37716         * simple.el (undo-ask-before-discard): New var.
37717         (undo-outer-limit-truncate): Implement it.
37718         (undo-extra-outer-limit): Doc update.
37720 2005-01-29  Richard M. Stallman  <rms@gnu.org>
37722         * ses.el (undo-more): Delete defadvice.
37723         (ses-begin-change): Doc fix.
37725         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
37726         instead of rebinding C-x u and C-_.
37728         * files.el (normal-backup-enable-predicate): Return nil for files
37729         in /tmp, regardless of temporary-file-directory.
37731         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
37733         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
37734         (open-rectangle, delete-whitespace-rectangle-line)
37735         (clear-rectangle-line): If FILL, pass t instead of FILL
37736         for move-to-column's 2nd arg.
37738         * simple.el (undo): Fix the test for continuing a series of undos.
37739         (undo-more): Set pending-undo-list to t when we reach end.
37740         (pending-undo-list): Move up defvar.
37742         * wid-edit.el (widget-button-click):
37743         Shorten the range of the track-mouse binding.
37745         * comint.el (comint-insert-input): Undo previous changes;
37746         use last-input-event in interactive spec.
37748 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
37750         * progmodes/compile.el (compilation-start): Bind buffer-read-only
37751         to nil before invoking call-process.  Reset buffer's modified flag
37752         after fontifying it in the no-async branch.
37754         * wid-edit.el (widget-specify-button): If mouse pointer shape
37755         cannot be changed, use mouse face instead.
37757 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
37759         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
37760         (gdb-goto-breakpoint): Make breakpoint handling work on template
37761         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
37762         (gdb-assembler-custom): Update to recognize breakpoint information
37763         added on 2005-01-19.
37765 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
37767         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
37768         (dsssl-mode): Use define-derived-mode.
37769         (scheme-mode-initialize): Remove.
37770         (scheme-mode): Use run-mode-hooks.
37772         * cus-edit.el (customize-group-other-window)
37773         (custom-buffer-create-other-window): Don't override special-display-*.
37774         (custom-mode-map): Make it dense.
37776         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
37777         sets the default value.
37779 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
37781         * descr-text.el: Add more keywords.
37783 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
37785         * speedbar.el: Avoid unnecessary use of locate-library.
37787         * international/mule-cmds.el (standard-display-european-internal):
37788         Don't fiddle with latin-1 non-break space any more since it's now
37789         special cased in the C code.
37790         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
37792 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
37794         * cus-start.el (all): Add `undo-outer-limit'.
37796 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
37798         * textmodes/bibtex.el (bibtex-format-entry):
37799         Use `bibtex-empty-field-re' only on the text of fields, not on entire
37800         field lines.
37801         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
37802         not on part of a buffer.
37804 2005-01-25  Lute Kamstra  <lute@gnu.org>
37806         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
37807         nonempty field text strings like "{letters\\macro{}more letters}".
37808         Clarify docstring.
37809         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
37810         (bibtex-entry-offset, bibtex-parse-association)
37811         (bibtex-parse-field-name): Fix typos in docstrings.
37812         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
37814 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
37815             Juri Linkov  <juri@jurta.org>
37817         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
37818         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
37819         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
37820         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
37822         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
37823         isearch minor mode.
37825 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
37827         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
37829 2005-01-24  Lute Kamstra  <lute@gnu.org>
37831         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
37832         CASECHARS and NOT-CASECHARS regular expressions of the
37833         "nederlands" and "nederlands8" dictionaries to prevent a "Range
37834         striding over charsets" error.
37836 2005-01-24  Jay Belanger  <belanger@truman.edu>
37838         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
37839         display variable name.
37841 2005-01-24  Kenichi Handa  <handa@m17n.org>
37843         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
37844         Fix setting of the element of encoded-kbd-iso2022-invocations.
37846 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
37848         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
37849         (gdb-threads-select): Change to also accept mouse events.
37850         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
37851         (gdb-threads-mouse-select): Delete.
37853 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
37855         * files.el (insert-directory): Take care of empty directory,
37856         listed without -a switch.
37858 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
37860         * textmodes/refill.el (refill-post-command-function):
37861         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
37862         to the list of functions that we should be careful not to undo.
37863         (refill-late-fill-paragraph-function): Remove.
37864         (refill-saved-state): New var.
37865         (refill-mode): Use it to save fill-paragraph-function.
37866         Save also the value of auto-fill-function.
37868         * term/w32-win.el: Simplify code.
37870 2005-01-23  Kim F. Storm  <storm@cua.dk>
37872         * simple.el (line-move): Adapt to new return value from
37873         pos-visible-in-window-p.
37875         * simple.el (line-move): Fix last change.  Check partial
37876         visibility at point rather than at window-start.
37878 2005-01-22  Jason Rumney  <jasonr@gnu.org>
37880         * term/w32-win.el (xw-defined-colors): Remove debug-message.
37882 2005-01-22  David Kastrup  <dak@gnu.org>
37884         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
37886 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
37888         * type-break.el (type-break-mode): Add a test for
37889         type-break-file-name being non-nil.
37891 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
37893         * net/eudc.el (top level): Call (message "") via progn, so that
37894         eudc-options-file is loaded.
37896 2005-01-22  Kim F. Storm  <storm@cua.dk>
37898         * simple.el (line-move-1): Rename from line-move.
37899         (line-move): New function that adjusts vscroll for partially
37900         visible rows, and calls line-move-1 otherwise.
37902 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
37904         * pcomplete.el: Define pcomplete-read-event instead of read-event,
37905         since it's not a complete read-event implementation.
37907 2005-01-20  Jay Belanger  <belanger@truman.edu>
37909         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
37910         for called function.
37912 2005-01-20  Steven Tamm  <steventamm@mac.com>
37914         * term/mac-win.el (process-connection-type): Remove.
37915         Controlled now by s/darwin.h:PTY_ITERATION.
37917 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
37919         * window.el (handle-select-window): Don't switch window when we're
37920         in the minibuffer.
37922 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
37924         * subr.el (dotimes-with-progress-reporter): New macro.
37926         * ses.el (ses-dotimes-msg): Remove macro.
37927         Use `dotimes-with-progress-reporter' instead.
37929 2005-01-19  Steven Tamm  <steventamm@mac.com>
37931         * term/mac-win.el (process-connection-type): Use new
37932         operating-system-release variable to use ptys on Darwin 7 (OS X
37933         10.3) when using carbon build.
37935 2005-01-19  Jay Belanger  <belanger@truman.edu>
37937         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
37938         flags if the last command was a tab or M-tab.
37940         * calc/calc-prog.el (calc-user-define-edit): Put original formula
37941         in formula editing buffer.
37943 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37945         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
37946         breakpoint image symbol in margin.
37948 2005-01-19  Jay Belanger  <belanger@truman.edu>
37950         * calc/calc-prog.el (calc-execute-kbd-macro):
37951         Ignore calc-keep-arg-flag.
37953 2005-01-19  Kenichi Handa  <handa@m17n.org>
37955         * textmodes/ispell.el (ispell-looking-at): New function.
37956         (ispell-process-line): Use ispell-looking-at to compare the ispell
37957         output and the buffer contents.
37959 2005-01-18  Jay Belanger  <belanger@truman.edu>
37961         * calc/calc.el (calc-display-raw): Fix docstring.
37963 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
37965         * simple.el (blink-matching-open): Strip extra info from syntax.
37967         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
37968         funny chars in the end-of-here-doc marker.
37970 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37972         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
37973         that enable/disabled state of breakpoints is shown correctly in
37974         fringe and on ttys.
37975         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
37976         Add breakpoint information as text properties.
37977         (gdb-mouse-toggle-breakpoint):
37978         Rename to gdb-mouse-set-clear-breakpoint.
37979         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
37980         breakpoints in the margin.
37981         (gdb-remove-strings): Simplify.
37983 2005-01-17  Jay Belanger  <belanger@truman.edu>
37985         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
37986         erasing buffer.
37988 2005-01-17  Richard M. Stallman  <rms@gnu.org>
37990         * progmodes/grep.el (grep-find): Copy from `grep' the condition
37991         for calling grep-compute-defaults.
37993         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
37994         if buffer is empty.
37996         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
37998 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
38000         * hilit-chg.el (highlight-changes-mode): Don't autoload.
38002         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
38003         non-preloaded variables.
38005 2005-01-17  Steven Tamm  <steventamm@mac.com>
38007         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
38008         tex-shell cause to force interactivity when using pipes.
38010 2005-01-17  Kim F. Storm  <storm@cua.dk>
38012         * simple.el (just-one-space): Make arg optional.
38014 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
38016         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
38017         posn-at-x-y to t to access left-margin.
38019 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
38021         Sync with Tramp 2.0.47.
38023         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
38024         catching keep-date problems in cp/scp operations.
38025         (tramp-handle-copy-file): Don't call `set-file-modes'
38026         unconditionally.  Specialized functions should know better what is
38027         necessary.  This improves performance a little bit, and the
38028         functions could catch errors with `cp -p' and `scp -p'.
38029         (tramp-do-copy-or-rename-file-via-buffer)
38030         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
38031         when appropriate.
38032         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
38033         Call `set-file-modes' when appropriate.
38034         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
38035         Johnsson <isak@hypergene.com>.
38036         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
38037         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
38038         <joakim@verona.se>.
38039         (tramp-file-name-for-operation): Mark `shell-command' as magic for
38040         Emacs only.
38042         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
38043         `find-file-hooks' and `dired-mode-hook'.
38044         (tramp-minor-mode-map): Respective map.  Add remapping for
38045         `compile' and `recompile'.
38046         (tramp-remap-command, tramp-recompile): New defuns.
38047         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
38048         in buffer "*Compilation*".  Call the commands asynchronously.
38050         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
38051         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
38052         `shell-command', because it isn't magic in XEmacs.  Reported by
38053         Adrian Aichner <adrian@xemacs.org>.
38055         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
38056         `substitute-in-file-name.
38057         (tramp-smb-handle-substitute-in-file-name): New defun.
38058         (tramp-smb-advice-PC-do-completion): Delete advice.
38060 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
38062         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
38063         Fix error in deleting region.
38065 2005-01-15  Richard M. Stallman  <rms@gnu.org>
38067         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
38068         In non-temp buffer, switch syntax table temporarily.
38070         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
38072         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
38074         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
38076         * imenu.el (imenu--split-menu): Copy menulist before sorting.
38077         (imenu--generic-function): Use START, not BEG, as pos of definition.
38079         * simple.el (just-one-space): Argument specifies number of spaces.
38081         * simple.el (eval-expression-print-format): Avoid warning
38082         about edebug-active.
38084 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
38086         * progmodes/sh-script.el: Code copied from make-mode.el
38087         with small changes,
38088         (sh-mode-map): Bind C-c C-\.
38089         (sh-backslash-column, sh-backslash-align): New variables.
38090         (sh-backslash-region, sh-append-backslash): New functions.
38092 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38094         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
38095         (rmail-pop-password, rmail-pop-password-required): Move to
38096         rmail-obsolete group.
38097         (rmail-set-pop-password): Rename to rmail-set-remote-password.
38098         All callers updated.
38099         (rmail-get-pop-password): Rename to rmail-get-remote-password.
38100         Take an argument specifying whether it is POP or IMAP mailbox we
38101         are using.  All callers updated.
38102         (rmail-pop-password-error): Rename to
38103         rmail-remote-password-error.  Added mailutils-specific error message.
38104         (rmail-movemail-search-path)
38105         (rmail-movemail-variant-in-use): New variables.
38106         (rmail-remote-password, rmail-remote-password-required):
38107         New customization variables.
38108         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
38109         (rmail-parse-url): New function.
38110         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
38111         with GNU mailutils movemail.
38113 2005-01-15  Kevin Ryde  <user42@zip.com.au>
38115         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
38116         suffix to space, $ or '$, to correctly position point when going
38117         to @table style constants like DBL_MAX.
38119 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
38121         * type-break.el (type-break-mode, type-break-file-time)
38122         (type-break-file-keystroke-count, type-break-choose-file):
38123         Don't store data in or load data from the file if type-break-file-name
38124         is nil.
38125         (type-break-file-name): Doc update as per the above.
38127 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
38129         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
38130         lookup-key might return nil; handle that.
38132 2005-01-15  Alan Mackenzie  <acm@muc.de>
38134         * progmodes/ebrowse.el (ebrowse-class-in-tree):
38135         Return the tail of the tree rather than the element found,
38136         thus enabling the tree to be setcar'd.
38138 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
38140         * textmodes/org.el (org-show-following-heading): New option.
38141         (org-show-hierarchy-above): Use `org-show-following-heading'.
38142         (org-cycle): Documentation fix.
38144         * textmodes/org.el (orgtbl-optimized): New option.
38145         (orgtbl-mode): New command, a minor mode.
38146         (orgtbl-mode-map): New variable.
38147         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
38148         (orgtbl-error, orgtbl-self-insert-command)
38149         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
38151         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
38152         a local variable in each org-mode buffer.
38154         * textmodes/org.el (org-set-regexps-and-options): Rename from
38155         `org-set-regexps'.  Added checking for STARTUP keyword.
38156         (org-get-current-options): Add STARTUP options.
38157         (org-table-insert-row): Make mode intelligent about when
38158         realignment is needed.
38159         (org-self-insert-command, org-delete-backward-char, org-delete-char):
38160         New commands.
38161         (org-enable-table-editor): New default value `optimized'.
38162         (org-table-blank-field): Support blanking regions if active.
38164 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
38166         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
38167         if the year is not given.
38169         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
38170         Add new escapes %m and %M, fixed bug with %F by adding
38171         save-match-data.
38172         (reftex-reference): Remove ?. from list of spaces.
38173         (reftex-label-info): Add automatic label prefix recognition.
38175         * textmodes/reftex-index.el (reftex-index-next-phrase):
38176         Add slave parameter to call of `reftex-index-this-phrase'.
38177         (reftex-index-this-phrase): New optional argument.
38178         (reftex-index-region-phrases): Add slave parameter to call of
38179         `reftex-index-this-phrase'.
38180         (reftex-display-index): New argument redo.
38181         (reftex-index-rescan): Add `redo' to arguments of
38182         `reftex-display-index'.
38183         (reftex-index-Rescan, reftex-index-revert)
38184         (reftex-index-switch-index-tag): Add `redo' to arguments of
38185         `reftex-display-index'.
38186         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
38187         indexing.  Fix bug with matching is there is a quote before or
38188         after the word.
38190         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
38191         Fix bug when collecting citation keys in lines with comments.
38192         (reftex-citation): Prefix argument no longer rescans the document,
38193         but forces prompting for optional arguments of cite macros.
38194         (reftex-do-citation): Prompting for optional arguments implemented.
38196         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
38197         Add optional arguments to most cite commands.
38198         (reftex-cite-cleanup-optional-args): New option
38199         (reftex-cite-prompt-optional-args): New option.
38200         (reftex-trust-label-prefix): New option.
38202         * textmodes/reftex-toc.el (reftex-toc-find-section):
38203         Add push-mark before changing the position in the buffer.
38205         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
38206         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
38208 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
38210         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
38211         more carefully.
38213 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
38215         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
38216         (sgml-mode): Use it.
38217         (sgml-get-context): Better keep track of implicitly closed tags.
38219 2005-01-13  Kenichi Handa  <handa@m17n.org>
38221         * textmodes/ispell.el: These changes are to fix misalignment error
38222         caused by equivalent characters of different Emacs charsets.
38223         (ispell-unified-chars-table): New variable.
38224         (ispell-get-decoded-string): New function.
38225         (ispell-get-casechars, ispell-get-not-casechars)
38226         (ispell-get-otherchars): Call ispell-get-decoded-string.
38228 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
38230         * custom.el (custom-declare-variable): Just put symbol instead
38231         of (defvar . symbol) in `current-load-list'.
38233 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
38235         * emacs-lisp/elint.el: Fixed typo in Commentary section.
38237 2005-01-12  Jay Belanger  <belanger@truman.edu>
38239         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
38240         to create a Calc summary.
38242 2005-01-12  Kim F. Storm  <storm@cua.dk>
38244         * mouse.el (mouse-on-link-p): Change functionality and doc
38245         string to comply with latest description in lisp ref.
38247 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
38249         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
38250         Enable mouse clicks on mode-line, header-line and margin.
38251         (event-type): Give mouse event symbols an `event-kind' property
38252         with value `mouse-click'.
38254 2005-01-12  Juri Linkov  <juri@jurta.org>
38256         * facemenu.el (list-colors-display): Add new arg buffer-name.
38257         Use it.  Fix docstring.  Replace code for identifying duplicate
38258         colors by the name with call to `list-colors-duplicates' which
38259         identifies duplicate colors by the value unless the color
38260         is one of special Windows colors.  Set truncate-lines to t.
38261         Print sorted duplicate color names on each line.  Indent to 22
38262         \(the longest color name in rgb.txt) instead of 20.  Optimize.
38263         (list-colors-duplicates): New function.
38264         (facemenu-color-name-equal): Delete function.
38266         * facemenu.el (list-colors-print): New function created from code
38267         in list-colors-display.  Print #RRGGBB at the window right edge.
38268         (list-colors-display): When temp-buffer-show-function is not
38269         defined, call list-colors-print from temp-buffer-show-hook
38270         to get the right value of window-width in list-colors-print
38271         after the buffer is displayed.
38273         * simple.el (pop-mark): Move deactivate-mark out of conditional
38274         part to deactivate the active mark regardless of the state of the
38275         mark ring.
38277         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
38278         variables line in desktop files.
38280 2005-01-12  Juri Linkov  <juri@jurta.org>
38282         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
38283         Bring together isearch highlight related options.
38284         (lazy-highlight): Replace group `replace' by `matching'.
38285         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38286         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38287         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
38288         and declare them obsolete.
38289         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
38290         (isearch-faces): Remove defgroup.
38291         (isearch-overlay, isearch-highlight, isearch-dehighlight):
38292         Move isearch highlighting code closer to lazy highlighting code.
38294         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
38295         (query-replace-highlight, query-replace-lazy-highlight)
38296         (query-replace): Move definitions to the beginning of the file.
38298 2005-01-11  Juri Linkov  <juri@jurta.org>
38300         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
38301         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
38302         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
38304         * info.el (Info-history-forward): New variable.
38305         (Info-select-node): Reset Info-history-forward to nil.
38306         (Info-last): Turn into defalias.
38307         (Info-history-back): Rename from Info-last.
38308         Add current node to Info-history-forward.
38309         (Info-history-forward): New fun.
38310         (Info-mode-map): Replace Info-last by Info-history-back.
38311         Bind Info-history-forward to "r".
38312         (Info-mode-menu): Replace Info-last by Info-history-back.
38313         Fix menu item text.  Add menu item for Info-history-forward.
38314         (info-tool-bar-map): Replace Info-last by Info-history-back.
38315         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
38316         for Info-history-forward.
38317         (Info-mode): Replace Info-last by Info-history-back in docstring.
38318         Add local variable Info-history-forward.
38319         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
38321 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
38323         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
38324         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
38325         Ignore select-window events rather than fiddle with
38326         mouse-autoselect-window.
38328 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
38330         * type-break.el (type-break-mode): Fix previous change.
38332 2005-01-10  Jay Belanger  <belanger@truman.edu>
38334         * calc/calc-ext.el (calc-reset): Reset when inside embedded
38335         calculator; only reset when point is inside a calculator.
38336         Don't adjust the window height if the window takes up the whole height
38337         of the frame.
38339 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
38341         * ebuff-menu.el (Electric-buffer-menu-mode):
38342         Preserve value of buffer-local var header-line-format.
38344 2005-01-09  Jay Belanger  <belanger@truman.edu>
38346         * calc/calc.el (calc-mode-var-list-restore-saved-values):
38347         Make sure settings file exists before accessing it.
38349         * calc/calc-embed.el (calc-embedded-subst):
38350         Replace math-multi-subst-rec, which is only supposed to be called
38351         by math-multi-subst, by math-multi-subst.
38353 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
38355         * vc.el (vc-allow-async-revert): New user option.
38356         (vc-disable-async-diff): New internal variable.
38357         (vc-revert-buffer): Use them to disable asynchronous diff.
38359         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
38360         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
38361         asynchronously if vc-disable-async-diff is t.
38363 2005-01-09  Jay Belanger  <belanger@truman.edu>
38365         * calc/calc.el (defcalcmodevar): New macro.
38366         (calc-mode-var-list-restore-default-values)
38367         (calc-mode-var-list-restore-saved-values): New functions.
38368         (calc-mode-var-list): Use defcalcmodevar to define it.
38369         (calc-always-load-extensions, calc-line-numbering)
38370         (calc-line-breaking, calc-display-just, calc-display-origin)
38371         (calc-number-radix, calc-leading-zeros, calc-group-digits)
38372         (calc-group-char, calc-point-char, calc-frac-format)
38373         (calc-prefer-frac, calc-hms-format, calc-date-format)
38374         (calc-float-format, calc-full-float-format, calc-complex-format)
38375         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
38376         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
38377         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
38378         (calc-matrix-brackets, calc-language, calc-language-option)
38379         (calc-left-label, calc-right-label, calc-word-size)
38380         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
38381         (calc-display-raw, calc-internal-prec, calc-angle-mode)
38382         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
38383         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
38384         (calc-window-height, calc-display-trail, calc-show-selections)
38385         (calc-use-selections, calc-assoc-selections)
38386         (calc-display-working-message, calc-auto-why, calc-timing)
38387         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
38388         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
38389         (calc-gnuplot-default-device, calc-gnuplot-default-output)
38390         (calc-gnuplot-print-device, calc-gnuplot-print-output)
38391         (calc-gnuplot-geometry, calc-graph-default-resolution)
38392         (calc-graph-default-resolution-3d, calc-invocation-macro)
38393         (calc-show-banner): Use defcalcmodevar to declare them and set
38394         their default values.
38396         * calc/calc-ext.el (calc-reset): Restore saved values of variables
38397         instead of default values (but restore default values if there is
38398         an argument of 0).
38400 2005-01-09  David Kastrup  <dak@gnu.org>
38402         * desktop.el (desktop-restore-eager): Fix typo in type.
38404 2005-01-08  Richard M. Stallman  <rms@gnu.org>
38406         * cus-edit.el (customize): Delete :link.
38408 2005-01-08  Jay Belanger  <belanger@truman.edu>
38410         * calc/calc.el (calc-mode): Remove the extension from the
38411         `calc-settings-file' file name when loading it.
38413 2005-01-08  Kim F. Storm  <storm@cua.dk>
38415         * info.el (Info-mode-map, Info-next-link-keymap)
38416         (Info-prev-link-keymap, Info-up-link-keymap):
38417         Map follow-link to mouse-face.
38418         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
38420 2005-01-08  Jay Belanger  <belanger@truman.edu>
38422         * calc/calc.el (calc-settings-file): Change default value.
38423         Suggested by cgw in a comment in calc-mode.el.
38425         * calc/calc-mode.el (calc-settings-file-name):
38426         Compare calc-settings-file to user-init-file instead of ~/.emacs.
38427         Replace ~/.emacs in a prompt by calc-settings-file.
38429 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
38431         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
38432         (desktop-lazy-idle-delay): New customizable variables.
38433         (desktop-buffer-args-list): New variable.
38434         (desktop-append-buffer-args): New function.
38435         (desktop-save): Call desktop-append-buffer-args for some buffers.
38436         (desktop-lazy-create-buffer): New function.
38437         (desktop-idle-create-buffers): New function.
38438         (desktop-read): Add message about buffers to restore lazily.
38439         (desktop-lazy-abort): New command.
38440         (desktop-clear): Call desktop-lazy-abort.
38441         (desktop-lazy-complete): New command.
38443 2005-01-06  Richard M. Stallman  <rms@gnu.org>
38445         * emacs-lisp/find-func.el (find-face-definition):
38446         Rename from find-face.
38448 2005-01-06  Kim F. Storm  <storm@cua.dk>
38450         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
38452         * man.el (Man-xref-man-page, Man-xref-header-file)
38453         (Man-xref-normal-file): Add follow-link property.
38455 2005-01-06  Jay Belanger  <belanger@truman.edu>
38457         * calc/calc-units.el: Make sure the proper macro definitions are
38458         available when compiling.
38460 2005-01-06  Juri Linkov  <juri@jurta.org>
38462         * isearch.el (isearch-lazy-highlight-update):
38463         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
38465 2005-01-06  Miles Bader  <miles@gnu.org>
38467         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
38468         (isearch-lazy-highlight-face): Use new name.
38470 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
38472         * uniquify.el (uniquify-rationalize-file-buffer-names):
38473         Re-add an interactive spec.
38474         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
38475         to the same name.
38477         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
38478         (isearch-update, isearch-done): Adjust calls accordingly.
38480 2005-01-05  Richard M. Stallman  <rms@gnu.org>
38482         * custom.el (custom-set-variables, custom-theme-set-variables):
38483         Clarify documentation.
38485         * emacs-lisp/find-func.el (find-variable)
38486         (find-variable-other-window, find-variable-other-frame):
38487         Fix the TYPE args to find-function-read and find-function-do-it.
38488         (find-function): Doc fix.
38489         (find-function-at-point): Replace function-at-point alias.
38491 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38493         * cus-face.el (custom-declare-face):
38494         Record defface in current-load-list.
38496         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
38498         * emacs-lisp/find-func.el: Doc fixes.
38499         (find-face-regexp): New variable.
38500         (find-function-regexp-alist): New variable.
38501         (find-function-C-source): Third arg is now TYPE.
38502         (find-function-search-for-symbol): Handle general TYPE.
38503         (find-function-read, find-function-do-it): Handle general TYPE.
38504         (find-definition-noselect, find-face): New functions.
38505         (function-at-point): Alias deleted.
38507 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
38509         * battery.el (display-battery-mode): Rename from display-battery.
38510         Handle the case where it gets turned off.
38512 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38514         * cus-edit.el (customize): Make :link point to user doc.
38516         * man.el (Man-fontify-manpage): Turn off undo generation.
38518         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
38520 2005-01-04  Andreas Schwab  <schwab@suse.de>
38522         * files.el (insert-directory): Only look for error lines in
38523         inserted text.  Don't move too far after processing --dired markers.
38525 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38527         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
38528         Don't expand if the character is @, period, dash, etc.
38529         (define-mail-abbrev): Quote names that contain problem characters.
38531 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
38533         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
38535 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38537         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
38538         (query-replace-highlight, query-replace-lazy-highlight)
38539         (query-replace): Definitions moved up.  Doc fix.
38541 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38543         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
38544         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38545         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38546         (lazy-highlight-face): Rename from isearch-lazy-...
38547         Change all references to them.
38549 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
38551         * cus-edit.el (custom-file): Doc fix for defcustom.
38552         (custom-file): The function no longer sets the variable
38553         `custom-file' to its return value.
38555         * startup.el (command-line): No longer load `custom-file'.
38557 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
38559         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
38561         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
38562         Don't confuse module-prefixed identifiers for labels.
38563         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
38565 2005-01-02  Richard M. Stallman  <rms@gnu.org>
38567         * files.el (basic-save-buffer-1): Fix previous change.
38569         * loadhist.el (file-loadhist-lookup): New function.
38570         (file-provides, file-requires): Use it.
38572         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
38573         instead of calculating the right size.
38575 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
38577         * vc-svn.el (vc-svn-diff): Stay local if possible.
38579 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
38581         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
38583         * files.el (hack-local-variables): Fix last change.
38585 2005-01-02  Jay Belanger  <belanger@truman.edu>
38587         * calc/calc-yank.el (calc-edit-top): New variable.
38588         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
38589         object.  Change header properties.
38590         (calc-edit-finish, calc-edit-finish-stack-object)
38591         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
38592         edited object.
38593         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
38594         for the beginning of the edited object.
38595         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
38596         for the beginning of the edited object.
38597         * calc/calc-prog.el (calc-edit-macro-finish-edit)
38598         (calc-finish-formula-edit, calc-macro-repeats)
38599         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
38600         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
38601         beginning of the edited object.
38602         (calc-user-define-edit): Change the header for editing macros.
38603         Remove unnecessary variable.
38605 2005-01-01  Jay Belanger  <belanger@truman.edu>
38607         * calc/calc-yank.el (calc-edit-mode): Change default header.
38608         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
38609         * calc/calc-store.el (calc-edit-variable): Change title to match new
38610         header.
38611         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
38612         mode to match new header.
38613         (calc-user-define-edit): Change titles to include names of commands.
38614         (calc-finish-formula-edit): Adjust to handle new header.
38615         (calc-finish-macro-edit): Remove.
38616         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
38617         (calc-edit-macro-command, calc-edit-macro-command-type)
38618         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
38619         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
38620         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
38621         (calc-edit-macro-finish-edit): New functions.
38622         (calc-user-define-edit): Use new functions to edit named calc macros.
38624 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
38626         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
38628         * ses.el (copy-region-as-kill): Deactivate mark.
38630 2005-01-01  Richard M. Stallman  <rms@gnu.org>
38632         * replace.el (occur-1): If the output buffer is also an input,
38633         don't kill it, rename it.
38635         * faces.el (set-face-background, set-face-foreground): Doc fix.
38637         * cus-face.el (custom-face-attributes): Fix :help-echo strings
38638         for :foreground and :background.
38640         * dired.el (dired-view-command-alist): Variable deleted.
38641         (dired-view-file, dired-mouse-find-file-other-window):
38642         Delete the code to use it.
38644 2005-01-01  Kim F. Storm  <storm@cua.dk>
38646         * image.el (insert-sliced-image): Use t for line-height property.
38648 See ChangeLog.11 for earlier changes.
38650 ;; Local Variables:
38651 ;; coding: iso-2022-7bit
38652 ;; add-log-time-zone-rule: t
38653 ;; End:
38655     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
38657   This file is part of GNU Emacs.
38659   GNU Emacs is free software; you can redistribute it and/or modify
38660   it under the terms of the GNU General Public License as published by
38661   the Free Software Foundation; either version 3, or (at your option)
38662   any later version.
38664   GNU Emacs is distributed in the hope that it will be useful,
38665   but WITHOUT ANY WARRANTY; without even the implied warranty of
38666   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38667   GNU General Public License for more details.
38669   You should have received a copy of the GNU General Public License
38670   along with GNU Emacs; see the file COPYING.  If not, write to the
38671   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38672   Boston, MA 02110-1301, USA.
38674 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1