Regenerate.
[emacs.git] / lisp / ChangeLog
blob96ec3e8c1d876dbaff365bb76ef68d41bfcd40a4
1 2008-08-15  Glenn Morris  <rgm@gnu.org>
3         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline.
4         (Bug#699)
6 2008-08-13  Martin Rudalics  <rudalics@gmx.at>
8         * emacs-lisp/find-func.el (find-library): Wrap search for
9         library name in condition-case to avoid reporting a scan-error.
10         (Bug#563)  (sync from trunk 2008-01-25)
12 2008-08-12  Juanma Barranquero  <lekktu@gmail.com>
14         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
16         * play/solitaire.el (solitaire-solve): Err out if the solitaire
17         is already in progress.
19 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
21         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
23 2008-08-10  Glenn Morris  <rgm@gnu.org>
25         * Makefile.in (bootstrap-prepare): Explictly pass EMACS to sub-makes
26         that use it, for non-GNU makes (sync from trunk 2008-06-08).
28         * cus-dep.el (generated-custom-dependencies-file): Doc fix (sync from
29         trunk 2008-06-05).
31         * finder.el (generated-finder-keywords-file, finder-exit):
32         Doc fix (sync from trunk 2008-06-05).
34         * simple.el (toggle-truncate-lines): Doc fix (sync from trunk
35         2008-04-10).
37         * subr.el (locate-library): Doc fix (sync from trunk 2008-06-10).
39         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix (sync
40         from trunk 2008-06-13).
41         (byte-compile-file): Doc fix (sync from trunk 2008-04-27).
43         * progmodes/f90.el (f90-beginning-of-subprogram)
44         (f90-end-of-subprogram):  Only give a message when interactive (sync
45         from trunk 2008-06-12).
47         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
48         before trying to move there (sync from trunk 2008-06-11).
50         * calendar/cal-bahai.el (holiday-bahai): Use an algorithm actually
51         relevant to this calendar system (sync from trunk 2008-03-31).
52         (calendar-bahai-date-string): Avoid an error for pre-Bahai dates (sync
53         from trunk 2008-03-31).
54         (calendar-print-bahai-date): Handle pre-Bahai dates (sync from trunk
55         2008-03-20).
56         (calendar-absolute-from-bahai): Fix the leap-year case (sync from trunk
57         2008-03-20).
59         * calendar/calendar.el (increment-calendar-month): Optionally handle
60         systems without 12 months per year (sync from trunk 2008-03-31; needed
61         for above holiday-bahai fix).
63         * calendar/cal-islam.el (holiday-islamic): Doc fix (sync from trunk
64         2008-04-23).
66         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
67         in the last fortnight in Julian October (sync from trunk 2008-03-31).
69         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type (sync
70         from trunk 2008-04-11).
72         * calendar/calendar.el (calendar-nth-named-absday)
73         (calendar-nth-named-day):
74         * calendar/diary-lib.el (list-sexp-diary-entries, diary-float):
75         * calendar/holidays.el (holiday-float):
76         Doc fixes (sync from trunk 2008-04-29).
78         * calendar/diary-lib.el (simple-diary-display, diary-show-all-entries)
79         (make-diary-entry): Respect non-nil values of pop-up-frames (sync from
80         trunk 2008-03-28).
82         * calendar/diary-lib.el (diary-remind): Doc fix.
84 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
86         * kmacro.el (kmacro-exec-ring-item): Add autoload.
88         * files.el (auto-save-visited-file-name): Move definition to
89         fileio.c.
91         * cus-start.el (all): Handle auto-save-visited-file-name.
93 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
95         * cus-edit.el (custom-save-all): Avoid destroying symlink if
96         already visiting the custom file.
98         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
99         pending output coming after the status change.
101 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
103         * files.el (abbreviate-file-name): When replacing $HOME with ~,
104         turn off case-fold-search.
106 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org> (tiny change)
108         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
109         move the (arglist-cont-nonempty) from c-offsets-alist to
110         c-hanging-braces-alist like other styles already have.
112 2008-07-19  Markus Triska  <markus.triska@gmx.at>
114         * image-mode.el (image-mode): Set image-mode-text-map when image
115         cannot be displayed.
117 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
119         * textmodes/flyspell.el (flyspell-word, flyspell-large-region)
120         (flyspell-region): Call ispell-maybe-find-aspell-dictionaries.
122         * simple.el (next-error): Do a redisplay to prevent incorrect
123         recentering (workaround for bug#197).
125 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
127         * net/tramp.el (tramp-perl-directory-files-and-attributes)
128         (tramp-get-device): Make device number a cons cell.
130 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
132         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
133         invalid filename strings when parsing tex errors (bug#376).
135 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
137         * dired-aux.el (dired-copy-file-recursive): Avoid calling
138         set-file-modes when creating target directories.
140 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
142         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
143         key remapping, not directly.
145 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
147         * progmodes/flymake.el (flymake-errline, flymake-warnline): Use
148         more suitable colors on dark displays.
150 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
152         * shell.el (shell-dynamic-complete-functions): Use
153         comint-dynamic-complete-filename as well (bug#361).
155 2008-06-21  Alan Mackenzie  <acm@muc.de>
157         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
158         infinite loop on invalid syntax.
160 2008-06-11  Michael Albinus  <michael.albinus@gmx.de>
162         * net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
164 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
166         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
168 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * tar-mode.el (tar-header-block-summarize): Ensure one space around
171         user&group.
173 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
175         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
176         Use diary-ordinal-suffix.
178 2008-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
182 2008-05-24  Alan Mackenzie  <acm@muc.de>
184         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
185         if c-file-style is set to a non-string
187         (c-neutralize-CPP-line): Surround by `save-excursion'.
188         (c-neutralize-syntax-in-CPP): Optimize for speed.
190 2008-05-18  David Hull <david@snap.com>  (tiny change)
192         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
194 2008-05-18  mohrmarc  <debian@miller-mohr.de>  (tiny change)
196         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
197         logic operators .eqv. and .neqv.
199 2008-05-17  David Hull <david@snap.com>  (tiny change)
201         * vc-hg.el (vc-hg-annotate-command): Allow white space before
202         version number.
204 2008-05-12  Simon Marshall  <simon@gnu.org>
206         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
207         from its default value and give it the risky-local-variable
208         property (CVE-2008-2142).
210 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
212         * smerge-mode.el (smerge-command-prefix): Fix custom type.
214 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
216         * textmodes/org.el (org-read-date-get-relative): Interpret lone
217         weekday abbreviation as relative to today.
219 2008-05-01  Nick Roberts  <nickrob@snap.net.nz>
221         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
222         Don't throw error if no file is found.
224 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
226         * net/tramp.el (tramp-replace-environment-variables): Remove it.
227         There is a more simple solution.
228         (tramp-file-name-handler): Apply `substitute-in-file-name' w/o
229         Tramp file name handlers.
231 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
233         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
234         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
235         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
236         (gdb-assembler-custom): Be careful not to match other addresses.
238 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
240         * net/tramp.el (tramp-replace-environment-variables): New defun.
241         (tramp-file-name-handler): Use it.
243 2008-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
246         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
247         (diff-sanity-check-hunk): Adjust code accordingly.
249 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
251         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
253 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
255         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
256         (gdb-set-gud-minor-mode-existing-buffers)
257         (gdb-info-breakpoints-custom, gdb-get-location)
258         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
259         Previously gdb-create-define-alist wasn't always run and added to
260         after-save-hook.
262         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
264 2008-04-12  Kevin Ryde  <user42@zip.com.au>
266         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
267         comments like unindented ones.
269 2008-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
271         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
272         parameter origins.
274 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
278 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
280         * woman.el (woman2-TH): Use string-equal instead of string-match.
282 2008-04-11  Kevin Ryde  <user42@zip.com.au>
284         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
285         Bind print-level to ensure output forms aren't truncated if
286         print-level is set to eval-expression-print-level when going via
287         eval-defun and friends, or has been otherwise fiddled with.
289 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
291         * net/tramp.el (tramp-find-file-name-coding-system-alist):
292         New defun.
293         (tramp-handle-insert-file-contents, tramp-handle-write-region):
294         Use it.
296         * net/trampver.el: Update release number.
298 2008-04-09  Alan Mackenzie  <acm@muc.de>
300         * font-lock.el (font-lock-extend-after-change-region-function):
301         Make it buffer local.
303 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * progmodes/cc-mode.el (c-basic-common-init): Don't set
306         font-lock-extend-after-change-region-function globally.
308 2008-04-08  Carsten Dominik  <dominik@science.uva.nl>
310         * textmodes/org-export-latex.el: New file.
312         * textmodes/org-irc.el: New file.
314         * textmodes/org-mac-message.el: New file.
316         * textmodes/org-publish.el: New file.
318         * textmodes/org.el (org-agenda-collect-markers)
319         (org-create-marker-find-array)
320         (org-check-agenda-marker-table, org-extract-log-state-settings)
321         (org-nofm-to-completion, org-refile-goto-last-stored)
322         (org-export-html-convert-special-strings, org-first-list-item-p)
323         (org-imenu-new-marker, org-imenu-get-tree)
324         (org-speedbar-set-agenda-restriction)
325         (org-agenda-set-restriction-lock)
326         (org-agenda-remove-restriction-lock)
327         (org-agenda-maybe-redo, org-compute-latex-and-specials-regexp)
328         (org-do-latex-and-special-faces, org-read-date-display)
329         (org-select-remember-template, org-agenda-copy-local-variable)
330         (org-read-date-get-relative, org-columns-cleanup-item)
331         (org-find-entry-with-id)
332         (org-insert-columns-dblock, org-listtable-to-string)
333         (org-dblock-write:columnview, org-columns-capture-view)
334         (org-edit-headline, org-parse-local-options)
335         (org-in-clocktable-p, org-property-or-variable-value)
336         (org-get-tags-string, org-up-heading-safe)
337         (org-fast-todo-selection, org-get-wdays)
338         (org-switch-to-buffer-other-window, org-agenda-deadline-face)
339         (org-add-link-type, org-columns-content, org-columns-widen)
340         (org-columns-next-allowed-value, org-columns-edit-allowed)
341         (org-columns-store-format)
342         (org-columns-uncompile-format, org-columns-redo)
343         (org-columns-edit-attributes, org-delete-property)
344         (org-set-property, org-columns-update, org-columns-compute)
345         (org-columns-eval)
346         (org-columns-not-in-agenda, org-columns-compute-all)
347         (org-property-next-allowed-value)
348         (org-columns-compile-format, org-fill-paragraph-experimental)
349         (org-string-to-number, org-property-action, org-columns-move-left)
350         (org-columns-new)
351         (org-column-number-to-string, org-property-previous-allowed-value)
352         (org-at-property-p, org-columns-delete)
353         (org-columns-previous-allowed-value)
354         (org-columns-move-right, org-columns-narrow)
355         (org-property-get-allowed-values)
356         (org-verify-version, org-column-string-to-number)
357         (org-delete-property-globally)
358         (org-get-property-block, org-entry-properties, org-entry-get)
359         (org-entry-delete, org-entry-get-with-inheritance)
360         (org-entry-put, org-buffer-property-keys, org-new-column-overlay)
361         (org-overlay-columns)
362         (org-overlay-columns-title, org-remove-column-overlays)
363         (org-column-show-value, org-column-quit, org-column-edit)
364         (org-cached-entry-get, org-table-put-field-property)
365         (org-get-columns-autowidth-alist, turn-on-orgstruct)
366         (orgstruct-error, orgstruct-setup)
367         (orgstruct-make-binding, org-context-p, org-get-local-variables)
368         (org-run-like-in-org-mode)
369         (org-make-link-regexps, org-remove-keyword-keys)
370         (org-get-todo-face, org-export-get-title-from-subtree)
371         (org-assign-fast-keys, org-get-min-level)
372         (org-get-wdays, org-clock-find-position)
373         (org-clock-goto, org-fontify-priorities)
374         (org-get-date-from-calendar)
375         (org-entry-add-to-multivalued-property)
376         (org-entry-remove-from-multivalued-property)
377         (org-entry-member-in-multivalued-property)
378         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state)
379         (org-agenda-get-restriction-and-command)
380         (org-open-link-from-string, org-columns-open-link)
381         (org-go-to-remember-target, org-remember-insinuate)
382         (org-icalendar-cleanup-string, org-first-sibling-p)
383         (org-back-over-empty-lines, org-skip-whitespace)
384         (org-goto-local-auto-isearch)
385         (org-clocktable-steps, org-refile-get-location)
386         (org-kill-line, org-remove-timestamp-with-keyword)
387         (org-local-logging): New functions.
388         (org-agenda-marker-table, org-log-note-how)
389         (org-goto-local-auto-isearch-map)
390         (org-last-remember-storage-locations)
391         (org-imenu-markers, org-agenda-restriction-lock-overlay)
392         (org-speedbar-restriction-lock-overlay)
393         (org-massive-special-regexp)
394         (org-verbatim-re, org-read-date-display-live)
395         (org-agenda-file-regexp, org-complex-heading-regexp)
396         (org-completion-fallback-command, org-todo-log-states)
397         (org-goto-exit-command, org-goto-selected-point)
398         (org-todo-key-alist, org-todo-key-trigger, org-agenda-remove-date)
399         (org-agenda-after-show-hook, org-agenda-skip-unavailable-files)
400         (org-fast-tag-selection-can-set-todo-state, org-local-properties)
401         (org-store-link-functions, org-columns-top-level-marker)
402         (orgstruct-mode-map, org-entry-property-inherited-from)
403         (org-column-overlays, org-current-columns-fmt)
404         (org-current-columns-maxwidths, org-column-map)
405         (org-cached-props): New variables.
406         (org-special-ctrl-k, org-goto-auto-isearch)
407         (org-agenda-todo-keyword-format)
408         (org-remember-use-refile-when-interactive)
409         (org-imenu-depth, org-highlight-latex-fragments-and-specials)
410         (org-agenda-skip-scheduled-if-done, org-extend-today-until)
411         (org-agenda-window-frame-fractions, org-fontify-priorities)
412         (org-agenda-deadline-leaders, org-use-property-inheritance)
413         (org-clock-into-drawer, org-agenda-compact-blocks)
414         (org-use-fast-todo-selection, org-fast-tag-selection-include-todo)
415         (org-edit-timestamp-down-means-later, org-todo-keyword-faces)
416         (org-agenda-deadline-faces, org-remember-store-without-prompt)
417         (org-default-columns-format)
418         (org-agenda-default-appointment-duration)
419         (org-export-with-footnotes, org-clock-out-when-done)
420         (org-global-properties, org-todo-keyword-faces)
421         (org-archive-save-context-info)
422         (org-edit-timestamp-down-means-later)
423         (org-scheduled-past-days, org-export-with-drawers)
424         (org-read-date-prefer-future, org-hide-emphasis-markers)
425         (org-clock-heading-function, org-clock-in-switch-to-state)
426         (org-export-with-special-strings): New options.
427         (org-link-store, org-link-follow, org-latex)
428         (org-remember-templates, org-time-stamp-rounding-minutes)
429         (org-back-over-empty-lines, org-find-base-buffer-visiting)
430         (org-columns-new): Fix typos in docstrings.
431         (org-ctrl-c-star): Implement a missing branch in the decision tree.
432         (org-select-remember-template): Clean the code.
433         (org-prepare-dblock): Add the extra :content parameter.
434         (org-write-agenda): New output type ".ics" files.
435         (org-write-agenda): Call `org-icalendar-verify-function', both for
436         time stamps and for TODO entries.
437         (org-export-as-html): Revert the change that killed the html
438         buffer.  Side effects first need to be studied carefully.
439         (org-get-tags-at): Fix the structure of the condition-case statement.
440         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
441         (org-timestamp-change): Fix regulear expressions to swallow the
442         extra character for repeat-shift control.
443         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
444         (org-get-legal-level): Alias to `org-get-valid-level'.
445         (org-dblock-write:clocktable): Add a :link parameter, linking
446         headlines to their location in the Org agenda files.
447         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
448         throwing an error when getting tags before headlines.
449         (org-timestamp-change, org-modify-ts-extra)
450         (org-ts-regexp1): Fix timestamp editing.
451         (org-agenda-custom-commands-local-options): New constant.
452         (org-agenda-custom-commands):
453         Use `org-agenda-custom-commands-local-options' to improve customize
454         type.  "htmlize": Removed hack to fix face problem with htmlize,
455         it no longer seem necessary.
456         (org-follow-link-hook): New hook.
457         (org-agenda-custom-commands): Add "Component" as a tag for each
458         item in a command serie.
459         (org-open-at-point): Run `org-follow-link-hook'.
460         (org-agenda-schedule): Bugfix: don't display marker type when it
461         is nil.
462         (org-store-link): org-irc required.
463         (org-set-regexps-and-options): Parse the new logging options.
464         (org-todo): Handle the new ways of recording state change stuff.
465         (org-columns-open-link): Fix bug with opening link in column view.
466         (org-todo): Make sure that LOGGING properties are honoured.
467         (org-todo-keywords): Improve docstring.
468         (org-startup-options): Cleanup startup options.
469         (org-set-regexps-and-options): Process the "!" markers.
470         (org-todo): Respect the new logging stuff.
471         (org-add-log-maybe): New parameter HOW that defines how logging
472         should be done and also overrides PURPOSE.  Add a docstring.
473         (org-add-log-note): Check if we really need to ask for a note.
474         (org-get-current-options): Digest the new keyword.
475         (org-agenda-reset-markers): Rename from
476         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
477         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
478         function, without force argument.
479         (org-buffer-property-keys): Bind local variables s and p.
480         (org-make-tags-matcher): Allow "" to match an empty or
481         non-existent property value.
482         (org-export-as-html): Join unsorted lists when they directly
483         follow each other.  Such lists may be created by headlines that
484         are converted to lists.
485         (org-export-as-html): Use :html-extension instead of
486         org-export-html-extension.
487         (org-store-link): Support for links from `rmail-summary-mode'.
488         (org-columns-new, org-complete, org-set-property): Set the
489         `include-columns' argument in the call to `org-buffer-property-keys'.
490         (org-buffer-property-keys): New argument `include-columns', to
491         include properties expected by any of the COLUMS formats in the
492         current buffer.
493         (org-cleaned-string-for-export): Get rid of drawers first, so that
494         they will be removed also in the text before the first headline.
495         (org-clock-report): Show the clocktable when found.
496         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
497         (org-version): With prefix argument, insert `org-version' at point.
498         (org-agenda-goto): Recenter the window after finding the target
499         location, to make sure the correct position will be displayed.
500         (org-agenda-get-deadlines): Don't scale priority with the warning
501         period.
502         (org-insert-heading): Don't break line in the middle of the line.
503         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
504         be 0.
505         (org-update-checkbox-count): Revamp to deal with hierarchical
506         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
507         (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword'
508         to make sure all such time stamps are removed.
509         (org-mode): Support for `align'.
510         (org-agenda-get-deadlines): Make sure priorities increase as the
511         due date approaches and is passed.
512         (org-remember-apply-template): Fix problem with tags that contain
513         "_" or "@".
514         (org-make-link-regexps): Improve the regular expression for plain
515         links.
516         (org-agenda-get-closed): List each clocking entry.
517         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
518         (org-archive-all-done): Fix incorrect number of stars in regexp.
519         (org-global-tags-completion-table): Add the value of org-tag-alist
520         in each buffer, to make sure that also unused tags will be
521         available for completion.
522         (org-columns-edit-value)
523         (org-columns-next-allowed-value): Only update if not in agenda.
524         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
525         (org-archive-subtree): Add the outline tree context as a property.
526         (org-closest-date): New optional argument `prefer'.
527         (org-goto-map, org-get-location): Implement auto-isearch.
528         (org-goto-local-search-forward-headings)
529         (org-get-entries-from-diary): Require diary-lib.
530         (org-agenda-sunrise-sunset): Require solar.
531         (org-export-html-style): Doc fix.
532         (org-get-legal-level): New obsolete alias.
533         (org-get-valid-level): Rename from `org-get-legal-level'.
534         (org-promote, org-demote, org-archive-subtree)
535         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
536         (org-info): Use info rather than Info-goto-node.
537         (org-entry-properties): Let-bind `clocksum'.
538         (org-unmodified, org-cycle-emulate-tab)
539         (org-descriptive-links, org-link-file-path-type)
540         (org-remember-use-refile-when-interactive)
541         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
542         (org-export-ascii-bullets, org-agenda-deadline-faces)
543         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
544         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
545         (org-kill-note-or-show-branches): Fix typos in docstrings.
546         (org-html-do-expand): `org-export-html-convert-special-strings'
547         added to the list of conversion.
548         (org-infile-export-plist, org-get-current-options): Add support
549         for "-" in the #+OPTION line to let user switch on/off special
550         strings conversion.
551         (org-export-plist-vars): New :html-table-tag property.
552         (org-export-as-html, org-format-org-table-html)
553         (org-format-table-table-html) Use the :html-table-tag property
554         instead of the `org-export-html-table-tag' global value.
555         (org-additional-option-like-keywords): Add "TBLFM".
556         (org-entry-properties): Include the CLOCKSUM special property.
557         (org-columns-edit-value): Do not allow to edit the special
558         CLOCKSUM property.
559         (org-flag-drawer): Use the original value of `outline-regexp'.
560         (org-remember-handler): Add invisible-ok flag to call to
561         `org-end-of-subtree'.
562         (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
563         (org-infile-export-plist): No restriction while searching for
564         options.
565         (org-remember-handler): Remove comments at the end of the buffer.
566         (org-table-sort-lines): Make sure sorting works on link
567         descritions only, and ignores the link.
568         (org-sort-entries-or-items): Make sure the end of the subtree is
569         included.
570         (org-refile-use-outline-path): New allowed values `file' and
571         `full-file-path'.
572         (org-get-refile-targets): Respect new values for
573         `org-refile-use-outline-path'.
574         (org-agenda-get-restriction-and-command): DEL goes back to initial
575         list.
576         (org-export-as-xoxo): Restore point when done.
577         (org-open-file): Allow multiple %s in command.
578         (org-get-refile-targets): Interpret the new maxlevel setting.
579         (org-refile-targets): New option `:maxlevel'.
580         (org-copy-subtree): Include empty lines before but not after subtree.
581         (org-move-item-down, org-move-item-up): Include empty lines before
582         but not after item.
583         (org-remember-apply-template): Defaults, completions and history
584         for template prompts.  Also, interpret new `%!' escape.
585         (org-context-choices): New constant.
586         (org-bound-and-true-p): New macro.
587         (org-agenda-restriction-lock): New face.
588         (org-open-at-point): Remove obsolete way to do redirection in
589         shell links.
590         (org-imenu-and-speedbar): New customization group.
591         (org-entry-properties): Return keyword-less time strings.
592         (org-clock-in): Use `org-clock-heading-function'.
593         (org-calendar-holiday): Try to use `calendar-check-holidays'
594         instead of the obsolete `check-calendar-holidays'.
595         (org-export-html-special-string-regexps): New constant.
596         (org-latex-and-export-specials): New face.
597         (org-link-escape-chars): Use characters instead of strings.
598         (org-link-escape-chars-browser, org-link-escape)
599         (org-link-unescape): Use characters instead of strings.
600         (org-export-html-convert-sub-super, org-html-do-expand): Check for
601         protected text.
602         (org-emphasis-alist): Additional `verbatim' flag.
603         (org-set-emph-re): Handle the verbatim flag and compute
604         `org-verbatim-re'.
605         (org-cleaned-string-for-export): Protect verbatim elements.
606         (org-additional-option-like-keywords): Add new keywords.
607         (org-get-entry): Rename from `org-get-cleaned-entry'.
608         (org-agenda-get-scheduled, org-agenda-get-blocks):
609         Use `org-agenda-skip-scheduled-if-done'.
610         (org-prepare-agenda-buffers): Allow buffers as arguments.
611         (org-entry-properties): Add CATEGORY as a special property.
612         (org-use-property-inheritance): Allow a list of properties as a value.
613         (org-eval-in-calendar): No longer update the prompt.
614         (org-read-date-popup-calendar): Rename from
615         `org-popup-calendar-for-date-prompt'.
616         (org-remember-apply-template): Define `remember-finalize' if it is
617         not yet defined.
618         (org-read-date): Respect the setting of
619         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
620         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
621         hardcoded string.
622         (org-remember-apply-template): Use `remember-finalize' instead of
623         `remember-buffer'.
624         (org-columns-compute, org-column-number-to-string)
625         (org-columns-uncompile-format, org-columns-compile-format)
626         (org-columns-compile-format): Handle printf format specifier.
627         (org-columns-new, org-column-number-to-string)
628         (org-columns-uncompile-format, org-columns-compile-format):
629         Support for new currency summary type.
630         (org-tree-to-indirect-buffer): Do not kill old buffer when
631         `org-indirect-buffer-display' is `new-frame'.
632         (org-indirect-buffer-display): Document that `new-frame' leads to
633         indiret buffer proliferation.
634         (org-agenda-list): Use `org-extend-today-until'.
635         (org-format-org-table-html): Use lower-case for <col> tag.
636         (org-agenda-execute): New command.
637         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
638         (org-remember-apply-template): Use `org-select-remember-template'.
639         (org-region-active-p): Use `use-region-p'.
640         (org-cycle-hide-archived-subtrees)
641         (org-table-rotate-recalc-marks, org-mark-ring-push)
642         (org-follow-info-link, org-mhe-get-message-folder-from-index)
643         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
644         (org-evaluate-time-range, org-edit-agenda-file-list):
645         (org-paste-subtree):
646         (org-calendar-holiday): Use calendar-check-holidays instead of the
647         obsolete check-calendar-holidays.
648         (org-table-formula-substitute-names): Remove forgotten temporary
649         debugging code.
650         (org-agenda-get-restriction-and-command): Use `mapc' instead of
651         `mapcar'.
652         (org-agenda-list): Numeric prefix argument can specify the number
653         of days.
654         (remember-register, remember-buffer): Prevent byte compiler from
655         complaining.
656         (org-todo): Save and restore match data.
657         (org-no-warnings): New macro.
658         (org-columns-eval): Use `org-no-warnings'.
659         (org-version): Change to 5.13e.
660         (org-agenda-file-regexp): Fix typo in docstring.
661         (org-add-planning-info): Fix bug in parenthesis settings.
662         (org-scan-tags): Catch the case of indirect buffers with no filename.
663         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
664         Re-install switch to mapc, had been removed by accident.
665         (org-columns-map): New binding `C-c C-o'.
666         (org-columns-menu): Change menu text and added new entry.
667         (org-columns-eval): Document the use of `next-line'.
668         (org-columns-follow-link): Remove function.
669         (org-read-date-get-relative): Fix typo in docstring.
670         (org-read-date-get-relative): Leading +/- is not optional.
671         (org-agenda-get-restriction-and-command): Always resize window on
672         first loop cycle.
673         (org-agenda-open-link): Make sure the link abbreviations are
674         present in the agenda buffer.
675         (org-agenda-files): Allow directories in the variable.
676         (org-agenda): Use `org-agenda-get-restriction-and-command'.
677         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
678         (org-remember-apply-template): Catch C-g and make sure window
679         configuration is restored.
680         (org-agenda-open-link): Make it work with several links in the line.
681         (org-drawers, org-set-regexps-and-options)
682         (org-get-current-options): Add support for a DRAWERS in-buffer option.
683         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
684         (org-agenda-to-appt): Require calendar.
685         (org-entry-get-with-inheritance): Widen for search.
686         (org-columns-display-here): Don't mark buffer as modified when
687         adding space characters to accomodate column overlays.
688         (org-export-as-html): Better formatting of tags in the toc.
689         (org-columns-display-here): Make the ITEM column as compact as
690         possible.
691         (org-remember-templates): Customization interface improved.
692         (org-export-with-property-drawer): Variable removed.
693         (org-sort-entries): Rewrite using `sort-subr'.
694         (org-set-property): More appropriate completion during interactive use.
695         (org-sort-entries): Allow sorting by property.
696         (org-additional-option-like-keywords): Add more values.
697         (org-sort-entries-or-items): Rename from `org-sort-entries'.
698         (org-at-timestamp-p, org-timestamp-change)
699         (org-remember-templates): First element of each entry is now a
700         name for the template.
701         (org-store-log-note): Check for `org-note-abort'.
702         (org-kill-note-or-show-branches): New command.
703         (org-cut-subtree, org-copy-subtree): New argument N to act on N
704         sequential subtrees.
705         (org-paste-subtree): Fix the level at which a tree is pasted.
706         (org-fit-agenda-window): Limitations on window size removed.
707         (org-agenda-find-same-or-today-or-agenda): Rename from
708         `org-agenda-find-today-or-agenda'.
709         (org-agenda-scheduled-leaders)
710         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
711         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
712         (org-export-with-tags, org-export-plist-vars)
713         (org-infile-export-plist): New "tags" option.
714         (org-cached-entry-get): Use `org-use-property-inheritance'.
715         (org-remember-apply-template): Fix typo.
716         (org-additional-option-like-keywords): New constant.
717         (org-complete): Use `org-additional-option-like-keywords'.
718         (org-clock-report): Only update the table at point, or insert a
719         new one.
720         (org-open-file): Use `start-process-shell-command' instead of
721         `shell-command' with an ampersand.
722         (org-deadline, org-schedule): New argument REMOVE to remove the
723         date from the entry.
724         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
725         argument to `org-schedule' and `org-deadline'.
726         (org-trim): Use the correct expressions for beginning and end of
727         the string.
728         (org-get-cleaned-entry): Trim the string before returning it.
729         (org-agenda-tags-column): Rename from
730         `org-agenda-align-tags-to-column'.
731         (org-agenda-align-tags): Allow negative values for
732         `org-agenda-tags-column'.
733         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
734         (org-agenda-to-appt): New optional argument FILTER.
735         (org-complete): Use `org-completion-fallback-command'.
736         (org-find-base-buffer-visiting): Catch the case that there is no
737         buffer visiting the file.
738         (org-todo): Use `org-property-or-variable-value'
739         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
740         (org-agenda-schedule, org-agenda-deadline):
741         Call `org-agenda-show-new-time'.
742         (org-agenda-show-new-time): New argument PREFIX.
743         (org-colgroup-info-to-vline-list): Fix but that cause a shift in
744         the vertical lines.
745         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
746         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
747         (org-indent-item): No arg in call to `org-fix-bullet-type'.
748         (org-fix-bullet-type): Remove argument.
749         (org-read-date): Check for am/pm twice, to catch the end time.
750         (org-goto-map): Use `suppress-keymap'.
751         (org-remember-apply-template): Respect the dynamically scoped
752         selection character.
753         (org-kill-is-subtree-p): Use `org-outline-regexp'.
754         (org-outline-regexp): New constant.
755         (org-remember-handler): Throw error when the target file is not in
756         org-mode.
757         (org-cleaned-string-for-export): No longer call
758         `org-export-latex-cleaned-string' with an argument.
759         (org-get-tags): Returns now a list, not a string.
760         (org-archive-subtree): No need to split return of `org-get-tags'.
761         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
762         instead of `org-get-tags'.
763         (org-agenda-format-date): Rename from `org-agenda-date-format'.
764         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
765         (org-compatible-face): New argument INHERITS.  Inherit from this
766         face if possible.
767         (org-level-1, org-level-2, org-level-3, org-level-4)
768         (org-level-5, org-level-6, org-level-7, org-level-8)
769         (org-special-keyword, org-drawer, org-column, org-warning)
770         (org-archived, org-todo, org-done, org-headline-done, org-table)
771         (org-formula, org-code, org-agenda-structure)
772         (org-scheduled-today, org-scheduled-previously)
773         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
774         in the new way.
775         (org-get-heading): New argument NO-TAGS.
776         (org-fast-tag-selection-include-todo): Made defvar instead of
777         defcustom, feature is not deprecated.
778         (org-remember-store-without-prompt): New default value t.
779         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
780         Compute the log states.
781         (org-goto-map): More commands copied from global map.  Also bind
782         `org-occur'.
783         (org-goto): Made into a general lookup command.
784         (org-get-location): Complete rewrite.
785         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
786         Set the new variables.
787         (org-paste-subtree): Whitespace insertion strategy revised.
788         (org-remember-apply-template): Protect v-A from the possibility
789         that v-a might be nil.
790         (org-remember-handler): Insertion rules revised.
791         (org-todo): Respect org-todo-log-states.
792         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
793         (org-confirm-shell-link-function)
794         (org-confirm-elisp-link-function): Doc fixes.
795         (org-re): Also replace the :alpha: class.
796         (org-todo-tag-alist): Variable removed.
797         (org-log-done): Docstring fixed.
798         (org-deadline-warning-days): New default value 14.
799         (org-tag-alist): Docstring fixed.
800         (org-export-language-setup): New languages added.
801         (org-set-regexps-and-options): Compute the new variables.
802         (org-paste-subtree): Cleaning up.
803         (org-remember-apply-template): New escape %A.
804         (org-todo): Call fast TODO selection.
805         (org-add-log-note): Allow prefix for abort exit.
806         (org-at-property-p, org-entry-properties)
807         (org-columns-get-autowidth-alist): Use :alpha: class.
808         (org-agenda-get-deadlines): Use `org-get-wdays'.
809         (org-agenda-get-deadlines): Reverse ee before returning.
810         (org-format-agenda-item): New argument REMOVE-RE.
811         (org-agenda-convert-date): Baha'i calendar added.
812         (org-infile-export-plist): Also find DATE line.
813         (org-export-as-html, org-export-as-ascii): Use the date format.
814         (org-shiftup, org-shiftdown): Use.
815         `org-edit-timestamp-down-means-later'.
816         (org-columns-compile-format)
817         (org-columns-get-autowidth-alist, org-buffer-property-keys)
818         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
819         property names.
820         (org-export-visible): Fix drawers before export.
821         (org-do-sort): Allow sorting by priority.
822         (org-agenda-files): Ignore non-existing files.
823         (org-ellipsis): All a face as value.
824         (org-mode): Interprete the face value of `org-ellipsis'.
825         (org-archive-subtree): Store context info in archived entry.
826         (org-fast-tag-selection): Allow setting TODO states through this
827         interface.
828         (org-cycle): Docstring updated.
829         (org-set-font-lock-defaults, org-agenda-highlight-todo):
830         Use `org-get-todo-face'.
831         (org-table-edit-field, org-table-show-reference)
832         (org-table-edit-formulas, org-add-log-note)
833         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
834         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
835         `switch-to-buffer-other-window' to make sure that the temporary
836         windows show up on the current frame.
837         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
838         (org-get-entries-from-diary, org-replace-region-by-html):
839         Don't allow pop-up frames.
840         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fix problems
841         with time-of-day.
842         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
843         with listing items that are DONE.
844         (org-change-tag-in-region): New command.
845         (org-agenda-skip-scheduled-if-done)
846         (org-agenda-skip-deadline-if-done): Docstring clarified.
847         (org-mode): Hide drawers on startup.
848         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
849         (org-agenda-skip): Allow a form for `org-agenda-skip-function'.
850         (org-agenda-redo): Re-use local settings.
851         (org-agenda): Store local settings.
852         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
853         entries on their due date.
854         (org-agenda-get-timestamps): No longer handle the due dates of
855         schedules and deadline items.
856         (org-insert-link-global, org-open-at-point-global): New commands.
857         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
858         :for-ascii parameter.
859         (org-skip-comments): Function removed.
860         (org-cleaned-string-for-export): Handle special table lines.
861         (org-entry-get-with-inheritance): Check global properties.
862         (org-set-regexps-and-options): Find the #+PROPERTY line.
863         (org-link-types): Change type into variable (was constant).
864         (org-link-re-with-space, org-link-re-with-space2)
865         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
866         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
867         these regular expressions happens now in the function
868         `org-make-link-regexps'.
869         (org-store-link): Call the functions in
870         `org-store-link-functions'.
871         (org-activate-tags): Force matches to be in headlines.
872         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
873         (org-columns-display-here): Make sure this works in a narrowed
874         buffer by checking for point-min.
875         (org-columns-display-here): Make the rest of the line intangible,
876         so that point never can be there.
877         (org-cleaned-string-for-export): Use `with-current-buffer'.
878         (org-replace-region-by-html): Use `with-current-buffer'.
879         (org-unfontify-region, org-do-occur, org-columns-display-here)
880         (org-columns-remove-overlays, org-columns-quit)
881         (org-columns-edit-value, org-columns-next-allowed-value)
882         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
883         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
884         (org-agenda-todo, org-agenda-change-all-lines)
885         (org-agenda-align-tags, org-agenda-priority)
886         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
887         (org-agenda-show-new-time, org-cleaned-string-for-export)
888         (org-export-grab-title-from-buffer)
889         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
890         instead of `buffer-read-only'.
891         (org-export-as-html): Set `coding-system-for-write'.
892         (org-archive-subtree): Fix bug with modifying TODO keyword.
893         (org-beginning-of-line): Also treat C-a special in items.
894         (org-table-convert-refs-to-rc): Fix problem with column
895         reference after "..".
896         (org-columns-compute): Don't mark buffer modified because of text
897         properties.
898         (org-batch-store-agenda-views): Use the variable
899         `default-directory', not the function.
900         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
901         (org-html-entities): Add HTML entities for smileys.
902         (org-end-of-line): Move to end of line if in headline without tags.
903         (org-agenda-day-view, org-agenda-week-view): Remember span as default.
904         (org-columns-edit-value): Rename from `org-column-edit'.
905         (org-columns-display-here-title): Rename from
906         `org-overlay-columns-title'.
907         (org-columns-remove-overlays): Rename from
908         org-remove-column-overlays.
909         (org-columns-get-autowidth-alist): Rename from
910         `org-get-columns-autowidth-alist'.
911         (org-columns-display-here): Rename from `org-overlay-columns'.
912         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
913         (org-columns-quit): Rename from `org-column-quit'.
914         (org-columns-show-value): Rename from `org-column-show-value'.
915         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
916         (org-columns-overlays): Rename from `org-column-overlays'.
917         (org-columns-map): Rename from `org-column-map'.
918         (org-columns-current-maxwidths): Rename from
919         `org-current-columns-maxwidths'.
920         (org-columns-begin-marker, org-columns-current-fmt-compiled)
921         (org-previous-header-line-format)
922         (org-columns-inhibit-recalculation)
923         (org-columns-default-format): Rename from
924         `org-default-columns-format'.
925         (org-property-re): New constant.
926         (orgstruct-mode): New minor mode.
927         (org-cycle-list-bullet): New command.
928         (org-special-properties, org-property-start-re)
929         (org-property-end-re): New constants.
930         (org-with-point-at): New macro.
931         (org-insert-property-drawer): New command.
932         (org-column): New face.
933         (org-column-menu): New menu.
934         (org-columns, org-agenda-columns): New commands.
935         (org-properties): New customize group.
936         (org-priority): Realign tags after changing priority.
937         (org-preserve-lc): New macro.
938         (org-update-checkbox-count): Catch case when there is no headline.
939         (org-agenda-quit): Remove any column overlays.
940         (org-beginning-of-item-list): Fix bug when non-item line is
941         indented too deep.
942         (org-make-tags-matcher): Handle property matches.
943         (org-table-recalculate): Swap evaluation order: Field formula
944         first, then column formulas, but don't allow them to overwrite the
945         field formulas.
946         (org-table-eval-formula): New argument untouchable.
947         (org-export-as-html): Fix replacement bug for XEmacs.
949 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
951         * dired.el (dired-dnd-handle-local-file):
952         Obey dired-backup-overwrite for copy, move, and link operations.
954         * dired-aux.el (dired-overwrite-confirmed): Undo last change.
956 2008-04-06  Alan Mackenzie  <acm@muc.de>
958         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
959         typo in the doc string.
961         * progmodes/cc-mode.el (c-extend-after-change-region):
962         New function, used in font-lock-extend-after-change-region-function,
963         thus superseding advice on the Font Lock after change functions.
965 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
967         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
969 2008-04-04  Stephen Berman  <Stephen.Berman@gmx.net>
971         * newcomment.el (comment-enter-backward): Be careful to restore
972         position changed during narrowing.
974 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
976         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
977         Fix in disassembly buffer (regression in 22.2).
979 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
981         * shell.el (shell-dynamic-complete-filename): New fun.
982         (shell-dynamic-complete-functions): Use it.
984 2008-04-02  Alan Mackenzie  <acm@muc.de>
986         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
987         New optimised functions to get the name of the current defun/macro.
989         * add-log.el (add-log-current-defun): Move the functionality which
990         gets the current function name for C like modes to cc-cmds.el,
991         thus optimising for speed.
993 2008-04-02  Eli Zaretskii  <eliz@gnu.org>
995         * ps-print.el (ps-generate-postscript-with-faces): If the face
996         specified by the overlay's `face' property is a string, assume
997         it's a string name and intern it to get the face symbol.
999 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
1001         * find-dired.el (find-dired-filter): Fix last patch to handle
1002         multi-line process input.  Pad link numbers too.
1004 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
1006         * find-dired.el (find-dired-filter): Align columns by padding file
1007         sizes.
1009 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
1011         * calc/calc.el: Autoload `calc-yank'.
1012         (calc-mode-map): Add keybindings for `calc-yank'.
1013         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1014         assignments for `calc-yank'.
1016 2008-03-31  Martin Rudalics  <rudalics@gmx.at>
1018         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1019         Strip extension from .emacs.el to make sure symbol is searched
1020         in .emacs too.
1022 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1024         * vc.el (vc-do-command): Don't show internal temp buffers.
1026 2008-03-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1028         * term/mac-win.el (mac-ae-reopen-application): New function.
1029         (mac-apple-event-map): Bind "reopen application" Apple event to it.
1031 2008-03-29  Juanma Barranquero  <lekktu@gmail.com>
1033         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1035 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
1037         * Version 22.2 released.
1039 2008-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1041         * info.el (Info-isearch-search): Always return point.
1043 2008-03-23  Andreas Schwab  <schwab@suse.de>
1045         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
1046         Fix radio button condition.
1047         [box]: Likewise.
1048         [customize]: Add radio button.
1050 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1052         * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
1053         single file argument.
1054         (vc-bzr-show-log-entry): Fix typo.
1056 2008-03-19  Wilson Snyder  <wsnyder@wsnyder.org>
1058         * progmodes/verilog-mode.el (verilog-easy-menu-filter):
1059         New function.
1060         (verilog-stmt-menu, verilog-menu): Add :help.
1061         (verilog-customize, verilog-font-customize)
1062         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
1063         (verilog-mode): Update documentation strings to match tool tips.
1064         (verilog-auto-search-do, verilog-auto-re-search-do)
1065         (verilog-skip-forward-comment-or-string): Fix verilog-auto
1066         expansion when a .* appears inside a string.
1067         (verilog-re-search-forward, verilog-re-search-backward):
1068         Add comment to recall how this works.
1070 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1072         * net/tls.el (open-tls-stream): Reindent.
1074 2008-03-19  Glenn Morris  <rgm@gnu.org>
1076         * net/tls.el: Don't require rx when compiling.
1077         (tls-end-of-info): Rewrite without using rx.
1078         (open-tls-stream): Use with-current-buffer.
1080 2008-03-18  Dan Nicolaescu  <dann@ics.uci.edu>
1082         * font-lock.el (font-lock-comment-face): Set the foreground for
1083         the light background 8 colors case.
1085         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
1086         command for each file in the list.
1087         (vc-bzr-log-view-mode): Recognize the file marker.
1088         (vc-bzr-show-log-entry): Make regexp match more cases.
1090 2008-03-18  Wilson Snyder  <wsnyder@wsnyder.org>
1092         * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
1093         mis-including genvars.
1095 2008-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1098         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1099         Revision numbers can include ".".
1101         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1102         "+" lines not accounted for by counting "-" and context lines.
1104 2008-03-16  Juri Linkov  <juri@jurta.org>
1106         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
1107         (dired-perm-write): Rename from `dired-warn-writable'.
1108         Change parent face from `font-lock-warning-face' to
1109         `font-lock-comment-delimiter-face'.
1110         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
1111         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
1112         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
1113         with `dired-perm-write-face'.
1115 2008-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1117         * term/mac-win.el (mac-service-open-file): Use file URL instead of
1118         file name string.
1120 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1122         * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
1123         (vc-bzr-annotate-command): Preserve line alignment.
1124         (vc-bzr-annotate-time): Accept space used to preserve alignment.
1126 2008-03-13  Richard Stallman  <rms@gnu.org>
1128         * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
1130         * emacs-lisp/advice.el (defadvice): Add usage pattern.
1132 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
1134         * simple.el (set-mark-command): Doc fix.
1136 2008-03-10  Nick Roberts  <nickrob@snap.net.nz>
1138         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1139         thread in [h-e-w]).
1141 2008-03-08  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1143         * subr.el (while-no-input): Don't splice BODY directly into the
1144         `or' form.
1146 2008-03-06  Kim F. Storm  <storm@cua.dk>
1148         * help.el (view-emacs-todo): Rename from view-todo.  Change users.
1149         (describe-gnu-project): Rename from describe-project.  Change users.
1150         Define obsolete function aliases for the old names.
1152 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
1154         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1155         Reported by Drew Adams <drew.adams@oracle.com>.
1157 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
1159         * iswitchb.el (iswitchb-use-faces): Doc fix.
1160         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
1162 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
1164         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1165         Fix typo.
1166         (verilog-type-font-keywords): Reindent.
1168 2008-03-03  Michael McNamara  <mac@mail.brushroad.com>
1170         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1171         grouping-keyword regular expression.
1172         (verilog-font-lock-keywords): Allow users to toggle special
1173         highlight of grouping-keywords.
1174         (verilog-highlight-grouping-keywords): The toggle for special
1175         highlighting of grouping keywords.
1177 2008-03-02  Juri Linkov  <juri@jurta.org>
1179         * startup.el: Revert 2008-02-28 change that adds initial message
1180         to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
1182 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
1184         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1185         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1186         * progmodes/verilog-mode.el (verilog-mode):
1187         * net/socks.el (socks):
1188         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1190 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1192         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1193         running `desktop-not-loaded-hook' to allow modifying it.
1194         Don't show warning message if `desktop-dirname' was modified.
1196 2008-03-01  Alan Mackenzie  <acm@muc.de>
1198         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1200         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1201         doc-string, "c-old-LEN" -> "c-old-END".
1203 2008-02-29  Glenn Morris  <rgm@gnu.org>
1205         * allout.el (allout-topic-encryption-bullet)
1206         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1207         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1208         from 22.0 to 22.1.
1210 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
1212         * desktop.el (desktop-save): Save the buffer name if the
1213         uniquified base name is empty.
1215 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1218         we still expect more lines.
1220 2008-02-28  Juri Linkov  <juri@jurta.org>
1222         * startup.el (normal-splash-screen): Add argument `concise'.
1223         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
1224         to the created buffer.  If `concise' is non-nil, call
1225         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
1226         (display-startup-screen): Add argument `concise' to the call to
1227         `normal-splash-screen'.
1229 2008-02-28  Kim F. Storm  <storm@cua.dk>
1231         * startup.el (startup-echo-area-message): Check for about-emacs.
1233 2008-02-28  Juri Linkov  <juri@jurta.org>
1235         * startup.el: Always add initial message to *scratch* buffer if
1236         `initial-scratch-message' is non-nil regardless of the value of
1237         `inhibit-startup-screen'.
1238         (inhibit-startup-screen, initial-scratch-message): Doc fix.
1239         (command-line-1): Move code that inserts `initial-scratch-message'
1240         up before the if-form that checks for `inhibit-startup-screen'.
1241         Suggested by Jonathan Rockway <jon@jrock.us>.
1243 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1246         comment-paragraph filling if the commark doesn't match
1247         comment-start-skip.
1249         * uniquify.el (uniquify-buffer-base-name): Undo last change.
1251 2008-02-28  Daiki Ueno  <ueno@unixuser.org>
1253         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1254         the `imap' variant.
1256 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1258         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1259         empty string, return nil to allow the caller to default to the
1260         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1262 2008-02-26  Jason Rumney  <jasonr@gnu.org>
1264         * files.el (make-auto-save-file-name): Encode more characters in
1265         non-file buffer names.  Use url-encoding.
1267 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
1269         * net/net-utils.el (ftp-program): Fix typo in docstring.
1270         (ifconfig-program-options, netstat-program-options)
1271         (arp-program-options, route-program-options, nslookup-program-options)
1272         (ftp-program-options, smbclient-program-options)
1273         (dns-lookup-program-options, arp, route): Doc fixes.
1275         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1276         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1277         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1278         Fix typos in docstrings.
1279         (gdb-pending-triggers): Reflow docstring.
1280         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1282 2008-02-25  Alan Mackenzie  <acm@muc.de>
1284         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1285         typing "#" at EOB.
1287 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1289         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1291 2008-02-24  Jason Rumney  <jasonr@gnu.org>
1293         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1295 2008-02-23  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1297         * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
1299 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1301         * dired.el (dired-mark-prompt): Don't count/display the t element.
1302         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1304 2008-02-22  Bill Meier  <wmeier@newsguy.com>  (tiny change)
1306         * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
1308 2008-02-21  Glenn Morris  <rgm@gnu.org>
1310         * subr.el (sit-for): Fix obsolete form for nil second argument.
1312 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
1314         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1315         add-submenu.
1316         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1317         Remove.  Move contents to the only use ...
1318         (verilog-menu): ... here.
1319         (verilog-statement-menu): Remove.  Move contents to the only use ...
1320         (verilog-stmt-menu): ... here.
1321         (verilog-mark-defun): Simply call mark-defun for Emacs.
1322         (occur-pos-list): Declare for byte compiler.
1323         (mode-popup-menu): Don't defvar.
1324         (verilog-add-statement-menu): Remove.
1325         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1326         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1328 2008-02-21  Michael McNamara  <mac@mail.brushroad.com>
1330         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1331         conditional.
1332         (verilog-font-grouping-keywords-face): Make the begin..end
1333         keywords standout more than other verilog keywords.
1334         (verilog-type-font-keywords): Move the begin..end out of this list
1335         to facilitate making them to (potentially) stand out more.
1336         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1337         function & task blocks.
1338         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1339         initial, function & task blocks.
1340         (verilog-forward-sexp): Handle the new "disable fork" statement of
1341         IEEE-1800 Verilog.
1342         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1343         statement of IEEE-1800 Verilog.
1344         (verilog-calc-1): Handle the new "disable fork" statement of
1345         IEEE-1800 Verilog.
1346         (verilog-disable-fork-re): Add const to help handle the new
1347         "disable fork" statement of IEEE-1800 Verilog.
1348         (verilog-declaration-core-re): Add port directions by themselves,
1349         with no qualification, as base item of a declaration.
1350         (verilog-pretty-declarations): Add new flag to ask it to refrain
1351         from printing to the message buffer.
1352         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1353         printing to the message buffer.  Improve handling of the many
1354         types of expression line up.
1355         (verilog-just-one-space): Remove printing of an empty message.
1356         (verilog-get-lineup-indent): Rework to support the better handling
1357         of expression lineup for verilog-pretty-expr.
1358         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1360 2008-02-20  Alan Mackenzie  <acm@muc.de>
1362         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1363         yesterday's commit.
1365 2008-02-20  Nick Roberts  <nickrob@snap.net.nz>
1367         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1368         to mouse-set-point in buffers that aren't associated with files.
1370         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1372 2008-02-20  Glenn Morris  <rgm@gnu.org>
1374         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1375         on Windows.
1377 2008-02-19  Alan Mackenzie  <acm@muc.de>
1379         Set of changes so that "obtrusive" syntactic elements in a
1380         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1381         unmatched paren) don't interact syntactically with stuff outside
1382         the CPP line.
1384         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1385         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1386         off-by-one bug.
1387         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1388         a bit of refactoring.
1389         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1390         functionality of c-awk-advise-fl-for-awk-region, which has been
1391         refactored away.
1393         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1394         (c-clear-char-property-with-value): New function and macro which
1395         remove text-properties `equal' to a supplied value.
1397         * progmodes/cc-engine.el: Comment about text properties amended.
1399         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1400         parens around "error\\|warning".
1402         * progmodes/cc-langs.el (c-get-state-before-change-function)
1403         (c-before-font-lock-function, c-anchored-cpp-prefix):
1404         New language variables.
1405         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1407         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1408         syntax-table text properties.
1409         (c-common-init): Call language specific before/after-change
1410         functions at mode initialisation.
1411         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1412         (c-extend-region-for-CPP, c-neutralize-CPP-line)
1413         (c-neutralize-syntax-in-CPP): New functions.
1414         (c-before-change, c-after-change): Call the new language specific
1415         change functions defined in cc-langs.el.
1416         (c-advise-fl-for-region): New macro.
1417         (awk-mode): Remove AWK specific stuff which has been refactored
1418         into language independent stuff.
1420 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * diff-mode.el (diff-file-junk-re): New const.
1423         (diff-beginning-of-file-and-junk): Use it.
1424         (diff-file-kill): Make sure we were really inside a file diff.
1426         * diff-mode.el: Make it more robust in the presence of empty context
1427         lines in unified hunks.
1428         (diff-valid-unified-empty-line): New var.
1429         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1430         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1431         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1432         (diff-hunk-header-re-unified): New const.
1433         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1434         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1435         (diff-sanity-check-hunk): Use it.
1437 2008-02-19  Nick Roberts  <nickrob@snap.net.nz>
1439         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1440         (gdb): (Re)set gdb-flush-pending-output to nil here...
1441         (gdb-init-1): ...instead of here (before gdb-prompt).
1443 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
1445         * progmodes/verilog-mode.el (customize): Fix typo in error message.
1446         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1447         (verilog-mode-auto, verilog-indent-level-module)
1448         (verilog-minimum-comment-distance, verilog-library-flags)
1449         (verilog-library-directories, verilog-library-files)
1450         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1451         (verilog-xemacs-menu, verilog-set-compile-command)
1452         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1453         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1454         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1455         (verilog-batch-inject-auto, verilog-batch-indent)
1456         (verilog-continued-line, verilog-type-keywords)
1457         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1458         (verilog-read-inst-pins, verilog-read-arg-pins)
1459         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1460         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1461         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1462         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1463         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1464         (verilog-mode-version, verilog-mode-release-date)
1465         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1466         (verilog-simulator, verilog-compiler)
1467         (verilog-auto-sense-defines-constant, verilog-company)
1468         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1469         Fix typos in docstrings.
1470         (verilog-set-auto-endcomments, verilog-calculate-indent)
1471         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1472         Reflow docstrings.
1473         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1474         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1475         (electric-verilog-forward-sexp, verilog-in-case-region-p)
1476         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1477         (verilog-leap-to-head, verilog-current-indent-level)
1478         (verilog-case-indent-level, verilog-cpp-keywords)
1479         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1480         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1481         (verilog-signals-not-in, verilog-symbol-detick-text)
1482         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1483         (verilog-forward-close-paren, verilog-backward-open-paren)
1484         (verilog-backward-open-bracket): Doc fixes.
1486         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1487         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1488         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1489         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1490         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1491         Fix typos in docstrings.
1493 2008-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1496         Recognize ''' just like any other char-constant.
1498 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1501         careful enough.  Detect the uid-change all within the main loop.
1503 2008-02-14  Stefan Monnier  <monnier@pastel.home>
1505         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1507 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1509         * hilit-chg.el (highlight-save-buffer-state): New macro.
1510         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1511         (hilit-chg-clear): Use it to preserve the modified-p flag.
1512         (highlight-changes-rotate-faces): Don't mess with the undo-list.
1514 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
1516         * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
1518 2008-02-12  Juri Linkov  <juri@jurta.org>
1520         * startup.el (fancy-startup-screen, normal-splash-screen):
1521         Set default-directory to command-line-default-directory.
1523         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1524         after reading the desktop.
1526 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * font-lock.el (font-lock-set-defaults): Unset previously set variables
1529         when needed.
1531 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
1533         * uniquify.el (uniquify-buffer-base-name): New function.
1534         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1536         * desktop.el (uniquify-managed): Don't defvar.
1537         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1538         `uniquify-managed'.  Return also the buffer's base name.
1539         (desktop-save): When saving the buffer info, filter out the base name,
1540         and save it as buffer name if the buffer is managed by uniquify.
1542 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1545         Index: line, don't search backward for the previous one.
1547 2008-02-10  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
1549         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1550         from gnus-button-url-regexp.
1552 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1554         * progmodes/compile.el (compilation-next-error): Doc fix.
1555         (compilation-find-file): Doc fix.
1557 2008-02-09  Glenn Morris  <rgm@gnu.org>
1559         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1560         Add obsolete aliases to the old names.
1562 2008-02-08  Richard Stallman  <rms@gnu.org>
1564         * net/net-utils.el (ifconfig): Rename from ipconfig.
1565         (ipconfig): Alias to ifconfig.
1566         (ifconfig-program): Rename from ipconfig-program.
1567         (ifconfig-program-options): Rename from ipconfig-program-options.
1569 2008-02-08  Glenn Morris  <rgm@gnu.org>
1571         * custom.el (custom-theme-set-variables): Sort symbols that are
1572         dependencies before symbols that depend on them.
1573         (custom-enabled-themes): Set after custom-theme-directory.
1575 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
1577         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1579 2008-02-04  Michael McNamara  <mac@mail.brushroad.com>
1581         * progmodes/verilog-mode.el (verilog-declaration-core-re):
1582         Add port directions by themselves, with no qualification, as base
1583         item of a declaration.
1584         (verilog-pretty-declarations): Add new flag that inhibits printing
1585         to the message buffer.
1586         (verilog-pretty-expr): Add new flag that inhibits printing to the
1587         message buffer.  Improve handling of the many types of expression
1588         line up.
1589         (verilog-just-one-space): Don't print an empty message.
1590         (verilog-get-lineup-indent): Rework to support the better handling
1591         of expression lineup for verilog-pretty-expr.
1592         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1593         (verilog-mode-version, verilog-mode-release-date): Update.
1595 2008-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * subr.el (cancel-change-group): Don't move point.
1599 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
1601         Sync with Tramp 2.0.57.
1603         * net/tramp.el (tramp-handle-make-auto-save-file-name)
1604         (tramp-completion-dissect-file-name, tramp-find-executable):
1605         Use `mapc' instead of `mapcar'.
1606         (tramp-open-connection-setup-interactive-shell): Send only single
1607         prompt setting commands, in order to avoid double-prompt.
1609         * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
1610         `mapcar'.
1612         * net/trampver.el: Update release number.
1614 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
1616         * progmodes/etags.el (next-file): Improve revert message.
1618 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
1620         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1621         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1622         of today, the most recent libpng is 1.2.24).
1624 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1626         * vc.el (vc-update): Fix bug: Specify branch tip as
1627         vc-checkout REVISION.  Reported by Dan Nicolaescu.
1629 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1631         * simple.el (reindent-then-newline-and-indent): Be careful about the
1632         unusual case where indent-according-to-mode moves point.
1634 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1636         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
1637         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
1638         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
1639         (verilog-sk-state-machine): Quote all calls to
1640         "auxiliary skeleton"s to prevent infloops.
1642 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1644         * w32-fns.el: Partially revert 2007-11-10 change.
1646 2008-01-31  Martin Rudalics  <rudalics@gmx.at>
1648         * mail/rmail.el (rmail-highlight): Fix specification.
1649         Reported by pod <pod@herald.ox.ac.uk>.
1651 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1653         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
1655 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
1657         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
1658         (gdb-var-set-format-handler): New function.
1659         (gdb-var-set-format): Use it.
1661 2008-01-29  Alan Mackenzie  <acm@muc.de>
1663         * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
1664         (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
1665         @catch, @synchronized, @throw.
1667         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
1668         from this regexp; part of same fix as next change to cc-engine.el.
1670         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
1671         Anchor the "{" of a template function correctly on "template", not the
1672         following "<".
1674         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
1676 2008-01-29  Richard Stallman  <rms@gnu.org>
1678         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
1679         Doc fix.
1681         * files.el (hack-local-variables): Don't query about fake variables.
1683 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
1685         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
1686         gdb-cpp-define-alist-program if file is nil (currently only
1687         " *partial-output-...").
1689 2008-01-27  Alan Mackenzie  <acm@muc.de>
1691         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
1692         enhance comments.
1694 2008-01-27  Richard Stallman  <rms@gnu.org>
1696         * allout.el: Many doc fixes.
1697         (allout-encrypt-string): Fix error message.
1699 2008-01-26  Alan Mackenzie  <acm@muc.de>
1701         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
1702         arglist-cont-nonempty.
1704         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
1705         for a brace with syntax arglist-cont-nonempty.
1707         * progmodes/cc-styles.el (c-style-alist): Add elements for
1708         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
1709         awk).
1711 2008-01-26  Alan Mackenzie  <acm@muc.de>
1713         * progmodes/cc-defs.el (c-save-buffer-state):
1714         Bind buffer-file-name and buffer-file-truename to nil, to prevent
1715         primitives generating "buffer is read only" messages.
1717 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
1719         * progmodes/etags.el (tags-query-replace): Doc fix.
1721 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
1723         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
1724         that the filename end is found even when the filename is empty.
1725         Fixes error and spurious newlines when marking files for deletion.
1727 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1729         * allout.el (allout-unload-function): New function.
1731 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
1733         * view.el (kill-buffer-if-not-modified): Don't pass t to
1734         buffer-modified-p.
1736 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1738         * allout.el (allout-prefix-data): Doc fix.
1739         (allout-show-current-subtree): Reflow docstring.
1740         (allout-use-mode-specific-leader, allout-use-hanging-indents)
1741         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
1742         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
1743         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
1744         (allout-copy-topic-as-kill, allout-listify-exposed)
1745         (allout-process-exposed, allout-encrypted-key-info)
1746         (allout-update-passphrase-mnemonic-aids)
1747         (allout-next-topic-pending-encryption)
1748         (allout-tests-globally-true): Fix typos in docstrings.
1750 2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * vc.el (vc-version-diff): Make sure we shrink the right window.
1754 2008-01-23  Jason Rumney  <jasonr@gnu.org>
1756         * lpr.el (printer-name): Do not set on MS Windows.
1758 2008-01-20  Glenn Morris  <rgm@gnu.org>
1760         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
1761         prevent infloops.
1763 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
1765         * progmodes/python.el (python-imports): Default to "None".
1767 2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
1769         * progmodes/sh-script.el (sh-basic-offset):
1770         * progmodes/cc-vars.el (c-syntactic-indentation)
1771         (c-syntactic-indentation-in-macros): Mark as safe.
1773 2008-01-18  Richard Stallman  <rms@gnu.org>
1775         * icomplete.el (icomplete-get-keys):
1776         Look up KEYS using all maps in proper buffer.
1778 2008-01-16  Alan Mackenzie  <acm@muc.de>
1780         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
1781         eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
1783 2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
1785         * frame.el (display-mm-height, display-mm-width):
1786         * whitespace.el (whitespace-check-leading-whitespace)
1787         (whitespace-check-trailing-whitespace)
1788         (whitespace-check-spacetab-whitespace)
1789         (whitespace-check-indent-whitespace)
1790         (whitespace-check-ateol-whitespace):
1791         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
1793 2008-01-16  Glenn Morris  <rgm@gnu.org>
1795         * comint.el (comint-regexp-arg): Fix no-input case.
1797 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
1799         * calendar/icalendar.el (icalendar-export-file)
1800         (icalendar-import-file): Restore significant trailing whitespace
1801         in `interactive' prompts.
1803 2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
1805         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
1806         after-save-hook so that it is not called multiple times.
1808         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
1810 2008-01-15  Glenn Morris  <rgm@gnu.org>
1812         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1814 2008-01-14  Alan Mackenzie  <acm@muc.de>
1816         * progmodes/cc-vars.el (c-constant-symbol): New function which
1817         supersedes c-const-symbol.  During a customize-.. call it enables
1818         an element of (e.g.) c-hanging-braces alist to have its name
1819         displayed, even when the default value of c-h-b etc. doesn't
1820         include the elemnt.  Replace uses of the old function by the new.
1822         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1823         obscure non-working fragment ":value c-".
1825         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1826         call inside a struct being recognised as a K&R argument.
1828 2008-01-14  Jason Rumney  <jasonr@gnu.org>
1830         * image.el (image-type): Use image-type-from-file-name (from trunk
1831         2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
1833 2008-01-12  Glenn Morris  <rgm@gnu.org>
1835         * woman.el (woman-parse-numeric-arg): Change handling of `==':
1836         can be interned without a function definition.
1838 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
1840         * view.el (view-file-other-window, view-file-other-frame):
1841         Don't kill the buffer if it is modified.  Doc fixes.
1842         (kill-buffer-if-not-modified): New function.
1843         (view-file): Don't kill the buffer if it is modified.
1845         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
1846         (ebrowse-view/find-file-and-search-pattern):
1847         Call view-file-other-window instead of ebrowse-view-file-other-window.
1848         (ebrowse-view-file-other-frame): Don't call
1849         current-window-configuration.  Fix second argument in the call to
1850         view-mode-enter.  Doc fix.
1852 2008-01-11  Richard Stallman  <rms@gnu.org>
1854         * subr.el (atomic-change-group): Prevent undo list truncation.
1856 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
1858         * cus-start.el (all): Add missing version entries.
1860 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1862         * files.el (safe-local-eval-forms):
1863         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
1865 2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
1867         * comint.el (comint-insert-input): Set point first.
1869         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
1870         session doesn't hang because gdb-pending-triggers is non-nil.
1871         (gdb-frame-handler): Use buffer-file-name instead of
1872         buffer-name in case of duplicate file names.
1874 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1876         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
1877         C-M-e and C-M-h for emacs, they work by default.
1878         (verilog-emacs-features): Remove.
1879         (verilog-setup-dual-comments, verilog-populate-syntax-table):
1880         Remove.  Move syntax table initialization ...
1881         (verilog-mode-syntax-table): ... here.
1882         (verilog-mode): Don't initialize the syntax table here.
1883         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
1884         does not need it.
1886 2008-01-10  Glenn Morris  <rgm@gnu.org>
1888         * shell.el (shell-dirtrack-verbose, shell-mode)
1889         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1890         (dirtrack-toggle, dirtrack-mode): No longer alias to
1891         shell-dirtrack-mode.
1893 2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
1895         * international/mule-cmds.el (select-safe-coding-system):
1896         When a buffer is modified, cancel the writing.
1898 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
1900         * progmodes/verilog-mode.el (verilog-booleanp): New function for
1901         backward compatibility.  Replace all uses of booleanp with
1902         verilog-booleanp.
1904 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
1906         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
1908 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
1910         * progmodes/verilog-mode.el (top-level): Fix spacing.
1911         (verilog-mode-version, verilog-mode-release-date): Update version
1912         number.
1913         (verilog-mode-release-emacs): New variable.
1914         (compile-command, reporter-prompt-for-summary-p): Define for byte
1915         compiler.
1916         (verilog-startup-message-lines)
1917         (verilog-startup-message-displayed)
1918         (verilog-display-startup-message): Remove.
1919         (verilog-highlight-p1800-keywords): Improve docstring.
1920         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
1921         (vector-skip-list): Only defvar at compile time.
1922         (verilog-highlight-translate-off, verilog-indent-level)
1923         (verilog-indent-level-module, verilog-indent-level-declaration)
1924         (verilog-indent-declaration-macros, verilog-indent-lists)
1925         (verilog-indent-level-behavioral)
1926         (verilog-indent-level-directive, verilog-cexp-indent)
1927         (verilog-case-indent, verilog-auto-newline)
1928         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
1929         (verilog-tab-to-comment, verilog-indent-begin-after-if)
1930         (verilog-align-ifelse, verilog-minimum-comment-distance)
1931         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
1932         (verilog-auto-endcomments, verilog-auto-read-includes)
1933         (verilog-auto-star-expand, verilog-auto-star-save)
1934         (verilog-library-flags, verilog-library-directories)
1935         (verilog-library-files, verilog-library-extensions)
1936         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
1937         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
1938         (verilog-assignment-delay, verilog-auto-inst-vector)
1939         (verilog-auto-inst-template-numbers)
1940         (verilog-auto-input-ignore-regexp)
1941         (verilog-auto-inout-ignore-regexp)
1942         (verilog-auto-output-ignore-regexp)
1943         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1944         Add safe-local-variable properties.
1945         (verilog-statement-menu, verilog-company)
1946         (verilog-re-search-forward, verilog-re-search-backward)
1947         (verilog-error-regexp-add, verilog-end-block-re)
1948         (verilog-emacs-features, verilog-populate-syntax-table)
1949         (verilog-setup-dual-comments, verilog-type-font-keywords)
1950         (verilog-inside-comment-p, electric-verilog-backward-sexp)
1951         (verilog-backward-sexp, verilog-forward-sexp)
1952         (verilog-font-lock-init, verilog-mode)
1953         (electric-verilog-terminate-line, electric-verilog-semi)
1954         (electric-verilog-tab, verilog-insert-1, )
1955         (verilog-insert-indices, verilog-generate-numbers)
1956         (verilog-comment-region, verilog-label-be)
1957         (verilog-beg-of-statement, verilog-in-case-region-p)
1958         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1959         (verilog-in-fork-region-p, verilog-backward-case-item)
1960         (verilog-set-auto-endcomments, verilog-get-expr)
1961         (verilog-expand-vector-internal, verilog-surelint-off)
1962         (verilog-batch-execute-func, verilog-calculate-indent)
1963         (verilog-calc-1, verilog-calculate-indent-directive)
1964         (verilog-leap-to-head, verilog-continued-line)
1965         (verilog-backward-token, verilog-backward-syntactic-ws)
1966         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
1967         (verilog-forward-ws&directives, verilog-at-constraint-p)
1968         (verilog-skip-backward-comments, verilog-indent-line-relative)
1969         (verilog-do-indent, verilog-indent-comment)
1970         (verilog-more-comment, verilog-pretty-declarations)
1971         (verilog-pretty-expr, verilog-just-one-space)
1972         (verilog-indent-declaration, verilog-get-completion-decl)
1973         (verilog-goto-defun, verilog-showscopes, verilog-header)
1974         (verilog-signals-combine-bus, verilog-read-decls)
1975         (verilog-read-always-signals-recurse, verilog-read-instants)
1976         (verilog-read-auto-template, verilog-set-define)
1977         (verilog-read-defines, verilog-read-signals, verilog-getopt)
1978         (verilog-is-number, verilog-expand-dirnames)
1979         (verilog-modi-lookup, verilog-modi-cache-results)
1980         (verilog-insert-one-definition, verilog-make-width-expression)
1981         (verilog-delete-autos-lined, verilog-auto-save-check)
1982         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
1983         (verilog-auto-inst-param, verilog-auto-reg)
1984         (verilog-auto-reg-input, verilog-auto-wire, )
1985         (verilog-auto-output, verilog-auto-output-every)
1986         (verilog-auto-input, verilog-auto-inout)
1987         (verilog-auto-inout-module, verilog-auto-sense)
1988         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
1989         (verilog-auto-ascii-enum, verilog-auto)
1990         (verilog-sk-define-signal, verilog-mode-mouse-map)
1991         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1992         (verilog-library-files): Cleanup spacing of )'s they should not be
1993         on unique lines.  Fix checkdoc warnings.
1995 2008-01-09  Glenn Morris  <rgm@gnu.org>
1997         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1998         entry, for Windows.
2000 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2002         * ps-print.el: Some face attributes (like :strike-through) was not
2003         being recognised.  Reported by Leo <sdl.web@gmail.com>.
2004         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
2005         (ps-screen-to-bit-face): Fix code.
2007 2008-01-08  Kevin Ryde  <user42@zip.com.au>
2009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2010         For perl, allow "during global destruction" at end.
2012 2008-01-08  Glenn Morris  <rgm@gnu.org>
2014         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
2015         unified format.
2017         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
2019 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
2021         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
2022         quotes in case of spaces, e.g. STL containers (not pretty).
2024 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
2026         * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
2028 2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
2030         * progmodes/gdb-ui.el (gud-gdb-command-name):
2031         Explain "--annotate=3" option is necessary for the Graphical Interface.
2033 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
2035         * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
2037 2008-01-07  Glenn Morris  <rgm@gnu.org>
2039         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2041 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
2043         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
2044         on menu bar.
2046 2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
2048         * ffap.el (ffap-read-file-or-url): Let-bind
2049         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
2051 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
2053         * vc-bzr.el: Fix typo in header.
2055 2008-01-05  Eli Zaretskii  <eliz@gnu.org>
2057         * Makefile.in (custom-deps, finder-data): Depend on autoloads
2058         instead of loaddefs.el.
2060 2008-01-05  Glenn Morris  <rgm@gnu.org>
2062         * progmodes/verilog-mode.el: Replace all instances of
2063         string-to-int with string-to-number, insert-string with insert,
2064         and read-input with read-string.
2065         (top-level): No need to require imenu, reporter, dinotrace, vc,
2066         font-lock when compiling.  Always require compile.  Relegate remaining
2067         compatibility cruft to XEmacs.  Don't require font-lock.
2068         (verilog-version): Remove superfluous concat.
2069         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2070         No need to define.
2071         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2072         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2073         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2074         (verilog-startup-message-displayed): These are variables, not constants.
2075         (verilog-batch-execute-func, verilog-auto-inst)
2076         (verilog-auto-inst-param): Use mapc rather than mapcar.
2077         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2078         actually defining.
2079         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2080         (verilog-modi-get-outputs, verilog-modi-get-inouts)
2081         (verilog-modi-get-inputs, verilog-modi-get-wires)
2082         (verilog-modi-get-regs, verilog-modi-get-assigns)
2083         (verilog-modi-get-consts, verilog-modi-get-gparams)
2084         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2085         (verilog-modi-get-sub-inputs): Move inline functions earlier in
2086         the file.
2087         (sigs-in, sigs-out): Don't declare multiple times.
2088         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2089         `defvar'.
2090         (verilog-auto): Call dinotrace-unannotate-all only if bound.
2091         (verilog-module-inside-filename-p): No need to wrap fboundp test
2092         in condition-case.
2093         (reporter-submit-bug-report): Autoload it.
2094         (verilog-mark-defun): Call zmacs-activate-region only if bound.
2095         (verilog-font-customize): Call customize-apropos only if bound.
2096         (verilog-getopt-flags, verilog-auto-reeval-locals):
2097         Use make-local-variable rather than make-variable-buffer-local.
2098         (verilog-company, verilog-project, verilog-modi-cache-list):
2099         Move make-variable-buffer-local calls to top-level.
2100         (font-lock-defaults-alist): Don't define it.
2101         (verilog-need-fld): Remove.
2102         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2103         (verilog-mode): Only call make-local-hook on XEmacs.
2104         Set font-lock-defaults rather than using verilog-font-lock-init.
2106         * progmodes/verilog-mode.el (top-level): Don't require compile.
2107         (compilation-error-regexp-alist, compilation-last-buffer):
2108         Define for compiler.
2109         (verilog-insert-1): New function.
2110         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2111         Use verilog-insert-1.
2112         (verilog-surelint-off): Use next-error-last-buffer if bound.
2113         Check compile buffer is live.
2115 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2117         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
2118         gets inserted out-of-order.
2120 2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
2122         * vc-bzr.el: Copyright and version headers update.
2123         Remove some outdated comments through the whole file.
2124         (vc-bzr-program-args): Remove because unused.
2125         (vc-bzr-log-switches): New customization option.
2126         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
2127         use `vc-bzr-program-args'.
2128         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
2129         `vc-find-root' (patch by Andreas Hoenen).
2130         (vc-bzr-status): Update regex to match latest Bzr output.
2131         Remove redundant test.
2132         (vc-bzr-init-version): New function.
2133         (vc-bzr-unregister): Must not delete file.
2134         (vc-bzr-find-version): New function.
2135         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
2136         a non-empty string, otherwise take head revision.
2137         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
2138         (vc-bzr-diff): Simpler build of the revision spec string.
2139         (vc-annotate-convert-time, vc-bzr-annotate-difference):
2140         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
2141         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
2142         (vc-bzr-dired-state-info): Only provide custom strings for
2143         overloaded VC state 'edited; otherwise fallback to
2144         `vc-default-dired-state-info'.
2146 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2148         * vc-git.el (vc-git-dir-state):
2149         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
2151 2008-01-04  Richard Stallman  <rms@gnu.org>
2153         * delsel.el (delete-selection-mode): Doc fix.
2155 2008-01-04  Glenn Morris  <rgm@gnu.org>
2157         * version.el (emacs-copyright): Update to 2008.
2159 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
2161         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
2162         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
2164         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
2165         of watch expressions (only works fully with GDB 6.7 or later).
2167 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
2169         * time-stamp.el (time-stamp-time-zone):
2170         * whitespace.el (whitespace-check-buffer-leading)
2171         (whitespace-check-buffer-trailing)
2172         (whitespace-check-buffer-indent)
2173         (whitespace-check-buffer-spacetab)
2174         (whitespace-check-buffer-ateol):
2175         * progmodes/sh-script.el (sh-indentation):
2176         * textmodes/ispell.el (ispell-local-pdict):
2177         Add safe-local-variable properties.
2179 2007-12-31  Richard Stallman  <rms@gnu.org>
2181         * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
2182         Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
2183         `parent'.
2184         (custom-group-value-create): Pass two args to custom-add-parent-links.
2186 2007-12-29  Richard Stallman  <rms@gnu.org>
2188         * font-lock.el (font-lock-prepend-text-property)
2189         (font-lock-append-text-property): Canonicalize the face and
2190         font-lock-face properties.
2192         * faces.el (facep): Doc fix.
2194         * startup.el (fancy-startup-tail, fancy-about-text)
2195         (fancy-startup-text): Regularize format of face property.
2197         * facemenu.el (list-colors-print): Use :background and :foreground
2198         instead of background-color and foreground-color.
2200 2007-12-29  Drew Adams  <drew.adams@oracle.com>
2202         * cus-edit.el (custom-add-parent-links):
2203         Fill the "Parent documentation" text.
2205 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
2207         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
2208         MS-Windows and MS-DOS.
2209         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2211 2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2213         * progmodes/grep.el (rgrep): Fix last change.
2215 2007-12-27  Richard Stallman  <rms@gnu.org>
2217         * progmodes/compile.el (compilation-start): Set initial visible
2218         point properly even when compilation buffer already current.
2220 2007-12-26  Richard Stallman  <rms@gnu.org>
2222         * files.el (conf-mode-maybe): New function.
2223         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
2225 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
2227         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
2229 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
2231         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
2233 2007-12-25  Richard Stallman  <rms@gnu.org>
2235         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
2236         so they never do EOF.
2238 2007-12-23  Richard Stallman  <rms@gnu.org>
2240         * dired-aux.el: Load dired.el at run time too.
2242         * faces.el (copy-face): Create the new face explicitly if it
2243         does not exist already.
2245 2007-12-23  Andreas Schwab  <schwab@suse.de>
2247         * files.el (switch-to-buffer-other-frame): Return the buffer
2248         switched to.
2250 2007-12-23  Juri Linkov  <juri@jurta.org>
2252         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2253         item to about-emacs instead of display-splash-screen.
2255 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
2257         * simple.el (minibuffer-history, shell-command-history)
2258         (set-variable-value-history):
2259         * replace.el (regexp-history):
2260         * international/mule-cmds.el (input-method-history):
2261         * files.el (file-name-history): Add reference to history-length in
2262         the doc string.
2264 2007-12-22  Richard Stallman  <rms@gnu.org>
2266         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
2268 2007-12-21  Jason Rumney  <jasonr@gnu.org>
2270         * find-dired.el (find-name-arg): New custom variable.
2271         (find-name-dired): Use it.
2272         (find-dired-find-program): Remove.
2273         (find-dired): Use find-program.
2274         (find-grep-dired): Use grep-program.
2276         * progmodes/grep.el (rgrep): Use find-name-arg.
2278 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
2280         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2281         specifier from format-string.  Reported by Ye Wenbin.
2283 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
2285         * cus-start.el: Use correct group name for members of mode-line group.
2287 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2289         * progmodes/cc-vars.el (defcustom-c-stylevar):
2290         Revert to pre-2007-12-12 version.
2292 2007-12-15  Richard Stallman  <rms@gnu.org>
2294         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
2296         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
2297         Use changed.
2299         * startup.el (fancy-splash-help-echo): Var deleted.
2300         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2301         (fancy-about-screen): Don't display fancy-splash-help-echo.
2303         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2305 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2307         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2309 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2311         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2312         function.
2313         (add-submenu): Only define for XEmacs.
2314         (verilog-regexp-words): Revert previous change, keep the other
2315         definition.
2317 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2319         * progmodes/perl-mode.el (perl-continued-statement-offset)
2320         (perl-continued-brace-offset, perl-brace-offset)
2321         (perl-brace-imaginary-offset, perl-label-offset):
2322         * progmodes/cperl-mode.el (cperl-brace-offset)
2323         (cperl-continued-brace-offset, cperl-label-offset)
2324         (cperl-continued-statement-offset)
2325         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2326         Add safe-local-variable properties.
2328 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2330         * progmodes/verilog-mode.el (verilog-mode-map)
2331         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2332         (verilog-colorize-include-files): Use only overlay functions so
2333         that it can work on both Emacs and XEmacs.
2334         (set-extent-keymap): Remove unused defun.
2335         (verilog-kill-existing-comment, verilog-insert-date)
2336         (verilog-insert-year): Rename in order not to pollute the global
2337         namespace from kill-existing-comment, insert-date and
2338         insert-year, respectively.
2339         (verilog-set-auto-endcomments, verilog-header): Update callers.
2341         * files.el (auto-mode-alist): Recognize verilog files.
2343         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2344         (verilog-string-remove-spaces, verilog-re-search-forward)
2345         (verilog-re-search-backward, verilog-re-search-forward-quick)
2346         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2347         (verilog-get-end-of-line, verilog-within-string): Move definitions
2348         before first use.  No code changes.
2350 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2352         * progmodes/verilog-mode.el (verilog-mode-version)
2353         (verilog-mode-release-date): Don't use expanding keywords.
2354         (provide): Move to the end of file.
2355         (fboundp): Don't check if eval-when-compile is bound, it is used
2356         later in the file without checking.
2357         (when, unless): Copy definitions from subr.el.
2358         (char-before, defcustom, defface, customize-group)
2359         (verilog-batch-error-wrapper): Don't use old style backquotes.
2360         (verilog-regexp-opt): Avoid using the cl function case.
2361         (verilog-regexp-words): Remove duplicated definition.
2362         (verilog-mode-abbrev-table): Remove, duplicate.
2363         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2364         Declare and initialize in one step.
2365         (verilog-declaration-prefix-re, verilog-declaration-re)
2366         (verilog-end-of-statement, verilog-indent-declaration)
2367         (verilog-get-lineup-indent): Remove trailing whitespace.
2368         (verilog-mode): Fix autoload cookie.
2369         Set beginning-of-defun-function and end-of-defun-function.
2370         Use when instead of if.
2371         (verilog-emacs-features, verilog-auto-ascii-enum)
2372         (verilog-insert-indices): Escape braces in doc strings.
2374 2007-12-08  Michael McNamara  <mac@verilog.com>
2375             Wilson Snyder  <wsnyder@wsnyder.org>
2377         * progmodes/verilog-mode.el: New file.
2379 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2381         * international/latexenc.el (latexenc-find-file-coding-system):
2382         If both coding-system-for-write and buffer-file-coding-system of
2383         latex-main-file are nil, use `undecided'.
2385 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2387         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2389 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2391         * ido.el (ido-save-history): Use emacs-mule coding system
2392         instead of utf-8 to save filenames (it's safer in Emacs 22).
2393         Set the `coding' local variable on the first line of the file.
2395 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
2397         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
2398         coding system.  This ports revisions 1.40 and 1.41 over to the
2399         EMACS_22_BASE branch, but with the right coding system for Emacs
2400         22 to reliably record filenames.  Suggested by Eli Zaretskii.
2402 2007-12-01  Richard Stallman  <rms@gnu.org>
2404         * wid-edit.el (widget-type): Doc fix.
2406 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2408         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
2410 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
2412         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2414 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2416         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2417         Don't match "sub { (...) ... }".
2419 2007-11-29  Richard Stallman  <rms@gnu.org>
2421         * international/mule-cmds.el (toggle-input-method-active): New var.
2422         (toggle-input-method): Bind toggle-input-method-active to t.
2423         Error if it was already non-nil.
2425 2007-11-29  Glenn Morris  <rgm@gnu.org>
2427         * calendar/time-date.el (with-decoded-time-value): Doc fix.
2429 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2431         * calendar/time-date.el (encode-time-value): Doc fix.
2433 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2435         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2437 2007-11-24  Kenichi Handa  <handa@m17n.org>
2439         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2441 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2443         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2445 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2447         * textmodes/paragraphs.el (forward-sentence): Doc fix.
2448         Reported by Drew Adams <drew.adams@oracle.com>.
2450 2007-11-20  Glenn Morris  <rgm@gnu.org>
2452         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
2453         for compatibility with Emacs 23.
2455 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
2457         * replace.el (map-query-replace-regexp): Doc fix (revert part of
2458         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2460 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
2462         * progmodes/gdb-ui.el: Update commentary.
2464 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
2466         * international/mule-cmds.el (set-locale-environment):
2467         Set default-file-name-coding-system _after_ keyboard and terminal
2468         coding systems.  This fixes last change.
2470         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2471         one space after "Subject:".
2473 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
2475         * subr.el (make-variable-frame-local):
2476         Fix typo in obsolescence declaration.
2478 2007-11-16  Glenn Morris  <rgm@gnu.org>
2480         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2482 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
2484         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
2485         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
2486         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
2488 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2490         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2491         in order to determine if there's a conflict.
2493 2007-11-16  Juri Linkov  <juri@jurta.org>
2495         * man.el (Man-heading-regexp): Add 0-9.
2496         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2498 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2500         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2501         Fix typo in docstring.
2503         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
2504         (cua-highlight-region-shift-only): Doc fix.
2506 2007-11-15  Richard Stallman  <rms@gnu.org>
2508         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2510         * reposition.el (reposition-window):
2511         Binding C-M-l moved to bindings.el.
2513         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2515         * add-log.el (add-change-log-entry-other-window):
2516         Key binding C-x 4 a moved to bindings.el.
2518         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2519         from filecache.el.
2521         * filecache.el: Minibuffer map bindings moved to bindings.el.
2523 2007-11-14  Jason Rumney  <jasonr@gnu.org>
2525         * international/mule-cmds.el (set-locale-environment):
2526         Set default-file-name-coding-system from system defaults on Windows.
2528 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
2530         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2531         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2532         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2533         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2534         locations.
2535         (gdb-info-breakpoints-custom, gdb-assembler-custom)
2536         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2537         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2539 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
2541         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2542         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2543         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2544         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2545         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2546         Rewrite in active voice.
2548 2007-11-10  Juri Linkov  <juri@jurta.org>
2550         * startup.el: Backport startup screen related changes from the trunk.
2551         (initialization): Change group to `environment'.
2552         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2553         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2554         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2555         (initial-scratch-message): Fix docstring.
2556         (startup-screen-inhibit-startup-screen)
2557         (pure-space-overflow-message): New variables.
2558         (command-line): Rename `inhibit-startup-message' to
2559         `inhibit-startup-screen'.
2560         (initial-scratch-message): Doc fix.
2561         (fancy-splash-text): Remove variable.
2562         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
2563         New variables.
2564         (fancy-splash-delay, fancy-splash-max-time)
2565         (fancy-current-text, fancy-splash-stop-time)
2566         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
2567         Remove variables.
2568         (fancy-splash-insert): Use help-echo from the 3rd element of the
2569         link specification list, or "Follow this link" if it's nil.  Doc fix.
2570         Allow functions for face and link specs.
2571         (fancy-splash-tail): Remove function.
2572         (fancy-startup-tail): New function.
2573         (fancy-splash-default-action, fancy-splash-special-event-action)
2574         (fancy-splash-screens): Remove functions.
2575         (fancy-about-screen): New function.
2576         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
2577         Fix docstring.  Use argument `startup' to conditionally display
2578         different texts for Startup and About screens.  Don't display Help
2579         commands on the About screen.  Remove `unwind-protect' `sit-for'
2580         delay and `kill-buffer' after it.
2581         (normal-mouse-startup-screen, normal-splash-screen)
2582         (normal-no-mouse-startup-screen): New functions.
2583         (startup-echo-area-message): Change text of the echo area.
2584         (display-splash-screen): Remove function.
2585         (display-startup-screen, display-about-screen): New functions.
2586         (about-emacs): Make alias to `display-about-screen'.
2587         (display-splash-screen): Make alias to `display-startup-screen'.
2588         (command-line-1): Rename `inhibit-startup-message' to
2589         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
2590         started with command line options "-f", "-funcall", "-e", "-eval",
2591         "-execute", "-insert", "-find-file", "-file", "-visit".
2592         Inhibit startup screen when Emacs is started with a file name only
2593         on tty (i.e. don't inhibit it when started with a file name like
2594         "emacs FILE..." on a window system).
2595         Comment out unused code for coping with the old sit-for behavior.
2596         If file-count > 0, then display the concise version in another
2597         window, otherwise display full version in the same window.
2598         * loadup.el: Add `button'.  Move up `startup'.
2599         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
2600         * version.el (emacs-copyright): Add emacs-copyright.
2601         * menu-bar.el (menu-bar-help-menu):
2602         Move "About Emacs" and "About GNU" to the end of the Help menu.
2603         Move "Emacs Psychotherapist" after "Send Bug Report...".
2604         Move "External Packages" after "Find Emacs Packages".
2606 2007-11-10  Jason Rumney  <jasonr@gnu.org>
2608         * w32-fns.el: Sync charset names with setup-default-fontset.
2609         Append "-1" where second part missing.
2611         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
2613 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
2615         * ido.el (ido-save-history): Write the history file in UTF-8,
2616         and add `coding' file-local variable.
2618 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2620         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2621         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2622         (iso-iso2duden-trans-tab): Add docstring.
2624 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2626         * faces.el (face-normalize-spec): Remove function.
2627         (frame-set-background-mode): Undo last change.
2629 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2631         * files.el (enable-local-variables): Doc fix.
2633 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
2635         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2636         match dir like "a...b".
2638 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2640         * eshell/esh-mode.el (eshell-output-filter):
2641         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2642         Use `with-current-buffer'.
2644 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
2646         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2648 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
2650         * net/tls.el: Require rx when compiling.
2651         (tls-end-of-info): New variable.
2652         (open-tls-stream): Keep reading input until `tls-end-of-info' is
2653         matched.
2655 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2657         * simple.el (bad-packages-alist): Anchor semantic regexp.
2659 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2661         * files.el (hack-local-variables): Fix membership tests to avoid
2662         treating all variables as safe if `enable-local-variables' is
2663         set to :safe (CVE-2007-5795).
2665 2007-11-02  Glenn Morris  <rgm@gnu.org>
2667         * progmodes/etags.el (tags-table-mode): Disable undo.
2669         * simple.el (bad-packages-alist): Revert previous change.
2671 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
2673         * printing.el (printing): Fix :version, printing.el was included
2674         in emacs-22.1.
2675         (pr-path-style, pr-path-alist, pr-txt-name)
2676         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2677         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2678         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2679         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2680         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2681         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2682         (pr-setting-database, pr-visible-entry-list)
2683         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2684         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
2685         :version.
2687 2007-11-01  Glenn Morris  <rgm@gnu.org>
2689         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2691         * mail/footnote.el (footnote-numeric-regexp)
2692         (footnote-english-upper-regexp, footnote-english-lower-regexp)
2693         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2694         Match multi-character footnotes.
2696         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2697         (nroff-indent-line-function): New function.
2698         (nroff-count-text-lines): Use nroff-forward-text-line rather than
2699         obsolete alias.
2701 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
2703         * net/tramp.el (tramp-open-connection-telnet)
2704         (tramp-open-connection-rsh, tramp-open-connection-su)
2705         (tramp-open-connection-multi): Set $LC_ALL to "C".
2707 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
2709         * dired-aux.el (dired-copy-file-recursive):
2710         Preserve directory permissions.
2712 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2714         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2715         (whitespace-unload-function): New-style unload function.  When run,
2716         unintern `whitespace-unload-hook' and call `unload-feature' recursively
2717         to stop the old hook from messing with the unloading.
2719         * strokes.el (strokes-alphabetic-lessp): Doc fix.
2721 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2723         * emacs-lisp/find-func.el (find-library): Use library at
2724         point as default interactive argument.
2726 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2728         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2729         (elp-unset-master, elp-results): Fix typos.
2730         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2731         Doc fixes.
2733         * msb.el (msb--many-menus): Remove variable.
2734         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2735         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2736         (msb--toggle-menu-type): Fix typos in docstrings.
2738         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2739         (shadow-insert-var): Doc fixes.
2740         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2741         Reflow docstrings.
2742         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2744 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2746         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2747         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2748         Fix typos in autoload docstrings.
2750         * loadhist.el (unload-feature): Remove redundant check.
2752 2007-10-30  Richard Stallman  <rms@gnu.org>
2754         * savehist.el (savehist-save): Obey savehist-ignored-variables.
2756 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
2758         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2759         (gdb-var-update-handler-1): Use it.
2761 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2763         * loadhist.el (unload-feature): Remove erroneous check for the
2764         FEATURE-unload-function variable; check the existence of the
2765         function (that's what the docstring says, and it makes more sense).
2767         * follow.el (follow-unload-function): Add docstring.
2768         (follow-unload-function): Remove variable.
2770         * server.el (server-unload-function): Remove variable.
2771         (server-unload-function): Unbind `server-edit' from `C-x #'.
2773         * uniquify.el (uniquify-unload-function): Add docstring.
2774         (uniquify-unload-function): Remove variable.
2776         * ses.el (ses-unload-function): New function.
2778 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2780         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2781         (unsafep-progn, unsafep-let): Fix typos in docstrings.
2783         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2784         before use to avoid a warning in packages that require uniquify.
2785         (uniquify-unload-function): New function and var.
2787 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2789         * loadhist.el (unload-feature-special-hooks):
2790         Add `delete-frame-functions'.
2792         * server.el (server-unload-function): Rename from `server-unload-hook'
2793         and adapt to new `unload-feature' functionality.  Remove hook from
2794         `kill-buffer-hook' buffer-locally.
2795         (server-unload-hook): Remove.
2796         (server-unload-function): New var; replaces `server-unload-hook'.
2798 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
2800         * desktop.el (uniquify-managed): Pacify byte compiler.
2801         (desktop-buffer-info): If the buffer name is managed by uniquify,
2802         save the base name, not the uniquified one.
2803         (desktop-create-buffer): Allow `rename-buffer' to generate a new
2804         name in case of conflict.
2806 2007-10-26  Glenn Morris  <rgm@gnu.org>
2808         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2809         safe-local-variable property.
2811 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
2813         * net/browse-url.el (browse-url-browser-function): Delete grail.
2814         (browse-url-grail): Function and variable deleted.
2815         (browse-url-browser-function): Delete IXI Mosaic.
2816         (browse-url-default-browser): Don't try IXI Mosaic.
2817         (browse-url-iximosaic): Function deleted.
2818         (browse-url-browser-function): Delete MMM.
2819         (browse-url-default-browser): Don't try MMM.
2820         (browse-url-mmm): Function deleted.
2822 2007-10-25  Glenn Morris  <rgm@gnu.org>
2824         * progmodes/f90.el (f90-indented-comment-re)
2825         (f90-directive-comment-re, f90-break-delimiters):
2826         * progmodes/fortran.el (fortran-comment-line-start-skip)
2827         (fortran-directive-re):
2828         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2829         as safe if they are strings.
2831 2007-10-25  Richard Stallman  <rms@gnu.org>
2833         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2835 2007-10-24  Richard Stallman  <rms@gnu.org>
2837         * savehist.el (savehist-save): Omit unreadable elements.
2839         * loadhist.el (unload-function-defs-list): Renamed from
2840         unload-function-features-list.
2841         (unload-feature-special-hooks, unload-feature): Doc fixes.
2843         * indent.el (indent-to-left-margin): If point's in the indentation,
2844         move to the end of the indentation.
2846         * cus-edit.el (customize-changed-options): Make arg optional.
2848 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2850         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2852 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * textmodes/css-mode.el: Require CL.
2855         (comment-continue): Declare.
2857         * subr.el (make-variable-frame-localizable): Remove.
2858         (make-variable-frame-local): Mark obsolete.
2860 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2862         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2863         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2865 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
2867         * comint.el (comint-password-prompt-regexp):
2868         Handle `[sudo] password'-style prompt.
2870 2007-10-23  Glenn Morris  <rgm@gnu.org>
2872         * progmodes/f90.el (f90-do-indent, f90-if-indent)
2873         (f90-type-indent, f90-program-indent)
2874         (f90-continuation-indent, f90-comment-region)
2875         (f90-beginning-ampersand, f90-smart-end)
2876         (f90-break-before-delimiters, f90-auto-keyword-case)
2877         (f90-leave-line-no, f90-mode-hook):
2878         Give an appropriate safe-local-variable property.
2879         (f90-font-lock-keywords-2): Fix `go to' regexp.
2881         * progmodes/fortran.el (fortran-tab-mode-default)
2882         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2883         (fortran-structure-indent, fortran-continuation-indent)
2884         (fortran-comment-indent, fortran-comment-line-extra-indent)
2885         (fortran-comment-line-start)
2886         (fortran-minimum-statement-indent-fixed)
2887         (fortran-minimum-statement-indent-tab)
2888         (fortran-comment-indent-char, fortran-line-number-indent)
2889         (fortran-check-all-num-for-matching-do)
2890         (fortran-blink-matching-if, fortran-continuation-string)
2891         (fortran-comment-region, fortran-electric-line-number)
2892         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2893         (fortran-analyze-depth, fortran-break-before-delimiters):
2894         Give an appropriate safe-local-variable property.
2896 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2899         of the subdirs is unreadable.
2901 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
2903         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2904         Use window-full-width-p.
2906 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2909         (tpu-edt-off): Use it.
2910         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
2911         the global-map before adding it to global-map.
2913         * menu-bar.el (global-buffers-menu-map): New var.
2914         (global-map, menu-bar-update-buffers): Use it.
2915         * msb.el (msb-menu-bar-update-buffers): Use it.
2916         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2917         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2918         Use with-current-buffer.
2920 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2922         * hexl.el (hexl-menu): New major mode menu.
2924 2007-10-20  Glenn Morris  <rgm@gnu.org>
2926         * progmodes/f90.el (f90-font-lock-keywords-2)
2927         (f90-looking-at-type-like): Fix regexp typos.
2929 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2931         * bs.el (bs-mode): Add mode name (accidentally left out
2932         in the 2007-10-16 change).
2934 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2936         * bs.el (bs--track-window-changes): Don't refresh the whole list.
2937         (bs-mode): Set mode-class property to special.
2939         * follow.el (follow-unload-function): New function.
2941         * loadhist.el (unload-function-features-list):
2942         Rename from `unload-hook-features-list'.
2943         (unload-hook-features-list): Add as obsolete alias.
2944         (unload-feature): Use `unload-function-features-list'
2945         and new FEATURE-unload-function.
2947 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
2949         * loadhist.el (unload-feature-special-hooks):
2950         Update list of special hooks.
2952         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2953         (adaptive-fill-function): Doc fix.  Remove * from docstring.
2955 2007-10-18  Glenn Morris  <rgm@gnu.org>
2957         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2959 2007-10-17  Aaron Hawley  <aaronh@garden.org>
2961         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2962         position is not saved.
2964 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
2966         * longlines.el (longlines-wrap-follows-window-size): Integer value
2967         specifies wrapping margin.
2968         (longlines-mode, longlines-window-change-function):
2969         Set window-specific wrapping margin based on the above.
2971 2007-10-17  John Wiegley  <johnw@newartisans.com>
2973         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2975 2007-10-17  Glenn Morris  <rgm@gnu.org>
2977         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2978         Tweak regexp to avoid stack overflow.
2980 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2982         * simple.el (reindent-then-newline-and-indent): Don't assume that
2983         indent-according-to-mode preserves point.
2985 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
2987         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
2988         (bs--restore-window-config): Keep the selected frame.
2989         (bs--track-window-changes, bs--remove-hooks): New functions.
2990         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
2991         (bs--show-with-configuration): Revert 2006-11-09 change.
2992         Don't reuse window unless it is visible on the selected frame.
2993         Restore window configuration (possibly in a different frame)
2994         before creating any window.
2996 2007-10-16  Richard Stallman  <rms@gnu.org>
2998         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2999         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3000         (ad-is-advised, ad-get-advice-info-field)
3001         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3003 2007-10-16  Glenn Morris  <rgm@gnu.org>
3005         * simple.el (blink-matching-open): Don't report false errors with
3006         the `$' syntax class.
3008 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3010         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3011         (filesets-ormap, filesets-sort-case-sensitive-flag)
3012         (filesets-remake-shortcut, filesets-ingroup-collect-files):
3013         Fix typos in docstrings.
3014         (filesets-data-get-name, filesets-data-get-data)
3015         (filesets-data-set, filesets-cmd-query-replace-getargs)
3016         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
3018 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3020         * term/mac-win.el: Don't require url when compiling, as url-type is
3021         no longer a macro.
3023 2007-10-14  Glenn Morris  <rgm@gnu.org>
3025         * progmodes/etags.el (select-tags-table): Disable undo in the
3026         `*Tags Table List*' buffer.
3028 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
3030         * dired.el (dired-warn-writable): New face.
3031         (dired-warn-writable-face): New variable.
3032         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3033         of dired-warning-face, for group- and world-writable files.
3035 2007-10-13  Glenn Morris  <rgm@gnu.org>
3037         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3038         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3039         Add doc string, and an explicit COUNT argument.
3040         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3041         `inc' to search functions.
3043 2007-10-13  John W. Eaton  <jwe@octave.org>
3045         * progmodes/octave-mod.el (octave-looking-at-kw)
3046         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3047         New functions.
3048         (octave-in-defun-p, calculate-octave-indent)
3049         (octave-blink-matching-block-open, octave-beginning-of-defun)
3050         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3051         to search for regexps that contain case-sensitive keywords.
3052         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3053         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3055 2007-10-13  Richard Stallman  <rms@gnu.org>
3057         * files.el (directory-abbrev-alist): Doc fix.
3059 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
3061         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3063 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
3065         * frame.el (set-frame-configuration): Assign name parameter only
3066         if it has been set explicitly before.
3068         * window.el (handle-select-window): Revert part of 2007-10-06
3069         change setting the input focus.
3071 2007-10-12  Glenn Morris  <rgm@gnu.org>
3073         * cus-edit.el (custom-variable-menu, custom-face-menu)
3074         (custom-group-menu): Check init-file-user rather than
3075         user-init-file, in case cus-edit is loaded by site-run-file.
3077 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
3079         * follow.el (follow-stop-intercept-process-output):
3080         Use `follow-call-process-filter' rather than `process-filter'.
3082 2007-10-11  Tom Tromey  <tromey@redhat.com>
3084         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3085         frame is visible.
3087 2007-10-10  Richard Stallman  <rms@gnu.org>
3089         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3090         in *Backtrace*.
3092         * faces.el (face-font-selection-order): Doc fix.
3094         * loadhist.el (unload-feature): Doc fix.
3096 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3098         * ps-print.el: Fix the usage of :foreground and :background face
3099         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3100         (ps-print-version): New version 6.7.6.
3101         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3102         Fix code.
3103         (ps-face-foreground-color-p, ps-face-background-color-p)
3104         (ps-face-color-p): New inline funs.
3106 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
3108         * follow.el: Change all instances of "Follow Mode" to "Follow
3109         mode" in docstrings and messages.
3111 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
3113         * faces.el (face-font-selection-order): Doc fix.
3115         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
3116         (follow-mode-off-hook): Mark as obsolete.
3118 2007-10-08  Richard Stallman  <rms@gnu.org>
3120         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
3121         (edebug-install-custom-print, edebug-reset-print-funcs)
3122         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
3123         Functions deleted.
3124         (edebug-prin1, edebug-print, edebug-prin1-to-string)
3125         (edebug-format, edebug-message): Define directly as aliases.
3127 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
3129         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
3131 2007-10-07  Glenn Morris  <rgm@gnu.org>
3133         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3134         version numbers.
3136 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
3138         * net/tramp.el (tramp-completion-mode): Extend doc-string.
3139         (tramp-completion-mode-p): Revert change from 2007-09-24.
3140         Checking for `return' etc as last character is not sufficient, for
3141         example in dired-mode when entering <g> (revert-buffer) or
3142         <s> (dired-sort).
3144 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
3146         * window.el (mouse-autoselect-window-cancel): Don't cancel for
3147         select-window or select-frame events.
3148         (handle-select-window): When autoselecting window set input
3149         focus.  Restructure.
3151         * frame.el (focus-follows-mouse): Moved to frame.c.
3152         * cus-start.el (all): Add focus-follows-mouse.
3154 2007-10-05  Chris Moore  <dooglus@gmail.com>
3156         * server.el (server-kill-new-buffers): Doc fix.
3158 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3160         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3161         activate font-locking in the *buffer-selection* buffer.
3162         (bs-show-sorted): Doc fix.
3164         * bs.el (bs--get-marked-string, bs--get-modified-string)
3165         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3166         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3167         (bs--format-aux): Doc fix.
3169 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3171         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3173 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3175         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3177 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
3179         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3180         (gud-gdb): New function for old M-x gdb (text command mode).
3181         (gud-gdb-command-name, gdb): Move to...
3183         * progmodes/gdb-ui.el: ...here and adapt doc string.
3184         (gud-gdba-command-name, gdba): Delete.
3186 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
3188         * bs.el: Don't defvar `font-lock-verbose'.
3189         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3190         (bs--get-file-name): Fix typos in docstrings.
3191         (bs--show-header): Use `dolist' instead of `mapcar'.
3192         (bs-mode): Set `show-trailing-whitespace' to nil.
3193         (bs-buffer-sort-function, bs-mouse-select-other-frame)
3194         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3195         Doc fixes.
3197 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
3199         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3201 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
3203         * progmodes/gud.el (gdb): Make graphical mode the default and
3204         switch to text command mode if appropriate, i.e., reverse previous
3205         arrangement.
3206         (gud-gdb-marker-filter): Adapt for above change.
3208         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3209         gud-minor-mode and gud-marker-filter.
3210         (gdb-fullname-regexp): New variable.
3211         (gud-gdba-marker-filter): Use it to switch to text command
3212         mode if appropriate.
3214 2007-10-02  Richard Stallman  <rms@gnu.org>
3216         * frame.el (cursor-in-non-selected-windows): Doc fix.
3218 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
3220         * progmodes/gud.el (gud-display-line): Find source buffer even when
3221         GUD buffer has its own frame.
3223 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3225         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3227 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3229         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3231 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
3233         * allout.el (allout-before-change-handler): Replace got-char by
3234         goto-char.
3236 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3239         Used to try and automatically enabled smerge-mode in the presence of
3240         conflicts and to call `svn resolved' when the conflicts are gone.
3241         (vc-svn-parse-status): Remember the svn-specific status.
3243         * newcomment.el (comment-choose-indent): New function extracted
3244         from comment-indent.  Improve the alignment algorithm.
3245         (comment-indent): Use it.
3247 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
3249         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3250         (eldoc-message-commands, eldoc-current-idle-delay):
3251         Fix typos in docstrings.
3253         * progmodes/python.el (python-eldoc-function): Doc fix.
3255 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
3257         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3258         menu-bar-apropos-menu.  All users changed.
3259         (menu-bar-help-menu): Change menu symbols to better match the text
3260         displayed by the menu.
3262 2007-09-25  Glenn Morris  <rgm@gnu.org>
3264         * view.el (view-search-no-match-lines): Add a doc string.
3265         Rewrite to simplify and work better.
3267 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
3269         * net/tramp.el (tramp-completion-mode-p): Rename from
3270         `tramp-completion-mode'.  Revert logic, check `return', `newline'
3271         and such alike.  Packages like Icicles tend to use other completion
3272         characters but `tab' and `space' only.
3273         (top): Require cl.el, when `copy-tree' is not available otherwise.
3275         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
3276         `ad-get-arg'.
3278 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
3280         * net/tramp-vc.el (tramp-vc-user-login-name):
3281         Use `vc-find-version' instead of `process-file' to check whether we
3282         have a new enough vc that doesn't need the defadvice.
3284 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
3286         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3287         #, @, : and ^.
3289 2007-09-23  Glenn Morris  <rgm@gnu.org>
3291         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3293 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3295         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3297         * log-view.el (log-view-mode-map): Likewise.
3299         * diff-mode.el (diff-mode-shared-map): Likewise.
3301 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3303         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3304         add inferior-octave-directory-tracker to the buffer-local value
3305         of comint-input-filter-functions.
3307 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3309         * files.el (file-name-sans-versions): Also allow `A-Z'.
3311         * vc.el: Mention all supported VC backends.
3313 2007-09-22  Richard Stallman  <rms@gnu.org>
3315         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3316         neighbouring buttons.
3318 2007-09-22  Andreas Schwab  <schwab@suse.de>
3320         * files.el (file-name-sans-versions): Also allow `_'.
3322 2007-09-22  Glenn Morris  <rgm@gnu.org>
3324         * eshell/esh-mode.el (eshell-output-filter-functions):
3325         Add eshell-postoutput-scroll-to-bottom.
3327 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3329         * files.el (file-name-sans-versions): Allow - and a-z in version names.
3331         * log-view.el (log-view-mode-map, log-view-mode-menu):
3332         Bind log-view-annotate-version.
3333         (log-view-beginning-of-defun, log-view-end-of-defun)
3334         (log-view-annotate-version): New functions.
3335         (log-view-mode): Use log-view-beginning-of-defun and
3336         log-view-end-of-defun.
3338 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3340         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3342 2007-09-21  Kevin Ryde  <user42@zip.com.au>
3344         * international/mule.el (sgml-html-meta-auto-coding-function):
3345         Bind `case-fold-search' to t.
3347 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3350         neighbouring buttons.
3352         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3353         Recognize gcc's use of "note" for informational messages.
3355 2007-09-20  Glenn Morris  <rgm@gnu.org>
3357         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3358         motion functions, rather than hard-coding "\n\n".
3359         (tex-validate-region): Check for eobp, to speed up.
3360         (tex-next-unmatched-end): Doc fix.
3362 2007-09-19  Glenn Morris  <rgm@gnu.org>
3364         * textmodes/tex-mode.el (tex-terminate-paragraph):
3365         Use backward-paragraph.
3367 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3369         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3370         (css-mode): Update correspondingly.
3372 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3374         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3376         * vc-hooks.el (vc-menu-entry): New var.
3377         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3378         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3379         (vc-menu-map): Declare and initialize in one step.
3381         * menu-bar.el (vc-menu-map): Don't setup any more.
3382         Instead, just create the proper spot in the menu.
3384 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3385             Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * vc.el: Document new VC operation `extra-menu'.
3389         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
3391 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3393         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3394         Signed-off-by, Acked-by and Merge.
3396 2007-09-17  Glenn Morris  <rgm@gnu.org>
3398         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3399         filename from `--file-line-error', if it is available.
3401 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
3403         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3404         TeX `--file-line-error' format.
3406 2007-09-17  Glenn Morris  <rgm@gnu.org>
3408         * textmodes/tex-mode.el (tex-region): Simplify previous change,
3409         handling the case where the region is not in `tex-main-file'.
3410         (tex-region-1): Delete.
3411         (tex-region-header): New function, doing the header part of the
3412         old tex-region-1.
3414 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3416         * ediff-init.el (ediff-verbose-p): This var is not a constant.
3418 2007-09-16  Drew Adams  <drew.adams@oracle.com>
3420         * cus-edit.el (custom-face-edit-activate): Doc fix.
3422 2007-09-16  Glenn Morris  <rgm@gnu.org>
3424         * textmodes/tex-mode.el (tex-region): Handle the case where the
3425         region is not in `tex-main-file'.  Move the old code that applies
3426         to both cases...
3427         (tex-region-1): ...to this new function.
3429 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
3431         * simple.el (blink-matching-open): Don't display message when no
3432         paren is found within blink-matching-paren-distance characters.
3433         Don't search prompt in blink-matching-paren-distance nil case.
3435 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3437         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3439 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * vc-mtn.el: New file.
3443         * vc-hooks.el (vc-handled-backends): Add Mtn.
3445 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
3447         * files.el (find-file, find-file-other-window)
3448         (find-file-other-frame, find-file-existing, find-file-read-only)
3449         (find-file-read-only-other-window)
3450         (find-file-read-only-other-frame)
3451         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3453 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
3455         * man.el (Man-default-man-entry): At end of line, continue looking
3456         to the next line for possible end of hyphenated command.
3458 2007-09-13  Chris Moore  <dooglus@gmail.com>
3460         * shell.el (shell-resync-dirs): Don't move the cursor relative to
3461         the command being edited.
3463 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
3465         * progmodes/gud.el (gdb-ready): New variable.
3466         (gdb): Set it to nil.  Set gud-running to nil here...
3467         (gud-common-init): ...instead of here.
3469         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3470         Use gdb-ready.  Discard input until GDB is ready to accept it.
3472 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
3474         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
3475         C-M-S- keys.
3477 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
3479         * dired.el (dired-warning): Inherit from font-lock-warning-face to
3480         make it show up with eight colors.
3482 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3485         diffs are concatenated with no intervening line.
3487 2007-09-10  Dave Love  <fx@gnu.org>
3489         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3490         (python-font-lock-keywords): Update to the 2.5 version of the language.
3491         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3492         (python-backspace): Only behave funny in code.
3493         (python-compilation-regexp-alist): Add PDB stack trace regexp.
3494         (inferior-python-mode): Add PDB prompt regexp.
3495         (python-fill-paragraph): Refine the fenced-string regexp.
3496         (python-find-imports): Handle imports spanning several lines.
3497         (python-mode): Add `class' to hideshow support.
3499 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3501         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
3502         add-log-buffer-file-name-function rather than bind buffer-file-name,
3503         so we dont end up calling change-log-mode in *cvs* when `fi' is the
3504         ChangeLog file itself.
3506         * outline.el (outline-flag-region): Use front-advance.
3508 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
3510         * progmodes/cperl-mode.el: Merge upstream 5.23.
3511         (cperl-where-am-i): Remove function.
3512         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3513         (cperl-sniff-for-indent): De-invert [string] and [comment].
3514         When looking for label, skip s:m:y:tr.
3515         (cperl-indent-line): Likewise.
3516         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3517         (cperl-windowed-init): Wrong `ps-print' handling.
3518         Both thanks to Chong Yidong.
3519         (cperl-look-at-leading-count): Could fail with unfinished RExen.
3520         (cperl-find-pods-heres): If the second part of s()[] is missing,
3521         don't try to highlight delimiters...
3523 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3525         * progmodes/compile.el (compilation-get-file-structure): Complete last
3526         change by also using spec-directory in the puthash.
3528 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
3530         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
3531         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3532         (vc-bzr-status): Fix shadowing of variable 'status'.
3533         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3534         Use `expand-file-name' instead of `concat'.
3535         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3536         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
3538 2007-09-05  Jason Rumney  <jasonr@gnu.org>
3540         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
3542 2007-09-02  Richard Stallman  <rms@gnu.org>
3544         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3545         Add `safe-local-variable' property.
3546         (lisp-body-indent): Likewise.
3548 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3550         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3551         prev/next-node.
3553         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
3554         (x-gtk-map-stock): New function.
3556 2007-09-02  Glenn Morris  <rgm@gnu.org>
3558         * comint.el (comint-mode): Don't set scroll-conservatively.
3560         * eshell/em-unix.el (eshell/time): Stringify and flatten the
3561         non-command arguments.
3563 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3565         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3566         Fix bug: Don't expand top-level file name more than once.
3567         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3569 2007-09-01  Richard Stallman  <rms@gnu.org>
3571         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3572         Add doc string.
3574 2007-08-30  Richard Stallman  <rms@gnu.org>
3576         * speedbar.el (speedbar-frame-reposition-smartly)
3577         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3578         (speedbar-check-vc): Don't use dframe-xemacsp.
3580 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3582         * files.el (backup-buffer-copy): Try to overwrite old backup first.
3584 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
3586         * repeat.el (repeat): Use last-repeatable-command instead of
3587         real-last-command.  Run pre- and post-command hooks for
3588         self-insertion.  Update doc-string.
3590 2007-08-28  Glenn Morris  <rgm@gnu.org>
3592         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
3594 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
3596         * vc-git.el (vc-git-state): Call git-add --refresh to update the
3597         state of the file.
3598         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3599         (vc-git-create-repo): Fix invalid command.
3601 2007-08-27  Richard Stallman  <rms@gnu.org>
3603         * textmodes/flyspell.el (flyspell-mode):
3604         Catch errors in flyspell-mode-on.
3606 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3608         * progmodes/modula2.el (m2-definition, m2-module):
3609         Don't use previous-line.  Reported by T. V. Raman.
3611 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3613         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3614         argument to tool-bar-mode call.
3616 2007-08-27  Glenn Morris  <rgm@gnu.org>
3618         * diff-mode.el (diff-find-file-name): Only accept regular files,
3619         to rule out /dev/null, directories, etc.
3621 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3623         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3624         safe-local-variable setting.
3625         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3627 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3630         of buffers in uniquify-managed.
3632         * simple.el (invisible-p): Rename from text-invisible-p.
3633         Update callers.
3635 2007-08-25  Alan Mackenzie  <acm@muc.de>
3637         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3638         new language variable.
3640         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
3641         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3642         "extern" etc., rather than BOI.  Fix addition of spurious
3643         syntactic-symbol 'defun-block-intro, replacing it with
3644         'innamespace, etc.
3646 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3648         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3649         Don't behave differently when executed via M-x.  Add doc string.
3651 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3653         * files.el (backup-buffer-copy): Don't wrap delete in
3654         condition-case, only try to delete if file exists.
3656 2007-08-24  Glenn Morris  <rgm@gnu.org>
3658         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3660 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3662         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3663         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3664         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3665         (cperl-etags-goto-tag-location): Use new style backquotes.
3667         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
3668         (dynamic-completion-table): Use it it.
3670         * net/browse-url.el: Remove spurious * in custom docstrings.
3671         (browse-url-filename-alist): Use new-style backquote.
3673         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3674         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3676         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3677         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3679         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3681         * net/socks.el (socks-username/password-auth-filter):
3682         Remove unused vars `state' and `desired-len'.
3683         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3684         (socks-wait-for-state-change): Use new-style backquotes.
3686         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3688         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3689         backquotes after each `read' rather than once per buffer.
3691         * dframe.el: Remove spurious * in custom docstrings.
3692         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3693         (dframe-xemacs20p): Remove, inline at the sole use point.
3694         (defface): Don't defvar the face, don't use old-style backquote.
3695         (defcustom): Don't use old-style backquote.
3696         (dframe-frame-parameter, dframe-mouse-event-p):
3697         Make it obvious that it's always defined.
3698         (dframe-popup-kludge): New function to replace
3699         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3700         (dframe-frame-mode, dframe-set-timer-internal)
3701         (dframe-mouse-set-point): Remove use of with-no-warnings from
3702         XEmacs-specific code.
3703         (dframe-set-timer-internal): Fix very old bug with
3704         post-command-idle-hook.
3706         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3708 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3710         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3712 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
3714         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3715         safe-local-variable.
3717 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3719         * net/browse-url.el (browse-url-emacs): New function.
3721 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3723         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
3724         warning if the file uses old style backquotes.
3726         * emacs-lisp/bytecomp.el (byte-compile-log-file)
3727         (byte-recompile-directory, byte-compile-file)
3728         (byte-compile-from-buffer): Use with-current-buffer.
3730         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
3731         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
3732         (line-move-1, line-move-finish, line-move-to-column)
3733         (move-end-of-line, move-beginning-of-line): Use new name.
3735 2007-08-22  Glenn Morris  <rgm@gnu.org>
3737         * files.el (backup-buffer-copy): Check backup directory is
3738         writable, to avoid infloop deleting old backup.
3740         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3741         movemail related variables.
3742         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3743         will now be set before this is called.
3745 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
3749         * progmodes/ada-mode.el: Fix up comment style in header.
3750         (ada-check-emacs-version): Remove.
3751         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
3752         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
3753         to try and quieten the byte-compiler.
3754         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
3756         * vc.el (vc-annotate-warp-version): Don't use previous-line.
3758 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3760         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3761         extracted from `eval-last-sexp-1'.
3762         (eval-last-sexp-1): Call `preceding-sexp'.
3764 2007-08-19  Glenn Morris  <rgm@gnu.org>
3766         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3767         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3768         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3769         shadow files messing up the compilation.
3771 2007-08-18  Glenn Morris  <rgm@gnu.org>
3773         * progmodes/scheme.el (scheme-mode-variables):
3774         Set font-lock-comment-start-skip.
3776 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3778         * progmodes/ada-mode.el (ada-create-syntax-table):
3779         Move set-syntax-table from here to ...
3780         (ada-mode): ... here.  Don't change global value of comment-multi-line.
3781         Call new function ada-initialize-syntax-table-properties.
3782         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
3783         (ada-deactivate-properties, ada-initialize-properties):
3784         Replace by new functions ...
3785         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
3786         (ada-initialize-syntax-table-properties): ... to set up syntax-table
3787         properties uniformly, independently from whether font-lock-mode
3788         is enabled or not.  Handle read-only buffers and do not change
3789         undo-list when setting syntax-table properties.
3790         (ada-after-change-function): Use ada-set-syntax-table-properties.
3792 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3794         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
3795         (cperl-find-pods-heres): Fix an error when typing expressions like
3796         `s{a}{b}'.
3798 2007-08-17  Glenn Morris  <rgm@gnu.org>
3800         * progmodes/compile.el (compilation-get-file-structure): Make use
3801         of the directory part when checking for an existing entry, to
3802         handle files with same basename in different directories.
3804 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3806         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3807         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3808         (ps-paragraph-spacing): Docstring fix.
3810 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * smerge-mode.el (smerge-resolve): New arg `safe'.
3813         (smerge-resolve-all, smerge-batch-resolve): New function.
3814         (smerge-refine): Make sure `diff' returns the expected result.
3815         (smerge-parsep-re): New const.
3816         (smerge-mode): Use it to adjust paragraph-separate.
3818         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3819         Correctly match / regexp matchers as first char on a line when
3820         fontifying only that line.
3822         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3824 2007-08-16  Glenn Morris  <rgm@gnu.org>
3826         * ps-print.el (ps-font-size): Doc fix.
3828 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3830         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3831         (vc-bzr-registered): Don't redundantly protect against
3832         file-error.  Actually use the format-specific code.
3833         (vc-bzr-buffer-nonblank-p): Remove.
3834         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3836 2007-08-15  Glenn Morris  <rgm@gnu.org>
3838         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3839         sloppier, for the sake of GNU Mailman.
3840         (rmail-digest-rfc1153): Initialize `result' correctly.
3842 2007-08-14  Glenn Morris  <rgm@gnu.org>
3844         * simple.el (bad-packages-alist): New constant.
3845         (bad-package-check): New function.  Together, these two add
3846         elements to `after-load-alist' to check for problematic external
3847         packages.
3848         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3850 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3852         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3853         optional quotes around files in NEED-UPDATE . REMOVED case.
3855         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3856         (ada-treat-cmd-string): Improve error message.
3857         (ada-do-file-completion): Call `ada-require-project-file', so
3858         project variables are set properly.
3859         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3860         (ada-gnatfind-buffer-name): New constant.
3861         (ada-find-any-references): Use new constant.  Set buffer name
3862         properly in compilation-start.  Toggle read-only properly.
3863         (ada-find-in-src-path): Fix spelling error in docstring.
3865         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3866         by zero error.
3868 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3870         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3872 2007-08-12  Richard Stallman  <rms@gnu.org>
3874         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3875         (cvs-execute-single-file): Use new name split-string-and-unquote.
3876         (cvs-header-msg): Use new name combine-and-quote-strings.
3878         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3880         * progmodes/gud.el (gud-common-init): Use new name
3881         split-string-and-unquote.
3883         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3884         in javac regexp.
3886         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3887         combine-and-quote-strings and split-string-and-unquote.
3889         * subr.el (combine-and-quote-strings): Rename from strings->string.
3890         (split-string-and-unquote): Rename from string->strings.
3892 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3894         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3895         to buffer-local settings.
3897         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3898         (backquote-process): Add internal arg `level'.  Use the two to
3899         correctly handle nested backquotes.
3901 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3903         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3904         (vc-bzr-state-words): Add "kind changed" state word.
3905         (vc-bzr-status): New function.  Return Bzr idea of file status,
3906         which is different from VC's.
3907         (vc-bzr-state): Use vc-bzr-status.
3908         (vc-workfile-unchanged-p): Use vc-bzr-status.
3909         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3910         (vc-dired-state): Process "kind changed" state word.
3912 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3914         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3916         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3917         Move from vc-default-find-file-not-found-hook.
3919 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3921         * url/url-auth.el (url-basic-auth): When prompting for username
3922         and password, default to the username and password in the URL.
3924 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3926         * man.el: Remove spurious * in docstrings.
3927         Merge defvars and toplevel setq-defaults.
3928         (Man-highlight-references0): Limit=nil rather than point-max.
3929         (Man-mode-map): Move initialization into the declaration.
3930         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3931         (Man-view-header-file): Use expand-file-name rather than concat.
3932         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3934         * man.el (Man-next-section): Make sure we do not move backward.
3936 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3938         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3939         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3940         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3941         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3943 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3945         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3947 2007-08-08  Andreas Schwab  <schwab@suse.de>
3949         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3950         self-insert-command, not self-insert.
3952 2007-08-08  Glenn Morris  <rgm@gnu.org>
3954         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
3956         * Replace `iff' in doc-strings and comments.
3958         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3959         rather than just `-'.
3961 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3963         * dired.el (dired-pop-to-buffer):
3964         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3965         * calendar/calendar.el (generate-calendar-window):
3966         * progmodes/compile.el (compilation-set-window-height):
3967         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3968         Use window-full-width-p instead of comparing frame-width and
3969         window-width.
3971         * progmodes/compile.el (compilation-find-buffer): Remove extra
3972         argument in call to compilation-buffer-internal-p.
3974 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3976         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3977         parameters IDENTIFICATION and CONNECTED.
3978         (tramp-handle-insert-file-contents): VISIT must be handled after
3979         insertion of the local copy.  Reported by Peter Gordon
3980         <peter@pg-consultants.com>.
3981         (tramp-file-name-handler): No special handling for
3982         `expand-file-name'.  But for `file-name-as-directory'.
3983         (tramp-find-shell, tramp-open-connection-telnet)
3984         (tramp-open-connection-rsh, tramp-open-connection-su)
3985         (tramp-open-connection-multi)
3986         (tramp-open-connection-setup-interactive-shell): Guard against
3987         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
3988         <steve@sxemacs.org>.
3989         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
3990         the hint.
3992         * net/trampver.el: Update release number.
3994 2007-08-07  Tom Tromey  <tromey@redhat.com>
3996         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3997         Add safe-local-variable property.
3999 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4001         * image-mode.el (image-toggle-display): Use image-refresh.
4003         * longlines.el (longlines-decoded): New variable.
4004         (longlines-mode): Avoid encoding or decoding the buffer twice.
4006 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
4008         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4009         unofficial version.
4010         (vc-bzr-command): Remove redundant setting of process-connection-type.
4011         (vc-bzr-admin-checkout-format-file): Add autoload.
4012         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4013         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4014         (vc-bzr-registered): Compare dirstate format tag with known good
4015         value, abort parsing if match fails.  Warn user in docstring.
4016         (vc-bzr-workfile-version): Case for different Bzr branch formats.
4017         See bzrlib/branch.py in Bzr sources.
4018         (vc-bzr-diff): First argument FILES may be a string rather than a list.
4019         (vc-bzr-shell-command): Remove in favor of
4020         vc-bzr-command-discarding-stderr.
4021         (vc-bzr-command-discarding-stderr): New function.
4023 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
4025         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4026         program, and return nil
4027         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4028         (vc-bzr-state): Look for path names relative to the repository
4029         root after status keyword.
4030         (vc-bzr-file-name-relative): New function.
4031         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4032         depend on it.
4033         (vc-bzr-admin-dirname, ...-checkout-format-file)
4034         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4035         files that we now parse directly for speed.
4036         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4037         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4038         (vc-bzr-state): "bzr status" successful only if exitcode is 0
4039         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
4040         Bzr warnings, so we must discard it.
4041         (vc-bzr-workfile-version): Speedup counting lines from
4042         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4043         if that file doesn't exist.
4044         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4045         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
4046         (not ".bzr"!) to `vc-directory-exclusion-list'
4047         (vc-bzr-shell-command): New function.
4049 2007-08-06  Tom Tromey  <tromey@redhat.com>
4051         * diff-mode.el (diff-unified->context, diff-reverse-direction)
4052         (diff-fixup-modifs): Typo in docstring.
4054 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4056         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4057         count-screen-lines.
4058         (tpu-edt-off): Disable relevant pieces of advice.
4060         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4061         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
4062         (newline, newline-and-indent, do-auto-fill): Use advice instead of
4063         redefining the function.
4064         (tpu-set-scroll-margins): Activate the pieces of advice.
4066 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
4068         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4069         process-filter.
4071 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4073         * help.el (resize-temp-buffer-window): Use window-full-width-p
4074         instead of comparing frame-width and window-width.
4076 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
4078         * term.el: Honor term-default-fg-color and term-default-bg-color
4079         settings when modifying term-current-face.
4080         (term-default-fg-color, term-default-bg-color): Initialize from
4081         default term-current-face.
4082         (term-mode, term-reset-terminal): Set term-current-face with
4083         term-default-fg-color and term-default-bg-color.
4084         (term-handle-colors-array): term-current-face has term-default-fg-color
4085         and term-default-bg-color after reset escape sequence.
4086         (term-handle-colors-array): Set term-current-color with
4087         term-default-fg/bg-color instead of ansi-term-color-vector when the
4088         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4090 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
4092         * files.el (set-auto-mode): Handle also remote files wrt
4093         `auto-mode-alist'.
4095         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
4096         remote identification.
4098 2007-08-04  Glenn Morris  <rgm@gnu.org>
4100         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4101         zero, not nil, when the library is first loaded.  Check for a file
4102         that has been modified on disk.
4104         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4105         Remove duplicate defvar preventing initialization.
4106         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4108 2007-08-03  Miles Bader  <miles@gnu.org>
4110         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4111         backend names for new backends to `Git', `Hg', and `Bzr'.
4112         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4113         not `HG'.
4114         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4115         name, not `GIT'.
4116         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4117         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4119 2007-08-03  Glenn Morris  <rgm@gnu.org>
4121         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4123 2007-08-02  Richard Stallman  <rms@gnu.org>
4125         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4126         to update deleted flag.
4128         * cus-edit.el (customize-apropos, customize-apropos-options)
4129         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4131         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4133         * startup.el (fancy-splash-head, startup-echo-area-message):
4134         Change message text.
4136         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4137         All callers use line-move.
4139         * progmodes/compile.el (compilation-find-buffer): Return current
4140         buffer immediately if suitable.
4141         (compile, compilation-buffer-name, compilation-start): Doc fixes.
4143 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
4146         Make it more discriminating and more useful.
4147         (vc-bzr-root-dir): Use new name.
4148         (vc-bzr-registered): Use new name and look at the dirstate file to
4149         determine if it's registered or not without running `bzr'.
4151 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4153         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4155 2007-07-31  Drew Adams  <drew.adams@oracle.com>
4157         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4158         Fix parent groups link.
4160 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
4162         * faces.el (face-normalize-spec): New function.
4163         (frame-set-background-mode): Normalize face-spec before calling
4164         face-spec-match-p.
4166 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         * vc-bzr.el: New file (copied from the trunk).
4170         * vc-hooks.el (vc-handled-backends): Add BZR.
4171         (vc-find-file-hook): Failsafe if the backend's `registered'
4172         function burps.
4174         * server.el (server-window): Add switch-to-buffer-other-frame option.
4176 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4178         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
4179         (vc-git-revision-completion-table): Enable.
4181         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
4183         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
4185         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
4186         (vc-hg-registered): Set the vc-state property.
4188         * diff-mode.el (diff-mode-menu): New entries.
4190 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4193         (diff-file-kill): Use it.
4194         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4195         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4196         Use it so they find the hunk even when we're in the file header.
4198         * vc.el: Add new VC operation `revision-completion-table'.
4199         (vc-default-revision-completion-table): New function.
4200         (vc-version-diff, vc-version-other-window): Use it to provide
4201         completion of revision names if the backend provides it.
4203         * vc-arch.el (vc-arch--version-completion-table)
4204         (vc-arch-revision-completion-table): New functions to provide
4205         completion of revision names.
4207         * vc-cvs.el: Require CL.
4208         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4209         New functions to provide completion of revision names.
4211 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4213         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4214         (copyright-fix-years, copyright): Correctly handle the case where
4215         copyright-limit is nil.
4217 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4219         * progmodes/python.el (run-python): Fix path separator under w32.
4221 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4223         * vc-git.el: New File.
4225 2007-07-28  Alan Mackenzie  <acm@muc.de>
4227         Fix problem with modes derived from CC Mode:
4228         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4229         macro to cc-langs.
4230         (c-init-language-vars-for): Remove call to above macro.
4231         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4232         been moved to here.
4233         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4235 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4237         * net/trampver.el: Fix the `coding' cookie.
4239 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4241         * add-log.el (change-log-redate): Remove (not needed anymore and
4242         doesn't appear to work).
4244 2007-07-25  Glenn Morris  <rgm@gnu.org>
4246         * Relicense all FSF files to GPLv3 or later.
4248         * COPYING: Switch to GPLv3.
4250 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4253         Replace it with another one which disables undo before calling
4254         erase-buffer and then turns it back on if needed.
4256 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4258         * ps-print.el: Problem with foreground and background color when
4259         printing a buffer with and without faces.  Reported by Christian
4260         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4261         (ps-print-version): New version 6.7.5.
4262         (ps-default-fg): Change default value to nil, so black color is used
4263         when a face does not specify a foreground color.
4264         (ps-default-bg): Change default value to nil, so white color is used
4265         for background color.
4266         (ps-begin-job): Fix code.
4268 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4270         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4272 2007-07-24  Alan Mackenzie  <acm@muc.de>
4274         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4275         Initialise byte-compile-unresolved-functions before rather than
4276         after a compilation.
4277         (byte-compile-unresolved-functions): Amplify doc string.
4279 2007-07-24  Glenn Morris  <rgm@gnu.org>
4281         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4282         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4283         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4284         (cal-tex-cursor-week, cal-tex-cursor-week2)
4285         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4286         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4287         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4288         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4290 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4294 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4296         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4297         underlying file is uptodate.
4299 2007-07-23  Richard Stallman  <rms@gnu.org>
4301         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4303 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4306         (sh-font-lock-flush-syntax-ppss-cache): New funs.
4307         (sh-font-lock-syntactic-keywords): Use them to distinguish the
4308         different possible cases for \'.
4309         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
4311         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4312         `file' from which to start the search and fix case where `file' is the
4313         current directory and the root as well.
4315         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4316         name for buffer-file-name if it refers to a directory.
4318 2007-07-22  Jason Rumney  <jasonr@gnu.org>
4320         * w32-fns.el (set-default-process-coding-system): Use dos line ends
4321         for input to cmdproxy on all versions of Windows.
4322         Use dos line ends for input to plink.
4324         * comint.el (comint-simple-send): Concat newline before sending.
4325         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4327 2007-07-22  Juri Linkov  <juri@jurta.org>
4329         * isearch.el (isearch-edit-string): Save old point and
4330         isearch-other-end to old-point and old-other-end before reading
4331         the search string from minibuffer.  After exiting minibuffer set
4332         point to old-other-end if point and the search direction is the
4333         same as before reading the search string.
4334         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4335         to isearch-other-end.  Instead of isearch-search-and-update call
4336         three functions isearch-search, isearch-push-state and isearch-update.
4338 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4340         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
4341         destroying an existing buffer.
4343 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4345         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4347         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4349 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4351         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4352         file in a way that does not interfere with recentf.
4354 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4356         * image-dired.el (image-dired-sane-db-file): New func.
4357         (image-dired-write-tags, image-dired-remove-tag)
4358         (image-dired-list-tags, image-dired-write-comments)
4359         (image-dired-get-comment, image-dired-mark-tagged-files)
4360         (image-dired-create-gallery-lists): Call new func.
4361         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4363 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4365         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4366         (vc-hg-dir-state): Fix loop.
4367         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4368         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4369         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4370         (vc-hg-revert): Likewise.
4371         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
4373 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4375         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4376         case of alignment under a constant symbol, find and consider
4377         the sexp actually at indentation to be the "last sexp".
4379 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4381         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4382         (install): Use them to copy all *.el files before *.elc.
4383         (clean): Don't delete *~.
4385 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4387         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
4389 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
4391         * vc-hg.el (vc-hg-registered): Replace if with when.
4392         (vc-hg-state): Deal with nonexistent files.
4394 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
4396         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4397         (follow-delete-other-windows-and-split, follow-recenter)
4398         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4399         (follow-redisplay, follow-estimate-first-window-start)
4400         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4401         Fix typos in docstrings.
4403 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
4405         * bookmark.el (bookmark-show-all-annotations):
4406         Make sure each inserted annotation ends with newline.
4408         (bookmark-maybe-sort-alist): Don't modify
4409         bookmark-alist.  Instead, if not sorting, simply return it.
4410         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4411         for its return value, not for its side effect.
4413 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4415         * vc.el: Add more info about the vc-registered function.
4417 2007-07-16  David Kastrup  <dak@gnu.org>
4419         * emacs-lisp/advice.el (defadvice): Doc fix.
4421 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
4423         * subr.el (when, unless): Doc fix.
4425 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4427         * vc-hg.el (vc-hg-state): Handle removed files.
4428         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4429         (vc-hg-checkout): Re-enable.
4431 2007-07-15  Richard Stallman  <rms@gnu.org>
4433         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4435         * tutorial.el (tutorial--find-changed-keys):
4436         Handle C-x specially like ESC.
4438 2007-07-15  Roland McGrath  <roland@frob.com>
4440         * add-log.el (add-change-log-entry): Check add-log-full-name
4441         and add-log-mailing-address later, after change-log-mode-hook.
4443 2007-07-15  Richard Stallman  <rms@gnu.org>
4445         * isearch.el (isearch-mode, isearch-done):
4446         Delete unintended code in previous change.
4448         * ps-print.el (ps-default-bg): Change to White.
4450 2007-07-15  Aaron Hawley  <aaronh@garden.org>
4452         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4454 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
4456         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4457         when handling the terminating event.
4459 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4461         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4463 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
4465         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4466         (install): Use them to copy all *.el files before *.elc.
4468 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4470         * replace.el (match): Use yellow1 instead of yellow.
4472         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
4474         * pcvs-info.el (cvs-unknown): Likewise.
4476 2007-07-12  Davis Herring  <herring@lanl.gov>
4478         * desktop.el (desktop-buffer-info, desktop-save):
4479         Use `desktop-dirname' instead of `dirname'.
4481 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
4483         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4485         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4487 2007-07-10  Richard Stallman  <rms@gnu.org>
4489         * emacs-lisp/lisp-mode.el (eval-defun):
4490         Explain special handling of `defface'.
4492 2007-07-09  Richard Stallman  <rms@gnu.org>
4494         * isearch.el (isearch-edit-string): Call to isearch-push-state
4495         after the search.
4497 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4499         * cus-start.el (file-coding-system-alist): Fix custom type.
4501 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
4503         * longlines.el (longlines-wrap-region): Avoid marking buffer as
4504         modified.
4505         (longlines-auto-wrap, longlines-window-change-function):
4506         Remove unnecessary calls to set-buffer-modified-p.
4508 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4510         * vc.el (vc-default-log-view-mode): New function.
4511         (vc-print-log): Add new `log-view-mode' VC operation.
4513 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
4515         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4516         Rename and move to...
4518         * subr.el (strings->string, string->strings): ...here.
4520         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4521         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4523         * progmodes/gud.el (gud-common-init): Call string->strings instead
4524         of split-string.
4526 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
4528         * term/w32-win.el (menu-bar-open): New function.
4529         Bind <f10> to it.
4531 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4533         * log-view.el (log-view-mode-menu): New menu.
4535 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
4537         * vc-hg.el: New file.
4539 2007-07-06  Andreas Schwab  <schwab@suse.de>
4541         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4542         dynamic bindings around the evaluation of the expression.
4543         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4545 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
4547         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4548         file names.
4550 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
4552         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
4554         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4555         event is not a cons cell.  Do not unread drag-mouse-1 events.
4556         Select right window in check whether space was stolen from
4557         window above.
4559 2007-07-01  Richard Stallman  <rms@gnu.org>
4561         * files.el (find-file-visit-truename): Fix safe-local-variable value.
4563 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
4565         * generic-x.el (generic-define-mswindows-modes)
4566         (generic-define-unix-modes, apache-log-generic-mode)
4567         (bat-generic-mode-keymap, java-manifest-generic-mode)
4568         (show-tabs-generic-mode): Fix typos in docstrings.
4570 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4572         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4573         replace-regexp-in-string.
4575 2007-06-28  Andreas Schwab  <schwab@suse.de>
4577         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4578         $(lisp)/subdirs.el.
4580 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
4582         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4583         the speedbar frame if nil; that deletes the current frame or
4584         causes an error if it is the only frame.
4585         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4587 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
4589         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4590         directory where the desktop file was found, as the docstring says.
4591         (desktop-kill): Use `read-directory-name'.
4593         * desktop.el (desktop-load-locked-desktop): New option.
4594         (desktop-read): Use it.
4595         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4596         Use `when'.
4598 2007-06-24  Davis Herring  <herring@lanl.gov>
4600         * desktop.el (desktop-save-mode-off): New function.
4601         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4602         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4603         (desktop-claim-lock, desktop-release-lock): New functions.
4604         (desktop-kill): Tell `desktop-save' that this is the last save.
4605         Release the lock afterwards.
4606         (desktop-buffer-info): New function.
4607         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
4608         says to.  Detect conflicts, and manage the lock.
4609         (desktop-read): Detect conflicts.  Manage the lock.
4611 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4613         * ls-lisp.el (insert-directory): If an invalid regexp error is
4614         thrown, try using FILE as a literal file name, not a wildcard.
4615         Check for FILE as an existing file, not just a directory.
4617 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
4619         * ruler-mode.el (ruler-mode): Prevent clobbering the original
4620         `header-line-format' when reentering ruler mode.
4622 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4624         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4625         FILE exists as a directory.
4627 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4629         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4630         (vera-font-lock-match-item): Fix doc string.
4631         (vera-in-comment-p): Remove unused function.
4632         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4633         use `syntax-ppss'.
4634         (vera-forward-syntactic-ws): Fix argument order.
4635         (vera-prepare-search): Use `with-syntax-table'.
4636         (vera-indent-line): Fix doc string.
4637         (vera-electric-tab): Fix doc string.
4638         (vera-expand-abbrev): Define alias instead of using `fset'.
4639         (vera-comment-uncomment-region): Use `comment-start-skip'.
4641 2007-06-20  Reto Zimmermann  <reto@gnu.org>
4643         * progmodes/vera-mode.el: New file.
4645 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
4647         * ido.el (ido-find-file-in-dir): Don't signal an error for
4648         empty directories.
4650 2007-06-18  Alan Mackenzie  <acm@muc.de>
4652         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4653         When removing lines, also remove the \n.  Correction of patch of
4654         2007-04-21.
4656 2007-06-17  Glenn Morris  <rgm@gnu.org>
4658         * lpr.el (lpr-page-header-switches): Move %s to separate element
4659         for correct quoting.  Doc fix.
4661 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4663         * term/xterm.el (terminal-init-xterm): Escape parens in character
4664         constants.
4666 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
4668         * scroll-lock.el (scroll-lock-mode): Doc fix.
4670 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4672         * font-lock.el (font-lock-add-keywords): In case font-lock was only
4673         half-activated, forcefully activate it completely.
4675 2007-06-11  Richard Stallman  <rms@gnu.org>
4677         * cus-edit.el (custom-variable-type): Doc fix.
4679 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4681         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4683 2007-06-09  Davis Herring  <herring@lanl.gov>
4685         * desktop.el (desktop-minor-mode-table): Doc fix.
4687 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
4689         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4690         (image-next-line, image-previous-line, image-scroll-up)
4691         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4692         New functions.
4693         (image-mode-map): Remap motion commands.
4694         (image-mode-text-map): New keymap for viewing images as text.
4695         (image-mode): Use image-mode-map.
4696         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4698 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
4700         Sync with Tramp 2.0.56.
4702         * net/tramp.el:
4703         * net/tramp-ftp.el:
4704         * net/tramp-smb.el:
4705         * net/tramp-util.el:
4706         * net/tramp-vc.el:
4707         Don't load cl.el, because that pollutes the namespace.  Replace cl
4708         macros by their implementations where necessary.  Requested by
4709         Richard Stallman <rms@gnu.org>.
4711         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4712         doesn't exist.
4713         (with-parsed-tramp-file-name): Protect debug spec during compilation.
4714         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4715         (tramp-file-name-p, tramp-file-name-multi-method)
4716         (tramp-file-name-method, tramp-file-name-user)
4717         (tramp-file-name-host, tramp-file-name-localname): New defuns,
4718         replacing defstruct `tramp-file-name'.
4719         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4720         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4721         Apply `vector' instead of `make-tramp-file-name'.
4722         (tramp-handle-make-auto-save-file-name):
4723         Apply `tramp-temporary-file-directory' for compatibility reasons.
4724         (tramp-completion-mode): Use `natnump' instead of `wholenump'
4725         because of XEmacs.
4726         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4727         started.
4729 2007-06-07  David Kastrup  <dak@gnu.org>
4731         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4732         Change default to `top'.
4734 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
4736         * dired.el (dired-mode-map): Remove spurious separator.
4738 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4740         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4742         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4743         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4745 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4747         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4748         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4750 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4752         * progmodes/ebrowse.el (ebrowse-member-table):
4753         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
4755 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4757         * pgg.el (pgg-sign-region, pgg-sign):
4758         * ses.el (ses-call-printer):
4759         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4760         * textmodes/org.el (org-cycle): Fix typos in docstrings.
4762 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
4764         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4765         (tar-get-descriptor): Handle type 55, an extended pax header.
4767 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4769         * textmodes/css-mode.el: New file.
4771 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
4773         * net/socks.el: New file, taken from w3 repository.
4774         (top): Update Copyright.  Don't load cl.el.
4775         (all): Replace `case' by `cond', `string-to-int' by
4776         `string-to-number', and `process-kill-without-query' by
4777         `set-process-query-on-exit-flag'.
4778         (socks-char-int): Remove defalias and all occurrences.
4780 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4782         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4783         (sort-coding-systems, search-unencodable-char): Doc fixes.
4784         (coding-system-change-eol-conversion, set-default-coding-systems)
4785         (prefer-coding-system, find-multibyte-characters, princ-list)
4786         (leim-list-entry-regexp, set-input-method, locale-language-names)
4787         (input-method-exit-on-first-char, exit-language-environment-hook)
4788         (locale-charset-language-names): Fix typos in docstrings.
4790 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
4792         * bs.el (bs-cycle-previous): Don't modify the cycle list until
4793         `switch-to-buffer' has returned succesfully.
4794         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
4795         window is dedicated (it could iconify the frame).
4797 2007-06-05  Glenn Morris  <rgm@gnu.org>
4799         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4801 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
4803         * files.el (auto-mode-alist): Add lower-priority match for names
4804         like ChangeLog.old.
4806 2007-06-04  Andreas Schwab  <schwab@suse.de>
4808         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4810 2007-06-04  Davis Herring  <herring@lanl.gov>
4812         * calendar/timeclock.el: Update version number.
4813         (timeclock-modeline-display): Mention timeclock-use-display-time
4814         in explanatory message.
4815         (timeclock-log): Suppress warnings when finding the log.
4816         Don't check for a nil project twice.  Run hooks after killing the
4817         buffer (if applicable).
4818         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4819         was geometric).  All uses changed.
4820         (timeclock-generate-report): Support prefix argument.
4822 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4824         * man.el (Man-next-section): Don't consider the last line of the
4825         page as being part of any section.
4827 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
4829         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4830         modified flag of buffer.  Use `inhibit-modification-hooks'.
4832 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4834         * mail/mail-extr.el (mail-extract-address-components):
4835         Recognize non-ASCII characters except for NBSP as words.
4837 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
4839         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
4841 2007-06-04  Michael Olson  <mwolson@gnu.org>
4843         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4844         died and we are trying to send a signal to it.
4846 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
4848         * emacs-lisp/easy-mmode.el (define-minor-mode)
4849         (easy-mmode-define-navigation): Fix typos in docstrings.
4851         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4852         Fix typos in docstrings.
4853         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4854         (compilation-finish-function): Fix typo in obsolescence declaration.
4856         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4858 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
4860         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4861         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4863         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
4865         * longlines.el (longlines-mode): Make longlines-auto-wrap
4866         buffer-local.  Add hooks unconditionally.
4867         (longlines-auto-wrap): Toggle wrapping.
4868         (longlines-after-change-function)
4869         (longlines-post-command-function): Check longlines-auto-wrap.
4871 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4873         * Version 22.1 released.
4875 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
4877         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4878         changes.
4880 2007-05-31  Richard Stallman  <rms@gnu.org>
4882         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
4884 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
4886         * textmodes/table.el (table--point-entered-cell-function)
4887         (table--point-left-cell-function):
4888         Bind `inhibit-point-motion-hooks' to t.
4890 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4892         * emacs-lisp/rx.el (rx): Doc fix.
4894 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
4896         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4898 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4900         * log-edit.el (log-edit-changelog-paragraph): Return point-max
4901         as the end of the ChangeLog paragraph when it ends without a line
4902         termination.
4904 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4906         * textmodes/fill.el (canonically-space-region): Make the second arg
4907         a marker if it's not already the case.
4909         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4910         (xterm-mouse-event): Use it.
4912 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
4914         * vc-hooks.el (vc-find-root): Fix file attribute test.
4916 2007-05-24  Richard Stallman  <rms@gnu.org>
4918         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4919         Don't let opoint be nil.
4920         (flyspell-emacs-popup): Explicit error if no dialogs.
4922 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
4924         * tar-mode.el (tar-file-name-handler): New function.
4925         (tar-extract): Bind file-name-handler-alist to it to force
4926         find-buffer-file-type-coding-system behave as if the file being
4927         extracted existed.  Use last-coding-system-used to force
4928         buffer-file-coding-system to what decode-coding-region actually
4929         used to decode the file.
4931 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4933         * progmodes/compile.el (compilation-handle-exit):
4934         `compilation-finish-function' may change the current buffer.
4936 2007-05-22  Richard Stallman  <rms@gnu.org>
4938         * files.el (set-auto-mode): Doc fix.
4940 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
4942         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4944 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
4946         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4947         (rcirc-print): Handle `window-width'.
4948         (rcirc-buffer-maximum-lines): Doc fix.
4950 2007-05-19  Kevin Ryde  <user42@zip.com.au>
4952         * info.el (Info-fontify-node): Match https also.
4954 2007-05-18  Richard Stallman  <rms@gnu.org>
4956         * simple.el (push-mark): Doc fix.
4958 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
4960         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4961         tpu-global-map.
4962         (tpu-original-global-map): Delete variable.
4963         (tpu-control-keys-map): New keymap variable.
4964         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4965         setting keymapping directly.
4966         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4967         tpu-global-map.
4968         (tpu-edt-on): Activate the tpu-global-map.
4969         (tpu-edt-off): Deactivate the tpu-global-map.
4971 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
4973         * textmodes/ispell.el (ispell-get-word): Return markers
4974         for start and end positions.
4975         (ispell-word): Assume END is a marker.
4977 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4979         * ps-print.el: Use default color when foreground or background color
4980         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
4981         (ps-print-version): New version 6.7.4.
4982         (ps-rgb-color): New argument.  Use default color when color is
4983         unspecified.
4984         (ps-begin-job): Fix code.
4986 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
4988         * textmodes/ispell.el (ispell-start-process): Defend against bad
4989         default-directory.
4991 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4993         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
4995 2007-05-16  Richard Stallman  <rms@gnu.org>
4997         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4999 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5001         * files.el (magic-mode-alist, magic-fallback-mode-alist):
5002         Move the *ml, Postscript, and XmCD entries to the fallback part.
5004         * files.el (magic-fallback-mode-alist):
5005         Rename from file-start-mode-alist.
5007 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5009         * progmodes/compile.el (compilation-handle-exit): Quote first
5010         argument of `run-hook-with-args'.
5012 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
5014         * buff-menu.el (Buffer-menu-sort-column):
5015         * dabbrev.el (dabbrev-upcase-means-case-search):
5016         * dired.el (dired-recursive-deletes, dired-recursive-copies):
5017         * info.el (Info-current-subfile):
5018         * ls-lisp.el (ls-lisp-verbosity):
5019         * msb.el (msb-menu-cond):
5020         * pcvs.el (cvs-dired-use-hook):
5021         * simple.el (set-mark-command-repeat-pop):
5022         * time.el (display-time-24hr-format, display-time-mail-file):
5023         Doc fixes.
5025         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
5026         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
5028         * view.el (view-inhibit-help-message): Fix typo in docstring.
5029         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
5031 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
5033         * mail/rmail.el (rmail-convert-to-babyl-format):
5034         Check content-transfer-encoding _last_, because we need its position
5035         in base64-header-field-end.
5037 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
5039         * files.el (mode-require-final-newline, require-final-newline)
5040         (enable-local-variables, enable-local-eval): Doc fixes.
5042 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
5044         * progmodes/python.el (python-font-lock-keywords)
5045         (python-open-block-statement-p, python-mode): Add support for the new
5046         "with" keyword.
5048 2007-05-10  Richard Stallman  <rms@gnu.org>
5050         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
5051         (iso-cvt-write-only): Likewise.
5053         * emacs-lisp/easy-mmode.el (define-minor-mode):
5054         Fix generated doc string.
5056         * startup.el (fancy-splash-text): Add URL of guided tour.
5057         Adjust horizontal and vertical whitespace.
5059         * progmodes/compile.el (compilation-handle-exit):
5060         Use run-hook-with-args to run compilation-finish-functions.
5062         * files.el (file-start-mode-alist): New variable.
5063         (magic-mode-regexp-match-limit): Doc fix.
5064         (set-auto-mode): Handle file-start-mode-alist.
5065         A little cleanup of structure.
5067 2007-05-10  Davis Herring  <herring@lanl.gov>
5069         * calendar/timeclock.el (timeclock-in): Fix non-interactive
5070         workday specifications.
5071         (timeclock-log): Don't kill the log buffer if it already existed.
5073 2007-05-08  Richard Stallman  <rms@gnu.org>
5075         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5076         Don't include non-self-insert commands in the exception for `-'.
5078 2007-05-08  David Reitter  <david.reitter@gmail.com>
5080         * progmodes/python.el (python-guess-indent): Check non-nullness
5081         before comparing indent against the 2..8 interval.
5083 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5085         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
5086         available.
5088 2007-05-06  Richard Stallman  <rms@gnu.org>
5090         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
5092 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
5094         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
5095         disconnections.
5097 2007-05-01  Romain Francoise  <romain@orebokech.com>
5099         * dired-x.el: Revert 2007-04-06 change.
5101 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
5103         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
5104         don't put stop on toolbar.
5106 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
5108         * find-dired.el (find-dired-filter): Propertize all text down to eob.
5110 2007-04-29  Richard Stallman  <rms@gnu.org>
5112         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
5114 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         * progmodes/cc-mode.el (c-before-change): Use point-min rather
5117         than 1.
5119 2007-04-28  Richard Stallman  <rms@gnu.org>
5121         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
5123 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5125         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
5127 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
5129         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
5130         instead of $(lisp)/mh-e.
5132         * textmodes/fill.el (fill-paragraph): Doc fix.
5134 2007-04-28  Glenn Morris  <rgm@gnu.org>
5136         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5137         (image-dired-cmd-create-temp-image-options): Replace option
5138         +profile "*" with -strip.
5140 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
5142         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5143         Use window-start and window-end.
5145 2007-04-26  Glenn Morris  <rgm@gnu.org>
5147         * progmodes/python.el: Restore file pending consideration of legal
5148         status.
5150 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
5152         * locate.el (locate-in-alternate-database): Doc fix.
5154 2007-04-26  Glenn Morris  <rgm@gnu.org>
5156         * button.el (button): Use underline if supported, else fall back
5157         to color.
5159 2007-04-25  Richard Stallman  <rms@gnu.org>
5161         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5163 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
5165         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5166         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5167         pushing mark.
5168         (idlwave-current-routine): Don't push mark.
5170 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
5172         * image-dired.el (image-dired-display-image): Derive image-type from
5173         filename rather than assuming jpeg, in case no resizing was needed.
5175 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5177         * custom.el (defface): Doc fix.
5179 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5181         * progmodes/python.el: Remove due to unclear legal issues.
5183 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
5185         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
5186         Don't re-query for each cleared BP.
5187         (idlwave-shell-clear-bp): Optionally skip BP query.
5188         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
5189         of set-window-buffer, which incorrectly moves displayed region.
5191 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
5193         * calc/calc.el (calc-bug-address): Update maintainer's address.
5194         * calc/*: Update maintainer's address.
5196 2007-04-23  Richard Stallman  <rms@gnu.org>
5198         * simple.el (set-mark-command-repeat-pop): Doc fix.
5199         Put in `editing-basics' group.
5201 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
5203         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
5204         New functions.
5205         (Info-mode-line-node-keymap): Bind mouse commands to
5206         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
5208 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
5210         * locate.el (locate-local-prompt): New var.
5211         (locate-prompt-for-command): Doc fix.
5212         (locate-prompt-for-search-string): New function.
5213         (locate): New optional arg.  Make locate-local-prompt
5214         buffer-local.  Use locate-prompt-for-search-string.
5215         (locate-with-filter): New optional arg.
5216         Use locate-prompt-for-search-string.
5217         (locate-update): Bind locate-prompt-for-command.
5219 2007-04-23  Glenn Morris  <rgm@gnu.org>
5221         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5223 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
5225         * button.el (button): Inherit from link face on a tty.
5227 2007-04-23  Glenn Morris  <rgm@gnu.org>
5229         * button.el (button): Use color for this face on a tty.
5231         * files.el (magic-mode-alist): Allow for carriage-returns in
5232         html-mode and sgml-mode entries.
5234 2007-04-22  Richard Stallman  <rms@gnu.org>
5236         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5237         Improve doc string of generated command.
5239         * subr.el (read-number): Catch errors.
5241         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
5243 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5245         * image-dired.el: Rename from thumbnails.el.  All instances of
5246         "thumbnails" replaced with "image-dired".
5248         * dired.el (dired-mode-map): Rename "thumbnails" again, to
5249         "image-dired".
5251 2007-04-22  Kim F. Storm  <storm@cua.dk>
5253         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
5254         Don't use kill-line.
5256 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
5258         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
5259         error message.
5261 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5263         * dired.el: Rename "tumme" to "thumbnails".
5265         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
5266         replaced with "thumbnails".
5268 2007-04-22  Glenn Morris  <rgm@gnu.org>
5270         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
5271         and give it the risky-local-variable property.
5273         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
5274         before defining it.
5276 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
5278         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5279         Use delete-region instead of kill-line.
5281 2007-04-21  Alan Mackenzie  <acm@muc.de>
5283         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
5284         `kill-region' by `delete-region'.
5286 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
5288         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
5289         instead of kill-region.
5291         * progmodes/mantemp.el (mantemp-make-mantemps-region)
5292         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
5293         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
5294         and kill-line.
5296         * progmodes/vhdl-mode.el (vhdl-template-type)
5297         (vhdl-template-record, vhdl-template-nature)
5298         (vhdl-template-configuration-spec, vhdl-template-component-inst)
5299         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
5300         Use delete-region instead of kill-word and kill-line.
5302 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5304         * dired-x.el (dired-virtual-mode): Doc fix.
5306 2007-04-21  Richard Stallman  <rms@gnu.org>
5308         * font-lock.el (font-lock-keywords-alist): Mark as risky.
5310         * subr.el (read-number): Doc fix.
5312         * simple.el (pop-to-mark-command): Display message "mark popped"
5313         if point does not move.
5314         (set-mark-command): Doc fix.
5316 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
5318         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
5319         (locate-local-filter, locate-local-search): New vars.
5320         (locate): Make variables local.
5321         (locate-update): Bind locate-buffer-name.  Call locate using
5322         locate-local-filter and locate-local-search.
5324 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
5326         * hi-lock.el (hi-lock-file-patterns-policy): New var.
5327         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
5328         (hi-lock-mode): Update docstring.
5330 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5332         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
5333         fill-nobreak-predicate when the break is past fill-column.
5335 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5337         * locate.el (locate): Output from shell-command should go in the
5338         current buffer rather than *Shell Command Output*.
5340 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
5342         * paren.el (show-paren-function): Fix last fix.
5344 2007-04-19  Kevin Ryde  <user42@zip.com.au>
5346         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
5347         (archive-lzh-summarize): Add optional start arg for where to start
5348         looking at the archive.
5349         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
5351         * international/mule.el (auto-coding-alist): no-conversion for .exe
5352         and .EXE.
5354 2007-04-19  Alan Mackenzie  <acm@muc.de>
5356         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
5357         function return type contains "struct", "union", etc.
5358         c-end-of-defun goes too far forward.
5360 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
5362         * paren.el (show-paren-function): Reset window-start to avoid
5363         recentering.
5365 2007-04-19  Glenn Morris  <rgm@gnu.org>
5367         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
5369 2007-04-18  Glenn Morris  <rgm@gnu.org>
5371         * calendar/diary-lib.el (diary-header-line-format): Add a custom
5372         :set function.
5373         (diary-list-entries): Only switch to diary-mode from
5374         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
5375         diary-mode set header-line-format, in case of any customization.
5377 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5379         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
5380         is less than the length of parse-time-syntax.
5382 2007-04-17  David Kastrup  <dak@gnu.org>
5384         * replace.el (query-replace-regexp-eval): Deprecate.
5386 2007-04-17  Alan Mackenzie  <acm@muc.de>
5388         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
5389         point too close to EOB, leave point at EOB rather than last `}'.
5391 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5393         * textmodes/bibtex.el (bibtex-include-OPTkey)
5394         (bibtex-user-optional-fields, bibtex-entry-field-alist):
5395         Fix defcustom.
5397 2007-04-17  Glenn Morris  <rgm@gnu.org>
5399         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
5400         be encoded, fall back to current year.
5402 2007-04-14  Kevin Ryde  <user42@zip.com.au>
5404         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
5405         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
5406         M "MSDOS".
5408 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
5410         * progmodes/python.el (python-end-of-block): Avoid looping forever
5411         if python-next-statement fails.
5413 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5415         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
5417 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5419         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
5420         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
5422 2007-04-15  Jay Belanger  <belanger@truman.edu>
5424         * calc/calc.el (calc-version): New function.
5425         (calc-trail-mode): Shorten the title.
5427 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5429         * mail/footnote.el (footnote-style): Clarify docstring to state
5430         that customizing this only applies to future footnotes.
5432 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5434         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
5435         (bibtex-make-field): Check that INIT is a string.  Use functionp.
5437 2007-04-14  Glenn Morris  <rgm@gnu.org>
5439         * complete.el (PC-goto-end): New buffer-local variable.
5440         (PC-do-completion-end): Make buffer-local.
5441         (partial-completion-mode) <choose-completion-string-functions>:
5442         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
5443         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
5444         doc string.  Set PC-goto-end for choose-completion.
5445         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
5446         PC-do-completion.
5448         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
5449         arg to bibtex-make-field.
5450         (bibtex-make-field): Add optional fourth arg NODELIM.
5451         Insert delimiters around INIT unless this arg is non-nil.
5453 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
5455         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
5456         global map isn't modified.
5458 2007-04-14  Glenn Morris  <rgm@gnu.org>
5460         * calendar/appt.el (appt-disp-window): Do not split small windows.
5461         Suggested by Jeff Miller <jmiller@cablespeed.com>.
5463 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
5465         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
5467         * files.el: Ditto.
5469 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
5471         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
5473         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
5474         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
5475         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
5476         (term-pager-help): Fix typos in docstrings.
5478         * wid-edit.el (widget-documentation): Fix typo in docstring.
5480         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
5481         Fix typos in error messages.
5483 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
5485         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
5486         window marked as dedicated.
5488         * mail/footnote.el (footnote-latin-string): New variable.
5489         (footnote-latin-regexp): Redefine as regexp alternative.
5490         (Footnote-latin): Use footnote-latin-string instead of
5491         footnote-latin-regexp.
5493 2007-04-13  Glenn Morris  <rgm@gnu.org>
5495         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
5496         inherited keymaps.
5498 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
5500         * outline.el (outline-get-next-sibling): Clarify docstring.
5501         (outline-get-last-sibling): Handle case where we are at the first
5502         heading.  Clarify docstring.
5504 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
5506         * progmodes/gud.el (gud-minor-mode-map): Make go button same
5507         length as stop button to lessen flicker.
5508         (jdb): Add gud-print.
5509         (gud-find-expr): Jdb prints the expression with the value, so
5510         don't insert it in the output.
5512 2007-04-11  Jason Rumney  <jasonr@gnu.org>
5514         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
5515         case hex.  Do not try to decode non-hex letters.
5517 2007-04-11  Markus Triska  <markus.triska@gmx.at>
5519         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
5520         (byte-optimize-backward-word): Remove (move to bytecomp.el).
5521         (byte-optimize-form-code-walker): Evaluate pure function calls if
5522         possible.
5523         (byte-optimize-all-constp): New function.
5525         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5526         Improve numeric argument case.
5527         (byte-compile-backward-char, byte-compile-backward-word):
5528         New functions, performing rewriting previously done in byte-opt.el.
5529         Fix their "Fixme" item (restriction to numeric arguments).
5531 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5533         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
5534         with dolist.
5535         (after-init-hook): Don't quote lambda.
5536         (desktop-first-buffer): Don't wrap it in eval-when-compile.
5537         (desktop-internal-v2s): Remove unused var `el'.
5538         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
5539         desktop-restore-file-buffer.
5540         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
5541         desktop-create-buffer.
5543 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
5545         * woman.el (woman-decode-buffer): Postpone macro-set check...
5546         (woman-decode-region): ...to here.
5548 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
5550         * startup.el (tty-handle-args): Use %S to log ARGS.
5552 2007-04-10  Glenn Morris  <rgm@gnu.org>
5554         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
5555         it is obsolete and has no effect.
5557         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
5558         byte-compiler.
5560         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
5561         obsolete function make-local-hook.
5563         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
5564         start to quieten byte-compiler.
5566 2007-04-10  Markus Triska  <markus.triska@gmx.at>
5568         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
5569         to bytecomp.el as byte-compile-char-before).
5570         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5571         New function (modified replacement for byte-optimize-char-before in
5572         byte-opt.el).
5574 2007-04-09  Alan Mackenzie  <acm@muc.de>
5576         * startup.el (inhibit-splash-screen): Emphatically state that it
5577         can't be set in site-start.el.
5579 2007-04-09  Masatake YAMATO  <jet@gyve.org>
5581         * progmodes/cc-subword.el (c-capitalize-subword): More closely
5582         mimic the behavior of `capitalize-word'.  Do not move point with a
5583         negative argument.  Based on tiny change by Paul Curry.
5585 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
5587         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
5588         Don't move point if ARG is negative.
5590 2007-04-09  Alan Mackenzie  <acm@muc.de>
5592         Changes to make `narrow-to-defun' and `mark-defun' work properly
5593         in CC Mode:
5595         * progmodes/cc-defs.el (c-beginning-of-defun-1):
5596         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5597         Bind beginning/end-of-defun-function to nil around calls to
5598         beginning/end-of-defun.
5600         * progmodes/cc-langs.el (beginning-of-defun-function)
5601         (end-of-defun-function): New c-lang-setvar's.
5603         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
5604         (setq arg 1))" to enable non-interactive call.
5606 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
5608         * simple.el (set-mark-command): Doc fix.
5610 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
5612         * progmodes/gud.el (gdb): Restore existing session if user
5613         tries to start a second one in graphical mode.
5615 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
5617         * cus-start.el <scroll-preserve-screen-position>: Add choices.
5619 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5621         * term/xterm.el (terminal-init-xterm): Fix key definitions.
5622         Add binding for C-M-SPC.
5624 2007-04-08  Richard Stallman  <rms@gnu.org>
5626         * pcomplete.el (pcomplete-read-event): One single definition,
5627         and not a defsubst.
5629 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5631         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
5632         byte-compiler warning "value unused".
5634 2007-04-08  Andreas Schwab  <schwab@suse.de>
5636         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
5638 2007-04-07  Glenn Morris  <rgm@gnu.org>
5640         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
5641         Autoload these functions.
5642         (diary-date-forms): Add a custom :set form.
5644         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
5645         before first use.
5646         (diary-font-lock-keywords): New function with old code for
5647         initialization of variable of same name.
5649 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
5651         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
5652         clean-up: only insert space when on identifier, etc.
5654 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5656         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
5658         * net/tls.el (open-tls-stream): Properly handle case where there
5659         is no associated buffer.
5661 2007-04-07  Glenn Morris  <rgm@gnu.org>
5663         * ffap.el (ffap-file-at-point): Lower the priority of the
5664         ffap-ftp-sans-slash-regexp check.
5666 2007-04-06  Alan Mackenzie  <acm@muc.de>
5668         Fix fontification of labels, and other things with ":".
5670         * progmodes/cc-engine.el (c-forward-label): The function now
5671         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
5672         the former t.
5674         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
5675         new return code from c-forward-label, fontifying tokens properly.
5676         Add some general comments throughout the file.
5678 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
5680         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
5681         Revert 2006-01-27 change.
5683         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
5685         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
5687         * desktop.el (desktop-create-buffer, desktop-save):
5688         Revert 2004-11-12 change for lack of copyright papers.
5690         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
5691         (dired-guess-default): Respect case.
5693         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
5695         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
5696         was originally checked in as byte-optimize-concat on 1997-11-02.
5698         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
5699         1995-05-19 doc changes.
5701 2007-04-06  Kim F. Storm  <storm@cua.dk>
5703         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
5704         (unload-feature): Update interactive spec accordingly.
5706         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
5708 2007-04-06  John Paul Wallington  <jpw@pobox.com>
5710         * subr.el (with-case-table): Use `make-symbol' to avoid variable
5711         capture.  Restore the table in the same buffer.
5713         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
5715 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
5717         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5718         Print entire form.
5720 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
5722         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
5723         for low-color displays.
5725 2007-04-05  Glenn Morris  <rgm@gnu.org>
5727         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
5728         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
5729         Seed random number generator on loading.
5731         * emacs-lisp/authors.el (top-level): Provide self.
5733         * play/animate.el (top-level): Provide self.
5735 2007-04-04  Alan Mackenzie  <acm@muc.de>
5737         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
5738         to mention c-syntactic-indentation.
5740 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
5742         * subr.el (with-case-table): New macro.
5744         * international/mule.el (ascii-case-table): New var.
5746         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
5747         downcasing.
5749 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5751         * progmodes/gud.el (gud-minor-mode-map): Simplify.
5753         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
5754         of the window if we're outside it e.g menu-bar.
5756         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
5757         window if we're outside it e.g menu-bar.
5759 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
5761         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
5762         decode base-64 encoded body if its content-type is something other
5763         than text/* or message/*.
5765 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
5767         * simple.el (activate-mark-hook): Fix typo in docstring.
5769 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5771         * tmm.el (tmm-c-prompt): Initialize.
5772         (tmm-menubar): Deal with extended menu-items at top level.
5773         (tmm-get-keybind): Handle bindings redefined/undefined locally.
5774         (tmm-prompt): Handle visibility of top level menu-items.
5776         * progmodes/gud.el (gud-menu-map): Simplify.
5777         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
5778         menubar.
5780 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
5782         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
5784         * comint.el (comint-send-input): Widen the buffer first.
5786         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
5788 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5790         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
5791         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
5793         * newcomment.el (comment-search-forward): Discard comment starters
5794         before point.
5796 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
5798         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
5800 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
5802         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
5803         when downcasing.
5805         * button.el (previous-button): Rewrite to account for adjacent buttons.
5807 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
5809         * progmodes/idlwave.el (idlwave-auto-fill):
5810         Revert paragraph-separate change.
5812         * progmodes/idlw-shell.el (idlwave-shell-break-in):
5813         Simplify module calc.
5814         (idlwave-shell-set-bp-in-module): Compute module.
5816 2007-03-31  Glenn Morris  <rgm@gnu.org>
5818         * emacs-lisp/timer.el (run-at-time): Doc fix.
5820         * emacs-lisp/warnings.el (display-warning): If we create the
5821         buffer displaying the warning, disable undo there.
5823 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
5825         * net/tramp.el (tramp-register-file-name-handler)
5826         (tramp-register-completion-file-name-handler): New defsubst,
5827         derived from `tramp-register-file-name-handlers'.  The split is
5828         necessary because Tramp's file name handlers must be registered at
5829         different startup places.
5831 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
5833         * progmodes/hideshow.el (turn-off-hideshow): New function.
5834         (hs-minor-mode): Use it instead of a lambda expression in
5835         change-major-mode-hook.
5837 2007-03-31  David Kastrup  <dak@gnu.org>
5839         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
5840         corresponding to MANPATH_MAP entries.
5841         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
5842         (woman-parse-man.conf): Use more discriminating man.conf name.
5843         (woman-parse-man.conf): Parse MANPATH_MAP entries.
5844         (woman-manpath): Doc fix and type fix.
5845         (woman-cached-data): Check for MANPATH_MAP entries.
5846         (woman-expand-directory-path): Treat MANPATH_MAP entries.
5848 2007-03-31  Stuart Herring  <herring@lanl.gov>
5850         * emacs-lisp/sregex.el (sregexq): Doc fix.
5852 2007-03-31  Markus Triska  <markus.triska@gmx.at>
5854         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
5856 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
5858         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
5859         Move to the right.
5861 2007-03-30  Alan Mackenzie  <acm@muc.de>
5863         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5865 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
5867         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
5868         Use it, passed in explicitly, instead of from the dynamic binding.
5869         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
5871 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
5873         * simple.el (blink-matching-open): When in minibuffer, don't
5874         search for a match inside the prompt.
5876 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
5878         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
5879         (tmm-prompt): Don't make the mouse user select the first menu
5880         item twice.
5882 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
5884         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
5885         SIGUSR1 and SIGUSR2.
5887 2007-03-29  Kim F. Storm  <storm@cua.dk>
5889         * ido.el (ido-read-internal): When reading file or dir, only override
5890         minibuffer-local-filename-completion-map, otherwise only override
5891         minibuffer-local-completion-map.
5893 2007-03-29  Glenn Morris  <rgm@gnu.org>
5895         * complete.el (partial-completion-mode): Set PC-do-completion-end
5896         to nil after use.
5897         (PC-lisp-complete-symbol): Create and use a marker at `end',
5898         rather than using point-marker.
5900 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
5902         * simple.el (next-error-highlight): Doc fix.
5903         (compose-mail): Revert 2007-03-19 change.
5905 2007-03-28  Richard Stallman  <rms@gnu.org>
5907         * emacs-lisp/edebug.el (edebug-display): Don't go to
5908         edebug-outside-buffer if it is dead.
5910 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
5912         * view.el (view-mode): Fix typos in docstring.
5914 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
5916         * recentf.el (recentf-save-file): Add a custom :set function.
5918 2007-03-28  Glenn Morris  <rgm@gnu.org>
5920         * complete.el (PC-do-completion-end): New variable.
5921         (partial-completion-mode) <choose-completion-string-functions>:
5922         Use PC-do-completion-end in the non-minibuffer case to replace the
5923         correct amount of text.
5924         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
5925         (PC-lisp-complete-symbol): Give marker the after-insertion type,
5926         to deal with improvements inserted after point.
5928 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5930         * button.el (make-text-button): Add explicit `button' property.
5931         (default-button): Don't put a `button' property on it.
5933         * progmodes/python.el (python-mode): Skip comments when parsing.
5935         * vc-arch.el (vc-with-current-file-buffer): New macro.
5936         (vc-arch-file-source-p): Use it to avoid infloop.
5938 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
5940         * emacs-lisp/lisp.el (lisp-complete-symbol):
5941         Fix call to get-buffer-window to find windows in other frames.
5943 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5945         * comint.el (comint-proc-query, comint-dynamic-list-completions):
5946         Fix calls to get-buffer-window to find windows in other frames.
5947         Reported by David Hansen <david.hansen@gmx.net>.
5949 2007-03-27   Kevin Ryde  <user42@zip.com.au>
5951         * info.el (Info-display-images-node): On a text-only terminal,
5952         show the "text" or "alt" parts of the image blobs.
5954 2007-03-27  Glenn Morris  <rgm@gnu.org>
5956         * complete.el (PC-do-completion): Compute completion-base-size in
5957         the non-filename case, rather than setting to nil.
5958         (PC-lisp-complete-end): New variable.
5959         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
5960         original end in a series of consecutive invocations.
5962         * calendar/calendar.el (calendar-mode-hook): Declare it.
5964         * calendar/diary-lib.el (diary-live-p): Do not check for
5965         diary-selective-display.
5967 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5969         * replace.el (occur-next-error): *Occur* might not be displayed in the
5970         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
5972 2007-03-26  Richard Stallman  <rms@gnu.org>
5974         * textmodes/flyspell.el (flyspell-large-region):
5975         Use ispell-call-process-region.
5977 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5979         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5980         Use prin1 instead of princ.
5982 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
5984         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
5985         Merge in X resources before global face.
5987         * progmodes/compile.el (compilation-start): Save compilation-directory
5988         rather than default-directory as local var.
5989         (compilation-directory): Mark as safe local var.
5991         * files.el: Don't mark default-directory as a safe local var.
5993 2007-03-25  Alan Mackenzie  <acm@muc.de>
5995         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
5996         * progmodes/cc-engine.el: Fix typo.
5998 2007-03-25  Juri Linkov  <juri@jurta.org>
6000         * compare-w.el (compare-windows): Rename customization group
6001         `compare-w' to `compare-windows'.
6002         (compare-windows-whitespace, compare-ignore-whitespace)
6003         (compare-ignore-case, compare-windows-sync)
6004         (compare-windows-sync-string-size, compare-windows-recenter)
6005         (compare-windows-highlight, compare-windows): Change group name in
6006         the `group' tag from `compare-w' to `compare-windows'.
6007         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
6009 2007-03-24  Markus Triska  <markus.triska@gmx.at>
6011         * expand.el: Change example to always enable abbrev-mode,
6012         and remove redundant `function'.
6013         (expand-abbrev-hook): Add autoload cookie.
6015 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
6017         * emacs-lisp/testcover.el (testcover-start, testcover-end)
6018         (testcover-mark-all, testcover-unmark-all): Add prompts to
6019         interactive specs.
6021 2007-03-24  Jason Rumney  <jasonr@gnu.org>
6023         * autorevert.el (find-file-hook, auto-revert-tail-mode):
6024         Use file size in bytes for auto-revert-tail-pos not characters.
6026 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6028         * vc-rcs.el (vc-rcs-annotate-command):
6029         Set text property :vc-annotate-prefix on the annotation text.
6030         (vc-rcs-annotate-time): Instead of searching for ": ",
6031         search for end of text propertized with :vc-annotate-prefix.
6033 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
6035         * whitespace.el (top level): Remove calls putting
6036         permanent-local nil property since these are no-ops.
6038         * man.el (Man-support-local-filenames): Assure that
6039         default-directory exists when doing call-process.
6041 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
6043         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
6044         Fix omission bug: Use m4-program-options to construct shell command.
6046 2007-03-23  David Kastrup  <dak@gnu.org>
6048         * progmodes/cc-mode.el (c-make-emacs-variables-local):
6049         Use `mapcar' rather than `mapcan' to silence compiler warning.
6051 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6053         * textmodes/reftex.el, textmodes/reftex-vars.el,
6054         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
6055         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
6056         * textmodes/reftex-index.el, textmodes/reftex-global.el,
6057         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
6058         * textmodes/reftex-auc.el: Add maintainer address.
6060 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
6062         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
6063         Make sure that `global-font-lock-mode' does not turn on font-lock
6064         in these buffers.
6066 2007-03-21  Kim F. Storm  <storm@cua.dk>
6068         * xt-mouse.el (xt-mouse-epoch): New variable.
6069         (xterm-mouse-event): Use float-time.
6071 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
6073         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
6074         current-time.
6076 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6078         * complete.el (read-file-name-internal): Don't add the final > if the
6079         completion is not finished (re-application of this patch, which was
6080         accidentally undone by Eli).
6082 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
6084         * emulation/viper.el (viper-non-hook-settings): Handle mouse
6085         clicks in describe-key and describe-key-briefly advice a little better.
6087 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
6089         * server.el (server-process-filter): Cancel any pending isearch.
6091 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
6093         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
6094         (icalendar--get-unfolded-buffer): Define actual arguments rather
6095         than just using &rest.  Check replace-in-string is fbound.
6096         (icalendar-import-buffer): Doc fix.
6097         (icalendar--convert-ical-to-diary): Set diary-file.
6098         Check diary-file before inserting final newline.
6099         (icalendar--add-diary-entry): Return diary-file.
6101 2007-03-21  Glenn Morris  <rgm@gnu.org>
6103         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
6104         (diary-display-hook): Add custom :set function.
6106         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
6107         Add custom :set function.
6108         (diary-header-line-format): Doc fix.
6109         (diary-set-maybe-redraw): New function.
6110         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
6111         (diary-list-entries): Always run diary-mode.
6113 2007-03-20  Kenichi Handa  <handa@m17n.org>
6115         * international/quail.el (quail-setup-completion-buf): Make the
6116         completion buffer read-only.
6117         (quail-completion): Adjusted for the above change.  Leave the
6118         modified flag nil.
6120 2007-03-20  David Kastrup  <dak@gnu.org>
6122         * files.el (magic-mode-alist): Require literal "%!PS" string for
6123         magic postscript file detection.
6125 2007-03-20  Richard Stallman  <rms@gnu.org>
6127         * textmodes/ispell.el (ispell-call-process): New function.
6128         Defends against bad `default-directory.'
6129         (ispell-check-version, ispell-find-aspell-dictionaries)
6130         (ispell-get-aspell-config-value, lookup-words): Call it.
6131         (ispell-call-process-region): New function.
6132         (ispell-send-string): Call it.
6134 2007-03-20  Andreas Schwab  <schwab@suse.de>
6136         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
6137         (finder-data): Likewise.
6138         (autoloads): Likewise.
6140 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
6142         * files.el (basic-save-buffer): Do not set visited filename when
6143         the corresponding directory does not exist or the specified
6144         filename is that of an existing directory.
6146 2007-03-20  Glenn Morris  <rgm@gnu.org>
6148         * calendar/diary-lib.el (diary-live-p): New function.
6149         (number-of-diary-entries): Add a :set function to redisplay diary
6150         when necessary.
6152 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
6154         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
6155         from client program, mev, to compute mouse event.
6157 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6159         * faces.el (momentary): Face removed; unused due to reversion of
6160         2007-01-04 changes by Kevin Rodgers.
6162         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
6163         Suggested by Johan Bockg\e,Ae\e(Brd.
6165 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
6167         * font-lock.el (lisp-font-lock-keywords-1):
6168         Highlight define-globalized-minor-mode as a keyword.
6170 2007-03-19  Kim F. Storm  <storm@cua.dk>
6172         * calc/calc-forms.el (math-std-daylight-savings)
6173         (math-std-daylight-savings-old): Doc fix.
6175 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
6177         * progmodes/python.el (python-default-template): Doc fix.
6178         (python-buffer): Fix typo in docstring.
6180         * isearchb.el (isearchb-follow-char):
6181         * subr.el (def-edebug-spec): Fix typo in docstring.
6183 2007-03-19  Richard Stallman  <rms@gnu.org>
6185         * files.el (default-directory): Mark safe.
6186         (basic-save-buffer-2): Put proper dir name in error message.
6188         * simple.el (compose-mail): Run switch-function after
6189         setting up the mail buffer.
6191         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
6193 2007-03-18  Jay Belanger  <belanger@truman.edu>
6195         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
6196         (math-std-daylight-savings-new): Rename from
6197         `math-std-daylight-savings'.
6198         (math-std-daylight-savings-old): Rename from old value of
6199         `math-std-daylight-savings'.
6200         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
6201         `math-std-daylight-savings-old' depending on the year.
6203 2007-03-18  Detlev Zundel  <dzu@gnu.org>
6205         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
6206         zero-width regexps as invalid but rather at least count them correctly.
6208 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6210         * net/tls.el (open-tls-stream): In handshake-waiting loop,
6211         don't wait more if there is output available to process.
6213 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
6215         * progmodes/compile.el (compilation-find-file): Revert change
6216         from 2006-07-18 to allow completion of directory names.
6217         Reported by John Carter <john.carter@tait.co.nz>.
6219 2007-03-18  Kim F. Storm  <storm@cua.dk>
6221         * subr.el (when, unless): Doc fix.
6223 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6225         * net/tls.el (tls-program): Doc fix.
6227 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
6229         * autorevert.el (auto-revert-tail-handler):
6230         Call after-revert-hook.
6232 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
6234         * simple.el (switch-to-completions): No error if search for \n\n fails.
6236 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
6238         * simple.el (line-move-1):
6239         Respect `inhibit-line-move-field-capture' property.
6241 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
6243         * comint.el (comint-arguments): Mark backslash-escaped chars.
6244         (comint-delim-arg): Don't treat them as delimiters.
6246 2007-03-12  Kim F. Storm  <storm@cua.dk>
6247         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
6249 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6251         * tempo.el (tempo-insert): Deal with 'r> if it appears
6252         specified with a prompt argument.
6254 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
6256         * textmodes/org.el (org-set-font-lock-defaults):
6257         Handle narrow table columns correctly.
6259 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
6261         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
6262         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
6263         Return to use of the -no-properties variants.  There was
6264         consensus on emacs-devel that the speed of these variants was
6265         prefered since we are usually parsing files (from the internet
6266         or on disk) instead of XML created in Emacs.
6268         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
6269         Add customize option.
6271 2007-03-12  Glenn Morris  <rgm@gnu.org>
6273         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
6274         North American rule.  Replace "daylight savings" with "daylight
6275         saving" in doc.
6277         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
6278         * calendar/lunar.el, solar.el: Replace "daylight savings" with
6279         "daylight saving" in text.
6281         * woman.el (woman-change-fonts): Tweak previous change by using
6282         woman-request-regexp rather than "^\\.".
6284         * startup.el (command-line-1): Make insertion of
6285         initial-scratch-message not depend on scratch being selected.
6287 2007-03-11  Juri Linkov  <juri@jurta.org>
6289         * replace.el (match): Use yellow background on light-bg terminals.
6291 2007-03-11  Richard Stallman  <rms@gnu.org>
6293         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6294         Correctly compute line number.
6296 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
6298         * type-break.el (type-break-get-previous-count):
6299         Repeat previous change here.
6301 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6303         * progmodes/grep.el (grep-find-ignored-directories):
6304         Add .git and .bzr to list.
6306 2007-03-11  Andreas Schwab  <schwab@suse.de>
6308         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
6310 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
6314 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
6316         * faces.el (face-set-after-frame-default): Recalculate face
6317         customizations after applying X resources.
6319 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
6321         * net/rcirc.el (rcirc-timeout-seconds): New variable.
6322         (rcirc-keepalive-seconds): Remove variable.
6323         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6324         (rcirc-process, rcirc-user-disconnect): New variables.
6325         (rcirc-connect): Initalize new variables.
6326         (rcirc-keepalive): Don't send keepalive pings before connection
6327         is completed.
6328         (rcirc-sentinel): Do mark all channels with activity when
6329         connection is dropped.  Run hook with process buffer local.
6330         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
6331         (rcirc-buffer-process): Return value of rcirc-process if
6332         rcirc-server-buffer is nil.
6333         (rcirc-server-name): Return the reported server name.
6334         (rcirc-update-prompt): Simplify computation of the server name.
6335         (rcirc-format-response-string): Likewise.
6336         (rcirc-handler-001): Mark server as connected, record the reported
6337         server name, and schedule a timeout.
6338         (rcirc-track-nick): Add a spec for the tty class.
6339         (rcirc-user-non-nick): Remove function.
6340         (rcirc-nick-prefix-chars): Add variable.
6341         (rcirc-user-nick): Use above variable.
6343 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6345         * icomplete.el (icomplete-tidy, icomplete-exhibit):
6346         Bind deactivate-mark to nil.
6348 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
6350         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
6351         that buffer contents get erased during completion.
6353 2007-03-10  Glenn Morris  <rgm@gnu.org>
6355         * woman.el (woman-change-fonts): Add a hack to deal with
6356         font-escape followed by "." at start of a line.
6357         (woman2-IP): Add a hack to deal with consecutive requests.
6358         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
6360 2007-03-10  Alan Mackenzie  <acm@muc.de>
6362         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
6364 2007-03-09  Richard Stallman  <rms@gnu.org>
6366         * abbrev.el (abbrev): Add `provide'.
6368 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
6370         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
6372 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
6374         * complete.el (PC-try-completion): New function.
6375         (PC-do-completion, read-file-name-internal): Use it instead of
6376         try-completion.
6378 2007-03-08  Alan Mackenzie  <acm@muc.de>
6380         Remove stale tokens from `c-found-types' cache.
6382         * progmodes/cc-mode.el (c-unfind-enclosing-token)
6383         (c-unfind-coalesced-tokens, c-before-change): New functions.
6384         (c-maybe-stale-found-type): New variable.
6386         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
6387         (c-trim-found-types): New functions.
6389 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
6392         (debug-ignored-errors): Add entry from smerge-match-conflict.
6394 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
6396         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
6397         special help topics for keywords.
6398         (idlwave-help-assistant-command): Include ".exe" for ms-dos
6399         etc.  Assistant command.
6401 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
6403         * replace.el (occur-engine): Move buffer-undo-list binding...
6404         (occur-1): ...to here.
6406         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
6408         * simple.el (minibuffer-completing-symbol): New var.
6409         (eval-expression): Use it.
6410         (completion-setup-function): Don't bind completion-base-size when
6411         completing a symbol in the minibuffer.
6413 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
6415         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
6416         tries to start a second session in graphical mode.
6418 2007-03-07  Miles Bader  <miles@gnu.org>
6420         * international/isearch-x.el
6421         (isearch-process-search-multibyte-characters):
6422         Strip text-properties from PROMPT to avoid an error from read-string.
6424 2007-03-07  Kim F. Storm  <storm@cua.dk>
6426         * complete.el (PC-bindings): Remap lisp-complete-symbol to
6427         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
6429 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6431         * complete.el (PC-do-completion): Delete duplicates in the list of
6432         possible completions.
6434 2007-03-07  Glenn Morris  <rgm@gnu.org>
6436         * ses.el (ses-mode): Doc fix.
6438 2007-03-06  Kim F. Storm  <storm@cua.dk>
6440         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
6442 2007-03-06  Kenichi Handa  <handa@m17n.org>
6444         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
6446 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * simple.el (completion-setup-function): Improve last fix so it doesn't
6449         set it to a relative directory name either.
6451 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6453         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6455 2007-03-05  Richard Stallman  <rms@gnu.org>
6457         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
6459         * files.el (find-file-noselect): No error if file no longer exists.
6460         Display a message and avoid other questions.
6462 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6464         * pcomplete.el (pcomplete-show-completions): Improve last change, so
6465         as not to use an invisible window and to create a window if none exist.
6467         * progmodes/python.el (python-send-command): Restart proc if necessary.
6468         (python-proc): Simplify.
6470 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
6472         * pcomplete.el (pcomplete-show-completions): Search all frames for
6473         completions buffer.
6475 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
6477         * cus-edit.el (customize-save-variable): Clear customized-value
6478         property (saved values are now put in theme-value property).
6479         (customize-set-variable): Doc fix.
6481         * complete.el (PC-do-completion): If completion-ignore-case is
6482         non-nil, replace field with completion string before exiting.
6484 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
6486         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
6487         Append its extension to the resulting temporary file name.
6488         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
6490         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
6491         (tramp-smb-handle-write-region): Apply it.
6493 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6495         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6496         Redo previous change.
6498 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6500         * diff-mode.el (diff-mode): Doc fix.
6502 2007-03-05  Kenichi Handa  <handa@m17n.org>
6504         * international/characters.el: Set category `l' (latin)
6505         for more characters.
6507 2007-03-04  Kim F. Storm  <storm@cua.dk>
6509         * emacs-lisp/authors.el (authors-aliases): Add alias.
6511 2007-03-04  Glenn Morris  <rgm@gnu.org>
6513         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
6514         all when switching major mode.
6515         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6516         (hs-block-start-mdata-select, hs-block-end-regexp)
6517         (hs-forward-sexp-func, hs-adjust-block-beginning):
6518         Do not make these variables permanent-local.
6520 2007-03-04  Richard Stallman  <rms@gnu.org>
6522         * progmodes/cperl-mode.el (cperl-mode):
6523         Modify cperl-compilation-error-regexp-alist by appending.
6525         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
6526         (edebug-mode): Add the hook.
6527         (edebug-recursive-edit): Remove the hook on exiting.
6529         * type-break.el (type-break-get-previous-time):
6530         Handle end-of-file errors specially
6531         so they don't get reported wrong in .emacs.
6533         * startup.el (fancy-splash-text): Clarify text.
6535         * simple.el (beginning-of-buffer, end-of-buffer):
6536         Avoid treating plain C-u like numeric arg.
6538         * simple.el (completion-setup-function): Don't set
6539         default-directory to nil.
6541         * shell.el (shell-dirstack-query): Doc fix.
6543         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6544         Don't select the window -- pass it to primitives instead.
6546         * faces.el (minibuffer-prompt): Use medium blue by default.
6548 2007-03-04  David Kastrup  <dak@gnu.org>
6550         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
6551         Preserve 16 as default value for "seconds" when customizing.
6553 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
6555         * textmodes/org.el (org-self-insert-command)
6556         (orgtbl-self-insert-command, org-delete-char)
6557         (org-delete-backward-char): Set the `flyspell-delayed' property.
6559 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
6561         * international/mule.el (find-auto-coding): Don't search for
6562         line-ending characters past the end of the tail.
6564 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
6566         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6567         Jump to the line where new score has been uploaded.
6569         * play/tetris.el (tetris-move-bottom, tetris-move-left)
6570         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
6571         Do nothing when the game is paused.
6573 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
6575         * textmodes/org.el (org-set-tags): Prevent slipping of point
6576         during completion.
6578 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6580         * isearch.el (isearch-message-prefix):
6581         Use minibuffer-prompt-properties.
6583 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6585         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6586         (ps-setup): Print which Emacsen is running ps-print package.
6588 2007-03-01  Stuart Herring  <herring@lanl.gov>
6590         * files.el (set-auto-mode-0): Use `indirect-function'.
6591         (hack-one-local-variable): Don't reapply current major mode.
6593 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6595         * progmodes/python.el (python-quote-syntax): Don't bother with
6596         syntax-ppss-context.
6597         (python-fill-paragraph): Make sure that fenced-string delimiters that
6598         stand on their own line stay there.
6600 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6602         * replace.el (perform-replace): Propertize message.
6604 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
6606         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
6607         invisible heading.
6609 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6611         * net/tramp.el (tramp-file-name-handler): Revert last change.
6613 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
6615         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
6616         Correct doc strings.
6618 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6620         * replace.el (perform-replace): Undo forward-char immediately if
6621         non-adjacent search fails.
6623 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6625         * version.el (emacs-major-version, emacs-minor-version):
6626         string-to-int -> string-to-number.
6628 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
6630         * help.el (where-is): Fail gracefully when not passed a command.
6632 2007-02-28  Stuart Herring  <herring@lanl.gov>
6634         * find-lisp.el (find-lisp-default-directory-predicate):
6635         Fix bug: Do symlink check on expanded filename.
6637 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
6639         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
6640         changes during replacement.
6641         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
6643 2007-02-28  Lars Hansen  <larsh@soem.dk>
6645         * desktop.el: Delete header line listing me as maintainer.
6647 2007-02-28  Glenn Morris  <rgm@gnu.org>
6649         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
6650         the menus case.
6652 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6654         * net/tramp.el (tramp-file-name-handler): Inhibit modification
6655         hooks to avoid confusion when combining after-change calls.
6657 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
6659         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
6660         now that pgg-gpg-process-region correctly honors passed-in passphrase.
6661         (allout-distinctive-bullets-string): Add info about bullet conventions.
6662         (allout-mode): Add info about distinctive vs plain bullets.
6664 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
6666         * textmodes/org.el (org-archive-subtree): Quote variable name.
6667         (org-agenda-get-todos): Make sure skip properties are checked correctly.
6669 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
6671         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
6672         (gud-bashdb-command-name, bashdb): Remove.
6673         (gud, gud-menu-map): Remove references to bash/bashdb.
6675 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
6677         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
6678         keyword for Python 2.5.
6680 2007-02-26  Romain Francoise  <romain@orebokech.com>
6682         * net/net-utils.el (whois-server-tld): Update server for .org.
6683         (whois-server-list): Add whois.publicinterestregistry.net.
6684         (whois-guess-server): Fix formatting in docstring.
6686 2007-02-26  Kim F. Storm  <storm@cua.dk>
6688         * mouse.el (mouse-show-mark): Run hooks and perform command
6689         remapping for mouse-region-delete-keys.
6691 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6693         * font-core.el (font-lock-mode): Doc fix.
6695 2007-02-25  Kim F. Storm  <storm@cua.dk>
6697         * ido.el (ido-buffer-internal): Set this-command to fallback command.
6698         Add selected buffer to buffer-name-history.
6699         (ido-file-internal): Set this-command to fallback command.
6700         Add file names to file-name-history.
6702         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6703         Apply minibuffer-prompt-properties.
6705 2007-02-25  Andreas Schwab  <schwab@suse.de>
6707         * files.el (hack-one-local-variable-eval-safep): Correct handling
6708         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
6710 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6712         * textmodes/org.el (org-table-overlay-coordinates)
6713         (org-table-toggle-coordinate-overlays): New functions.
6714         (org-table-overlay-coordinates, org-table-coordinate-overlays):
6715         New variables.
6716         (org-startup-with-deadline-check): Remove option.
6717         (org-mode): Remove deadline check on startup.
6718         (org-table-limit-column-width): Remove option.
6719         (org-table-formula-numbers-only): Remove option.
6720         (org-link-style, org-link-format): Remove options.
6721         (org-select-agenda-window, org-fit-agenda-window): Remove options.
6722         (org-export-ascii-show-new-buffer)
6723         (org-export-html-show-new-buffer): Remove options.
6724         (org-activate-links): Remove camel option.
6725         (org-file-link-context-use-camel-case): Remove option.
6726         (org-camel-regexp): Remove variable.
6727         (org-activate-camels): Remove function.
6728         (org-store-link): Remove Camel stuff.
6729         (org-make-org-heading-camel): Remove function.
6730         (org-open-at-point): Remove camel stuff.
6731         (org-link-search): Remove camel stuff.
6732         (org-camel-to-words): Function removed.
6733         (org-get-agenda-file-buffer): Make sure we prepare the base
6734         buffers, not any indirect buffers.
6735         (org-sort-entries): Sort top-level when not on a headline, and no
6736         active region.
6737         (org-in-regexp): New function.
6738         (org-search-not-self): Rename from `org-search-not-link'.
6739         (org-open-link-marker): New variable.
6740         (org-open-at-point): Set `org-open-link-marker'.
6741         (org-print-icalendar-entries): Fixe bug with excluding DONE
6742         entries from the exported list.
6743         (org-edit-formula-lisp-indent): New command.
6744         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
6745         (orgtbl-to-latex, orgtbl-insert-radio-table)
6746         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
6747         (orgtbl-radio-table-templates): New option.
6748         (org-store-link-props):
6749         (org-remember-templates): More possibilities to insert info
6750         into templates.
6751         (org-remember-apply-template): Make use of the extended
6752         template capabilities.
6753         (org-remember-redo-template): New command.
6754         (org-upgrade-old-links)
6755         (org-table-modify-formulas, org-table-replace-in-formulas)
6756         (org-table-find-dataline)
6757         (org-table-get-vertical-vector): Remove functions.
6758         (org-table-remove-rectangle-highlight)
6759         (org-time-stamp-format, org-toggle-log-option)
6760         (org-table-highlight-rectangle)
6761         (org-table-iterate, org-table-make-reference):
6762         (org-translate-time, org-tree-to-indirect-buffer)
6763         (org-table-field-info, org-table-fix-formulas)
6764         (org-table-force-dataline, org-table-get-descriptor-line)
6765         (org-table-get-range)
6766         (org-skip-comments, org-sort)
6767         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
6768         (org-table-current-dline, org-table-current-field-formula)
6769         (org-table-edit-backward-field)
6770         (org-table-edit-formulas-post-command)
6771         (org-table-edit-line-down, org-table-edit-line-up)
6772         (org-agenda-archive)
6773         (org-agenda-clock-cancel)
6774         (org-agenda-clock-out, org-agenda-list-stuck-projects)
6775         (org-agenda-open-link, org-agenda-show-new-time)
6776         (org-agenda-skip-subtree-when-regexp-matches)
6777         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
6778         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
6779         (org-do-sort, org-file-image-p, org-find-overlays)
6780         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
6781         (org-highlight-until-next-command, org-isearch-end)
6782         (org-match-any-p, org-next-link, org-previous-link):
6783         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
6784         (org-rewrite-old-row-references)
6785         (org-isearch-post-command)
6786         (org-table-edit-move, org-table-edit-next-field)
6787         (org-table-edit-scroll, org-table-edit-scroll-down)
6788         (org-set-frame-title, org-show-reference)
6789         (org-unhighlight-once, org-verify-change-for-undo): New functions.
6790         (org-show-variable): Remove command.
6791         (org-add-log-maybe): New arguments STATE, FINDPOS
6792         (org-table-sort-lines): Rewrite from scratch.
6793         (org-link-search): New argument AVOID-POS.
6794         (org-print-icalendar-entries): Remove argument CATEGORY.
6795         (org-run-agenda-series): Remove argument WONDOW.
6796         (org-next-link, org-previous-link): New commands.
6797         (org-agenda-date-format): New option.
6798         (org-table-iterate): New command.
6799         (org-table-modify-formulas)
6800         (org-table-replace-in-formulas): Remove functions.
6801         (org-table-fix-formulas): New function.
6802         (org-table-insert-column, org-table-delete-column)
6803         (org-table-move-column): Use `org-table-fix-formulas'.
6804         (org-follow-gnus-link): Patch from Bastien/Leo.
6805         (org-table-current-field-formula): New function.
6806         (org-file-image-p): New function.
6807         (org-agenda-show-new-time): New function.
6808         (org-agenda-date-later): Call `org-agenda-show-new-time'.
6809         (org-with-remote-undo): New macro.
6810         (org-agenda-undo): New command.
6811         (org-verify-change-for-undo): New function.
6812         (org-time-stamp-format): New function.
6813         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
6814         by user.
6815         (org-match-any-p): New function.
6816         (org-make-tags-matcher): Handle regular expressions for tag and
6817         todo matches.
6818         (org-read-date): Accept "+N" as input for a date relative to the
6819         current date.
6820         (org-remove-subtree-entries-from-agenda): New function.
6821         (org-agenda-archive, org-agenda-kill):
6822         Use `org-remove-subtree-entries-from-agenda'.
6823         (org-do-sort, org-sort-entries): New functions.
6824         (org-sort): New command.
6825         (org-table-sort-lines): Use `org-do-sort'.
6826         (org-fix-decoded-time): New function.
6827         (org-table-number-regexp): Require 0x... to identify as number
6828         in tables.
6829         (org-startup-options): New keywords for note taking.
6830         (org-upgrade-old-links): Remove function.
6831         (org-get-repeat): New function.
6832         (org-show-context): Also show siblings on current level.
6833         (org-show-siblings): New function.
6834         (org-isearch-end, org-isearch-post-command): New functions.
6835         (org-show-siblings): New option.
6836         (org-show-context): Use `org-show-siblings'.
6837         (org-table-maybe-recalculate-line): No longer require `calc-eval'
6838         to be bound, because user may just use elisp.
6840 2007-02-24  Kim F. Storm  <storm@cua.dk>
6842         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
6843         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
6845 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
6847         * startup.el (command-line): Also check if the abbrev file is readable.
6849 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6851         * net/tls.el (tls-certtool-program): Fix custom type.
6853         * mail/feedmail.el (feedmail-message-id-generator)
6854         (feedmail-date-generator): Fix custom types.
6856         * mail/rmail.el (rmail-message-filter): Fix custom type.
6858 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
6860         * startup.el (command-line): If simple.el cannot be found, proceed
6861         with a warning message.
6863 2007-02-24  Kenichi Handa  <handa@m17n.org>
6865         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
6866         case that BEG is a string.
6868 2007-02-24  Chris Moore  <dooglus@gmail.com>
6870         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6871         * pgg-pgp.el (pgg-pgp-encrypt-region):
6872         * pgg-gpg.el (pgg-gpg-encrypt-region):
6873         Check pgg-encrypt-for-me if no other recipients.
6875 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
6877         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
6879         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
6880         shell-quote-argument.
6882 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6884         * comint.el (comint-read-input-ring): Use comint-input-ring-size
6885         from the comint buffer instead of the temporary one.
6887 2007-02-23  David Reitter  <david.reitter@gmail.com>
6889         * cus-edit.el (custom-save-all): Canonicalize custom-file before
6890         storing it in recentf-exclude.
6892 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
6894         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
6895         in splash screen.
6897 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
6899         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
6900         commands, for restart.
6901         (idlwave-shell-current-module): Fix handling of module name by type.
6902         (idlwave-shell-break-in): Update type handling.
6903         (idlwave-shell-bp-get): Encode type in BP structure.
6904         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
6905         (idlwave-shell-module-source-query): Query routine info based on type.
6906         Fix path parsing for non-compiled files.
6907         (idlwave-shell-module-source-filter): Don't signal error in filter
6908         if no source found.
6909         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
6910         filter race.
6912 2007-02-22  Kim F. Storm  <storm@cua.dk>
6914         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
6915         (editable-field): Document need to put some text before the %v
6916         escape in :format string.
6918 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6920         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
6921         (vc-svn-use-edit): Remove unused config var.
6922         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
6924         * outline.el (hide-sublevels): Keep empty last line, if available.
6926         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
6927         rather than the corresponding unicode char, to make the code
6928         more readable.
6930 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
6932         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
6933         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
6934         (speedbar-item-info-tag-helper): Doc fixes.
6936 2007-02-19  Kenichi Handa  <handa@m17n.org>
6938         * international/mule-cmds.el (locale-language-names):
6939         Map "eo" to "Esperanto".
6941         * language/european.el ("Esperanto"): New language environment.
6943 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6945         * simple.el (kill-line): Doc fix.
6947 2007-02-17  Kim F. Storm  <storm@cua.dk>
6949         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
6950         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
6951         (bindat--unpack-group, bindat--pack-group):
6952         Handle vectors with optional element type.
6954 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
6956         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
6957         if PASSPHRASE is given.
6959 2007-02-17  Chris Moore  <dooglus@gmail.com>
6961         * jka-cmpr-hook.el (jka-compr-compression-info-list):
6962         Recognize backups of bz2 compressed files.
6964 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
6966         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
6967         to nil to speed up lookup of the symbol in index nodes.
6969 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6971         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6972         Add indentation for the constants of Lisp.
6974 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * ps-print.el: Use (defvar <foo>) where applicable.
6977         (ps-print-emacs-type): Remove.
6978         (ps-x-frame-property, ps-e-frame-parameter): Remove.
6979         (ps-frame-parameter): Align its call-convention with frame-parameter.
6980         (ps-begin-job): Adjust calls to it appropriately.
6981         (ps-setup): Don't print ps-print-emacs-type.
6982         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
6983         Define in such a way that it's obvious that it's defined.
6984         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
6985         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6986         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
6988 2007-02-15  Alan Mackenzie  <acm@muc.de>
6990         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
6991         an empty one-line C-style comment, post-position point properly.
6993 2007-02-15  Chris Moore  <dooglus@gmail.com>
6995         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
6996         (isearch-lazy-highlight-new-loop): Bind it.
6997         (isearch-lazy-highlight-search): Use it.
6999         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
7001 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * font-lock.el (font-lock-extend-region-wholelines):
7004         Only return non-nil if the region has really been changed.
7005         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
7007 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
7009         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
7010         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
7011         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
7013 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
7015         * faces.el (color-values): Revert changes to docstring from
7016         2007-01-31 and 2000-09-07.
7018         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
7019         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
7020         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
7021         (ispell-help): Fix typos in docstring and output message.
7023 2007-02-14  Kim F. Storm  <storm@cua.dk>
7025         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
7026         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
7027         (grep): Fix lgrep reference.
7029         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
7030         (standard-display-underline): Use make-glyph-code.
7032         * descr-text.el (describe-char): Use glyph-char and glyph-face.
7034         * international/latin1-disp.el (latin1-display-char):
7035         Use make-glyph-code.
7037 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
7039         * ehelp.el (with-electric-help, electric-help-exit)
7040         (electric-help-retain): Doc fixes.
7042         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
7043         (byte-compile-file): Doc fixes.
7045 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7047         * term/mac-win.el: Change all uses of
7048         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
7049         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
7050         (mac-ae-get-url): Call select-frame-set-input-focus.
7051         (mac-dnd-handle-drag-n-drop-event): Don't call
7052         select-frame-set-input-focus.
7054 2007-02-13  Kenichi Handa  <handa@m17n.org>
7056         * international/characters.el: Fix documentation of category `a'.
7058 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
7060         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
7062 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
7064         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
7065         (tramp-get-remote-ln): Handle error case.
7066         Reported by Chris Moore <dooglus@gmail.com>.
7068 2007-02-11  Kim F. Storm  <storm@cua.dk>
7070         * bindings.el (ctl-x-map): Remove register compatibility bindings
7071         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
7073 2007-02-11  Richard Stallman  <rms@gnu.org>
7075         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
7076         in load history.
7078         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
7079         condition -- don't fail to stop at endpos.
7081 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
7083         * textmodes/org.el (org-agenda-get-todos)
7084         (org-agenda-get-timestamps, org-agenda-get-closed)
7085         (org-agenda-get-deadlines, org-agenda-get-scheduled)
7086         (org-agenda-get-blocks, org-format-agenda-item)
7087         (org-agenda-change-all-lines, org-scan-tags): Rename text property
7088         from `category' to `org-category'.
7090 2007-02-11  Kenichi Handa  <handa@m17n.org>
7092         * international/titdic-cnv.el (titdic-convert): Force files be written
7093         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
7094         (miscdic-convert): Force files be written with Unix-like eol format.
7096 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
7098         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
7100         * calculator.el (calculator-prompt): Doc fix.
7101         (calculator-mode-map): Fix typo in menu entry.
7103 2007-02-10  Jay Belanger  <belanger@truman.edu>
7105         * calculator.el (calculator): Do more extensive checking for when
7106         3 lines should be used for the calculator.
7108 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
7110         * info-look.el (info-lookup-make-completions):
7111         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
7112         index nodes.
7114         * info.el (Info-fontify-maximum-menu-size): Document the effect
7115         of a nil value.
7116         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
7117         non-nil before using it as size.
7119 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
7121         * subr.el (insert-for-yank-1): Prevent read-only properties from
7122         interfering with text property operations.
7124         * image-mode.el (image-mode): Revert 2007-01-30 changes.
7126         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
7127         (image-type-auto-detected-p): Fail if another match is found in
7128         auto-mode-alist.
7130         * files.el (magic-mode-alist): Call image-mode instead of
7131         image-mode-maybe for autodetected images.
7133 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
7135         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
7136         Fix typos in docstrings.
7137         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
7139 2007-02-09  Kim F. Storm  <storm@cua.dk>
7141         * emacs-lisp/float-sup.el: Remove obsolete comment.
7143 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7145         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
7147 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
7149         * simple.el: Revert previous change, at request of RMS:
7150         (fundamental-mode-hook): Remove.
7151         (fundamental-mode): Run after-change-major-mode-hooks manually,
7152         and don't run the now-nonexistent fundamental-mode-hook.
7154 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
7156         * simple.el (fundamental-mode-hook): Declare new hook.
7157         (fundamental-mode): Run the new dedicated hook, and don't run
7158         after-change-major-mode-hooks manually anymore.
7160 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7162         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
7163         added columns of chars.  Remove support for the "no-meta-info" format.
7164         Prompted by Romain Francoise <romain@orebokech.com>.
7166 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7168         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
7169         (gdb-mouse-until, gdb-mouse-jump): Use it.
7171 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7173         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
7174         work when there is just an assembler buffer (no source buffer).
7176 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
7178         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
7179         just because the diff was produced using "-p" (--show-c-function).
7181 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
7183         * faces.el (frame-set-background-mode): Use `color-values' and
7184         `display-color-p', not `x-color-values' and `x-display-color-p'.
7185         (face-valid-attribute-values): Use `defined-colors' instead of
7186         `x-defined-colors'.
7188 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7190         * ps-print.el: The ps-print commands without face printing should not
7191         print background color.  Reported by Leo <sdl.web@gmail.com>.
7192         (ps-print-version): New version 6.7.3.
7193         (ps-begin-job): New arg.  Fix ps-default-background and
7194         ps-default-foreground initialization.
7195         (ps-face-attributes): Fix doc string.
7196         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7198         * printing.el: Fix ps-print link.
7200 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
7202         * faces.el (face-set-after-frame-default): Compile attributes to
7203         be set by frame parameters before merging in X resources.
7205 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
7207         * simple.el (blink-matching-paren-dont-ignore-comments):
7208         (blink-matching-paren-on-screen): Doc fixes.
7210 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
7212         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
7214 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
7216         * loadhist.el (unload-feature): Silently ignore `load-history' entries
7217         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
7218         entries like `defun'.  Return nil.
7220 2007-02-05  Kim F. Storm  <storm@cua.dk>
7222         * ido.el: Doc fixes.
7224 2007-02-04  David Kastrup  <dak@gnu.org>
7226         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
7227         `mpuz-allow-double-multiplicator' is non-zero, and correct
7228         calculation of `min'.
7230 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
7232         * wid-edit.el (widget-default-create): Insert new text at the
7233         :from marker _after_ the marker, not before it.
7235 2007-02-04  Alan Mackenzie  <acm@muc.de>
7237         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
7238         containing it is re-indented.
7240 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7242         * net/newsticker.el (newsticker--insert-image): Update docstring,
7243         and insert the image directly.
7244         (newsticker--buffer-redraw): Update docstring.
7246         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7247         Rename from define-global-minor-mode.
7249         * progmodes/cwarn.el (global-cwarn-mode):
7250         * emacs-lisp/autoload.el (make-autoload):
7251         * hi-lock.el (global-hi-lock-mode):
7252         * font-core.el (global-font-lock-mode): All callers changed.
7254 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
7256         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
7257         Don't copy @ignore lines into menu descriptions.
7258         (texinfo-multi-file-update): Goto the @node line before attempting
7259         to pluck the node name.
7260         (texinfo-multiple-files-update): Reverse the optional arguments'
7261         order, as per the doc string and the `interactive' form.
7263 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7265         * image-mode.el: Use autoload to avoid overriding disabled setting
7266         applied in .emacs.
7268 2007-02-03  Alan Mackenzie  <acm@muc.de>
7270         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
7271         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
7272         adjacent paren groups).
7274 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7276         * progmodes/ebnf2ps.el: Doc fixes.
7277         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
7279 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7281         * dired-x.el (dired-do-relsymlink): Add reference to
7282         dired-do-symlink.  Add an autoload cookie.
7284         * dired-aux.el (dired-do-symlink): Add reference to
7285         dired-do-relsymlink.
7287 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
7289         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
7290         <left-fringe mouse-3>: New bindings.
7292 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
7294         * net/newsticker.el (newsticker-version): Changed to "1.10".
7295         (newsticker--set-customvar): Doc string.
7296         (newsticker-new-item-face): Doc string.
7297         (newsticker-mode): Initialize `invisibility-spec' with t.
7298         (newsticker-mode-map): Added
7299         `newsticker-mark-all-items-at-point-as-read'.
7300         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
7301         (newsticker-w3m-show-inline-images): Do not call
7302         `w3m-remove-image'.
7303         (newsticker--buffer-after-w3m-insert-image): New advice for
7304         w3m-insert-image to cache images.
7305         (newsticker-next-item-same-feed): New.
7306         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
7307         (newsticker-mark-all-items-of-feed-as-read): New.
7308         (newsticker-mark-all-items-at-point-as-read): Use new functions.
7309         (newsticker-mark-item-at-point-as-read): Doc string.
7310         (newsticker-mark-item-at-point-as-read): Use new functions.
7311         (newsticker--do-mark-item-at-point-as-read): New, extracted from
7312         `newsticker-mark-item-at-point-as-read'.
7313         (newsticker-hide-entry): Use (t) instead of t for invisibility.
7314         (newsticker--sentinel): Yet another xml-parser workaround.
7315         (newsticker--decode-iso8601-date): Bugfix for datestrings without
7316         days.
7317         (newsticker--buffer-do-insert-text): Fix.
7318         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
7319         (newsticker--buffer-make-item-completely-visible):
7320         `switch-to-buffer' not necessary.
7322 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7324         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
7325         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
7326         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
7327         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
7328         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
7330 2007-02-02  Kenichi Handa  <handa@m17n.org>
7332         * international/quail.el (quail-show-key): Fix an error message.
7334 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7336         * faces.el (set-face-underline-p, modify-face): Rename arg
7337         UNDERLINE-P to UNDERLINE (it is not a flag).
7339 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
7341         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
7342         when adding gdb-speedbar-update to gdb-input-queue.
7344 2007-02-01  Kenichi Handa  <handa@m17n.org>
7346         * international/quail.el (quail-show-key): Signal an error if the
7347         current input method is not using Quail.
7349 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
7351         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
7352         Trim leading whitespace in sysvar names.
7354 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7356         * faces.el (internal-find-face, internal-get-face): Doc fixes.
7358 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7360         * ido.el (ido-set-common-completion): Use `let', not `let*'.
7362 2007-01-31  Romain Francoise  <romain@orebokech.com>
7364         * comint.el: Delete extra copy of `comint-copy-old-input' added in
7365         previous change to this file.
7367 2007-01-31  Jason Rumney  <jasonr@gnu.org>
7369         * files.el (magic-mode-alist): Use image-mode-maybe rather than
7370         image-mode.
7372         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
7373         interfering with attempt to set major mode from modified
7374         auto-mode-alist.
7376 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7378         * faces.el (color-values): Doc fix.
7379         (face-differs-from-default-p): Don't check :foreground twice.
7381 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
7383         * comint.el (comint-mode): Prevent non-keyword fontification by default.
7385 2007-01-31  Kenichi Handa  <handa@m17n.org>
7387         * international/quail.el (quail-store-decode-map-key): Store a
7388         translated character too.
7389         (quail-char-equal-p): New function.
7390         (quail-find-key1): Check character equality by quail-char-equal-p.
7391         (quail-decode-map-generated): New variable.
7392         (quail-find-key): Check quail-decode-map-generated and re-generate
7393         a decode map if necessary.
7395 2007-01-30  Richard Stallman  <rms@gnu.org>
7397         * tutorial.el (tutorial--detailed-help): Make the list of
7398         changed keys look nicer.
7400 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
7402         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
7403         (gdb-var-delete): Use it.
7404         (gdb-var-update-handler-1): Handle value "invalid" for MI field
7405         `in_scope'.
7407 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
7409         * files.el (get-free-disk-space): Return nil for remote directories.
7411         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
7412         instead of "dir".
7414 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
7416         * type-break.el (type-break-catch-up-event): New function.
7417         (type-break-demo-hanoi, type-break-demo-life)
7418         (type-break-demo-boring): Use it.
7420         * image-mode.el (image-mode): Don't automatically view as image.
7421         (image-toggle-display): Add `disabled' property.
7423 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7425         * isearchb.el (isearchb-iswitchb):
7426         * ps-print.el (ps-build-face-reference):
7427         * emacs-lisp/shadow.el (list-load-path-shadows):
7428         * eshell/esh-cmd.el (eshell-rewrite-for-command):
7429         * international/mule.el (find-auto-coding):
7430         * mail/supercite.el (sc-attrib-selection-list):
7431         * progmodes/cc-defs.el (c-emacs-features):
7432         * progmodes/cc-vars.el (c-offsets-alist):
7433         * progmodes/flymake.el
7434         (flymake-init-create-temp-source-and-master-buffer-copy):
7435         Fix typos in docstrings (some suggested by Chris Moore).
7437         * progmodes/vhdl-mode.el (vhdl-components-package-name)
7438         (vhdl-get-library-unit, vhdl-corresponding-begin)
7439         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
7440         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
7441         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
7442         (vhdl-font-lock-match-item): Fix typos in docstrings.
7443         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
7444         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
7445         (vhdl-speedbar-insert-project-hierarchy):
7446         Improve argument/docstring consistency.
7448 2007-01-29  Kenichi Handa  <handa@m17n.org>
7450         * international/titdic-cnv.el (py-converter): Fix previous change.
7452 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
7454         * jka-compr.el (jka-compr-partial-uncompress)
7455         (jka-compr-call-process): Rebind default-directory if it is
7456         invalid.  Suggested by Chris Moore.
7458         * comint.el (comint-insert-input): Handle situation where the
7459         selected buffer is not the clicked buffer.
7461 2007-01-29  Kenichi Handa  <handa@m17n.org>
7463         * international/ja-dic-cnv.el (skkdic-convert):
7464         Add byte-compile-disable-print-circle:t at the head.
7466         * international/titdic-cnv.el (tit-process-header):
7467         Add byte-compile-disable-print-circle:t at the head.
7468         (miscdic-convert): Likewise.
7469         (py-converter): Skip the header comments.
7471         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
7472         New variable.
7473         (byte-compile-output-file-form): Bing print-circle to nil if
7474         byte-compile-output-file-form is not nil.
7475         (byte-compile-output-docform): Likewise.
7477 2007-01-28  Kim F. Storm  <storm@cua.dk>
7479         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
7480         Declare earlier to avoid byte compiler warnings.
7482 2007-01-28  Markus Triska  <markus.triska@gmx.at>
7484         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
7486 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
7488         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
7489         (gamegrid-add-score-with-update-game-score-1): Allow local quits
7490         when calling update-game-score program.  Remove unnecessary
7491         save-excursion.
7493         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
7495 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
7497         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
7498         avoid compiler warning.
7499         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
7500         might have values other than "true" or "false".
7502 2007-01-28  Richard Stallman  <rms@gnu.org>
7504         * textmodes/fill.el (fill-paragraph-function): Doc fix.
7505         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
7507         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
7509         * image.el (image-type-header-regexps): Make GIF regex more specific.
7511         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
7512         Don't check `backspace'.
7513         (tutorial--find-changed-keys): Look up bindings in a temp buffer
7514         in Fundamental mode.
7516         * startup.el (fancy-splash-text, normal-splash-screen):
7517         Mention C-g.
7519         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
7520         when inserting in buffer.
7522         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
7523         inside the if.
7525 2007-01-27  Richard Stallman  <rms@gnu.org>
7527         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
7529 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
7531         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
7532         enum/union/struct/class definition.
7533         Revert change to call `forward-sexp' multiple times.
7535 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
7537         * files.el (hack-local-variables-confirm): Don't keep trying to
7538         read an event from an empty kbd macro.
7540 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7542         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
7544 2007-01-27  Ben North  <ben@redfrontdoor.org>
7546         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
7547         the arg CHILDREN -> WHICH.
7549 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
7551         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
7552         default-directory to a sane value when calling start-process.
7554 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7556         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
7557         (ls-lisp-format-time-list): Doc fix.  Mention
7558         ls-lisp-use-localized-time-format.
7559         (ls-lisp-format-time): Use ls-lisp-format-time-list if
7560         ls-lisp-use-localized-time-format is non-nil, even if a valid
7561         locale is defined.
7563 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
7565         * jka-compr.el (jka-compr-shell): Doc fix.
7567         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
7569 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7571         * ps-print.el: Fix background height.
7572         (ps-print-version): New version 6.7.2.
7574 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7576         * makefile.w32-in (finder-data, custom-deps): Depend on
7577         $(lisp)/loaddefs.el.
7579 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7581         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
7583 2007-01-24  Miles Bader  <miles@gnu.org>
7585         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
7586         (byte-compile-output-docform): Bind `print-circle' to t.
7588 2007-01-24  Kenichi Handa  <handa@m17n.org>
7590         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
7591         file name of the original SKK dictionary file.
7593 2007-01-24  Kim F. Storm  <storm@cua.dk>
7595         * ido.el (ido-initial-position): New variable.
7596         (ido-read-internal): Set it if default item is specified.
7597         (ido-minibuffer-setup): Position cursor accordingly if set.
7598         (ido-edit-input): C-e moves to end of input if not already there.
7599         (ido-magic-backward-char): C-b does like M-b if prev char is /.
7600         Don't switch to buffer mode if repeating C-b at start of input.
7601         (ido-toggle-ignore): C-a only toggles ignore at start or end of
7602         input; else it moves to start of input.
7603         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
7604         not at end of input, delete rest of input, rather than normal op.
7606 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7608         * emulation/viper-keym.el (viper-insert-basic-map):
7609         Delete binding for S-TAB.
7611         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
7612         of message.  Activate mark.
7613         (ediff-activate-mark): Set transient-mark-mode to t.
7615         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
7617 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
7619         * help-fns.el (describe-variable): Don't suppress display of
7620         buffer local value when the value is "large".
7622 2007-01-22  Kim F. Storm  <storm@cua.dk>
7624         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
7625         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
7626         (ido-tidy): Use ido-active.
7628 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
7630         * hexl.el (hexl-mode-exit): Add missing quote.
7632 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7634         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
7635         (mac-ae-keyboard-modifiers): New function.
7636         (mac-handle-toolbar-switch-mode): Use it.
7637         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
7638         if keyboard modifiers on drop contain option key.
7639         (mac-dnd-drop-data): Add optional argument `action'.
7640         (special-event-map): Remove binding for M-drag-n-drop.
7642 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
7644         * add-log.el (add-log-current-defun): Use CC Mode functions to
7645         find the beginning and end of a defun.
7647 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7649         * progmodes/gdb-ui.el (gdb-var-create-regexp)
7650         (gdb-var-create-handler): Handle value field in GDB output of
7651         -var-create.
7652         (gdb-max-frames): New variable.
7653         (gdb-stack-buffer, gdb-frames-select): Use it.
7654         (gdb-info-stack-custom): Help user customize gdb-max-frames,
7655         if necessary.
7656         (gdb-get-frame-number): Simplify.
7658 2007-01-21  Glenn Morris  <rgm@gnu.org>
7660         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
7661         Update copyrights.
7663 2007-01-21  Alan Mackenzie  <acm@muc.de>
7665         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
7666         handling of K&R stuff.
7668 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7670         * textmodes/bibtex.el (bibtex-files): Fix customization type.
7672 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7674         * ps-print.el: Handle frame parameters (background and/or foreground
7675         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7676         (ps-print-version): New version 6.7.1.
7677         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7678         (ps-frame-parameter): New fun.
7679         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7680         Fix doc and customization.
7681         (ps-begin-job): Get frame parameters (background and/or foreground
7682         colors).
7683         (ps-do-despool): Ensure ps-printer-name has a valid value.
7685 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7687         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
7688         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
7689         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
7690         mean unlimited.
7692 2007-01-20  Alan Mackenzie  <acm@muc.de>
7694         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
7695         much more rigorous analysis of putative K&R regions.
7697 2007-01-20  Alan Mackenzie  <acm@muc.de>
7699         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
7700         New functions.
7702 2007-01-20  Alan Mackenzie  <acm@muc.de>
7704         * progmodes/cc-align.el, progmodes/cc-cmds.el,
7705         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7706         * progmodes/cc-langs.el, progmodes/cc-styles.el,
7707         * progmodes/cc-vars.el: Add my name.
7709 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7711         * files.el (find-alternate-file): Revert query message to Emacs 21
7712         version.
7714 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7716         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
7717         the doc string how to use personal abbrevs without electric
7718         keywords.
7720 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7722         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
7723         Fixed cursor position when toggle abbreviated display.
7725 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
7727         * t-mouse.el: Update copyright following assignment by
7728         Alessandro Rubini.
7730 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7732         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
7733         (type-break-demo-boring): Call read-event instead of read-char.
7735 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
7737         * progmodes/compile.el: Add handling for makepplog.
7739 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7741         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
7742         aspell dictionaries are initialized when called non-interactively.
7744 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
7746         * progmodes/compile.el (compilation-loop): New arg limit.
7747         Handle case where the first error is at point-min.
7748         (compilation-next-error): New arg to compilation-loop call.
7750 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
7752         * info.el (Info-default-dirs): Change default info dir to
7753         share/info.
7755         * paths.el (Info-default-directory-list): Ditto.
7757 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
7759         * hexl.el (hexl-before-revert-hook): New function.
7760         (hexl-mode): Use it.
7761         (hexl-after-revert-hook): Just call hexl-mode.
7762         (hexl-mode-exit): Remove before-revert-hook.
7764 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7766         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
7768 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
7770         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
7771         by "-" in francais7 otherchars entry.
7772         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
7773         otherchars entry.
7775 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
7777         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
7778         path.  Rewrite function in `cond' style for readability.
7780         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
7781         (The path shortening, that is, not the rearrangement.)
7783 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7785         * term/mac-win.el (mac-ae-quit-application): New function.
7786         (mac-apple-event-map): Bind "quit application" Apple event to it.
7788 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7790         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
7791         than the program's output.
7793 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
7795         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
7796         (kmacro-start-macro-or-insert-counter)
7797         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
7798         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
7800         * longlines.el (longlines-show-hard-newlines):
7801         * ruler-mode.el (ruler-mode-ruler):
7802         * emulation/keypad.el (keypad-setup):
7803         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
7804         Fix typo in docstring.
7806 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
7808         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
7809         Remove redirect character ">".
7811 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
7813         * replace.el (perform-replace): Remove leftover code.
7815 2007-01-12  Richard Stallman  <rms@gnu.org>
7817         * replace.el (perform-replace): Don't clear NODENT when computing
7818         the replacement string.
7820 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
7822         * net/tramp.el (tramp-handle-file-local-copy):
7823         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
7824         <christopher.ian.moore@gmail.com>.
7826 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * diff-mode.el (diff-sanity-check-context-hunk-half)
7829         (diff-sanity-check-hunk): New functions.
7830         (diff-find-source-location): Use'em to check the hunks are well-formed.
7832         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
7833         activate undo when undo is not active.
7834         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
7836 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7838         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
7839         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
7840         (ffap-url-at-point): Use char-classes rather than "a-z".
7842 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
7844         * ediff-init.el (ediff-autostore-merges):
7845         * textmodes/fill.el (fill-region): Doc fix.
7847 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * server.el (server-ensure-safe-dir): UIDs may be floats.
7851 2007-01-10  Richard Stallman  <rms@gnu.org>
7853         * battery.el (battery-linux-proc-acpi): Use ignore-errors
7854         around calls to directory-files.
7856         * subr.el (momentary-string-display): Use save-excursion.
7858         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
7859         argument, but read it as `X' does.
7861 2007-01-09  Juri Linkov  <juri@jurta.org>
7863         * info.el (Info-fontify-node): Don't hide node names of index entries.
7865         * faces.el (momentary): Change :group to basic-faces where all
7866         basic faces belong to.  Add :version.
7868 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7870         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
7871         keybinding is found.
7872         (tutorial--find-changed-keys): Never treat null keybinding as a
7873         remapping.
7875 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
7877         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
7879 2007-01-09  Kenichi Handa  <handa@m17n.org>
7881         * international/mule-cmds.el
7882         (select-safe-coding-system-interactively): Fix message.
7884 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
7886         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
7887         (tramp-process-actions): Add optional parameter TIMEOUT.
7888         (tramp-open-connection-telnet, tramp-open-connection-rsh)
7889         (tramp-open-connection-su): Add timeout of 60".
7891 2007-01-09  Richard Stallman  <rms@gnu.org>
7893         * progmodes/compile.el (compile): Doc fix.
7895 2007-01-09  Markus Triska  <markus.triska@gmx.at>
7897         * tumme.el (tumme-display-thumb): Doc fix.
7899 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
7901         * battery.el (battery-search-for-one-match-in-files):
7902         * bindings.el (mode-line-minor-mode-help):
7903         * x-dnd.el (x-dnd-types-alist):
7904         * calendar/icalendar.el (icalendar-import-buffer):
7905         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
7907         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
7909 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
7911         * replace.el (replace-regexp): Fix typo in docstring.
7913 2007-01-07  Alan Mackenzie  <acm@muc.de>
7915         * progmodes/cc-langs.el (c-operators, c-filter-ops):
7916         Amend doc-string and comments.
7918 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
7920         * files.el (abbreviate-file-name): Doc fix.
7922 2007-01-06  Markus Triska  <triska@gmx.at>
7924         * subr.el (split-string): Remove spurious ")" from doc string.
7926 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7928         * textmodes/table.el (table--warn-incompatibility):
7929         Use display-warning instead of momentary-string-display.
7931 2007-01-05  Richard Stallman  <rms@gnu.org>
7933         * image.el (image-type-header-regexps): Recognize xbm more strictly.
7935         * simple.el (backward-kill-word): Doc fix.
7937 2007-01-05  Romain Francoise  <romain@orebokech.com>
7939         * international/mule.el (sgml-html-meta-auto-coding-function):
7940         Ensure that the buffer contains a HTML document.
7942 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7944         * faces.el (momentary): Move here ...
7945         * subr.el (momentary): ... from here.
7947 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
7949         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
7950         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
7951         large structures/arrays.
7953 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
7955         * files.el (find-file-noselect-1, set-visited-file-name):
7956         Allow backup-enable-predicate to be nil.
7958 2007-01-04  Andreas Schwab  <schwab@suse.de>
7960         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
7961         last change.
7963 2007-01-03  Richard Stallman  <rms@gnu.org>
7965         * woman.el (woman-decode-buffer): Clarify error message.
7967 2007-01-03  Alan Mackenzie  <acm@muc.de>
7969         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
7971 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
7973         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
7975 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
7979 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
7981         * emulation/viper.el (viper-custom-file-name, viper-mode):
7982         Fix typos in docstrings.
7984         * subr.el (momentary-string-display): After moving point, set POS
7985         variable to it to avoid later errors once the buffer is modified.
7986         Doc fix.
7988 2007-01-02  Alan Mackenzie  <acm@muc.de>
7990         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
7991         check that the "*/" is present before trying to manipulate it.
7993 2007-01-02  Richard Stallman  <rms@gnu.org>
7995         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
7997         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
7998         Fix format of value.
8000         * cus-edit.el (customize-unsaved): Rename from customize-customized.
8001         Change messages accordingly.
8002         (customize-customized): Now alias.
8004 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
8006         * files.el (version-control): Doc fix.
8008 2007-01-01  Alan Mackenzie  <acm@muc.de>
8010         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
8011         Check the format of c-state-cache is valid for an optimisation before
8012         using it.
8014         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
8015         are at a statement within a macro".  Other changes so that only
8016         the first continuation line in a macro gets the symbol
8017         `cpp-define-intro', the others getting `statement', or whatever.
8019         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
8020         a string, preserve whitespace.  Add a backslash only when also in
8021         a macro.
8023         * progmodes/cc-defs.el: Correct typos.
8025         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
8026         new line after an escaped EOL in a string.
8028         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
8029         label when it directly follows "else", "do", ....
8031         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
8032         angle brackets (as seen in "explicit specialisations" of C++
8033         templates).
8035         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
8036         in the doc-string.
8038         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
8039         when the comment ender looks like "=========*/" and is alone on
8040         its line.
8042         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
8043         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
8044         for the old name.
8046         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
8047         c-\(beginning\|end\)-of-defun by default.
8049         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
8050         New line-up function, for the DEFUN macro in the Emacs C sources.
8051         Only used in "gnu" style.
8053         * progmodes/cc-styles.el (c-style-alist): Use this new function in
8054         the "gnu" style.
8056         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
8057         clean-up comment-close-slash also to work when there's a comment
8058         terminator on the line.
8059         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
8060         these for large arg - only take account of top level {..}, except
8061         for initial and final adjustments.  M-- C-M-[ae] now go to the
8062         right defuns when the starting point is between defuns.  They use
8063         the four new functions:
8064         (c-in-function-trailer-p, c-where-wrt-brace-construct)
8065         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
8066         support c-\(beginning\|end\)-of-defun.
8068         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
8069         expressions more rigorously, to exclude bit-field specifiers from
8070         being classed as labels.
8071         (c-forward-label): When analyzing a ":" within a macro, be careful
8072         about using c-forward-syntactic-ws at the macro beginning.
8073         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
8074         stmt boundary, check for "operator=", etc.
8076         * progmodes/cc-mode.el (c-postprocess-file-styles):
8077         Bind inhibit-read-only to t, around the call to
8078         c-remove-any-local-eval-or-mode-variables, so that it works on a
8079         RO file.
8081         * progmodes/cc-defs.el (c-version): Update the version number to
8082         "5.31.4".
8084 2007-01-01  Richard Stallman  <rms@gnu.org>
8086         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
8087         only if we restored isearch-window-configuration.
8089 2006-12-31  Romain Francoise  <romain@orebokech.com>
8091         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
8093 2006-12-31  Kim F. Storm  <storm@cua.dk>
8095         * files.el (auto-mode-case-fold): New defcustom.
8096         (set-auto-mode): If non-nil, perform second case-sensitive pass
8097         through auto-mode-alist if first pass failed.
8099 2006-12-30  Richard Stallman  <rms@gnu.org>
8101         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
8103 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
8105         * allout.el (allout-encrypt-string): Handle symmetric-key
8106         passphrase caching but leave keypair caching to pgg.
8108 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
8110         Sync with Tramp 2.0.55.
8112         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
8113         `integerp'.  `char-equal' could fail else in case of negative
8114         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
8115         (top): Check for `font-lock-add-keywords' before calling; it
8116         doesn't exist under XEmacs.
8117         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
8118         (tramp-completion-mode): Remove clause (not
8119         tramp-unified-filenames), because the function is called in other
8120         context too, where this check results in wrong results in the
8121         XEmacs case on Windows.
8122         (tramp-touch): UTC handling is not possible for XEmacs.
8124 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8126         * scroll-bar.el (previous-scroll-bar-mode): New variable
8127         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
8128         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
8130         * term/x-win.el: Set scroll bar mode to right if set by X resources.
8132 2006-12-30  Richard Stallman  <rms@gnu.org>
8134         * files.el (make-backup-file-name-1): Precompute abs name
8135         but don't lose the relative name.
8137         * international/mule-cmds.el (select-safe-coding-system-interactively):
8138         Fix message.
8140 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
8142         * files.el (backup-buffer): Show entire backup file name in msg.
8144 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
8146         * image.el (image-type-header-regexps, image-type-from-data)
8147         (image-type-from-buffer, image-type-from-file-header):
8148         Revert changes from 2006-12-26.
8149         (image-type-auto-detectable): New variable.
8150         (image-type-auto-detected-p): New function.
8152         * files.el (magic-mode-alist): Detect image files with
8153         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
8155 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
8157         * dired.el (dired-sort-other): Move test for dired-mode...
8158         (dired-sort-set-modeline): ...to here.
8160 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8162         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
8163         change.  Suggested by Stefan Monnier.
8165 2006-12-29  Kim F. Storm  <storm@cua.dk>
8167         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
8168         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
8170 2006-12-27  Kim F. Storm  <storm@cua.dk>
8172         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
8173         so it doesn't accidentally match an fsf.org mail address.
8174         (authors-renamed-files-alist): Add tcover-*.el.
8176 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8178         * vc-arch.el (vc-arch-find-version): New function.
8180         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
8181         composed of arbitrary characters (even /) in some systems.
8183 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
8185         * international/mule-cmds.el (select-safe-coding-system-interactively):
8186         Improve the message in the *Warning* buffer.
8188 2006-12-27  Kim F. Storm  <storm@cua.dk>
8190         * ido.el (ido-set-matches-1): Fix last change.  If default item is
8191         current buffer, it is ok to be first.
8193 2006-12-27  Kenichi Handa  <handa@m17n.org>
8195         * international/mule-cmds.el (select-safe-coding-system-interactively):
8196         Use face `link' for problematic chars.
8198 2006-12-27  Kenichi Handa  <handa@m17n.org>
8200         * international/mule-cmds.el (select-safe-coding-system-interactively):
8201         Improve the message in *Warning* buffer.
8203 2006-12-27  Kim F. Storm  <storm@cua.dk>
8205         * ido.el (ido-set-matches-1): Never put current buffer first if
8206         there are other matches.
8208 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
8210         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
8211         expressions.
8212         (gdb-var-delete): Handle duplicate names.  Print message for non
8213         root expressions.
8214         (gdb-partial-output-name): Start buffer name with a space.
8215         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
8216         buffer name.
8218 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8220         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
8221         last footnote when `footnote-spaced-footnotes' is nil.
8223 2006-12-26  Richard Stallman  <rms@gnu.org>
8225         * cus-edit.el (custom-browse-sort-alphabetically)
8226         (custom-buffer-sort-alphabetically)
8227         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
8229         * image.el (image-type-header-regexps): Change element format
8230         to include third item NOT-ALWAYS.
8231         (image-type-from-data): Handle new format.
8232         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
8233         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
8235 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
8237         * add-log.el (add-log-current-defun): Call `forward-sexp'
8238         multiple times to pick a member function name defined as
8239         part of nested classes/namespaces.
8241 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8243         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
8244         which keymap should be used to change menu.  It does not affect any
8245         existent code.
8247 2006-12-26  Richard Stallman  <rms@gnu.org>
8249         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
8250         rather than for being in a minibuffer window.
8252 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
8254         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
8255         locale-coding-system.
8256         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
8257         LF.
8259 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
8261         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
8262         (sql-mode-syntax-table): Disable double quoted strings.
8263         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
8265 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8267         * startup.el (fancy-splash-last-input-event): New variable.
8268         (fancy-splash-special-event-action): New function.
8269         (fancy-splash-screens): Temporarily bind special events to it.
8270         Execute command for saved special event before exiting from
8271         recursive editing.
8273         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
8274         New functions.
8275         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
8276         Use mac-unread-string.
8278 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8280         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
8281         an optimized comment regexp if `comment-start-skip' uses a ^.
8282         * bs.el (bs--up): Remove interactive spec.
8284 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8286         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
8287         Suggested by James Cloos.
8289 2006-12-24  Kevin Ryde  <user42@zip.com.au>
8291         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
8292         in March.
8293         (calendar-dst-ends): Default to first Sunday in November.
8295 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
8297         * allout.el (allout-encrypt-string): Inhibit use of agent within
8298         body of let form where encryption happens.  Acknowledge non-use of
8299         gpg-agent in docstring.
8300         (allout-toggle-subtree-encryption): Acknowledge non-use of
8301         gpg-agent in docstring.
8303 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8305         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
8307 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8309         * ediff-diff.el (ediff-diff-options): Clarify docstring.
8310         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
8312         * emulation/viper-cmd.el (viper-post-command-sentinel):
8313         Protect against errors in hooks.
8314         (viper-add-newline-at-eob-if-necessary): Add newline only if we
8315         actually modify buffer; ignore errors if occur.
8317 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
8319         * calendar/calendar.el (calendar-mode-map): Switch < and >.
8320         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
8321         formatting.
8323 2006-12-23  Richard Stallman  <rms@gnu.org>
8325         * simple.el (delete-horizontal-space): Doc fix.
8327 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
8329         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
8330         explicitly in a recursive Make, not implicitly through prerequisites,
8331         since the latter is wrong under parallel builds.
8333 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
8335         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
8337 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
8339         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
8340         message string.
8342 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
8344         * outline.el (outline-next-visible-heading): Fix the case with a
8345         header at end-of-file with no final newline.
8347 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8349         * indent.el (tab-always-indent): Doc fix.
8351 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
8353         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8354         (Info-fontify-node): Do fontify indices.
8356         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
8357         to the Emacs Lisp reference manual.
8358         (tutorial--tab-map): Remove.  All callers changed.
8359         (tutorial--find-changed-keys): New elt QUIET, used to...
8360         (tutorial--display-changes): ...ensure that warning messages are
8361         only issued once per changed key.
8362         (tutorial--remove-remarks): Delete unused code-path.
8363         (lang-strings): Remove extraneous formatting.
8364         (tutorial--save-tutorial): Prompt before saving tutorial state.
8366 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
8368         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
8369         Replace '?\ ' by '?\s' throughout.
8370         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
8371         `help' custom group.
8372         (tutorial--key-description): New function.
8373         (tutorial--display-changes): Remove redundant arg.  Scan for all
8374         key sequences to avoid false matches.  Cleanup.
8375         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
8376         reduce homedir pollution.
8377         (help-with-tutorial): Call tutorial--display-changes with no arg.
8379 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
8381         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
8383 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
8385         * net/tramp.el (tramp-default-method): We still need to check for
8386         `executable-find', because it is not bound under Emacs 20.
8387         (tramp-handle-file-name-completion)
8388         (tramp-completion-handle-file-name-completion): Handle optional
8389         parameter PREDICATE.
8390         (tramp-find-default-method): Add code for default values.
8392 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
8394         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
8395         make gud-go send "continue".
8397 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
8399         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
8400         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
8402 2006-12-19  Kim F. Storm  <storm@cua.dk>
8404         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
8405         instead of global-map.
8407         * files.el (magic-mode-alist): Allow matching file type by
8408         calling a function at bob.  Check for image types by calling
8409         image-type-from-buffer.  Suggested by Juanma Barranquero.
8410         (set-auto-mode): Do it.
8412 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
8414         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
8415         Remove "ControlMaster" option from the other `scp*' methods.
8416         (tramp-default-method): Check for ssh-agent before setting to `scp'.
8418 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8420         * textmodes/org.el (org-mode): Show context after isearch.
8421         (org-show-siblings): New function.
8422         (org-show-context): Use `org-show-siblings'.
8424 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8426         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
8427         Use syntax-ppss-toplevel-pos.
8429 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8431         * textmodes/org.el (org-current-line): Make sure that lines are
8432         counted from beginning of buffer.
8433         (org-table-copy-region, org-table-paste-rectangle): Make sure that
8434         lines are counted from beginning of buffer.
8436 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8438         * info.el (Info-build-node-completions): Signal error if tag-table
8439         marker is not found.
8441         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8443 2006-12-17  Alan Mackenzie  <acm@muc.de>
8445         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8446         speed) the case when open-paren-in-column-0-is-defun-start is nil.
8447         Based on code by Martin Rudalics.
8449         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8450         open-paren-in-column-0-is-defun-start to nil any more.
8452 2006-12-17  Richard Stallman  <rms@gnu.org>
8454         * simple.el (delete-horizontal-space): Use prefix arg.
8456         * help-fns.el (describe-variable): Improve blank separator lines.
8458         * files.el (magic-mode-alist): Mark as risky.
8460         * files.el (make-backup-file-name-1):
8461         Expand backup-directory explicitly.
8463 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
8465         * net/tramp.el (tramp-default-method): Before setting to "pscp",
8466         check whether package password.el is loaded, or Pageant is running.
8468 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
8470         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
8471         (icalendar--rris): First try Emacs, then XEmacs.
8472         (icalendar--convert-ical-to-diary): Doc fix.
8473         Insert newline at end of target file.
8475 2006-12-17  Kim F. Storm  <storm@cua.dk>
8477         * outline.el (outline-isearch-open-invisible-function): New defvar.
8478         (outline-flag-region): Use it if non-nil for isearch-open-invisible
8479         overlay property instead of outline-isearch-open-invisible.
8481 2006-12-16  Kim F. Storm  <storm@cua.dk>
8483         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
8484         if ido-directory-too-big is set on entry.
8485         (ido-toggle-ignore, ido-completion-help): Print message while
8486         reading big directory.
8488 2006-12-15  Richard Stallman  <rms@gnu.org>
8490         * shell.el (shell): Doc fix.
8492 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
8494         * emulation/edt.el (edt-xserver):
8495         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
8496         to fix a problem on Cygwin.
8498         * emulation/edt.el
8499         * emulation/edt-mapper.el
8500         * emulation/edt-lk201.el
8501         * emulation/edt-pc.el
8502         * emulation/edt-vt100.el: Update maintainer's email address.
8504 2006-12-15  Simon Marshall  <simon@gnu.org>
8506         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
8508 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8510         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
8511         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
8512         instead of mac-atsu-font-table.
8513         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
8515 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
8517         * align.el (align-match-tex-pattern): Fix a rare bug which
8518         hanged Emacs.
8520 2006-12-14  Richard Stallman  <rms@gnu.org>
8522         * startup.el (use-fancy-splash-screens-p): Use frame-height
8523         instead of window-height.  Pass frame to image-size.
8525 2006-12-13  Kenichi Handa  <handa@m17n.org>
8527         * international/mule-cmds.el (set-locale-environment):
8528         Set default-sendmail-coding-system too.
8530 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
8532         * progmodes/idlw-help.el: Fix copyright notice.
8534 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8536         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
8538 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8540         * subr.el (unread-command-char): Reformat obsolescence info.
8542 2006-12-11  Richard Stallman  <rms@gnu.org>
8544         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
8545         about calls to cl-struct-setf-expander.
8547 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8549         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
8550         (ediff-combination-pattern): Fix typo in docstring.
8552         * textmodes/refer.el (refer-find-entry): Doc fix.
8553         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
8554         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
8555         Fix tipos in docstrings.
8557         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
8559 2006-12-10  Kim F. Storm  <storm@cua.dk>
8561         * ido.el (ido-init-completion-maps): Remap backward-kill-word
8562         instead of binding M-backspace.
8564 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
8566         * replace.el (replace-match-data, replace-match-maybe-edit):
8567         * calc/calc-aent.el (calc-eval-error):
8568         * emulation/vi.el (vi-char-argument):
8569         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
8570         (c-vsemi-status-unknown-p-fn): Doc fixes.
8572 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
8574         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
8575         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
8577 2006-12-10  Masatake YAMATO  <jet@gyve.org>
8579         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
8581 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
8583         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8585         * man.el (Man-xref-button-action): New function.  If the
8586         `Man-target-string' button property is a function, assume it
8587         accepts a position argument.
8588         (Man-abstract-xref-man-page): Use it.
8589         (Man-default-man-entry): New optional arg POS.
8591         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
8592         symlink arrows read-only and non-rear-sticky.
8594 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
8596         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
8597         (wdired-search-and-rename): Simplify code.
8598         (wdired-preprocess-files, wdired-preprocess-perms): Make
8599         read-only property of preceding character rear-nonsticky to
8600         avoid that it can be modified.  Put old-name and old-link
8601         properties on character preceding name and replace
8602         put-text-property by add-text-properties.
8603         (wdired-get-filename, wdired-get-previous-link): Get old-name
8604         and old-link properties from character preceding name and
8605         simplify code.
8606         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
8607         (wdired-perms-to-number): Make local-map property
8608         rear-nonsticky to avoid that text following permissions may be
8609         modified.  Use add-text-properties instead of put-text-property
8610         when changing a permission bit.
8611         (wdired-change-to-dired-mode): Remove stickiness properties.
8613 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
8615         * international/mule-cmds.el (register-input-method): Doc fix.
8617 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
8619         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
8621 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8623         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
8624         Force buffer local defs evaluation on local variables loading.
8625         (flyspell-mode-on, flyspell-mode-off): Use it in
8626         `hack-local-variables-hook'.
8628 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
8630         * emacs-lisp/find-func.el (find-variable): Doc fix.
8632         * help-fns.el (variable-at-point): Doc fix.
8634         * w32-fns.el (w32-append-code-lines): New function.
8636 2006-12-09  Romain Francoise  <romain@orebokech.com>
8638         * comint.el (comint-insert-input): Delete obsolete comment.
8640 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8642         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
8643         current frame, in case we're connected to several displays.
8645 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
8647         * frame.el (other-frame): Doc fix.
8648         (set-frame-parameter): Fix typo in docstring.
8650 2006-12-07  Kim F. Storm  <storm@cua.dk>
8652         * info.el (Info-index): Strip leading colon from topic.
8654 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
8656         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
8657         to pointers.
8659 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
8661         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
8662         Trim out spurious class inheritance "None" entries.
8664 2006-12-05  Kim F. Storm  <storm@cua.dk>
8666         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
8667         (cua-paste-pop): Rework last change for
8668         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
8669         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
8670         text inserted by the last M-y command.
8672 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8674         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
8675         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
8677         * shell.el (shell): Search the start file in ~/.emacs.d as
8678         `init_SHELLNAME.sh' instead.
8680 2006-12-05  Glenn Morris  <rgm@gnu.org>
8682         * progmodes/cperl-mode.el (cperl-mode)
8683         * progmodes/f90.el (f90-mode-abbrev-table)
8684         * progmodes/fortran.el (fortran-mode-abbrev-table)
8685         * progmodes/octave-mod.el (octave-abbrev-table)
8686         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
8687         if abbrev-table is non-nil (saved user abbrevs may have been restored).
8689         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
8690         clear abbrev table, else saved abbrevs will not be restored.
8692 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8694         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
8695         the call to `make-obsolete-variable', not in the docstring.
8697 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
8699         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
8701 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8703         * progmodes/ebnf-abn.el:
8704         * progmodes/ebnf-bnf.el:
8705         * progmodes/ebnf-dtd.el:
8706         * progmodes/ebnf-ebx.el:
8707         * progmodes/ebnf-iso.el:
8708         * progmodes/ebnf-otz.el:
8709         * progmodes/ebnf-yac.el:
8710         * progmodes/ebnf2ps.el:
8711         * delim-col.el:
8712         * printing.el:
8713         * ps-bdf.el:
8714         * ps-mule.el:
8715         * ps-print.el: Remove 'Time-stamp' comment mark.
8717         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8718         'easy-menu-add-item' when called in Emacs 21 or higher.
8720 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
8722         * progmodes/ada-xref.el (ada-check-current): Doc fix.
8723         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
8725 2006-12-04  Kim F. Storm  <storm@cua.dk>
8727         * bindings.el (global-map): Bind [signal t] to ignore, to have
8728         user signals ignored by default.
8730 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8732         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
8733         Unicode data file pointed to by `describe-char-unicodedata-file'.
8735 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8737         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
8738         O(n^2) regexp-search by anchoring the search.
8740 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
8742         * whitespace.el (whitespace-cleanup-internal): Use current
8743         argument for recursive call.
8745 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
8747         * net/tramp.el (tramp-methods): Add "ControlPath" and
8748         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
8749         Andreas Schwab <schwab@suse.de>.
8750         (tramp-do-copy-or-rename-file-out-of-band)
8751         (tramp-open-connection-rsh): Compute format spec for ?t.
8752         (tramp-process-actions): Trace command parameters.
8754 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
8756         * simple.el (toggle-truncate-lines): Clarify doc string.
8758         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
8759         (gdb-speedbar-expand-node): Use it.
8761 2006-12-04  Richard Stallman  <rms@gnu.org>
8763         * progmodes/python.el (python-indent): Add safe-local-variable prop.
8765         * dired.el (dired-revert): Turn off dired-after-readin-hook
8766         around call to dired-readin.
8768         * menu-bar.el (menu-bar-make-toggle): Add "globally"
8769         to echo area messages.
8770         <indicate-empty-lines, case-fold-search>:
8771         Add "globally" to Help string.
8772         <case-fold-search>: MESSAGE arg need not say "globally".
8773         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
8775 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
8777         * outline.el (outline-end-of-subtree): Don't leave an empty
8778         line hidden as we would a real next heading.
8780 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
8782         * allout.el (allout-ascend): Add an optional argument to preserve
8783         original position of point when unsuccessful.  Also, fix a
8784         docstring error.
8785         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
8786         work again, using allout-ascend's new option.
8787         (allout-setup-mode-map): Extract from allout-mode to initialize
8788         allout-mode-map.  Call it on file load, so the mode docstring
8789         substitutions work even if allout mode has not yet been invoked.
8790         (allout-mode): Use new allout-setup-mode-map to track any keybinding
8791         customizations since the map was last processed.  Also, refine the
8792         docstring so it's ship-shape for release.
8793         (allout-default-layout, allout-beginning-of-line-cycles)
8794         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
8795         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
8796         (allout-version, allout-layout, allout-infer-body-reindent)
8797         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
8798         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
8799         (allout-previous-heading, allout-goto-prefix-doublechecked)
8800         (allout-current-bullet-pos, allout-next-sibling-leap)
8801         (allout-pre-command-business, allout-encrypted-type-prefix)
8802         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
8803         (allout-rebullet-topic, allout-rebullet-topic-grunt)
8804         (allout-flag-region, allout-expose-topic, allout-expose-topic)
8805         (allout-old-expose-topic, allout-listify-exposed)
8806         (allout-process-exposed, allout-latex-verb-quote)
8807         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
8808         (allout-toggle-current-subtree-encryption)
8809         (allout-toggle-subtree-encryption, allout-bullet-isearch):
8810         Remove extraneous open-paren and close paren string escapes.
8812 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
8814         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
8815         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
8816         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
8817         Fix typos in docstrings.
8819 2006-12-03  Glenn Morris  <rgm@gnu.org>
8821         * progmodes/cc-align.el
8822         * progmodes/cc-awk.el
8823         * progmodes/cc-cmds.el
8824         * progmodes/cc-compat.el
8825         * progmodes/cc-defs.el
8826         * progmodes/cc-engine.el
8827         * progmodes/cc-langs.el
8828         * progmodes/cc-menus.el
8829         * progmodes/cc-mode.el
8830         * progmodes/cc-styles.el
8831         * progmodes/cc-vars.el
8832         * progmodes/vhdl-mode.el: Fix Copyright format.
8834 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
8836         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
8837         initial down event.
8839 2006-12-02  Kim F. Storm  <storm@cua.dk>
8841         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
8842         (cua-repeat-replace-region): Make M-v more robust.
8843         (cua-paste-pop-rotate-temporarily): New defcustom.
8844         (cua-paste-pop): Use it.
8845         (cua-auto-mark-last-change): New defcustom.
8846         (cua-pop-to-last-change): New helper function.
8847         (cua-set-mark): Use them.
8849 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
8851         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
8852         mini-buffer message.
8854 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
8856         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
8858 2006-12-01  Ben North  <ben@redfrontdoor.org>
8860         * paren.el: Fix the highlight overlay extension when the user types a
8861         sequence of char very fast just before the open parenthesis.
8863 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8865         * ps-mule.el: Eliminate Emacs 20 compatibility.
8867         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
8868         (ps-print-version): New version 6.7.
8869         (ps-print-quote): Replace '?\ ' by '?\s'.
8871 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
8873         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
8874         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
8875         (hexl-end-of-1k-page): Doc fixes.
8876         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
8877         Fix typos in docstrings.
8879 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8881         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
8882         locally, i.e. without using file name handlers.
8883         (ido-read-internal): Allow mono letter host names, avoiding the
8884         `c:' problem by testing if the file exists locally.
8885         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
8887 2006-11-30  Masatake YAMATO  <jet@gyve.org>
8889         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
8890         to avoid bytecomp warnings.
8891         (hexl-mode-old-ruler-function): New variable.
8892         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
8893         and `hl-line-range-function' after `require' hl-line.
8894         Then bind `hl-line-range-function' and `hl-line-face'.
8895         Don't require frame.  Don't use `with-no-warnings'.
8896         (hexl-activate-ruler): Store the original value of
8897         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
8898         (hexl-mode-exit): Restore the original value of
8899         `ruler-mode-ruler-function'.
8901 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
8903         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
8904         (hexl-mode-old-hl-line-face): New variable.
8905         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
8906         line when exit from the hexl-mode.
8908 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
8910         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
8911         Doc fixes.
8913         * international/fontset.el (create-fontset-from-ascii-font)
8914         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
8915         (fontset-name-p): Fix typo in docstring.
8917         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
8919 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8921         * ps-bdf.el: Fix maintainer email.
8923         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
8924         compatibility.
8926         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
8927         21 compatibility.
8928         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
8929         Emacs 20 & 21.
8931 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
8933         * progmodes/idlwave.el (idlwave-auto-fill):
8934         Remove paragraph-start let to prevent auto-fill giving up.
8936 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
8938         * vt100-led.el (led-state): Fix typo in previous change.
8940 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8942         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8943         Fix interactive spec of the functions getting defined to make them
8944         work as documented.
8946 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
8948         * startup.el (fancy-splash-screens): Hide initial splash buffer.
8950 2006-11-28  Kim F. Storm  <storm@cua.dk>
8952         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
8953         icomplete-mode is enabled.
8955 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
8957         * textmodes/org.el (require): Require gnus-sum during compilation
8958         to avoid problem with a macro call.
8960 2006-11-28  Glenn Morris  <rgm@gnu.org>
8962         * emacs-lisp/authors.el (authors-aliases): Add new alias.
8964         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
8965         (fortran-window-create-momentarily): Do not need string-to-char.
8967 2006-11-28  Richard Stallman  <rms@gnu.org>
8969         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8970         Replace incorrect use of assoc-default with a loop.
8972         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
8974         * simple.el (next-error-find-buffer): Improve messages.
8976         * files.el (revert-buffer): Special error message if file
8977         is now not readable.
8979         * facemenu.el (facemenu-add-new-face): Improve doc strings of
8980         constructed commands.
8982         * comint.el (comint-exec-1): Provide Emacs version and `comint'
8983         in INSIDE_EMACS.
8985 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8987         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
8989         * server.el: Remove spurious * in docstrings.
8990         (server-process-filter): Exit from recursive editing before processing
8991         a new request.
8993 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
8995         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
8996         line so hidden blocks will be correctly identified.
8998 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
9000         * ledit.el (ledit-save-defun, ledit-mode):
9001         * resume.el (resume-emacs-args-buffer):
9002         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
9003         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
9004         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
9005         (command-send-input, command-kill-line):
9006         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
9008         * autoarg.el (autoarg-kp-mode): Doc fix.
9010         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
9011         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
9012         (check-emacs-lock): Doc fix.  Simplify.
9014         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
9015         (iimage-mode-buffer): Fix typos in docstring.
9017         * misc.el (zap-up-to-char): Doc fix.
9019         * time-stamp.el: Fix comment and obsolescence string for old
9020         functions.  Use `dolist' instead of `while'.
9022         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
9024         * disp-table.el (standard-display-8bit, standard-display-default):
9025         * ebuff-menu.el (electric-buffer-list):
9026         * ehelp.el (electric-help-command-loop):
9027         * font-core.el (font-lock-mode):
9028         * help-macro.el (make-help-screen):
9029         * help.el (describe-minor-mode-completion-table-for-indicator)
9030         (lookup-minor-mode-from-indicator):
9031         * indent.el (tab-to-tab-stop, move-to-tab-stop):
9032         * info-look.el (info-lookup-guess-custom-symbol):
9033         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
9034         * longlines.el (longlines-wrap-line):
9035         * macros.el (insert-kbd-macro):
9036         * menu-bar.el (menu-bar-update-buffers):
9037         * misc.el (copy-from-above-command):
9038         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
9039         * newcomment.el (comment-indent):
9040         * novice.el (disabled-command-function):
9041         * sort.el (sort-fields-syntax-table):
9042         * subr.el (momentary-string-display):
9043         * tar-mode.el (tar-header-block-summarize)
9044         (tar-clear-modification-flags):
9045         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
9046         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
9047         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
9048         (te-delete-char, te-down-vertically-or-scroll):
9049         * time-stamp.el (time-stamp-string-preprocess):
9050         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
9052 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
9054         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
9055         in GUD mode.
9057         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
9058         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
9060 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9062         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
9064 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
9066         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
9067         (ada-compile-goto-error): Adapt to new argument profile of
9068         compilation-goto-locus in Emacs 22.  Don't check if the various
9069         compile functions are defined; we already do "(require 'compile)".
9071 2006-11-26  Kim F. Storm  <storm@cua.dk>
9073         * kmacro.el: Fix commentary.
9075 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
9077         * progmodes/gud.el (gdb): Explain how to run in text command mode
9078         more clearly.  Say in error message that multiple debugging
9079         requires restarting GDB.
9081 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
9083         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
9085 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
9087         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
9088         (flymake-popup-menu): Use it instead of posn-at-point.
9090 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9092         * progmodes/cc-vars.el (c-backslash-column):
9093         Mention c-backslash-max-column in documentation for c-backslash-column.
9095 2006-11-24  Lars Hansen  <larsh@soem.dk>
9097         * net/tramp.el (tramp-default-method): Under Windows, change from
9098         plink to pscp.
9099         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
9100         (tramp-actions-copy-out-of-band):
9101         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
9102         (tramp-action-out-of-band): Move "Permission denied" handling to
9103         tramp-action-copy-failed.
9104         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
9105         process buffer.
9107 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9110         strings to a single string.  Quote `errors-file-name'.
9111         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9112         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9113         Adjust calls.  Use `shell-quote-argument'.
9115         * international/mule.el (load-with-code-conversion)
9116         (with-category-table): Use with-current-buffer.
9117         (after-insert-file-set-coding): Use restore-buffer-modified-p.
9119 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
9121         * mail/smtpmail.el (smtpmail-send-it):
9122         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
9123         MIME header for the message encoding.
9124         Bind coding-system-for-write around the call to mail-do-fcc.
9125         Use smtpmail-code-conv-from to encode queued mail messages.
9127 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9129         * tabify.el (tabify-regexp): Doc fix.
9131         * net/rcirc.el (rcirc-buffer-maximum-lines):
9132         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
9134         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
9135         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
9136         Fix typos in output messages.
9137         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
9139 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
9142         the horse's mouth.
9143         (hexlify-buffer): Don't re-encode an arg that's already encoded.
9145 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
9147         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
9148         Remove condition-case.
9150 2006-11-23  Glenn Morris  <rgm@gnu.org>
9152         * progmodes/f90.el (f90-comment-indent): Do not move point in
9153         default case.
9155 2006-11-21  Romain Francoise  <romain@orebokech.com>
9157         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
9158         from library name (reverts change of 2005-10-25).
9160 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9162         * tutorial.el (tutorial--default-keys): Add newline and
9163         delete-backward-char bindings.
9164         (tutorial--detailed-help): Save excursion when finding keys.
9165         Correct warning string for M-x FOO case.
9166         (tutorial--display-changes): Print special keys in tutorial style.
9167         Tweak search regexp for changed keys.
9169 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9171         * thingatpt.el (thing-at-point-url-at-point): Don't add a
9172         redundant scheme.
9174 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
9176         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
9177         are new to the list at IANA.  Also added irc, mms, mmsh.
9179 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
9181         * progmodes/idlw-help.el (idlwave-html-help-location):
9182         Fail gracefully for missing help packages.
9183         (idlwave-help-assistant-open-link): Open full links.
9184         (idlwave-help-assistant-help-with-topic): Direct help link.
9186         * progmodes/idlwave.el (idlwave-mode):
9187         Set add-log-current-defun-function.
9188         (idlwave-current-routine-fullname): Add, to support add-log.
9189         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
9190         to reflect improvements to xml-parse-file.
9191         (idlwave-mode-menu-def): New binding for help-with-topic.
9193         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
9194         Handle extra newlines and spaces.
9195         (idlwave-shell-mode-map): Add help-with-topic.
9197 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
9199         * tutorial.el (tutorial-warning-face): New face.
9200         (tutorial--detailed-help, tutorial--display-changes): Use it.
9201         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
9202         Improve search pattern for occurrences of changed keys.
9204 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9206         * term/x-win.el (x-last-cut-buffer-coding): New variable.
9207         (x-select-text): Set it.
9208         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
9209         when checking for newness.
9211 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
9213         * subr.el (posn-image):
9214         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
9216         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
9218 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9220         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
9221         Exceptions to the rule "add a space between an identifier and an
9222         opening parenthesis".  Defaulted to the `#define' problem of cpp.
9223         (glasses-parenthesis-exception-p): New.  Check if the region is an
9224         exception regarding to that.
9225         (glasses-make-readable): Use it.
9226         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
9227         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
9229 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
9231         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
9233 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
9235         * progmodes/ada-mode.el (ada-make-body): Fix typo.
9237         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
9238         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
9240 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
9242         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
9243         conditions for function or variable bindings.
9245         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
9247         * progmodes/compile.el (compilation-start): Ditto.
9249 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
9251         * net/tramp.el (top): cl and custom are always required.
9253 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9255         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
9256         cut-buffers with next-selection-coding-system if not nil.
9258 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9260         * textmodes/org.el (org-fix-decoded-time): New function.
9261         (org-display-custom-time): Use `org-fix-decoded-time'.
9263 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
9265         * menu-bar.el (menu-bar-games-menu): Remove yow.
9267 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9269         * textmodes/org.el (org-scan-tags): Re-align code fixed.
9270         (org-detach-overlay): Rename from `org-detatch-overlay'.
9271         (org-table-convert-region): Insert space after column separator.
9272         (org-agenda-kill): New command.
9273         (org-metaleft): Call `org-outdent-item' on bullets.
9274         (org-metaright): Call `org-indent-item' on bullets.
9275         (org-timestamp-change): Set `org-last-changed-timestamp'.
9276         (org-current-line): Make sure (bolp) returns correct result.
9277         (org-agenda-change-all-lines): Make sure TODO are highlighted.
9279 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9281         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
9283 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
9285         * mouse.el (global-map): Change 2006-08-16 fix to call
9286         mouse-yank-at-click explicitly, since mouse events are not carried
9287         over into keyboard macros.
9289 2006-11-16  Kim F. Storm  <storm@cua.dk>
9291         * ido.el (ido-file-internal): Use current buffer's file name as default
9292         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
9294 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
9296         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
9297         (allout-inhibit-aberrance-doublecheck): Rename from
9298         allout-during-yank-processing.  All callers changed.
9299         (allout-ascend): Provide for unusual case where some topic after
9300         the first in file is at lower depth than the first.
9301         (allout-shift-in): Ensure the offspring of the new containing
9302         topic are exposed.
9303         (allout-encrypt-string): Preserve the coding-system of the text,
9304         according to that of the containing buffer.
9305         (allout-toggle-subtree-encryption): When the text being encrypted
9306         requires a different coding system, offer to preserve the coding
9307         system using a file local var.
9309 2006-11-15  Simon Marshall  <simon@gnu.org>
9311         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
9312         to recognise "T t()" as a function declaration, rather than a
9313         variable instantiation, iff at the top-level or inside a class
9314         declaration.  Suggested by Feng Li <fengli@gmail.com>.
9316 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
9318         * progmodes/ada-xref.el (ada-parse-prj-file):
9319         Don't delete project buffer; user may want to edit it.
9320         (ada-xref-set-project-field, ada-xref-current-project-file)
9321         (ada-xref-current-project, ada-show-current-project)
9322         (ada-set-main-compile-application): New functions.
9323         (ada-xref-get-project-field, ada-require-project-file):
9324         Normalize use of ada-prj-default-project-file.
9325         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
9326         Normalize use of ada-require-project-file.
9327         (ada-prj-find-prj-file): Improve doc string, comments.
9329         * progmodes/ada-mode.el (ada-mode-version): Bump version.
9330         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
9331         (ada-create-menu): Add ada-set-main-compile-application,
9332         ada-show-current-main, ada-show-current-project.
9334 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
9337         (inferior-python-mode): Use it.
9339 2006-11-14  Andreas Schwab  <schwab@suse.de>
9341         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9343 2006-11-13  Kim F. Storm  <storm@cua.dk>
9345         * ido.el (ido-copy-current-word): C-o copies region if active.
9347 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9349         * textmodes/org.el (org-emph-face): Fix typo in variable name.
9351 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
9353         * ediff.el (ediff-revision):
9354         * files.el (set-visited-file-name):
9355         * mail/rmailout.el (rmail-output-body-to-file):
9356         Use `format', not `message', in `y-or-n-p' call.
9358 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9360         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
9361         (org-metaright): Call `org-indent-item' on bullets.
9362         (org-timestamp-change): Set `org-last-changed-timestamp'.
9363         (org-current-line): Make sure (bolp) returns correct result.
9364         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
9366 2006-11-12  Richard Stallman  <rms@gnu.org>
9368         * language/european.el (turkish-case-conversion-enable)
9369         (turkish-case-conversion-disable): New functions.
9370         ("Turkish" lang env): Use them.
9372         * international/characters.el (case table):
9373         Do nothing special for i and I.
9375         * subr.el (remove-overlays): Fix last change.
9377         * cus-edit.el (custom-save-all): Use find-file-visit-truename
9378         for visiting the custom file.
9380 2006-11-12  Markus Triska  <triska@gmx.at>
9382         * play/handwrite.el (handwrite): Also process lines not ending
9383         with newline.  Replace some position-fiddling with different
9384         logic.  Improve performance.
9386 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
9388         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
9389         replacing deleted variable `ada-check-switch'.
9390         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
9391         (ada-xref-project-files): Improve doc string.
9392         (ada-find-executable): New function.
9393         (ada-initialize-runtime-library): Use `ada-find-executable'.
9394         (ada-xref-set-default-prj-values): In compile commands, don't need
9395         `ada-cd-command'; `compile' does that more portably.
9396         Use ada-prj-default-check-cmd.
9397         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
9398         properties if not specified in project file.
9399         (ada-goto-declaration): Display useful message for new error
9400         'error-file-not-found.
9401         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
9402         'error-file-not-found.
9403         (ada-get-all-references): Match latest ali syntax.  Signal new
9404         error 'error-file-not-found.
9405         (ada-find-in-ali): Match latest ali syntax.
9406         (ada-make-filename-from-adaname): Handle different semantics of
9407         gnatkr in GNAT 3.15p vs later.
9409         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
9410         ada-procedure-start-regexp.
9411         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
9413         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
9414         with defvar.
9415         (ada-language-version): Rename ada05 -> ada2005.
9416         (ada-align-region-separate): Add `eval-when-compile'.
9417         (ada-name-regexp): Remove unneeded escapes in regexp character
9418         alternative.
9419         (ada-compile-goto-error-file-linenr-re): New constant.
9420         (ada-matching-start-re): Handle additional cases `declare',
9421         `procedure', `function'.
9422         (ada-compile-goto-error): Handle "... at line nn".
9423         (ada-mode): Clearer syntax, comments for ff-special-constructs.
9424         Delete support for old versions of `align'.
9425         (ada-search-prev-end-stmt): Handle additional keyword `private'.
9426         (ada-check-defun-name): Simplify handling of `declare'.
9427         (ada-goto-matching-start): Handle nested `begin ... end'.
9428         Handle `declare', `protected', `procedure', `function'.
9429         (ada-create-menu): Presence of arm95 is not conditional on using
9430         GNAT compiler.
9432 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
9434         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
9435         nil in the *RE-Builder* buffer (it causes spurious error messages).
9437         * server.el (server-visit-files): If `minibuffer-auto-raise' has
9438         been set to t, respect it.
9440 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
9442         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
9443         Delete commented out code for old Emacs versions.  Autoloading of
9444         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
9445         (ada-mode-version): Bump version number.
9446         (ada-95-string-keywords, ada-2005-string-keywords)
9447         (ada-2005-keywords, ada-name-regexp): New constant.
9448         (ada-language-version, ada-procedure-start-regexp, ada-mode)
9449         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
9450         (ada-package-start-regexp): Support private packages, include package
9451         name (for ada-set-point-accordingly).
9452         (ada-next-procedure, ada-previous-procedure)
9453         (ada-which-function-are-we-in): Match changes to
9454         ada-procedure-start-regexp.
9455         (ada-make-body): Make non-interactive; not a user function.
9456         (ada-make-subprogram-body): Improve doc string.
9458 2006-11-11  Romain Francoise  <romain@orebokech.com>
9460         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
9461         `compilation-error-regexp-alist' buffer-local, since we changed
9462         `compilation-error-regexp-alist-alist' locally.
9464 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
9466         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
9467         to the value of `server-raise-frame'.
9469 2006-11-11  Glenn Morris  <rgm@gnu.org>
9471         * ido.el (ido-enable-prefix)
9472         * ses.el (ses-call-printer-return)
9473         * net/tramp.el (tramp-unified-filenames)
9474         * progmodes/cc-align.el (c-lineup-string-cont)
9475         * progmodes/compile.el (compilation-directory-matcher)
9476         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9477         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9478         (vhdl-clock-rising-edge)
9479         * textmodes/org.el (org-export-with-timestamps)
9480         (org-export-remove-timestamps-from-toc)
9481         (org-export-with-tags): Improve previous doc fixes.
9483 2006-11-11  Richard Stallman  <rms@gnu.org>
9485         * textmodes/flyspell.el (flyspell-mode-map):
9486         Bind C-c $ instead of M-RET.
9488 2006-11-10  Simon Marshall  <simon@gnu.org>
9490         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
9491         fontification for "case" and "default" keywords.
9493 2006-11-10  Andreas Schwab  <schwab@suse.de>
9495         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9496         Avoid starting sentence with "nil".
9498 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9500         * server.el (server-raise-frame): New option.
9501         (server-switch-buffer): Use it.
9503 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
9505         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
9506         with a capital.
9508 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
9510         * textmodes/org.el (org-show-hierarchy-above)
9511         (org-show-following-heading): Fix typo in default value.
9512         (org-scan-tags): Make the search case-sensitive.
9513         (org-tags-sparse-tree): Don't overrule
9514         `org-show-following-heading' and `org-show-hierarchy-above'.
9515         (org-reveal): New command.
9516         (org-show-context): Rename from `org-show-hierarchy-above'.
9517         (org-fast-tag-selection-single-key): New option.
9518         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
9519         (org-tags-overlay): New variable.
9520         (org-agenda-todo-ignore-deadlines): New option.
9521         ("session"): Add circular data structure `org-mark-ring' to
9522         exceptions list in session.el.
9523         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
9524         New options.
9525         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
9526         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
9527         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
9528         (org-finalize-agenda): Activate bracket links in agenda.
9529         (org-at-timestamp-p, org-at-date-range-p): Additional argument
9530         INACTIVE-OK.
9531         (org-show-hierarchy-above, org-show-following-heading):
9532         List values allowed for fine-tuned configuration.
9533         (org-show-hierarchy-above): New argument CONTEXT, use the
9534         fine-tuned settings in `org-show-hierarchy-above' and
9535         `org-show-following-heading'.
9536         (org-display-custom-time): New function.
9537         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
9538         (org-display-custom-times, org-time-stamp-custom-formats):
9539         (org-maybe-intangible): New macro.
9540         (org-activate-bracket-links, org-hide-wide-columns):
9541         Use `org-maybe-intangible'.
9542         (org-open-file): Use `shell-quote-argument'.
9543         (org-display-internal-link-with-indirect-buffer): New option.
9544         (org-file-remote-p): Get regexp from list.
9545         (org-link-expand-abbrev): New function.
9546         (org-link-abbrev-alist): New option.
9547         (org-open-at-point, org-cleaned-string-for-export):
9548         Call `org-link-expand-abbrev'.
9549         (org-timeline, org-agenda-list, org-todo-list)
9550         (org-tags-view): Remove the KEEP-MODES argument.
9551         (org-finalize-agenda-hook): New hook.
9552         (org-get-alist-option): New function.
9553         (org-follow-timestamp-link): New function.
9554         (org-open-at-point): Call `org-follow-timestamp-link'.
9555         (org-log-note-marker, org-log-note-purpose)
9556         (org-log-note-window-configuration): New variables.
9557         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
9558         (org-log-note-headings): New option.
9559         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
9560         (org-store-link): Support for dired-mode.
9561         (org-open-file): Substitute environment variables into filename.
9562         (org-last): New defsubst.
9563         (org-agenda-re-align-tags): New function.
9564         (org-agenda-align-tags-to-column): New option.
9565         (org-agenda-timeline): Group removed.
9566         (org-prepare-agenda, org-prepare-agenda-buffers)
9567         (org-run-agenda-series, org-timeline, org-agenda-list)
9568         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
9569         the text property inticating the agenda type.
9570         (org-agenda-post-command-hook): Get agenda type from text property
9571         at point.
9572         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
9573         and obey `org-agenda-overriding-arguments'.
9574         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
9575         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9576         (org-agenda-week-view, org-agenda-day-view):
9577         Use `org-agenda-overriding-arguments' to make updating work with
9578         multi-block agendas.
9579         (org-agenda-prefix-format): Allow different formats for the
9580         different agenda entry types.
9581         (org-timeline-prefix-format): Option removed, use
9582         `org-agenda-prefix-format' instead.
9583         (org-prepare-agenda): New function.
9584         (org-select-timeline-window): Option removed, use
9585         `org-select-agenda-window' instead.
9586         (org-respect-restriction): Variable removed.
9587         (org-cmp-tag): New function.
9588         (org-agenda-sorting-strategy, org-entries-lessp):
9589         Implement sorting by last tag.
9590         (org-complete): Better completion in in-buffer option lines.
9591         (org-in-item-p): New function.
9592         (org-org-menu): Add entries for checkboxes.
9593         (org-cycle): Extra brouping in outline-regexp, because it is used
9594         in a search with "^" prepended.
9595         (org-provide-checkbox-statistics): New option.
9596         (org-set-font-lock-defaults): Highlight checkbox statistics.
9597         (org-update-checkbox-count-maybe)
9598         (org-get-checkbox-statistics-face): New functions.
9599         (org-update-checkbox-count): New command.
9600         (org-insert-item, org-toggle-checkbox):
9601         Call `org-update-checkbox-count-maybe'.
9602         (org-export-as-html): XEmacs compatibility for coding system.
9603         (org-force-cycle-archived): New command.
9604         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
9605         overrules cycling.
9606         (org-fix-position-after-promote): If the line contains only a todo
9607         keyword, add a final space.
9608         (org-promote-subtree, org-demote-subtree):
9609         Call `org-fix-position-after-promote'.
9611 2006-11-10  Glenn Morris  <rgm@gnu.org>
9613         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
9614         date in every year.
9615         (calendar-dst-check-each-year-flag): New customizable variable.
9616         (calendar-dst-find-data): New function, extracted from
9617         calendar-current-time-zone.
9618         (calendar-current-time-zone): Use calendar-dst-find-data.
9619         (calendar-dst-transition-cache): New variable.
9620         (calendar-dst-find-startend, calendar-dst-starts)
9621         (calendar-dst-ends): New functions.
9622         (calendar-daylight-savings-starts)
9623         (calendar-daylight-savings-ends): Change value to use
9624         calendar-dst-starts, calendar-dst-ends; respectively.
9626         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
9628         * ido.el (ido-enable-prefix)
9629         * ses.el (ses-call-printer-return)
9630         * net/tramp.el (tramp-unified-filenames)
9631         * progmodes/cc-align.el (c-lineup-string-cont)
9632         * progmodes/compile.el (compilation-directory-matcher)
9633         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9634         * progmodes/gdb-ui.el (gdb-many-windows)
9635         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9636         (vhdl-clock-rising-edge)
9637         * textmodes/org.el (org-export-with-timestamps)
9638         (org-export-remove-timestamps-from-toc, org-export-with-tags)
9639         (org-read-date): Doc fix (Nil -> nil).
9641 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9643         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9644         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
9646 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9648         * bs.el (bs--window-for-buffer): Remove.
9649         (bs--show-with-configuration): Use `get-window-with-predicate'
9650         instead of `bs--window-for-buffer'.
9652 2006-11-10  Kenichi Handa  <handa@m17n.org>
9654         * files.el (revert-buffer): Fix previous change.
9656 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
9658         * bs.el (bs--redisplay): Fix typo in docstring.
9659         (bs--window-config-coming-from): Make frame-local.
9660         (bs--restore-window-config): New function.
9661         (bs-kill, bs-select, bs-select-other-window)
9662         (bs-select-other-frame): Use it.
9663         (bs--window-for-buffer): Return as soon as a matching buffer is found.
9664         (bs--show-with-configuration): Save the window configuration as a
9665         frame local var, and only if *buffer-selection* is not already
9666         visible on this frame.
9668 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
9670         * vc-svn.el (vc-svn-admin-directory): New var.
9671         (vc-svn-registered, vc-svn-responsible-p)
9672         (vc-svn-repository-hostname): Use it.
9673         Suggested by arit93@yahoo.com.
9675 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9677         * ldefs-boot.el: Regenerate.
9679 2006-11-08  Alan Mackenzie  <acm@muc.de>
9681         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
9682         case (eq open-paren-in-column-0-is-defun-start nil) by searching
9683         for least nested open-paren.
9685 2006-11-08  Romain Francoise  <romain@orebokech.com>
9687         * subr.el (remove-overlays): Fix typo in last change.
9689 2006-11-08  Richard Stallman  <rms@gnu.org>
9691         * subr.el (remove-overlays): Call overlay-recenter.
9693 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9695         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9696         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
9697         behaviour.
9698         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
9699         directly.
9701 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9703         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
9704         (ido-max-dir-file-cache, ido-decorations)
9705         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
9706         (ido-magic-backward-char, ido-enter-dired)
9707         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
9708         (ido-list-directory, ido-first-match, ido-only-match)
9709         (ido-subdir, ido-indicator): Fix typos in docstrings.
9710         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
9711         (ido-read-internal): Fix typo in error message.
9713 2006-11-08  Kenichi Handa  <handa@m17n.org>
9715         * international/mule-cmds.el (set-default-coding-systems):
9716         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
9718 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9720         * makefile.w32-in (setwins): Remove.
9721         (WINS_ALMOST): New macro.
9722         (WINS): Use it.
9723         (autoloads): Don't extract autoloads from files in obsolete/.
9725 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
9727         * whitespace.el (whitespace-buffer): Call remove-overlays after
9728         overlay-recenter for performance.  Suggested by Martin Rudalics.
9730 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
9732         * net/tramp.el (tramp-default-method): scp is the default method.
9734 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
9736         * server.el (server-start): Save also the Emacs pid in the server file.
9738 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
9740         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
9741         point when displaying a bibtex cross reference in the echo area.
9743 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9745         * international/mule.el (make-char): Fix typo in docstring.
9746         (load-with-code-conversion, charsetp): Doc fixes.
9748         * international/ja-dic-cnv.el (skkdic-convert):
9749         * cus-edit.el (hook): Fix typo in docstring.
9751 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9753         * cus-edit.el (custom-mode-map): Move defvar above code using it.
9754         (custom-mode-link-map): New variable.
9755         (custom-group-link, custom-manual): Use follow-link.
9757 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9759         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
9760         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
9762 2006-11-06  Richard Stallman  <rms@gnu.org>
9764         * textmodes/flyspell.el (flyspell-correct-word-before-point):
9765         New function broken out of flyspell-correct-word.
9766         (flyspell-mode-map): Bind it to M-RET.
9767         (flyspell-correct-word): Call it.
9769         * textmodes/fill.el (fill-minibuffer-function): New function.
9770         (fill-paragraph): Bind fill-paragraph-function to
9771         fill-minibuffer-function.
9773         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
9774         so that they aren't undefined.
9776         * dired.el (dired-readin): Locally bind file-name-coding-system.
9778         * bindings.el: Shorten and clarify usual mode line mouse help string.
9780         * Makefile.in (autoloads): Don't include `obsolete'.
9782 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9784         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9785         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
9786         Printing menu if it's not initialized.
9787         (pr-menu-bind): Act on menu-bar-file-menu directly.
9789 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9791         * help.el (view-emacs-news): Fix typo in error message.
9793         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
9795         * shadowfile.el (shadow-define-regexp-group)
9796         (shadow-literal-groups, shadow-insert-var): Doc fixes.
9797         (shadow-read-files): Fix typo in message.
9798         (shadow-inhibit-overload, shadow-find, shadow-suffix)
9799         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
9800         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
9801         (shadow-file-match): Fix typos in docstrings.
9803         * terminal.el (terminal-emulator): Fix typo in message.
9805         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
9807         * emacs-lisp/lselect.el (x-kill-primary-selection)
9808         (x-delete-primary-selection, x-copy-primary-selection):
9809         Fix typos in error messages.
9811         * emulation/edt-mapper.el: Fix typo in interactive message.
9813         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
9815         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
9816         (ispell-help): Fix typos in docstrings.
9817         (ispell-help): Fix typo in output message.
9819         * allout.el (allout-adjust-file-variable)
9820         (allout-passphrase-verifier-string)
9821         (allout-passphrase-hint-string)
9822         (allout-toggle-current-subtree-encryption):
9823         * apropos.el (apropos-synonyms):
9824         * cus-edit.el (hook):
9825         * emacs-lock.el (emacs-lock-from-exiting):
9826         * follow.el (follow-avoid-tail-recenter-p):
9827         * hexl.el (hexl-mode):
9828         * mouse-copy.el (mouse-copy-work-around-drag-bug):
9829         * mouse.el (mouse-set-font):
9830         * resume.el (resume-emacs-args-file):
9831         * rfn-eshadow.el (file-name-shadow-tty-properties):
9832         * t-mouse.el (t-mouse-process, t-mouse-mode):
9833         * emacs-lisp/cust-print.el (custom-print-install)
9834         (custom-print-uninstall, custom-format):
9835         * emacs-lisp/shadow.el (list-load-path-shadows):
9836         * emulation/tpu-edt.el (tpu-help-text)
9837         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
9838         (tpu-reset-control-keys):
9839         * emulation/vip.el (vip-emacs-local-map)
9840         (vip-change-mode-to-emacs):
9841         * emulation/viper.el (viper-mode, viper-set-hooks)
9842         (viper-major-mode-modifier-list):
9843         * emulation/viper-init.el (viper-emacs-state-cursor-color):
9844         * emulation/viper-keym.el (viper-emacs-kbd-map)
9845         (viper-toggle-key):
9846         * mail/feedmail.el (feedmail-queue-reminder)
9847         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
9848         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
9849         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
9850         (feedmail-sender-line, feedmail-force-binary-write)
9851         (feedmail-from-line, feedmail-deduce-envelope-from)
9852         (feedmail-x-mailer-line, feedmail-message-id-generator)
9853         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
9854         (feedmail-enable-spray, feedmail-spray-this-address)
9855         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
9856         (feedmail-queue-runner-confirm-global)
9857         (feedmail-ask-before-queue-prompt)
9858         (feedmail-ask-before-queue-reprompt)
9859         (feedmail-prompt-before-queue-standard-alist)
9860         (feedmail-prompt-before-queue-user-alist)
9861         (feedmail-prompt-before-queue-help-supplement)
9862         (feedmail-queue-use-send-time-for-message-id)
9863         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
9864         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
9865         (feedmail-mail-send-hook-queued)
9866         (feedmail-confirm-addresses-hook-example)
9867         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
9868         (feedmail-queue-runner-mode-setter)
9869         (feedmail-queue-alternative-mail-header-separator)
9870         (feedmail-queue-runner-message-sender)
9871         (feedmail-buffer-eating-function, feedmail-binmail-template)
9872         (feedmail-run-the-queue-no-prompts)
9873         (feedmail-run-the-queue-global-prompt)
9874         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
9875         (feedmail-envelope-deducer, feedmail-fiddle-date)
9876         (feedmail-default-message-id-generator)
9877         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
9878         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
9879         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
9880         (vms-pmail-setup):
9881         * play/dunnet.el (dun-help):
9882         * play/handwrite.el (handwrite):
9883         * play/hanoi.el (hanoi-unix-64):
9884         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9885         * textmodes/enriched.el (fixed):
9886         * textmodes/org.el (org-file-apps)
9887         (org-emphasis-regexp-components, org-emphasis-alist):
9888         * textmodes/texinfmt.el (batch-texinfo-format):
9889         Fix typos in docstrings.
9891 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
9893         * loadhist.el (read-feature): Don't complete features not loaded
9894         from a file (which make `unload-feature' to fail).
9896 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9898         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
9900 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
9902         * startup.el (command-line-1): Kill emacs if the last frame is
9903         deleted while evaluating the command-line arguments.
9905 2006-11-05  Richard Stallman  <rms@gnu.org>
9907         * startup.el (init-file-had-error): Add doc string.
9908         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
9909         Use fixed-width font for keyboard key descriptions.
9911         * cus-edit.el (custom-save-all): Error if saving in .emacs
9912         and it had an error when loaded.
9914         * dired-aux.el (dired-copy-file-recursive): Catch errors
9915         from recursive copies in the loop, around the recursive call.
9917 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9919         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
9920         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
9921         `/proc/acpi/thermal_zone/*'.
9922         (battery-search-for-one-match-in-files): New.  Search a regexp in
9923         the content of some files.
9925 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
9927         * window.el (mouse-autoselect-window-now): Remove variable.
9928         (mouse-autoselect-window-state): New variable.
9929         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
9930         (mouse-autoselect-window-select, handle-select-window):
9931         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
9932         Suspend delayed autoselection during menu or popup dialog.
9934         * info-look.el (info-lookup-guess-custom-symbol): New function
9935         for retrieving symbol at point in custom buffers.
9936         (top level) <info-lookup-maybe-add-help>: Add backquote and
9937         comma to ignored characters in regexps of help specifications
9938         for emacs-lisp-mode and lisp-interaction-mode.  This permits
9939         looking up symbols in `...' and after a comma.  Add help
9940         specifications for custom-mode and help-mode.
9942 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
9944         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
9945         Don't encode body if RAW is non-nil, or if the old encoding is
9946         identical to the new encoding, or if the body contains only
9947         eight-bit-* characters.
9949 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9951         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
9952         (faces-sample-overlay): Remove variable.
9953         (describe-face): Insert sample text in the face being described.
9955 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
9957         * whitespace.el (whitespace-indent-regexp): Make this match any
9958         multiples of eight spaces near the beginning of a line.
9959         (whitespace-buffer): Use `remove-overlays' instead of
9960         `whitespace-unhighlight-the-space' and `overlay-recenter' to
9961         speed up overlay handling.
9962         (whitespace-buffer-leading, whitespace-buffer-trailing):
9963         Make these functions highlight the text removed by
9964         `whitespace-buffer-leading-cleanup' and
9965         `whitespace-buffer-trailing-cleanup' respectively.
9966         (whitespace-buffer-search): Use `with-local-quit'.
9967         Move `format' out of loop to speed up scanning larger buffers.
9968         (whitespace-unhighlight-the-space): Remove `remove-hook' since
9969         that function is never added to a hook.
9970         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
9971         (whitespace-buffer-leading-cleanup)
9972         (whitespace-refresh-rescan-list): Fix docstrings.
9974 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
9976         * allout.el (allout-during-yank-processing): Cue for inhibiting
9977         aberrance processing during yanks.
9978         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
9979         the amount of yanked topics that can be aberrant.
9980         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
9981         a function, and supplement with inihibition of doublechecking
9982         during yanks.
9983         (allout-beginning-of-line, allout-next-heading)
9984         (allout-previous-heading, allout-goto-prefix-doublechecked)
9985         (allout-back-to-current-heading, allout-next-visible-heading)
9986         (allout-next-sibling): Use new allout-do-doublecheck function.
9987         (allout-next-sibling): Ensure we made progress when returning
9988         other than nil.
9989         (allout-rebullet-heading): Preserve text property annotations
9990         indicating the text was hidden, if it was.
9991         (allout-kill-line): Remove any added was-hidden annotations.
9992         (allout-kill-topic): Remove any added was-hidden annotations.
9993         (allout-annotate-hidden): Inhibit adding was-hidden text
9994         properties to the undo list.
9995         (allout-deannotate-hidden): New function to remove was-hidden
9996         annotation.
9997         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
9998         (allout-remove-exposure-annotation): Replace by
9999         allout-deannotate-hidden.
10000         (allout-yank-processing): Signal that yank processing is happening
10001         with allout-during-yank-processing.  Also, wrap
10002         allout-unprotected's closer to the text changes, for easier
10003         debugging.  We need to inhibit-field-text-motion explicitly, in
10004         lieu of the encompassing allout-unprotected.
10005         (outlineify-sticky): Adjust criteria for triggering new outline
10006         decorations to presence or absence of any topics, not just a topic
10007         at the beginning of the buffer.
10009 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10011         * bs.el (bs--show-all, bs--redisplay):
10012         * cus-edit.el (custom-unlispify-menu-entries)
10013         (custom-unlispify-tag-names, custom-prompt-variable):
10014         * expand.el (expand-pos):
10015         * speedbar.el (speedbar-generic-list-tag-p):
10016         * wid-edit.el (widget-image-enable):
10017         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
10018         * emacs-lisp/find-func.el (find-function-noselect)
10019         (find-function, find-variable-noselect, find-variable)
10020         (find-definition-noselect, find-face-definition):
10021         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
10022         * net/eudc-vars.el (eudc-expansion-overwrites-query):
10023         * progmodes/ada-xref.el (ada-find-in-ali):
10024         * textmodes/flyspell.el (flyspell-check-tex-math-command):
10025         * textmodes/org.el (org-copy-subtree):
10026         * textmodes/table.el (table--row-column-insertion-point-p):
10027         Use "non-nil" in docstrings.
10029 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
10031         * sort.el (sort-columns): Set the field separator to tab; on
10032         NetBSD, sort complains if "\n" is used as field separator.
10034 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
10036         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
10038 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10040         * server.el (server-auth-key): Remove.  Replace by a process-property.
10041         (server-start): Don't remove the file of the previous process, but
10042         instead clear out the place for the new file.
10043         (server-start): Set the :auth-key property.
10044         (server-process-filter): Use the :auth-key property.
10046 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
10048         * textmodes/org.el (org-mode-map): No longer copy
10049         `outline-mode-map' explicitly - this is already done by
10050         `define-derived-mode'.
10052 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
10054         * server.el (server-visit-files): Use `when'.
10055         (server-process-filter): When authentication fails, send error
10056         message to client.  Wrap `process-send-region' in `ignore-errors'
10057         instead of `condition-case', and remove misleading comment.
10059 2006-11-01  Juri Linkov  <juri@jurta.org>
10061         * simple.el (yank): Doc fix.
10063 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10065         * server.el: Try and fit within 80 columns.
10066         (server-start): Make the auth file unreadable by other users.
10068 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10070         * battery.el (battery-linux-proc-acpi): Prevent range error when
10071         `full-capacity' is 0.
10073 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10075         * faces.el (faces-sample-overlay): New defvar.
10076         (faces-sample-overlay): New function to show face sample text.
10077         (describe-face): Use it.
10079 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
10081         * progmodes/ada-stmt.el: Change maintainer, apply
10082         whitespace-cleanup, checkdoc.
10083         (ada-func-or-proc-name): Add doc string.
10085         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
10086         whitespace-cleanup, checkdoc.  Minor improvements to many doc
10087         strings and comments.
10088         (ada-prj-display-page): Change buffer name to more accurately
10089         reflect function.
10091         * progmodes/ada-xref.el: Change maintainer, apply
10092         whitespace-cleanup, checkdoc.  Minor improvements to many doc
10093         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
10094         (ada-compile-current): Don't add newlines to commands.
10096 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
10098         * server.el: Add support for TCP sockets.
10099         (server-use-tcp, server-host, server-auth-dir): New options.
10100         (server-auth-key): New variable.
10101         (server-ensure-safe-dir): Create nonexistent parent dirs.
10102         Ignore Unix-style file modes on Windows.
10103         (server-start): Crete a TCP or Unix socket according to the value
10104         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
10105         `server-auth-dir' directory.
10106         (server-process-filter): Delete process if authentication
10107         fails (which never happens for Unix sockets).
10109 2006-10-30  David Kastrup  <dak@gnu.org>
10111         * subr.el (add-to-list): Don't continue checking if a match has
10112         been found.
10114 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
10116         * tutorial.el: Move defvars to avoid bytecomp warnings.
10117         (tutorial--find-changed-keys): Check if viper-current-state is
10118         bound before using it.
10119         (help-with-tutorial): Check if viper-tutorial is defined before
10120         using it.
10122 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10124         * help-fns.el (help-with-tutorial): Move to tutorial.el.
10126         * tutorial.el: New file.
10127         (help-with-tutorial): Move here from help-fns.el.  Add help for
10128         rebound keys.  Fix resume of tutorial.
10129         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
10130         (tutorial--find-changed-keys, tutorial--display-changes)
10131         (tutorial--saved-dir, tutorial--saved-file)
10132         (tutorial--save-tutorial): New functions to support the changes in
10133         help-with-tutorial.
10135 2006-10-30  Kenichi Handa  <handa@m17n.org>
10137         * files.el (revert-buffer): If a unibyte buffer is being reverted
10138         with a coding system for multibyte, set buffer multibyte before
10139         calling insert-file-contents.
10141 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10143         * server.el (server-select-display): Use a dummy buffer to detect when
10144         the frame is later used.
10145         (server-select-display): New function.
10146         (server-process-filter): Use it to detect unused temp frames.
10148 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
10150         * progmodes/ada-mode.el: Change maintainer, apply
10151         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
10152         (ada-mode-version): New function.
10153         (ada-create-menu): Menu operations are available for all supported
10154         compilers.
10156 2006-10-29  Lars Hansen  <larsh@soem.dk>
10158         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
10159         Highlight as keyword.
10160         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
10161         Don't call tramp-method-out-of-band-p for local files.
10162         (tramp-touch): Quote file name.
10164 2006-10-28  Glenn Morris  <rgm@gnu.org>
10166         * calendar/calendar.el (cal-html-cursor-month)
10167         (cal-html-cursor-year): Add autoloads for this new package.
10168         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
10170 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
10172         * calendar/cal-html.el: New file.
10174 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
10176         * emacs-lisp/authors.el (authors-aliases): Update.
10178 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
10180         * version.el (emacs-version): Bump version number to 22.0.90.
10182 2006-10-26  John W. Eaton  <jwe@octave.org>
10184         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
10185         New defvar.
10186         (inferior-octave-resync-dirs): Check to see whether Octave has
10187         built-in variables and set inferior-octave-has-built-in-variables.
10188         Check inferior-octave-has-built-in-variables to decide whether to
10189         send commands that set built-in variables or call functions to
10190         change Octave's behavior.
10191         Send "disp (pwd ())" to Octave instead of just "pwd".
10192         (inferior-octave-startup): Send "more off" to Octave instead of
10193         "page_screen_output = 0".
10195 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
10197         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
10198         pattern normally.
10200 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
10202         * bindings.el (mode-line-mode-menu): Remove bindings for global
10203         minor modes (line/column number) as they are on the menubar.
10205 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
10207         * term/w32-win.el (x-handle-name-switch): Doc fix.
10208         (w32-standard-fontset-spec): Fix typo in docstring.
10210         * midnight.el (midnight-buffer-display-time): Doc fix.
10211         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
10213 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
10215         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
10217         * emulation/viper-ex.el (ex-read): Quote file argument.
10219         * ediff-diff.el (ediff-same-file-contents): Expand file names.
10221         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
10223 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10225         * textmodes/flyspell.el (flyspell-check-region-doublons):
10226         Fix last fix.
10228 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
10230         * bindings.el (mode-line-mode-menu): List global minor modes
10231         before local ones.
10233 2006-10-23  Kim F. Storm  <storm@cua.dk>
10235         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
10236         (sit-for): If last command was a prefix arg, add the read-ahead
10237         event to unread-command-events as (t . EVENT) so it will be added
10238         to this-command-keys by read-key-sequence.
10240 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10242         * textmodes/flyspell.el (flyspell-word): Skip past all previous
10243         whitespace when checking doublons.
10244         (flyspell-check-region-doublons): Fix doublon regexp.
10245         (flyspell-highlight-incorrect-region): Highlight doublons using
10246         flyspell-duplicate face.
10248         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
10250 2006-10-22  John Wiegley  <johnw@newartisans.com>
10252         * progmodes/python.el (python-use-skeletons): python-mode was
10253         auto-inserting templates (for those with abbrev-mode on), not only
10254         by default -- *but without a configuration variable to disable
10255         it*.  This rendered python-mode completely useless for me, so I
10256         have added `python-use-skeletons', which is now off by default.
10258 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
10260         * progmodes/cperl-mode.el (cperl-mode): Don't assume
10261         font-lock-multiline is auto-local (it's not).
10262         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
10263         initialized before calling cperl-init-faces.
10265 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
10267         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
10268         gdb-stack-position a value when there is no fringe.
10270         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
10271         indicator if not visiting a file.
10273 2006-10-20  David Kastrup  <dak@gnu.org>
10275         * window.el (kill-buffer-and-window): Fix a bug where an aborted
10276         operation would still cause some window to collapse later.
10278 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * vc.el (vc-switch-backend): Try to be more careful with unwanted
10281         side-effect due to mixing various backends's file properties.
10283         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
10284         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
10285         Return `filename's status if applicable.  Update callers.
10287 2006-10-19  Kenichi Handa  <handa@m17n.org>
10289         * international/kkc.el (kkc-region): When a key sequence is not
10290         defined, append (this-single-command-raw-keys) to
10291         unread-input-method-events.
10293 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
10295         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
10297 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10299         * version.el (emacs-version): Use mac-carbon-version-string.
10301         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
10303 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10305         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
10306         Kenichi Handa).
10307         (xselect-convert-to-string): Decline requests for UTF8_STRING if
10308         the selection is not UTF-8.
10310 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
10312         * progmodes/ada-mode.el (ada-83-string-keywords)
10313         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
10314         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
10315         (ada-looking-at-semi-private, ada-get-body-name):
10316         Fix typos in docstrings.
10317         (ada-create-case-exception, ada-create-case-exception-substring):
10318         Fix typos in error messages.
10319         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
10321 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10323         * term/x-win.el (res-geometry): Don't set geometry from Xresources
10324         to default-frame-alist if default-frame-alist already contains
10325         width/height.
10327 2006-10-18  Richard Stallman  <rms@gnu.org>
10329         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
10330         Non-interactive arg is the value, not the expression.
10332         * simple.el (read-expression-map): Just set it, no defvar.
10334         * subr.el (insert-for-yank-1): If last inserted char has
10335         properties, mark them as rear-nonsticky.
10337         * recentf.el (recentf-mode): Doc fix.
10339         * facemenu.el (facemenu-add-new-face): Defend against symbol
10340         that isn't a face name.
10342         * dired-aux.el (dired-do-copy): Doc fix.
10344 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
10346         * simple.el (line-move-1): Ignore fields when moving to the
10347         beginning of line to avoid getting point stuck.
10349 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
10351         * textmodes/flyspell.el (flyspell-word-search-backward):
10352         Set inhibit-point-motion-hooks to avoid looping due to intangibile
10353         text.
10355 2006-10-16  Richard Stallman  <rms@gnu.org>
10357         * help-fns.el (describe-function-1): Special case optimization
10358         for self-insert-command.
10360 2006-10-16  Kim F. Storm  <storm@cua.dk>
10362         * ido.el (ido-reread-directory): Work in `dir' mode too.
10364 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
10366         * textmodes/table.el: Require 'regexp-opt.
10368 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10370         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
10371         Use shell-quote-argument.
10373         * shell.el (explicit-bash-args): Likewise.
10375         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
10376         Use grep -E rather than egrep.
10378 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10380         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
10382 2006-10-15  Kim F. Storm  <storm@cua.dk>
10384         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
10386 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10388         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
10389         to protect whitespace and metacharacters from the shell.
10391 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
10393         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
10395 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
10397         * subr.el (start-process-shell-command): Doc fix.
10399 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
10401         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
10402         the regexp for Maxima symbols.
10404 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10406         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
10407         (vc-find-root): Don't walk higher up than ~.
10409 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
10411         * international/utf-8.el (utf-translate-cjk-load-tables):
10412         Avoid clobbering last-coding-system-used during load.
10414 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
10416         * textmodes/reftex-global.el (reftex-create-tags-file):
10417         Quote file arguments.
10419 2006-10-12  Richard Stallman  <rms@gnu.org>
10421         * files.el (file-name-history): Add defvar.
10422         (save-some-buffers-action-alist): Improve description strings.
10424 2006-10-12  Andreas Schwab  <schwab@suse.de>
10426         * files.el (auto-mode-alist): Match change log file name also with
10427         a dash before a numeric extension.
10429 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
10431         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
10432         After 5.0:
10433         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
10435         After 5.1: Major edit.  Summary of most visible changes:
10437         - Multiple <<HERE per line allowed.
10438         - Handles multiline subroutine declaration headers (with comments).
10439           (The exception is `cperl-etags' - but it is not used in the rest
10440           of the mode.)
10441         - Fontifies multiline my/our declarations (even with comments,
10442           and with legacy `font-lock').
10443         - Major speedup of syntaxification, both immediate and postponed
10444           (3.5x to 15x [for different CPUs and versions of Emacs] on the
10445           huge real-life document I tested).
10446         - New bindings, edits to imenu.
10447         - "_" is made into word-char during fontification/syntaxification;
10448           some attempts to recognize non-word "_" during other operations too.
10449         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
10450         - autoload some more perldoc-related stuff
10451         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
10452         - Attempt to incorporate XEmacs edits which reached me.
10454         Fine-grained changelog:
10455         (cperl-hook-after-change): New configuration variable.
10456         (cperl-vc-sccs-header): Likewise.
10457         (cperl-vc-sccs-header): Likewise.
10458         (cperl-vc-header-alist): Default via two preceding variables.
10459         (cperl-invalid-face): Remove double quoting under XEmacs
10460                 (still needed under 21.2).
10461         (cperl-tips): Update URLs for resources.
10462         (cperl-problems): Likewise.
10463         (cperl-praise): Mention new features.
10464         New C-c key bindings: for `cperl-find-bad-style',
10465         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
10466         `cperl-perdoc', and `cperl-perldoc-at-point'.
10467         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
10468         moved, new submenu of Tools with Ispell entries and narrowing.
10469         (cperl-after-sub-regexp): New defsubst.
10470         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
10471                 Allows heads up to head4.
10472                 Allow "package;".
10473         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
10474         (paren-backwards-message): ??? Something for XEmacs???
10475         (cperl-mode): Never auto-switch abbrev-mode off.
10476                 Try to allow '_' be non-word char.
10477                 Do not use `font-lock-unfontify-region-function' on XEmacs.
10478                 Reset syntax cache on mode start.
10479                 Support multiline facification (even on legacy `font-lock').
10480         (cperl-facemenu-add-face-function): ??? Some contributed code ???
10481         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
10482                 refuse to inform us whether the fontification is due to lazy
10483                 calling or due to edit to a buffer, install our own hook
10484                 (controlled by `cperl-hook-after-change').
10485         (cperl-electric-pod): =cut may have been recognized as start.
10486         (cperl-block-p): Move, updated for attributes.
10487         (cperl-calculate-indent): Try to allow '_' be non-word char
10488                 Support subs with attributes.
10489         (cperl-where-am-i): Quiet (?) a warning.
10490         (cperl-cached-syntax-table): New function.
10491         (cperl-forward-re): Use `cperl-cached-syntax-table'.
10492         (cperl-unwind-to-safe): Recognize `syntax-type' property
10493                 changing in a middle of line.
10494         (cperl-find-sub-attrs): New function.
10495         (cperl-find-pods-heres): Allow many <<EOP per line.
10496                 Allow subs with attributes.
10497                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
10498                 Recognize "extproc " (OS/2) case-folded and only at start.
10499                 /x on s///x with empty replacement was not recognized.
10500                 Better comments.
10501         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
10502                 Allow subs with attributes, labels.
10503                 Do not confuse "else::foo" with "else".
10504                 Minor optimizations...
10505         (cperl-after-expr-p): Try to allow '_' be non-word char.
10506         (cperl-fill-paragraph): Try to detect a major bug in Emacs
10507                 with `looking-at' inside `narrow' and bulk out if found.
10508         (cperl-imenu--create-perl-index): Updates for new
10509                 `cperl-imenu--function-name-regexp-perl'.
10510         (cperl-outline-level): Likewise.
10511         (cperl-init-faces): Allow multiline subroutine headers
10512                 and my/our declarations, and ones with comments.
10513                 Allow subroutine attributes.
10514         (cperl-imenu-on-info): Better docstring.
10515         (cperl-etags): Rudimentary support for attributes.
10516                 Support for packages and "package;".
10517         (cperl-add-tags-recurse-noxs): Better (?) docstring.
10518         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
10519         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
10520         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
10521         (cperl-perldoc): Add autoload.
10522         (cperl-perldoc-at-point): Likewise.
10523         (cperl-here-doc-spell): New function.
10524         (cperl-pod-spell): Likewise.
10525         (cperl-map-pods-heres): Likewise.
10526         (cperl-get-here-doc-region): Likewise.
10527         (cperl-font-lock-fontify-region-function): Likewise (backward
10528                 compatibility for legacy `font-lock').
10529         (cperl-font-lock-unfontify-region-function): Fix style.
10530         (cperl-fontify-syntaxically): Recognize and optimize away deferred
10531                 calls with no-change.  Governed by `cperl-hook-after-change'.
10532         (cperl-fontify-update): Recognize that syntaxification region
10533                 can be larger than fontification one.
10534                 XXXX we leave `cperl-postpone' property, so this is quadratic...
10535         (cperl-fontify-update-bad): Temporary placeholder until
10536                 it is clear how to implement `cperl-fontify-update'.
10537         (cperl-time-fontification): New function.
10538         (attrib-group): New text attribute.
10539         (multiline): New value: `syntax-type' text attribute.
10541         After 5.2:
10542         (cperl-emulate-lazy-lock): New function.
10543         (cperl-fontify-syntaxically): Would skip large regions.
10544         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
10545         Some globals were declared, but uninitialized.
10547         After 5.3, 5.4:
10548         (cperl-facemenu-add-face-function): Add docs, fix U<>.
10549         Copyright message updated.
10550         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
10551                         facification down a bit.
10552                 Misprint for my|our|local for old `font-lock'
10553                         "our" was not fontified same as "my|local".
10554                 Highlight variables after "my" etc even in
10555                         a middle of an expression.
10556                 Do not facify multiple variables after my etc
10557                         unless parentheses are present.
10559         After 5.5, 5.6
10560         (cperl-fontify-syntaxically): after-change hook could reset.
10561         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
10563         After 5.7:
10564         (cperl-init-faces): Allow highlighting of local ($/).
10565         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
10566         (cperl-problems): Remove fixed problems.
10567         (cperl-find-pods-heres): Recognize #-comments in m##x too.
10568                 Recognize charclasses (unless delimiter is \).
10569         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
10570         (cperl-regexp-scan): Update docs.
10571         (cperl-beautify-regexp-piece): Use information got from regexp scan.
10573         After 5.8:
10574         Major user visible changes:
10575         Recognition and fontification of character classes in RExen.
10576         Variable indentation of RExen according to groups.
10578         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
10579                 Fontify REx charclasses in variable-name face.
10580                 Fontify POSIX charclasses in "type" face.
10581                 Fontify unmatched "]" in function-name face.
10582                 Mark first-char of HERE-doc as `front-sticky'.
10583                 Reset `front-sticky' property when needed.
10584         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
10585         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
10586         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
10587                 constructs.  Support `narrow'ed buffers.
10588         (cperl-praise): Remove a reservation.
10589         (cperl-make-indent): New function.
10590         (cperl-indent-for-comment): Use `cperl-make-indent'.
10591         (cperl-indent-line): Likewise.
10592         (cperl-lineup): Likewise.
10593         (cperl-beautify-regexp-piece): Likewise.
10594         (cperl-contract-level): Likewise.
10595         (cperl-toggle-set-debug-unwind): New function.
10596                 New menu entry for this.
10597         (fill-paragraph-function): Use when `boundp'.
10598         (cperl-calculate-indent): Take into account groups when indenting RExen.
10599         (cperl-to-comment-or-eol): Recognize # which end a string.
10600         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
10601         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
10602         (cperl-fontify-syntaxically): More clear debugging message.
10603         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
10604         (cperl-init-faces): More complicated highlight even on XEmacs (new).
10605         Merge cosmetic changes from XEmacs.
10607         After 5.9:
10608         (cperl-1+): Move to before the first use.
10609         (cperl-1-): Likewise.
10611         After 5.10:
10613         This code may lock Emacs hard!!!  Use at your own risk!
10615         (cperl-font-locking): New internal variable.
10616         (cperl-beginning-of-property): New function.
10617         (cperl-calculate-indent): Use `cperl-beginning-of-property'
10618         instead of `previous-single-property-change'.
10619         (cperl-unwind-to-safe): Likewise.
10620         (cperl-after-expr-p): Likewise.
10621         (cperl-get-here-doc-region): Likewise.
10622         (cperl-font-lock-fontify-region-function): Likewise.
10623         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
10624                         recursively.
10625                 Bound `next-single-property-change' via `point-max'.
10626         (cperl-unwind-to-safe): Bound likewise
10627         (cperl-font-lock-fontify-region-function): Likewise.
10628         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
10629                 Initialization of `cperl-font-lock-multiline-start' could be
10630                 missed if the "main" fontification did not run due to the
10631                 keyword being already fontified.
10632         (cperl-pod-spell): Return t from do-one-chunk function.
10633         (cperl-map-pods-heres): Stop when the worker returns nil.
10634                 Call `cperl-update-syntaxification'.
10635         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
10636         (cperl-get-here-doc-delim): Remove unused function.
10638         After 5.11:
10640         The possible lockup of Emacs (introduced in 5.10) fixed.
10642         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
10643         (cperl-syntaxify-for-menu): New customization variable.
10644         (cperl-select-this-pod-or-here-doc): New function.
10645         (cperl-get-here-doc-region): Extra argument.
10646                 Do not adjust pos by 1.
10648         New menu entries
10649                 (Perl/Tools): Selection of current POD or HERE-DOC section.
10650                 (Debugging CPerl:) backtrace on fontification.
10652         After 5.12:
10653         (cperl-cached-syntax-table): Use `car-safe'.
10654         (cperl-forward-re): Remove spurious argument SET-ST.
10655                 Add documentation.
10656         (cperl-forward-group-in-re): New function.
10657         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
10658         (XXXX Temporary (?) hack is to syntax-mark them as comment).
10660         After 5.13:
10661         (cperl-string-syntax-table): Make { and } not-grouping
10662           (Sometimes they ARE grouping in RExen, but matching them would only
10663            confuse in many situations when they are not)
10664         (beginning-of-buffer): Replace two occurrences with goto-char...
10665         (cperl-calculate-indent): `char-after' could be nil...
10666         (cperl-find-pods-heres): REx can start after "[" too.
10667                 Hightlight (??{}) in RExen too.
10668         (cperl-maybe-white-and-comment-rex): New constant
10669         (cperl-white-and-comment-rex): Likewise.
10670                 XXXX Not very efficient, but hard to make
10671                 better while keeping 1 group.
10673         After 5.13:
10674         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
10675                 Likewise for 1 << identifier.
10677         After 5.14:
10678         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
10679                 Error-less condition-case could fail.
10680         (cperl-font-lock-fontify-region-function): Likewise.
10681         (cperl-init-faces): Likewise.
10683         After 5.15:
10684         (cperl-find-pods-heres): Support property REx-part2.
10685         (cperl-calculate-indent): Likewise.
10686                 Don't special-case REx with non-empty 1st line.
10687         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
10688                 Invert highlighting of charclasses:
10689                         now the envelop is highlighted.
10690                 Highlight many others 0-length builtins.
10691         (cperl-praise): Mention indenting and highlight in RExen.
10693         After 5.15:
10694         (cperl-find-pods-heres): Highlight capturing parens in REx.
10696         After 5.16:
10697         (cperl-find-pods-heres): Highlight '|' for alternation
10698         Initialize `font-lock-warning-face' if not present.
10699         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
10700                          `font-lock-function-name-face'.
10701         (cperl-look-at-leading-count): Likewise.
10702         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
10703                         `font-lock-keyword-face' (needed for
10704                         batch processing), etc...
10705                 Use `font-lock-builtin-face' for builtin in REx
10706                         Now `font-lock-variable-name-face'
10707                         is used for interpolated variables
10708                 Use "talking aliases" for faces inside REx
10709                 Highlight parts of REx (except in charclasses)
10710                         according to the syntax and/or semantic
10711                 Syntax-mark a {}-part of (?{}) as "comment"
10712                         (it was the ()-part)
10713                 Better logic to distinguish what is what in REx
10714         (cperl-tips-faces): Document REx highlighting
10715         (cperl-praise): Mention REx syntax highlight etc.
10717         After 5.17:
10718         (cperl-find-sub-attrs): Would not always manage to print error message.
10719         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
10721         After 5.18:
10722         (cperl-find-pods-heres): Misprint in REx for parsing REx.
10723                 Very minor optimization.
10724                 `my-cperl-REx-modifiers-face' got quoted.
10725                 Recognize "print $foo <<END" as HERE-doc.
10726                 Put `REx-interpolated' text attribute if needed.
10727         (cperl-invert-if-unless-modifiers): New function.
10728         (cperl-backward-to-start-of-expr): Likewise.
10729         (cperl-forward-to-end-of-expr): Likewise.
10730         (cperl-invert-if-unless): Works in "the opposite way" too.
10731                 Cursor position on return is on the switch-word.
10732                 Indents comments better.
10733         (REx-interpolated): New text attribute.
10734         (cperl-next-interpolated-REx): New function.
10735         (cperl-next-interpolated-REx-0): Likewise.
10736         (cperl-next-interpolated-REx-1): Likewise.
10737         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
10738         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
10739         (cperl-praise): Mention finded interpolated RExen.
10741         After 5.19:
10742         (cperl-init-faces): Highlight %$foo, @$foo too.
10743         (cperl-short-docs): Better docs for system, exec.
10744         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
10745                 Would not find HERE-doc ended by EOF without NL.
10746         (cperl-short-docs): Correct not-doubled \-escapes.
10747         start block: Put some `defvar' for stuff gone from XEmacs.
10749         After 5.20:
10750         initial comment: Extend copyright, fix email address.
10751         (cperl-indent-comment-at-column-0): New customization variable.
10752         (cperl-comment-indent): Indentation after $#a would increasy by 1.
10753         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
10754         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
10755         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
10756         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
10757                         highlight $ in $foo too (UNTESTED).
10758         (cperl-set-style): Docstring missed some available styles.
10759         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
10760                 Change "Current" to "Memorize Current".
10761         (cperl-indent-wrt-brace): New customization variable; the default is
10762                 as for pre-5.2 version.
10763         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
10764         (cperl-style-alist): Likewise.
10765         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
10766                 and `cperl-extra-newline-before-brace' etc
10767                 being t
10768         (cperl-indent-exp): Plans B and C to find continuation blocks even
10769                 if `cperl-extra-newline-before-brace' is t.
10771         After 5.21:
10772         Improve some docstrings concerning indentation.
10773         (cperl-indent-rules-alist): New variable.
10774         (cperl-sniff-for-indent): New function name
10775                 (separated from `cperl-calculate-indent').
10776         (cperl-calculate-indent): Separate the sniffer and the indenter;
10777                 uses `cperl-sniff-for-indent' now.
10778         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
10779                 was inverted;
10780                 Support `comment-column' = 0.
10782 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
10784         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
10785         * help-at-pt.el (scan-buf-move-to-region): Likewise.
10786         * longlines.el (longlines-window-change-function): Likewise.
10787         * simple.el (undo-ask-before-discard): Likewise.
10788         * wid-edit.el (widget-field-prompt-internal)
10789         (widget-documentation-link-p): Likewise.
10791 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10793         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
10794         for a keyword.
10796 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10798         * newcomment.el (comment-valid-prefix-p): Make the check
10799         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
10800         (comment-indent-new-line): Adjust call.
10802 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
10804         * allout.el (allout-back-to-current-heading): Base on lower-level
10805         routines to get proper disqualification of aberrant topics.
10807 2006-10-09  Richard Stallman  <rms@gnu.org>
10809         * textmodes/two-column.el (2C-two-columns): Doc fix.
10811 2006-10-09  Kim F. Storm  <storm@cua.dk>
10813         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
10814         about implicit use.
10816 2006-10-08  Richard Stallman  <rms@gnu.org>
10818         * textmodes/two-column.el (2C-two-columns): Doc fix.
10820 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10822         * files.el: Mark `buffer-read-only' as safe-local-variable.
10824 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
10826         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
10827         Burp if GUD buffer has been killed.
10829 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10831         * completion.el (add-completions-from-c-buffer):
10832         Don't presume an error's second element is a string.
10833         Use looking-at rather than buffer-substring + member.
10835 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
10837         * mail/rmail.el (rmail-redecode-body): If the old encoding is
10838         `undecided', call find-coding-systems-region to find a proper
10839         non-trivial encoding.
10840         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
10841         and "text/plain".
10843 2006-10-07  Kevin Ryde  <user42@zip.com.au>
10845         * textmodes/reftex-vars.el (defgroup reftex): Update home page
10846         url-link.
10848         * strokes.el (defgroup strokes): Remove invalid url-link.
10850 2006-10-07  Magnus Henoch  <mange@freemail.hu>
10852         * autoinsert.el (auto-insert-alist): Doc fix.
10854 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10856         * mouse-sel.el (mouse-insert-selection-internal):
10857         Use insert-for-yank, so that yank handlers are run.
10859 2006-10-07  Kim F. Storm  <storm@cua.dk>
10861         * ido.el (ido-file-extension-aux): Fix comparison.
10863 2006-10-06  Kim F. Storm  <storm@cua.dk>
10865         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
10867 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
10869         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
10870         (ad-make-mapped-call): Use `let', not `let*'.
10872 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
10874         * international/mule-cmds.el (coding-system-change-eol-conversion):
10875         Ensure the coding system is initialized before calling
10876         coding-system-eol-type.
10878 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
10880         * textmodes/org.el (org-rm-props, org-activate-plain-links)
10881         (org-activate-angle-links, org-activate-dates)
10882         (org-activate-target-links, org-activate-camels)
10883         (org-activate-tags): Add `rear-nonsticky' text property to avoid
10884         textproperty keymaps from being active beyond the end of a line.
10885         (org-unfontify-region): Also remove `rear-nonsticky' property.
10887 2006-10-04  Kenichi Handa  <handa@m17n.org>
10889         * international/code-pages.el (next): Table fixed.
10891 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10893         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
10894         that it's been made unnecessary by removing narrowing.
10896 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
10899         control flow a bit, simplify another bit, and add comments.
10901 2006-10-03  David Kastrup  <dak@gnu.org>
10903         * help.el (describe-mode): For clicks on mode-line, use "@"
10904         interactive argument to get the major mode of the click instead of
10905         the current buffer.
10907         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
10908         in order to better redirect mouse-2 clicks.  Also allow default
10909         bindings to apply.
10911 2006-10-03  Kim F. Storm  <storm@cua.dk>
10913         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
10914         (pushnew): Fix last change.
10916 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
10918         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
10919         Use the interactive spec of `eval-expression'.
10921 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10923         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
10925 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
10927         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
10928         2006-09-28 commit.
10930 2006-10-02  Kenichi Handa  <handa@m17n.org>
10932         * international/code-pages.el (iso-8859-6): Table fixed.
10934 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
10936         * dired.el (dired-build-subdir-alist): Fix previous change.
10938 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10940         * simple.el (undo-elt-crosses-region): Fix the inequalities.
10942 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10944         * emacs-lisp/find-func.el (find-function-regexp): Don't match
10945         "define-button-type".
10947         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
10948         they don't keep accumulating.
10950 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
10952         * ffap.el (ffap-rfc-path): Change the address of the RFC
10953         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
10955 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
10957         * allout.el (allout-expose-topic): Rectify implementation of "+"
10958         spec, so that bodies are not exposed with headlines.
10960 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
10962         * allout.el (allout-current-depth): Do aberrent check only at or
10963         below doublecheck depth.
10964         (allout-chart-subtree): Make it explicit that LEVELS being nil
10965         means unlimited depth.  Drop undocumented support for LEVELS value
10966         t meaning unlimited depth.  (This is consistent with
10967         allout-chart-to-reveal, but contrary to allout-show-children,
10968         which needs to use nil to default to depth of 1.)
10969         (allout-goto-prefix-doublechecked): Wrap long docstring line.
10970         (allout-chart-to-reveal): Be explicit in docstring about meaning
10971         of nil LEVELS, and drop support for LEVELS value t.
10972         (allout-show-children): Translate the level spec used by this
10973         routine to that used by allout-chart-subtree and
10974         allout-chart-to-reveal.
10975         (allout-show-to-offshoot): Retry once when stuck, after opening
10976         subtree - improvements in discontinuity handling likely will
10977         enable progress.
10979 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
10981         * wid-edit.el (widget-button-click-moves-point): New variable.
10982         (widget-button-click): If widget-button-click-moves-point is
10983         non-nil, set point after performing the button action.
10985         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
10987 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
10989         * files.el (find-file-existing): Modify to not allow wildcards.
10991 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10993         * simple.el (undo-more): When undo information for the region is
10994         exhausted, say "No further undo information FOR REGION".
10996 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10998         * progmodes/sh-script.el (sh-prev-thing):
10999         Take `sh-leading-keywords' into account.
11001 2006-09-29  Glenn Morris  <rgm@gnu.org>
11003         * custom.el (defcustom): Doc fix.
11005         * calendar/calendar.el (european-calendar-style):
11006         Call european-calendar or american-calendar as needed when set.
11007         (diary-view-entries, list-calendar-holidays): Move autoloads
11008         before use.
11010 2006-09-29  Juri Linkov  <juri@jurta.org>
11012         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
11013         to nil if there is no previous property change.
11015 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11017         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
11018         saving anything to be sure that `forward-sexp' behaves correctly.
11020 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
11022         * simple.el (line-move-finish): Ignore field boundaries if the
11023         initial and final points have the same `field' property.
11025 2006-09-29  Kim F. Storm  <storm@cua.dk>
11027         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
11028         to t while calling ido-read-internal.
11030 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
11032         * textmodes/org.el (org-file-remote-p): Get regexp from list.
11033         (org-archive-subtree): Remove erraneous `]' from character list.
11035 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
11037         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
11038         (ses-reconstruct-all): Make undo of "insert row" work by keeping
11039         markers for data-area and parameters-area.
11041 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11043         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
11045         * font-lock.el (font-lock-after-change-function): Refontify next line
11046         as well if end is at BOL.
11047         (font-lock-extend-jit-lock-region-after-change): Be more careful to
11048         only extend the region as much as needed.
11050 2006-09-28  Richard Stallman  <rms@gnu.org>
11052         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
11054         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
11056         * international/mule.el (after-insert-file-set-coding):
11057         If VISIT, don't let set-buffer-multibyte make undo info.
11059 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
11061         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
11062         lines in base64-encoded authentication response.
11064 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11066         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
11067         (ebnf-version): New version 4.3.
11068         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
11069         (ebnf-prologue): Adjust PostScript programming.
11070         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
11071         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
11073 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * jit-lock.el (jit-lock-force-redisplay): Rename from
11076         jit-lock-fontify-again, and undo the mistaken change I've just done.
11078         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
11079         (jit-lock-fontify-again): Don't refontify text that's not displayed.
11081 2006-09-26  Kenichi Handa  <handa@m17n.org>
11083         * startup.el (display-splash-screen): Allow a prefix argument.
11085 2006-09-25  Jason Rumney  <jasonr@gnu.org>
11087         * subr.el (shell-quote-argument): Use DOS logic for Windows
11088         shells with DOS semantics.
11090 2006-09-24  Richard Stallman  <rms@gnu.org>
11092         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
11093         (compilation-goto-locus): Use compilation-goto-locus-delete-o
11094         to delete the overlay.  Put it on pre-command-hook.
11096         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
11098         * startup.el (fancy-splash-screens, normal-splash-screen):
11099         Call the splash buffer *About GNU Emacs*.
11101         * simple.el (next-error-highlight, next-error-highlight-no-select):
11102         Default to 0.5.
11103         (yank-excluded-properties): Add `fontified'.
11105         * font-lock.el (font-lock-compile-keywords): Allow value of
11106         syntax-begin-function to enable paren-column-0 highlighting.
11108 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
11110         * dired.el (dired-build-subdir-alist): When file ends in colon,
11111         don't exit the loop, just disregard that file.
11113 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
11115         * simple.el (line-move-finish): Handle corner case for fields in
11116         continued lines.
11117         (line-move-1): Remove flawed test for that case.
11119 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
11121         * icomplete.el (icomplete-simple-completing-p): Use the correct
11122         name for the new variable, `icomplete-with-completion-tables'.
11123         (file local variables): Remove superfluous setting.
11125 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
11127         * calendar/appt.el (appt-check): Fix typo for appointments just
11128         after midnight.
11130 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
11132         * help.el (describe-key-briefly, describe-key): Don't expect an
11133         extra up event if a down-event is generated by a popup menu.
11135 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
11137         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
11138         local dictionary when changing the global dictionary.
11140 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
11142         * icomplete.el (icomplete-with-completion-tables): List of
11143         specialized completion tables with which icomplete should
11144         operate.  Include the new `internal-complete-buffer', so icomplete
11145         works with interactive buffer-selection.
11146         (icomplete-simple-completing-p): Add acceptance of specialized
11147         completion tables listed in icomplete-with-completion-tables.
11149 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11151         * frame.el (focus-follows-mouse): Set default to nil on Mac.
11153         * startup.el (command-line): Use `custom-reevaluate-setting' for
11154         `focus-follows-mouse'.
11156 2006-09-22  Richard Stallman  <rms@gnu.org>
11158         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
11159         explain why Save is not available.
11161 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
11163         * woman.el (woman0-so): Use `let*', not `let'.
11164         (woman-horizontal-line): Remove unbalanced parenthesis.
11166 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * woman.el: Make sure all the end-of-region markers we use have
11169         a non-nil insertion-type.
11170         (woman0-so): Move things around so we can use copy-marker.
11171         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
11172         Adjust marker type.
11173         (woman2-process-escapes): Check marker type.
11174         (woman-horizontal-line): Dispense with the use of a marker.
11176 2006-09-22  Jay Belanger  <belanger@truman.edu>
11178         * calc/calc-lang.el: Add Greek letters to math-variable-table
11179         property of tex.
11181 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
11183         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
11185 2006-09-22  Masatake YAMATO  <jet@gyve.org>
11187         * add-log.el (add-log-current-defun): Use `forward-sexp'
11188         instead of `forward-word' to pick c++::symbol.
11189         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
11191 2006-09-22  Kenichi Handa  <handa@m17n.org>
11193         * bindings.el: Fix setting self-insert-command for multibyte
11194         characters in global-map.
11196 2006-09-21  David Kastrup  <dak@gnu.org>
11198         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
11199         doc string.
11201 2006-09-21  Kenichi Handa  <handa@m17n.org>
11203         * language/european.el ("Latin-1"): Add windows-1252 to
11204         coding-priority.
11205         ("German"): Likewise.
11207 2006-09-21  Kim F. Storm  <storm@cua.dk>
11209         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
11210         Suggested by Miles Bader.
11212         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
11213         instead of add-to-list in the simple case.
11215 2006-09-20  Kenichi Handa  <handa@m17n.org>
11217         * isearch.el (isearch-process-search-char): Cancel the previous change.
11218         (isearch-search-string): New function.
11219         (isearch-search): Use isearch-search-string.
11220         (isearch-lazy-highlight-search): Likewise.
11222 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11224         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
11225         string to become an option.
11227 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11229         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
11231 2006-09-20  Kim F. Storm  <storm@cua.dk>
11233         * simple.el (line-move-partial): Call pos-visible-in-window-p with
11234         position t instead of trying both window-end and window-end - 1.
11236 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
11238         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
11239         hidden trees.
11241 2006-09-20  David Kastrup  <dak@gnu.org>
11243         * mouse.el (mouse-posn-property): Improve doc string.
11244         (mouse-on-link-p): Change buffers for function calls on links.
11246         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
11247         buffer is read-only.
11249 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
11251         * allout.el (allout-unprotected): Let inhibit-read-only only when
11252         buffer-read-only isn't set.
11253         (allout-annotate-hidden): Enable topic annotation during copies even
11254         when the buffer is read-only, eg for topic copies.  Ensure that the loop
11255         advances, even when the span extends beyond the deletion region.
11256         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
11257         rather than allout-exposure-changed-hook, as a stronger assertion.
11258         (allout-keybindings-list): Add bindings for
11259         allout-copy-line-as-kill and allout-copy-topic-as-kill.
11260         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
11261         Copy wrappers for allout-kill-line and allout-kill-topic.
11262         (allout-listify-exposed): Position correctly to accumulate lines.
11264 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
11266         * simple.el (line-move-1): Escape field boundaries occurring
11267         exactly at point.  Update goal column if constrained to a field.
11268         (line-move-finish): Escape field boundaries occurring exactly at point.
11270 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11272         * mouse.el (mouse-on-link-p): Tentatively fix last change.
11273         (mouse-drag-vertical-line): Remove unused var `wconfig'.
11275 2006-09-19  Kim F. Storm  <storm@cua.dk>
11277         * help.el (describe-key-briefly, describe-key): Simplify printing
11278         of descriptions by using format and %S.  Fix "is undefined"
11279         messages to say "at that spot" for mouse events.
11281         * simple.el (line-move-partial): Optimize.  Try window-line-height
11282         before posn-at-point to get vpos of current line.
11284 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11286         * emulation/viper.el: Bump up version/date of update to reflect the
11287         substantial changes done in August 2006.
11289         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
11290         push-button are defined.
11292         * ediff-util.el (ediff-add-to-history): New function.
11294         * ediff.el: Use ediff-add-to-history instead of add-to-history.
11296 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11298         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
11299         Delete duplicate make-local-variable form.
11300         (conf-space-keywords): Add autoload cookie.
11301         Fix typo (`keywords', not `keyword').
11303 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11305         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
11306         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
11307         to x-gtk-use-old-file-dialog.
11309 2006-09-18  Richard Stallman  <rms@gnu.org>
11311         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
11312         that might come in during mouse tracking.
11314 2006-09-18  Kim F. Storm  <storm@cua.dk>
11316         * simple.el (line-move-partial): Rework 2006-09-15 change to use
11317         new window-line-height function.  Further optimize by not calling
11318         pos-visible-in-window-p for window-end when window-line-height
11319         returns useful information.
11321 2006-09-16  Richard Stallman  <rms@gnu.org>
11323         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
11324         (conf-space-mode): Don't handle prefix arg.
11325         Delete conf-space-keywords-override code.
11326         Use add-hook.
11327         (conf-space-keywords): New command.
11328         (conf-space-mode-internal): Be careful with imenu-generic-expression.
11329         Delete conf-space-keywords-override code.
11330         (conf-space-keywords-alist): Doc fix.
11331         (conf-space-font-lock-keywords): Doc fix.
11332         (conf-space-keywords-override): Var deleted.
11334 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11336         * startup.el (fancy-splash-screens): Don't switch to the scratch
11337         buffer; it may not be the next buffer.
11339 2006-09-16  Romain Francoise  <romain@orebokech.com>
11341         * saveplace.el (load-save-place-alist-from-file): Use expanded name
11342         in both messages.
11344 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
11346         * progmodes/python.el (python-preoutput-filter):
11347         Fix arg order to string-match.
11349 2006-09-16  Richard Stallman  <rms@gnu.org>
11351         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
11352         font-lock-compile-keywords.
11354         * font-lock.el (font-lock-compile-keywords): Rename optional arg
11355         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
11357 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11359         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
11361         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
11362         and the data doesn't look like UTF8, send STRING instead.
11364 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
11366         * textmodes/flyspell.el (flyspell-check-region-doublons):
11367         New function to detect duplicated words.
11368         (flyspell-large-region): Use it.
11370 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11372         * simple.el (line-move-to-column): Revert 2006-08-03 change.
11374 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
11376         * help.el (describe-prefix-bindings): Use let, not let*.
11378 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
11380         * allout.el (allout-regexp, allout-line-boundary-regexp)
11381         (allout-bob-regexp): Correct grouping and boundaries to fix
11382         backwards traversal.
11383         (allout-depth-specific-regexp, allout-depth-one-regexp):
11384         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
11385         worse time in allout-ascend.
11386         (allout-doublecheck-at-and-shallower): Identify depth threshold
11387         below which topics are checked for and disqualified by containment
11388         discontinuities.
11389         (allout-hotspot-key-handler): Correctly handle multiple-key
11390         strokes.  Remove some unused variables.
11391         (allout-mode-leaders): Clarify that mode-specific comment-start
11392         will be used.
11393         (set-allout-regexp): Correctly regexp-quote allout regexps to
11394         properly accept alternative header-leads and primary bullets with
11395         regexp-specific characters (eg, C "/*", mathematica "(*").
11396         Include new regular expressions among those configured.
11397         (allout-infer-header-lead-and-primary-bullet):
11398         Rename allout-infer-header-lead.
11399         (allout-recent-depth): Manifest as a variable as well as a function.
11400         (allout-prefix-data): Simplify into an inline instead of a macro,
11401         assuming current match data rather than being explicitly passed
11402         it.  Establish allout-recent-depth value as well as
11403         allout-recent-prefix-beginning and allout-recent-prefix-end.
11404         (allout-aberrant-container-p): True when an item's immediate
11405         offspring discontinuously contained.  Useful for disqualifying
11406         unintended topic prefixes, likely at low depths.
11407         (allout-goto-prefix-doublechecked): Elaborate version of
11408         allout-goto-prefix which disqualifies aberrant pseudo-items.
11409         (allout-pre-next-prefix): Layer on top of lower-level routines, to
11410         get disqualification of aberrant containers.
11411         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
11412         containers.
11413         (allout-beginning-of-current-entry): Position at start of buffer
11414         when in container (depth 0) entry.
11415         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
11416         (allout-current-bullet): Strip text properties.
11417         (allout-get-prefix-bullet): Use right match groups.
11418         (allout-beginning-of-line, allout-next-heading):
11419         Disqualify aberrant containers.
11420         (allout-previous-heading): Disqualify aberrant containers, and
11421         change to regular (rather than inline) function, to allow
11422         self-recursion.
11423         (allout-get-invisibility-overlay): Increment so progress is made
11424         when the first overlay is not the sought one.
11425         (allout-end-of-prefix): Disqualify aberrant containers.
11426         (allout-end-of-line): Cycle something like allout-beginning-of-line.
11427         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
11428         outline.el outlines) functional again.  Change the primary bullet
11429         along with the header-lead - level 1 new-style bullets now work.
11430         Engage allout-before-change-handler in mainline Emacs, not just
11431         XEmacs, to do undo handling.
11432         (allout-before-change-handler): Expose undo changes occurring in
11433         hidden regions.  Use allout-get-invisibility-overlay instead of
11434         reimplementing it inline.
11435         (allout-chart-subtree): Use start rather than end of prefix in
11436         charts.  Use allout-recent-depth variable.
11437         (allout-chart-siblings): Disqualify aberrant topics.
11438         (allout-beginning-of-current-entry): Position correctly.
11439         (allout-ascend): Use new allout-depth-specific-regexp and
11440         allout-depth-one-regexp for linear instead of O(N^2) or worse
11441         behavior.
11442         (allout-ascend-to-depth): Depend on allout-ascend, rather than
11443         reimplementing an algorithm.
11444         (allout-up-current-level): Depend on allout-ascend, rather than
11445         reimplementing an algorithm.  Return to start-point if we fail.
11446         (allout-descend-to-depth): Use allout-recent-depth variable
11447         instead of function.
11448         (allout-next-sibling): On traversal of numerous intervening
11449         topics, resort to economical allout-next-sibling-leap.
11450         (allout-next-sibling-leap): Specialized version of
11451         allout-next-sibling that uses allout-ascend cleverly, to depend on
11452         a regexp search to leap large numbers of contained topics, rather
11453         than arbitrarily many one-by-one traversals.
11454         (allout-next-visible-heading): Disqualify aberrant topics.
11455         (allout-previous-visible-heading): Position consistently when
11456         interactive.
11457         (allout-forward-current-level): Base on allout-previous-sibling
11458         rather than (differently) reimplmenting the algorithm.  Remove some
11459         unused variables.
11460         (allout-solicit-alternate-bullet): Present default choice stripped
11461         of text properties.
11462         (allout-rebullet-heading): Use bullet stripped of text properties.
11463         Register changes using allout-exposure-change-hook.
11464         Disregard aberrant topics.
11465         (allout-shift-in): With universal-argument, make topic a peer of
11466         it's former offspring.  Simplify the code by separating out
11467         allout-shift-out functionality.
11468         (allout-shift-out): With universal-argument, make offspring peers
11469         of their former container, and its siblings.  Implement the
11470         functionality here, rather than inappropriately muddling the
11471         implementation of allout-shift-in.
11472         (allout-rebullet-topic): Respect additional argument for new
11473         parent-child separation function.
11474         (allout-yank-processing): Use allout-ascend directly.
11475         (allout-show-entry): Disqualify aberrant topics.
11476         (allout-show-children): Handle discontinuous children gracefully,
11477         extending the depth being revealed to expose them and posting a
11478         message indicating the situation.
11479         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
11480         Leave cursor in correct position.
11481         (allout-hide-current-subtree): Use allout-ascend directly.
11482         Disqualify aberrant topics.
11483         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
11484         a way that the yanks can restore it, as used to happen.
11485         (allout-yank-processing): Restore exposure layout as recorded by
11486         allout-kill-*, as used to happen.
11487         (allout-annotate-hidden, allout-hide-by-annotation): New routines
11488         for preseving and restoring exposure layout across kills.
11489         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
11490         (allout-encrypt-string): Strip text properties.
11491         Rearranged order and outline-headings for some of the
11492         miscellaneous functions.
11493         (allout-resolve-xref): No need to quote the error name in the
11494         condition-case handler section.
11495         (allout-flatten): Classic recursive (and recursively intensive,
11496         without tail-recursion) list-flattener, needed by allout-shift-out
11497         when confronted with discontinuous children.
11499 2006-09-16  Jason Rumney  <jasonr@gnu.org>
11501         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
11502         on ms-windows.
11503         (dnd-open-unc-file): Remove.
11504         (dnd-open-local-file): Mention in doc string that it also handles
11505         remote files if the system natively supports unc file-names.
11507 2006-09-15  Kim F. Storm  <storm@cua.dk>
11509         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
11510         all necessary information about the event before erasing *Help*.
11512         * simple.el (line-move-partial): Use window-line-visiblity to
11513         quickly check whether last line is partially visible, and only do
11514         the hard (and slow) part in that case.
11516 2006-09-15  Jay Belanger  <belanger@truman.edu>
11518         * COPYING: Replace "Library Public License" by "Lesser Public
11519         License" throughout.
11521 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11523         * term/x-win.el (x-menu-bar-open): New function for F10.
11525 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
11527         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11528         Disallow filenames containing " -" to avoid confusion with libtool
11529         compilation messages.  Suggested by Stefan Monnier.
11531 2006-09-15  David Kastrup  <dak@gnu.org>
11533         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
11534         instead of buffer position for `mouse-on-link-p'.
11536         * mouse.el (mouse-posn-property): New function looking up the
11537         properties at a click position in overlays and text properties in
11538         either buffer or strings.
11539         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
11540         of both `follow-link' as well as `mouse-face' properties.
11541         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
11542         buffer position.
11544         * help.el (describe-key-briefly): When reading a down-event on
11545         mode lines or scroll bar, swallow the following up event, too.
11546         Use the new mouse sensitity of `key-binding' for lookup.
11547         (describe-key): The same here.
11549 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
11551         * play/life.el (life-patterns): Add a few more interesting patterns.
11552         (life-setup): Force `show-trailing-whitespace' to nil.
11554 2006-09-14  Richard Stallman  <rms@gnu.org>
11556         * startup.el (fancy-splash-text): Change text to improve alignment.
11557         (fancy-splash-screens): Don't set non-standard tab width.
11558         Bind cursor-type temporarily, and make it easy to patch to
11559         preserve the splash buffer.
11560         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
11561         (fancy-splash-screens): Display echo-area message explicitly.
11562         Don't set fancy-splash-help-echo.
11564         * simple.el (line-number-mode): Group mode-line instead of
11565         editing-basics.
11566         (column-number-mode, size-indication-mode): Likewise.
11568         * faces.el (mode-line-faces): Group mode-line instead of modeline.
11570         * time.el (display-time): Group mode-line instead of modeline.
11572         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
11574 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
11576         * startup.el (fancy-splash-text): Move editing instructions to
11577         fancy-splash-head.
11578         (fancy-splash-head): Issue editing instructions.
11579         (fancy-splash-screens): Fixup whitespace.
11581 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11583         * bindings.el (mode-line-buffer-identification-keymap):
11584         Remove duplicate line.
11586 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11588         * ido.el (ido-ignore-item-p): Allow any kind of functions in
11589         ignore lists.
11591 2006-09-14  Kim F. Storm  <storm@cua.dk>
11593         * jit-lock.el (jit-lock-fontify-again): New function.
11594         (jit-lock-fontify-now): Use it instead of lambda form.
11596 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
11598         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
11599         (flyspell-auto-correct-word): Make ispell-filter local to these
11600         functions.  Check that ispell-filter has new stuff before calling
11601         ispell-parse-output.
11603 2006-09-13  Kim F. Storm  <storm@cua.dk>
11605         * simple.el (line-move-partial): Optimize.
11607 2006-09-13  Richard Stallman  <rms@gnu.org>
11609         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
11610         Delete spurious backquote.
11612 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11614         * net/rcirc.el (rcirc-print): Fix last change.
11616 2006-09-12  Jay Belanger  <belanger@truman.edu>
11618         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
11620 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11622         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
11623         rcirc-show-maximum-output.
11624         (rcirc-mode): Remove window-scroll-function hook.
11625         (rcirc-scroll-to-bottom): Remove function.
11626         (rcirc-print): Recenter so point stays at the bottom of the window
11627         if point was already there.
11629 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11631         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
11632         not to "t".
11633         * progmodes/compile.el (compilation-start): Likewise.
11634         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
11635         Don't use expand-file-name on invocation-directory, since this
11636         might mishandle special characters in invocation-directory.
11638 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11640         * pcvs-defs.el: Remove * in defcustom's docstrings.
11642 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
11644         * progmodes/compile.el (compilation-directory-properties):
11645         Doc fix for help-echo.
11647 2006-09-12  Lars Hansen  <larsh@soem.dk>
11649         * desktop.el (desktop-read): Add comment.
11651 2006-09-12  Kim F. Storm  <storm@cua.dk>
11653         * simple.el (next-error-highlight, next-error-highlight-no-select):
11654         Fix spelling error.
11656         * subr.el (sit-for): Rework to use input-pending-p and cond.
11657         Return nil input is pending on entry also for SECONDS <= 0.
11658         (while-no-input): Use input-pending-p instead of sit-for.
11660 2006-09-11  Richard Stallman  <rms@gnu.org>
11662         * simple.el (next-error-highlight, next-error-highlight-no-select):
11663         Fix custom type and doc strings.
11665 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11667         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
11668         (diff-apply-hunk): Use it to ask for confirmation.
11670 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
11672         * emacs-lisp/cl.el (pushnew): Add missing `,'.
11674 2006-09-11  David Kastrup  <dak@gnu.org>
11676         * help.el (string-key-binding, describe-key-briefly)
11677         (describe-key): Remove `string-key-binding' and its callers since
11678         `key-binding' already caters for the proper lookup now.
11680 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11682         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
11683         (cfengine-mode): Use it.  Fix \ syntax to be like /.
11685         * bindings.el (mode-line-buffer-identification-keymap):
11686         Move initialization into declaration.
11688 2006-09-10  Kim F. Storm  <storm@cua.dk>
11690         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
11691         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
11692         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
11693         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
11695 2006-09-10  Richard Stallman  <rms@gnu.org>
11697         * dired-aux.el: Handle errors in recursive copy usefully.
11698         (dired-create-files-failures): New variable.
11699         (dired-copy-file): Remove condition-case.
11700         (dired-copy-file-recursive): Check for errors on all file
11701         operations, and add them to dired-create-files-failures.
11702         Check file file-date-erorr here too.
11703         (dired-create-files): Check dired-create-files-failures
11704         and report those errors too.
11706         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11708         * subr.el (add-to-list): New argument COMPARE-FN.
11710 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11712         * filecache.el (file-cache-add-directory)
11713         (file-cache-add-directory-list, file-cache-add-file)
11714         (file-cache-add-directory-using-find)
11715         (file-cache-add-directory-using-locate)
11716         (file-cache-add-directory-recursively): Add autoloads.
11718 2006-09-09  Richard Stallman  <rms@gnu.org>
11720         * textmodes/conf-mode.el (conf-space-mode):
11721         Use hack-local-variables-hook instead of calling hack-local-variables.
11722         (conf-space-keywords-override): New variable.
11723         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
11724         (conf-space-mode): Always make conf-space-keywords and
11725         conf-space-keywords-override local.
11726         Call conf-space-mode-internal directly as well as via hook.
11728 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11730         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
11731         quasi-keywords.
11733 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11735         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
11736         (python-send-string): Be slightly more careful about adding \n.
11738         * startup.el (normal-splash-screen): Don't display the buffer if we'll
11739         kill it right away anyway.
11741 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
11743         * international/codepage.el (cp850-decode-table): Fix a few codes.
11744         (cp858-decode-table): New variable.
11746 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11748         * net/ldap.el (ldap-search-internal): Doc fix.
11750 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11752         * play/life.el (life-display-generation): Test for input manually if
11753         `sleeptime' is negative or null.
11755         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
11756         (print-region-1): Substitute `%s' with the page title.
11758 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
11760         * locate.el (locate-current-search): New variable.
11761         (locate): Set buffer local value.  Use current buffer if it is
11762         in Locate mode.
11763         (locate-mode): Disable undo here.
11764         (locate-do-setup): Use locate-current-filter from buffer to be killed.
11765         (locate-update): Use locate-current-search and locate-current-filter.
11767 2006-09-08  David Kastrup  <dak@gnu.org>
11769         * desktop.el (desktop-read): When loading a desktop, disable
11770         saving it while the load progresses, and switch off a pending lazy
11771         load by calling `desktop-lazy-abort'.
11773 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
11775         * window.el (mouse-autoselect-window-timer)
11776         (mouse-autoselect-window-position)
11777         (mouse-autoselect-window-window)
11778         (mouse-autoselect-window-now): New vars.
11779         (mouse-autoselect-window-cancel)
11780         (mouse-autoselect-window-select)
11781         (mouse-autoselect-window-start): New functions.
11782         (handle-select-window): Call `mouse-autoselect-window-start' when
11783         delayed window autoselection is enabled.
11785         * cus-start.el (mouse-autoselect-window): Handle delayed window
11786         autoselection.
11788         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
11789         commands after which it is allowed to print in the echo area.
11791 2006-09-08  Richard Stallman  <rms@gnu.org>
11793         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
11795         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
11796         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
11798         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
11799         (cancel-timer-internal): Add doc string.
11800         (cancel-function-timers): Doc fix.
11801         (with-timeout-handler, timer-event-last*): Add doc strings.
11803         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
11805         * files.el (risky-local-variable-p): Match ...-bindat-spec.
11807         * dired.el (dired-log-summary): Add doc string.
11809         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
11810         (custom-group-menu-create): Not here.
11812 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
11814         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
11816 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11818         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
11819         (mac-apple-event-map): Define its handler.
11821 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11823         * net/ldap.el (ldap-search-internal): Handle `auth' key.
11825 2006-09-07  Magnus Henoch  <mange@freemail.hu>
11827         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
11828         clause.
11830 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11832         * info.el (Info-index): Bind completion-ignore-case.
11834 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11836         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
11837         previous commit.
11838         (inferior-prolog-guess-flavor): New fun left out of previous commit.
11839         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
11840         burp in dedicated windows.
11841         (inferior-prolog-self-insert-command): New command.
11842         (inferior-prolog-mode-map): Use it.
11844 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11846         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
11848         * international/code-pages.el: Add cp858.
11850 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11852         * dnd.el: Fix bootstrapping.
11854 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11856         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
11857         (dnd-open-remote-url): New function.
11858         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
11859         not windows-nt.
11861 2006-09-07  Jason Rumney  <jasonr@gnu.org>
11863         * dnd.el (dnd-open-remote-file-function): New variable.
11864         (dnd-open-unc-file): New function.
11865         (dnd-open-file): Call dnd-open-remote-file-function if set.
11867 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11869         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
11870         pgg-passphrase-coding-system rather than locale-coding-system.
11871         * pgg-def.el (pgg-passphrase-coding-system): New user option.
11873 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11875         * progmodes/prolog.el: Remove * in docstrings.
11876         (prolog-program-name): Add SWI prolog.
11877         (prolog-mode-menu): New menu.
11878         (prolog-mode): Set comment-add.
11879         (prolog-indent-line): Simplify.  Use indent-line-to.
11880         (inferior-prolog-buffer): New var.
11881         (inferior-prolog-run, inferior-prolog-process): New funs.
11882         (run-prolog, switch-to-prolog): Rewrite, using them.
11883         (prolog-consult-region): Use inferior-prolog-buffer.
11884         (inferior-prolog-load-file): New function.
11885         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
11887         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
11888         last word, if it's not the end of the paragraph.
11890         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
11891         file name.
11893 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
11895         * frame.el (display-mm-dimensions-alist): New defcustom.
11896         (display-mm-height, display-mm-width): Use it.
11898 2006-09-06  Simon Josefsson  <jas@extundo.com>
11900         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
11902 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
11904         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11905         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
11906         string values.
11908 2006-09-06  Kim F. Storm  <storm@cua.dk>
11910         * simple.el (line-move-partial): New function to do vscrolling for
11911         partially visible images / tall lines.  Rewrite based on code
11912         previously in line-move.  Simplify backwards vscrolling.
11913         (line-move): Use it.  Simplify.
11915 2006-09-05  Kim F. Storm  <storm@cua.dk>
11917         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
11919 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
11921         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11922         Process the `gcc-include' after the `gnu' rule.
11924 2006-09-05  Kim F. Storm  <storm@cua.dk>
11926         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
11928 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11930         * pgg.el (pgg-clear-string): Alias to clear-string for backward
11931         compatibility.
11933         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
11934         inhibit-redisplay; encode passphrase with locale-coding-system.
11936 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11938         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
11940 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
11942         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11943         (gdb-var-list-children-regexp): Make type field optional.
11945         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
11946         e.g public, protected in C++.
11948 2006-09-04  John Paul Wallington  <jpw@pobox.com>
11950         * simple.el (completion-show-help): New defcustom.
11951         (completion-setup-function): Heed it.
11953 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11955         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
11957 2006-09-04  Richard Stallman  <rms@gnu.org>
11959         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
11960         (rsf-min-region-to-spam-list): Doc fix.
11961         (rsf-add-content-type-field): Doc fix.
11963         * simple.el (kill-region): Explicitly test there is a region.
11965 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11967         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
11968         sendmail in several common directories.
11970         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
11972         * paths.el (sendmail-program): Removed.
11974 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
11976         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
11977         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
11978         http://article.gmane.org/gmane.emacs.gnus.general/50457
11980 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
11982         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
11983         mark after running the menu filter.
11985 2006-09-03  Juri Linkov  <juri@jurta.org>
11987         * international/quail.el (quail-defrule-internal): Add a check
11988         if a key is a vector.
11990 2006-09-02  Juri Linkov  <juri@jurta.org>
11992         * man.el (Man-topic-history): New variable.
11993         (man): Use it.
11995         * woman.el (woman-topic-history): Change defvar to defvaralias
11996         for symbol `Man-topic-history'.
11998         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
11999         `comint-last-output-start' is a marker by using `markerp' and
12000         check if it has a position by using `marker-position', and use
12001         this position for `goto-char'.
12003         * international/quail.el (quail-defrule-internal): Add missing
12004         `error' call for null key.
12006 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
12008         * net/rcirc.el (rcirc-keywords): New variable.
12009         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
12010         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
12011         variables.
12012         (rcirc-responses-no-activity): New function.
12013         (rcirc-handler-generic): Check for responses in above.
12014         (rcirc-process-command): Add ?: character to arguments of raw
12015         server commands.
12016         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
12017         `rcirc-dim-nicks'.
12018         (rcirc-gray-toggle): Remove unused variable.
12019         (rcirc-print): Remove some tracking logic, which is moved into
12020         markup functions.
12021         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
12022         types.
12023         (rcirc-activity-string): Look for 'keyword in activity-types.
12024         (rcirc-window-configuration-change): Don't erase overlay-arrow
12025         unnecessarily.
12026         (rcirc-add-or-remove): New function.
12027         (rcirc-cmd-ignore): Use it.
12028         (rcirc-message-leader): Remove unused function.
12029         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
12030         (rcirc-add-face): New function.
12031         (rcirc-facify): Use rcirc-add-face.
12032         (rcirc-url-regexp): Add parens.
12033         (rcirc-map-regexp): Remove function.
12034         (rcirc-mangle-regexp): Remove function.
12035         (rcirc-markup-text-functions): New variable.
12036         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
12037         (rcirc-markup-body-text, rcirc-markup-attributes)
12038         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
12039         (rcirc-markup-bright-nicks): New markup handler functions.
12040         (rcirc-nick-in-message-full-line): New face.
12041         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
12042         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
12044 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
12046         * cus-start.el (hscroll-margin, hscroll-step)
12047         (mode-line-in-non-selected-windows, mouse-autoselect-window)
12048         (x-use-underline-position-properties): Change version to "22.1"
12049         since they will appear there for the first time.
12051 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
12053         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
12055 2006-08-31  Richard Stallman  <rms@gnu.org>
12057         * cus-edit.el (custom-save-variables): Slight cleanup.
12058         (Custom-no-edit): Renamed from custom-no-edit.
12059         (Custom-newline): Renamed from custom-newline.
12060         (custom-mode-map): Use new names.
12062         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
12063         about customization, rather than M-x customize, in the doc string
12064         made for the defcustom.
12066         * emacs-lisp/trace.el (trace-function-background): Doc fix.
12068 2006-08-31  Romain Francoise  <romain@orebokech.com>
12070         * dired-x.el (dired-guess-shell-alist-default): Update.
12072 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
12074         * custom.el (custom-theme-set-variables): Autoload packages before
12075         sorting the variables.
12077 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
12079         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12080         Convert events to chars if XEmacs.
12081         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
12083 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * progmodes/python.el (python-eldoc-function): Re-enable quit while
12086         waiting for process.
12088 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12090         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
12091         results in ASCII-only string, encode original one directly.
12093 2006-08-29  Romain Francoise  <romain@orebokech.com>
12095         * startup.el (normal-splash-screen, fancy-splash-screens):
12096         Make buffer read-only and arrange to enter view mode if necessary.
12098 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
12100         * hl-line.el (hl-line): New face.
12101         (hl-line-face): Use it.
12103         * image-mode.el (image-mode): Fix last fix.
12104         Suggested by Kim F. Storm.
12106 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
12108         Sync with Tramp 2.0.54.
12110         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
12111         of `=', because `tramp-get-remote-gid' might not always return an
12112         integer when expected.
12113         (tramp-register-file-name-handlers): `partial-completion-mode' is
12114         unknown to XEmacs.
12115         (tramp-time-diff): Don't use `floor', it might fail for large
12116         differences.
12117         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
12118         `tramp-auto-save-directory' if unset in order to guarantee unique
12119         auto-save file names.
12121 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
12123         * image-mode.el (image-mode): Display image as text on a terminal.
12125 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12127         * progmodes/python.el (python-send-command): Simplify.
12128         (run-python): Don't generate a new buffer unless `new' was specified.
12129         Make sure we send `import emacs' to the proper process.
12131         * progmodes/python.el (python-send-command): Don't wait for the command
12132         to terminate.  Don't fiddle with compilation-parsing-end.
12134 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
12136         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12137         Insert commentary after first line summary.
12139         * woman.el (woman-follow): New function, based on `man-follow'.
12140         (woman-mode-map): Use it.
12142         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
12143         since ibuffer-do-sort-by-recency does not define a sorter.
12145 2006-08-28  Kim F. Storm  <storm@cua.dk>
12147         * find-dired.el (find-dired): Use shell-quote-argument to properly
12148         escape ( and ) args.  Also use it on {} and ; args in default
12149         value of find-ls-option string.
12150         (find-grep-dired): Use shell-quote-argument on {} and ; args.
12152 2006-08-27  Michael Olson  <mwolson@gnu.org>
12154         * emacs-lisp/tq.el: Small grammar fix in comments.
12155         (tq-enqueue): Check for existence of queue rather than the
12156         head queue item's question, which was a no-op.
12157         (tq-filter, tq-process-buffer): Make sure the process buffer
12158         exists before making it the current buffer.
12160 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12162         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
12163         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
12164         (special-event-map): Apply 2006-08-16 change for x-win.el.
12166 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12168         * progmodes/python.el (python-send-receive): Wait in the
12169         process's buffer so as to check the right buffer-local variables.
12171 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12173         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
12174         (defgroup checkdoc): Move to beginning.
12176         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
12177         (python-preoutput-continuation): Remove.
12178         (python-preoutput-filter): Simplify correspondingly.
12179         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
12180         Loop around to catch embedded _emacs_out output.
12181         (run-python): Send the import&print command on a single line.
12182         (python-send-command): Send command&print on a single line.
12183         (python-send-string): Only add double \n if needed.
12184         (python-send-receive): Loop until the result comes.
12185         (python-mode-running): Defvar it.
12186         (python-setup-brm): Remove unused var `menu'.
12187         Only bind py-mode-map and `features' around brm-init.
12188         (python-calculate-indentation): Remove unused var `point'.
12189         (python-beginning-of-defun): Remove unused var `def-line'.
12191 2006-08-25  Richard Stallman  <rms@gnu.org>
12193         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
12195 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
12197         * emulation/viper.el (viper-set-hooks): Use frame bindings for
12198         viper-vi-state-cursor-color.
12199         (viper-non-hook-settings): Don't set default
12200         mode-line-buffer-identification.
12202         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12203         New fun.
12204         (viper-set-cursor-color-according-to-state)
12205         (viper-get-saved-cursor-color-in-replace-mode)
12206         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
12207         viper-emacs-state-cursor-color.
12209         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
12210         (viper-undo): Use point if undo-beg-posn is nil.
12211         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
12212         (viper-after-change-undo-hook): Don't use
12213         viper-emacs-state-cursor-color by default.
12214         (viper-undo): More sensible positioning after undo.
12216         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
12217         (viper-emacs-state-cursor-color): Default to nil, since this feature
12218         doesn't work well yet.
12220         * ediff-mult.el (ediff-intersect-directories)
12221         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
12222         always expand filenames.
12224 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12226         * tumme.el: Remove * in defcustoms's docstrings.
12228 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
12230         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
12231         Accept internal time format for SECS arg.
12232         (timer-relative-time): Doc fix.
12234         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
12235         adapted from Martin Rudalics.
12236         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
12237         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
12238         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
12239         using sit-for.
12241 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
12243         * cus-start.el (all): Add `overline-margin' and
12244         `x-underline-at-descent-line'.
12246 2006-08-24  Kim F. Storm  <storm@cua.dk>
12248         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
12249         to mean "use find -exec"; nil now unambiguously means auto-detect.
12250         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
12251         Use shell-quote-argument to build grep-find-command and
12252         grep-find-template.
12253         (rgrep): Use shell-quote-argument to properly quote arguments to find.
12254         Reported by Tom Seddon.
12256 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
12258         * startup.el (fancy-splash-head): Give instructions for dismissing
12259         the splash screen for default startup too.
12260         (display-startup-echo-area-message, fancy-splash-screens)
12261         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
12262         all splash text at once and keep the splash buffer around.
12263         (command-line-1): Give display-startup-echo-area-message a t arg.
12265 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
12267         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
12268         gnus frame is selected.
12270 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
12272         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
12274 2006-08-22  Kim F. Storm  <storm@cua.dk>
12276         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
12277         Add suffix matching for subdirs.
12279 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
12281         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
12282         mouse-yank-at-point is non-nil.
12284 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
12286         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
12287         a bit wider and remove fringes to fit initial output on line.
12289 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12291         * frame.el (blink-cursor-end): Only ignore the error we care about.
12292         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
12294 2006-08-21  Richard Stallman  <rms@gnu.org>
12296         * whitespace.el (whitespace-cleanup): Doc fix.
12298 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
12300         * net/rcirc.el (rcirc-show-maximum-output): New var.
12301         (rcirc-buffer-process): If no buffer argument is supplied, use
12302         current-buffer.
12303         (rcirc-complete-nick): Complete to the last completed nick first.
12304         (rcirc-mode): Preserve the value of `rcirc-urls' across
12305         connections.  Setup scroll function.
12306         (rcirc-scroll-to-bottom): New function.
12307         (rcirc-print): Use nick syntax around regexp work.
12308         Notice dim-nicks speaking only if they say our nick.
12309         (rcirc-update-activity-string): Do not show the modeline indicator
12310         if there are no live rcirc processes.
12311         (rcirc-cmd-ignore): Ignore case.
12312         (rcirc-browse-url-at-point): Fix off-by-one error.
12314 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12316         * progmodes/python.el: Remove * in defcustom docstrings.
12317         (run-python, python-proc, python-try-complete): Use derived-mode-p.
12318         (python-mode): Set tab-width and indent-tabs-mode.
12320 2006-08-20  Dave Love  <fx@gnu.org>
12322         * progmodes/python.el: Update to Dave Love's latest version.
12323         (python-font-lock-keywords, python-mode): Don't use
12324         font-lock-syntax-table, but match symbol elements explicitly instead.
12325         (python-mode-map): Add help, and a few more key bindings.
12326         (python-skip-comments/blanks): Move out of comments as well.
12327         (python-continuation-line-p): Behave better with unbalanced parens.
12328         (python-blank-line-p): New fun.
12329         (python-open-block-statement-p): Don't use a heuristic.
12330         (python-outdent-p): Better handle blocks-in-the-same-line.
12331         (python-calculate-indentation): Misc improvements.
12332         (python-comment-indent): Remove.
12333         (python-block-pairs): New var.
12334         (python-first-word): New fun.
12335         (python-indentation-levels): Handle more common cases.
12336         (python-indent-line-1): Add `leave' argument.
12337         (python-indent-region): New fun.
12338         (python-skip-out): New fun.
12339         (python-beginning-of-statement, python-end-of-statement): Use it.
12340         (python-next-statement): Return correct count even at eob.
12341         (python-end-of-block): Fix paren-typo.
12342         (python-imenu-create-index): Add module variables.
12343         (run-python): Add `new' arg.
12344         Check we're at a prompt before returning.
12345         (python-send-command): Move to end of buffer.
12346         Wait for prompt to return.
12347         (python-set-proc): New fun.
12348         (python-imports): New var.
12349         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
12350         (python-eldoc-function): Try to move out of arg list.
12351         (python-outline-level): Offset by 1.
12352         (python-find-imports): New fun.
12353         (python-symbol-completions): Use python-imports.
12354         (python-module-path, ffap-alist): Add support for ffap.
12355         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
12356         (python-insert-*, python-default-template, python-expand-template):
12357         Add templates/skeletons.
12358         (python-setup-brm): Support for Bicycle Repair Man.
12359         (python-abbrev-syntax-table): New var.
12360         (python-abbrev-pc-hook, python-pea-hook): New funs.
12362 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
12364         * frame.el (blink-cursor-start): Set timer first.
12365         (blink-cursor-end): Ignore timer cancelling errors.
12366         Suggested by Ken Manheimer.
12368 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
12370         * newcomment.el (comment-box): Call `comment-normalize-vars'.
12371         Add autoload cookie.
12373 2006-08-20  Richard Stallman  <rms@gnu.org>
12375         * simple.el (line-number-at-pos): Doc fix.
12377         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
12378         timer-activate-when-idle, so timer can run before Emacs becomes
12379         non-idle again.
12381 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12383         * whitespace.el (whitespace-cleanup-internal): New optional arg
12384         REGION-ONLY.  If it's non-nil, modify the message to the user
12385         accordingly.
12386         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
12387         a non-nil argument.
12389 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
12391         * rect.el (spaces-string): Simplify and add doc string.
12393 2006-08-17  Romain Francoise  <romain@orebokech.com>
12395         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
12397 2006-08-17  Richard Stallman  <rms@gnu.org>
12399         * compare-w.el (compare-windows): lambda's take an arg and pass
12400         it to compare-windows-skip-whitespace.
12402 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
12404         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
12405         the right buffer.
12407 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
12410         removed files.
12412 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
12414         * progmodes/gdb-ui.el (gdb-locals-watch-map)
12415         (gdb-locals-watch-map-1): Suppress keymap first.
12416         (gdb-edit-locals-map-1): New variable.
12417         (gdb-edit-locals-value): New function.
12418         (gdb-stack-list-locals-handler): Use them.
12420 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12422         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
12423         cursor would normally be drawn in the fringe.
12425         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
12426         Reported by Martin Rudalics <rudalics@gmx.at>.
12428 2006-08-16  Richard Stallman  <rms@gnu.org>
12430         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12431         (special-event-map): Process drag-n-drop events this way.
12433         * simple.el (move-beginning-of-line): Test whether fields
12434         would prevent motion back to line's first visible character.
12435         If so, stop where the fields would stop the motion.
12437         * newcomment.el (comment-indent): Fully update INDENT
12438         before checking to see if it will change the text.
12440         * cus-edit.el (custom-newline): New function.
12441         (custom-mode-map): Bind newline to custom-newline.
12443         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
12444         into ignore-whitespace.
12445         Check each buffer for its skip-function.
12446         Handle compare-windows-skip-whitespace special-case test
12447         by returning t from default skip function.
12449 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
12451         * textmodes/org.el (org-clock-special-range)
12452         (org-clock-update-time-maybe): New functions.
12453         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
12454         not only a-z.
12455         (org-agenda-get-blocks): Allow multiple blocks per headline.
12456         (org-timestamp-change): Call `org-clock-update-time-maybe'.
12457         (org-export-html-title-format)
12458         (org-export-html-toplevel-hlevel): New options.
12459         (org-export-language-setup): Add support for Czech.
12460         (org-mode, org-insert-todo-heading, org-find-visible)
12461         (org-find-invisible, org-invisible-p, org-invisible-p2)
12462         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
12463         (org-show-subtree, org-show-entry, org-make-options-regexp):
12464         Remove compatibility support for old outline-mode.
12465         (org-check-occur-regexp): Funtion removed.
12466         (org-on-heading-p, org-back-to-heading): Made defalias.
12467         (org-set-local): New defsubst.
12468         (org-set-regexps-and-options, org-mode)
12469         (org-set-font-lock-defaults, org-edit-agenda-file-list)
12470         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
12471         (org-remember-apply-template, org-table-edit-field)
12472         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
12473         (org-set-autofill-regexps): Use `org-set-local'.
12474         (org-table-eval-formula): Fix bug with parsing of display flags.
12476 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
12478         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
12479         frame with fringe arrow.  Suggested by Simon Marshall
12480         <simon.marshall@misys.com>.
12481         (gdb-stack-position): New variable.
12482         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
12483         (gdb-frames-mode): Set gdb-stack-position to nil.
12484         Add to overlay-arrow-variable-list
12485         (gdb-reset): Delete gdb-stack-position from above list.
12487 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12489         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
12490         read only.
12492 2006-08-13  Romain Francoise  <romain@orebokech.com>
12494         * cus-theme.el (customize-create-theme)
12495         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
12497         * filesets.el (filesets-add-buffer): Ditto.
12499         * pcvs.el (cvs-change-cvsroot): Ditto.
12501 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
12503         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
12504         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
12505         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
12506         expressions.
12507         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
12508         Only search till end of line.
12509         Add face to function names in case of no filename.
12510         Add face to variable names of watchpoints.
12512 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
12514         * cus-start.el <indent-tabs-mode>: Move to the `indent'
12515         customization group.
12517 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
12519         * allout.el (allout-prior-bindings, allout-added-bindings):
12520         Remove, after long deprecation.
12521         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
12522         Add customization vars controlling allout-beginning-of-line and
12523         allout-end-of-line conveniences.
12524         (allout-header-prefix, allout-use-mode-specific-leader)
12525         (allout-use-mode-specific-leader, allout-mode-leaders):
12526         Revise docstrings.
12527         (allout-infer-header-lead): Change to be an alias for
12528         allout-infer-header-lead-and-primary-bullet.
12529         (allout-infer-header-lead-and-primary-bullet): New version of
12530         allout-infer-header-lead which assigns the primary bullet to the
12531         same as the header lead, when its being changed.
12532         (allout-infer-body-reindent): Apply regexp-quote instead of
12533         unconditionally prepending "\\", so that all literal
12534         allout-header-prefix and allout-primary-bullet strings are
12535         properly handled.
12536         (allout-add-resumptions): Add optional qualifier for extending or
12537         appending to existing values, rather than replacing them.
12538         (allout-view-change-hook): Clarify docstring.
12539         (allout-exposure-change-hook): Take explicit arguments, via
12540         run-hook-with-args.
12541         (allout-structure-added-hook)
12542         (allout-structure-deleted-hook)
12543         (allout-structure-shifted-hook): New hooks analogous to
12544         allout-exposure-change-hook for other kinds of structural outline
12545         edits.
12546         (allout-encryption-plaintext-sanitization-regexps): New encryption
12547         customization variable, by which cooperating modes can provde
12548         massage of the plaintext without actually being passed it.
12549         (allout-encryption-ciphertext-rejection-regexps)
12550         (allout-encryption-ciphertext-rejection-ceiling): New encryption
12551         customization variables, by which cooperating modes can prohibit
12552         rare but possible ciphertext patterns from fouling their
12553         operation, with actually being passed the ciphertext.
12554         (allout-mode): Run activation and deactivation hooks after the
12555         minor-mode variable has been toggled, to clarify the mode
12556         disposition.  The new encryption ciphertext rejection variable is
12557         used to ensure that the ciphertext does not contain text that
12558         would be recognized as outline structural elements by allout.
12559         Substite allout-beginning-of-line and allout-end-of-line for
12560         conventionall beginning-of-line and end-of-line bindings.
12561         If allout-old-style-prefixes is non-nil, don't nullify it on mode
12562         activation!
12563         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
12564         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
12565         (allout-chart-subtree): Implement new mode, charting only the
12566         visible items in the subtree, when new 'visible' parameter is non-nil.
12567         (allout-end-of-subtree): Properly handle the last item in the buffer.
12568         (allout-pre-command-business, allout-command-counter):
12569         Increment an advertised counter so that cooperating enhancements can
12570         track revisions of items.
12571         (allout-open-topic): Run allout-structure-added-hook with suitable
12572         arguments.
12573         (allout-shift-in): Run allout-structure-shifted-hook with suitable
12574         arguments.
12575         (allout-shift-out): Fix doubling for negative args and ensure call
12576         of allout-structure-shifted-hook by solely using allout-shift-in.
12577         (allout-kill-line, allout-kill-topic):
12578         Run allout-structure-deleted-hook with suitable arguments.
12579         (allout-yank-processing): Run allout-structure-added-hook with
12580         proper arguments.
12581         (allout-yank): Enclose activity in allout-unprotected.
12582         (allout-flag-region): Run allout-exposure-change-hook with
12583         suitable arguments, instead of making the callee infer the arguments.
12584         (allout-encrypt-string):
12585         Support allout-encryption-plaintext-sanitization-regexps,
12586         allout-encryption-ciphertext-rejection-regexps, and
12587         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
12588         en/de cryption mode in symmetric encryption failure message.
12589         (allout-obtain-passphrase): Use copy-sequence to get a distinct
12590         copy of the passphrase, and don't zero it or we'll corrupt the
12591         stashed copy.
12592         (allout-create-encryption-passphrase-verifier)
12593         (allout-verify-passphrase): Respect the new signature for
12594         allout-encrypt-string.
12595         (allout-get-configvar-values): Convenience for getting a
12596         configuration variable value and handling its absence gracefully.
12598 2006-08-11  Romain Francoise  <romain@orebokech.com>
12600         * obsolete/zone-mode.el: Delete.
12602 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12604         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
12606 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
12608         * emacs-lisp/bindat.el (bindat-ip-to-string):
12609         Use `format-network-address' if possible.
12611 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12613         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
12615 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
12617         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
12618         restore unread-command-events here.
12619         (edebug-display): Do it here, to detect sit-for interruptions.
12621 2006-08-10  Romain Francoise  <romain@orebokech.com>
12623         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
12624         (dns-mode-soa-auto-increment-serial): New user option.
12625         (dns-mode-soa-maybe-increment-serial): New function.
12626         (dns-mode): Add the latter to `write-contents-functions'.
12628         * obsolete/zone-mode.el: Move to obsolete/ from net/.
12629         Delete autoload cookies.
12631 2006-08-10  John Wiegley  <johnw@newartisans.com>
12633         * eshell/em-glob.el (eshell-glob-chars-list)
12634         (eshell-glob-translate-alist): Add support for [^g] in character globs.
12636 2006-08-10  Richard Stallman  <rms@gnu.org>
12638         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
12639         (facemenu-set-face): Doc fix.
12640         (facemenu-listed-faces): Doc fix.
12642 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
12644         * avoid.el (mouse-avoidance-animating-pointer): New var.
12645         (mouse-avoidance-nudge-mouse): Use it.
12646         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
12647         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
12648         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
12649         Don't activate if currently animating.  All callers changed.
12651 2006-08-09  John Wiegley  <johnw@newartisans.com>
12653         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
12654         variable, which causes timeclock to report elapsed time worked,
12655         instead of just work remaining.
12657 2006-08-09  Kenichi Handa  <handa@m17n.org>
12659         * international/latexenc.el (latexenc-find-file-coding-system):
12660         Fix for the case that the 2nd element of arg-list is a cons.
12662 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
12664         * info.el (Info-fontify-node): Handle preceding `in' for note
12665         reference hiding rules.
12667 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12669         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
12670         mistake a closing " for an opening one.
12672 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12674         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12676 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12678         * complete.el (PC-do-completion): Filter out completions matching
12679         completion-ignored-extensions before checking whether there are
12680         multiple completions.
12681         Don't use `list' unnecessarily when building completion tables.
12683 2006-08-06  Richard Stallman  <rms@gnu.org>
12685         * help.el (describe-mode): Make minor mode list more concise.
12687 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
12689         * bindings.el: Give mode-line-format, mode-line-modes, and
12690         mode-line-position `standard-value' properties.
12692 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
12694         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12695         "(file)node" instead of the file name.
12697 2006-08-05  Richard Stallman  <rms@gnu.org>
12699         * faces.el (escape-glyph): Doc fix.
12701 2006-08-04  Kenichi Handa  <handa@m17n.org>
12703         * international/mule-diag.el (describe-font): Improve docstring
12704         and error message.  Use frame-parameter (not frame-parameters).
12706 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12708         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
12709         Correctly mark the end-of-docstring char.
12711 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
12713         * simple.el (line-move-to-column): Constrain move-to-column to
12714         current field.
12716 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12718         * font-lock.el (font-lock-beg, font-lock-end)
12719         (font-lock-extend-region-functions): New vars.
12720         (font-lock-extend-region-multiline)
12721         (font-lock-extend-region-wholelines): New functions.
12722         (font-lock-default-fontify-region): Use them.
12723         (font-lock-extend-jit-lock-region-after-change): Only round up
12724         if font-lock-default-fontify-region will do it as well.
12726         * font-lock.el (font-lock-extend-after-change-region-function):
12727         Rename from font-lock-extend-region-function.
12728         (font-lock-extend-region): Remove by inlining at call sites.
12729         (font-lock-after-change-function): Don't needlessly round up to a whole
12730         number of lines.
12731         (font-lock-extend-jit-lock-region-after-change): Be more careful about
12732         the boundary conditions and the interactions between the various ways
12733         to extend the region.
12735 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12737         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
12738         modification status when forcing the second redisplay.
12740 2006-08-03  Kim F. Storm  <storm@cua.dk>
12742         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
12744 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12746         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
12747         doesn't look like a file name.
12749         * complete.el (PC-expand-many-files): Avoid signalling an error when
12750         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
12752 2006-08-02  Andreas Schwab  <schwab@suse.de>
12754         * bindings.el (mode-line-format): Simplify reference to vc-mode.
12756 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12758         * bindings.el (map): Make mode-line-buffer-identification-keymap
12759         before defining propertized-buffer-identification.
12761 2006-08-01  Richard Stallman  <rms@gnu.org>
12763         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
12765 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12767         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
12768         default value.
12769         (gdb-find-source-frame): New function.
12770         (menu): Add to menu bar.
12772 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12774         * font-core.el (font-lock-extend-region-function)
12775         (font-lock-extend-region): Move to font-lock.el.
12777         * font-lock.el (font-lock-extend-region-function)
12778         (font-lock-extend-region): Move from font-core.el.  Simplify.
12780         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
12781         if needed.
12782         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
12783         (jit-lock-after-change-extend-region-functions): New hook.
12784         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
12786         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
12787         (font-lock-turn-on-thing-lock): Use it.
12789         * longlines.el (longlines-show-region): Make it work on read-only
12790         buffers as well.
12792 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
12794         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
12796 2006-07-31  Richard Stallman  <rms@gnu.org>
12798         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
12799         (vhdl-speedbar-display-projects): Update old obsolete
12800         speedbar variable names.
12802 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
12804         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
12805         (gdb-stopped): Use it.
12807         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
12809 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
12811         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
12812         for load-history elements.
12814 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
12816         * files.el (convert-standard-filename): For Cygwin, replace
12817         characters not allowed in Windows file names.
12818         (make-auto-save-file-name): Add Cygwin to the list of systems
12819         where the auto-save file name needs to be run through
12820         convert-standard-filename.
12822 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12824         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
12826 2006-07-28  Richard Stallman  <rms@gnu.org>
12828         * bindings.el (mode-line-frame-identification)
12829         (propertized-buffer-identification): Centralize the code
12830         to initialize the variable.
12832         * progmodes/grep.el (grep-default-command): Catch errors from
12833         wildcard-to-regexp.
12835 2006-07-29  Kim F. Storm  <storm@cua.dk>
12837         * progmodes/grep.el (grep-tag-default): New function.
12838         (grep-default-command, grep-read-regexp): Use it.
12839         (grep-read-files): Use car of grep-files-history or grep-files-aliases
12840         as default if nothing else applies.
12842 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
12844         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12845         Throw error if buffer is not in Dired and Wdired mode, respectively.
12847 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
12849         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
12850         self-insert-command keys don't activate buttons.
12851         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
12853 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
12855         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
12856         faces for enable character.
12858 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12860         * Makefile.in (recompile): Update comment to reflect change
12861         on 2004-04-21.
12863 2006-07-27  Richard Stallman  <rms@gnu.org>
12865         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
12866         (customize-package-emacs-version): Change msg when pkg has no entry.
12867         (custom-no-edit): On a button, do like widget-button-press.
12869 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12871         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
12872         S-tab and C-S-tab.
12874 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12876         * progmodes/which-func.el (which-function): Fix documentation/
12877         comment typo.
12879 2006-07-26  Richard Stallman  <rms@gnu.org>
12881         * textmodes/ispell.el (ispell-word): If we replace the word,
12882         move point to the end.  Insert before deleting.
12884 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
12886         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
12887         a timer.
12889 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
12891         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
12892         when at first image.
12893         (tumme-forward-image): Add prefix argument.  Add error when at last
12894         image.
12896 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12898         * tabify.el (tabify-regexp): Use more specific regexps.
12899         (tabify): Avoid modifying the buffer unnecessarily.
12901 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
12903         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
12904         (tumme-format-properties-string): Handle empty `buf'.
12905         (tumme-get-comment): Change variable names inside `let'.
12906         Add missing `let' variable that cause font-lock problems.
12907         (tumme-write-comments): Change variable names inside `let'.
12908         Add missing `let' variable that cause font-lock problems.
12909         (tumme-forward-image): Rename from `tumme-forward-char'.
12910         (tumme-backward-image): Rename from `tumme-backward-char'.
12912 2006-07-25  Masatake YAMATO  <jet@gyve.org>
12914         * progmodes/ld-script.el (ld-script-keywords)
12915         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
12916         and add comments.
12918 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
12920         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12921         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
12922         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
12923         for status indicator.
12925 2006-07-24  Richard Stallman  <rms@gnu.org>
12927         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
12929         * subr.el (dolist, dotimes): Use interned symbols for locals.
12930         (--dotimes-limit--, --dolist-tail--): New defvars.
12931         (looking-back): Doc fix.
12933         * replace.el (replace-match-string-symbols): Handle dotted lists.
12935 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
12937         * tumme.el (tumme-write-tags): Add.
12938         (tumme-write-comments): Add.
12939         (tumme-tag-files): Change to use `tumme-write-tags'.
12940         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
12941         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
12942         (tumme-save-information-from-widgets): Change to use
12943         `tumme-write-comments' and `tumme-write-tags'.
12944         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
12945         (tumme-write-tag): Remove.
12946         (tumme-write-comment): Remove.
12947         (tumme-display-previous-thumbnail-original): Remove empty line.
12948         (tumme-widget-list): Add punctuation.
12950 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
12952         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
12954 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12956         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12957         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
12958         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
12960 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
12962         * mouse.el (mouse-on-link-p): Doc fix.
12964 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
12966         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12967         Handle "C-h f `".
12969 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12971         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
12972         column.
12974 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
12976         * textmodes/table.el: Add move-beginning-of-line and
12977         move-end-of-line to Point Motion Only Group.
12979 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12981         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
12983 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12985         * startup.el (user-mail-address): Initialize from the `EMAIL'
12986         environment variable first.  Document this.
12987         (command-line): Ditto.
12989 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
12991         * help-mode.el (help-function-def, help-variable-def)
12992         (help-face-def): Print a message in the minibuffer.
12994 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12996         * term/xterm.el (terminal-init-xterm): Fix key bindings
12997         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
12999 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
13001         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
13002         where `(nth 1 command)' is a cons cell.  Doc fix.
13004         * textmodes/po.el (po-find-charset): Doc fix.
13006 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
13008         * allout.el (allout-unprotected, allout-e-o-prefix-p)
13009         (allout-beginning-of-current-line, allout-end-of-current-line)
13010         (allout-next-visible-heading, allout-open-topic)
13011         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
13012         (allout-flag-current-subtree, allout-show-to-offshoot)
13013         (allout-hide-current-entry, allout-show-current-branches)
13014         (allout-hide-region-body, allout-old-expose-topic)
13015         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
13016         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
13017         containing `beginning-of-line' and `end-of-line' with
13018         `inhibit-field-text-motion' t.
13020 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
13022         * frame.el (focus-follows-mouse): Document that it doesn't have
13023         any effect on MS-Windows.
13025 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13027         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
13029 2006-07-20  Jay Belanger  <belanger@truman.edu>
13031         * calc/calc.el (calc-previous-alg-entry): Remove variable.
13033         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
13034         New variables.
13035         (calc-alg-entry): Use `calc-alg-entry-history'.
13036         (calc-do-quick-calc): Use `calc-quick-calc-history'.
13037         Remove reference to `calc-previous-alg-entry'.
13038         (calcAlg-edit, calcAlg-enter): Remove reference to
13039         `calc-previous-alg-entry'.
13040         (calcAlg-previous): Use `previous-history-element' instead of
13041         `calc-previous-alg-entry'.
13042         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
13043         Change keybinding for `calcAlg-plus-minus', add keybindings for
13044         `previous-history-element' and `next-history-element'.
13046         * calc/calc-rewr.el (calc-match): Remove reference to
13047         `calc-previous-alg-entry'.
13049         * calc/calc-sel.el (calc-selection-history): New variable.
13050         (calc-enter-selection, calc-sel-mult-both-sides)
13051         (calc-sel-add-both-sides): Use `calc-selection-history'.
13053         * calc/calc-map.el (calc-get-operator-history): New variable.
13054         (calc-get-operator): Use `calc-get-operator-history'.
13056         * calc/calcalg3.el (calc-curve-fit-history): New variable.
13057         (calc-curve-fit): Use `calc-curve-fit-history'.
13059 2006-07-20  Kenichi Handa  <handa@m17n.org>
13061         * international/mule-cmds.el (select-safe-coding-system): Fix the
13062         way of deciding eol-type of the coding system.
13064 2006-07-20  Alan Mackenzie  <acm@muc.de>
13066         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
13067         (c-lang-setvar): New macro.
13068         (c-make-init-lang-vars-fun): Use the initialization forms in
13069         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
13070         (comment-start, comment-end, comment-start-skip): Change these from
13071         c-lang-defvar's to c-lang-setvar's.
13073         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
13074         which calls make-local-variable on the elements of
13075         c-emacs-variable-inits.
13076         (c-init-language-vars-for): Call this new macro.
13078 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13080         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13081         Try to rule out false positives due to time stamps.
13082         (compilation-mode-font-lock-keywords): Remove rules made redundant
13083         because of the above change.  Add `segmentation fault' to the known and
13084         highlighted compilation termination messages.
13086 2006-07-19  Kim F. Storm  <storm@cua.dk>
13088         * progmodes/grep.el (grep-find-ignored-directories):
13089         Add .svn and _darcs to list.
13091 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
13093         * dired.el (dired-mode-map): Add key binding `C-te' for
13094         `tumme-dired-edit-comment-and-tags'.
13096         * tumme.el (tumme-display-thumbnail-original-image): Make sure
13097         image display buffer is displayed before call to
13098         `tumme-display-image.
13099         (tumme-dired-display-image): Make sure image display buffer is
13100         displayed before call to `tumme-display-image.
13101         (tumme-mouse-display-image): Make sure image display buffer is
13102         displayed before call to `tumme-display-image.
13103         (tumme-widget-list): Add.
13104         (tumme-dired-edit-comment-and-tags): Add.
13105         (tumme-save-information-from-widgets): Add.
13107 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13109         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
13111 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13113         * progmodes/sh-script.el (sh-font-lock-keywords-1):
13114         Revert inadvertently installed patch hunk.
13116         * progmodes/compile.el (compilation-find-file): Handle the
13117         cases where the user selects a non-existent file.
13119 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13121         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
13123 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
13125         * subr.el (sit-for): Just sleep-for if noninteractive.
13127 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13129         * emacs-lisp/autoload.el (make-autoload): Use new arg.
13131         * custom.el (custom-autoload): Add `noset' argument.
13132         (custom-push-theme): Don't autoload the variable, let callers do it.
13133         (custom-theme-set-variables): Autoload the variable if necessary.
13135         * cus-edit.el (custom-variable-state-set): If the variable was
13136         originally set outside custom, but to the same value as the default,
13137         consider it to be standard.
13139         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
13140         file *before* telling Emacs to add the autoloads, in case it fails.
13142         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
13143         Use `cond', push', and `dolist'.
13145 2006-07-17  Richard Stallman  <rms@gnu.org>
13147         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
13148         Add defvars to silence warnings.
13150 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
13152         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13153         Don't highlight "Compiling file" messages as error.
13155         * dired-aux.el (dired-compress-file): Confirm again if gzipped
13156         file already exists.
13158 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
13160         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
13161         entry, don't assign to free var; simply return the extracted filename.
13162         (ff-treat-as-special): Incorporate common preamble from callers.
13163         (ff-other-file-name, ff-find-the-other-file):
13164         Update call to ff-treat-as-special.
13166         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
13168 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
13170         * tumme.el (tumme-get-comment): Fix bug.
13172 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13174         * files.el: Remove spurious * in docstrings.
13176 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13178         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
13179         grammar.
13180         (allout-beginning-of-current-line): Beware beginning of buffer.
13181         Also, a comment is simplified.
13182         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
13183         when appropriate.  (This fix enables use for other than
13184         bullet-hotspot operation.)
13185         (allout-hide-current-subtree): While escalating to sibling-close,
13186         make sure to situate on a topic.
13188 2006-07-14  Kim F. Storm  <storm@cua.dk>
13190         * emulation/cua-base.el (cua-delete-selection)
13191         (cua-toggle-set-mark): New defcustoms.
13192         (cua-rectangle-modifier-key): Add `alt' modifier.
13193         (cua-replace-region): Don't delete if cua-delete-selection is nil.
13194         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
13195         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
13197         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
13199 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13201         * allout.el: Require 'cl during byte-compilation/interactive load,
13202         for the `assert' macro.
13203         (allout-mode-deactivate-hook): New hook, run when allout mode
13204         deactivates.
13205         (allout-developer): New allout customization subgroup.
13206         (allout-run-unit-tests-on-load): New allout-developer
13207         customization variable, when true allout unit tests are run towards
13208         end of file load/eval.
13209         (allout-inhibit-auto-fill): Disable auto-fill activity even during
13210         auto-fill-mode.
13211         (allout-resumptions): Remove, to be replaced by...
13212         (allout-add-resumptions): Register variable settings to be
13213         reinstated by `allout-do-resumptions'.  The settings are made
13214         buffer-local, but the locality/globality of the suspended setting
13215         is restored on resumption.
13216         (allout-do-resumptions): Reinstate all settings suspended using
13217         `allout-add-resumptions'.
13218         (allout-test-resumptions): Unit tests (and intermediate variables)
13219         for resumptions.
13220         (allout-tests-globally-unbound, allout-tests-globally-true)
13221         (allout-tests-locally-true): Intermediate variables for
13222         resumptions unit tests.
13223         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
13224         (allout-exposure-category): Replaces 'allout-overlay-category variable.
13225         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
13226         instead of retired `allout-resumptions'.  For hook functions, use
13227         `local' parameter so hook settings are created and removed as
13228         buffer-local settings.  Revise (resumptions) setting
13229         auto-fill-function so it is set only if already active.  (The
13230         related fill-function settings are all made in either case, so
13231         that activating auto-fill-mode activity will have the custom
13232         allout-mode behaviors (hanging indent on topics, if configured for it).
13233         Remove all allout-exposure-category overlays on mode deactivation.
13234         (allout-hotspot-key-handler): New function extracted from
13235         `allout-pre-command-business', so the functionality can be used
13236         for other purposes, eg as a binding in an overlay.
13237         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
13238         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
13239         customization variable.
13240         (allout-run-unit-tests): Run the (currently quite small)
13241         repertoire of unit tests.  Called just before the provide iff user
13242         has customized `allout-run-unit-tests-on-load' non-nil.
13244 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13246         * emacs-lisp/authors.el (authors-aliases): Update.
13248 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
13250         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
13251         gdb-source-window.  Add dedicated argument.
13252         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
13253         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
13254         (gdb-display-threads-buffer, gdb-display-memory-buffer)
13255         (gdb-display-locals-buffer): Use it.
13257         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
13258         Set gdb-source-window.
13260 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13262         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
13263         minor modes, redundant with the custom-autoload line above.
13265 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
13267         * longlines.el (longlines-post-command-function): Handle open-line too.
13269 2006-07-12  Richard Stallman  <rms@gnu.org>
13271         * progmodes/grep.el (grep-last-buffer): Doc fix.
13273         * info.el (Info-try-follow-nearest-node): Doc fix.
13275         * emacs-lisp/edebug.el (edebug-instrument-function):
13276         Err if find-function-noselect gives no position.
13278         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13279         If can't find definition, return nil for position.
13280         (find-function-do-it): Handle new return value
13281         of find-definition-noselect.
13282         (find-definition-noselect, find-variable-noselect): Doc fix.
13283         (find-function-noselect): Doc fix.
13285         * help-mode.el (help-variable-def): Handle find-variable-noselect
13286         returning no position.
13287         (help-function-def): Likewise for find-function-search-for-symbol.
13288         (help-face-def): Likewise.
13290         * help-fns.el (describe-variable): Handle find-variable-noselect
13291         returning no position.
13293         * files.el (locate-file-completion): Avoid duplicates in result.
13295         * cus-edit.el (custom-no-edit): New command.
13296         (custom-mode-map): Remap to custom-no-edit instead of
13297         using suppress-keymap.
13299 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
13301         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13302         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13303         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
13305         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
13307 2006-07-11  Kim F. Storm  <storm@cua.dk>
13309         * ido.el (ido-copy-current-file-name): Use buffer-name if
13310         buffer-file-name is nil.
13312 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
13314         * simple.el (undo-ask-before-discard): Set to nil.
13316         * vc.el (vc-exec-after): Don't delete process manually.
13317         (vc-print-log): Run log-view-mode in process sentinel inside
13318         inhibit-read-only.  Don't shrink window due to timing issues.
13320         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
13321         Avoid using with-output-to-temp-buffer, which clobbers local vars.
13323 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13325         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13326         Fix ambiguity introduced by last change.
13327         (compilation-find-file): Move save-excursion to where it may
13328         make sense.  Fix a left over `find-file'.
13330 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
13332         * textmodes/texinfmt.el (texinfo-format-separate-node):
13333         Insert a string before point, which fits documentation, not after.
13334         (texinfo-multitable-item): In a multitable row, insert any
13335         additional needed @tabs and spaces.
13337 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
13339         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13340         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13341         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
13342         instead of shell-command.
13343         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
13344         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
13345         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
13346         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
13347         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
13348         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
13350 2006-07-11  Kim F. Storm  <storm@cua.dk>
13352         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
13353         Remove special case for seconds < 0.  Use (redisplay t) instead.
13355 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
13357         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
13358         avoid compilation error.
13360         * subr.el (sit-for): New function.
13362         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
13364 2006-07-10  Richard Stallman  <rms@gnu.org>
13366         * ldefs-boot.el (edebug): Update page.
13368 2006-07-10  Kim F. Storm  <storm@cua.dk>
13370         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
13371         to FOR-RELEASE and TODO.
13373 2006-07-10  Romain Francoise  <romain@orebokech.com>
13375         * emacs-lisp/authors.el (authors-aliases): Update.
13377 2006-07-10  Alan Mackenzie  <acm@muc.de>
13379         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
13380         * cc-mode.el: Changes to eradicate eval-after-load.
13382 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
13384         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
13385         on non-char events.
13387 2006-07-09  Romain Francoise  <romain@orebokech.com>
13389         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13390         Don't highlight start/end markers as compilation messages.
13392         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
13393         to t.
13395 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
13399 2006-07-08  Richard Stallman  <rms@gnu.org>
13401         * term/x-win.el (x-handle-display): Add doc string.
13403         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13405         * subr.el (def-edebug-spec): Move here.
13406         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
13408         * imenu.el (imenu-choose-buffer-index): Doc fix.
13410 2006-07-08  Romain Francoise  <romain@orebokech.com>
13412         * term/x-win.el (x-display-name): Fix typo.
13414 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
13416         * hexl.el (hexl-find-file): Doc fix.
13418         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13420 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
13422         * term/x-win.el (x-display-name): Doc fix.
13424 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13426         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
13427         long prefixes.
13428         (fill-region-as-paragraph): Don't round up to a whole line.
13429         (fill-comment-paragraph): Don't include the code-before-the-comment
13430         when calling fill-region-as-paragraph.
13432         * international/mule.el (make-char): Remove redundancy.
13434         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
13435         property may contain an anonymous function rather than a symbol.
13437         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
13439         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13440         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
13442         * dirtrack.el (dirtrack-default-directory-function): Remove.
13443         (dirtrack-directory-function): Use file-name-as-directory.
13444         (dirtrack-windows-directory-function): Simplify.
13445         (dirtrack-forward-slash, dirtrack-backward-slash)
13446         (dirtrack-replace-slash): Remove.
13447         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
13448         (dirtrack): Fix wrong parenthesizing; use match-string.
13450         * progmodes/octave-inf.el: Remove spurious * in docstrings.
13451         (inferior-octave-mode): Only change the buffer-local value of
13452         comint-dynamic-complete-functions.
13453         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
13454         Move the initialization to the declaration.
13455         (inferior-octave-complete): Remove unused var `filter'.
13457         * shell.el (shell-mode): Only change the buffer-local value of
13458         comint-dynamic-complete-functions.
13460 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
13462         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
13463         entry is skipped because it has been scheduled.
13464         (org-prepare-agenda-buffers): Don't mark buffers as modified when
13465         changing `:org-archived' and `:org-comment' properties.
13467 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
13469         * server.el (server-select-display): Don't make the temp frame
13470         minibuffer-only, in case it's not a temp frame.
13471         (server-process-filter): Don't delete the temp frame if it's the
13472         only one we have on that display.
13474         * files.el (find-alternate-file): Doc fix.
13476 2006-07-05  Richard Stallman  <rms@gnu.org>
13478         * files.el (abbreviate-file-name): Add save-match-data.
13480 2006-07-03  Richard Stallman  <rms@gnu.org>
13482         * faces.el (read-face-name): Doc fix.
13484 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
13486         * net/goto-addr.el (goto-address): Mark as safe for local evals.
13488 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
13490         * vc.el (vc-diff-internal): Fix prev change.
13492 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
13494         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
13495         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
13497 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13499         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
13500         fails if the symbol contains chars like ( or '.
13501         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
13502         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
13503         `short'.
13505 2006-07-04  Kenichi Handa  <handa@m17n.org>
13507         * international/mule-cmds.el (set-language-info): If LANG-ENV is
13508         the current one, don't call set-language-environment, but call one
13509         of set-language-environment-XXX to make INFO effective now.
13510         (set-language-environment): Call set-language-environment-XXX
13511         functions instead of doing the various setups directly.
13512         (set-language-environment-coding-systems): Delete argument eol-type.
13513         (set-language-environment-input-method)
13514         (set-language-environment-nonascii-translation)
13515         (set-language-environment-charset)
13516         (set-language-environment-fontset)
13517         (set-language-environment-unibyte): New functions.
13519 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13521         * locate.el (locate-update-when-revert): New option.
13522         (locate-update-path): New option (suggested by Michael Albinus).
13523         (locate-prompt-for-command): Whitespace change.
13524         (locate-update): No longer offer to update the locate database by
13525         default.  Implement the two new options.
13527 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
13529         * tooltip.el: Move comment about track-mouse...
13531         * progmodes/gud.el: ...to here.
13533 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
13535         * facemenu.el (facemenu-listed-faces): New var.
13536         (facemenu-unlisted-faces): Variable deleted.
13537         (facemenu-add-new-face): Use facemenu-listed-faces.
13539         * emulation/viper-init.el, calendar/calendar.el:
13540         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
13542 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
13544         * textmodes/org.el (org-mode): Remove no invalid settings for
13545         calc embedded mode.
13546         (org-mode-p): New defsubst.
13547         (org-save-all-org-buffers): New function.
13548         (org-first-headline-recenter): Enclose outline-regexp in group
13549         delimiters.
13550         (org-set-tags): Keep single space after stars.
13552 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13554         * window.el (set-window-text-height): Only set window-min-height to
13555         1 if that's the requested size.
13557         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
13558         (diff-unified->context, diff-context->unified)
13559         (diff-reverse-direction): Make sure the end marker stays at the end.
13560         (diff-mode): Add the keymap table at the end of docstring.
13561         Use lexical-let rather than constructing a closure manually.
13563         * files.el (find-file-noselect-1): Remove unused var assignment.
13564         (hack-local-variables-confirm): Print lists of strings as lists of
13565         strings rather than lists of symbols.
13566         (abbreviate-file-name, hack-local-variables-prop-line):
13567         Use match-string.
13568         (hack-one-local-variable): Move `make-local-variable' nearer its use.
13569         (recover-session-finish): Use line-end-position.
13571 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
13573         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
13575 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
13577         * progmodes/make-mode.el (makefile-macroassign-regex):
13578         Accept preceding keyword.
13579         (makefile-gmake-statements): Reorganize, now that makepp has
13580         "override" and also handle forgotten "override define".
13581         (makefile-makepp-statements): Add new "global", "override export"
13582         and "override global".
13584 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
13586         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
13587         (ada-compile-mouse-goto-error, ada-deactivate-properties)
13588         (ada-no-auto-case): Fix typos in docstrings.
13590 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
13592         * info.el (Info-find-node-2): Search for makeinfo version more
13593         carefully.
13595 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
13597         * textmodes/org.el (org-prepare-agenda-buffers):
13598         Use `invisible-OK' argument for `org-end-of-subtree'.
13599         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
13600         (org-beginning-of-item): Fix bug in regular expression for white line.
13601         (org-export-as-html): Enforce space after bullet in plain list items.
13602         (org-set-autofill-regexps): Require space after plain list bullet
13603         for paragraph-start.
13604         (org-ts-regexp3): New constant.
13605         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
13606         (org-timestamp-up-day, org-timestamp-down-day)
13607         (org-timestamp-change): Work with inactive timestamps.
13608         (org-ts-regexp1): Don't allow brackets in time stamps.
13610 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
13612         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
13613         for ignoring links.
13615         * faces.el (read-face-name): Use it.
13617 2006-06-28  Juri Linkov  <juri@jurta.org>
13619         * buff-menu.el (list-buffers-noselect): Compare Info file
13620         with the string "dir" to detect Info directory.
13622         * complete.el (partial-completion-mode): In lambda for
13623         `choose-completion-string-functions' use full function signature
13624         with 4 args, and move point to the end of the minibuffer only if arg
13625         `mini-p' is non-nil.
13627 2006-06-28  John Paul Wallington  <jpw@pobox.com>
13629         * ibuffer.el (ibuffer-mode): Doc fix.
13631 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
13633         * textmodes/org.el (org-context): New contexts :item-bullet,
13634         :latex-fragment, :latex-preview.
13635         (org-overlays-at, org-overlay-start, org-overlay-end):
13636         New compatibility functions.
13637         (org-inside-LaTeX-fragment-p): More accurate matching, using the
13638         exact regexp that will be used during export.
13639         (org-latex-regexps): New variable.
13640         (org-cdlatex-mode): Improve advice for `texmathp'.
13641         (turn-on-org-cdlatex): New function.
13643 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13645         * term/mac-win.el (mac-handle-font-selection): Change keys of
13646         mac-atsu-font-table from strings to numbers.
13647         (mac-ts-caret-position): Use also when cursor-type is nil.
13648         (mac-ts-update-active-input-area): Add Mac OS Classic support.
13649         Relax condition for using overlay strings.
13650         Use mac-ts-caret-position face when cursor-type is nil.
13652 2006-06-26  Kim F. Storm  <storm@cua.dk>
13654         * help.el (view-emacs-news): Declare `res' in the right let* form.
13656 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
13658         * net/rcompile.el (remote-compile): Replace ange-ftp based
13659         implementation by Tramp functions.
13660         Suggested by Marc Abramowitz <msabramo@gmail.com>.
13662         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
13664 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
13666         * international/fontset.el (setup-default-fontset): Fix a typo in
13667         the "Oriya-Akruti" registry name.
13669 2006-06-23  Lars Hansen  <larsh@soem.dk>
13671         * desktop.el (desktop-full-file-name): New function.
13672         (desktop-kill, desktop-save, desktop-remove, desktop-read)
13673         (desktop-revert): Use it.
13674         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
13675         (desktop-after-read-hook): Add option list-buffers.
13676         (desktop-locals-to-save): Add tab-width.
13677         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
13678         Fix docstring.
13680 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
13682         * textmodes/org.el (org-cdlatex-mode-map)
13683         (org-cdlatex-texmathp-advice-is-done): New variables.
13684         (org-cdlatex-mode): New minor mode.
13685         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
13686         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
13687         (org-export-with-archived-trees): New option.
13688         (org-open-file): Remove the call to `convert-standard-filename'.
13689         (org-archive-tag, org-agenda-skip-archived-trees)
13690         (org-cycle-open-archived-trees)
13691         (org-sparse-tree-open-archived-trees): New options.
13692         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
13693         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
13694         New functions.
13695         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
13696         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
13697         (org-mode-map): Add binding for `org-toggle-archive-tag'.
13698         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13699         Call `org-prepare-agenda-buffers'.
13700         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
13701         (org-file-apps, org-file-apps-defaults-gnu)
13702         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
13703         Handle remote files by forcing them to be opened in Emacs.
13705 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
13707         * vc.el (vc-diff-knows-L): New variable.
13708         (vc-diff-internal): Use it to handle "diff" programs that don't
13709         understand -L.  This works automatically, no user action is necessary.
13711 2006-06-23  Daniel Brockman  <daniel@brockman.se>
13713         * net/rcirc.el (rcirc-default-user-full-name): Default to
13714         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
13715         longer exists).
13716         (rcirc-process-list): Check `buffer-live-p' before attempting to
13717         switch to a buffer.
13719 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
13721         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
13722         based on rcirc-coding-system-alist.
13724 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
13726         * cus-edit.el (customize-apropos): A better error message.
13727         (top level) <debug-ignored-errors>: Extend and update the list of
13728         ignored error messages.
13730 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
13732         * complete.el (PC-do-completion): Retain capitalization of user
13733         input, when possible, even if completion-ignore-case is set.
13735 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
13737         * generic-x.el (bat-generic-mode): Support .cmd files.
13739         * dos-w32.el (top level): Use find-file-not-found-functions
13740         instead of the obsolete find-file-not-found-hooks.
13742 2006-06-22  Kim F. Storm  <storm@cua.dk>
13744         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
13745         to recognize mode name containing submodes, such as Grep/lw.
13747 2006-06-21  Kim F. Storm  <storm@cua.dk>
13749         * simple.el (line-move-1): Check for move-end-of-line instead of
13750         end-of-line when setting temporary-goal-column.
13752 2006-06-21  Miles Bader  <miles@gnu.org>
13754         * play/cookie1.el (cookie): Work properly when there's only one entry.
13756 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
13758         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
13759         (gdb-frame-handler): Generalize frame regexp for templates.
13761 2006-06-20  Glenn Morris  <rgm@gnu.org>
13763         * calendar/appt.el (appt-display-format): Default value must be
13764         one of the customize options.
13766 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
13768         * term/xterm.el (terminal-init-xterm): Update key availability info.
13769         Bind C-return.
13771         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
13773 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
13775         * files.el (hack-local-variables): Run `hack-local-variables-hook'
13776         whether or not a local variables list is defined.
13778         * msb.el (msb): Move `sit-for' hack here to handle both
13779         "mouse-down and drag" and "mouse-up and select" situations.
13780         (mouse-select-buffer): Move `sit-for' hack to `msb'.
13782 2006-06-20  Kenichi Handa  <handa@m17n.org>
13784         * international/characters.el (word-combining-categories):
13785         Add entries for 2-byte Han characters.
13787 2006-06-19  Richard Stallman  <rms@gnu.org>
13789         * bindings.el (mode-line-format): Save some mode line space.
13791         * files.el (find-file-noselect): Improve the question wording.
13792         (basic-save-buffer-2): Mask UMASK against 666.
13794         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
13795         (mouse-drag-vertical-line): Call it.
13797         * cus-edit.el (customize-option, customize-option-other-window):
13798         Error if SYMBOL is nil.
13800 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
13802         * textmodes/org.el: Require noutline, also on XEmacs.
13803         (org-end-of-subtree): Return point.
13804         (org-dblock-start-re, org-dblock-end-re): New constants.
13805         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
13806         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
13807         (org-update-all-dblocks, org-find-dblock): New functions.
13808         (org-collect-clock-time-entries): New function.
13809         (org-html-handle-time-stamps): Never export CLOCK timeranges.
13810         (org-fixup-indentation): Modify to deal correctly with lines
13811         starting with TAB.  Only one argument DIFF now.
13812         (org-demote, org-promote): Call `org-fixup-indentation' with just
13813         one argument, DIFF.
13814         (org-mode): Don't mark buffer as modified when aligning tables.
13815         (org-clock-sum): Don't mark buffer modified when adding time sum
13816         properties.
13817         (org-export-as-html): Add support for a link validation function.
13818         (org-archive-all-done): New function.
13819         (org-archive-subtree): New prefix argument.  When set, archive all
13820         done subtrees in this buffer.
13821         (org-remove-clock-overlays)
13822         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
13823         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
13824         (org-put-clock-overlay): Don't swallow last headline character
13825         when displaying overlay.
13826         (org-store-link): Link to `image-mode' with just the file name.
13828 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
13830         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
13831         Use read-key-sequence.
13832         (viper-after-change-undo-hook): Misc enhancements.
13833         (viper-after-change-undo-hook): New hook.
13834         (viper-undo): Use viper-after-change-undo-hook.
13835         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
13836         (viper-next-line-at-bol): If point is on a widget or a button, simulate
13837         clicking on that widget/button.
13839         * emulation/viper.el (viper-mode): Allow a separate cursor color
13840         in Emacs state.
13842         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
13843         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
13844         (ediff-set-actual-diff-options): New function.
13845         (ediff-reset-diff-options, ediff-toggle-ignore-case):
13846         Use ediff-set-actual-diff-options.
13847         (ediff-extract-diffs): Catch errors.
13848         (ediff-whitespace): Add non-breakable space.
13849         (ediff-same-file-contents): Catch errors.
13851         * ediff-mult.el (ediff-collect-custom-diffs):
13852         Save coding-system-for-read.
13854         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
13855         (ediff-vc-internal, ediff-vc-merge-internal):
13856         Use ediff-delete-version-file.
13857         (ediff-delete-version-file): New function.
13859         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
13861         * ediff.el (ediff-directories, ediff-directory-revisions)
13862         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
13863         (ediff-directories-internal, ediff-merge-directory-revisions)
13864         (ediff-merge-directory-revisions-with-ancestor)
13865         (ediff-directories3): Use read-directory-name.
13867 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
13869         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
13870         Remove superfluous part of regexp for brace matching which is handled
13871         by `scan-lists' call.
13873 2006-06-16  Richard Stallman  <rms@gnu.org>
13875         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
13877         * files.el (basic-save-buffer-2): For a new precious file,
13878         use the default modes in the return value.
13880         * facemenu.el (facemenu-color-alist): Doc fix.
13882         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
13884 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13886         * cus-start.el (all): Add mac-ts-script-language-on-focus.
13888         * term/mac-win.el (mac-text-encoding-ascii): New constant.
13889         (mac-utxt-to-string): Use it.
13890         (mac-ts-update-active-input-area): Use mac-ae-number.
13892 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
13894         * term.el (term-handle-scroll, term-delete-lines)
13895         (term-insert-lines): Fix off by one errors.
13897 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13899         * net/tramp.el (tramp-touch): Use UTC to express time.
13901 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
13903         * mail/sendmail.el (mail-send): Search explicitly for
13904         mail-header-separator when checking for corrupted header lines.
13906 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
13908         * progmodes/gdb-ui.el (gdb-same-frame): New option.
13909         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
13910         (gdb-init-1): Initialise them.
13911         (gdb-starting): Reset gdb-printing
13912         (gdb-starting): Save value of gud-overlay-arrow-position.
13913         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
13914         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
13915         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
13916         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
13918 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13920         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
13922 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
13924         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
13925         (ldap-search-internal): Keep error messages, and a regexp fix.
13927 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
13929         * files.el (hack-local-variables-confirm):
13930         Display string value using its printed representation.
13932 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
13934         * server.el (server-edit): No-op if no server buffers exist.
13936 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
13938         * textmodes/page-ext.el (pages-directory-for-addresses):
13939         Including `pages-directory-address-mode' in the function results
13940         in the message "Buffer in which pages were found is deleted".
13942 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
13944         * textmodes/org.el (org-agenda-mode-map): Add bindings for
13945         clocking functions.
13947         (org-agenda-clock-in, org-check-running-clock)
13948         (org-clock-out-if-current, org-remove-clock-overlays)
13949         (org-put-clock-overlay): New functions.
13950         (org-clock-marker, org-clock-file-total-minutes)
13951         (org-clock-overlays): New variables.
13952         (org-clock-display, org-clock-sum, org-clock-cancel)
13953         (org-clock-out, org-clock-in): New commands.
13954         (org-export): New function.
13955         (org-emph-re): New constant.
13956         (org-set-emph-re, org-do-emphasis-faces): New functions.
13957         (org-emphasis-regexp-components, org-emphasis-alist): New options.
13958         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
13959         (org-export-html-convert-emphasize): Use the configurable emphasis.
13960         (org-cleaned-string-for-export): Make multiline emphasis visible
13961         to the exporter.  New optional argument PARAMETERS.
13962         (org-export-as-html): Specify :emph-multiline parameter to
13963         `org-cleaned-string-for-export'.
13965 2006-06-10  Richard Stallman  <rms@gnu.org>
13967         * help.el (help-for-help-internal): Clean up help text.
13969 2006-06-10  Andreas Schwab  <schwab@suse.de>
13971         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
13972         in doc string.
13974         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
13976 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
13978         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
13979         spaces after the comment start.
13981 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13983         * play/pong.el (pong-init-buffer):
13984         Fill buffer with spaces instead of ^A.
13986         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
13987         launched asynchronously, delete its process instead of being cool.
13988         (ispell-async-processp): Check for `delete-process' existence
13989         instead of `kill-process' one for consistency.
13991 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
13993         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
13994         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
13995         in mode line at startup.
13997 2006-06-08  Kim F. Storm  <storm@cua.dk>
13999         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
14000         (ido-init-completion-maps): Bind them to M-SPC and M-v.
14001         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
14002         (ido-file-internal): Pass full file name to write-file.
14003         (ido-read-internal): Only pop stack elements automatically if they
14004         actually match an existing directory or file name.
14006 2006-06-07  Kenichi Handa  <handa@m17n.org>
14008         * international/mule.el (find-auto-coding): Don't handle the short
14009         name `char-trans'.
14011         * files.el (hack-local-variables-prop-line)
14012         (hack-local-variables): Cancel the previous change.
14014 2006-06-06  Jesper Harder  <harder@phys.au.dk>
14016         * ediff-diff.el (ediff-test-utility): Protect against file-error.
14018 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
14020         * diff-mode.el (diff-mode): Set buffer-read-only to t when
14021         diff-default-read-only is non-nil.
14022         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
14023         (diff-refine-hunk): Set inhibit-read-only to t.
14025         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
14026         modifying the *Diff* buffer.
14027         (diff-process-filter): New filter function for diff process that
14028         sets inhibit-read-only to t when modifying the *Diff* buffer.
14030 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
14032         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
14033         insertion point and control the number of empty lines.
14034         (org-paste-subtree): Limit the number of empty lines at the end of
14035         the inserted tree.
14036         (org-agenda): Use buffer name of current file for narrowing.
14037         (org-export-as-xml): Command removed.
14038         (org-export-xml-type): Option removed.
14039         (org-mode-map): Call `org-export-as-xoxo' directly.
14040         (org-get-indentation): New optional argument LINE.
14041         (org-fix-indentation, org-remove-tabs): New functions.
14042         (org-export-as-ascii, org-ascii-level-start): Determine and apply
14043         correct indentation for headlines that are converted it items.
14044         (org-skip-comments): Remove table lines that contain narrowing
14045         cookies but no other non-empty fields.
14046         (org-set-tags): Allow groups of mutually exclusive tags.
14047         (org-cmp-time): Sort 24:21 before items without time.
14048         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
14049         (org-open-at-point): Require double colon also for numbers.
14051 2006-06-06  Kim F. Storm  <storm@cua.dk>
14053         * ido.el (ido-default-file-method, ido-default-buffer-method):
14054         Make choice values consistent with corresponding command names.
14055         (ido-visit-buffer): Update accordingly.  Default to selected-window.
14057 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
14059         * progmodes/gud.el (gud-running): Fix doc string.
14060         (gud-menu-map): Use :visible instead fo :enable for debugger test.
14061         (gud-tooltip-modes): Add python-mode.
14062         (gud-tooltip-print-command): Add pdb.  Remove perldb.
14064 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
14066         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
14067         Quote $(EMACS).
14069 2006-06-05  Richard Stallman  <rms@gnu.org>
14071         * faces.el (defined-colors): Doc fix.
14073 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
14075         * vc.el (vc-process-filter): Inhibit undo info collection around
14076         call to insert.
14077         (vc-setup-buffer): Likewise for call to erase-buffer.
14078         (vc-do-command): Likewise for call to process-file.
14080 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
14082         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
14083         for gud-go.
14084         (gud-common-init): Other debuggers may trigger error.
14086 2006-06-05  Kenichi Handa  <handa@m17n.org>
14088         * international/mule.el (find-auto-coding):
14089         Handle enable-character-translation in file header.
14091 2006-06-04  Kim F. Storm  <storm@cua.dk>
14093         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
14094         (authors-fixed-entries): Fix spelling.
14095         (authors-canonical-file-name): Don't report error for wildcards.
14097         * help.el (view-emacs-news): Rewrite to support new NEWS,
14098         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
14099         e.g. version 10 matches 1.10, and don't be confused by version 1.1
14100         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
14102 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
14104         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
14105         exec constructs like `foo bar`.
14106         (sh-quoted-subshell): New helper function to search for a possibly
14107         nested subshell (like `` or $()) within a "" quoted string.
14108         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
14109         (sh-apply-quoted-subshell): Flag quote characters inside a
14110         subshell, which is itself already in a quoted region, as
14111         punctuation, since this is the closest to what they actually are.
14112         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
14113         sh-apply-quoted-subshell.
14114         (sh-font-lock-syntactic-face-function): Apply the new face for
14115         text inside `` instead of the old font-lock-string-face.
14117 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14119         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
14120         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
14121         (mac-bytes-to-text-range, mac-ae-text-range-array)
14122         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
14123         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
14124         (mac-ts-unicode-for-key-event): New functions.
14125         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
14126         (mac-handle-font-selection): Use mac-ae-number.
14127         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
14128         New variables.
14129         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
14130         (mac-ts-converted-text, mac-ts-selected-converted-text)
14131         (mac-ts-block-fill-text, mac-ts-outline-text)
14132         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
14133         (mac-ts-hilite-style-faces): New constant.
14134         (mac-apple-event-map): Bind text input events.
14135         (mac-dispatch-apple-event): Use command-execute instead of
14136         call-interactively.
14137         (global-map): Don't bind mac-apple-event.
14138         (special-event-map): Bind mac-apple-event.
14140 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
14142         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
14143         file name.
14144         (emacs): Enclose the value of $(EMACS) in quotes.
14146 2006-06-02  Juri Linkov  <juri@jurta.org>
14148         * international/mule.el (sgml-html-meta-auto-coding-function):
14149         Remove the condition `(search-forward "<html" size t)'.
14150         Replace `\"' with `[\"']?' in `re-search-forward'.
14152 2006-06-02  Kenichi Handa  <handa@m17n.org>
14154         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
14155         as well as `coding'.
14156         (hack-local-variables): Likewise.
14158         * international/mule.el (enable-character-translation):
14159         Put permanent-local and safe-local-variable properties.
14160         (find-auto-coding): Handle char-trans: tag.
14162 2006-06-02  Juri Linkov  <juri@jurta.org>
14164         * international/mule.el (sgml-html-meta-auto-coding-function):
14165         Limit the search by the end of the HTML header (if any).
14167 2006-06-01  Richard Stallman  <rms@gnu.org>
14169         * subr.el (with-current-buffer): Doc fix.
14171 2006-06-02  Masatake YAMATO  <jet@gyve.org>
14173         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
14174         Almost rewrite.  Underlines over all lines of gcov output are too
14175         uncomfortable to read.  Suggested by Dan Nicolaescu.
14177 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14179         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
14181         * shell.el (shell-mode): Use shell-mode-map in docstring.
14183         * comint.el (comint-send-input): Do not add help-echo and
14184         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
14186 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14188         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
14190 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
14192         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
14193         (gdb-stopped, gdb-info-stack-custom): If there is no source info
14194         look up the stack and pop up GUD buffer if necessary.
14195         (gdb-frames-select): Remove redundant call to gud-display-frame.
14196         (gdb-info-threads-custom): Keep point at start of buffer.
14197         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
14199 2006-05-31  Juri Linkov  <juri@jurta.org>
14201         * replace.el (query-replace-read-from, query-replace-read-to):
14202         Bind `history-add-new-input' to nil.  Call `add-to-history'.
14204 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14206         * textmodes/table.el: Convert all HTML tags to lower case for
14207         XHTML compatibility.
14209 2006-05-31  Masatake YAMATO  <jet@gyve.org>
14211         * progmodes/compile.el:
14212         (compilation-error-regexp-alist-alist::gcov-called-line):
14213         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
14215 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
14217         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
14218         Revert inadvertent changes made with last commit.
14220 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14222         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
14223         New functions.
14225         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
14227 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
14229         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
14230         only matches in the right place.
14231         (org-upcoming-deadline): New face.
14232         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
14233         (org-export-ascii-underline): Rename constant `org-ascii-underline'
14234         and make it an option.
14235         (org-export-ascii-bullets): New option.
14236         (org-export-as-html): Many changes to emit valid XHTML.
14237         (org-par-open): New variable.
14238         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
14239         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
14240         (org-timeline): Pass `org-timeline-show-empty-dates' to
14241         `org-get-all-dates'.  Interpret empty dates returned by
14242         `org-get-all-dates'.
14243         (org-get-all-dates): New argument EMPTY.  Add dates without
14244         entries to the list, mark large ranges of empty dates.
14245         (org-point-in-group, org-context): New functions.
14247 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
14249         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
14251         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
14252         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
14253         to C-mouse-3 (for 2 button mice).
14254         (gdb-send): Do the right thing for C-d.
14256         * speedbar.el (speedbar-detach): Delete.
14257         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
14258         it breaks things.
14259         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
14261 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
14263         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
14264         Makeppfile.
14266         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14267         Add makepp diagnostic.
14269 2006-05-29  Richard Stallman  <rms@gnu.org>
14271         * window.el (fit-window-to-buffer): Doc fix.
14273         * help.el (temp-buffer-max-height): Doc fix.
14275         * subr.el (with-current-buffer): Doc fix.
14277 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14279         * term/x-win.el: Bind F10 to menu-bar-start if available.
14281 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
14283         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
14284         uses with a simple test.
14285         (term-set-escape-char, term-mode, term-check-kill-echo-list)
14286         (term-send-raw-string, term-send-raw, term-mouse-paste)
14287         (term-char-mode, term-line-mode, term-exec, term-sentinel)
14288         (term-handle-exit, term-read-input-ring)
14289         (term-previous-matching-input-string)
14290         (term-previous-matching-input-string-position)
14291         (term-previous-matching-input-from-input)
14292         (term-replace-by-expanded-history, term-send-input)
14293         (term-skip-prompt, term-bol, term-send-invisible)
14294         (term-kill-input, term-delchar-or-maybe-eof)
14295         (term-backward-matching-input, term-check-source)
14296         (term-proc-query, term-emulate-terminal)
14297         (term-handle-colors-array, term-process-pager, term-pager-line)
14298         (term-pager-bob, term-unwrap-line, term-word)
14299         (term-dynamic-complete-filename)
14300         (term-dynamic-complete-as-filename)
14301         (term-dynamic-simple-complete): Replace one arm ifs with whens or
14302         unlesses.
14304 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14306         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
14307         during bootstrapping.
14309         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
14310         Basically undo the change of 2006-05-26: use extra arguments instead of
14311         dynamic scoping.
14312         (ewoc-locate): Remove unused var `footer'.
14314 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14316         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
14318         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
14319         (generate-file-autoloads): Obey it.  Return whether autoloads were
14320         added at point or not.
14321         (update-file-autoloads): Use this new return value.
14322         Remove redundant test for the presence of an autoload cookie.
14324         * emacs-lisp/autoload.el (autoload-find-file): New fun.
14325         This one calls hack-local-variables.
14326         (generate-file-autoloads, update-file-autoloads): Use it.
14328         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14329         (bibtex-sort-entry-class): Add safe-local-variable predicate.
14330         (bibtex-sort-entry-class-alist): Don't set the global value.
14331         (bibtex-init-sort-entry-class-alist): New fun.
14332         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
14333         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
14334         of bibtex-init-sort-entry-class.
14336 2006-05-28  Richard Stallman  <rms@gnu.org>
14338         * subr.el (load-history-regexp): If FILE is relative, insist
14339         entire last name component must match it.
14340         (load-history-filename-element, load-history-regexp): Doc fixes.
14342 2006-05-29  Kim F. Storm  <storm@cua.dk>
14344         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
14345         `pos' and `raw-data' for clarity, as eval forms may access these.
14347 2006-05-28  Kim F. Storm  <storm@cua.dk>
14349         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
14351 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14353         * progmodes/make-mode.el (makefile-browser-map)
14354         (makefile-mode-syntax-table): Move initialization inside declaration.
14355         (makefile-fill-paragraph): Use the default comment-filling code.
14357 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
14359         * replace.el (query-replace-defaults): New variable.
14360         (query-replace-read-from): Use `query-replace-defaults' for
14361         default value, instead of history list.
14362         (query-replace-read-to): Update `query-replace-defaults'.
14364 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
14366         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
14367         with no X toolkit.
14369 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
14371         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
14372         (tumme-show-all-from-dir): Add autoload.
14374 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14376         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
14377         (tumme-remove-tag): Fix bug.
14379 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
14381         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
14382         FOOTER args.  Update unique caller.
14383         (ewoc-delete): Compute last node once before looping.
14384         (ewoc--node-branch): Merge into unique caller.
14385         (ewoc--node): Don't define constructor make-ewoc--node for this
14386         structure.
14387         (ewoc): Add member `hf-pp' to this structure.
14388         (ewoc--wrap): New func.
14389         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
14390         header/footer pretty-printers.  Save header/footer pretty-printer.
14391         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
14393         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
14395 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14397         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
14398         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
14399         Tag'.  Change "Compare directories..." to "Change Directories...".
14400         Move tumme commands to Operate, Regexp and Immediate menus.
14401         Change "Add Comment" to "Add Image Comment".  Change "Add Image
14402         Tag" to "Add Image Tags".
14404         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
14405         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
14406         `tumme-delete-tag'.
14408 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14410         * shell.el (shell-mode): Call shell-dirtrack-mode after
14411         list-buffers-directory is made a local variable, to avoid setting
14412         the default value.
14414 2006-05-26  Kevin Ryde  <user42@zip.com.au>
14416         * info.el (Info-index-next): Use where-is-internal to report
14417         actual binding of Info-index-next, rather than hard-coded `,'.
14419 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
14421         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
14422         and "Find Command in Manual" to here.
14424         * buff-menu.el (list-buffers-noselect): For Info buffers, use
14425         Info-current-file as the file name.
14427 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
14429         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
14430         overrides will now be done a different way.
14431         (ses-set-parameter): Reapply this function for undo.
14432         (ses-set-header-row): Reconstruct header row during undo.
14433         (ses-widen): New function.
14434         (ses-goto-data, ses-reconstruct-all): Use new function.
14435         (ses-command-hook): Widen buffer during undo, before unupdating
14436         the cells.
14437         (ses-insert-row, ses-delete-row): Widen buffer during undo.
14438         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
14439         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
14440         formula hasn't been executed yet.
14442 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14444         * comint.el (comint-kill-whole-line): Rename arg to count.
14445         Fix doc string.
14447 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
14449         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
14450         to copy-file.
14452 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14454         * simple.el (toggle-truncate-lines): Make arg optional for
14455         backward compatibility.
14457 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
14459         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
14460         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
14461         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
14462         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
14463         (ewoc--adjust): Use ewoc--current-dll.
14464         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
14466 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
14468         * textmodes/org.el (org-next-item, org-previous-item): Emit more
14469         compact error message.
14470         (org-tags-view): Refresh category table in each file.
14471         (org-table-justify-field-maybe): Remove superfluous arguments to
14472         `format'.
14473         (org-export-as-html): Insert "<p>" before postamble.
14474         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
14476 2006-05-26  Kenichi Handa  <handa@m17n.org>
14478         * textmodes/po.el (po-find-charset): Pay attention to the case
14479         FILENAME is a cons (NAME . BUFFER).
14480         (po-find-file-coding-system-guts): Likewise.
14482         * arc-mode.el (archive-set-buffer-as-visiting-file):
14483         Call find-operation-coding-system with (FILENAME . BUFFER).
14485         * tar-mode.el (tar-extract): Call find-operation-coding-system
14486         with (FILENAME . BUFFER).
14488         * international/mule.el (decode-coding-inserted-region):
14489         Call find-operation-coding-system with (FILENAME . BUFFER).
14491 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
14493         * image-mode.el (image-toggle-display): Use buffer contents to
14494         generate image for a remote file.
14496 2006-05-25  Juri Linkov  <juri@jurta.org>
14498         * replace.el (query-replace-read-from, query-replace-read-to):
14499         Remove 8th arg KEEP-ALL in read-from-minibuffer.
14501 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
14503         * whitespace.el (whitespace-cleanup): Change to cleanup
14504         region if one is active.
14505         * whitespace.el (whitespace-cleanup-internal): New internal method.
14507 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14509         * dired.el (dired-mode-map): Add help-echo strings to tumme
14510         commands.  Bind `tumme-dired-display-image' to C-t i.
14512         * tumme.el (tumme-display-image): Change documentation string slightly.
14513         (tumme-dired-display-image): Add call to `display-buffer'.
14515 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
14517         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
14518         Signal error if RAW-DATA is a multibyte string.
14520 2006-05-24  Richard Stallman  <rms@gnu.org>
14522         * subr.el (with-local-quit): When handling `quit' signal,
14523         make a chance for quit-flag to cause a quit.
14525         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
14526         (ad-disable-advice): Add autoloads.
14528         * subr.el (read-passwd): Copy PROMPT before changing its properties.
14530 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14532         * dired.el (dired-mode-map): Change menu items for tumme as per
14533         suggestions in emacs-devel.
14535 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14537         * dired.el (dired-mode-map): Fix breakage.
14539 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14541         * tumme.el (tumme-display-dired-image): Rename to...
14542         (tumme-dired-display-image): ...this.
14543         (tumme-track-movement): Change default value to t.
14544         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
14545         used from `tumme-next-line-and-display' and similar commands.
14547         * dired.el (dired-mode-map): Add Thumbnail submenu under the
14548         Immediate menu.  Add some tumme commands there.
14550 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
14552         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
14554 2006-05-24  Chong Yidong  <cyd@mit.edu>
14556         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
14557         menu entries that open submenus.
14559 2006-05-24  Alan Mackenzie  <acm@muc.de>
14561         * startup.el (command-line): For names of preloaded files, don't
14562         append ".elc" (now done in Fload), and call file-truename on the
14563         lisp directory.
14565         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
14566         match ANY loaded file with the right name, not just those in
14567         load-path.  Put a regexp matching the file name into
14568         after-load-alist, rather than the name itself.
14570         * subr.el (load-history-regexp, load-history-filename-element)
14571         (do-after-load-evaluation): New functions.
14573         * international/mule.el (load-with-code-conversion): Do the
14574         eval-after-load stuff by calling do-after-load-evaluation.
14576 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14578         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
14579         has not been killed.
14581 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14583         * term/mac-win.el: Set idle timer to clean up expired Apple events.
14584         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
14585         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
14586         Optionally set error message in reply.
14588 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
14590         * textmodes/org.el (org-open-at-point): Use renamed variable
14591         `org-confirm-shell-link-function'.
14592         (org-confirm-shell-link-function): Rename from
14593         `org-confirm-shell-links'.
14594         (org-export-directory): New function.
14595         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
14596         (org-export-icalendar): Use `org-export-directory'.
14597         (org-indent-item): Keep cursor position.
14598         (org-link-file-path-type): New option.
14599         (org-export-as-html): Fix bug with plain lists starting in
14600         column 0.
14601         (org-export-as-html): Remove deadline formatting, this happens
14602         now already in `org-html-handle-time-stamps'.
14603         (org-export-html-style): Deadline class removed.
14604         (org-insert-labeled-timestamps-at-point): New option.
14605         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
14606         of `hide-sublevels 1', in case the first headline is not level 1.
14607         (org-overview, org-content): New fuction.
14608         (org-cycle-global-status, org-cycle-subtree-status): Make these
14609         variables buffer-local.
14610         (org-global-cycle): New command.
14611         (org-shifttab): Use `org-global-cycle'.
14612         (org-insert-heading, org-insert-item): Go to end of new
14613         headline/item after creating it.
14614         (org-export-visible): Rename from `org-export-copy-visible'.
14615         Now creates a temporary org-file and applies an exporting command
14616         to it.
14617         (org-table-eval-formula): Support for lisp forms.
14618         (org-agenda-todo-ignore-scheduled): New option.
14619         (org-agenda-get-todos): Use new option
14620         `org-agenda-todo-ignore-scheduled'.
14621         (org-export-html-inline-images): New value `maybe'.
14622         (org-export-as-html): Inlining of images dependent on link description.
14623         (org-archive-subtree): Check for end-of-buffer before trying
14624         `kill-line'.
14625         (org-agenda-follow-mode): New option.
14626         (org-export-with-tags, org-export-with-timestamps): New options.
14627         (org-html-handle-time-stamps): New function.
14628         (org-keyword-time-regexp): New variable.
14629         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
14630         (org-agenda-todo-list-sublevels): New option.
14631         (org-html-level-start): When TITLE is nil, just close all levels.
14632         (org-parse-key-lines, org-parse-export-options): Remove functions,
14633         replaced by `org-infile-export-plist'.
14634         (org-combine-plists, org-infile-export-plist)
14635         (org-default-export-plist): New functions.
14636         (org-export-html-preamble, org-export-html-postamble)
14637         (org-export-html-auto-preamble, org-export-html-auto-postamble):
14638         New variables.
14639         (org-export-publishing-directory): New option.
14640         (org-export-as-html, org-export-as-ascii): Use the new property
14641         lists for settings.
14642         (org-export-copy-visible, org-export-as-xoxo):
14643         Respect `org-export-publishing-directory'.
14644         (org-link-search, org-store-link, org-file-apps): Support for
14645         links to BibTeX database entries..
14646         (org-get-current-options, org-set-regexps-and-options):
14647         Implement logging as a startup option.
14648         (org-store-link): Make sure context string is never empty
14649         (org-insert-link): Use relative path when possible.
14650         (org-at-item-checklet-p): New function.
14651         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
14652         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
14653         (org-metaright, org-metaup, org-metadown, org-shiftup)
14654         (org-shiftdown, org-shiftright, org-shiftleft)
14655         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
14656         Dispatch using `call-interactively'.
14657         (org-call-with-arg): New defsubst.
14658         (org-tag-alist, org-use-fast-tag-selection): New options.
14659         (org-complete): Use `org-tag-alist'.
14660         (org-fast-tag-insert, org-fast-tag-selection): New functions.
14661         (org-next-item, org-previous-item): New commands.
14662         (org-beginning-of-item, org-end-of-item): Add (interactive) to
14663         make command.
14664         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
14666 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
14668         * emacs-lisp/ewoc.el (ewoc-delete): New function.
14669         (ewoc-filter): Use `ewoc-delete'.
14671         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
14673 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14675         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
14676         Signal more user-friendly error messages.
14678         * complete.el (PC-do-completion): Undo the addition of implicit
14679         wildcards if they did not lead to finding any match.
14680         (read-file-name-internal): Don't add the final > if the completion is
14681         not finished.
14683 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14685         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
14686         Quote safe-local-variable predicate.
14688 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14690         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
14692 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14694         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
14696         * progmodes/make-mode.el (makefile-special-targets-list)
14697         (makefile-macro-table, makefile-target-table): Mark as risky.
14698         (makefile-query-one-target-method): Make this the alias for the
14699         following variable.
14700         (makefile-query-one-target-method-function): Make this the real name.
14702         * textmodes/artist.el (artist-text-renderer): Make this the alias
14703         for the following variable.
14704         (artist-text-renderer-function): Make this the real name.
14706         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
14707         the alias for the following variable.
14708         (flyspell-generic-check-word-predicate): Make this the real name.
14710         * textmodes/ispell.el (ispell-format-word): Make this the alias
14711         for the following variable.
14712         (ispell-format-word-function): Make this the real name.
14713         (ispell-message-text-end): Mark as risky.
14715         * skeleton.el (skeleton-transformation, skeleton-filter)
14716         (skeleton-pair-filter): Make these the aliases for the following
14717         variables.
14718         (skeleton-transformation-function, skeleton-filter-function)
14719         (skeleton-pair-filter-function): Make these the real names.
14721         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
14722         and skeleton-pair-filter-function.
14724         * textmodes/sgml-mode.el (sgml-transformation): Make this the
14725         alias for the following variable.
14726         (sgml-transformation-function): Make this the real name.
14727         (sgml-tag-alist): Mark as risky.
14729 2006-05-21  Richard Stallman  <rms@gnu.org>
14731         * simple.el (kill-region): Interactively, pass point, then mark.
14733 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14735         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
14737 2006-05-21  Romain Francoise  <romain@orebokech.com>
14739         * dired-x.el (dired-mode-map): Don't bind M-g.
14741 2006-05-20  Richard Stallman  <rms@gnu.org>
14743         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
14744         (dired-goto-file): Doc fix.
14746 2006-05-21  Kim F. Storm  <storm@cua.dk>
14748         * emulation/cua-base.el: Mention customizing cua-mode as alternative
14749         way to enable built-in cua-mode if user loads older CUA-mode package.
14751         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
14752         if default-filename is specified.
14754 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14756         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
14758         * info.el (info-apropos): Make sure current-file and current-node
14759         have non-nil values.  Speed up by using add-to-list instead of
14760         manual consing.
14762 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14764         * progmodes/make-mode.el (makefile-mode): Doc fix.
14766 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14768         * dired-aux.el (dired-do-shell-command): Doc fix.
14770 2006-05-20  Kevin Ryde  <user42@zip.com.au>
14772         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
14773         ``(custom-manual :tag "Foo" "(foo)Node")''.
14775 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
14777         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
14778         value is an integer.
14780 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14782         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
14783         "format".
14784         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
14786 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
14788         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
14789         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
14791 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14793         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
14794         regexp for keywords.
14796 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
14798         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
14799         replace-regexp-in-string.
14801         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
14802         encode, and escape file name on conversion to URL.
14804 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14806         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
14807         Don't unescape URL.
14808         (dnd-get-local-file-name): Unescape URL on conversion to file name.
14810         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
14811         on conversion to URLs.
14813         * net/browse-url.el (browse-url-file-url): Encode file name on
14814         conversion to URL.
14816         * term/mac-win.el (mac-ae-open-documents): Escape file name on
14817         conversion to URL.
14819 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
14821         * progmodes/cc-styles.el (c-style-alist): Doc fix.
14823 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14825         * term/mac-win.el (mac-bytes-to-digits): Remove function.
14826         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
14828 2006-05-19  Glenn Morris  <rgm@gnu.org>
14830         * calendar/diary-lib.el (diary-bahai-date)
14831         (list-bahai-diary-entries, mark-bahai-diary-entries)
14832         (mark-bahai-calendar-date-pattern): Not interactive.
14833         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
14834         (diary-entries-list): Change format of 4th element in each entry.
14835         (diary-list-entries): Use add-to-diary-list.
14836         (diary-goto-entry): Handle the case where the buffer visiting the
14837         diary has been killed.
14838         (fancy-diary-display): Add 'locator to button rather than 'marker.
14839         Only generate temp-face when there are marks to apply.
14840         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14841         (diary-fancy-date-pattern): New variable.
14842         (diary-time-regexp): Doc fix.
14843         (diary-anniversary, diary-time): New faces.
14844         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
14845         diary-time-regexp.  Add font-lock-multiline property where needed.
14846         Use new faces diary-anniversary and diary-time.
14847         (diary-fancy-font-lock-fontify-region-function): New function, to
14848         handle multiline font-lock pattern in fancy diary.
14849         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
14850         (diary-font-lock-keywords): Tweak time regexp.  Use new face
14851         diary-time.
14853 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
14855         * international/code-pages.el (mik): Table corrected.
14857 2006-05-18  Kim F. Storm  <storm@cua.dk>
14859         * progmodes/grep.el (grep-find): Don't check grep-find-command
14860         before running command (breaks non-interactive usage).
14862 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
14864         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
14865         (ewoc--insert-new-node): Don't insert trailing newline.
14866         Instead, adjust successor nodes's start markers.
14867         (ewoc--refresh-node): Delete all text from current node's start
14868         marker to the next one's; adjust successor nodes's start markers.
14869         (ewoc--create): Doc fixes.
14870         (ewoc--refresh): Don't insert newline.
14871         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
14872         * pcvs.el (cvs-make-cvs-buffer):
14873         Specify extra newline for ewoc's header and footer.
14874         (cvs-update-header): Update initial header recognition.
14875         Append newline to final header and footer values.
14876         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
14878 2006-05-17  Richard Stallman  <rms@gnu.org>
14880         * files.el (file-name-extension): Doc fix.
14882 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14884         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
14885         we can explicitly enable/disable rather than toggle.
14886         (shell-mode): Use it.
14887         (shell-cd): Don't try to reproduce what `cd' does.
14889 2006-05-17  Kim F. Storm  <storm@cua.dk>
14891         * ido.el (ido-read-internal): Use only nondirectory part of
14892         default item.
14894 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
14896         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
14897         (ewoc-nth): Doc fix.
14899         (ewoc-map, ewoc-invalidate): Compute PP before looping.
14901 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
14903         * international/mule.el (auto-coding-alist): Add .lha to files
14904         read with no-conversion.
14906         * files.el (auto-mode-alist): Add .lha files to archive file
14907         extensions.
14909         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
14910         Convert csize to integer when computing offsets within the
14911         compressed archive file.
14913 2006-05-16  Kim F. Storm  <storm@cua.dk>
14915         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
14916         with read-from-minibuffer.
14918 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14920         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
14921         (byte-compile-warnings): Fix safe-local-variable property.
14923 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
14925         * allout.el (allout-show-bodies, allout-old-style-prefixes)
14926         (allout-stylish-prefixes, allout-numbered-bullet)
14927         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
14928         predicates to qualify `safe-local-variable' property, when
14929         available, else use equivalent lambda.
14930         (allout-current-topic-collapsed-p): Do the right thing regarding
14931         trailing blank lines.
14933 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14935         * server.el (server-start): Only create a directory if needed.
14936         (server-edit, server-unload-hook): server-start => server-mode.
14937         (kill-emacs-hook): Cleanup upon exit.
14939 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14941         * hexl.el (hexlify-buffer): Encode process arguments manually.
14943 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
14945         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
14946         call to gdb-tooltip-print.
14948 2006-05-15  Romain Francoise  <romain@orebokech.com>
14950         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
14951         systems, default to "tar" since those systems probably have GNU tar.
14953 2006-05-14  Lars Hansen  <larsh@soem.dk>
14955         * desktop.el (desktop-missing-file-warning): Fix docstring.
14956         (desktop-restore-file-buffer): Correct question asked on missing file.
14958 2006-05-14  Kim F. Storm  <storm@cua.dk>
14960         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
14961         Add CUA move property.
14963 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
14965         * custom.el (custom-push-theme): Load the variable before checking
14966         its `standard-value'.
14968 2006-05-13  Lars Hansen  <larsh@soem.dk>
14970         * desktop.el (desktop-save): Use with-temp-buffer.
14972 2006-05-12  Glenn Morris  <rgm@gnu.org>
14974         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
14975         * calendar/calendar.el (calendar-mode-map):
14976         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
14977         * calendar/appt.el (appt-check, appt-make-list): Refer to
14978         diary-view-entries, diary-list-entries, diary-show-all-entries
14979         rather than obsolete aliases.
14981 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
14983         * simple.el (line-move-finish): Avoid calling point motion hooks
14984         while processing intangibility.
14986 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
14988         * term/xterm.el (terminal-init-xterm): Fix typo.
14990 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
14992         * allout.el (allout-view-change-hook): Mark as being deprecated,
14993         to be replaced by `allout-exposure-change-hook'.
14994         (allout-exposure-change-hook): New, replacing
14995         `allout-view-change-hook'.
14996         (allout-flag-region): Run new hook `allout-exposure-change-hook',
14997         in addition to `allout-view-change-hook'.
14998         (allout-show-bodies, allout-old-style-prefixes)
14999         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
15000         lambda forms to prevent their showing up in variable help
15001         presentations as inscrutable byte-compiled code.
15002         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
15003         Use string-or-null-p to qualify safe-local-variable values.
15004         (allout-reindent-bodies): Use memq to qualify matches against
15005         valid safe-local-variable values.  Also, quote the lambda as above.
15006         (allout-use-mode-specific-leader): Add missing candidate-value
15007         symbols, use memq, and quote the lambda.
15008         (allout-overlay-interior-modification-handler): Remove unused
15009         variables `msg' and 'opened'.
15010         (allout-hidden-p): Constrain invisibility consideration to allout's
15011         invisibility spec, disregarding invisibility for other reasons.
15013 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
15015         * files.el (version-control): Correct safe values.
15017 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
15019         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
15021         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
15022         (ewoc--insert-new-node): New func.
15023         Update callers of deleted funcs to use it, instead.
15025 2006-05-11  Glenn Morris  <rgm@gnu.org>
15027         * calendar/calendar.el (diary-show-all-entries): Do not refer to
15028         obsolete alias `show-all-diary-entries'.
15029         (make-diary-entry): Not interactive.
15030         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
15031         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
15032         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
15033         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15034         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
15035         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
15037 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15039         * calendar/calendar.el (calendar-french-date-string)
15040         (calendar-mayan-date-string, calendar-chinese-date-string)
15041         (calendar-astro-date-string, calendar-iso-date-string)
15042         (calendar-islamic-date-string, calendar-bahai-date-string)
15043         (calendar-hebrew-date-string, calendar-coptic-date-string)
15044         (calendar-ethiopic-date-string, calendar-persian-date-string):
15045         These functions are not interactive.
15047 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
15049         * files.el: Balance parentheses.
15051 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
15053         * files.el, newcomment.el, outline.el, simple.el,
15054         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
15055         * progmodes/cc-vars.el, progmodes/compile.el:
15056         Move `safe-local-variable' declarations to the respective files.
15058         * help-fns.el (describe-variable): Don't print safe-var if it is
15059         byte-code.  Improve wording as suggested by Luc Teirlinck.
15061 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
15063         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
15064         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
15065         Use a token for pending-triggers to ensure gdb-var-update
15066         gets called once per user input again for pre-GDB 6.4.
15067         (gdb-var-delete): Match on more complex expressions.
15068         (gdb-var-list-children-handler, gdb-var-create-handler):
15069         Use a token for consistency.
15071 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
15073         * textmodes/org.el (org-read-date, org-goto-calendar)
15074         (org-agenda-goto-calendar):
15075         Bind `view-calendar-holidays-initially' to nil.
15077 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
15079         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
15080         Update all callers to do it there, instead.
15082 2006-05-10  Glenn Morris  <rgm@gnu.org>
15084         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
15085         prefix arg case, to avoid view-diary-entries-initially error.
15086         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
15087         (calendar-date-is-legal-p): Handle dates with no day part.
15089 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
15091         * comint.el (comint-insert-input): Just make it when
15092         comint-use-prompt regexp is nil (default) and with the mouse.
15093         (comint-copy-old-input): Reinstate from 2004-06-23.
15094         (comint-mode-map): Bind C-c C-m to it.
15096 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
15098         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15099         Remove spurious move to point-max (new comint behavior fixes).
15101         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
15102         compatibility function (Emacs 18/19).
15103         (idlwave-is-continuation-line): Always return point at start of
15104         previous non-blank continuation line.
15105         (keyword-parameters): Fix continued comment font-lock matcher.
15106         (idlwave-font-lock-fontify-region): Written, use as
15107         font-lock-fontify-region-function, to fix continued keyword
15108         fontification issues.
15110 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15112         * term/mac-win.el (mac-font-panel-mode): Doc fix.
15113         (mac-service-selection, mac-service-open-file)
15114         (mac-service-open-selection, mac-service-mail-selection)
15115         (mac-service-mail-to, mac-service-insert-text): Rename from
15116         mac-services-*.  All uses changed.
15117         (mac-apple-event-map): Rename event symbol `services' to `service'.
15119 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
15121         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
15122         (ewoc--node-enter-first, ewoc--node-enter-last)
15123         (ewoc--delete-node-internal): Merge funcs into unique callers.
15125 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
15127         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
15128         return value of read-from-minibuffer for empty input.
15130 2006-05-09  Miles Bader  <miles@gnu.org>
15132         * comint.el (comint-insert-input): Remove redundant calls to setq
15133         and goto-char.
15135 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
15137         * comint.el (comint-insert-input): Make it work when
15138         comint-use-prompt-regexp is t.
15140 2006-05-10  Miles Bader  <miles@gnu.org>
15142         * subr.el (field-at-pos): New function.
15144         * comint.el (comint-insert-input): Use it.
15146 2006-05-09  Juri Linkov  <juri@jurta.org>
15148         * battery.el (battery-linux-proc-acpi): Also try
15149         `/proc/acpi/thermal_zone/THR2/temperature'.
15151         * files.el <safe-local-variable>: Remove `eval' and `let' binding
15152         for now unused lambda `string-or-null'.
15154         * add-log.el (change-log-default-name): Put `string-or-null-p'
15155         instead of lambda on `safe-local-variable' property.
15157         * diff-mode.el (diff-context->unified): Use `region-beginning' and
15158         `region-end' instead of `mark' and `point'.
15159         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
15160         Operate on region in Transient Mark mode when the mark is active.
15161         Use `region-beginning' and `region-end' instead of `mark' and
15162         `point'.
15163         (diff-hunk-text, diff-goto-source): Doc fix.
15165         * startup.el (fancy-splash-screens, normal-splash-screen): Use
15166         face `mode-line-buffer-id' for mode-line buffer face instead of
15167         hard-coded `(:weight bold)'.
15169         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
15170         buffer-undo-list to t (undo-ask is reproducible by visiting
15171         nested archives).
15173 2006-05-09  Kim F. Storm  <storm@cua.dk>
15175         * progmodes/grep.el (rgrep): Set default directory of *grep*
15176         buffer if we start M-x rgrep in the *grep* buffer and choose
15177         a different base directory.
15179 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
15181         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
15182         completion also when ido is loaded.
15184 2006-05-09  Masatake YAMATO  <jet@gyve.org>
15186         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
15187         "warning" and "import".
15188         (cpp-font-lock-keywords): Added "warning".
15190 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
15192         * term/xterm.el (terminal-init-xterm): Add more key bindings.
15194 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15196         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
15197         pages at a time, if we signal the end, we should indeed reach that end.
15199 2006-05-08  David Reitter  <david.reitter@gmail.com>
15201         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
15202         output during execution of the body.
15204 2006-05-08  Kim F. Storm  <storm@cua.dk>
15206         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
15208 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
15210         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
15211         Use with-current-buffer.
15213 2006-05-07  Kim F. Storm  <storm@cua.dk>
15215         * subr.el (add-to-history): Remove keep-dups arg.
15217         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
15218         to nil around call to add-to-history.
15220 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15222         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
15223         than after a buffer modification.
15225 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
15227         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
15228         call to...
15229         (gud-watch): ...here so speedbar is raised for already watched
15230         expressions.
15231         (gdb-speedbar-refresh): Delete function.
15232         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
15233         Use speedbar-timer-fn instead of speedbar-refresh (reverting
15234         earlier change).
15235         (gdb-var-evaluate-expression-handler)
15236         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
15238         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
15239         Update localized contents for all buffers except ignored modes.
15241 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15243         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
15244         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
15245         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
15246         (mac-handle-font-panel-closed, mac-handle-font-selection):
15247         New functions.
15248         (mac-font-panel-mode): New minor mode.
15249         (mac-apple-event-map): Add bindings for toolbar toggle button and
15250         font panel.
15251         (menu-bar-showhide-menu): Add mac-font-panel-mode.
15253 2006-05-07  John Paul Wallington  <jpw@pobox.com>
15255         * ibuffer.el (ibuffer-compressed-file-name-regexp):
15256         Avoid `regexp-opt'; simplify regexp for readability.
15258 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
15260         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
15261         * files.el (buffer-stale-function):
15262         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15263         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
15264         links to the main manual, not to emacs-xtra.
15266 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15268         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
15269         MacJapanese if text is ASCII-only.
15271 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
15273         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
15274         unless so nil isn't returned.
15275         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
15277 2006-05-06  Kim F. Storm  <storm@cua.dk>
15279         * subr.el (add-to-history): New function.
15281         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
15282         (ediff-merge-files-with-ancestor):
15283         * env.el (setenv):
15284         * isearch.el (isearch-update-ring):
15285         * server.el (server-visit-files):
15286         * progmodes/grep.el (lgrep, rgrep):
15287         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
15288         * progmodes/xscheme.el (xscheme-insert-expression):
15289         Use add-to-history.
15291         * kmacro.el (kmacro-push-ring): Use add-to-history.
15292         (kmacro-ring-length): Remove unused defun.
15293         (kmacro-start-macro): Use kmacro-push-ring.
15295 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
15297         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
15298         directly instead of a lambda expression that calls it.
15300 2006-05-06  Kim F. Storm  <storm@cua.dk>
15302         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
15303         instead of compute-motion.
15305 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
15307         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
15308         change.
15310 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
15312         * startup.el (command-line-1): Refer to "Pure Storage" on
15313         pure-space-overflow.
15315 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
15317         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
15318         provided faces once they all have been used up.
15320 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15322         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
15323         reference to the Lisp manual to the warning about pure space
15324         overflow.
15326 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15328         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15329         argument to avoid the call to `ispell-internal-change-dictionary'
15330         when not needed.
15331         (ispell-change-dictionary): Use this argument and call
15332         `ispell-internal-change-dictionary' after the possible change
15333         to `ispell-local-dictionary'.
15334         (ispell-internal-change-dictionary): Check for a change in
15335         personal dictionary use too.
15337 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15339         * startup.el (command-line): On MS-Windows, probe "~", not
15340         "~USER", for warning about non-existent home directory.
15342         * arc-mode.el (archive-l-e): New optional argument `float' means
15343         generate a float value.
15344         (archive-arc-summarize, archive-lzh-summarize)
15345         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
15346         with 3rd argument non-nil when file's size is being computed.
15347         Format the file sizes with %8.0f instead of %8d.
15349 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15351         * cus-start.el (all): Add mac-dnd-known-types.
15353         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
15354         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
15355         (mac-TIFF-to-string): New functions.
15356         (x-get-selection, x-selection-value)
15357         (mac-select-convert-to-string): Use them.
15358         (mac-text-encoding-mac-japanese-basic-variant): New constant.
15359         (mac-dnd-types-alist): New customization variable.
15360         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
15361         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
15362         (mac-dnd-handle-drag-n-drop-event): New functions.
15363         (mac-drag-n-drop): Remove function.
15364         (global-map): Bind drag-n-drop and M-drag-n-drop to
15365         mac-dnd-handle-drag-n-drop-event.
15367 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
15369         * progmodes/perl-mode.el (perl-beginning-of-function):
15370         Skip anonymous subs.
15372 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
15374         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
15375         regexp-opt at run time.
15377         * term.el (term-handle-ansi-escape): Fix off by one error.
15379 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
15381         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
15382         (gdb-init-1, gdb-post-prompt): ...and references to it.
15383         (gdb-frame-handler): Strip directory name from filename if present.
15385         * progmodes/gud.el (gdb-force-update): Delete defvar
15386         (gud-speedbar-buttons): ...and references to it.  Use window-start
15387         to try to keep positon in watch expression.
15389 2006-05-03  Richard Stallman  <rms@gnu.org>
15391         * simple.el (next-history-element, previous-history-element): Doc fix.
15393         * isearch.el (isearch-update-ring): Doc fix.
15395 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
15397         * isearch.el (isearch-update-ring): Take history-delete-duplicates
15398         into consideration.  Replace one arm ifs with whens.
15400 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
15402         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
15403         (menu): Fix typo.
15405 2006-05-02  Miles Bader  <miles@gnu.org>
15407         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
15409 2006-05-02  Jay Belanger  <belanger@truman.edu>
15411         * calc/calc-embed.el (calc-override-minor-modes-map)
15412         (calc-override-minor-modes): New variables.
15413         (calc-do-embedded): Make sure that Calc keystrokes aren't
15414         overwritten by minor modes.
15416 2006-05-02  Chong Yidong  <cyd@mit.edu>
15418         * msb.el (msb): If EVENT is a down event, read and discard the up event.
15420 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15422         * startup.el (command-line-1): Refer to Lisp manual when
15423         pure-space-overflow occurs.
15425         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
15426         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
15427         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
15428         (version-control): Don't use `t' for safe-local-variable declarations.
15430 2006-05-01  Richard Stallman  <rms@gnu.org>
15432         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
15433         M-r, M-R, M-A, M-SPC or M-DEL.
15434         (diff-mode-map): diff-refine-hunk now on C-c C-w
15435         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
15437         * help-mode.el (help-mode): view-exit-action calls delete-window
15438         only when it is safe and possible.
15440         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
15441         in messages.
15443         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
15445         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
15446         in the default tool-bar-map.
15448 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
15450         * net/tramp.el (tramp-completion-file-name-handler-alist)
15451         (tramp-run-real-handler, tramp-completion-run-real-handler)
15452         (tramp-completion-handle-file-name-all-completions)
15453         (tramp-completion-handle-file-name-completion): Autoload them.
15454         (tramp-completion-handle-file-exists-p)
15455         (tramp-completion-handle-file-name-directory)
15456         (tramp-completion-handle-file-name-nondirectory)
15457         (tramp-completion-handle-expand-file-name): Remove them.
15458         (tramp-handle-file-name-directory): Return the real directory name.
15459         Returning "/" only doesn't need to be necessary any longer.
15460         (tramp-file-name-handler): Make special attention when in hostname
15461         completion mode.
15462         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
15463         (tramp-register-file-name-handlers):
15464         Register `tramp-completion-file-name-handler' only when
15465         `partial-completion-mode' is enabled.
15466         (tramp-completion-handle-file-name-all-completions):
15467         Delete directory part from results.
15468         (tramp-get-completion-methods, tramp-get-completion-user-host):
15469         Discard deleting "/", it doesn't work after the change of
15470         `tramp-handle-file-name-directory' above.
15472 2006-05-01  Kim F. Storm  <storm@cua.dk>
15474         * progmodes/grep.el (grep-expand-template): Use save-match-data
15475         and symbol-value.
15477 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15479         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
15480         Use select-frame-set-input-focus instead of raise-frame.
15481         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
15483 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
15485         * progmodes/gud.el (gud-def): Add %c case.
15486         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
15487         (gud-format-command): Make match case sensitive.  Match on %F.
15489 2006-04-30  Glenn Morris  <rgm@gnu.org>
15491         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
15492         (cal-tex-preamble): Use cal-tex-preamble-extra.
15493         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
15494         than alias `list-diary-entries'.
15496 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
15498         * help-fns.el (describe-variable): Add info about safe local variables.
15500 2006-04-29  Richard Stallman  <rms@gnu.org>
15502         * bindings.el (mode-line-format): help-echo doc fixes.
15504         * net/tramp.el (tramp-file-name-handler-alist): Delete
15505         expand-file-name and other operations that can cause spurious loading.
15507 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15509         * files.el (safe-local-variable-p): Remove support for the special
15510         value t.
15512         * textmodes/paragraphs.el (sentence-end-without-space):
15513         Fix safety predicate.
15514         (sentence-end-double-space, sentence-end-without-period)
15515         (paragraph-ignore-fill-prefix):
15516         * textmodes/fill.el (colon-double-space):
15517         * abbrev.el (abbrev-mode): Tighten the safety predicate.
15519         * subr.el (booleanp): New fun.
15521         * textmodes/reftex-vars.el (reftex-guess-label-type):
15522         Tighten the safety predicate.
15524 2006-04-28  Kim F. Storm  <storm@cua.dk>
15526         * progmodes/grep.el (defgroup grep): Doc fix.
15527         (grep-auto-highlight): Remove.
15528         (grep-template): New defcustom.
15529         (grep-find-template): Rename from grep-tree-template.
15530         (grep-files-aliases): Rename from grep-tree-files-aliases.
15531         Remove "all" alias, add "l" alias.
15532         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
15533         (grep-find-ignored-directories): New defcustom to replace
15534         grep-tree-ignore-CVS-directories, to facilitate ignoring
15535         subdirectories for multiple version control systems.
15536         (grep-mode-map): Add Recursive grep item to GREP menu.
15537         (grep-regexp-history, grep-files-history): New defvars.
15538         (grep-probe): New helper function.
15539         (grep-compute-defaults): Use it to simplify code.
15540         Adapt to name changes.
15541         Use `.' as base in grep-find-template rather than <D>.
15542         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
15543         Call grep-compute-defaults unconditionally.
15544         (grep-expand-keywords): New defconst.
15545         (grep-expand-template): Rename from grep-expand-command-macros.
15546         Simplify via grep-expand-keywords.  Look at case-fold-search instead
15547         of grep-tree-ignore-case to add -i option.
15548         Bind case-fold-search to nil while matching keywords.
15549         (grep-tree-last-regexp, grep-tree-last-files): Remove.
15550         (grep-read-regexp, grep-read-files): New helper functions.
15551         (rgrep): Rename from grep-tree.  Rework to use proper histories.
15552         Adapt to changes in defcustoms and functions above.
15553         (lgrep): New command, as grep, but using same interactive UI as rgrep.
15555 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
15557         * net/tramp.el (tramp-completion-file-name-handler):
15558         Disable Tramp's functionality while loading Tramp itself.
15559         (tramp-register-file-name-handlers): That's a defsubst now.
15560         Code from `tramp-repair-jka-compr' moved here.  Apply it via
15561         `after-init-hook'.
15562         (tramp-repair-jka-compr): Remove.
15564 2006-04-27  Jay Belanger  <belanger@truman.edu>
15566         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
15567         read expression when `math-read-big-expr' doesn't work.
15569 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
15571         * startup.el (command-line-1): Display warning when
15572         pure-space-overflow is non-nil.
15574 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15576         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
15577         risky.
15579 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15581         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
15582         Return the URL or nil if none can be generated.
15584 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
15586         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
15587         byte compiler warnings.
15588         (gud-basic-call, gud-find-expr): Let user select an expression
15589         for printing.  Print expression as well as value in GUD buffer.
15591 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
15593         * allout.el: Remove local autoload declaration for
15594         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
15595         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
15596         (allout-plain-bullets-string, allout-distinctive-bullets-string)
15597         (allout-use-mode-specific-leader, allout-old-style-prefixes)
15598         (allout-stylish-prefixes, allout-numbered-bullet)
15599         (allout-file-xref-bullet, allout-presentation-padding)
15600         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
15601         safe-local-variable with suitable value spec, and add autoload
15602         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
15603         (move-beginning-of-line, move-end-of-line): Repair so these compat
15604         functions now actually resituate the point, when appropriate.
15606 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15608         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
15610         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
15611         (add-log-iso8601-time-string): Fix call to format-time-string.
15613 2006-04-26  Kim F. Storm  <storm@cua.dk>
15615         * subr.el (posn-string, posn-image, posn-object): Doc fix.
15617 2006-04-26  Masatake YAMATO  <jet@gyve.org>
15619         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15620         Add support for "//" style comments.  Remove `b' flag
15621         from ?* in `asm-mode-syntax-table'.
15623 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15625         * follow.el: Use (featurep 'xemacs) everywhere.
15626         (follow-mode): Use define-minor-mode.
15627         (follow-mode-map): Move initialization into the declaration.
15628         Use command remapping.
15629         (follow-emacs-version-xemacs-p): Remove.
15630         (follow-submit-feedback): Remove.
15632         * allout.el (allout-layout, allout-passphrase-verifier-string)
15633         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
15635         * textmodes/reftex-vars.el (reftex-vref-is-default)
15636         (reftex-fref-is-default, reftex-guess-label-type):
15637         Tighten up a bit the safety predicate.
15639         * textmodes/paragraphs.el (sentence-end-double-space)
15640         (sentence-end-without-period, sentence-end-without-space)
15641         (page-delimiter, paragraph-ignore-fill-prefix):
15642         Tighten up a bit the safety predicate.
15644         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
15646         * progmodes/python.el (python-continuation-line-p)
15647         (python-beginning-of-statement): syntax-ppss may return
15648         a negative depth.
15649         (python-mode): Don't forcefully enable font-lock.
15651         * time-stamp.el (time-stamp-start, time-stamp-end)
15652         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
15654         * add-log.el: Remove spurious * in docstrings.
15655         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
15656         (add-change-log-entry): Use it here, since it's not specific
15657         to iso8601.
15658         (add-log-iso8601-time-string): Don't use it here any more.
15659         (change-log-indent-text, change-log-indent): Rename from add-log-*.
15661         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
15663 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
15665         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15666         (rcirc-toggle-low-priority): Doc fix.
15667         (rcirc-handler-NOTICE): Remove beginning of line anchor in
15668         ChanServ regexp.
15669         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
15670         #emacs.
15671         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
15672         (rcirc-decode-coding-system): Use utf-8 as the default.
15673         (rcirc-multiline-minor-mode): Set the fill-column.
15674         (rcirc-format-response-string): Display bright and dim nicks.
15675         (rcirc-browse-url): Update interactive spec to fill ARG.
15676         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15677         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
15679 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
15681         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
15682         case for @Article, etc.
15684 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
15686         * net/tramp.el (tramp-register-file-name-handlers): New defun.
15687         Added with autoload cookie.
15688         (tramp-unload-file-name-handlers): Rename from
15689         `tramp-unload-file-name-handler-alist'.
15691 2006-04-23  Romain Francoise  <romain@orebokech.com>
15693         * comint.el (comint-match-partial-filename): Doc fix.
15695 2006-04-21  Glenn Morris  <rgm@gnu.org>
15697         * calendar/cal-menu.el (calendar-mode-map): Refer to
15698         `diary-view-entries' rather than alias `view-diary-entries'.
15699         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
15701 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
15703         * progmodes/antlr-mode.el (antlr-default):
15704         * cus-edit.el (custom-documentation):
15705         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
15706         in defface.
15708 2006-04-21  Kim F. Storm  <storm@cua.dk>
15710         * image.el (image-type): New defun split out of create-image.
15711         (create-image): Use it.
15713 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
15715         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
15716         (org-open-at-point): Remove the "...done" message to keep output
15717         in the echo area visible.
15718         (org-export-as-xoxo): Fix call to `indent-region'.
15720 2006-04-21  Kevin Ryde  <user42@zip.com.au>
15722         * international/mule.el (keyboard-coding-system): defcustom
15723         info-link fixes: "Specify Coding" has been split, keyboard now in
15724         "Terminal Coding", and "Single-Byte Character Support" is now
15725         "Unibyte Mode".
15727 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
15729         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
15730         Use font-lock-warning-face for any errors e.g. no stack.
15731         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
15733 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15735         * progmodes/sh-script.el (sh-shell): Mark as safe.
15737         * newcomment.el (comment-start, comment-start-skip)
15738         (comment-end-skip, comment-end): Mark as safe.
15740 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
15742         * textmodes/org.el (org-deadline-announce): Face removed.
15743         (org-level-faces, org-n-levels): Convert to constant.
15744         (org-compatible-face): New function.
15745         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
15746         (org-level-5, org-level-6, org-level-7, org-level-8)
15747         (org-special-keyword, org-warning, org-headline-done, org-link)
15748         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
15749         (org-scheduled-today, org-scheduled-previously, org-time-grid):
15750         Face definition revised for better color tty support.
15751         (org-bold-re, org-italic-re, org-underline-re): New constants.
15752         (org-set-font-lock-defaults): Use the new constants.
15753         (org-agenda-highlight-todo): New function.
15754         (org-agenda-todo): Fix bug with point at end of line.
15755         (org-agenda-change-all-lines, org-finalize-agenda-entries):
15756         Fontify TODO keywords.
15757         (org-insert-link): Preserve relative path in ../ links.
15758         (org-export-as-html): Convert links pointing to .org files into
15759         links that will work beteen the exported HTML files.
15760         (org-todo-list): Fix bug when arg=0.
15761         (org-insert-heading): More fine-tuning.
15763 2006-04-19  Romain Francoise  <romain@orebokech.com>
15765         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
15766         from `rmail-mime-charset-pattern'.
15768 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15770         * progmodes/python.el (python-mode): Fix typo.
15772 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
15774         * comint.el (comint-previous-input): Don't clobber input line
15775         when moving off either end of the input history ring.
15776         (comint-delete-input): New function, used by
15777         `comint-previous-input' and others.
15778         (comint-previous-matching-input):
15779         Use `coming-delete-input'.  Save the partial input if leaving the
15780         edit line.  Goto point-max before deleting input to avoid
15781         partial input fragments hanging around.
15782         (comint-restore-input): New function, used by `comint-previous-input'.
15784 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
15786         * imenu.el (imenu--index-alist): Balance parentheses.
15788 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15790         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
15792 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
15794         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
15795         file is nil.
15797 2006-04-18  Richard Stallman  <rms@gnu.org>
15799         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
15801         * imenu.el (imenu-create-index-function, imenu--index-alist)
15802         (imenu--last-menubar-index-alist, imenu--make-index-alist)
15803         (imenu-default-create-index-function, imenu--generic-function):
15804         Doc fixes.
15806         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
15808         * help-mode.el (help-mode): Set view-exit-action to delete window.
15810         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
15811         now works by passing nil as arg.
15813         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
15815         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
15816         (read-abbrev-file): Provide default when reading filename.
15818         * files.el (enable-local-variables): Allow :all as value.
15819         (hack-local-variables): Implement that value.
15820         (safe-local-variable-values, safe-local-eval-forms)
15821         (enable-local-variables): Mark as risky.
15822         (find-file-visit-truename, kept-old-versions): Mark safe.
15824         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
15825         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
15826         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
15828 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15830         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
15831         Use forward-line so as to get to BOL even in the presence of fields.
15832         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
15833         in return.
15834         (inferior-tcl): Tell tclsh to work in interactive mode.
15836         * complete.el (partial-completion-mode):
15837         Use 'choose-completion-string-functions to make sure that
15838         choose-completion fills the minibuffer properly.
15840         * complete.el (PC-old-read-file-name-internal): Remove.
15841         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
15842         of read-file-name-internal.
15843         (partial-completion-mode): Enable/disable this advice.
15845 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
15847         * net/tramp.el (tramp-completion-file-name-handler): Revert change
15848         of 2006-04-17.
15850 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
15852         * textmodes/org.el (org-insert-heading): Insert heading before
15853         current if at beginning of line.
15854         (org-todo, org-date): New faces.
15855         (org-table-align): Make sure tooltip window contains full text.
15856         (org-no-properties): New defsubst.
15857         (org-set-font-lock-defaults): Use new faces.
15859 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
15861         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
15862         for root variables.
15864         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
15865         (gdb-frame-address): Re-use to identify frame for watch expression.
15866         (gdb-var-list, gdb-var-create-handler): Add frame address for root
15867         variables.
15868         (gdb-init-1, gdb-source, gdb-post-prompt)
15869         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
15870         (gdb-frame-handler): Get gdb-frame-address.
15872 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
15874         Sync with Tramp 2.0.53.
15876         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
15877         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
15878         (tramp-completion-file-name-handler): Add autoload cookie for
15879         adding to `file-name-handler-alist'.
15881         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
15882         the prompt.  If it returns earlier (when detecting an error
15883         message), the rest of the output will merge accidently with the
15884         output of the next command.  Reported by M Jared Finder
15885         <jared@hpalace.com>.
15887         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15888         for `process-file', in order to let it work for older Emacsen too.
15890 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
15892         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
15893         (tex-font-lock-keywords-3): Use it.
15895 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15897         * newcomment.el (comment-add): New function.
15898         (comment-region-default, comment-dwim): Use it.
15900 2006-04-15  Michael Olson  <mwolson@gnu.org>
15902         * emacs-lisp/tq.el: Improve comments.
15903         (tq-queue-head-question): New accessor function.
15904         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
15905         Update for modified queue structure.
15906         (tq-queue-add): Accept `question' argument.
15907         (tq-queue-pop): If a question is pending, send it.
15908         (tq-enqueue): Accept new optional argument `delay-question'.
15909         If this is non-nil, and at least one other question is pending a
15910         response, queue the question rather than sending it immediately.
15912 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15914         * calendar/appt.el (appt-add): Check whether an appointment is
15915         already present in appt-time-msg-list.  Simplify code.
15917 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15919         * progmodes/cc-langs.el (c-mode-menu):
15920         Don't presume c-subword-mode is bound.
15922 2006-04-13  Bill Wohler  <wohler@newt.com>
15924         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
15925         (customize-package-emacs-version): Use cdr instead of cadr now
15926         that alists use dotted pairs.
15928         * custom.el (defcustom): Fix docstring for :package-version.
15930 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
15932         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
15933         (tramp-handle-shell-command): Display output buffer only when
15934         `tramp-display-shell-command-buffer' is true.
15935         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
15937 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15939         * textmodes/org.el (org-set-autofill-regexps): Set only the local
15940         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
15942 2006-04-13  Romain Francoise  <romain@orebokech.com>
15944         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
15945         leaving temporary .cvsignore buffers behind.
15947 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15949         * textmodes/org.el (org-set-regexps-and-options)
15950         (org-get-current-options): Better names for the startup folding
15951         options.
15953 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
15955         * vc.el (vc-annotate): Arrange for point to end up at the same
15956         line number as in the original, but only when using a new buffer.
15958 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
15960         * files.el (hack-one-local-variable-eval-safep):
15961         Recognize `edebug-form-spec' for `put', but only if it passes
15962         `edebug-basic-spec'.  Generalize `put' handling.
15964         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
15965         vetting file-local form specs.
15967         * allout.el (allout-layout): Autoload its `safe-local-variable'
15968         property.
15970 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15972         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
15973         (org-agenda-mouse-1-follows-link)
15974         (org-mouse-1-follows-link): New options.
15975         (org-format-agenda-item): Fix bug if TAGS is nil.
15976         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
15978 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
15980         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
15981         GDB 6.1+ gives full filename for "info sources" so use
15982         file-name-nondirectory.
15984 2006-04-12  Romain Francoise  <romain@orebokech.com>
15986         * subr.el (read-passwd): Bind `message-log-max' to nil.
15988 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15990         * progmodes/perl-mode.el (perl-indent-new-calculate):
15991         Recompute parse-start after jumping backward by a whole sexp.
15993 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15995         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
15996         window configuration.
15997         (vc-annotate-display-select): Select the buffer so that current-buffer
15998         (and selected-window) is the output buffer at the end of vc-annotate.
16000 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
16002         * vc.el (vc-annotate-color-map): Add custom TTY color map for
16003         8-color terminals, to use all of the colors in a sensible order.
16004         256-color terminals work well with the standard map.
16005         (vc-annotate-lines): Only strip the first color character if it
16006         is "#", to allow for terminal-style named colors.
16007         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
16008         the correct buffer is scrolled.
16010 2006-04-11  Richard Stallman  <rms@gnu.org>
16012         * emacs-lisp/bytecomp.el (byte-compile-file):
16013         Bind enable-local-variables to :safe, and make normal-mode obey it.
16015         * files.el (enable-local-variables): Allow value :safe.
16016         (normal-mode): Doc fix.
16017         (hack-local-variables): Implement enable-local-variables = :safe.
16018         (hack-local-variables-confirm): Don't prevent quitting.
16020 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16022         * loadhist.el (unload-feature): A bit of sanity check of
16023         load-history entries.  Cancel timer-vars before unbinding them.
16025         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
16026         quote special chars, and make the trick work on the hex part of the
16027         buffer as well.
16028         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
16029         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
16031         * startup.el (normal-splash-screen): Fix last change so we don't wait
16032         2 minutes if we don't show the splash screen.
16034 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
16036         * textmodes/org.el (org-export-plain-list-max-depth)
16037         (org-table-spaces-around-separators)
16038         (org-radio-targets, org-activate-camels)
16039         (org-table-spaces-around-invisible-separators): Options removed.
16040         (org-time-stamp-rounding-minutes, org-remember-templates)
16041         (org-ellipsis, org-activate-links, org-descriptive-links):
16042         New options.
16043         (org-remember-apply-template, org-current-time)
16044         (org-finish-edit-table-field)
16045         (org-link-unescape, org-link-escape)
16046         (org-string-width, org-table-clean-line, org-html-do-expand)
16047         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
16048         (org-read-agenda-file-list): New functions.
16049         (org-table-edit-field)
16050         (org-table-create-or-convert-from-region): New commands
16051         (org-table-toggle-vline-visibility): Command removed.
16052         (org-table-convert-region): Made a command.
16053         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
16054         Replace with the normal org- functions.
16055         (org-self-insert-command): Don't trigger realign unnecessarily
16056         when blanking a field that is not full.
16057         (org-mode): `Set buffer-invisibility-spec' for links.
16058         (org-activate-links2): Hide link part and only show descriptive
16059         part of the link.
16060         (org-insert-link): Modify for new linking system.
16061         (org-store-link): Store description separately, for use by
16062         `org-insert-link'.
16063         (org-table-align): Use `org-string-width'.
16064         (defgroup): Completely new group structure for custom variables.
16065         (org-agenda-files): Option: Single file name allowed.  Function:
16066         Optional argument unrestrited means ignore any restricitons.
16067         (org-install-agenda-files-menu): Find a buffer in Org-mode before
16068         trying to modify the menu.  Use generalized access to
16069         `org-agenda-files.'
16070         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
16071         (org-agenda-file-to-front, org-remove-file, org-diary)
16072         (org-tags-view, org-export-icalendar-all-agenda-files)
16073         (org-export-icalendar-combine-agenda-files): Use generalized
16074         access to `org-agenda-files'.
16075         (org-remember-handler): Correctly preserve heading if present.
16076         (org-table-insert-row, org-table-insert-hline): Deal with
16077         invisible characters.
16079 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
16081         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
16082         (vc-annotate-color-map): New 18 element constant
16083         value/saturation, rotating hue colormap, from red->blue.
16084         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
16085         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
16086         (vc-annotate): To avoid killing the required local variables,
16087         set them before the end of `with-output-to-temp-buffer', and
16088         after first switching to annotate-mode.
16089         (vc-annotate-warp-version): Add buffer argument in goto-line to
16090         ensure annotation, not source, is scrolled.
16092 2006-04-10  Bill Wohler  <wohler@newt.com>
16094         * custom.el (defcustom, custom-handle-keyword):
16095         Add :package-version keyword.
16096         (custom-add-package-version): New function.  Sets value of new
16097         property 'custom-package-version from :package-version keyword.
16098         (defcustom): Create Common Keywords section in docstring.
16099         (defface, defgroup): Replace definitions of a select few keywords
16100         with a reference to the Common Keywords in defcustom.
16101         (defcustom, defface, defgroup): Replace reference to Customization
16102         chapter in manual with hyperlink.
16104         * cus-edit.el (customize-package-emacs-version-alist): New variable.
16105         (customize-changed-options): Add check for custom-package-version.
16106         (customize-package-emacs-version): New function to look up Emacs
16107         version corresponding to the given package version.
16109         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
16110         defun name, in similar fashion to find-variable-regexp.
16112 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
16114         * international/mule-cmds.el (set-locale-environment): Fix last
16115         change for when the locale's preferences don't specify any encoding.
16117 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16119         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
16120         so the defined var/fun doesn't need to be quoted.
16122 2006-04-10  Richard Stallman  <rms@gnu.org>
16124         * finder.el (finder-mode-map): Add n and p bindings.
16126 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
16128         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
16129         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
16130         (gdb-setup-windows): Put something in source window if we can't find
16131         the source file.
16132         (gdb-frame-handler): Make it work again with just assembly.
16133         (gdb-data-list-register-values-handler): Make it work when there is
16134         no stack.
16136 2006-04-09  Richard Stallman  <rms@gnu.org>
16138         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
16139         specs while looking for charset.
16141         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
16143         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
16144         Make them faces.
16145         (lm-font-lock-keywords): Update appropriately.
16147 2006-04-10  Kim F. Storm  <storm@cua.dk>
16149         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
16150         it can also replace buffer-substring-no-properties.
16152         * emulation/cua-base.el (cua-delete-region, cua-paste)
16153         (cua-repeat-replace-region): Use filter-buffer-substring.
16155         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
16156         (cua-cut-region-to-global-mark): Likewise.
16158         * emulation/cua-rect.el (cua--extract-rectangle)
16159         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
16161 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16163         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
16164         entry-type.  Add field delimiters to numerical fields if they are
16165         not present.
16167 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16169         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
16170         string-const to return value.
16171         (bibtex-remove-delimiters): Use it.
16173 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16175         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16176         cl-byte-compile-compiler-macro unless it exists.
16178 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16180         * files.el (hack-local-variables-confirm) <offer-save>:
16181         Clarify message text.  Suggested by Ralf Angeli.
16183 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16185         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
16186         (delete-extract-rectangle-line): Use `filter-buffer-substring'
16187         instead of `buffer-substring' and `delete-region'.  (Most of the
16188         code actually copied from `kill-region'.)
16190 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
16192         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
16193         (rcirc-default-port): Rename from rcirc-port.
16194         (rcirc-default-nick): Rename from rcirc-nick.
16195         (rcirc-default-user-name): Rename from rcirc-user-name.
16196         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
16197         (rcirc-low-priority-flag): New variable.
16198         (rcirc-decode-coding-system): New defcustom.
16199         (rcirc-encode-coding-system): New defcustom.
16200         (rcirc-coding-system-alist): New defcustom.
16201         (rcirc-multiline-major-mode): New defcustom.
16202         (rcirc-nick): New internal variable.
16203         (rcirc-process): Remove variable.
16204         (rcirc-server-buffer): New variable.
16205         (rcirc): Update to use rcirc-default-* variables above.
16206         (rcirc-connect): Do not add window-configuration-hook-here.
16207         (rcirc-server): New internal variable.
16208         (rcirc-connect): Do not send keepalive pings if
16209         rcirc-keepalive-seconds is nil.
16210         (with-rcirc-server-buffer): New macro.
16211         (rcirc-send-string): Encode with rcirc-encode-coding-system.
16212         (rcirc-server-name): Rename from rcirc-server.
16213         (rcirc-buffer-process): New function.
16214         (rcirc-buffer-nick): New function.
16215         (rcirc-buffer-target): Remove function.
16216         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16217         New commands.
16218         (rcirc-mode-map): Change binding of C-c C-l to
16219         rcirc-toggle-low-priority.
16220         (rcirc-mode): Initialize coding system based on
16221         rcirc-coding-system-alist.  New change-major-mode-hook to part the
16222         channel on a mode change.  Make kill-buffer-hook buffer-local.
16223         (rcirc-change-major-mode-hook): New function.
16224         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
16225         (rcirc-last-post-time): New variable.
16226         (rcirc-process-message): Store the last time user posted a message
16227         to this target.
16228         (rcirc-multiline-minor-mode): New mode.
16229         (rcirc-multiline-minor-mode-map): New mode map.
16230         (rcirc-edit-multiline): Put multiline-edit buffer in
16231         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
16232         (rcirc-print): Ignore any line starting with an ignored nick.
16233         (rcirc-print): Decode using rcirc-decode-coding-system.
16234         (rcirc-track-minor-mode): Update global-mode-string when disabling
16235         this mode.
16236         (minor-mode-alist): Add LowPri indicator.
16237         (rcirc-toggle-low-priority): New function.
16238         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
16239         next lowpriority buffer with activity.
16240         (rcirc-record-activity): Sort buffers in rcirc-activity by the
16241         last time the user posted a message in to the target.
16242         (rcirc-update-activity-string): New formatting for low priority
16243         buffers.
16244         (rcirc-split-activity): New function.
16245         (rcirc-handler-PART, rcirc-handler-KICK)
16246         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
16247         (rcirc-nick-away-alist): New variable.
16248         (rcirc-handler-301): New handler.  Away messages are printed once
16249         per change.
16251 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16253         * info.el (Info-follow-nearest-node): Doc fix.
16255         * international/mule-cmds.el (set-locale-environment): Make sure
16256         the coding-system preferred by the locale's language has the same
16257         EOL conversion type as the original buffer-file-coding-system.
16258         (locale-language-names): Add a few MS Windows language codes.
16260 2006-04-07  Richard Stallman  <rms@gnu.org>
16262         * simple.el (eval-expression): Doc fix.
16264         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
16265         (eval-defun): Doc fixes.
16267 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
16269         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
16271 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
16273         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
16274         GDB list command without argument for greater generality.
16276 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16278         * subr.el (string-or-null-p): New function.
16280         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
16282         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
16284         * files.el: Update comment about safe-local-variable declarations.
16286 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
16288         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
16289         See idlwave.org.
16291         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
16292         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
16294         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
16295         See idlwave.org.
16297         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
16298         version 6.0 (minimal changes).  See idlwave.org.
16300         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
16301         6.0 (minimal changes).  See idlwave.org.
16303         * progmodes/idlw-rinfo.el: File obsoleted and removed.
16305 2006-04-06  Romain Francoise  <romain@orebokech.com>
16307         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
16308         symmetric encryption features and a new asynchronous interface to
16309         GnuPG.  This new version is version 1.4, plus whitespace changes.
16311 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16313         * files.el: Move some `safe-local-variable' declarations to the
16314         respective files.
16316         * textmodes/ispell.el (ispell-check-comments)
16317         (ispell-local-dictionary): Mark as safe.
16319         * abbrev.el (abbrev-mode): Mark as safe.
16321         * add-log.el (change-log-default-name): Mark as safe.
16323         * textmodes/reftex-vars.el (reftex-vref-is-default)
16324         (reftex-fref-is-default, reftex-level-indent)
16325         (reftex-guess-label-type): Mark as safe.
16327         * textmodes/fill.el (colon-double-space): Mark as safe.
16329         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
16330         (sentence-end-double-space, sentence-end-without-period)
16331         (sentence-end-without-space, sentence-end, sentence-end-base)
16332         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
16334 2006-04-06  Kim F. Storm  <storm@cua.dk>
16336         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
16337         the :set-after list.
16338         (ido-downcase-unc-hosts): New user option.  Default on.
16339         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
16340         when it is set, as regexps are now applied on the fly.
16341         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
16342         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
16343         on the fly, but only when ido-process-ignore-lists is set.
16344         Do case insensitive filtering if ido-downcase-unc-hosts is set.
16345         Only downcase names if ido-downcase-unc-hosts is set.
16347 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
16349         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
16351         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
16353 2006-04-05  Kim F. Storm  <storm@cua.dk>
16355         * ido.el (ido-mode): Set after ido-unc-hosts and
16356         ido-ignore-unc-host-regexps.
16357         (ido-save-history): Save ido-unc-hosts-cache.
16358         (ido-load-history): Load ido-unc-hosts-cache.
16359         (ido-reread-directory): Refresh unc hosts cache in // dir.
16361         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
16362         to nil while displaying slash screen.
16364 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16366         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16367         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16369 2006-04-05  Kenichi Handa  <handa@m17n.org>
16371         * international/characters.el: Setup cases of Latin, Greek, and
16372         Cyrillic characters in CJK charsets.
16374 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16376         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16377         default-enable-multibyte-characters.  This reverts the change from
16378         revision 6.17 which is no longer necessary because the passphrase
16379         is sent separately now.  GnuPG messages are unreadable under
16380         multibyte locales with default-enable-multibyte-characters set to nil.
16382 2006-04-04  Andreas Schwab  <schwab@suse.de>
16384         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
16385         and `byte-compile-warnings' as `safe-local-variable'.
16387 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
16389         * man.el (Man-mode-map): Restore the \r binding.
16390         (Man-abstract-xref-man-page): If Man-target-string is a function,
16391         call it.
16392         (Man-highlight-references): Use Man-default-man-entry to get the
16393         target.  Deal with xrefs too.
16394         (Man-highlight-references0): Don't call the target function.
16396         * woman.el (WoMan-xref-man-page): Strip the section number, woman
16397         cannot deal with it.
16399 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16401         * pgg-gpg.el: Clean up process buffers every time gpg processes
16402         complete.
16404 2006-04-04  Kenichi Handa  <handa@m17n.org>
16406         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
16407         here.
16408         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
16409         Temporarily bind inhibit-field-text-motion to t.
16411 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16413         * startup.el (normal-splash-screen): Only set mode-line-format in the
16414         splash buffer, so as not to interfere when debugging the code.
16415         Ignore errors when switching buffer.
16417 2006-04-03  Romain Francoise  <romain@orebokech.com>
16419         * dired.el (dired-dnd-protocol-alist): Fix typo.
16421 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16423         * savehist.el (savehist): Add :version.
16424         (savehist-ignored-variables): New variable.
16425         (savehist-minibuffer-hook): Don't save variables listed in
16426         `savehist-ignored-variables'.
16428         * dired.el (dired-dnd-protocol-alist): Mention that change does
16429         only apply to new buffers in doc string.
16431 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16433         * recentf.el (recentf-open-files-item): Include newline in button
16434         field, so opening a file will work, when the point is at the end
16435         of the file name.  Allow, for example, to [i]search a file by
16436         extension and just push RET to open it.
16438 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16440         * pgg-gpg.el (pgg-gpg-process-filter)
16441         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16443         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16444         lines, temporary fix.
16446 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16448         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
16450 2006-04-02  Richard Stallman  <rms@gnu.org>
16452         * progmodes/compile.el (compilation-message-face): Make it defcustom.
16454 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16456         * ibuf-macs.el (define-ibuffer-column): Add a new key:
16457         header-mouse-map.
16459         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
16460         (ibuffer-mode-header-map): New keymaps.
16461         (ibuffer-update-title-and-summary): Enable mouse face highlighting
16462         and keybindings for column headers.
16463         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
16464         property.
16466 2006-04-02  Drew Adams  <drew.adams@oracle.com>
16468         * speedbar.el (speedbar-after-create-hook): Doc fix.
16470 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
16472         * shell.el (shell-directory-tracker)
16473         (shell-dynamic-complete-command): Doc fixes.
16475 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
16477         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
16478         terminals.
16480 2006-04-01  Kim F. Storm  <storm@cua.dk>
16482         * ido.el (ido-unc-hosts-cache): New defvar.
16483         (ido-unc-hosts): If value of defcustom is a function, call it to
16484         get list of UNC hosts.  Add function-item choices to specify
16485         ido-unc-hosts-net-view or user function.
16486         (ido-ignore-unc-host-regexps): New defcustom.
16487         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
16488         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
16489         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
16491 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16493         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
16494         wwidth.
16496 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
16498         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
16499         (ido-max-work-file-list, ido-switch-buffer)
16500         (ido-read-file-name-as-directory-commands):
16501         Fix typos in docstrings.
16503 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16505         * term/mac-win.el (mac-system-coding-system): Define and use after
16506         Mac-specific coding systems are ready.
16508 2006-03-27  Romain Francoise  <romain@orebokech.com>
16510         * net/rcirc.el (rcirc-connect): Add autoload cookie.
16512         * ldefs-boot.el: Update.
16514 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16516         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16517         passphrases when it is not needed.
16518         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16519         passphrase stuff from gpg, should only be necessary when you use
16520         gpg with a smartcard.
16522 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
16524         * comint.el (comint-dynamic-list-completions): Allow user to
16525         select *Completions* buffer.
16527 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
16529         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
16531 2006-03-26  Andreas Schwab  <schwab@suse.de>
16533         * progmodes/gud.el (gdb): Only complain about multiple debugging
16534         when the gdb process is still running.
16536 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
16538         * mail/rmail.el (tool-bar-map): Defvar it.
16539         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
16540         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
16542 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16544         * help.el (print-help-return-message): Suggest to use
16545         display-buffer instead of switch-to-buffer-other-window to restore
16546         the previous window without selecting it.
16548 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16550         * frame.el (select-frame-by-name): Call x-focus-frame also when
16551         window-system is mac.
16553         * term/mac-win.el: Adjust Courier font specifications in
16554         x-fixed-font-alist.
16555         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
16556         when directly encoding to UTF-16 in native byte order, no BOM.
16558 2006-03-25  Kim F. Storm  <storm@cua.dk>
16560         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
16561         (cua--init-keymaps): Use it instead of fixed C-return.
16562         (cua-mode): Set after it.
16564         * emulation/cua-rect.el (cua--init-rectangles):
16565         Use cua-rectangle-mark-key instead of fixed C-return.
16567 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
16569         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
16570         "run" in .gdbinit.
16571         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
16573 2006-03-24  Romain Francoise  <romain@orebokech.com>
16575         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
16576         `display-buffer-other-frame'.
16578 2006-03-24  Kim F. Storm  <storm@cua.dk>
16580         * apropos.el (apropos-synonyms): Add selection => region.
16582 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16584         * progmodes/gdb-ui.el (gdb-var-create-regexp)
16585         (gdb-var-list-children-regexp, gdb-var-update-regexp)
16586         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
16587         (gdb-data-list-register-values-regexp)
16588         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
16589         Future proof against new fields being added to MI output.
16590         (gdb-send): Don't treat backslashes for program input as
16591         continuations.
16592         (gdb-assembler-handler): Don't use window-start for this handler.
16593         (gdb-frame-handler): Don't change to hollow arrow if overlay
16594         arrow doesn't move to new frame.
16596 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16598         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
16599         prevent compiler warnings.
16600         (gdb-stopped): Check for gud-last-last-frame (case: signal).
16601         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
16602         (gdb-assembler-custom): Use hollow-right-triangle for assembler
16603         buffer too.
16605 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
16607         * pgg-gpg.el (pgg-gpg-update-agent): Check for
16608         make-network-process, so we can use the same code in Gnus v5-10
16609         too and have this file fully synchronized with that release.
16611 2006-03-23  Romain Francoise  <romain@orebokech.com>
16613         * ibuf-ext.el (ibuffer-read-filter-group-name):
16614         Use `ibuffer-generate-filter-groups' to make completion list match
16615         the filter groups that are really displayed in the Ibuffer buffer.
16616         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
16618 2006-03-23  Kenichi Handa  <handa@m17n.org>
16620         * international/mule-cmds.el (sort-coding-systems): Describe that
16621         the argument is modified in docstring.
16623 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16625         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16626         (pgg-gpg-update-agent): New function.
16627         (pgg-gpg-use-agent-p): New function.
16628         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16629         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16630         (pgg-gpg-sign-region): Use it.
16632 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
16634         * cus-edit.el (custom-face-set): Call custom-push-theme before
16635         face-spec set so that `changed' theme is correctly saved.
16636         (custom-face-reset-standard): Reset to recalculated face rather
16637         than defface spec.
16639         * custom.el (custom-push-theme): Only save `changed' theme if the
16640         current face does not match the defface specs.
16642 2006-03-21  Simon Josefsson  <jas@extundo.com>
16644         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16645         <wilde@sha-bang.de>.
16646         (pgg-gpg-use-agent): New variable.
16647         (pgg-gpg-process-region): Use it.
16648         (pgg-gpg-encrypt-region): Likewise.
16649         (pgg-gpg-encrypt-symmetric-region): Likewise.
16650         (pgg-gpg-decrypt-region): Likewise.
16651         (pgg-gpg-sign-region): Likewise.
16652         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16654 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
16656         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
16657         bracket links.
16659 2006-03-21  Kim F. Storm  <storm@cua.dk>
16661         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
16662         fringe-indicator-alist instead of modifying global value.
16663         (gdb-frame-handler): Likewise.
16665 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
16667         * diff-mode.el (diff-function): Make it inherit from diff-header
16668         instead of diff-context.
16670         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
16671         bitmap.
16672         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
16673         change names in macro above for consistency.
16674         (gdb-frame-handler): Use hollow-right-triangle for all selected
16675         frames which except the innermost (where execution has stopped).
16676         (gdb-reset): Reset buffer-local values of overlay-arrow.
16678 2006-03-20  Richard Stallman  <rms@gnu.org>
16680         * simple.el (set-mark-command): Doc fix.
16682         * files.el (display-buffer-other-frame): New command.
16683         (ctl-x-4-map): Bind C-x 5 C-o to it.
16685 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16687         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
16688         rather than just defer-time, in case defer-time has been changed but
16689         the timer isn't running yet.
16690         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
16692 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
16694         * help-mode.el (help-follow-symbol): New function.
16695         Essentially identical to the old `help-follow', but do not let
16696         `push-button' do the work when on an xref.
16697         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
16699 2006-03-19  Richard Stallman  <rms@gnu.org>
16701         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
16702         preceded by the word `program'.
16703         (help-follow-mouse, help-follow): Throw error if not on xref.
16704         Delete no longer used args.
16706 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
16708         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
16709         annotation ensure gud-overlay-arrow-position is redisplayed.
16711 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16713         * textmodes/bibtex.el (bibtex-include-OPTkey)
16714         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
16715         (bibtex-autokey-name-case-convert)
16716         (bibtex-autokey-titleword-case-convert): Make these the aliases
16717         for the following two variables.
16718         (bibtex-autokey-name-case-convert-function)
16719         (bibtex-autokey-titleword-case-convert-function): Make these the
16720         real names.
16721         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
16722         bibtex-font-lock-crossref sublists.
16723         (bibtex-mode): Revert 2005-12-30 change (which made
16724         completion-ignore-case buffer-local).
16725         (bibtex-url): Simplify.
16727 2006-03-19  Kim F. Storm  <storm@cua.dk>
16729         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
16730         cursor property value to 2 (to align with C level change).
16732 2006-03-19  Bill Wohler  <wohler@newt.com>
16734         * image.el (image-load-path-for-library): Shorten first line in
16735         docstring.
16737 2006-03-18  Richard Stallman  <rms@gnu.org>
16739         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
16741 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
16743         * isearch.el (isearch-other-meta-char): Handle user bindings for
16744         shifted control characters.
16746 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
16748         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
16749         part that matches email addresses, file names, etc.
16751 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
16753         * term/w32-win.el (mouse-set-font):
16754         Mention w32-list-proportional-fonts in the doc string.
16756 2006-03-18  Kim F. Storm  <storm@cua.dk>
16758         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
16759         (ido-unc-hosts): New user option to explicitly define list of know
16760         UNC-style hosts for completion.
16761         (ido-cache-unc-host-shares-time): New user option.
16762         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
16763         New helper functions for UNC file-name support.
16764         (ido-may-cache-directory): Check for UNC host.  Simplify.
16765         (ido-wash-history): Clean out old UNC hosts.
16766         (ido-nonreadable-directory-p): UNC hosts are always readable.
16767         (ido-directory-too-big-p): UNC hosts are never too big.
16768         (ido-set-current-directory): Handle UNC root path.
16769         (ido-file-name-all-completions): Complete UNC host names from
16770         ido-unc-hosts list.  Cache UNC host shares.
16771         (ido-make-file-list-1): Don't filter UNC root.
16772         (ido-exhibit): Check for // in root directory, and switch to UNC
16773         mode by setting ido-current-directory to //.
16775 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
16777         * cus-edit.el (customize-changed-options): Mention explicit
16778         version number as default in prompt.
16780 2006-03-17  Bill Wohler  <wohler@newt.com>
16782         * image.el (image-load-path-for-library): Minor docstring fix.
16784 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
16786         * textmodes/org.el (org-read-date): Include subgroup 5 into
16787         replacement text.
16788         (org-popup-calendar-for-date-prompt): Fix customization type.
16790 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
16792         * progmodes/gdb-ui.el (gud-watch): Provide completion.
16793         (gdb-continuation): New variable.
16794         (gdb-send): Deal with continuation lines.
16796         * progmodes/gud.el (gud-gdb-complete-command)
16797         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
16798         expressions.
16799         (gud-tooltip-mode): Use buffer-local value.
16801 2006-03-16  Kim F. Storm  <storm@cua.dk>
16803         * ido.el (ido-edit-input): Use selected match, if any.
16805 2006-03-16  Bill Wohler  <wohler@newt.com>
16807         * image.el (image-load-path-for-library): Prefer user's images in
16808         image-load-path.
16810 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
16812         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
16813         when checking for attempt to drag leftmost or rightmost scrollbar.
16815 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
16817         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
16818         (gdb-force-mode-line-update): New function.
16819         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16820         (gdb-exited): Use them.
16821         (gdb-signal): New function.
16822         (gdb-annotation-rules): Provide a rule for it.
16824 2006-03-16  Kenichi Handa  <handa@m17n.org>
16826         * international/mule.el (auto-coding-regexp-alist): Add entries
16827         for Unicode BOM.
16829         * sort.el (sort-build-lists): Temporarily bind
16830         inhibit-field-text-motion to t.
16832 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
16834         * locate.el (locate-command, locate-make-command-line)
16835         (locate-fcodes-file, locate-update-command)
16836         (locate-prompt-for-command, locate, locate-with-filter)
16837         (locate-get-file-positions): Doc fixes.
16838         (locate-buffer-name, locate-header-face): Remove leading `*' in
16839         defcustom.
16840         (locate-filter-output): Use `keep-lines' instead of its alias
16841         `delete-non-matching-lines'.
16842         (locate-get-filename, locate-get-dirname): Add introductory comment.
16843         (locate-find-directory-other-window): Give appropriate error
16844         message if used outside main listing.
16846 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16848         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
16849         the new extend-region feature.
16850         (font-lock-after-change-function): Update correspondingly.
16851         * jit-lock.el (jit-lock-after-change): Update correspondingly.
16852         * progmodes/grep.el (font-lock-lines-before): Don't disable.
16854 2006-03-15  Bill Wohler  <wohler@newt.com>
16856         * image.el (image-load-path-for-library): Fix example by not
16857         recommending that one binds image-load-path.  Just defvar it to
16858         placate compiler and only use it if previously defined.
16860 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
16862         * textmodes/org.el (org-insert-centered): Use `string-width' to
16863         make underlining work for wide characters.
16864         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
16865         TAB to `org-cycle', to make sure that no binding in
16866         `outline-mode-map' can supercede it.
16868 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
16870         * allout.el: Increment version to 2.2.1 in file commentary.
16872         (allout-version): Increment to 2.2.1.
16874         (allout-default-layout): New customization variable, used when the
16875         file lacks a specific allout-layout.  Uses allout-layout-type for
16876         recursively nested definition.
16878         (allout-layout-type): Widget defining allout layouts, necessary for
16879         self-recursive definition.
16881         (allout-mode): Incorporate allout-default-layout as fallback for
16882         allout-layout.
16884         (allout-layout): Mark as 'safe-local-variable', and refer mention
16885         fallback to `allout-default-layout' in absence of a specified value.
16886         (allout-passphrase-verifier-string)
16887         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
16889         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
16891         (allout-get-encryption-passphrase-verifier): Use correct name of
16892         passphrase verifier in docstring.
16894 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
16896         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
16897         elements.
16898         (gdb-find-watch-expression): Make it work for arrays too.
16899         Follow change to gdb-var-list.
16900         (gud-watch): Allow the user to enter variable name with a prexix
16901         arg.  Create keybindings.
16902         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16903         (gdb-var-list-children-handler, gdb-var-update-handler)
16904         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
16905         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
16906         Follow change to gdb-var-list.
16907         (gdb-starting): Don't show the overlay arrows when program is running.
16909         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
16910         gdb-var-list.
16912 2006-03-14  Bill Wohler  <wohler@newt.com>
16914         * image.el (image-load-path-for-library): Pass value of path
16915         rather than symbol.  Always return list of directories.
16916         Guarantee that image directory comes first.
16918 2006-03-14  Alan Mackenzie  <acm@muc.de>
16920         * font-core.el (font-lock-extend-region\(-function\)?.):
16921         New function/variable.
16923         * font-lock.el (font-lock-after-change-function):
16924         Call font-lock-extend-region.  Obey font-lock-lines-before.
16925         (font-lock-default-fontify-region): Remove reference to
16926         font-lock-lines-before.
16928         * jit-lock.el (jit-lock-after-change):
16929         Call font-lock-extend-region.  Obey font-lock-lines-before.
16931 2006-03-14  David Ponce  <david@dponce.com>
16933         * tree-widget.el (tree-widget-themes-load-path)
16934         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16936 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
16938         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
16939         (rcirc-print): Mark the start of text at the end of the prompt.
16940         (rcirc-track-minor-mode): Add autoload cookie.
16941         (rcirc-update-activity-string): Add space to front of mode-line
16942         indicator.
16944 2006-03-13  Miles Bader  <miles@gnu.org>
16946         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
16947         (rcirc-abbrev-nick): Remove function.
16948         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
16950 2006-03-13  David Ponce  <david@dponce.com>
16952         * tree-widget.el: Handle themes across all occurrences of the main
16953         themes sub-directory found in tree-widget-themes-load-path.
16954         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16955         (tree-widget--locate-sub-directory): Return all occurrences.
16956         (tree-widget-themes-path): New function.
16957         Replace tree-widget-themes-directory, and return a list of directories.
16958         (tree-widget-set-parent-theme)
16959         (tree-widget-lookup-image): Use it.
16961 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
16963         * textmodes/org.el (org-link-search): Avoid self-matching of
16964         links, allow target text to be distributed over several lines.
16965         (org-search-not-link): New function.
16966         (org-set-regexps-and-options, org-get-current-options):
16967         New startup options.
16968         (org-export-as-html): Take odd-level setting from local variable.
16969         (org-fontify-emphasized-text): New option.
16970         (org-set-font-lock-defaults): Include emphasized text.
16971         (org-follow-mhe-link): Allow folder-only links, fix folder name.
16972         (org-font-lock): Customize group renamed from `org-faces'.
16974 2006-03-13  John Paul Wallington  <jpw@pobox.com>
16976         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
16977         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
16979 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
16981         * cus-start.el (all): Delete :version keyword for members of the
16982         fringe group, since the entire group is new in 22.1.
16984 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
16986         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
16987         map if value is hexadecimal (an address).
16988         (gud-watch): Only search roots for existing watch expressions.
16989         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
16990         prevent caching problems with speedbar-update-directory-contents.
16992 2006-03-12  Juri Linkov  <juri@jurta.org>
16994         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
16995         before comparing with `low' and `warn'.
16997         * info.el (Info-dir-remove-duplicates): Move point to the
16998         beginning of the current line after deleting the entries from
16999         redundant heading.  Use marker for `limit' and compare it with
17000         point before calling `re-search-forward'.
17002 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
17004         * simple.el (yank): Fix typo in docstring.
17006 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
17008         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
17009         messages, where "D" is the 6th character.
17011 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
17013         * simple.el (yank): Fix last change.
17015 2006-03-11  David Ponce  <david@dponce.com>
17017         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
17018         before merging elements from the standard ispell-dictionary-alist.
17019         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
17020         alist, and return the new alist.
17022 2006-03-11  Richard Stallman  <rms@gnu.org>
17024         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
17026         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
17027         the way it is implemented is too unclean.
17029         * simple.el (kill-region, yank): Doc fix.
17031         * battery.el (battery-echo-area-format): Doc fix.
17032         (battery-mode-line-format): Likewise.
17033         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
17034         (battery-linux-proc-acpi): Ignore batteries that say "charged".
17036 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17038         * progmodes/octave-mod.el (octave-indent-for-comment):
17039         Behave according to do string.
17041 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
17043         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
17044         Be visible only if major mode is Mail Mode.
17046         * textmodes/flyspell.el (flyspell-external-point-words)
17047         (flyspell-process-localwords): Fix last changes.
17049 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
17051         * calendar/holidays.el (list-holidays): Doc fix.
17053         * international/mule.el (auto-coding-alist): Add .odt
17054         (OpenOffice's open document) files.
17056         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
17057         document) files.  Mention in the doc string the need to sync with
17058         auto-coding-alist.
17060 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
17062         * files.el (hack-local-variables-confirm): Don't prompt for ! if
17063         enable-local-variables is set to always query, or there is no
17064         savable variable.
17066 2006-03-10  Bill Wohler  <wohler@newt.com>
17068         * image.el (image-load-path-for-library): Merge at least three
17069         functions from Gnus and MH-E into this one function that can now
17070         be shared.
17072 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
17074         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
17075         gdb-remove-mouse-face and remove help-echo too.
17076         (gdb-enqueue-input): Correct conditional clause.
17078 2006-03-10  Glenn Morris  <rgm@gnu.org>
17080         * calendar/calendar.el (calendar-holidays): Doc fix.
17081         * calendar/holidays.el (list-holidays): Doc fix.
17083 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
17085         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
17086         it gets called in gdb-prompt anyway.
17087         (gdb-use-separate-io-buffer): Only restore window arrangement for
17088         gdb-many-windows.
17089         (gdb-enqueue-input): Make it harder to send GDB input when program
17090         is running.
17091         (gdb-buffer-list): New variable.
17092         (gdb-remove-mouse-face): New function.
17093         (gdb-starting): Use it when GDB input won't get sent.
17095 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
17097         * help.el (view-lossage): Remove trailing whitespace before
17098         inserting "\n".
17100 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
17102         * files.el (hack-local-variables-confirm):
17103         Set coding-system-for-read to nil before writing to .emacs.
17105         * arc-mode.el (archive-extract): Check if an existing buffer name
17106         comes from a different archive.
17108         * help.el (describe-key-briefly): If KEY is a down event, read and
17109         discard the up event.
17111 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
17113         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
17114         be edited and use font-lock-warning-face for any changes.
17116         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
17117         (gdb-edit-value): Use it to report any errors.
17119 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
17121         * help.el (describe-key): Remove leftover test code.
17123 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
17125         * textmodes/org.el: Move defvars out of eval-when-compile.
17126         Use buffer-file-name variable.
17127         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
17128         arg `file'.
17129         (org-level-faces): Remove startup dependency.
17130         (org-cycle, org-map-tree, org-scan-tags)
17131         (org-remember-handler): Don't call `outline-level' directly.
17132         (org-mhe-search-all-folders): New option.
17133         (org-mhe-get-message-folder-from-index)
17134         (org-mhe-get-message-folder): Fix indexing search.
17135         (org-format-agenda-item): Handle nil TAGS argument.
17136         (org-cleaned-string-for-export, org-activate-target-links)
17137         (org-make-target-link-regexp): Deal with empty radio target list.
17138         (org-tag): New face.
17139         (org-get-level-face): New function.
17140         (org-set-font-lock-defaults): Simplify setup for headlines.
17141         (org-complete): Pass common substring to `display-completion-list'.
17143 2006-03-06  David Ponce  <david@dponce.com>
17145         * tree-widget.el: Update Commentary header.
17146         (tree-widget-theme-name): Ignore parent themes.
17147         (tree-widget-set-parent-theme): New function.
17148         (tree-widget-set-theme): Use it.
17149         (tree-widget-set-image-properties): Move definition.  Does nothing
17150         if image properties have already been set.
17151         (tree-widget-image-properties): Move definition.  Receive an image
17152         name.  Set the :pointer property.
17153         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
17154         Don't set the :pointer image property.
17155         (tree-widget-convert-widget): New function.  Handle :dynargs
17156         compatibility here.
17157         (tree-widget): Use it to :convert-widget.  Add the :expander-p
17158         predicate to control when the :expander function is entered.
17159         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
17160         (tree-widget-value-create): Handle :expander-p.  widget-apply
17161         :expander.
17162         (tree-widget-expander-p): New function.  Default value of the
17163         :expander-p property.
17165 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
17167         * help.el (describe-key): Properly handle the return value of
17168         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
17169         remaps.  Handle string and vector `follow-link' values.
17171 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17173         * complete.el (PC-expand-many-files): Try be more careful when parsing
17174         the shell's output.
17176 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17178         * outline.el (hide-sublevels): Provide better interactive default.
17180 2006-03-06  Kenichi Handa  <handa@m17n.org>
17182         * international/fontset.el (create-fontset-from-fontset-spec):
17183         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
17185 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17187         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
17188         backslashes instead of one in regexp.
17189         (gud-tooltip-dereference): Add missing optional argument.
17191 2006-03-04  John Paul Wallington  <jpw@pobox.com>
17193         * wdired.el (toplevel): Require `cl' at compile-time.
17195 2006-03-04  Andreas Schwab  <schwab@suse.de>
17197         * server.el (server-process-filter): Handle errors during
17198         evaluation of the argument.
17200 2006-03-03  John Paul Wallington  <jpw@pobox.com>
17202         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
17203         escape parentheses at beginning of line.
17204         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
17205         (t-mouse-mode): Remove period from end of error message.
17207 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
17209         * textmodes/flyspell.el (flyspell-process-localwords):
17210         Be case-sensitive.
17212 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
17214         * cus-edit.el (custom-quote): Remove function, since it has been
17215         moved to custom.el.
17217         * font-lock.el (lisp-font-lock-keywords-2)
17218         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
17219         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
17220         they have no special meaning.
17222         * midnight.el (clean-buffer-list): Handle case where base-buffer of
17223         indirect buffer gets killed before indirect buffer.  Use dolist.
17225 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17227         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17228         value instead of a literal constant (1) on more pauses.
17230 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17232         * textmodes/flyspell.el (flyspell-external-point-words):
17233         Be case-sensitive.
17235 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
17237         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
17238         with "www".
17240 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17242         * allout.el: Restablish intermediate missing comment header to
17243         preserve outline structure.
17244         (allout-beginning-of-current-entry): Skip invisible text.
17245         (allout-open-topic): Fix opening a topic at end-of-buffer.
17246         (allout-minor-mode): Move nearer to allout-mode function.
17248 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
17250         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
17252 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
17254         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
17255         is nil.
17257         * progmodes/gud.el (gud-speedbar-menu-items):
17258         Use buffer-local-value and add missing :visible keyword.
17260         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
17262 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
17264         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
17265         must be `follow-link'.
17267         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
17269         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
17270         formatting: No nested anchors.
17271         (org-all-targets): Fix bug with XEmacs compatibility.
17272         (org-read-date): Add (require 'parse-time).
17273         (org-set-tags): Fix bug with extra inserted space.
17274         (org-export-html-style): Define a style class for targets.
17275         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
17276         (org-hide-leading-stars): New option.
17277         (org-hide): New face.
17278         (org-set-font-lock-defaults): Allow to hide leading stars.
17279         (org-get-legal-level, org-tr-level): New functions.
17280         (org-odd-levels-only): New option.
17281         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
17282         (org-demote, org-promote): Deal with double-star levels.
17283         (org-convert-to-odd-levels): New command.
17285 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
17287         * speedbar.el (speedbar-update-localized-contents): Try to
17288         preserve window-start.
17289         (speedbar-update-directory-contents): Try to preserve window-start
17290         and window-point.
17291         (speedbar-update-special-contents): Don't move back to start of window.
17293         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
17294         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
17295         speedbar-timer-fn.
17296         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
17297         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
17298         instead of gdb-speedbar-timer-fn.
17300 2006-02-28  Jay Belanger  <belanger@truman.edu>
17302         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
17303         (math-compose-expr): Use latex option when calling
17304         `math-compose-tex-matrix' for latex mode.
17306 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
17308         * speedbar.el: Re-instate comments about developing for speedbar
17309         [this is what info and gdb-ui use even if better methods exist now].
17311         * t-mouse.el: New file.
17312         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
17313         (t-mouse-lispy-buffer-posn-from-coords): Remove.
17314         (t-mouse-make-event-element): Use posn-at-x-y instead.
17315         (t-mouse-make-event): Deal with Fedora Core 3.
17316         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
17317         (t-mouse-mouse-position-function): New function.  Use it instead
17318         of advising mouse-position.
17319         (t-mouse-mode): New minor mode.
17320         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
17322 2006-02-27  Glenn Morris  <rgm@gnu.org>
17324         * calendar/calendar.el (calendar-holidays): Doc fix.
17326 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
17328         * progmodes/gdb-ui.el (gdb-source-window): New variable.
17329         Re-introduce the concept of a source window.
17330         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
17331         consistency with get-buffer-create.
17332         (def-gdb-auto-update-handler, gdb-info-locals-handler)
17333         (gdb-data-list-register-values-handler)
17334         (gdb-stack-list-locals-handler): Try to preserve window-start as
17335         well as window-point.
17336         (gdb-display-source-buffer): New function (old concept).
17337         (gdb-goto-breakpoint): Use it.
17339         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
17340         for gdb-ui/gdb-mi (old concept).
17342 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
17344         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
17345         binding.
17347         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
17349         * textmodes/reftex-sel.el (reftex-select-label-map)
17350         (reftex-select-bib-map): Add `follow-mouse' binding.
17352 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
17354         * jka-cmpr-hook.el (jka-compr-compression-info-list)
17355         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
17356         Give :set functions to provide automatic updating.
17357         Update docstring.  Give compiler defvars early in the file
17358         and move the defcustoms to a later spot where all called functions
17359         are defined.
17360         (jka-compr-file-name-handler-entry): Doc fix.
17361         (jka-compr-compression-info-list--internal)
17362         (jka-compr-mode-alist-additions--internal)
17363         (jka-compr-load-suffixes--internal): New variables.
17364         (jka-compr-install): Set the three above variables.
17365         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17366         (jka-compr-update, jka-compr-set): New functions.
17367         (auto-compression-mode): Doc fix.
17369         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
17370         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17371         Use jka-compr-compression-info-list--internal,
17372         jka-compr-mode-alist-additions--internal and
17373         jka-compr-load-suffixes--internal.
17375         * files.el (load-library):
17376         * loadhist.el (file-loadhist-lookup):
17377         * startup.el (command-line):
17378         * subr.el (locate-library):
17379         * emacs-lisp/autoload.el (update-directory-autoloads):
17380         * emacs-lisp/find-func.el (find-library-suffixes):
17381         Use `get-load-suffixes' instead of `load-suffixes'.
17383         * subr.el (locate-library):
17384         * emacs-lisp/find-func.el (find-library-name):
17385         Use `load-file-rep-suffixes' instead of '("").
17387 2006-02-26  Kim F. Storm  <storm@cua.dk>
17389         * ido.el (ido-save-history, ido-load-history): Simplify.
17390         Don't use find-file-noselect to avoid interference from other modes.
17392 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
17394         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
17395         to use the default shell if filename is not available.
17396         Reported by Giorgos Keramidas.
17398 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
17400         * progmodes/etags.el (tags-completion-table): Do completion from
17401         all the tables in the current list, as documented in the manual.
17403 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17405         * CC Mode Update to 5.31.3.
17407 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17409         * progmodes/cc-mode.el (c-postprocess-file-styles):
17410         Bind inhibit-read-only to t, around the call to
17411         c-remove-any-local-eval-or-mode-variables, so that it works on a
17412         RO file.
17414 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17416         * progmodes/cc-awk.el: Correct a typo.
17418 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17420         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
17421         c-hungry-delete-backwards, at the request of RMS.  Leave the old
17422         name as an alias.
17424 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17426         * progmodes/cc-mode.el: Correct a typo.
17428 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17430         * progmodes/cc-defs.el: Update the version number to 5.31.3.
17432 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17434         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
17435         brace-else-brace (error due to mbeg, mend being undefined).
17437 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17439         * progmodes/cc-mode.el: File Local variables: Solve the problem
17440         where both `mode' and c-file-offsets are specified: `mode' will
17441         overwrite c-f-o's settings:
17442         (c-remove-any-local-eval-or-mode-variables): New function.
17443         (c-postprocess-file-styles): Call the above new function, within
17444         c-tentative-buffer-change, to splat `mode' and `eval' before the
17445         second hack-local-variables.
17447 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17449         * progmodes/cc-mode.el:
17450         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
17451         (c-after-change): Protect the match data with save-match-data.
17452         It was getting corrupted by c-after-change-check-<>-operators.
17454         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
17455         (top level): Check for a buggy font-lock-compile-keywords ONLY in
17456         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
17458         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
17459         with save-match-data.  It was being corrupted when Font Lock was
17460         not enabled.
17462 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17464         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
17465         Mode and Subword Mode.
17467         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
17468         real labels ("case 1:" or "foo:") from non-labels ("public:").
17469         (c-forward-objc-directive): Replace c-forward-token-2 with crude
17470         coding; c-f-t-2 doesn't move over a token at EOB.
17472         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
17474         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
17475         (c-update-modeline): Concatenate the minor mode indicators
17476         directly onto mode-name, removing c-submode-indicators.
17477         Sometimes, c-s-i got separated from the mode name on the mode line.
17479         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
17480         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
17482 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
17484         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
17485         error message when there's an evaluation error to show whether
17486         it's loaded from source or not.
17487         (c-filter-ops): Make it available at runtime too to work when
17488         `c-make-init-lang-vars-fun' needs to evaluate from source.
17490 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
17492         * help.el (help): Revert last part of 2006-02-23 change (deletion
17493         of the `provide' call).
17495 2006-02-23  Juri Linkov  <juri@jurta.org>
17497         * compare-w.el (compare-windows-highlight): Add new value
17498         `persistent' and change :type from `boolean' to `choice'.
17499         (compare-windows-overlays1, compare-windows-overlays2):
17500         New internal variables.
17501         (compare-windows-highlight): If compare-windows-highlight is
17502         `persistent', add current overlays to compare-windows-overlays[12]
17503         instead of adding compare-windows-dehighlight to pre-command-hook.
17504         (compare-windows-dehighlight): Delete all overlays from
17505         compare-windows-overlays[12].
17507         * info.el (Info-search): Don't bind search-spaces-regexp to
17508         Info-search-whitespace-regexp in non-regexp isearch mode.
17510 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17512         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
17514 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
17516         * textmodes/org.el (org-xemacs-p)
17517         (org-export-html-show-new-buffer, org-table-may-need-update)
17518         (org-insert-item, org-mhe-get-message-real-folder)
17519         (org-mhe-get-message-folder-from-index)
17520         (org-mhe-get-message-folder, org-mhe-get-message-num)
17521         (org-mhe-get-header, org-make-org-heading-search-string)
17522         (org-make-org-heading-camel, org-table-sort-lines)
17523         (org-format-org-table-html, org-format-table-table-html):
17524         Fix typos in docstrings.
17526 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
17528         * textmodes/org.el (org-cleaned-string-for-export)
17529         (org-solidify-link-text): New function.
17530         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
17531         XEmacs, just to silence the compiler.
17532         (org-export-as-ascii, org-export-as-html-and-open):
17533         Use `org-cleaned-string-for-export' and create internal links.
17534         (org-follow-mhe-link): Require mh-e, use folder.
17536 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17538         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
17540         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
17541         gdb-debug-log-length.
17542         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
17543         it a real ring but...
17544         (gud-gdba-marker-filter): ...make it work like mark-ring.
17545         (gdb-enable-debug): Rename from gdb-enable-debug-log.
17546         (gdb-mouse-jump): New function.  Add bindings.
17548 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17550         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
17551         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
17552         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
17553         (gdb-debug-log-length): Customize it's length.
17554         (gud-watch, gdb-var-create-handler): Display function::var format
17555         but don't use to create variable object.
17556         (gdb-var-create-handler): Use message-box in place of message.
17557         (gdb-stopped): Call gdb-exited if signalled.
17559 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
17561         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
17563         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
17565         * textmodes/reftex.el (reftex-locate-file): Search all extensions
17566         if `reftex-try-all-extensions' is set.
17568         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
17569         fail silently when there is no valid argument at point.
17570         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
17571         `fail-silently' argument.  From a patch by David Reiter.
17573         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
17574         New commands.
17575         (org-mark-ring): New variable.
17576         (org-mark-ring-length): New option.
17577         (org-open-at-point, org-goto, org-open-file): Push old position
17578         onto the mark ring.
17579         (org-add-hook): New function.
17580         (org-export-table-remove-special-lines): New option.
17581         (org-skip-comments, org-format-org-table-html): Respect new
17582         option `org-export-table-remove-special-lines'.
17583         (org-open-file): Allow special command configuration for
17584         directory link.
17585         (org-file-apps): Fix bugs in customize type, added setting
17586         for directories.
17587         (org-activate-tags, org-format-agenda-item, org-complete)
17588         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
17589         (org-get-tags, org-get-buffer-tags, org-open-at-point)
17590         (org-link-search, org-make-org-heading-search-string)
17591         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
17592         (org-radio-targets, org-file-link-context-use-camel-case)
17593         (org-activate-camels): New options.
17594         (org-update-radio-target-regexp, org-all-targets)
17595         (org-make-target-link-regexp, org-activate-target-links):
17596         New functions.
17597         (org-make-org-heading-search-string): New function.
17598         (org-store-link, org-insert-link): Use new option
17599         `org-file-link-context-use-camel-case'.
17600         (org-activate-camels): Use new option `org-activate-camels'.
17601         (org-link-regexp): Add mhe prefix.
17602         (org-open-at-point, org-store-link): Support for mhe links.
17603         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
17604         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
17605         (org-mhe-get-header, org-follow-mhe-link): New functions.
17606         (org-remove-angle-brackets, org-add-angle-brackets):
17607         New functions.
17608         (org-bracket-link-regexp): New constant.
17609         (org-read-date): Fix bug that was rejecting all typed dates.
17610         (org-link-search): Make hierarchy above visible after a match.
17611         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
17612         (org-store-link): Fix bug with link creation when cursor is in
17613         an empty line.
17614         (org-open-at-point): Fix bug with matching a link.
17615         Fixed buggy argument sequence in call to `org-view-tags'.
17616         (org-compile-prefix-format): Set `org-prefix-has-tag'.
17617         (org-prefix-has-tag): New variable.
17618         (org-format-agenda-item): Remove tags from headline
17619         if appropriate.
17620         (org-agenda-remove-tags-when-in-prefix): New option.
17622 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
17624         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
17625         Fix the regular expressions.
17627 2006-02-21  Richard M. Stallman  <rms@gnu.org>
17629         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
17630         if there's no other specific basis.
17632         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
17633         as variables at all.
17634         (unsafep-variable): Rename arg; doc fix.
17636         * abbrevlist.el (list-one-abbrev-table): Add autoload.
17638         * calendar/appt.el (diary-selective-display): Add defvar.
17640         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
17642         * isearch.el (search-whitespace-regexp): Fix custom type.
17644         * help.el (describe-key-briefly): Compute interactive args
17645         in same was as before previous change.
17647         * files.el (enable-local-variables): Doc fix.
17649 2006-02-21  Kim F. Storm  <storm@cua.dk>
17651         * fringe.el: Cleanup as file is now pre-loaded.
17652         (fringe-bitmaps): Initialize unconditionally.
17653         (fringe-mode, set-fringe-style): Remove autoload cookies.
17655 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
17657         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
17658         `horizontal-bar'.
17659         (fringe-cursor-alist): Use `horizontal-bar'.
17661 2006-02-20  Kim F. Storm  <storm@cua.dk>
17663         * fringe.el (fringe-bitmaps): Update to new bitmap names.
17664         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
17666         * loadup.el: Load "fringe" on window systems.
17668 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17670         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17671         out of scope components.
17673         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
17674         default.
17676 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
17678         * custom.el (customize-mark-to-save, customize-mark-as-set):
17679         Load the symbol first.
17681 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
17683         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
17684         strech spec so it doesn't display as "^J" on the header line
17685         when `Buffer-menu-use-header-line' is t.
17687 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17689         * speedbar.el (speedbar-make-button): Keep text properties
17690         of string arguments if desired.
17692         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
17693         expessions.
17695         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
17696         of speedbar.
17698 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
17700         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
17701         to value of `read-file-name-completion-ignore-case'.
17703 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
17705         * custom.el (customize-mark-as-set): Push to `user' theme.
17707         * cus-edit.el (custom-save-variables): Allow unthemed values.
17708         (customize-set-variable): Push setting to `user' theme.
17710 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17712         * progmodes/gud.el: Don't require font-lock as it's now
17713         automatically loaded.
17714         (gud-speedbar-buttons): Replace gdb-var-changed with
17715         gdb-force-update.
17717         * progmodes/gdb-ui.el (gdb-force-update): Rename from
17718         gdb-var-changed.
17719         (gdb-post-prompt): Use it.
17720         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17721         (gdb-var-update-handler, gdb-var-delete)
17722         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
17723         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
17724         gdb-force-update in gdb-post-prompt.
17725         (gdb-reset): Clear watch expressions from speedbar when quitting.
17727 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17729         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17730         (viper-change-state-to-vi, viper-change-state-to-emacs):
17731         Make aware of cursor coloring in the Emacs state.
17732         (viper-special-read-and-insert-char): Use read-char-exclusive.
17733         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
17735         * emulation/viper-init.el (viper-emacs-state-cursor-color):
17736         New variable.
17738         * emulation/viper-util.el (viper-save-cursor-color)
17739         (viper-get-saved-cursor-color-in-replace-mode)
17740         (viper-get-saved-cursor-color-in-insert-mode)
17741         (viper-restore-cursor-color): Make aware of the cursor color
17742         in Emacs state.
17743         (viper-get-saved-cursor-color-in-emacs-mode): New function.
17745         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
17746         (ediff-ignore-case-option3, ediff-actual-diff-options)
17747         (ediff-actual-diff3-options): New variables to control case sensitivity.
17748         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
17749         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
17750         (ediff-toggle-ignore-case): New function.
17751         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
17753         * ediff-help.el (ediff-long-help-message-narrow2)
17754         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
17755         (ediff-long-help-message-word-mode): Add ignore-case command.
17756         (ediff-help-for-quick-help): Add ignore-case command.
17758         * ediff-merg.el: Move provide to the end.
17760         * ediff-ptch.el: Move provide to the end.
17762         * ediff-wind.el: Move provide to the end.
17764         * ediff-mult.el: Move provide to the end.
17765         (ediff-set-meta-overlay): Enable follow-link.
17767         * ediff.el: Move provide to the end.
17768         Break recursive load cycle in eval-when-compile.
17769         (ediff-patch-buffer): Better heuristics.
17771         * ediff-util.el: Move provide to the end.
17772         Break recursive load cycle in eval-when-compile.
17773         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
17774         defuns.
17775         (ediff-submit-report): Pass the values of ediff-diff3-program,
17776         ediff-diff3-options.
17778 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
17780         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
17781         the opening bracket of the following bracketing pairs: {}, [], (), <>,
17782         `' (for example, in the docstring of `windmove-default-keybindings').
17784 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17786         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
17787         shadow face.  Don't provide binding to edit variable when it is
17788         out of scope.
17790         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17791         (gdb-var-update-handler): Detect out of scope variables with pre
17792         GDB 6.4 too.
17793         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
17794         Reset status of variable objects to nil in update handlers.
17795         (gdb-var-update-handler-1): Detect when a variable object comes
17796         in scope.  setcar on var changes gdb-var-list directly.
17798 2006-02-17  Juri Linkov  <juri@jurta.org>
17800         * ffap.el (ffap) <defface>: Add explicit face declaration.
17801         (ffap-highlight): Use face `ffap' directly instead of checking
17802         for its existence.
17804         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
17805         `visible-ok' of `other-buffer' to find the right original buffer.
17807         * info.el (Info-search): Skip `Local Variables' node.
17809 2006-02-17  Juri Linkov  <juri@jurta.org>
17811         * info.el (Info-find-file): Check for symbols `apropos', `history',
17812         `toc' in the input filename, and return these symbols as is.
17813         (Info-find-node-2): Set Info-current-file to symbols `apropos',
17814         `history', `toc' instead of strings.
17815         (Info-set-mode-line): For non-string Info-current-file use the
17816         symbol's name inside **.
17817         (Info-isearch-push-state): Add quote before Info-current-file and
17818         Info-current-node.
17819         (Info-isearch-pop-state): Use `equal' instead of `string='.
17820         (Info-extract-pointer, Info-following-node-name): Use
17821         `match-string-no-properties' instead of `match-string'.
17822         (Info-up): Check `old-file' for `stringp'.
17823         (Info-history): Use `equal' instead of `string-equal'.
17824         Check `file' for `stringp'.
17825         (Info-history): Use symbol `history' instead of string as first arg
17826         of `Info-find-node'.
17827         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
17828         `toc' instead of string.
17829         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
17830         instead of `buffer-substring', and `match-string-no-properties'
17831         instead of `match-string'.
17832         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
17833         instead of strings.
17834         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
17835         Use symbol `apropos' instead of string.
17836         (Info-copy-current-node-name): Check `Info-current-file' for
17837         `stringp' and construct a command with `Info-find-node' from it.
17838         (Info-fontify-node): Use `match-string-no-properties' instead of
17839         `match-string' and check file names for `stringp'.
17840         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
17841         `history', `toc' instead of strings.
17843 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
17845         * files.el: Rearrange functions and variables in the file local
17846         variables section.
17848 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
17850         * files.el: Add truncate-lines, ispell-check-comments and
17851         ispell-local-dictionary as safe local variables.
17853 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
17855         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
17856         out of scope variables.
17857         (gud-speedbar-buttons): Use unless.
17859         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
17860         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
17861         (gdb-show-changed-values): Also use for out of scope variables.
17862         (gdb-var-update-handler-1): Note if variable goes out of scope.
17864 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
17866         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
17867         default to global variable values for unsupplied args.
17868         (rcirc-get-buffer-create): Fix bug with setting the target.
17869         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
17870         test for rcirc-always-use-server-buffer-flag here.
17871         (rcirc-response-formats): Add %N, which is a facified nick.  %n
17872         uses the default face.  Change the ACTION format string.  If the
17873         "nick" is the server, don't print anything for that field.
17874         Comment fixes.
17875         (rcirc-target-buffer): Don't test
17876         rcirc-always-use-server-buffer-flag here.
17877         (rcirc-print): Squeeze extra spaces out of the text before message.
17878         (rcirc-put-nick-channel): Strip potential "@" char from nick
17879         before adding them to nick table.
17880         (rcirc-url-regexp): Improve to match address like "foo.com".
17882 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
17884         * allout.el (allout-hidden-p): Move this defsubst before
17885         allout-overlay-interior-modification-handler, where it is first
17886         used.
17888 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
17890         * allout.el: Use allout invisible-text overlays instead of
17891         selective display for concealed text.  Also, lots of general
17892         cleanup, and improved compatibility code.
17894         (allout-version): Incremented, corrected, revised, and refined
17895         module commentary.
17897         (provide 'allout): Moved to the bottom, added a require of overlay.
17899         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
17900         `except-current'.
17901         (allout-write-file-hook-handler): Minimize delay.
17902         (count-trailing-whitespace-region): New function so
17903         auto-encryption of current topic can resituate cursor exactly.
17904         PGP/GPG encryption trims trailing whitespace from lines, which
17905         must be accounted for across encryption then decryption.
17907         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
17908         just plain "\C-c", to avoid intruding on user's keybinding space.
17910         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
17911         parameter, so user request to provide a new password is done.
17913         (allout-outside-normal-auto-fill-function, allout-auto-fill):
17914         Refined mechanism for auto-filling behavior while in allout mode.
17916         (allout-mode): Explicitly specify the mode map in the docstring.
17917         Clarify provision for various write-file hook var names.
17918         Adjusted for invisible-text overlays instead of selective-display.
17920         (allout-depth): Really return 0 if not within any topic.  This
17921         rectifies `allout-beginning-of-level' and sequence numbering
17922         errors that occur when cutting and pasting numbered topics.
17923         Changed from a in-line subst to a regular function, as well.
17925         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
17927         (allout-end-of-subtree, allout-end-of-subtree)
17928         (allout-end-of-entry, allout-end-of-current-heading)
17929         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
17930         (allout-show-children, allout-show-to-offshoot)
17931         (allout-hide-current-entry, allout-show-current-entry): Rectified
17932         handling of trailing blank lines between items.
17934         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
17935         (allout-current-depth, allout-unprotected, allout-hidden-p)
17936         (allout-on-current-heading-p, allout-listify-exposed)
17937         (allout-chart-subtree, allout-goto-prefix)
17938         (allout-back-to-current-heading, allout-get-body-text)
17939         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
17940         (allout-hide-region-body, allout-toggle-subtree-encryption)
17941         (allout-encrypt-string, allout-encrypted-key-info)
17942         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
17943         (allout-file-vars-section-data): Adjusted for use with
17944         invisible-text overlays instead of selective-display.
17946         (allout-kill-line, allout-kill-topic, allout-yank-processing):
17947         Reworked for use with invisible text overlays.
17949         (allout-current-topic-collapsed-p): New function.
17951         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
17952         to know when to close the containing topic.
17954         (allout-pre-command-business, allout-post-command-business):
17955         Simplify undo-batching and dynamic isearch exposure.
17957         (allout-set-overlay-category): New for invisible-text overlays.
17958         Sets properties of allout-overlay-category, used by
17959         allout-flag-region to set invisible-text overlay properties.
17960         (allout-get-invisibility-overlay): Get the first qualifying
17961         invisibility overlay, so we can find the extent of it.
17962         (allout-back-to-visible-text): Get to just before the beginnining
17963         of the current invisibility overlay, if any.
17965         (allout-overlay-insert-in-front-handler)
17966         (allout-overlay-interior-modification-handler)
17967         (allout-before-change-handler, allout-isearch-end-handler): New
17968         functions to handle extraordinary actions affecting concealed
17969         text.
17971         (allout-flag-region): Use overlays instead of selective-display
17972         for invisible text - by inheritence from the properties of
17973         allout-overlay-category in mainline Emacs, and applied
17974         property-by-property in XEmacs, some recent versions of which
17975         don't inherit the properties from the category.  Provisions to
17976         respond to concealed-text edits simplified drastically.
17978         (allout-isearch-rectification, allout-isearch-was-font-lock)
17979         (allout-isearch-expose, allout-enwrap-isearch)
17980         (allout-isearch-abort, allout-pre-was-isearching)
17981         (allout-isearch-prior-pos, allout-isearch-did-quit)
17982         (allout-isearch-dynamic-expose)
17983         (allout-hide-current-entry-completely): Functions deleted.
17985         (allout-undo-aggregation): Explicit undo aggregation no longer
17986         necessary due to transition away from selective-display.
17988         (set-allout-regexp, allout-up-current-level)
17989         (allout-next-visible-heading, allout-forward-current-level)
17990         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
17991         (allout-kill-line, allout-yank-processing, allout-show-children)
17992         (allout-expose-topic, allout-old-expose-topic)
17993         (allout-listify-exposed, allout-insert-latex-header)
17994         (allout-toggle-subtree-encryption, allout-encrypt-string)
17995         (remove-from-invisibility-spec, allout-hide-current-subtree):
17996         Ditched unused variables.
17998 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
18000         * textmodes/ispell.el (ispell-change-dictionary): Call
18001         ispell-buffer-local-dict instead of
18002         ispell-accept-buffer-local-defs.
18003         (ispell-local-dictionary-alist): Accept as valid any coding-system
18004         supported by Emacs.
18005         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
18006         changed to iso-8859-3.
18008 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
18010         * speedbar.el (speedbar-frame-width): Make an inline function
18011         instead of a macro.  Use frame-width.
18012         (speedbar-try-completion, speedbar-update-contents)
18013         (speedbar-timer-fn): Use consp.
18014         (speedbar-update-localized-contents): Try to preserve point.
18016         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
18017         (menu): Re-order menu items.
18018         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
18019         field.
18020         (gdb-var-update-handler-1): Use it for GDB 6.4+.
18021         (gdb-post-prompt): Speed things by not forcing update.
18023 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
18025         * wid-edit.el (widget-button-click): For mouse-1, cancel button
18026         press and perform default action if we get a mouse movement event.
18028 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18030         * calendar/icalendar.el (icalendar--get-event-property)
18031         (icalendar--get-event-property-attributes): Fix typos in
18032         docstrings.
18034         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
18035         docstring.
18037 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
18039         * bs.el (bs-mode): Use `buffer-disable-undo'.
18040         (bs--get-file-name): Simplify.
18041         (bs-show-in-buffer): Mark the buffer as not modified.
18043 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18045         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
18046         widget-button-click.
18048         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
18049         (custom-mode): Update docstring.
18051         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
18052         binding.
18054         * files.el (hack-local-variables-confirm): Allow scrolling if the
18055         file variable list is too long.  Kill temp buffer after use.
18057 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
18059         * progmodes/gud.el (gdb): Improve doc string.
18060         (gdb-script-font-lock-keywords): Expand allowed character set.
18062         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
18063         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
18064         (gdb-separate-io-interrupt, gdb-separate-io-quit)
18065         (gdb-separate-io-stop, gdb-separate-io-eof):
18066         Rename from gdb-inferior-* to gdb-separate-*.
18067         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
18069 2006-02-14  Jay Belanger  <belanger@truman.edu>
18071         * calc/calc-arith.el (math-check-known-scalarp): Make sure
18072         expression is a symbol before checking that it is bound.
18074         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
18075         test to see if equation can be solved.
18077 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18079         * wid-edit.el (widget-button-click): Use :pressed-face property
18080         for overlay face, if it exists.
18082         * cus-edit.el (custom-manual, custom-add-see-also)
18083         (custom-add-parent-links, custom-group-link): Add :pressed-face
18084         property to links.
18086         * files.el (hack-local-variables): Remove ignored variables before
18087         checking if any variables need setting.
18089 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18091         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
18093 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
18095         * help.el (where-is): Fix message for remapped commands.
18097         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
18098         Fix typos in docstrings.
18100 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
18102         * files.el (safe-local-variable-values): New option.
18103         (hack-local-variables-prop-line): Return a list of variable-value
18104         pairs if MODE-ONLY is non-nil.
18105         (hack-local-variables): Construct list of variable-value pairs,
18106         and apply or reject them in one go.  Ask for confirmation if
18107         variables are not known safe.
18108         (hack-local-variables-confirm): Complete rewrite.  Support
18109         `safe-local-variable-values'.
18110         (enable-local-variables): Update docstring to reflect new
18111         behavior.
18112         (ignored-local-variables): Ignore ignored-local-variables and
18113         safe-local-variable-values.
18114         (safe-local-variable-p): New function.
18115         (risky-local-variable-p): `safe-local-variable' property check
18116         moved to safe-local-variable-p.
18117         (hack-one-local-variable): Checks moved to hack-local-variables.
18119         (byte-compile-dynamic, c-basic-offset, c-file-style)
18120         (c-indent-level, comment-column, fill-column, fill-prefix)
18121         (indent-tabs-mode, kept-new-versions, no-byte-compile)
18122         (no-update-autoloads, outline-regexp, page-delimiter)
18123         (paragraph-start, paragraph-separate, sentence-end)
18124         (sentence-end-double-space tab-width, version-control):
18125         Add `safe-local-variable' property.
18127         * find-lisp.el: Delete nonexistent `autocompile' file variable.
18129         * icomplete.el, play/landmark.el: Change nonexistent
18130         `outline-layout' file variable to `allout-layout'.
18132 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
18134         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
18135         (gdb-get-changed-registers): Test value of gud-minor-mode relative
18136         to gud-comint-buffer.
18137         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
18138         gdb-ui.el for gdb-mi.el.
18139         (gdb-post-prompt, gdb-get-changed-registers): Move test for
18140         registers buffer to gdb-get-changed-registers.
18141         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
18142         deletion of catchpoints (throw and catch).
18143         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18144         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
18145         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
18146         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
18147         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
18149 2006-02-13  Jay Belanger  <belanger@truman.edu>
18151         * calc/calc-arith.el (math-check-known-matrixp): Make sure
18152         expression is a symbol before checking that it is bound.
18154 2006-02-13  Richard M. Stallman  <rms@gnu.org>
18156         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
18157         for the minibuffer too, but not if resize-mini-windows will interfere.
18159         * help.el (describe-key-briefly, describe-key): Do all arg-reading
18160         inside `interactive' spec.
18161         (describe-key-briefly-internal, describe-key-internal):
18162         Functions merged back into their callers.
18164 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
18166         * info.el (info-xref-visited): Inherit from info-xref too.
18167         (Info-set-mode-line): Replace occurrences of `%' by `%%'
18168         when propertizing Info-current-file and Info-current-node.
18170 2006-02-13  Juri Linkov  <juri@jurta.org>
18172         * tumme.el (tumme-thumbnail-storage): Fix docstring.
18173         (tumme-thumb-name): Fix per-directory format.
18175 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
18177         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
18179 2006-02-12  Miles Bader  <miles@gnu.org>
18181         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
18183 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
18185         * tumme.el: Remove history section.  If someone needs the it, it
18186         can always be found in CVS.
18188 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18190         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
18191         about the Thumbnail Managing Standard option.
18193 2006-02-12  Richard M. Stallman  <rms@gnu.org>
18195         * subr.el (substitute-key-definition): Doc fix.
18197         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
18199         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
18201         * info.el (Info-mode): Doc fix.
18203         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
18205 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
18207         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
18208         because on Solaris a POSIX compatible "id" is needed.  Reported by
18209         Magnus Henoch <mange@freemail.hu>.
18211 2006-02-12  Juri Linkov  <juri@jurta.org>
18213         * tumme.el: Remove todo item about Thumbnail Managing Standard.
18214         (tumme) <defgroup>: Change :group to `multimedia'.
18215         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
18216         Managing Standard.
18217         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
18218         Fix dostring.
18219         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
18220         and %y.  Fix docstring.
18221         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
18222         (tumme-cmd-create-standard-thumbnail-command): New user options.
18223         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
18224         is `standard'.  Fix docstring.
18225         (tumme-thumb-width, tumme-thumb-height): New user options.
18226         (tumme-external-viewer): Try to find various viewers.
18227         (tumme-get-thumbnail-image): Use `create-image' instead of
18228         constructing the `image' structure.
18229         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
18230         `standard'.
18231         (tumme-thumb-name): Add file name generation for standard storage.
18232         Simplify code for other storages.
18233         (tumme-thumb-name): Use width %w and height %h instead of size %s.
18234         Add modification time %m and thumbnail-nq8 %q.
18235         Use `tumme-cmd-create-standard-thumbnail-command' if
18236         tumme-thumbnail-storage is `standard'.
18237         (tumme-dired-insert-marked-thumbs): New autoload command.
18238         (tumme-dired-after-readin-hook): New function.
18239         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
18240         `tumme-thumb-size'.
18241         (tumme-display-image): Replace size-x %x and size-y %y with
18242         width %w and height %h.
18244         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
18245         `tumme-dired-insert-marked-thumbs'.
18247 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18249         * tumme.el (tumme-write-tag): Fix small bug (file name did not
18250         include path).
18251         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
18252         matching tag.
18254 2006-02-12  Miles Bader  <miles@gnu.org>
18256         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
18257         New variables.
18258         (rcirc-abbrev-nick): New function.
18259         (rcirc-format-response-string): Rewrite to use the formats in
18260         `rcirc-response-formats' and expand escape sequences therein.
18261         A text-property `rcirc-text' is added over the actual response
18262         text to make easy to find inside the returned string.
18263         (rcirc-print): When filling, just look for the `rcirc-text'
18264         text-property to find the appropriate fill prefix, instead of
18265         using hardwired patterns.
18267 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18269         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
18270         Managing Standard.
18272 2006-02-11  Kim F. Storm  <storm@cua.dk>
18274         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
18275         Don't use insert-buffer; do insert-buffer-substring directly.
18276         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
18278 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18280         * files.el (revert-buffer, recover-file): Replace buffer-read-only
18281         with inhibit-read-only.  Suggested by Stefan Monnier.
18282         (revert-buffer): Let insert-file-contents discard
18283         buffer-undo-list.  Simplify code.
18284         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
18286 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
18288         * menu-bar.el (menu-bar-select-yank): Add a doc string.
18290         * help.el (describe-key-briefly): Now a wrapper for
18291         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
18292         to t.  Populate yank-menu if empty.
18293         (describe-key-briefly-internal): Renamed from describe-key-briefly.
18294         (describe-key): Now a wrapper for describe-key-internal.  Bind
18295         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
18296         (describe-key-internal): Renamed from describe-key.
18298 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
18300         * progmodes/glasses.el (glasses-separator): Doc fix.
18301         (glasses-original-separator): New defcustom.
18302         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
18304 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18306         * mwheel.el (mouse-wheel-up-event): Doc fix.
18308 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18310         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
18311         (tumme-dir): New function.  Copied from thumbs.el.
18313 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
18315         * desktop.el (desktop-outvar): Fix typo.
18316         (desktop-save-buffer-p): Doc fix.
18318         * subr.el (substitute-key-definition): Fix typo.
18320 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18322         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
18323         when window-system is mac.
18325         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
18327 2006-02-10  Kim F. Storm  <storm@cua.dk>
18329         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
18330         indirect-function instead of using condition-case.
18332 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
18334         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
18335         less `colloquial'...
18337 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
18339         * tumme.el: Add a couple of todo items.
18341 2006-02-09  Lars Hansen  <larsh@soem.dk>
18343         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
18344         (highlight-changes-mode): Don't change desktop-locals-to-save.
18346 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
18348         * image-mode.el (image-toggle-display): Clear image cache if using
18349         filename.
18351 2006-02-09  Masatake YAMATO  <jet@gyve.org>
18353         * dired-x.el (dired-guess-shell-alist-default): Add .man as
18354         a `dired-man' target.
18356         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
18357         boundary of symbols.
18359 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
18361         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
18363 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
18365         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
18366         `mapcar'; return nil.
18368 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
18370         * mouse.el (mouse-drag-track): Don't change window if we rebind to
18371         some other event.
18373 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
18375         * net/rcirc.el (rcirc-startup-channels-alist):
18376         Add irc.freenode.net and #emacs as defaults.
18377         (rcirc-ignore-all-activity-flag): Remove variable.
18378         (rcirc-authinfo): New variable.
18379         (rcirc-authinfo-filename): Remove variable.
18380         (rcirc-always-use-server-buffer-flag): New flag.
18381         (rcirc): M-x rcirc will automatically connect without prompting.
18382         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
18383         connection in lisp.
18384         (rcirc-process-server-response-1): Remove everything but the nick
18385         portion of the sender so it doesn't need to be done everywhere
18386         else.  Update related code.
18387         (global-map): Remove global keybindings.
18388         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
18389         (rcirc-send-input): Split into several functions.
18390         (rcirc-process-input-line, rcirc-process-message)
18391         (rcirc-process-command): New functions.
18392         (rcirc-target-buffer): New function to determine where to route
18393         messages.
18394         (rcirc-user-nick): Save match data.
18395         (rcirc-toggle-ignore-buffer-activity)
18396         (rcirc-update-activity-string): Remove global ignore functionality,
18397         which can be done now by toggling rcirc-track-minor-mode.
18398         (rcirc-track-minor-mode-map): New keymap.
18399         (rcirc-track-minor-mode): New minor-mode.
18400         (ignore): Make the ignore output nicer.  Always print it when
18401         adding or removing nicks.
18402         (rcirc-url-regexp): Improve.
18403         (rcirc-mangle-text): Remove properties before using text in the
18404         modeline.
18405         (rcirc-authenticate): Authentication data comes from
18406         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
18407         (rcirc-server-prefix): Inherit from rcirc-server.
18409 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
18411         * Makefile.in (compile): Append "|| true" to the end of the `find'
18412         command, like compile-always does.
18414 2006-02-08  Sam Steingold  <sds@gnu.org>
18416         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
18417         output from a dead connection.
18419 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18421         * dired.el (dired-mode-map): Add more bindings for tumme.
18423 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18425         * wdired.el (wdired-mode-map): Use remap.
18426         (wdired-get-filename): Massage.
18427         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
18428         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
18429         `keymap' property rather than `local-map'.
18431 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18433         * tumme.el (tumme-get-thumbnail-image): New utility function.
18434         Suggested by from Chong Yidong.
18435         (tumme-dired-with-window-configuration): Rename from
18436         `tumme-dired'.  Add code to save window configuration.
18437         (tumme-restore-window-configuration): New command to restore the
18438         window configuration that `tumme-dired-with-window-configuration'
18439         saves before it changes the window configuration.
18440         (tumme-show-all-from-dir): New command to display thumbnails for
18441         all files in a directory entered by the user, like M-x thumbs.
18442         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
18443         have been created.
18444         (tumme-display-thumbnail-original-image): Call `display-buffer'.
18445         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18446         Remove obsolete test function.
18448 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
18450         * vc.el (small-temporary-file-directory): Remove defvar; there's
18451         a defcustom for it in files.el.
18453         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
18454         Fix typo in message.
18455         (tumme-gallery-generate): Fix typo in `error' message.
18456         (tumme-display-window-height-correction)
18457         (tumme-display-window-width-correction, tumme-line-up-dynamic)
18458         (tumme-line-up-interactive): Dox fixes.
18459         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
18460         (tumme-restore-window-configuration, tumme-format-properties-string)
18461         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
18462         Fix typos in docstrings.
18464 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
18466         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
18468 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
18470         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
18471         User should use hook if desired.
18473         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
18474         buffer if necessary.
18475         (gdb-delete-frame-or-window): New function.
18476         (gdb-breakpoints-mode-map): Bind "q" to it.
18478 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18480         * textmodes/nroff-mode.el: Clean up name space.
18481         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
18482         (nroff-mode): Obey the global setting of nroff-electric-mode.
18483         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
18485         * calendar/calendar.el (calendar-increment-month): Typo in last change.
18487 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
18489         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
18491 2006-02-06  Lars Hansen  <larsh@soem.dk>
18493         * generic-x.el (etc-fstab-generic-mode): Add file system types
18494         cifs and usbdevfs.  Allow special chars in file names.
18496 2006-02-05  Jay Belanger  <belanger@truman.edu>
18498         Update copyright notices of the files in lisp/calc.
18500 2006-02-05  Romain Francoise  <romain@orebokech.com>
18502         Update copyright notices of all files in the lisp/play directory.
18504 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
18506         * ldefs-boot.el: Regenerate.
18508         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
18510 2006-02-05  Kim F. Storm  <storm@cua.dk>
18512         * files.el (magic-mode-regexp-match-limit): New defvar.
18513         (set-auto-mode): Use it to limit magic-mode-alist matching.
18515 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
18517         * info.el (Info-index, Info-mode): Improve the description of the
18518         `i' command.
18520         * ldefs-boot.el: Regenerate.
18522 2006-02-03  Werner Lemberg  <wl@gnu.org>
18524         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
18525         greedy to find the closing bracket in \*[...] and similar
18526         expressions.  This is a first rough fix -- many additional
18527         refinements are necessary to make nroff mode really usable with groff.
18529 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
18531         * international/mule-cmds.el (set-locale-environment):
18532         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
18533         libX11.
18535 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
18537         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18538         archive are created in archive-tmpdir.
18540 2006-02-02  John Paul Wallington  <jpw@pobox.com>
18542         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
18543         (ibuffer-fontification-alist): Use it.
18544         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
18545         to "* z" and the Ibuffer Mark menu.
18547         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
18549 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18551         * textmodes/table.el (*table--cell-describe-mode)
18552         (*table--cell-describe-bindings): Undo last change since
18553         print-help-return-message is not obsoleted by anything at all.
18555 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
18557         * emulation/cua-base.el (cua-mode): Doc fix.
18559 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
18561         * dframe.el (dframe-handle-make-frame-visible)
18562         (dframe-handle-iconify-frame, dframe-get-focus)
18563         (dframe-select-attached-frame, dframe-power-click)
18564         (dframe-frame-mode): Fix typos in docstrings.
18566         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
18567         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
18568         Fix typos in docstrings.
18570         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
18571         (hi-lock-face-buffer, hi-lock-font-lock-hook)
18572         (hi-lock-archaic-interface-message-used)
18573         (hi-lock-file-patterns-range): Fix typos in docstrings.
18575         * savehist.el (savehist-loaded, savehist-load, savehist-install)
18576         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
18578         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
18579         Fix typo in docstring.
18581         * net/newsticker.el (newsticker--decode-iso8601-date)
18582         (newsticker--set-customvar, newsticker--buffer-insert-item)
18583         (newsticker--do-run-auto-mark-filter)
18584         (newsticker--parse-generic-feed): Doc fixes.
18585         (newsticker--retrieval-timer-list, newsticker-url-list)
18586         (newsticker-hide-immortal-items-in-echo-area)
18587         (newsticker-hide-obsolete-items-in-echo-area)
18588         (newsticker-new-item-face, newsticker--enclosure)
18589         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
18590         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
18591         (newsticker--parse-generic-feed, newsticker--cache-contains)
18592         (newsticker--stat-num-items, newsticker-download-enclosures):
18593         Fix typos in docstrings.
18595         * net/rcirc.el (rcirc-debug): Doc fix.
18596         (rcirc-fill-column, rcirc-receive-message-hooks)
18597         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
18598         (rcirc-mode, rcirc-generate-new-buffer-name)
18599         (rcirc-startup-channels, rcirc-ignore-update-automatic)
18600         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
18601         Fix typos in docstrings.
18602         (rcirc-print): "?\ " -> "?\s".
18603         (rcirc-cmd-join): Improve argument/docstring consistency.
18605 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
18607         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
18608         before narrow-to-region.
18610 2006-02-01  Richard M. Stallman  <rms@gnu.org>
18612         * simple.el (move-beginning-of-line): Scan properly for invis change.
18614         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
18616 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
18618         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
18619         change bit only when id-format is 'integer.  Reported by Matt
18620         Hodges <M.P.Hodges@rl.ac.uk>.
18622 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
18624         * hilit-chg.el (highlight-changes-initial-state)
18625         (highlight-changes-global-initial-state): Doc fixes.
18626         (highlight-changes-global-modes, global-highlight-changes):
18627         Fix typos in docstrings.
18629 2006-02-01  Kim F. Storm  <storm@cua.dk>
18631         * emulation/cua-base.el (cua-mode): Mention that CUA enables
18632         transient-mark-mode in doc string.
18634 2006-01-31  Richard M. Stallman  <rms@gnu.org>
18636         * replace.el (multi-occur): Doc fix.
18637         (multi-occur-in-matching-buffers): Rename from
18638         multi-occur-by-filename-regexp.  Prefix arg says match
18639         buffer names instead of file names.
18641 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
18643         * bs.el: Allow non-default values of `bs-header-lines-length'.
18644         (bs--running-in-xemacs): Remove (not needed anymore).
18645         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
18646         instead of `shrink-window', thus avoiding having to compute the
18647         height of the window.
18648         (bs--up): Wrap around even when there's no header.
18649         (bs--down): Use `forward-line' instead of `next-line'.
18651 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
18653         * image-mode.el (image-toggle-display): Use file name if possible,
18654         instead of unnecessarily allocating a (possibly huge) lisp string.
18656 2006-01-30  John Paul Wallington  <jpw@pobox.com>
18658         * subr.el (toplevel): Define `cl-assertion-failed' condition here
18659         because the `assert' macro signals it at runtime.
18661         * emacs-lisp/cl.el (toplevel): Remove definition of
18662         `cl-assertion-failed' condition.
18664 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
18666         * thumbs.el (thumbs-marked-list): Make buffer-local and
18667         permanent-local.
18668         (thumbs-insert-thumb): Make help-echo non-sticky.
18669         (thumbs-file-alist): Use eolp as check for (non)-image.
18671 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
18673         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
18674         (ediff-before-session-group-setup-hooks)
18675         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
18676         Fix typos in docstrings.
18678         * window.el (bw-dir, bw-eqdir, balance-windows)
18679         (split-window-keep-point): Fix typos in docstrings.
18681         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
18682         (org-quote-string, org-calendar-to-agenda-key)
18683         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
18684         (org-show-following-heading, org-tags-column)
18685         (org-use-tag-inheritance, org, org-allow-space-in-links)
18686         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
18687         (org-enable-table-editor, org-calc-default-modes)
18688         (org-table-allow-automatic-line-recalculation)
18689         (org-export-html-style, org-export-with-fixed-width)
18690         (org-export-with-sub-superscripts, org-special-keyword)
18691         (org-formula, org-time-grid, org-table-may-need-update)
18692         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
18693         (org-goto-quit, org-get-indentation, org-end-of-item)
18694         (org-move-item-down, org-move-item-up)
18695         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18696         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
18697         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
18698         (org-agenda-log-mode, org-agenda-toggle-diary)
18699         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
18700         (org-agenda-file-to-end, org-agenda-no-heading-message)
18701         (org-agenda-get-closed, org-format-agenda-item)
18702         (org-cmp-priority, org-cmp-category, org-cmp-time)
18703         (org-agenda-change-all-lines, org-agenda-diary-entry)
18704         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
18705         (org-link-search, org-camel-to-words, org-open-file)
18706         (org-remember-handler, org-table-convert-region)
18707         (org-table-move-row-down, org-table-move-row-up)
18708         (org-table-copy-region, org-table-wrap-region)
18709         (org-table-toggle-vline-visibility)
18710         (org-table-get-vertical-vector, org-table-modify-formulas)
18711         (org-table-get-specials, org-recalc-commands)
18712         (org-table-rotate-recalc-marks, org-table-eval-formula)
18713         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
18714         (org-level-color-stars-only, org-insert-heading):
18715         Fix typos in docstrings.
18716         (last-arg): Add defvar.
18718         * makefile.w32-in (WINS): Add erc.
18719         (MH_E_SRC): Update (copied from lisp/Makefile.in).
18721 2006-01-29  Bill Wohler  <wohler@newt.com>
18723         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
18724         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
18725         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
18726         (mh-autoloads): Don't use comments on otherwise empty lines.
18728 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
18730         * emulation/viper.el (viper-major-mode-modifier-list):
18731         Add insert-state and vi-state entries for erc-mode.
18732         (viper-go-away, viper-set-hooks): Add and remove
18733         viper-comint-mode-hook from erc-mode-hook as appropriate.
18735         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
18737 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
18739         * bs.el (bs--format-aux): Implement `middle' alignment as
18740         described in the docstring for `bs-attributes-list'.
18741         (bs--get-name): Simplify.  Don't pad the buffer name.
18743 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
18745         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
18746         English aspell dictionary is installed, use the first entry of
18747         ispell-dictionary-alist-1.
18749 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18751         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18752         Doc fix.
18754 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
18756         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
18757         for `process-file', in order to let it work for older Emacsen too.
18759 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
18761         * international/latexenc.el: Add a suitable `coding:' tag.
18762         (latexenc-find-file-coding-system): Undo last change.
18764 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18766         * international/latexenc.el (latexenc-find-file-coding-system):
18767         Make sure latexenc-main-file is a regular file and is readable.
18769 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
18771         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
18772         Pass FILE to vc-user-login-name.
18774         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
18776 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
18778         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
18779         there are no more images to display.
18780         (thumbs-mark, thumbs-unmark): Revert change so that they move to
18781         the next image.
18783 2006-01-26  Richard M. Stallman  <rms@gnu.org>
18785         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
18787         * wid-edit.el (advertised-widget-backward): New alias.
18788         (widget-keymap): Use advertised-widget-backward for S-TAB.
18790         * tumme.el: Correct the keywords.
18791         (tumme-dir-max-size): Use defvar.
18792         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
18794         * simple.el (move-beginning-of-line): Take account of fields.
18795         (clone-indirect-buffer-other-window): Take args like
18796         clone-indirect-buffer, and work like it.
18798         * help-fns.el (describe-function): Don't pass `nil' as default.
18800         * files.el (risky-local-variable-p): Follow var aliases.
18802         * subr.el (lazy-completion-table): Doc fix.
18804         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
18805         global binding of `line'.
18807 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
18809         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
18810         Tramp.
18812         * vc.el (vc-default-dired-state-info): Pass FILE to
18813         vc-user-login-name.
18814         (vc-default-update-changelog): Don't use vc-user-login-name, we
18815         don't need it here.
18817         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
18818         no longer necessary.
18820 2006-01-25  Kenichi Handa  <handa@m17n.org>
18822         * international/mule.el (decode-char): Avoid the overhead of
18823         calling utf-lookup-subst-table-for-decode if
18824         utf-translate-cjk-mode is nil.
18825         (encode-char): Avoid the overhead of calling
18826         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
18827         nil.
18829 2006-01-22  Kenichi Handa  <handa@m17n.org>
18831         * international/mule.el (make-subsidiary-coding-system): Reset
18832         `coding-system-define-form' property of subsidiaries to nil.
18833         Avoid duplicated entry in coding-system-alist.
18834         (make-coding-system): Avoid duplicated entry in
18835         coding-system-alist.
18836         (define-coding-system-alias): Likewise.
18838 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18840         * completion.el: Minor fixes in introductory comment.
18841         (completion-def-wrapper): Fix alist.
18843 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
18845         * thumbs.el (thumbs-new-image-size): New function.
18846         (thumbs-increment-image-size-element)
18847         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
18848         (thumbs-decrement-image-size): Delete.
18849         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
18850         temp files and use to resize.
18851         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
18852         Use increment argument to enlarge/shrink.  Preserve point.
18853         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
18854         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
18855         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
18856         (thumbs-mark, thumbs-unmark): Preserve point.
18857         (thumbs-modify-image): Keep old temp files and use to modify.
18858         Cleanup old temp files at load time.  Preserve point.
18859         (thumbs-view-image-mode-map): Use new command names.
18861 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18863         * log-view.el (log-view-minor-wrap): First rev is the one at point.
18865         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
18866         the nastiest part of the cyclic dependency.
18867         (cal-menu-update): Use dotimes and calendar-increment-month.
18869         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
18870         (calendar-week-start-day): Add an :initializer.
18871         (calendar-mode-map): Use suppress-keymap, and command remapping.
18872         (describe-calendar-mode): Setup xref-stack info for the back button.
18873         (calendar-star-date): Insert before delete.
18874         (calendar-set-mode-line): Add file-modified info if applicable.
18875         (calendar-increment-month): New function.
18877 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
18879         * font-lock.el (lisp-font-lock-keywords-2):
18880         Recognize "& keywords" only at word boundaries.
18882 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
18884         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
18885         and permanent-local.
18886         (thumbs-max-image-number): New variable.
18887         (thumbs-do-thumbs-insertion): Use them.
18888         (thumbs-per-line): Change default to 4.
18889         (thumbs-marked-list): Rename from thumbs-markedL.
18890         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
18891         (thumbs-rename-images): Use -list instead of L for internal variables.
18892         (thumbs-call-convert): Use call-process instead of shell-command.
18893         (thumbs-insert-thumb): Add filename as help-echo to each image.
18894         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
18895         Give dir to thumbs-show-thumbs-list.
18896         (thumbs-show-thumbs-list): Set default-directory to that of images.
18897         (thumbs-dired-show): Rename from thumbs-dired-show-all.
18898         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18899         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
18900         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
18902 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18904         * ses.el (ses-read-cell): Provide a default value.
18906 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
18908         * term/w32-win.el (image-library-alist): Add additional names for
18909         GIF library.
18911 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18913         * international/latexenc.el (latexenc-find-file-coding-system):
18914         Add file-regular-p check.
18916 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18918         * simple.el (clone-buffer): Don't show the new buffer in the same
18919         window.
18921 2006-01-23  Juri Linkov  <juri@jurta.org>
18923         * faces.el (link, link-visited): New faces based on default values
18924         of `info-xref' and `info-xref-visited'.
18926         * info.el (info-xref): Inherit from `link'.
18927         (info-xref-visited): Inherit from `link-visited'.
18929         * cus-edit.el (custom-buffer-create-internal): Use widget type
18930         `custom-manual' instead of `info-link' and don't set properties
18931         `button-face' and `mouse-face' explicitly.
18932         (custom-browse-group-tag, custom-browse-variable-tag)
18933         (custom-browse-face-tag): Inherit from widget class
18934         `custom-group-link' instead of `push-button'.
18935         (custom-button-unraised): Inherit from `underline' face.
18936         (custom-link): Inherit from `link' face.  Fix doc and group.
18937         (custom-add-parent-links, custom-group-value-create): Don't set
18938         properties `button-face' and `mouse-face' explicitly for
18939         `custom-group-link' widget.
18940         (custom-group-link): Add properties `button-face' and `mouse-face'
18941         to widget definition.
18942         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
18943         editable-field's :keymap property.
18944         (custom-mode): Fix docstring: substitute keybindings for
18945         `widget-forward' and `widget-backward' from `widget-keymap',
18946         `widget-complete' from `custom-field-keymap', replace old
18947         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
18949         * desktop.el (desktop-load-file): Check for `fboundp' before
18950         calling `symbol-function'.
18952         * simple.el (clone-buffer, clone-indirect-buffer)
18953         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
18954         `read-string'.  Fix prompts.
18956         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
18958 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
18960         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
18962 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
18964         * startup.el (inhibit-splash-screen, initial-scratch-message):
18965         Doc fixes.
18967 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
18969         Sync with Tramp 2.0.52.
18971         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
18972         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
18973         `tramp-unload-tramp' for checklist.
18975         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
18976         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
18977         (tramp-unload-file-name-handler-alist)
18978         (tramp-unload-tramp): New defuns.
18979         (tramp-advice-PC-expand-many-files): New defadvice.
18980         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
18981         removed.
18982         (tramp-handle-expand-file-name): Remove double slash.
18983         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
18984         It doesn't matter, because it will be converted later on.
18985         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
18986         implementation was just heuristic.
18987         (tramp-post-connection): Set uid and gid properties.
18988         (tramp-convert-file-attributes): Set file's gid change bit.
18989         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
18990         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
18991         in case of su(do)? methods.  The home directory of the local user
18992         will be taken else.
18993         (tramp-open-connection-telnet)
18994         (tramp-open-connection-rsh, tramp-open-connection-su)
18995         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
18996         local shell prompt could hurt.  Reported by Romain Francoise
18997         <romain@orebokech.com>.
18998         (tramp-let-maybe): Add `edebug-form-spec' property.
18999         (tramp-handle-expand-file-name): Bind `default-directory' locally
19000         to "/" in order to avoid problems with UNC shares or Cygwin
19001         mounts.
19002         (tramp-md5-function): Fix typo in error message.
19004         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
19006         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
19007         for byte-compiler pacification.
19009 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
19011         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
19012         ID-FORMAT `string'.  This allows us to get rid of
19013         `vc-user-login-name UID'.
19015         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
19017 2006-01-22  John Paul Wallington  <jpw@pobox.com>
19019         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
19021 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
19023         * emacs-lisp/find-func.el (find-definition-noselect)
19024         (find-variable-noselect): Search variables in C source code too.
19025         (find-function-C-source, find-function-noselect, find-function)
19026         (find-function-other-frame, find-variable-noselect, find-variable)
19027         (find-variable-other-frame, find-variable-at-point):
19028         Fix docstrings.
19030 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
19032         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
19034 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
19036         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
19037         Default to disabling the "Save affix" question.
19039 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
19041         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
19042         the first arg to run-python.
19044 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
19046         * startup.el (command-line-1): Handle --no-desktop if desktop.el
19047         is not loaded.
19049 2006-01-20  Jay Belanger  <belanger@truman.edu>
19051         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
19052         limit is 0.
19054         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
19055         the correct variable.
19057 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
19059         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
19060         link.  Fixed buggy argument sequence in call to `org-view-tags'.
19061         (org-compile-prefix-format): Set `org-prefix-has-tag'.
19062         (org-prefix-has-tag): New variable.
19063         (org-format-agenda-item): Remove tags from headline if
19064         appropriate.
19065         (org-agenda-remove-tags-when-in-prefix): New option.
19066         (org-get-tags-at): New function.
19068 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
19070         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
19071         (thumbs-find-image): Move image name and number from buffer name
19072         to mode name.  Set thumbs-buffer.  Preserve point so that large
19073         images remain visible.
19074         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
19075         order.
19076         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
19077         mode name.
19078         (thumbs-next-image, thumbs-previous-image): Make them work.
19080 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
19082         * cus-edit.el (custom-buffer-create-internal): State in the text above
19083         the whole buffer buttons that they do not operate on hidden items.
19084         (custom-face-menu): Use `custom-face-save' instead of
19085         `custom-face-save-command'.
19086         (custom-face-save-command): Make it an alias for `custom-face-save'
19087         and declare it obsolete.
19088         (custom-face-save): Doc fix.
19090         * dired.el (dired-no-confirm): Add quote.
19091         (dired-subdir-alist-pre-R): Add quote in
19092         `make-variable-buffer-local' form and remove unbalanced parenthesis.
19094 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19096         * textmodes/table.el (table-mode-indicator): Typo in last change.
19098 2006-01-19  Richard M. Stallman  <rms@gnu.org>
19100         * outline.el (hide-leaves): Don't call outline-end-of-heading.
19101         Fixes bug reported in Nov 2005.
19103         * isearch.el (isearch-forward): Doc fix.
19105         * dired.el (dired-move-to-filename-regexp): Define as alias.
19106         (dired-no-confirm): Use defcustom.
19107         (dired-subdir-alist-pre-R): Put defvar at top level.
19109         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
19111         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19112         Mark as risky.
19114         * simple.el (set-mark-command): Doc fix.
19115         (clone-indirect-buffer-other-window):
19116         Read arg like clone-indirect-buffer.
19117         (move-beginning-of-line): Skip invisible newlines.
19119 2006-01-19  Masatake YAMATO  <jet@gyve.org>
19121         * progmodes/cpp.el (cpp-edit-load): Make the order of
19122         listed conditions in a base C code buffer and its associate
19123         CPP Edit buffer the same.
19125 2006-01-19  Kenichi Handa  <handa@m17n.org>
19127         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
19128         (rmail-mime-feature): Likewise.
19129         (rmail-require-mime-maybe): Use display-warning to show a warning
19130         message.
19132         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
19133         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
19135 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19137         * array.el: Move defvars out of eval-when-compile.
19138         (array-make-template): Replace undeclared global var with a local one.
19139         (array-mode): Inline initialization functions.
19140         (array-init-local-variables, array-init-max-row)
19141         (array-init-max-column, array-init-columns-per-line)
19142         (array-init-field-width, array-init-rows-numbered)
19143         (array-init-line-length, array-init-lines-per-row): Remove.
19145         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
19146         (doc-mode-map): Define explicitly.
19147         (doctor-txtype): Use mapc.
19149         * textmodes/table.el: Move defvars out of eval-when-compile.
19150         Remove harmful code meant to avoid byte-compiler warnings.
19151         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
19152         specification that checks table-fixed-width-mode directly.
19153         (table-recognize-region, table-recognize-cell):
19154         Use restore-buffer-modified-p.
19155         (table-fixed-width-mode): Remove code that refreshes
19156         table-fixed-mode-indicator.
19157         (*table--cell-describe-bindings, *table--cell-describe-mode):
19158         Avoid obsolete name print-help-return-message.
19159         (table--test-cell-list): Don't use replace-regexp from elisp.
19160         (table--point-entered-cell-function, table--point-left-cell-function):
19161         Don't set table-fixed-mode-indicator, use force-mode-line-update.
19163         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
19164         that was after the end of file.  Use buffer-file-name variable.
19165         (org-timestamp-change): Use with-current-buffer.
19166         (org-todo-list): Don't unnecessarily define a new buffer-local var.
19167         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
19168         `file'.
19170         * progmodes/fortran.el: Move defvars out of eval-when-compile.
19171         (fortran-break-line): Remove unused var `opoint'.
19172         (fortran-abbrev-start): Obey help-event-list.
19174 2006-01-18  Jesper Harder  <harder@phys.au.dk>
19176         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
19178 2006-01-18  Masatake YAMATO  <jet@gyve.org>
19180         * progmodes/make-mode.el (makefile-imake-mode): New mode
19181         derived from makefile-mode.
19182         (makefile-imake-mode-syntax-table): New syntax table
19183         derived from makefile-mode-syntax-table.
19184         (makefile-mode): Write about makefile-imake-mode in doc string.
19185         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
19186         (makefile-imake-font-lock-keywords): New font lock keywords.
19188         * files.el (auto-mode-alist): Add Imakefile.
19190 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
19192         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
19193         loading the file rather than when turning on flyspell-mode.
19195 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
19197         * cus-edit.el (customize-rogue): Minor doc fix.
19199 2006-01-17  Juri Linkov  <juri@jurta.org>
19201         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
19202         instead of the file at the mark as default if the file at the mark
19203         is the same as the file at point or if dired-dwim-target-directory
19204         is not the same as the current directory and the mark is not active.
19206         * log-view.el (log-view-minor-wrap): Use the same logic to get
19207         revisions as `log-view-diff'.
19209         * info.el (Info-revert-find-node): Check for Info-current-file
19210         before preserving new-history.
19212         * man.el (Man-heading-regexp): Add `/'.
19214         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
19215         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
19217 2006-01-16  Juri Linkov  <juri@jurta.org>
19219         * faces.el (mode-line-faces): New defgroup.
19220         (mode-line-highlight): Move definition after new defgroup.
19221         (mode-line, mode-line-inactive, mode-line-highlight):
19222         Replace :group `modeline' with `mode-line-faces'.
19223         (mode-line-buffer-id): New face.
19224         (modeline-buffer-id): New face alias.
19225         (vertical-border): Remove :group `modeline'.
19227         * bindings.el (propertized-buffer-identification): Use face
19228         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
19229         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
19230         (mode-line-buffer-identification-keymap): For mouse-1 replace
19231         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
19232         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
19233         mouse-3.
19235         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
19236         Buffer-menu-buffer.  Doc fix.
19237         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
19238         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
19239         `Buffer-menu-buffer'.
19241         * info.el (Info-mode-line-node-keymap): New defvar.
19242         (Info-set-mode-line): Use `stringp' to check Info-current-file.
19243         Propertize Info-current-node with `mode-line-buffer-id' and
19244         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
19246         * time.el (display-time-mail-face): Replace :group `faces' with
19247         `mode-line-faces'.
19249 2006-01-16  Kenichi Handa  <handa@m17n.org>
19251         * international/code-pages.el: Add autoload cookies for cp125[0345678].
19253         * language/european.el (cp1252): New alias for windows-1252.
19255         * international/mule.el (autoload-coding-system): Prepare for EOL
19256         variants.
19258 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
19260         * term.el (term-raw-map): Add mapping for insert.
19261         (term-send-insert): New.
19262         (term-mode): Make variables local here instead of doing it in
19263         `term-emulate-terminal'.
19264         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
19265         Scroll reverse needs to take into account the scroll region.
19266         Saving and restoring the cursor should save the color attributes too.
19267         (term-reset-terminal): Reset the scroll region.
19268         (term-handle-ansi-escape): Cursor up and down should take into
19269         account the scroll region.
19270         (term-set-scroll-region): Rename from `term-scroll-region'.
19271         Move to 0,0 after setting the region.
19272         (term-handle-scroll): Handle scroll up.
19273         (term-down): Fix off by one error.
19274         (term-delete-lines): Do not delete outside the scroll region.
19275         (term-insert-lines): Take into account the scroll region.
19277 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19279         * textmodes/ispell.el (ispell-internal-change-dictionary)
19280         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
19281         (start, end): Move declaration outside of eval-when-compile.
19283         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
19284         (flyspell-mode-on): Use it.
19286         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
19287         ispell-kill-ispell-hook.
19289 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
19291         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19292         (Custom-reset-saved): Do not ask for confirmation in single option
19293         buffers.
19295 2006-01-13  Richard M. Stallman  <rms@gnu.org>
19297         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
19299 2006-01-13  Romain Francoise  <romain@orebokech.com>
19301         * add-log.el (add-change-log-entry, change-log-merge):
19302         Conditionally use `hard-newline'.
19304 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
19306         * wid-edit.el (widget-field-end): If the overlay is no longer
19307         associated with a buffer, behave as if the overlay didn't exist.
19309         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
19310         Make sure the links use the `custom-link' face.
19312 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19314         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
19315         (ld-script-mode): Don't set indent-line-function since we don't
19316         have one.
19318 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
19320         * textmodes/org.el (org-open-file): Use mailcap for selecting an
19321         application.
19322         (org-file-apps-defaults-gnu): Use mailcap as the default for
19323         selecting an application on a UNIX system.
19324         (org-agenda-show-tags): New command.
19325         (org-table-insert-hline): Keep cursor in current table line.
19326         (org-table-convert): Offset effect of modifying
19327         `org-table-insert-hline'.
19328         (org-format-agenda-item): New optional argument TAG.
19329         (org-compile-prefix-format): Handle %T format for the tag.
19330         (org-expand-wide-chars): New function.
19331         (org-table-insert-row, org-table-insert-hline):
19332         Use `org-expand-wide-chars'.
19333         (org-open-file): Fix bug in program launch.
19334         (org-get-time-of-day): Fix bug with times before 1am.
19335         (org-agenda-menu): Add tags commands.
19337 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
19339         * textmodes/ispell.el (ispell-init-process): Include the used
19340         dictionary in ispell process start message.
19341         (ispell-internal-change-dictionary): When flyspell-mode is active
19342         and dictionary is changed, make sure ispell process is restarted
19343         and flyspell word cache cleared out for the current buffer.
19344         (ispell-change-dictionary): Make sure flyspell word cache is
19345         cleared out in all buffers with active flyspell mode when
19346         dictionary is globally changed.
19347         Call ispell-internal-change-dictionary after dictionary change.
19349 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
19351         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
19353         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
19354         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
19355         years.  Fix small differences wrt Makefile.in.
19356         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
19357         Makefile.in does.
19359 2006-01-12  Bill Wohler  <wohler@newt.com>
19361         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
19362         mh-search.el.
19364 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19366         * progmodes/ld-script.el: Update copyright year.
19368 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
19370         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
19371         Don't add widget if setting undefined.
19373 2006-01-12  John Paul Wallington  <jpw@pobox.com>
19375         * help-fns.el (describe-variable): Remove newlines from void
19376         variable output.
19378 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
19380         * wdired.el (wdired-mode-map): Add help echo for
19381         wdired-abort-changes.
19383         * man.el (Man-file-name-regexp): Adjust for a list of files.
19385 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19387         * progmodes/ld-script.el (auto-mode-alist): Support
19388         suffix conventions used in netbsd and eCos.
19390 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
19392         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
19393         (custom-variable-menu, custom-face-menu, custom-group-menu)
19394         (Custom-mode-menu): Change names of menu items.  (As discussed on
19395         emacs-devel.)
19396         (custom-face-menu): Add "Undo Edits" item.
19398         * startup.el (init-file-user): defcustom -> defvar.
19400         * tooltip.el (tooltip-mode): Doc fix.
19402 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19404         * reveal.el (reveal-post-command): window-buffer signals an error on
19405         dead windows rather than returning nil.
19406         (reveal-open-new-overlays): An overlay might die while we open others.
19408 2006-01-11  Bill Wohler  <wohler@newt.com>
19410         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
19411         phrasing in docstring.
19413         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
19414         can give some systems gas.  Add new file mh-buffers.el.
19416 2006-01-06  Masatake YAMATO  <jet@gyve.org>
19418         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
19419         C preprocessor forward ported from GNU Emacs 21.2.
19421         * progmodes/asm-mode.el (asm-font-lock-keywords):
19422         Use `cpp-font-lock-keywords'.
19424         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
19426         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
19427         of $ for "\\.ld[s]?".
19429 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19431         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
19432         (tcl-indent-line): Return `noindent' if inside a string.
19434         * progmodes/flymake.el (flymake-split-string): Remove more than one
19435         empty string at beg/end of the result.
19436         (flymake-find-buildfile, flymake-find-possible-master-files):
19437         Use expand-file-name.
19438         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
19439         since expand-file-name does it for us.  Use directory-file-name.
19440         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
19441         (flymake-ler-get-type, flymake-ler-get-text)
19442         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
19443         (flymake-current-line-no): Remove spurious interactive spec.
19444         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
19445         (flymake-check-include): Remove arg inc-path merged into inc-name.
19446         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
19447         Arg regexp-list replaced by a simple regexp.
19448         (flymake-master-make-header-init, flymake-master-tex-init):
19449         Correspondingly replace regexp-list with a regexp.  Fix regexp.
19451 2006-01-10  Simon Josefsson  <jas@extundo.com>
19453         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
19454         describing AUTH PLAIN fix.
19456 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19458         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
19459         (report-emacs-bug): Don't record initial prompt text.
19460         Instead, add text properties to prompting text.
19461         (report-emacs-bug-hook): Delete prompting text.
19463 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19465         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
19466         `dirs'.  Adjust callers.
19468 2006-01-09  John Paul Wallington  <jpw@gnu.org>
19470         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
19472 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19474         * reveal.el (reveal-open-new-overlays): New extracted fun.
19475         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
19476         using them.  Simplify the code.
19477         (reveal-post-command): Use them.  Fix up obsolete windows in
19478         reveal-open-spots.
19480         * progmodes/flymake.el: Use `require' rather than autoload for
19481         XEmacs's overlays.
19482         (flymake-get-common-file-prefix, flymake-build-relative-filename):
19483         Delete.  Use file-relative-name instead.
19484         (flymake-get-syntax-check-program-args, flymake-perl-init):
19485         Simplify the resulting code.
19487         * log-view.el (log-view-file-re, log-view-message-re): Add support
19488         for DaRCS output.
19490 2006-01-09  Alex Schroeder  <alex@gnu.org>
19492         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
19493         identifiers sometimes added in square brackets at the beginning of
19494         subject lines.
19496 2006-01-07  Richard M. Stallman  <rms@gnu.org>
19498         * cus-edit.el (Custom-set, Custom-save): Doc fix.
19499         (Custom-reset-current, Custom-reset-saved): Change question text.
19500         (Custom-reset-standard): Likewise.
19501         (custom-variable-reset-saved): Doc fix.
19503 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
19505         * startup.el (init-file-user): Doc fix.
19507 2006-01-07  Alex Schroeder  <alex@gnu.org>
19509         * mail/rmail.el (rmail-current-subject): New function.
19510         (rmail-current-subject-regexp): New function.
19511         (rmail-next-same-subject): Use it.
19513         * mail/rmailsum.el (rmail-summary-by-topic):
19514         Use rmail-current-subject and rmail-current-subject-regexp.
19515         (rmail-summary-next-same-subject): Ditto.
19517         * net/rcirc.el (rcirc-send-input): No longer check whether the
19518         process is open, since not all commands need an open process.
19519         (rcirc-send-string): Check whether the process is open before
19520         sending anything.
19521         (rcirc-ignore-list): New option.
19522         (rcirc-ignore-list-automatic): New variable.
19523         (rcirc-print): Take rcirc-ignore-list into account.
19524         (rcirc-cmd-ignore): New command.
19525         (rcirc-ignore-update-automatic): New function.
19526         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
19527         list if ignored nicks.
19528         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
19530 2006-01-06  David Reitter  <david.reitter@gmail.com>
19532         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
19533         reflect the address to which the report will be sent.
19535 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
19537         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
19538         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
19540 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
19542         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
19544         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
19545         the doc string: "functoin" => "function".
19546         * ldefs-boot.el: Likewise.
19548         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
19549         message text: "Duplicat" => "Duplicate".
19551 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19553         * files.el (basic-save-buffer-2): If backing-up failed, reset
19554         buffer-backed-up to nil.
19556 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
19558         * progmodes/gud.el (gdb-script-skip-to-head)
19559         (gdb-script-calculate-indentation): Indent for breakpoint command
19560         lists also.
19562 2006-01-05  Bill Wohler  <wohler@newt.com>
19564         * Makefile.in (compile-always): Add mh-autoloads dependency.
19565         (bootstrap): Remove mh-autoloads dependency, as compile dependency
19566         provides it.
19567         (updates): Remove mh-autoloads dependency, since it probably has
19568         already run recently (via recompile).
19570 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19572         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
19573         argument `force' to disable the flyspell-last-buffer optimization.
19574         (flyspell-mode-on): Use it.
19576         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
19577         flymake-simple-cleanup.
19578         (flymake-allowed-file-name-masks): Use this new default.
19579         All the functions are now called in the right buffer rather than
19580         passing the buffer as argument.
19581         (flymake-process-sentinel): Switch to buffer before calling cleanup.
19582         (flymake-parse-err-lines): Remove redundant buffer arg.
19583         (flymake-get-program-dir): Comment out unused function.
19584         (flymake-start-syntax-check, flymake-start-syntax-check-process):
19585         Remove redundant buffer argument.
19586         (flymake-get-real-file-name, flymake-simple-java-cleanup)
19587         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
19589 2006-01-05  Richard M. Stallman  <rms@gnu.org>
19591         * info.el (Info-find-node): Don't record previous node if have none.
19592         (info): Go to directory only if history is empty.
19594         * simple.el (mark): Doc fix.
19596 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19598         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
19599         already of desired type.
19600         (mac-ae-list): Coerce parameter to "list" type.
19601         (mac-dispatch-apple-event): Replace cadr part of event with a
19602         dummy position so that event-start returns it.
19604 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
19606         * textmodes/org.el (org-end-of-subtree): New function.
19607         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
19608         Use `org-end-of-subtree'.
19609         (org-agenda, org-agenda-convert-date): Protect calls to
19610         `fit-window-to-buffer'.
19611         (org-tags-view): Force matching of sublevels when doing a
19612         todo-only search.  Define the correct redo command, including the
19613         arguments.
19614         (org-agenda-redo): Display message.
19615         (org-check-for-org-mode): New function.
19616         (org-agenda-type): New variable.
19617         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
19618         Set `org-agenda-type'.
19619         (org-agenda-check-type): New function.
19620         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
19621         (org-agenda-week-view, org-agenda-day-view)
19622         (org-agenda-next-date-line, org-agenda-previous-date-line)
19623         (org-agenda-log-mode, org-agenda-toggle-diary)
19624         (org-agenda-toggle-time-grid, org-agenda-date-later)
19625         (org-agenda-date-prompt, org-agenda-diary-entry)
19626         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
19627         (org-agenda-convert-date, org-agenda-menu):
19628         Use `org-agenda-check-type'.
19629         (org-make-overlay, org-delete-overlay)
19630         (org-detatch-overlay, org-move-overlay, org-overlay-put):
19631         New compatibility functions.
19632         (org-calendar-select-mouse): New command.
19634 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
19636         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
19637         (Custom-reset-standard): Fix y-or-n-p messages.
19638         (custom-link): New face for links.
19639         (custom-buffer-create-internal, custom-manual): Use it.
19640         (custom-face-save): Push to theme-face before setting face spec.
19642         * wid-edit.el (widget-default-mouse-face-get): New function.
19643         (widget-specify-button): Handle mouse-face like button-face.
19645         * custom.el (load-theme): Clear old theme settings if reloading.
19647 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19649         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
19650         "Erase Customization" button back to same position it occupies in
19651         the individual State menus.
19653 2006-01-04  Kim F. Storm  <storm@cua.dk>
19655         * wid-edit.el (key-sequence): Rework widget to read key binding
19656         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
19657         (widget-key-sequence-default-value): Default value for empty sequence.
19658         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
19659         (widget-key-sequence-read-event): New command for C-q.
19660         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
19661         (widget-key-sequence-value-to-external): New functions.
19663 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19665         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
19666         Use expand-file-name.
19667         (flymake-delete-temp-directory): Use expand-file-name,
19668         file-name-directory, and directory-file-name.
19669         (flymake-strrchr): Delete.
19670         (flymake-start-syntax-check): Don't pass the redundant buffer argument
19671         to the init-f function.
19672         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
19673         (flymake-init-find-buildfile-dir)
19674         (flymake-init-create-temp-source-and-master-buffer-copy)
19675         (flymake-simple-make-init-impl, flymake-simple-make-init)
19676         (flymake-master-make-init, flymake-master-make-header-init)
19677         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
19678         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
19679         (flymake-xml-init): Remove corresponding redundant buffer argument.
19680         (flymake-allowed-file-name-masks): Remove last elems that are equal to
19681         the default anyway.  Clean up regexps.
19683         * progmodes/flymake.el (flymake-temp-source-file-name)
19684         (flymake-master-file-name, flymake-temp-master-file-name)
19685         (flymake-base-dir): New buffer-local vars.
19686         (flymake-buffer-data, flymake-get-buffer-value)
19687         (flymake-set-buffer-value): Replace those hash-tables by the new
19688         buffer-local vars.  Update callers.
19690         * progmodes/flymake.el (flymake-check-start-time)
19691         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
19692         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
19693         Move definition, so we can remove redundant earlier declaration.
19694         (flymake-replace-regexp-in-string, flymake-split-string)
19695         (flymake-get-temp-dir): Use defalias.
19696         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
19697         (flymake-xemacs-window-edges): Remove unused function.
19698         (flymake-get-point-pixel-pos): Move.
19699         (flymake-pid-to-names, flymake-reg-names)
19700         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
19701         Replace by a simple list flymake-processes and by process-buffer.
19702         Update callers.  Other than simplify the code, it uses buffers rather
19703         than buffer-names so it doesn't get confused by uniquify.
19704         (flymake-buffer-data): The global value should just be nil.
19706         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
19707         Optimize the body of a defalias like any other code.
19709         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
19710         Make sure we've setup font-lock's vars.  It may influence which
19711         function we then call.
19712         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
19713         here since it's too late anyway.
19715 2006-01-03  Romain Francoise  <romain@orebokech.com>
19717         * startup.el (fancy-splash-tail, normal-splash-screen):
19718         Update copyright year.
19720 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
19722         * mouse.el (mouse-drag-track): Rename, from
19723         `mouse-drag-region-1'.  Includes optional argument required to
19724         enable post-drag event processing (e.g. delete region keys).
19725         Can be used without this argument to track a mouse region and operate
19726         on it as soon as the drag completes.
19727         (mouse-drag-region): Use `mouse-drag-track'.
19729 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
19731         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
19732         Move to `custom-buffer' group.
19734         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
19735         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
19736         (custom-theme-insert-face-marker, custom-theme-variable-menu)
19737         (custom-theme-face-menu): New variables.
19738         (custom-theme-add-variable, custom-theme-variable-action)
19739         (custom-variable-reset-theme, custom-theme-delete-variable)
19740         (custom-face-reset-theme, custom-theme-face-action)
19741         (custom-theme-delete-face, custom-theme-merge-theme)
19742         (custom-theme-add-face, custom-theme-visit-theme): New functions.
19744 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
19746         * custom.el: Move Custom Themes commentary to start of theme code.
19747         (custom-known-themes): Rename `standard' theme to `changed'.
19748         (custom-push-theme): Caller no longer specifies what theme to use
19749         when doing `reset'---the setting is simply removed from the theme.
19750         Delete MODE from `theme-value' and `theme-settings' properties.
19751         (custom-declare-theme): Ignore &rest args since we don't use them.
19753         (custom-loaded-themes): Delete variable.
19754         (custom-theme-load-themes, custom-theme-loaded-p)
19755         (custom-theme-value): Delete functions.
19757         (custom-declare-theme): Signal error on invalid theme names.
19758         (provide-theme): custom-loaded-themes was deleted.
19759         (load-theme): Load the file unconditionally.
19760         (enable-theme): Call `load-theme' if theme is undefined.
19761         (custom-enabled-themes): Only update value for successful loads.
19762         (disable-theme): Complete from enabled themes when interactive.
19763         (custom-variable-theme-value): Calculate theme value directly.
19765         (custom-theme-reset-variables, custom-reset-variables): Mark as
19766         XEmacs compatibility functions.  We don't actually use these.
19768         * cus-edit.el (custom-variable-state-set):
19769         Use custom-variable-theme-value instead of custom-theme-value.
19770         (custom-face-state-set): Rename `standard' theme to `changed'.
19771         (custom-save-variables, custom-save-faces): Delete unneeded
19772         references to custom-reset-variables.
19773         (custom-save-resets): Delete function.
19774         (custom-save-variables, custom-save-faces): MODE argument deleted.
19775         (custom-save-variables, custom-save-faces): Ignore theme values.
19777         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
19778         compatibility function.
19780 2006-01-01  Richard M. Stallman  <rms@gnu.org>
19782         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
19783         (Custom-reset-current, Custom-reset-saved): Likewise.
19784         (Custom-reset-standard): Show message if aborted.
19785         (custom-mode): Doc fix, describing those commands.
19787         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
19788         put on event-kind property.
19790 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
19792         * custom.el (provide-theme): Ban `user' theme name.
19793         (custom-enabling-themes): New variable.
19794         (enable-theme): Don't enable user if custom-enabling-themes is t.
19795         (custom-enabled-themes): Make it a defcustom.
19796         (custom-theme-recalc-face): No-op if face is undefined.
19798         * cus-edit.el (custom-button-mouse): New variable.
19799         (custom-button-mouse): New face.
19800         (custom-raised-buttons, custom-mode): Use it.
19802         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
19804 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19806         * progmodes/gud.el (gud-display-line): Support hl-line in the
19807         source buffer.
19809 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
19811         * mouse.el (mouse-drag-window-above): Verify that the found window
19812         overlaps with the given window in the horizontal dimension.
19814 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19816         * Makefile.in (cvs-update): New target.
19818         * makefile.w32-in (cvs-update): Ditto.
19820 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
19822         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
19823         (custom-new-theme-mode-map): New variable.
19825 2005-12-30  Richard M. Stallman  <rms@gnu.org>
19827         * custom.el (custom-load-themes): Function deleted.
19829         * cus-edit.el (custom-save-loaded-themes): Function deleted.
19830         (custom-save-variables): Don't delete or add custom-load-themes call.
19832 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19834         * cus-start.el: Add `visible-cursor'.
19836         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
19837         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
19838         (flymake-process-filter): Switch to buffer before calling it instead.
19839         (flymake-post-syntax-check, flymake-highlight-err-lines)
19840         (flymake-delete-own-overlays, flymake-parse-err-lines)
19841         (flymake-start-syntax-check, flymake-start-syntax-check-process)
19842         (flymake-count-lines, flymake-parse-residual):
19843         Remove constant buffer argument.
19844         (flymake-start-syntax-check-for-current-buffer): Remove.
19845         Update callers to use flymake-start-syntax-check instead.
19846         (flymake-display-err-menu-for-current-line):
19847         Remove unused var `mouse-pos'.
19848         (flymake-restore-formatting): Comment out unused function.
19849         (flymake-report-status, flymake-report-fatal-status): Remove buffer
19850         argument, use current-buffer instead.  Update callers.
19852 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19854         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
19855         buffer-local because choose-completion-delete-max-match requires
19856         that we set completion-ignore-case (i.e., binding via let is not
19857         sufficient).
19858         (bibtex-complete): Always set completion-ignore-case and
19859         choose-completion-string-functions.  The latter is needed because
19860         choose-completion-string-functions keeps its value if we quit the
19861         *Completions* buffer without requesting a completion.
19863 2005-12-30  Andreas Schwab  <schwab@suse.de>
19865         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
19867 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
19869         * jit-lock.el (jit-lock-chunk-size): Doc fix.
19871 2005-12-30  Juri Linkov  <juri@jurta.org>
19873         * locate.el (locate-fcodes-file, locate-header-face)
19874         * progmodes/delphi.el (delphi-other-face)
19875         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
19877         * paren.el (show-paren-match, show-paren-mismatch): Use existing
19878         group `paren-showing-faces'.
19880         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
19881         (goto-address): Fix docstring.
19883         * net/webjump.el (webjump-sample-sites): Update URLs.
19885         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
19887         * subr.el (cancel-change-group): Add listp around pending-undo-list.
19889 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19891         * font-lock.el (font-lock-compile-keywords): Signal an error when
19892         font-lock-set-defaults hasn't been called.
19894 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
19896         * subr.el (noreturn, 1value): Doc fixes.
19898 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19900         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
19901         that assoc-string returns nil.
19903 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19905         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
19906         (bibtex-entry-type-str, bibtex-empty-field-re)
19907         (bibtex-search-backward-string, bibtex-preamble-prefix)
19908         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
19909         (bibtex-any-valid-entry-type): New variable.
19910         (bibtex-parse-field-name): Simplify.
19911         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
19912         (bibtex-preamble-prefix): Include left delimiter.
19913         (bibtex-search-forward-field, bibtex-search-backward-field):
19914         Allow unbounded search past entry boundaries (required by bibtex-pop).
19915         (bibtex-text-in-field-bounds): Use push.
19916         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
19917         (bibtex-parse-preamble, bibtex-valid-entry)
19918         (bibtex-beginning-first-field): New functions.
19919         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
19920         (bibtex-map-entries): Fix docstring.
19921         (bibtex-flash-head): New arg prompt.  Simplify.
19922         (bibtex-enclosing-field): Include code of bibtex-inside-field.
19923         (bibtex-insert-kill): Simplify.  Always insert text past the
19924         current field or entry.
19925         (bibtex-format-entry): Use bibtex-parse-field.
19926         (bibtex-pop): Use bibtex-beginning-of-entry and
19927         bibtex-end-of-entry to initiate the search.  Insert empty field if
19928         we found ourselves.
19929         (bibtex-print-help-message): New args field and comma.
19930         Handle entry keys.
19931         (bibtex-make-field): Use bibtex-beginning-of-entry.
19932         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
19933         invalid entry.
19934         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
19935         Handle preambles.  Simplify code for thorough test.
19936         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
19937         New arg comma.  Handle entry heads.
19938         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19939         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
19940         New arg comma.
19941         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
19942         (bibtex-fill-field): Simplify.
19943         (bibtex-fill-entry): Use bibtex-beginning-first-field and
19944         bibtex-parse-field.
19945         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
19946         (bibtex-complete): Use bibtex-parse-preamble.
19948 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
19950         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
19951         Display name of expression instead of convenience variable.
19952         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
19954         * progmodes/gud.el (gud-tooltip-dereference): Rename from
19955         toggle-gud-tooltip-dereference.
19956         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
19957         (gud-tooltip-tips): ...here when dereferencing.
19959 2005-12-28  Bill Wohler  <wohler@newt.com>
19961         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
19963 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19965         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
19966         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
19967         (vc-annotate-display-autoscale): Adjust call.
19968         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
19969         Fix interactive spec.
19970         (vc-annotate-time-span): Remove.
19971         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
19972         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
19973         (vc-annotate-display-select): Use new name.
19975         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
19976         (vc-annotate-mode-menu): Remove left-over redundant declaration.
19977         Correct the construction of span entries.  Simplify.
19978         (vc-annotate-display-select): Fix the nil case.
19979         (vc-annotate): Remove obsolete (and now broken) code.
19980         (vc-annotate-extract-revision-at-line): Remove obsolete code.
19981         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
19983 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
19985         * subr.el (lazy-completion-table): Correct typo in docstring.
19987         * startup.el (command-line): Use `custom-reevaluate-setting' for
19988         `send-mail-function'.
19990         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
19992 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
19994         * mail/smtpmail.el (smtpmail-try-auth-methods):
19995         Send credentials together with "AUTH PLAIN" command.
19997 2005-12-27  Richard M. Stallman  <rms@gnu.org>
19999         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
20000         mouse-2, go back to previously selected window, so it's selected
20001         when mouse-2 command runs.
20003 2005-12-27  Juri Linkov  <juri@jurta.org>
20005         * descr-text.el (describe-text-sexp): Use square brackets for
20006         button [Show] to distinguish it from the property value `show'.
20007         (describe-property-list): Use `insert-text-button' with
20008         `help-face' type instead of putting face in quotes, because button
20009         is not created automatically for a list of faces.
20010         (describe-text-properties-1): Put button-type value in quotes to
20011         distinguish from plain text "button".
20012         (describe-char): Display code point values in hex.  Don't use
20013         `symbol-name' for `current-input-method' because it is a string.
20014         Use `insert-text-button' with `help-face' type instead of putting
20015         hardcoded face in quotes, because button is not created automatically.
20017 2005-12-27  Richard M. Stallman  <rms@gnu.org>
20019         * progmodes/glasses.el (glasses-face): More specific custom type.
20021         * files.el (set-visited-file-name): Doc fix.
20023         * textmodes/flyspell.el (flyspell-external-point-words):
20024         Use local var buffer-scan-pos to advance scan for next misspelling.
20025         Advance it only after we find the misspelling.
20027 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
20029         * textmodes/flyspell.el (flyspell-external-point-words):
20030         New criteria for finding the misspelling in the buffer.
20032 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
20034         * help-mode.el (help-insert-string): Set help-xref-stack-item
20035         rather than call help-setup-xref.
20037         * descr-text.el (describe-char): Revert previous changes for
20038         optional buffer argument.
20040 2005-12-27  Juri Linkov  <juri@jurta.org>
20042         * help-mode.el (help-insert-string): New function.  Save buffer
20043         contents in cases where it is impossible to recompute the old contents.
20045         * descr-text.el (describe-char): Set help-xref-stack-item
20046         explicitly after buffer has been generated.
20048 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20050         * cus-start.el (all): Add x-gtk-show-hidden-files.
20052 2005-12-26  Richard M. Stallman  <rms@gnu.org>
20054         * replace.el (perform-replace): Calculate match-again
20055         before skipping read-only matches.
20057         * paren.el (paren-showing-faces): New group.
20058         (show-paren-match, show-paren-mismatch): Move to that group.
20060         * button.el (button): Put into group `basic-faces'.
20062         * progmodes/make-mode.el: Remove faces from group `faces'.
20064         * apropos.el (apropos, apropos-value): Doc fix.
20065         (apropos-documentation): Doc fix.
20067 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20069         * subr.el (lazy-completion-table): Remove argument `args'.
20071         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
20072         Don't use the `args' argument of lazy-completion-table.
20074 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
20076         * descr-text.el (describe-char): Add optional argument for buffer.
20077         Set buffer appropriately.  Call help-setup-xref.
20078         Suggested by Stefan Monnier.
20080 2005-12-26  Juri Linkov  <juri@jurta.org>
20082         * descr-text.el: Require `help-fns' at runtime.  Don't require
20083         `button' for byte compilation.
20084         (describe-text-widget): Add `help-echo' for first button.
20085         Use `help-info' for second.
20086         (describe-property-list): Use `help-argument-name' instead of `italic'.
20087         (describe-text-category): Add prompt to interactive spec.
20088         Call `help-setup-xref'.
20089         (describe-char): Use `help-character-set'.  Add `help-echo' for
20090         code point.  Use `help-input-method'.  Remove superfluous insert.
20092 2005-12-25  Richard M. Stallman  <rms@gnu.org>
20094         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
20095         at point, in case of narrowing.
20097         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
20099         * locate.el (locate-header-face): Allow nil in type.
20101         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
20103 2005-12-25  Romain Francoise  <romain@orebokech.com>
20105         * battery.el (battery-linux-proc-acpi): Also try
20106         `/proc/acpi/thermal_zone/THM0/temperature'.
20108 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
20110         * custom.el (custom-push-theme): Fix docstring.
20112         * cus-edit.el (custom-variable-set, custom-variable-save)
20113         (custom-variable-save): Custom-quote widget values.
20114         (customize-save-variable): Fix custom-push-theme call.
20116 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
20118         * w32-fns.el (w32-batch-update-autoloads): New function.
20120         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
20121         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
20122         from the command line.
20124 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
20126         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
20127         reset means to remove setting from theme entirely.  Don't keep
20128         expanding theme-settings list; delete old entries if necessary.
20130         * cus-edit.el (custom-buffer-create-internal): Move "Erase
20131         customization" button one line up.
20132         (custom-themed): New face.
20133         (custom-magic-alist): New value, THEMED, for theme settings.
20134         (custom-variable-state-set, custom-face-state-set):
20135         Check theme-value instead of saved-value.
20136         (custom-variable-reset-standard, custom-face-reset-standard):
20137         Remove theme setting entirely.  Recalculate new values.
20138         (custom-variable-set, custom-variable-set)
20139         (custom-variable-reset-saved, custom-variable-reset-backup)
20140         (custom-face-set, custom-face-reset-saved): Update `user' theme.
20141         (custom-variable-save): Fix typos.
20143 2005-12-23  Juri Linkov  <juri@jurta.org>
20145         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
20146         Add autoload cookies.
20147         (edebug-outside-d-c-i-n-s-w): New variable.
20148         (edebug-display, edebug-outside-excursion): Use it to save the
20149         original value of default-cursor-in-non-selected-windows.
20150         Set default-cursor-in-non-selected-windows to t while Edebug
20151         is active.
20152         (edebug-mode, edebug-eval-mode): Doc fix.
20154         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
20155         with `buffer-substring-no-properties' to remove common substring
20156         highlighting.
20158         * info.el (info-other-window, info): Rename function argument
20159         `file' to `file-or-node'.
20160         (Info-complete-menu-item): Use local variable `complete-nodes' to
20161         keep the global value of `Info-complete-nodes' unchanged for
20162         subsequent completions.
20163         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
20165         * simple.el (get-next-valid-buffer, last-buffer)
20166         (next-error-buffer-p, next-error-find-buffer)
20167         (minibuffer-history-sexp-flag): Doc fix.
20169         * savehist.el (savehist-mode-hook): Add `:group'.
20171         * log-view.el: Call autoload for vc-find-version.
20172         (log-view-current-file): Adjust subgroup numbers.
20173         (log-view-current-tag): Add `length'.
20175 2005-12-23  Richard M. Stallman  <rms@gnu.org>
20177         * vc.el (vc-annotate-car-last-cons): Defn moved up.
20179 2005-12-23  Juri Linkov  <juri@jurta.org>
20181         * hi-lock.el (hi-lock-archaic-interface-message-used)
20182         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
20183         (hi-lock-mode): Display "Hi" in the mode line only when
20184         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
20185         (hi-lock-write-interactive-patterns):
20186         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
20187         (hi-lock-set-pattern, hi-lock-set-file-patterns)
20188         (hi-lock-font-lock-hook): Set 3rd arg `how' of
20189         font-lock-add-keywords to t.
20191 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
20193         * hi-lock.el (hi-lock-highlight-range): New variable.
20194         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
20195         only if font-lock-fontified is non-nil.  Remove overlays.
20196         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
20197         font-lock-fontified is non-nil, otherwise use overlays (instead of
20198         text properties).
20199         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
20200         New variables.
20201         (hi-lock-string-serialize): New function.
20203 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20205         * menu-bar.el (menu-find-file-existing): New function.
20206         (menu-bar-file-menu): Use menu-find-file-existing for Open.
20208         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
20210 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20212         * vc.el: Remove unnecessary leading * in docstrings.
20213         (vc-annotate-mode-map): Move initialization into declaration.
20214         (vc-static-header-alist): Nitpick on the regexp.
20215         (vc-default-init-version): New fun.
20216         (vc-register): Use it.
20217         (vc-insert-headers): Use dolist.
20218         (vc-annotate-get-backend): Remove unused function.
20219         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
20220         (vc-annotate-mode): Remove corresponding call.
20221         (vc-annotate-car-last-cons): Simplify.
20222         (vc-annotate-buffers): Remove var.
20223         (vc-annotate-backend): Make it buffer-local.
20224         (vc-annotate): Move the interaction to the interactive spec.
20225         Add a `buf' argument.
20226         (vc-annotate-warp-version): Use this new `buf' argument to avoid
20227         killing&creating a vc-annotate buffer, which is very disruptive when
20228         the buffers are shown in dedicated frames.
20230 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
20232         * descr-text.el: Add FSF as maintainer.
20233         (describe-text-mode, describe-text-mode-map)
20234         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
20235         help-mode.
20236         (describe-text-widget, describe-text-sexp)
20237         (describe-property-list, describe-text-category)
20238         (describe-text-properties, describe-text-properties-1)
20239         (describe-char): Use help buttons instead of widgets.
20240         (describe-char-unicodedata-file): Make URL link in doc string.
20242 2005-12-22  Richard M. Stallman  <rms@gnu.org>
20244         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
20245         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
20246         Don't include buttons that write a file when there's no file.
20247         (custom-variable-menu, custom-face-menu, custom-group-menu):
20248         Don't include commands that write a file when there's no file.
20249         (customize-browse): Reword the top-of-buffer help intro.
20250         (custom-buffer-create-internal): Fix previous change.
20251         (customize-changed-options-previous-release): Prev release is 21.1.
20252         (customize-changed-options): Doc fix.
20253         (customize-changed): New alias.
20254         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
20255         Say "standard values".
20256         (Custom-reset-standard): Doc fix.
20257         (custom-face-reset-standard): Doc fix.
20259 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20261         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
20262         even if font-lock-mode is non-nil since it may be t without having
20263         turned on font-lock-mode-internal.
20264         (font-lock-choose-keywords): Minor optimization.
20265         (font-lock-add-keywords, font-lock-remove-keywords)
20266         (font-lock-set-defaults): Don't call make-local-variable on a variable
20267         that we know to already be local.
20269 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20271         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
20272         messages if in the minibuffer.
20274 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20276         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
20277         (tex-mode-flyspell-verify, flyspell-get-word)
20278         (flyspell-external-point-words): Don't use point-min/max uselessly.
20280         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
20281         by Kevin Rodgers.  Instead, just hide the completions buffer if we
20282         don't need to show it.
20284 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
20286         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
20288 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20290         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
20291         delete-windows-on with an inexistent buffer.
20293 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
20295         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20296         Delete defcustom variable :tag names.
20298 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20300         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
20301         (log-view-font-lock-keywords): Ajust subgroup numbers.
20302         (log-view-current-tag): Don't hard code the number of subgroups.
20304 2005-12-20  Juri Linkov  <juri@jurta.org>
20306         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
20307         (tooltip-x-offset, tooltip-y-offset): Doc fix.
20309         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20310         (menu-bar-non-minibuffer-window-p): Instead of checking
20311         display-multi-frame-p, use selected-frame when menu-updating-frame
20312         is nil.
20314 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
20316         * align.el (align-rules-list): Use [ \t] instead of \s-
20317         for column separators in text mode.
20319 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
20321         * help-mode.el (help-customize-variable, help-customize-face):
20322         Don't pop help-xref-stack as help-follow no longer pushes
20323         anything on to it.
20325 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
20327         * textmodes/org.el (org-agenda-custom-commands): New option.
20328         (org-agenda): Offer custom commands on splash screen.
20329         (org-make-tags-matcher): Parser for Boolean logic added.
20330         (org-agenda-set-tags): New command.
20331         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
20332         (org-set-tags): Efficiency improvements.
20333         (org-auto-align-tags): New option.
20334         (org-todo, org-demote, org-promote): Realign tags.
20335         (org-tags-completion-function): Use also "&" and "|" as separators.
20336         (org-org-menu): Agenda commands simplified.
20338 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
20340         * cus-edit.el (customize-apropos, customize-apropos-options):
20341         Docstring changes.
20343         * font-lock.el (font-lock): Add tags to the links in the defgroup.
20345 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
20347         * longlines.el (longlines-mode): Wrap while widened.
20348         (longlines-decode-region, longlines-encode-region): Compute max
20349         just once.
20351 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20353         * cus-edit.el (mac): New group.
20355         * cus-start.el (all): Add user options in macterm.c.  Add test for
20356         Mac-related built-ins.  Fix test for GTK-related built-ins.
20358         * term/mac-win.el (mac-handle-language-change)
20359         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
20360         (mac-services-open-selection, mac-services-mail-selection)
20361         (mac-services-mail-to, mac-services-insert-text)
20362         (mac-dispatch-apple-event): Add docstrings.
20363         (x-get-selection, mac-select-convert-to-string): Select coding
20364         system from `utf-16be' and `utf-16le' using `byteorder'.
20366 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20368         * subr.el (lazy-completion-table): Don't be fooled if the var holds
20369         a "list" (lambda ...) rather than a real completion list.
20371         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
20372         lexical-let when encountering ((lambda (...) ...) ...).
20374 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20376         * progmodes/sh-script.el (sh-mode):
20377         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
20378         * textmodes/picture.el (picture-mode): Update docstrings.
20380 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
20382         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
20383         commands enclosed in $(ARGQUOTE)s should not be split between two
20384         lines, as that will break with GNU Make >3.80, when sh.exe is used
20385         and arg quoting is with '..'.
20386         (autoloads): Don't break the quoted --eval expression between
20387         several lines.
20389 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20391         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
20392         Capture error from printing circular structures.
20394 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
20396         * wid-edit.el (widget-checkbox-action): Clear undo info.
20398 2005-12-16  Bill Wohler  <wohler@newt.com>
20400         * menu-bar.el (kill-this-buffer): Set a good example by using menu
20401         bar, not menubar in comment.
20403 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20405         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
20406         After-change-functions should not clobber the match data.
20408 2005-12-16  Juri Linkov  <juri@jurta.org>
20410         * simple.el (choose-completion): Use `buffer-substring-no-properties'
20411         instead of `buffer-substring'.
20412         (completion-common-substring): Doc fix.
20413         (completion-setup-function): Use minibuffer-completion-contents
20414         instead of minibuffer-contents.  Don't set common-string-length
20415         initially.  Remove special handling of partial-completion-mode.
20416         Move computation of completion-base-size into one cond.
20417         Call completion-base-size-function in mainbuf.  In computation of
20418         completion-base-size for file name completion don't move point to
20419         the end of the minibuffer.  Move computation of common-string-length
20420         into one cond.  Start putting faces only when common-string-length>=0.
20421         Add condition to put completions-common-part when
20422         common-string-length>0.
20424         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
20425         place point at the first different character in the minibuffer
20426         even if this position is at the beginning of the minibuffer.
20428         * info.el (Info-read-node-name-1): In completion-base-size-function's
20429         lambda return 1 if common-substring or minibuffer-completion-contents
20430         starts with (, and 0 otherwise.
20432         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
20433         Use `crm-current-element' for second arg of `display-completion-list'.
20435 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
20437         * files.el (set-auto-mode): Look for an interpreter specified on
20438         the first line also if search for mode specification succeeded,
20439         but the mode is not known.
20441 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
20443         * textmodes/org.el (org-tags-match-list-sublevels): New option.
20444         (org-open-at-point): Implement tag searches as links.
20445         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
20446         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
20447         (org-tags-sparse-tree, org-tags-view, org-set-tags)
20448         (org-agenda-dispatch): New commands.
20449         (org-use-tag-inheritance, org-tags-column): New options.
20450         (org-tab-follows-link, org-return-follows-link): New options.
20451         (org-tags): New customize group.
20452         (org-start-icalendar-file): Get local time zone.
20453         (org-tags-completion-function): New function.
20454         (org-set-font-lock-defaults): Make sure links will also be
20455         highlighted inside headlines.
20457 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
20459         * term.el (term-emulate-terminal):
20460         Let term-handle-ansi-terminal-messages override what Bash says about
20461         its current directory.
20463 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20465         * bindings.el (last-buffer): Move to simple.el.
20466         * simple.el (last-buffer): Move here.
20467         (get-next-valid-buffer): New function.
20468         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
20469         (prev-buffer): Ditto.  Rename to `previous-buffer'.
20471         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
20472         * bindings.el (global-map): Ditto.
20474 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
20476         * cus-edit.el: Introductory comment change.
20477         (custom-magic-alist): Change message string for the `rogue' state.
20479 2005-12-15  Richard M. Stallman  <rms@gnu.org>
20481         * tooltip.el: Delete defcustom variable :tag names.
20483         * complete.el (partial-completion-mode): Doc fix.
20485         * textmodes/flyspell.el (flyspell-external-point-words):
20486         Use save-excursion to ensure we don't move backward in the
20487         search loop, not even one character.
20488         (flyspell-delete-all-overlays): Use remove-overlays directly.
20490         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
20491         (ispell-start-process): Set that variable.
20492         Clear ispell-buffer-local-name.
20493         (ispell-internal-change-dictionary):
20494         Set ispell-current-dictionary after killing process.
20495         (ispell-buffer-local-dict):
20496         Don't set spell-personal-dictionary after killing process.
20497         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
20498         (ispell-tex-skip-alists, ispell-html-skip-alists)
20499         (ispell-skip-region-alist): Mark as risky.
20501         * net/newsticker.el (newsticker--retrieval-timer-list)
20502         (newsticker--display-timer, newsticker-running-p)
20503         (newsticker-ticker-running-p): Definitions moved up.
20505 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
20507         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
20509 2005-12-15  David Ponce  <david@dponce.com>
20511         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
20512         (recentf-edit-list, recentf-open-files): Signal an error when
20513         there is no recent file.
20515 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20517         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
20518         read-only except for texinfo-format-region evaluation.
20520 2005-12-14  Richard M. Stallman  <rms@gnu.org>
20522         * vc.el (vc-default-previous-version, vc-default-next-version)
20523         (vc-do-command): Doc fixes.
20525 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20527         * textmodes/bibtex.el (bibtex-expand-strings)
20528         (bibtex-autokey-expand-string, bibtex-name-part)
20529         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
20530         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
20531         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
20532         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20533         (bibtex-entry-postfix, bibtex-known-entry-type-re)
20534         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
20535         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
20536         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
20537         (bibtex-beginning-of-last-entry): Remove.
20538         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
20539         message if comma is missing but buffer is read-only.
20540         (bibtex-parse-field-text): Handle whitespaces at the end of field
20541         text.  Return 3-element list with beginning and end of field text
20542         and end of field.
20543         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
20544         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
20545         (bibtex-search-forward-field, bibtex-search-backward-field):
20546         Search always delimited by limits of entry.  Use more efficient
20547         search algorithms.
20548         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
20549         bibtex-end-of-name-in-field.
20550         (bibtex-text-in-field-bounds): Handle BibTeX strings when
20551         extracting the content of a field.
20552         (bibtex-text-in-field): Use search limits.
20553         (bibtex-parse-string-prefix): Handle empty string keys based on
20554         bibtex-string-empty-key.
20555         (bibtex-parse-string): Fix docstring.
20556         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
20557         (bibtex-preamble-prefix, bibtex-strings): New functions.
20558         (bibtex-skip-to-valid-entry): Include preceding whitespace in
20559         BibTeX entries (consistent with other BibTeX functions).
20560         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
20561         (bibtex-search-entry): Fix docstring.  Simplify.
20562         (bibtex-flash-head, bibtex-complete-string-cleanup)
20563         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
20564         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
20565         (bibtex-parse-entry): New optional arg content.
20566         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
20567         Use bibtex-text-in-field-bounds.
20568         (bibtex-print-help-message): Handle BibTeX strings and preambles.
20569         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
20570         bibtex-parse-string-postfix.
20571         (bibtex-find-text-internal): New function.
20572         (bibtex-remove-delimiters): Use it.
20573         (bibtex-find-text): Use it.  New optional arg help.
20574         (bibtex-complete): Handle BibTeX string and preamble entries.
20575         (bibtex-Preamble): Fix order of closing delimiters.
20577 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20579         * vc.el (vc-default-revert): New fun.
20581         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
20583 2005-12-14  Romain Francoise  <romain@orebokech.com>
20585         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
20586         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
20587         (font-lock-remove-keywords): Likewise.
20589 2005-12-14  Juri Linkov  <juri@jurta.org>
20591         * log-view.el (log-view-diff): Doc fix.
20593         * isearch.el (isearch-query-replace): Use (mark) instead of
20594         isearch-opoint if mark is active in transient-mark-mode.
20596 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
20598         * isearch.el (isearch-query-replace): Check for isearch-other-end.
20600 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
20602         * progmodes/cpp.el (cpp-face): New widget.
20603         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
20605 2005-12-14  Juri Linkov  <juri@jurta.org>
20607         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
20608         around `erase-buffer' and `insert'.
20610         * descr-text.el (describe-text-properties): Replace buffer name
20611         "*Help-2*" with "*Help*<2>".
20612         (describe-char): Add functions print-help-return-message,
20613         toggle-read-only.  Use help-setup-xref with nil to not store
20614         describe-char in help-xref-stack.  Use help-make-xrefs to
20615         make [back] button.
20617         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
20619         * wdired.el (wdired-old-point): New internal variable.
20620         (wdired-change-to-wdired-mode): Set it buffer-locally.
20621         (wdired-abort-changes): Restore point after aborting changes.
20623 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20625         * vc.el (vc-do-command): Add a new value t for okstatus.
20627         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
20628         frame in case of errors.
20630 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20632         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
20633         so it comes after "On the Left" in the menu.
20635 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
20637         * cus-edit.el (customize-apropos, customize-apropos-options)
20638         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
20640 2005-12-12  Bill Wohler  <wohler@newt.com>
20642         * vc-svn.el (vc-svn-registered): Fix problem of visiting
20643         non-writable Subversion-controlled files by saving window
20644         configuration before calling vc-do-command.  vc-do-command calls
20645         pop-to-buffer on error which is unexpected during registration.
20647 2005-12-12  Jay Belanger  <belanger@truman.edu>
20649         * calc/README: Update the summary of changes.
20651 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20653         * descr-text.el (describe-char): Rework last fix to solve the problem
20654         is the same way it's solved for everything else in that function
20655         (i.e. by extracting the info before setting up the *Help* buffer).
20657 2005-12-12  Kim F. Storm  <storm@cua.dk>
20659         * subr.el (version-regexp-alist): Allow space as separator before
20660         non-numeric part, e.g. "1.0 alpha".
20661         (version-to-list): Interpret .X.Y version as 0.X.Y version.
20663 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
20665         * textmodes/org.el (org-agenda, org-timeline, org-todo):
20666         Implement Logging and the keep-modes setting.
20667         (org-get-category): Make sure a string is returned.
20668         (org-log-done): New function.
20669         (org-log-done, org-closed-string): New options.
20671 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20673         * tooltip.el (tooltip-y-offset): Change default to 20.
20675 2005-12-12  Richard M. Stallman  <rms@gnu.org>
20677         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
20679         * frame.el (display-hourglass): Doc fix.
20681         * help.el (help-for-help-internal): Simplify entry for `a'.
20683         * info.el (Info-on-current-buffer): Doc fix.
20684         (info-insert-file-contents): Don't test (featurep 'jka-compr).
20686         * startup.el (inhibit-splash-screen): Make this the real name.
20687         (inhibit-startup-message): Make this the alias.
20688         (command-line): Find only simple.el, and use its directory
20689         to fill in other preloaded files' names.
20690         (command-line): Deactivate the mark if deactivate-mark is set.
20692         * international/mule.el (load-with-code-conversion):
20693         Bind deactivate-mark.
20695         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20697 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
20699         * cus-edit.el (customize-apropos): Avoid listing an option more
20700         than once under different aliases.  No longer list user options
20701         that are not defined with defcustom (unless a prefix arg is given).
20702         Doc fix.
20703         (customize-apropos-options): Doc fix.
20705 2005-12-11  Juri Linkov  <juri@jurta.org>
20707         * frame.el (set-background-color, set-foreground-color)
20708         (set-cursor-color, set-mouse-color, set-border-color):
20709         Add explicit prompts to read colors by `facemenu-read-color'.
20710         (show-trailing-whitespace, blink-cursor-delay)
20711         (blink-cursor-interval, display-hourglass, hourglass-delay):
20712         Remove tags.
20713         (display-hourglass, hourglass-delay): Doc fix.
20714         (cursor-in-non-selected-windows): Capitalize words in tag.
20716         * faces.el (frame-background-mode): Replace `choice-item' keywords
20717         with `const' to not make [default] button.  Change default value tag
20718         from `default' to `automatic'.  Doc fix.
20719         (trailing-whitespace) <defface>: Change group `whitespace' to
20720         `whitespace-faces'.
20722 2005-12-11  Richard M. Stallman  <rms@gnu.org>
20724         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
20726 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20728         * term/mac-win.el: Create keymap for mac-apple-event-map.
20730 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
20732         * tooltip.el (tooltip-mode): Move to start of file so that it
20733         appears at top of customize buffer.
20735         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20736         Add the gud groupname.
20737         (gud-tooltip-mode): Add the tooltip groupname.
20738         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
20739         avoid conflict with tooltip-use-echo-area.
20741 2005-12-10  Romain Francoise  <romain@orebokech.com>
20743         * help.el (help-for-help-internal): Add `r' in doc string.
20745 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20747         * align.el (align-regexp, align-highlight-rule):
20748         Use region-beginning and region-end instead of point and mark, so that
20749         repetition (with `repeat-complex-command') recomputes the region
20750         bounds.
20752 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20754         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20755         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20756         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
20757         (balance-windows): Rewrite using the above new functions.
20759 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
20761         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
20762         react if global-hi-lock-mode seems intended.
20763         (global-hi-lock-mode): Renamed from hi-lock-mode.
20764         (hi-lock-archaic-interface-message-used)
20765         (hi-lock-archaic-interface-deduce): New variables.
20766         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
20767         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
20768         (hi-lock-find-patterns, hi-lock-font-lock-hook):
20769         Replace hi-lock-buffer-mode with hi-lock-mode.
20771 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20773         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
20774         completion list, even after a partial completion has been
20775         inserted in the current buffer.  If there are more than 1
20776         completion, redisplay the *Completions* buffer; if the
20777         completion is unique, delete the *Completions* window.
20779 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
20781         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
20782         strings and long subject lines that were broken into multiple
20783         lines at arbitrary places.  Handle subjects that have "Re: " in
20784         the middle.
20786 2005-12-10  John W. Eaton  <jwe@octave.org>
20788         * progmodes/octave-mod.el (octave-electric-space): Don't indent
20789         comments or strings if octave-auto-indent is nil.
20791 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20793         * term/mac-win.el: Require url when compiling.
20794         Call mac-process-deferred-apple-events after loading init files.
20795         (mac-apple-event-map): New defvar.  Define event handlers in it.
20796         (core-event, internet-event): New Apple event class symbols.
20797         (open-application, reopen-application, open-documents)
20798         (print-documents, open-contents, quit-application)
20799         (application-died, show-preferences, autosave-now, get-url):
20800         New Apple event ID symbols.
20801         (about): New HICommand ID symbol.
20802         (mac-event-spec, mac-event-ae): New macros.
20803         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
20804         (mac-ae-selection-range, mac-ae-text-for-search)
20805         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
20806         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
20807         and Services menu events are now defined in mac-apple-event-map.
20808         (mac-drag-n-drop): Remove selection range handling.
20810 2005-12-10  Kenichi Handa  <handa@m17n.org>
20812         * simple.el (zap-to-char):
20813         * isearch.el (isearch-process-search-char): Translate CHAR by
20814         translation-table-for-input.
20816 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
20818         * foldout.el (foldout-exit-fold): Properly hide subtree.
20820 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20822         * files.el (save-buffer):
20823         * international/ucs-tables.el (ucs-set-table-for-input):
20824         * mail/mail-extr.el (mail-extract-address-components):
20825         * mail/sendmail.el (mail-mode): Reformat doc string.
20827 2005-12-09  Juri Linkov  <juri@jurta.org>
20829         * isearch.el (isearch-highlight): Change main overlay priority
20830         from 1 to 1001.  Simplify.
20831         (isearch-lazy-highlight-update): Change lazy overlay priority
20832         from 0 to 1000.
20834         * replace.el (replace-highlight): Change overlay priority from
20835         1 to 1001.
20837         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
20838         Change overlay priority from 1 to 1001.  Reuse existing overlay.
20840         * compare-w.el (compare-windows-highlight): Change overlay
20841         priority from 1 to 1000.
20843         * menu-bar.el (menu-bar-edit-menu): Add listp around
20844         pending-undo-list to disable menu item "undo" when pending
20845         undo list is empty.
20847         * locate.el (locate): Disable undo in *Locate* buffer.
20849 2005-12-09  Kim F. Storm  <storm@cua.dk>
20851         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
20853 2005-12-09  David Ponce  <david@dponce.com>
20855         * recentf.el: Improvement of the menu code.
20856         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
20857         instead of menu hook.
20858         (recentf-show-menu, recentf-hide-menu): New functions.
20859         (recentf-menu-customization-changed, recentf-mode): Use them.
20860         (recentf-menu-action, recentf-max-menu-items)
20861         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
20862         (recentf-arrange-by-rule-others)
20863         (recentf-arrange-by-rules-min-items)
20864         (recentf-arrange-by-rule-subfilter): Don't use
20865         `recentf-menu-customization-changed'.
20866         (recentf-arrange-rules): Likewise.  Accept functions to compute
20867         sub-menu titles.
20868         (recentf-menu-filter): Likewise.  Doc fix.
20869         (recentf-menu-value-shortcut): Doc fix.
20870         (recentf-dump-variable): Quote atom value.
20871         (recentf-make-menu-items): Update to use it as a menu filter.
20872         (recentf-match-rule): New function.
20873         (recentf-arrange-by-rule): Use it.
20874         (recentf-indirect-mode-rule): New function.
20875         (recentf-build-mode-rules): Use it.
20876         (recentf-dir-rule): New function.
20877         (recentf-arrange-by-dir): Use it.
20878         (recentf-filter-changer-current): Rename from
20879         `recentf-filter-changer-state'.  All references updated.
20880         (recentf-filter-changer-alist): Update filter names.
20881         (recentf-filter-changer-select): New function.
20882         (recentf-filter-changer): Use it.  Make a sub-menu from filters
20883         available in `recentf-filter-changer-alist'.
20884         (recentf-data-cache, recentf-clear-data)
20885         (recentf-update-menu): Remove.  All references updated.
20886         (recentf-match-rule-p, recentf-build-dir-rules)
20887         (recentf-filter-changer-goto-next)
20888         (recentf-filter-changer-get-current)
20889         (recentf-filter-changer-get-next): Remove.
20891 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
20893         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
20894         buffer "Reset" button to "Reset to Current" for consistency with
20895         the State buttons.
20897 2005-12-08  John Paul Wallington  <jpw@pobox.com>
20899         * ibuf-ext.el (define-ibuffer-filter filename):
20900         If `dired-directory' is a list then really use its car.
20902 2005-12-08  Kim F. Storm  <storm@cua.dk>
20904         * emulation/cua-rect.el (cua--rectangle-aux-replace):
20905         Fix indention of text on right side of replaced rectangle.
20907 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
20909         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
20910         No need to check gud-comint-buffer is bound.
20911         (gdb): Prevent multiple debugging when first session uses gdba.
20913 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20915         CC Mode update to 5.31.
20917         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
20918         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
20919         We might do this function properly in the future).
20921         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
20922         New macros c-sentence-end and c-default-value-sentence end, to cope
20923         with Emacs 22's new function `sentence-end'.
20925 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20927         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
20928         compat issue using `c-put-overlay' and `c-delete-overlay'.
20930         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
20931         New compat macros to handle overlays/extents.
20933 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20935         * progmodes/cc-fix.el: Add definitions of the macros push and pop
20936         (for GNU Emacs 20.4).
20938         * progmodes/cc-defs.el
20939         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
20941         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
20942         highlighting mechanism so it will work in XEmacs too.
20944         * progmodes/cc-defs.el: Insert c-int-to-char.
20946         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
20947         call to the new macro c-int-to-char.  This solves XEmacs's
20948         regarding characters as different from integers.
20950 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20952         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
20953         New internal helper.
20955         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
20956         construct to make the indirect face lookup work in XEmacs.
20958         (c-cpp-matchers): Append the negation char face to the existing
20959         fontification, so that the cpp face doesn't disappear.
20960         Use `c-make-syntactic-matcher' to avoid negation chars in comments
20961         and strings.
20963         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
20964         to map to `font-lock-negation-char-face' in emacsen where it exists.
20966 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20968         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
20970         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
20971         Rename "c-subword-move-mode" as "c-subword-mode".
20973         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
20974         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
20976 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20978         * progmodes/cc-mode.el: Added autoload directive for
20979         `c-subword-move-mode' for use in older emacsen.
20981 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20983         * progmodes/cc-mode.el:
20984         (i): Insert a binding for C-c C-backspace into
20985         c-bind-special-erase-keys which works in TTYs.
20986         (ii): Make sure that when file styles are used, any explicitly
20987         given style variables take priority over those in the style.
20988         Do this by calling `hack-local-variables' a second time.
20990         * progmodes/cc-vars.el: Add language specific customization
20991         widgets for AWK to c-doc-comment-style, c-require-final-newline
20992         and c-default-style.  Add a defcustom for awk-mode-hook.
20993         Give c-syntactic-element and c-syntactic-context doc-strings by
20994         directly setting their `variable-documentation' propery.
20995         This allows Emacs 22.1 to read these with C-h v.
20997         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
20999 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21001         * progmodes/cc-fonts.el, cc-vars.el
21002         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
21003         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
21004         Masatake YAMATO.
21006         (c-doc-comment-style): Made GtkDoc default in C mode.
21008         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
21009         and C-c C-<delete>.
21011         (c-bind-special-erase-keys): New function for use on
21012         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
21014         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
21015         <delete> key behavior in XEmacs according to `delete-forward-p'.
21016         C.f. `c-electric-delete'.
21018 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21020         * progmodes/cc-mode.el: Give c-hungry-backspace and
21021         c-hungry-delete-forward permanent key bindings.
21023         * progmodes/cc-cmds.el (c-electric-semi&comma):
21024         Bind c-syntactic-context for calls to "criteria functions", for
21025         consistency with other calls to user functions.
21027         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
21028         `current-prefix-arg', since this might be the prefix arg to a
21029         command which calls c-indent-command as a function.  Change the
21030         interactive spec from "p" to "P".
21032         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
21033         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
21034         was difficult to understand.
21036 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21038         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
21039         first char of an identifier.
21041         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
21042         +" syntax in C++.
21044 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21046         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
21047         auto-fill doesn't split a c-comment's last word from a hanging
21048         "*/" when a space is typed between them after fill-column.
21050         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
21052         * progmodes/cc-styles.el (c-set-style)
21053         (c-setup-paragraph-variables): Abort the command if we're not in a
21054         CC Mode buffer.
21056         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
21057         with blank comment-prefix, and a blank line as the comment's
21058         second line.
21060 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21062         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
21063         Incorporate the patterns added in the Emacs development branch
21064         for the new Emacs 22 face `font-lock-negation-char-face'.
21066         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
21067         of "red" since it stands out better in xterms and DOS terminals.
21069         * progmodes/cc-engine.el (c-literal-faces):
21070         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
21072 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21074         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
21075         forcibly enable c-electric-flag.
21077         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
21078         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
21079         after the comment-prefix of a C-style comment will close that comment.
21081 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21083         * progmodes/cc-fonts.el (c-basic-matchers-before)
21084         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
21085         in Pike.
21087         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
21088         digraphs.
21090         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
21091         (c-cpp-message-directives, c-cpp-include-directives)
21092         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
21093         (c-cpp-expr-directives): Introduce new language constants to
21094         control cpp syntax in a cleaner way.
21096         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
21098         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
21100         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
21101         (c-multiline-string-start-char): New language constants and
21102         variables to specify how newlines in string literals work.
21104         (c-font-lock-invalid-string): Use them.
21106         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
21107         unbalanced close brace is entered.  Optimization by avoiding going
21108         back over arbitrarily large blocks.  Removed hints that this
21109         function only would be relevant/useful in AWK.
21111         (c-electric-brace): Indent syntactically after the cleanups since
21112         lineup functions might do it differently then.
21114         * progmodes/cc-engine.el, cc-langs.el
21115         (c-opt-op-identifier-prefix): New language constant and variable.
21117         (c-just-after-func-arglist-p, c-after-special-operator-id)
21118         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
21120         * progmodes/cc-align.el, cc-engine.el
21121         (c-after-special-operator-id): New helper to handle C++ operator
21122         identifiers.
21124         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
21125         (c-guess-basic-syntax): Handle C++ operator identifiers in
21126         declarations.
21128         * progmodes/cc-langs.el (c-assignment-operators): Add the
21129         trigraph version of ^= too.
21131         * progmodes/cc-langs.el (c-assignment-operators): Add the
21132         trigraph version of |= in C++.
21134         * progmodes/cc-fonts.el (c-font-lock-declarators):
21135         Handle `c-decl-hangon-kwds' after the identifier name.
21137         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
21138         whether an arglist is "nonempty", ignore a comment after the open
21139         paren if it isn't followed by a non-comment token on the same line.
21141         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
21142         Enable heuristics below the point to cope with classes inside special
21143         brace lists in Pike.
21145 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21147         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
21149 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21151         * progmodes/cc-guess.el (cc-guess-install): New function to
21152         install an already guessed style in another buffer.
21154         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
21155         sets `inhibit-read-only' - `c-save-buffer-state' should be used
21156         anyway if the change always is undone.
21158 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21160         Implement togglable electricity:
21162         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
21163         saying when it should be used.
21165         * progmodes/cc-engine.el: Add the new buffer-local variable,
21166         c-electric-flag.
21168         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
21169         c-toggle-auto-newline.
21171         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
21172         c-toggle-auto-newline.  Remove the binding for
21173         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
21174         c-toggle-electric-state.
21176         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
21178         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
21179         c-\(forward\|backward\)-subword.
21180         (c-update-modeline): Add the new modeline flag `l' for
21181         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
21182         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
21183         Make the old name an alias of the new name.
21184         (c-toggle-electric-state): New function.
21185         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
21186         Adapt these functions to do electric things only when
21187         c-electric-flag is non-nil.
21188         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
21189         new functions from c-electric-brace.
21190         (c-point-syntax): Add a check for "virtual semicolons" in AWK
21191         mode, so that the tentative extra newline doesn't change the
21192         syntax of the following brace.
21193         (c-electric-brace): Restructure by extracting the above functions.
21194         Tidy up the coding somewhat.
21195         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
21196         restructure a bit.
21198 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21200         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
21201         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
21203         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
21204         (c-submode-indicators): Change name from `c-auto-hungry-string'
21205         since it's now used to track another submode.
21207         (c-update-modeline): Convert to function and extended to check
21208         `c-subword-move-mode'.
21210         (c-forward-into-nomenclature, c-backward-into-nomenclature):
21211         Convert to compat aliases for `c-forward-subword' and
21212         `c-backward-subword'.
21214         * progmodes/cc-subword.el: New functions and minor mode to handle
21215         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
21217         (c-forward-subword, c-backward-subword, c-mark-subword)
21218         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
21219         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
21220         Functions corresponding to the standard word handling functions.
21222         (c-subword-move-mode): Minor mode that replaces all the standard
21223         word handling functions with their subword equivalences.
21225 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21227         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
21228         entry for one-liner-defun.
21230         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
21231         name in its def-edebug-spec.
21233         * progmodes/cc-cmds.el (c-electric-brace): Make the
21234         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
21235         compacts space before a comment, if this will make things fit on
21236         one line.
21238         Introduce an "awk" style, mainly for auto-newline and clean-ups.
21240         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
21242         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
21243         clean-up one-liner-defun.
21245         * progmodes/cc-styles.el: Add the new "awk" style.
21247         * progmodes/cc-vars.el: Add description of one-liner-defun to
21248         c-cleanup-list's doc-string.  New user options,
21249         c-max-one-liner-length.  In c-default-style, set the default style
21250         for AWK to "awk".
21252 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21254         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
21255         macros inside labels.
21257         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
21258         `c-at-statement-start-p' and `c-at-expression-start-p'.
21260         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
21261         error if the mark isn't set.
21263         * progmodes/cc-engine.el (c-guess-continued-construct)
21264         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
21265         accurately detect functions inside functions.
21267         * progmodes/cc-engine.el (c-at-expression-start-p): New function
21268         like `c-at-statement-start-p' that additionally recognizes commas
21269         and expression parentheses as delimiters.
21271         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
21272         to avoid heuristics that doesn't work for unclosed blocks.
21273         (c-at-statement-start-p): New function.
21275         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
21276         Objective-C directives, e.g. directives spanning lines should work
21277         reasonably well now.
21279         (c-put-c-type-property, c-clear-c-type-property): New helpers.
21281         (c-forward-objc-directive): New function to move over any ObjC
21282         directive.
21284         (c-just-after-func-arglist-p, c-guess-basic-syntax)
21285         (c-basic-matchers-before): Use it.
21287         (c-font-lock-objc-iip-decl): Remove.
21289         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
21290         in the template arglist recognition.
21292         * progmodes/cc-styles.el (c-style-alist): Fix several
21293         inconsistencies in the Whitesmith style.
21295         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
21296         New lineup function to get lines after Whitesmith style blocks
21297         correctly indented.
21299         (c-lineup-whitesmith-in-block): Back out the compensation for
21300         opening parens since it's done using `add' lists in the style
21301         definition instead.  Don't use the anchor position since it varies
21302         too much between the syntactic symbols. :P
21304         * progmodes/cc-vars.el (c-valid-offset): Update.
21306         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
21307         lists where the offsets are combined according to several
21308         different methods: `first', `min', `max', and `add'.
21309         Report offset evaluation errors with `c-benign-error' so that some kind
21310         of reindentation still is done.
21312         * progmodes/cc-engine.el (c-guess-basic-syntax):
21313         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
21314         `arglist-close'.
21316         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
21317         situations for `arglist-cont-nonempty' and `arglist-close'.
21319         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
21321         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
21322         cc-bytecomp-boundp' in a number of places.
21324         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
21325         macro related issue.
21327 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21329         * progmodes/cc-awk.el: Change the terminology of regexps: A char
21330         list is now [asdf], a char class [:alpha:].
21331         Include code for char classes.
21332         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
21333         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
21335         Remove (nearly all of) the cruft associated with AWK Mode's former
21336         concept of "virtual semicolons":
21338         Adapt c-beginning-of-statement, c-end-of-statement (together with
21339         subfunctions) to use the new notion of "virtual semicolon" in
21340         place of the old awkward special handling for AWK.  There remains
21341         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
21342         * progmodes/cc-cmds.el:
21343         (c-ascertain-adjacent-literal): In the backwards direction, now
21344         recognises AWK regexp delimiters as string delimiters.
21345         (c-after-statement-terminator-p): Adapt for virtual semicolons;
21346         check more rigorously for "end of macro".
21347         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
21348         virtual semicolons;
21349         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
21350         out the code for forward movement into ...
21351         (c-end-of-statement): Now contains the code for forward movement,
21352         adapted for virtual semicolons.
21354         * progmodes/cc-engine.el:
21355         (c-ws*-string-limit-regexp): New regexp.
21356         (c-forward-single-comment, c-backward-single-comment): Comment out
21357         the (now redundant) "special" AWK stuff.
21359         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
21360         c-string-par-start, c-string-par-separate to be more like Text
21361         Mode than Fundamental Mode.
21363 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21365         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
21366         to the fontified region so that fontification doesn't occur
21367         outside it (could happen e.g. when fontifying a line with an
21368         unfinished declaration).
21370 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21372         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
21373         start of the file.  ^L now separate sections of the file.
21374         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
21375         (c-awk-one-line-possibly-open-string-re)
21376         (c-awk-regexp-one-line-possibly-open-char-class-re)
21377         (c-awk-one-line-possibly-open-regexp-re)
21378         (c-awk-one-line-non-syn-ws*-re): New defonsts.
21379         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
21381         Amend the concept of "virtual semicolons" (in the indentation
21382         engine) for languages like AWK, such that they are now
21383         conceptually attached to end of the last token of a statement, not
21384         the end of the line.  (In AWK Mode, however, the pertinent text
21385         property is still physically set on the EOL.)  Remove the specific
21386         tests for awk-mode, thus facilitating the introduction of other
21387         language modes where EOLs can end statements.
21388         (Note: The funtionality in cc-cmds.el, specifically
21389         c-beginning/end-of-statement has yet to be amended.)
21391         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
21392         New macros.
21394         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
21395         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
21396         c-vsemi-status-unknown-p-fn (in a new page).
21398         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
21399         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
21400         numerous awkward forms like
21401         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
21402         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
21403         variable before-ws-ip, the place just after char-before-ip appears.
21405         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
21406         a comment.
21408 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21410         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
21411         `c-tentative-buffer-changes'.
21413         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
21414         convert to macro to choose between Emacs and XEmacs at compile time.
21416         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
21418         (c-tentative-buffer-changes): New macro to handle temporary buffer
21419         changes in a convenient way.
21421         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
21422         for `c-tentative-buffer-changes'.
21424         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
21425         the checks for paren sexps between the point and the keyword, to
21426         avoid some false alarms.
21428         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
21429         Fixed a situation where an error could be thrown for unbalanced
21430         parens.  Changed to make use of c-keyword-member' to avoid some
21431         repeated regexp matches.
21433         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
21434         These language variable are no longer necessary.
21436         (c-block-stmt-kwds): New language constant used by
21437         c-looking-at-inexpr-block'.
21439         (c-guess-basic-syntax): Remove an optional check that looked at
21440         the existence of the now removed language variables.
21442         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
21443         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
21444         object instantiation expressions as declarations in some contexts.
21445         This bug only affected languages where the declarator can't be
21446         enclosed in parentheses.
21448         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
21449         insert newlines before and after substatement braces.
21451         * progmodes/cc-engine.el: Improved the heuristics for recognizing
21452         function declaration headers and the handling of C++ style member
21453         init lists.
21455         (c-just-after-func-arglist-p): Rewritten to use
21456         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
21458         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
21460         (c-guess-basic-syntax): Adapt case 5B for the new
21461         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
21462         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
21463         covers all cases now).
21465         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
21467 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21469         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
21470         c-string-par-start/separate c-sentence-end-with-esc-eol,
21471         initialised in c-setup-paragraph-variables, used in string
21472         scanning subroutines of c-beginning-of-statement.
21474         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
21475         which precedes the newly inserted `{'.
21477 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21479         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
21480         function for declaration level blocks.  It should now cope with
21481         templates better and also be a lot more comprehensible.
21483         (c-looking-at-decl-block): The new function.
21485         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
21486         for compatibility.
21488         (c-add-class-syntax, c-guess-continued-construct)
21489         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
21491         (c-decl-block-key): Change to tell apart ambiguous and
21492         unambiguous keywords.  Pike specials are now handled directly in
21493         the code instead.
21495         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
21496         New language constants and variables to make the backward skip in
21497         `c-looking-at-decl-block' as tight as possible.
21499         (c-nonsymbol-token-char-list): New language constant.
21501         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
21502         find balanced template arglists backwards.
21504         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
21505         making char classes for `c-syntactic-skip-backward'.
21507         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
21508         16D - can't be a class-close at that point.
21510         * progmodes/cc-engine.el (c-guess-basic-syntax)
21511         (c-add-class-syntax): Don't narrow out the enclosing declaration
21512         level.  This makes everything a lot easier, and it was actually
21513         only four small places that needed it to work.  Some places that
21514         previously did `widen' are removed now, which has the effect that
21515         `c-guess-basic-syntax' never will look at things outside the
21516         current narrowment now.  The anchor position for `topmost-intro'
21517         is affected by this, but it was so bogus it was basically useless
21518         before, and now it's equally bogus but in a slightly different way.
21520         (c-narrow-out-enclosing-class): Gone.
21522         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
21523         the narrowed region.
21525         (c-least-enclosing-brace): Remove silly optional argument.
21527         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
21528         the point could be left directly after an open paren when finding
21529         the beginning of the first decl in the block.
21531         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
21532         Specify which submatch to use.
21534         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
21536         (c-decl-start-re): No longer any need for special treatment of
21537         ObjC due to the above.
21539         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
21540         presumably follows C in that regard.
21542         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
21543         New language constants to specify operator tokens inside
21544         identifiers in a more high level way.
21546         (c-opt-identifier-prefix-key): New internal language constant.
21548         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
21549         (c-identifier-start, c-identifier-key): Now completely calculated
21550         from other constants.
21552         (c-identifier-last-sym-match): Decommission since it's no longer used.
21554         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
21556         * progmodes/cc-engine.el (c-forward-name): Remove the
21557         optimization when c-identifier-key is equal to c-symbol-key since
21558         it doesn't work in byte compiled files.  Don't record empty
21559         regions as identifiers.
21561         * progmodes/cc-langs.el (c-filter-ops): New helper function to
21562         simplify access to `c-operators' and its likes.
21564         (c-operator-list, c-all-op-syntax-tokens)
21565         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
21566         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
21567         (c-primary-expr-regexp, c-cast-parens): Use it.
21569         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
21570         an explicit language in functions.
21572         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
21573         variant of adornment.
21575         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
21576         variable.
21578         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
21579         the Pike value.
21581         * progmodes/cc-engine.el (c-on-identifier)
21582         (c-simple-skip-symbol-backward): Small fix for handling "-"
21583         correctly in `skip-chars-backward'.  Affected the operator lfun
21584         syntax in Pike.
21586         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
21587         diagnostic message about precompiled language vars not being used.
21589         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
21590         "__attribute__" is followed by a parenthesis.
21592         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
21593         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
21594         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
21596         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
21597         Internal cleanups to properly detect the declared identifiers in
21598         various declarations.
21600         (c-decl-start-kwds): New language constant to recognize
21601         declarations that can start anywhere.  Used for class declarations
21602         in Pike.
21604         (c-specifier-key, c-not-decl-init-keywords)
21605         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
21606         (c-find-decl-spots): Implement `c-decl-start-kwds'.
21608         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
21609         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
21610         handling of the compiler specific extension keywords into a new
21611         language constant `c-decl-hangon-kwds' that defines keyword
21612         clauses to be ignored in declarations.
21614         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
21615         past unrecognized tokens when handling `c-colon-type-list-kwds'.
21616         Necessary to stop at the declared identifier in e.g. IDL valuetype
21617         declarations.
21619         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
21620         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
21621         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
21622         (c-forward-decl-or-cast-1): Recognize the declared identifier in
21623         class and enum declarations as such and not as part of the type.
21625         (c-forward-decl-or-cast-1, c-forward-label): Relax the
21626         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
21628         (c-forward-decl-or-cast-1): Don't disregard sure signs of
21629         declarations when there's some syntax error later on.
21631         (c-complex-decl-matchers): Did away with a reference to
21632         `c-specifier-key'.
21634         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
21635         value - this variable is always dynamically bound.
21637         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
21638         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
21639         * cc-cmds.el, cc-defs.el: Change the policy for marking up
21640         functions that might do hidden buffer changes: All such internal
21641         functions are now marked instead of those that don't.
21643         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
21644         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
21645         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
21646         (c-literal-type): Allow these functions to make hidden buffer changes,
21647         so that they are free to use text property caching later on.
21649         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
21650         (c-electric-brace, c-electric-slash, c-electric-star)
21651         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
21652         (c-electric-paren, c-electric-continued-statement, c-indent-command)
21653         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
21654         (c-context-line-break): Add `c-save-buffer-state' calls to comply
21655         with the changed semantics of the functions above.
21657         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
21658         when macros occur in obscure places.  Optimized the sexp movement
21659         a bit.
21661 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21663         Enhancements for c-beginning-of-statement to work in AWK Mode:
21665         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
21666         (completed statement) with `}' (statement completed by closing
21667         brace or semicolon) and `$' (statement completed by EOL).
21669         (c-awk-virtual-semicolon-ends-prev-line-p)
21670         (c-awk-virtual-semicolon-ends-line-p)
21671         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
21672         (c-awk-at-statement-end-p): New functions.
21674         * progmodes/cc-cmds.el: Simplify the structure of functions
21675         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
21676         two functions and c-beginning-of-statement to handle AWK Mode.
21678         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
21679         c-backward-single-comment for AWK mode.  Attempt to clarify their
21680         doc-strings.
21682         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
21684 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21686         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
21687         label handling.  Labels are now recognized in a uniform and more
21688         robust way, regardless of context.  Text properties are put on all
21689         labels to recognize the following declarations better.
21690         Multiword labels are handled both in indentation and fontification for
21691         the benefit of language extensions like Qt.  For consistency, keywords
21692         in labels are now fontified with the label face instead.
21693         That also applies to "case" and "default".
21695         (c-beginning-of-statement-1): Fix some bugs in the label
21696         handling.  Disregard `c-nonlabel-token-key' in labels that begin
21697         with `c-label-kwds'.
21699         (c-find-decl-spots): Support that the callback adds more
21700         `c-decl-end' spots to find.
21702         (c-forward-decl-or-cast-1): Don't treat a list of plain
21703         identifiers followed by a colon as a declaration.
21705         (c-forward-label): New function to recognize labels.
21707         (c-guess-basic-syntax): Replace uses of `c-label-key' with
21708         `c-forward-label'.  Moved the label recognition cases (14 and 15)
21709         earlier since they aren't so context sensitive now.  Handle labels
21710         on the top level gracefully.  Moved access label recognition to
21711         the generic label case (CASE 15) - removed CASE 5E.
21713         (c-font-lock-declarations): Add recognition of labels in the
21714         same round since we need to handle labels in parallell with other
21715         declarations to recognize both accurately.  It should also improve
21716         speed.
21718         (c-simple-decl-matchers, c-basic-matchers-after):
21719         Move `c-font-lock-labels' so that it only is used on decoration level 2
21720         since `c-font-lock-declarations' handles it otherwise.
21722         (c-complex-decl-matchers): Remove the simplistic recognition of
21723         access labels.
21725         (c-decl-prefix-re): Remove the kludges that was necessary to cope
21726         with labels earlier.
21728         (c-decl-start-re): New language variable to make
21729         `c-font-lock-declarations' stop for the special protection labels
21730         in Objective-C that start with `@'.
21732         (c-label-key): Remove since it's no longer used.
21734         (c-recognize-colon-labels, c-label-prefix-re): New language
21735         constants to support recognition of generic colon-terminated labels.
21737         (c-type-decl-end-used): `c-decl-end' is now used whenever there
21738         are colon terminated labels.
21740         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
21741         first argument starts with a special brace list.
21743         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
21744         (c-font-lock-declarations): Break out the declaration and cast
21745         recognition from `c-font-lock-declarations' to a new function, so
21746         that it can be used in the indentation engine.
21748         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
21749         up to the start of the literal.  Fixed bug with the point on the
21750         wrong side of the search limit that could happen when the start
21751         position is inside a literal.
21753         * progmodes/cc-engine.el (c-parse-state)
21754         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
21755         so that it's kept a little bit back to increase the hit rate.
21757         (c-parse-state): Change the macro handling and fixed some
21758         glitches.  Macro context is checked more often than necessary now,
21759         but otoh less garbage conses are generated.
21761         * progmodes/cc-engine.el (c-parse-state)
21762         (c-invalidate-state-cache): Cache the last position where
21763         `c-state-cache' applies.  This can speed up refontification quite
21764         a bit in blocks where there are many non-brace parens before the point.
21766         (c-state-cache-end): New variable for this.
21768         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
21769         cache variable.
21771         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
21772         get close initial continue positions when the start position is
21773         inside a literal or macro.  Do not call the callback for spots
21774         before the start position (which can happen e.g. for `c-decl-end'
21775         spots inside comments).  Optimize better in special cases when the
21776         region is a single line inside a literal or macro (typically when
21777         the current line is refontified).
21779         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
21780         to `c-add-stmt-syntax' - there's no need to explicitly whack off
21781         entries from the paren state.
21783         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
21784         special case for "else if" clauses.
21786         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
21787         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
21789         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
21790         New language variable to recognize the gcc extension with statement
21791         blocks inside expressions.
21793         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
21794         it somewhat more comprehensible.  The argument AT-BLOCK-START is
21795         no longer used and hence removed.
21797         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
21798         to `c-add-stmt-syntax'.
21800         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21801         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
21802         This fixes bogus label recognition.
21804         * progmodes/cc-engine.el (c-add-type, c-check-type)
21805         (c-forward-name, c-forward-type): Improve storage of template
21806         types in `c-found-types' so that they can be recognized better.
21808         (c-syntactic-content): Add option to skip past nested parens.
21810         * progmodes/cc-engine.el (c-forward-name):
21811         Set `c-last-identifier-range' all the time.  It's less work that way.
21812         Handle that there might not be an identifier to store in
21813         `c-last-identifier-range'.
21815         (c-forward-type): Handle that `c-last-identifier-range' might be
21816         nil from `c-forward-name'.
21818         * progmodes/cc-defs.el (c-safe-scan-lists)
21819         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
21821         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
21822         to work even if the form fails.
21824         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
21825         down in a large file in one go.
21827         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
21829         * progmodes/cc-align.el (c-lineup-assignments): New lineup
21830         function which is like `c-lineup-math' but returns nil instead of
21831         `c-basic-offset' when it doesn't match.
21833         (c-lineup-math): Change to use `c-lineup-assignments'.
21835 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21837         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
21838         c-beginning-of-statement.  New subfunctions
21839         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
21841 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21843         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
21844         hardcoded char classes whereever possible.  Changed a couple of
21845         places to use skip by syntax instead of skip by char class.
21847         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
21848         Fix a bug in the regexp that caused extreme backtracking.
21850         * progmodes/cc-langs.el (c-block-comment-starter)
21851         (c-block-comment-ender): New language constants to specify in a
21852         single place how block comments look.
21854         (c-comment-start-regexp, c-block-comment-start-regexp)
21855         (comment-start, comment-end, comment-start-skip)
21856         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
21857         (c-syntactic-ws, c-nonempty-syntactic-ws)
21858         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
21859         `c-line-comment-starter', `c-block-comment-starter' and
21860         `c-block-comment-ender'.
21862         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
21863         New language constants to break up things a bit.
21865         (c-simple-ws): New language constant for simple whitespace.
21867         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
21869         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
21870         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
21871         newlines.  Allow and ignore nil elements in the list.
21873 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21875         * progmodes/cc-cmds.el: Comment out a (n almost certainly
21876         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
21878         * progmodes/cc-cmds.el: Tidy up the comments in
21879         c-beginning-of-statement and subfunctions.
21881         * progmodes/cc-awk.el: Replace calls to put-text-property to the
21882         more flexible c-put-char-property and c-clear-char-properties.
21883         Add the author's email address.
21885         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
21887         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
21888         closing "*/" of a block comment.
21890         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
21891         subfunctions) so that it works at BOB and EOB.
21893         * progmodes/cc-cmds.el, cc-vars.el: More updating of
21894         c-beginning-of-statement, including new variable
21895         c-block-comment-start-regexp.
21897 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21899         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
21900         symbols from `*-font-lock-extra-types' so that there's no need to
21901         use `regexp-opt' on those lists.
21903         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
21904         `c-type-modifier-kwds' is empty.
21906         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
21907         there are several strings on the same line.
21909         * progmodes/cc-engine.el (c-literal-limits): Remove the
21910         compatibility function for older emacsen.  `c-literal-limits-fast'
21911         has now taken the place of this function.
21913         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
21914         with older emacsen: We now require `pps-extended-state'.
21916 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21918         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
21919         which obviates the need to hack sentence-end.  This now handles
21920         escaped newlines in strings correctly.  Correct minor bugs in
21921         c-move-over-sentence and in c-beginning-of-statement.
21923         * progmodes/cc-cmds.el (c-beginning-of-statement (and
21924         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
21925         that movement over macros and code are rigorously separated from
21926         eachother.  Correct a few incidental bugs.
21928         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
21929         Improve its doc-string.  Improve the handling of certain specific cases.
21931 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21933         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
21934         (c-guess-basic-syntax): Change the way class-level labels are
21935         recognized; they can now contain essentially any symbols.
21937         (c-opt-extra-label-key): New language variable to cope with the
21938         special protection label syntax in Objective-C.
21940         (c-opt-access-key): Remove; this is now handled better by
21941         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
21943         (c-complex-decl-matchers): Update to handle that
21944         `c-opt-access-key' no longer exists.
21946         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
21947         improved label recognition in `c-beginning-of-statement-1'.
21949         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21950         Recognize bitfields better.
21952         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
21953         Remove some cruft and fixed a bug that could cause it to go to a
21954         position further down.
21956         * progmodes/cc-langs.el, cc-engine.el
21957         (c-beginning-of-statement-1): Improve detection of labels in
21958         declaration contexts.
21960         (c-beginning-of-decl-1): Use it.
21962         (c-nonlabel-token-key): New language constant and variable needed
21963         by `c-beginning-of-statement-1'.
21965         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
21966         manifested itself due to the correction in `c-forward-sexp'.
21968         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
21969         Make these behave as documented when used at the buffer limits.
21971         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
21972         (c-type-decl-end-used): Made this a language variable.
21974         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
21975         correctly when `combine-after-change-calls' is used together with
21976         temporary narrowings.
21978         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21979         Report labels correctly when the start point is immediately after the
21980         colon.
21982         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
21983         Remove since it isn't used anymore.
21985         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
21986         bracket arglists such as template parens in C++.
21988         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
21989         in the last check-in.  Some optimization.
21991         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
21992         where it could stop at the same level in a preceding sexp when
21993         PAREN-LEVEL is set.
21995         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
21996         text property lookup only when it's needed.
21998         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
21999         Change the policy for paren marked angle brackets to be more
22000         persistent; once marked they remain marked even when they're found
22001         to be unbalanced in the searched region.  This should keep the
22002         paren syntax around even when individual lines are refontified in
22003         multiline template arglists.
22005         (c-parse-and-markup-<>-arglists): New dynamically bound variable
22006         to control markup so that incorrect angle bracket arglists aren't
22007         marked in contexts where the correct value for
22008         `c-disallow-comma-in-<>-arglists' isn't known.
22010         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
22011         argument has become `c-parse-and-markup-<>-arglists'.
22013         (c-remove-<>-arglist-properties): Remove - no longer used.
22015         (c-after-change-check-<>-operators): New function used on
22016         `after-change-functions' to avoid that "<" and ">" characters that
22017         are part of longer operators have paren syntax.
22019         (c-<>-multichar-token-regexp): New language variable used by
22020         `c-after-change-check-<>-operators'.
22022         (c-after-change): Call `c-after-change-check-<>-operators'.
22024         (c-font-lock-<>-arglists): Use the context properties set by
22025         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
22026         correctly to avoid doing invalid markup.
22028         (c-font-lock-declarations): Remove code that undoes the invalid
22029         markup done by `c-font-lock-<>-arglists'.
22031         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
22032         after `c-font-lock-declarations'.
22034         * progmodes/cc-engine.el (c-syntactic-skip-backward):
22035         Add paren-level feature.
22037         (c-guess-basic-syntax): Improve the anchor position for
22038         `template-args-cont' in nested template arglists.  There's still
22039         much to be desired in this area, though.
22041 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
22043         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
22044         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
22046 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22048         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
22049         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
22051         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
22052         it doesn't work no longer are supported.
22054         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
22055         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
22056         requires support for the syntax-table' text property, which rules
22057         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
22058         cruft associated with those versions.
22060         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
22061         for the `syntax-table' text property, which rules out Emacs 19 and
22062         XEmacs < 21.4.  Removed various compatibility cruft associated
22063         with those versions.
22065         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
22066         support for the `syntax-table' text property.
22068         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
22069         variable and use an extra quoted face name instead.  All the
22070         emacsen flavors handle that correctly.
22072         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
22073         (c-font-lock-declarators, c-font-lock-declarations)
22074         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
22075         property to mark the items in in declarator lists to handle
22076         refontification inside multiline declarations better.
22078         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
22079         construct like "a * b = c;" as a declaration.
22081 2005-12-08  Kim F. Storm  <storm@cua.dk>
22083         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
22084         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
22085         select either meta, hyper, or super modifier for rectangle commands.
22086         (cua--rectangle-modifier-key): New defvar.
22087         (cua--M/H-key): Use it.  Remove special case for `space'.
22088         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
22089         on X, to meta otherwise.  Always bind C-return to toggle
22090         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
22092         * emulation/cua-rect.el (cua-help-for-rectangle):
22093         Use cua--rectangle-modifier-key.  Handle super modifier too.
22094         (cua--init-rectangles): Always bind C-return to toggle rectangle.
22095         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
22097         * ido.el: Move Acknowledgements and History after Commentary.
22098         Minor changes to Commentary.
22100         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
22101         keymap if cua--prefix-override-timer is `shift'.
22102         (cua--shift-control-prefix): New function; emulate "type prefix
22103         key twice" functionality to handle shifted prefix key override.
22104         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
22105         New commands.
22106         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
22108 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
22110         * textmodes/org.el (org-insert-heading): Try to do items before
22111         headings.
22112         (org-agenda-mode): Quote `org-agenda-mode-hook'.
22113         (org-insert-item): New function.
22114         (org-renumber-ordered-list): Don't skip to higher level lists.
22116 2005-12-08  Juri Linkov  <juri@jurta.org>
22118         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
22120         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
22122         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
22124         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
22125         the constructed function name fun-1.
22127         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
22128         because such links don't lead to parent documentation.
22130 2005-12-08  Kenichi Handa  <handa@m17n.org>
22132         * descr-text.el (describe-char): Use *Help-2* buffer if the
22133         current buffer is *Help*.  Call describe-text-properties while
22134         setting the original buffer.
22136 2005-12-07  Bill Wohler  <wohler@newt.com>
22138         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
22139         and causes problems with non-MH users (such as Gnus users).
22141 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
22143         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
22144         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
22145         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
22146         command "info sources".  Move calls to GDB command "list".
22147         (gdb-find-file-hook): Just use gdb-source-file-list.
22148         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
22149         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
22150         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
22151         (gdb-data-list-register-values-handler): Use correct trigger name.
22153 2005-12-07  Kim F. Storm  <storm@cua.dk>
22155         * ido.el (ido-completion-map): Rename from ido-mode-map.
22156         (ido-common-completion-map, ido-file-completion-map)
22157         (ido-file-dir-completion-map, ido-buffer-completion-map):
22158         Rename from ido-mode-....-map.
22159         (ido-init-completion-maps): Rename from ido-init-mode-maps.
22160         (ido-setup-completion-map): Rename from ido-define-mode-map.
22161         (ido-read-internal): Bind minibuffer-local-filename-completion-map
22162         to ido-completion-map.
22164 2005-12-07  Kenichi Handa  <handa@m17n.org>
22166         * international/mule-cmds.el
22167         (set-display-table-and-terminal-coding-system): If the coding
22168         system specified in `unibyte-display' property is different from
22169         the arg coding-system, don't setup standard-display-table.
22171 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22173         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
22174         that comments end at \n, regardless of selective-display.
22176 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
22178         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
22179         (gdb-version): New variables.
22180         (gdb-source-file-list, gdb-register-names)
22181         (gdb-changed-registers): New variables for use with GDB 6.4+.
22182         (gdb-ann3): Replace with...
22183         (gdb-init-1, gdb-init-2): ...two new functions.
22184         (gdba, gdb-prompt): Call gdb-init-1.
22185         (gdb-get-version): New function.  Call gdb-init-2 from here.
22186         (gud-watch): Make it work with mouse events too.
22187         (gdb-post-prompt): Don't add to queue until GDB version is known.
22188         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
22189         (gdb-locals-mode): Use gdb-version.
22190         (gdb-memory-format-map, gdb-memory-unit-map)
22191         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
22192         (gdb-locals-font-lock-keywords-1)
22193         (gdb-locals-font-lock-keywords-2): New variables.
22194         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
22195         (gdb-set-gud-minor-mode-existing-buffers-1)
22196         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
22197         (gdb-var-update-1, gdb-var-update-handler-1)
22198         (gdb-data-list-register-values-handler)
22199         (gdb-data-list-register-values-custom)
22200         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
22201         (gdb-stack-list-locals-handler, gdb-get-register-names):
22202         New functions for use with GDB 6.4+.
22203         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
22204         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
22205         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
22206         (gdb-stack-list-locals-regexp)
22207         (gdb-data-list-register-names-regexp): New regexps for use with
22208         GDB 6.4+.
22210 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22212         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
22214 2005-12-06  Nozomu Ando  <nand@mac.com>
22216         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
22217         prompts work for AUTH PLAIN.  Also reported by Steve Allan
22218         <seallan@verizon.net>.
22220 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22222         * frame.el (set-frame-parameter): Add doc string.
22224 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
22226         * textmodes/org.el (org-occur-highlights): New variable.
22227         (org-highlight-new-match, org-remove-occur-highlights): New functions.
22228         (org-highlight-sparse-tree-matches): New option.
22229         (org-do-occur): New function.
22230         (org-get-heading): Make it work also at beginning of line.
22231         (org-category-table): New variable.
22232         (org-get-category-table, org-get-category)
22233         (org-camel-to-words, org-link-search): New functions.
22234         (org-select-this-todo-keyword): New variable.
22235         (org-todo-list): New command.
22236         (org-shiftright, org-shiftleft): New commands.
22237         (org-agenda-todo): Add prefix argument.
22238         (org-show-hierarchy-above): New option.
22239         (org-show-todo-tree): Numerical prefix creates tree for specific
22240         TODO keyword.
22241         (org-outline-level): New function, to assign a level to plain
22242         lists items.
22243         (org-cycle-include-plain-lists): New option.
22244         (org-mode): Use `org-outline-level' as value of `outline-level'.
22245         (org-cycle): Temporarily switch `outline-regexp' if
22246         `org-cycle-include-plain-lists' is non-nil.
22247         (org-start-icalendar-file): Fix format bug.
22248         (org-agenda-get-day-entries): Create category table.
22249         (org-agenda-get-todos, org-agenda-get-timestamps)
22250         (org-agenda-get-deadlines, org-agenda-get-scheduled)
22251         (org-agenda-get-blocks): Use `org-get-category'.
22252         (org-context-in-file-links): Rename from
22253         `org-line-numbers-in-file-links'.
22255 2005-12-06  Romain Francoise  <romain@orebokech.com>
22257         * window.el (balance-windows): Delete extraneous third arg in call
22258         to `enlarge-window'.
22260 2005-12-06  Kenichi Handa  <handa@m17n.org>
22262         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
22264 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
22266         * progmodes/gdb-ui.el (gdb-var-create-handler)
22267         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
22268         (gdb-var-list-children-handler, gdb-var-update-handler):
22269         Current buffer is already gdb-partial-output-buffer, don't
22270         make it current again.
22272 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
22274         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
22275         (list-buffers-noselect): Use it.
22277 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22279         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
22280         (mail-yank-ignored-headers): Use regexp-opt.
22281         (mail-mode-map): Move initialization into declaration.
22282         (mail-sent-via): Remove unused shadowed var `to-line'.
22283         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
22284         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
22285         (mail-do-fcc): Use dolist and push.
22286         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
22287         (mail-yank-ignored-headers): Don't autoload.
22289 2005-12-05  Kenichi Handa  <handa@m17n.org>
22291         * international/mule-cmds.el (set-language-info-internal): New fun.
22292         (set-language-info): Call set-language-info-internal to update
22293         language-info-alist.  If LANG-ENV is the current one, call
22294         set-language-environment to make INFO effective now.
22295         (set-language-info-alist): Likewise.
22296         (locale-language-names): With locale "en", use English
22297         lang. env. but set the default codings to iso-8859-1.
22299 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
22301         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
22302         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
22303         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
22304         for plain strings.
22305         (gdb-frames-mode): Remove redundant call to font-lock-mode.
22306         (gdb-all-registers): Rename from toggle-gdb-all-registers.
22307         Create registers buffer if necessary.  Echo new state in minibuffer.
22308         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
22310 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
22312         * info.el (Info-fontify-node): Match external links using
22313         non-directory part of filename.
22315 2005-12-04  Juri Linkov  <juri@jurta.org>
22317         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
22318         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
22319         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
22320         because there is no customization option for it.
22322         * font-lock.el (lisp-font-lock-keywords-1):
22323         Add define-global-minor-mode.
22325         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
22327         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
22328         properties on the constructed variable names.
22330         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22331         Put `definition-name' properties on the constructed function names
22332         next-sym and prev-sym.
22334         * emacs-lisp/find-func.el (find-function-regexp):
22335         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
22336         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
22337         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
22338         and easy-menu-define.
22340         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
22341         easy-mmode-define-global-mode and define-global-minor-mode.
22342         (lisp-imenu-generic-expression): Add define-global-minor-mode.
22344         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
22345         instead of easy-mmode-define-global-mode.
22347         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
22348         Use define-minor-mode instead of easy-mmode-define-minor-mode.
22350         * cus-edit.el (customize-group, customize-group-other-window):
22351         Filter out autoloaded options from the group completion list by
22352         using heuristics that autoloaded groups don't have `custom-autoload'
22353         property on their symbols (they have only `custom-loads').
22355         * simple.el (completion-setup-function): Put completions-common-part
22356         face on complete completion string too (i.e. completion string
22357         without completions-first-difference face).
22359         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
22361 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
22363         * view.el (view-mode): Doc fix.
22365         * disp-table.el (standard-display-european): Add to the warning
22366         message a reference to the doc string.
22368         * play/yow.el (apropos-zippy): Call print-help-return-message,
22369         similar to other Help and Apropos commands.
22371         * help.el (print-help-return-message): If pop-up-frames is
22372         non-nil, set up help-return-method to delete the help window and,
22373         possibly, its frame as well, and don't display message about
22374         scrolling the help window.  Doc fix.
22375         (help-return-method): Doc fix.
22377 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
22379         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
22380         whereby names of length one or names starting with a
22381         symbol-constituent character would not be returned.
22383 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22385         * subr.el (atomic-change-group): Add edebug and indentation spec.
22387 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22389         * completion.el (save-completions-file-name): Fix typo in last change.
22391 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22393         * info.el: Move back/forward history to the beginning of the tool bar.
22395 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
22397         * allout.el (eval-when-compile): Remove unnecessary load of cl.
22398         Add fset of allout-real-isearch-abort during compile to fix
22399         byte-compilation warnings.
22400         (allout-mode-p): Move definition of this macro above all uses, or
22401         byte compilation in barren Emacs (eg, during Emacs build) will
22402         lack the definition.
22403         (allout-mode): Move this variable above any uses, or byte
22404         compilation will fail.
22405         (allout-resolve-xref): Remove use of personal file-reference function.
22406         (allout-toggle-current-subtree-encryption): Do the current (ie,
22407         visible containing) topic, rather than nearest around point.  Doc fix.
22408         (allout-toggle-subtree-encryption): New function, workhorse that
22409         works on nearest topic containing point.
22410         (allout-encrypt-string): Signal requirement for newer version of pgg.
22411         (allout-resumptions): Doc fix.
22413 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
22415         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
22417 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
22419         * textmodes/flyspell.el (flyspell-external-point-words):
22420         Consider a misspelling as found in the string search if: (a) misspelling
22421         and found string lengths match, or (b) misspelling is found as
22422         element in a boundary-chars separated longer string, or (c)
22423         ispell-program-name is really ispell and misspelling is found as
22424         part of a TeX string.  After successful match move beginning of
22425         search region to end of match.  Warn about not found misspellings
22426         once the process is done.
22427         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
22429 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
22431         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
22432         tool bar (removed inadvertently).
22434 2005-12-02  Juri Linkov  <juri@jurta.org>
22436         * log-view.el (log-view-diff): Clarify doc string.
22438 2005-12-01  Bill Wohler  <wohler@newt.com>
22440         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
22441         triggers lm-verify errors.
22443 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
22445         * simple.el (transient-mark-mode, line-number-mode)
22446         (column-number-mode, size-indication-mode): Remove `:require nil'.
22448 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
22450         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
22451         in the margin also.
22452         (gdb-breakpoints-mode-map): Use D instead of d for
22453         gdb-delete-breakpoint.
22454         (gdb-get-frame-number): Require a number to match on.
22455         (gdb-threads-mode-map): Add follow-link binding.
22457 2005-11-30  Jason Rumney  <jasonr@gnu.org>
22459         * isearch.el (isearch-mode-map): Avoid exiting search on
22460         language-change event.
22462 2005-11-30  Romain Francoise  <romain@orebokech.com>
22464         * speedbar.el (speedbar-default-position): New defcustom.
22465         (speedbar-frame-reposition-smartly): Use it.
22467         * dframe.el (dframe-reposition-frame-emacs): Fix position
22468         computation for `left' location.
22469         Update copyright year.
22471 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22473         * help.el (help-map): Move initialization into declaration.
22475         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
22477         * help-fns.el (help-argument-name): Don't autoload.
22478         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
22479         to be re-loaded when customizing the `help' group.
22481 2005-11-30  John Paul Wallington  <jpw@gnu.org>
22483         * help-fns.el (describe-function-1): Fill arglist output.
22485 2005-11-30  Kim F. Storm  <storm@cua.dk>
22487         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
22488         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
22489         after revert-buffer (or anything else which kills all local variables).
22491         * apropos.el (apropos-parse-pattern): Doc fix.
22492         Set apropos-regexp directly, rather than expecting callers to do so.
22493         (apropos-command, apropos, apropos-value, apropos-documentation):
22494         Simplify calls to apropos-parse-pattern.
22496 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22498         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
22499         (hi-lock-face-phrase-buffer): Use hi-yellow face.
22500         (hi-lock-write-interactive-patterns): Use comment-region.
22502         * longlines.el (longlines-mode): Add mail-setup-hook.
22504         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
22506         * simple.el (sendmail-user-agent-compose, next-line):
22507         Conditionally use hard-newline.
22509 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22511         * international/latexenc.el (latex-inputenc-coding-alist):
22512         Reword doc string.
22514 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22516         * help.el (describe-key-briefly, describe-key): Recognize default
22517         bindings.
22519 2005-11-29  Romain Francoise  <romain@orebokech.com>
22521         * view.el (view-inhibit-help-message): New defcustom.
22522         (view-mode-enter): Use it.
22524 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
22526         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
22527         Preserve user position.
22529 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
22531         * font-lock.el: Throw error if facemenu is not loaded to prevent
22532         accidental change of loading order in loadup.el.  (Suggested by RMS.)
22534         * loadup.el: Add comment explaining why facemenu must be loaded
22535         before font-lock.
22537 2005-11-28  Jay Belanger  <belanger@truman.edu>
22539         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
22540         (calc-dispatch-map): Add more keys for `calc-same-interface'.
22542         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
22544         * calc/calc-embed.el (calc-do-embedded): Update help message.
22546         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
22548 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22550         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
22552         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22553         called-interactively-p.
22554         (elp-profilable-p): Rename from elp-not-profilable-p.
22555         Invert result and take into account macros and autoloaded functions.
22556         (elp-instrument-function): Update call.
22557         (elp-instrument-package): Update call.  Add completion.
22558         (elp-pack-number): Use match-string.
22559         (elp-results-jump-to-definition-by-mouse): Merge into
22560         elp-results-jump-to-definition and then remove.
22561         (elp-output-insert-symname): Make help echo text single-line.
22563         * replace.el (query-replace-map): Move initialization into declaration.
22564         (occur-engine): Use with-current-buffer.
22565         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
22566         (occur-mode-mouse-goto): Replace with an alias.
22568 2005-11-28  Juri Linkov  <juri@jurta.org>
22570         * simple.el (quoted-insert): Let-bind input-method-function to nil.
22572         * term/w32-win.el: Bind [S-tab] to [backtab].
22574         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
22575         `Info-find-file' to t.
22577         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
22578         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
22579         and same-window-regexps.
22580         (occur-next-error): Don't move point for arg 0.
22582 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
22584         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
22586 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22588         * log-edit.el (log-edit-changelog-use-first): New var.
22589         (log-edit-changelog-ours-p): Use it.
22590         (log-edit-insert-changelog): Set it with new arg `use-first'.
22591         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
22592         (log-edit-hook): Add them to the list of suggested options.
22594         * textmodes/flyspell.el (flyspell-last-buffer): New var.
22595         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
22596         redundant work.
22597         (flyspell-mode-on): Use add-hook for after-change-functions.
22598         (flyspell-mode-off): Use remove-hook for after-change-functions.
22599         (flyspell-changes): Make it buffer-local.
22600         (flyspell-after-change-function): Make it non-interactive.  Use push.
22601         (flyspell-post-command-hook): Check input-pending-p while processing
22602         the potentially long list of buffer changes.
22604 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22606         * buff-menu.el (list-buffers-noselect): Display the selected
22607         frame's buffer list, not the global one.
22609 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22611         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
22612         that (list last-input-event) works as in interactive spec.
22614 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22616         * loadup.el ("facemenu"): Load facemenu before font-lock, because
22617         `facemenu-keymap' needs to be defined when font-lock is loaded.
22618         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
22620 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22622         * completion.el: Remove useless leading * in defcustom docstrings.
22623         (save-completions-file-name): Use ~/.emacs.d if available.
22624         (completion-standard-syntax-table): Rename from
22625         cmpl-standard-syntax-table and fold initialization into declaration,
22626         thus removing cmpl-make-standard-completion-syntax-table.
22627         (completion-lisp-syntax-table, completion-c-syntax-table)
22628         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
22629         (cmpl-saved-syntax, cmpl-saved-point): Remove.
22630         (symbol-under-point, symbol-before-point)
22631         (symbol-under-or-before-point, symbol-before-point-for-complete)
22632         (add-completions-from-c-buffer): Use with-syntax-table.
22633         (make-completion): Don't return a list of completion entries.
22634         Update callers.
22635         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
22636         (completion-initialize): Rename from initialize-completions.
22637         (completion-find-file-hook): Rename from cmpl-find-file-hook.
22638         (kill-emacs-save-completions): Collect stats here.
22639         (save-completions-to-file, load-completions-from-file):
22640         Use with-current-buffer.
22641         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
22642         into a function.  Move all calls to toplevel.
22643         (completion-lisp-mode-hook): New fun.
22644         (completion-c-mode-hook, completion-setup-fortran-mode):
22645         Set the syntax-table here.  Use local-set-key.
22646         (completion-saved-bindings): New var.
22647         (dynamic-completion-mode): Make it into a proper minor mode.
22648         (load-completions-from-file): Remove unused var `num-uses'.
22650         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
22651         constructor if it is explicitly overridden.
22653         * complete.el (PC-completion-as-file-name-predicate):
22654         Use minibuffer-completing-file-name.
22655         (partial-completion-mode): Use find-file-not-found-functions.
22656         (PC-lisp-complete-symbol): Use with-syntax-table.
22657         (PC-look-for-include-file): Remove dead setq.
22658         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
22659         (PC-complete): Use with-current-buffer.
22661         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
22662         escape single quotes.
22664 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22666         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
22667         of `if' whose condition always returned nil.  Doc fix.
22669         * buff-menu.el (Buffer-menu-revert-function): Make the selected
22670         window's buffer the current buffer around the call to
22671         `list-buffers-noselect'.  This is necessary to mark that buffer
22672         with a `.' in the Buffer Menu when called from Lisp, for instance
22673         by Auto Revert Mode.
22675 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22677         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
22678         attaching to it.
22679         (gdb-pre-prompt): Make sure gdb-error is reset.
22681         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
22682         with a child process, detect it.
22683         (gud-speedbar-buttons): Match regexp more carefully.
22685 2005-11-27  Richard M. Stallman  <rms@gnu.org>
22687         * mouse.el (mouse-drag-move-window-bottom):
22688         Use adjust-window-trailing-edge.
22690 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22692         * simple.el (blink-matching-open): Ignore
22693         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
22694         (blink-matching-paren-on-screen): Update docstring.
22696         * paren.el (show-paren-mode): No longer change
22697         `blink-matching-paren-on-screen'.
22699 2005-11-27  John Paul Wallington  <jpw@pobox.com>
22701         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22702         (gdb-threads-select, gdb-edit-register-value):
22703         Use `posn-set-point' instead of `mouse-set-point' because the
22704         latter is not fbound when configured without X.
22706 2005-11-27  Kim F. Storm  <storm@cua.dk>
22708         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
22709         existing face when partially highlighting a TAB in a rectangle.
22711 2005-11-26  Kim F. Storm  <storm@cua.dk>
22713         * ido.el (ido-mode-map): Doc fix.
22714         (ido-mode-common-map, ido-mode-file-map)
22715         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
22716         (ido-define-mode-map): Rewrite.  Select one of the new maps as
22717         parent for ido-mode-map instead of building from scratch.
22718         (ido-init-mode-maps): New defun to initialize new maps.
22719         (ido-mode): Call it.
22720         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
22721         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
22723 2005-11-26  John Paul Wallington  <jpw@pobox.com>
22725         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
22726         `mouse-set-point' because the latter is not fbound when configured
22727         without X.
22729 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
22731         * files.el (file-relative-name): Doc fix.
22733 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
22735         * progmodes/octave-inf.el (inferior-octave-startup): Force a
22736         non-empty string for secondary prompt PS2.
22738 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22740         * progmodes/compile.el (compilation-setup): Fix last change.
22742 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
22744         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22745         (gdb-mouse-toggle-breakpoint-margin)
22746         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
22747         Add gdb-server-prefix to keep out of command history.
22748         (gdb-edit-register-value): New function.
22749         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
22750         (gdb-info-registers-custom): Use above map.
22752 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22754         * custom.el (enable-theme): Signal error if argument is not a
22755         theme.  Don't recalculate a face if it's not loaded yet.
22757         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
22758         the `user' theme is in effect.
22760         * info.el (Info-on-current-buffer): Record actual filename in
22761         Info-current-file, instead of t, or a fake filename if a non-file
22762         buffer.  Make autoload.
22763         (Info-find-node, Info-revert-find-node): No need to check for
22764         Info-current-file nil.
22765         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
22766         Info-current-file is now never `t'.
22767         (Info-fontify-node): Many simplifications due to Info-current-file
22768         always being valid.  Use Info-find-file to find node filename.
22770 2005-11-25  David Kastrup  <dak@gnu.org>
22772         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
22773         new character, then delete" in order to preserve markers.
22775 2005-11-25  David Ponce  <david@dponce.com>
22777         * recentf.el (recentf-arrange-by-rule): Handle a special
22778         `auto-mode-alist'-like "strip suffix" rule.
22779         (recentf-build-mode-rules): Handle second level auto-mode entries.
22781 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
22783         * emulation/viper-keym.el (viper-ESC-key): Use different values
22784         in terminal and window modes.
22786         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
22787         add jde-javadoc-checker-report-mode.
22789         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
22791         * ediff.el (ediff-date): Change the date of last update.
22793 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
22795         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
22796         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
22797         (hi-lock-mode): New global minor mode.
22798         (turn-on-hi-lock-if-enabled): New function.
22799         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
22800         Change arguments to regexp and face instead of a font-lock pattern.
22801         Directly set face property, instead of refontifying.
22802         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
22803         (hi-lock-find-patterns): Use line-number-at-pos.
22805         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
22806         arguments for hi-lock-set-pattern.
22807         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
22808         Call font-lock-fontify-buffer.
22809         (hi-lock-find-file-hook, hi-lock-current-line)
22810         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
22812         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
22813         turned off.
22815         * progmodes/compile.el (compilation-setup): Don't fiddle with
22816         font-lock-defaults.
22818 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
22820         * progmodes/gdb-ui.el (gdb-var-create-handler)
22821         (gdb-var-list-children-handler): Find values for all variable
22822         objects.  gud-speedbar-buttons decides whether to display them.
22824 2005-11-24  Romain Francoise  <romain@orebokech.com>
22826         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
22827         buffer name with a space.
22829 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
22831         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
22832         `org-export-local-list-max-depth'.  Change default value to 3.
22833         (org-auto-renumber-ordered-lists)
22834         (org-plain-list-ordered-item-terminator): New options.
22835         (org-at-item-p, org-beginning-of-item, org-end-of-item)
22836         (org-get-indentation, org-get-string-indentation)
22837         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
22838         New functions.
22839         (org-move-item-down, org-move-item-up): New commands.
22840         (org-export-as-html): New classes for CSS support.  Bug fix in
22841         regular expression detecting fixed-width regions.  Respect
22842         `org-local-list-ordered-item-terminator'.
22843         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
22844         also a list item.
22845         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
22846         New item moving functions.
22848 2005-11-24  Juri Linkov  <juri@jurta.org>
22850         * isearch.el (isearch-repeat): With empty search ring set
22851         `isearch-error' to the error string instead of signaling error
22852         with the function `error'.
22854 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22856         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
22858 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
22860         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
22861         and variable.
22862         (gdb-var-create-handler, gdb-var-list-children-handler):
22863         Don't match on "char **...".
22864         (gdb-var-update-handler): Find values for all variable objects.
22865         (gdb-info-frames-custom): Identify frames by leading "#".
22867         * progmodes/gud.el (gud-speedbar-menu-items): Add
22868         gdb-speedbar-auto-raise as radio button.
22869         (gud-speedbar-buttons): Raise speedbar if requested.
22870         Don't match on "char **...".
22871         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
22872         Make it editable.
22874 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
22876         * info.el (Info-fontify-node): Handle the case where
22877         Info-current-file is t.
22879 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22881         * simple.el (blink-matching-open): Fix off-by-one in last change.
22883 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22885         * term/mac-win.el: Don't change default directory.
22887 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
22889         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
22890         buffers correctly.  (It used to throw an error in such buffers.)
22891         Make it ask for confirmation in group buffers and other Custom
22892         buffers containing more than one customization item.
22894 2005-11-22  John Paul Wallington  <jpw@gnu.org>
22896         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
22897         property on mail and url overlays.
22898         (goto-address-at-point): Use `posn-set-point' instead of
22899         `mouse-set-point' because the latter is not fbound when configured
22900         without X.
22902 2005-11-22  Lars Hansen  <larsh@soem.dk>
22904         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
22905         (ls-lisp-classify, ls-lisp-format): Delete call to
22906         ls-lisp-parse-symlink.
22907         (ls-lisp-handle-switches): Handle symlinks to directories as
22908         directories when ls-lisp-dirs-first in non-nil.
22910 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
22912         * startup.el (command-line): Make sure that loaddefs.el is handled
22913         correctly in load-history.
22915 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
22917         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
22918         (gdb-struct-string, gdb-array-string): New constants.
22919         (gdb-info-locals-handler): Use them.
22920         (gdb-reset): Reset gdb-var-list to nil.
22922 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22924         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
22925         in patterns.
22927 2005-11-21  Juri Linkov  <juri@jurta.org>
22929         * custom.el (defcustom): Update link types in docstring.
22931 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
22933         * custom.el (defgroup): Add doc-string-elt info.
22935         * widget.el (define-widget): Don't use declare for the doc-string-elt.
22937 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22939         * newcomment.el (comment-enter-backward): Fix last fix.
22941         * simple.el (blink-matching-open):
22942         * paren.el (show-paren-function): Allow new paren-class info.
22944 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
22946         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
22947         handled automagically.
22949 2005-11-20  Andreas Schwab  <schwab@suse.de>
22951         * descr-text.el (describe-char): When copying overlays put them
22952         over the full char description instead of just the first character
22953         of it.
22955 2005-11-20  Juri Linkov  <juri@jurta.org>
22957         * simple.el (what-cursor-position):
22958         * descr-text.el (describe-char): Use Lisp-readable syntax
22959         for octal and hex.  Reorder decimal, octal and hex values.
22960         Remove excess whitespace in the output.  Use `=' in `column='
22961         like in `point=' and `Hscroll='.
22963         * international/mule-cmds.el (encoded-string-description):
22964         Use Lisp-readable syntax for hex.
22966 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22968         * newcomment.el (comment-enter-backward): Handle the case where the
22969         comment is closed by EOB.
22971 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22973         * longlines.el (longlines-before-revert-hook)
22974         (longlines-after-revert-hook): New functions.
22975         (longlines-mode): Turn off longlines temporarily when reverting.
22976         Add a message-setup-hook.
22977         (longlines-decode-buffer): New function.
22978         (longlines-wrap-line): Preserve marker positions.
22980 2005-11-19  Andreas Schwab  <schwab@suse.de>
22982         * emacs-lisp/shadow.el: Handle compressed files.
22984 2005-11-19  Romain Francoise  <romain@orebokech.com>
22986         * net/browse-url.el (browse-url-default-browser): Signal an error
22987         if no usable browser can be found, rather than try to load w3.
22989 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
22991         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
22992         replacing existing properties.
22993         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22994         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
22995         tty specs.
22996         (rcirc-server-prefix, rcirc-server): New faces.
22997         (rcirc-url-regexp): Generate with rx macro.
22998         (rcirc-last-server-message-time): New variable.
22999         (rcirc-filter): Record time of last message.
23000         (rcirc-keepalive): Kill processes that did not send a message
23001         since the last ping.
23002         (rcirc-mode): Give rcirc-topic a local binding here.
23004 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
23006         * subr.el (read-passwd): Fontify the prompt as we do with other
23007         prompts.
23009 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
23011         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
23012         binding buffer-read-only to nil.
23014 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
23016         * complete.el (partial-completion-mode):
23017         Mention completion-auto-help in the doc string.
23019         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
23020         more Lisp-ish way.
23022 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
23024         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
23025         digits, not 8, to avoid misalignment for files larger than 100MB.
23027 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
23029         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
23030         Mention "keyboard shortcuts" in the help text.
23032 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23034         * startup.el (fancy-splash-default-action): Discard only
23035         mouse-down and succeeding mouse-up events in the splash screen
23036         window so that drag-n-drop event can be processed.
23038 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
23040         * longlines.el (longlines-mode): Add hacks for mail-mode and
23041         message-mode.
23043 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
23045         * textmodes/org.el (org-table-sort-lines): New command.
23046         (org-tbl-menu): Add entry for `org-table-sort-lines'.
23047         (org-add-file): Command removed, use `org-agenda-file-to-front'
23048         instead.
23049         (org-export-icalendar): Use `org-icalendar-combined-name'.
23050         (org-cycle-agenda-files, org-agenda-file-to-end)
23051         (org-agenda-file-to-front): New commands.
23052         (org-table-tab-jumps-over-hlines, org-export-html-style):
23053         New options.
23054         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
23055         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
23056         New functions.
23057         (org-fill-paragraph): Call `org-table-align' in tables.
23058         (org-mode): Call `org-set-autofill-regexps'.
23059         (org-export-as-html): Support for local handformatted lists.
23060         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
23061         (org-export-local-list-max-depth): New option.
23062         (org-html-expand): Use `org-html-protect'.
23064 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
23066         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
23067         to "p".
23068         (gdb): Move definition of gud-pp to...
23070         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
23071         speedbar.
23072         (gdb-find-watch-expression): New function.
23074 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
23076         * faces.el (face-attribute, set-face-attribute): Mention existence
23077         of `:ignore-defface' setting in docstring.
23079 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23081         * simple.el (completion-setup-function): Fix last change.
23083 2005-11-17  John Paul Wallington  <jpw@pobox.com>
23085         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
23086         Use `posn-set-point' instead of `mouse-set-point' because the
23087         latter is not fbound when configured without X.
23089         * comint.el (comint-insert-input): Likewise.
23091 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
23093         * simple.el (hard-newline): New variable.
23094         (sendmail-user-agent-compose, next-line): Use it.
23096         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
23097         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
23098         (mail-mail-reply-to, mail-mail-followup-to)
23099         (mail-position-on-field, mail-signature, mail-yank-original)
23100         (mail-attach-file): Likewise.
23102         * mail/mailheader.el (mail-header-format)
23103         (mail-header-format-function): Likewise.
23105         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
23107 2005-11-17  Juri Linkov  <juri@jurta.org>
23109         * font-lock.el (font-lock-faces): Rename this defgroup from
23110         `font-lock-highlighting-faces'.
23111         (font-lock-comment-face, font-lock-comment-delimiter-face)
23112         (font-lock-string-face, font-lock-doc-face)
23113         (font-lock-keyword-face, font-lock-builtin-face)
23114         (font-lock-function-name-face, font-lock-variable-name-face)
23115         (font-lock-type-face, font-lock-constant-face)
23116         (font-lock-warning-face, font-lock-negation-char-face)
23117         (font-lock-preprocessor-face)
23118         (font-lock-regexp-grouping-backslash)
23119         (font-lock-regexp-grouping-construct): Rename :group from
23120         `font-lock-highlighting-faces' to `font-lock-faces'.
23122         * cus-edit.el (lisp, c, tex):
23123         * progmodes/ada-mode.el (ada):
23124         * progmodes/asm-mode.el (asm):
23125         * progmodes/cperl-mode.el (cperl-faces):
23126         * progmodes/cpp.el (cpp):
23127         * progmodes/dcl-mode.el (dcl):
23128         * progmodes/f90.el (f90):
23129         * progmodes/fortran.el (fortran):
23130         * progmodes/icon.el (icon):
23131         * progmodes/idlwave.el (idlwave-misc):
23132         * progmodes/m4-mode.el (m4):
23133         * progmodes/make-mode.el (makefile):
23134         * progmodes/meta-mode.el (meta-font):
23135         * progmodes/modula2.el (modula2):
23136         * progmodes/octave-mod.el (octave):
23137         * progmodes/pascal.el (pascal):
23138         * progmodes/perl-mode.el (perl):
23139         * progmodes/prolog.el (prolog):
23140         * progmodes/ps-mode.el (PostScript-edit):
23141         * progmodes/scheme.el (scheme):
23142         * progmodes/sh-script.el (sh-script):
23143         * progmodes/simula.el (simula):
23144         * progmodes/tcl.el (tcl):
23145         * textmodes/nroff-mode.el (nroff):
23146         * textmodes/reftex-vars.el (reftex-fontification-configurations):
23147         * textmodes/sgml-mode.el (sgml):
23148         * textmodes/texinfo.el (texinfo):
23149         Add :link (custom-group-link font-lock-faces) to defgroup.
23151         * hi-lock.el (hi-lock): Rename this defgroup from
23152         `hi-lock-interactive-text-highlighting'.  Change parent group from
23153         `faces' to `font-lock'.  Add link to the manual.
23154         (hi-lock-mode, hi-lock-file-patterns-range)
23155         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
23156         `hi-lock-interactive-text-highlighting' to `hi-lock'.
23157         (hi-lock-faces): Add :group `faces'.
23159         * cus-edit.el (custom-variable-prompt): Clarify the code.
23161         * faces.el (face-read-string): Set the default value arg of
23162         completing-read.
23164 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
23166         * rfn-eshadow.el (file-name-shadow-properties)
23167         (file-name-shadow-tty-properties, file-name-shadow-mode):
23168         Remove autoloads, because the file is now preloaded.
23170 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23172         * printing.el (easy-menu-intern): Don't define.
23173         (pr-get-symbol): Use easy-menu-intern only if defined.
23175         * simple.el (blink-matching-open): Simplify a bit.
23176         (completion-setup-function): Fix the case of partial-completion-mode
23177         when the minibuffer's contents start with "-".
23178         Obey completion-base-size-function even when
23179         minibuffer-completing-file-name is non-nil.
23181 2005-11-16  Richard M. Stallman  <rms@gnu.org>
23183         * net/eudcb-ph.el (eudc-ph-open-session):
23184         Use set-process-query-on-exit-flag.
23186         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
23188         * international/ucs-tables.el (ucs-set-table-for-input):
23189         Use make-local-variable, not make-variable-buffer-local.
23191         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23192         Improve warning message text.
23194         * savehist.el (savehist-save-hook): Add :group.
23196         * menu-bar.el (menu-bar-help-menu):
23197         Rename Find Extra Packages to External Packages.
23199         * cus-edit.el (Custom-reset-standard): Verify that
23200         :custom-standard-value prop exists before calling it.
23202         * apropos.el (apropos-calc-scores): Use apropos-pattern.
23204 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
23206         * wid-edit.el (color): Enclose %t in %{...%}.
23208         * cus-edit.el (face): Enclose %t in %{...%}.
23210 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
23212         * savehist.el (savehist-mode-hook): Re-add the var.
23213         (savehist-mode): Use it.
23215 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23217         * textmodes/flyspell.el: Fix commenting convention.
23218         Remove unnecessary leading * in custom docstrings.
23219         (flyspell-emacs): Remove unused var.
23220         (flyspell-delete-region-overlays): Use remove-overlays.
23221         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
23222         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
23223         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
23224         (flyspell-debug-signal-word-checked): Use with-current-buffer.
23225         (make-flyspell-overlay): Don't locally reuse a global name.
23226         (flyspell-highlight-incorrect-region)
23227         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
23228         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
23229         (flyspell-notify-misspell): Remove unused args `start' and `end'.
23230         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
23231         Wrap calls to accept-process-output inside with-local-quit since it's
23232         often called from a post-command-hook.
23233         (flyspell-correct-word, flyspell-auto-correct-word):
23234         Use ispell-send-string.
23235         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
23237         * calendar/diary-lib.el (diary-list-entries): Also hide the
23238         terminating newline.
23240 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
23242         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
23243         window-system, to allow fonts on tty.
23245 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
23247         * progmodes/gud.el (gud-speedbar-item-info): New function.
23248         (gud-install-speedbar-variables): Use it to display data type
23249         of watch expression as a tooltip in speedbar.
23251 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
23253         * font-core.el (global-font-lock-mode): Add :version keyword,
23254         because default was changed.
23256         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
23258         * startup.el (command-line): Use `custom-reevaluate-setting' for
23259         `file-name-shadow-mode'.
23261         * loadup.el: Preload rfn-eshadow.
23263         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
23264         Add :version keyword.
23265         (file-name-shadow-properties, file-name-shadow-tty-properties)
23266         (file-name-shadow): Add :version keyword.
23268         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
23269         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
23270         in the custom-group property of the symbol frames and the fringe
23271         group got no link to its parent group frames.
23272         Doc fix.
23274 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23276         * progmodes/gud.el (gud-stop-subjob): New function.
23277         (gud-menu-map, gud-tool-bar-map): Use it.
23279 2005-11-16  Kim F. Storm  <storm@cua.dk>
23281         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
23282         than kill it.
23283         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
23284         to a more useful/logical place.
23286 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23288         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
23289         go buttons complementary.
23291 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23293         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
23294         (rfn-eshadow-sifn-equal): New function.
23295         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
23297 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
23299         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
23300         Quote `-' in string.
23302         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
23303         rcirc-mode buffers come up in Emacs state.
23305         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
23306         operation.
23308 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
23310         * term.el (term-termcap-format): Fix typos.
23311         (term-down): Fix the negative argument case.
23313 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23315         * progmodes/gdb-ui.el: Remove face-alias left over from change on
23316         2005-08-15.
23317         (gdb-ann3): New command gud-go.
23318         (menu): Accomodate gdb-mi.el.
23319         (gdb-assembler-custom): Make buffer of selected window current
23320         so that set-window-point works.
23322         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
23323         buttons and include new ones.
23325 2005-11-16  Kim F. Storm  <storm@cua.dk>
23327         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
23328         (gud-menu-map): Use it.
23330 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
23332         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
23333         that works correctly for Custom and that does not override a user
23334         who disables it.
23336         * help-mode.el (help-make-xrefs, help-xref-on-pp)
23337         (help-xref-interned, help-follow): Make hyperlinks for variables
23338         that are unbound, but have a non-nil variable-documentation property.
23340         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
23341         mode hook.  (It conflicted with defcustoms for some mode hooks.)
23342         Use the `variable-documentation' property to give the mode hook a
23343         docstring and expand that docstring.
23345 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
23347         * savehist.el (savehist-mode): Don't bother with
23348         `custom-set-minor-mode'.
23349         (savehist-coding-system): Check XEmacs version.
23350         (history-length): Declare also at run time.
23351         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
23352         Don't set the customize state.
23353         (savehist-minibuffer-hook): Special case for when
23354         minibuffer-history-variable is equal to t.
23356 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23358         * files.el (write-file): Refresh VC status.
23360         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
23361         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
23362         than fundamental-mode to see if the mode was set.
23364 2005-11-14  Romain Francoise  <romain@orebokech.com>
23366         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
23367         dummy function in `eval-when-compile' to avoid compiler warning.
23368         Require `man' at compile time.
23370 2005-11-14  Jay Belanger  <belanger@truman.edu>
23372         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
23373         calcFunc-powerexpand.
23374         (math-write-out-power): Rename it to math-powerexpand; have it
23375         handle negative exponents.
23376         (calc-writeoutpower): Rename it to calc-powerexpand.
23378         * calc/calc-ext.el: Change calcFunc-writeoutpower and
23379         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
23380         autoloads.
23381         Add calcFunc-ldiv to autoloads.
23383         * calc/calc-arith.el (calcFunc-ldiv): New function.
23385         * calc/calc.el (calc-left-divide): New function.
23387 2005-11-14  Juri Linkov  <juri@jurta.org>
23389         * cus-edit.el (custom-variable-prompt): Set the default value arg
23390         of completing-read.
23392         * cus-dep.el (custom-make-dependencies): Reverse the list of
23393         found dependencies.
23395 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
23397         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
23398         Highlighting" entry, it is on by default now.
23399         (menu-bar-options-save): Do not save global-font-lock-mode.
23401 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23403         * textmodes/flyspell.el (flyspell-large-region):
23404         Call flyspell-accept-buffer-local-defs.
23406 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
23408         * textmodes/flyspell.el (flyspell-notify-misspell):
23409         Fix misspelling of "Misspelling".
23410         (flyspell-process-localwords): New function.
23411         (flyspell-large-region): Call flyspell-process-localwords and
23412         flyspell-delete-region-overlays.
23413         (flyspell-delete-region-overlays): New function.
23414         (flyspell-delete-all-overlays): Call that.
23416 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23418         * help.el (help-for-help-internal): Improve doc of C-h a.
23419         (describe-key): Improve prompt; doc fix.
23421 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23423         * vc-svn.el (vc-svn-registered): Catch all errors.
23425         * cus-dep.el (custom-make-dependencies): Typo.
23427 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
23429         * net/tramp-util.el (top): Fix compilation warning.
23431 2005-11-13  Kim F. Storm  <storm@cua.dk>
23433         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
23435 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23437         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
23438         (gud-speedbar-buttons): Match on "const char *" too.
23440         * progmodes/gdb-ui.el (gdb-var-create-handler)
23441         (gdb-var-list-children-handler): Match on "const char *" too.
23442         (gdb-var-evaluate-expression-handler): Match on empty string.
23443         (gdb-var-update-handler): Only call
23444         gdb-var-evaluate-expression-handler when required.
23446 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23448         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
23449         selected window.  This still doesn't work for speedbar.
23450         (gud-speedbar-buttons): Handle string expressions properly.
23452         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
23453         (gdb-var-create-handler): Handle string expressions properly.
23454         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
23455         Handle string expressions properly.  Move "type" field into regexp.
23457 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23459         * bookmark.el (bookmark-maybe-message): New function to reduce
23460         code duplication: invokes `message' iff baud-rate is high enough.
23461         (bookmark-write-file): Use above instead of an inline conditional.
23462         (bookmark-load): Same.
23464 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23466         * bookmark.el (bookmark-write-file): Don't visit the destination
23467         file, just write the data to it using write-region.  This is
23468         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
23469         change to avoid visiting the file in the first place.
23471 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
23473         * hi-lock.el (hi-lock-mode): Set the default value of
23474         font-lock-defaults.
23476 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
23478         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
23479         arg to `file-attributes'.
23480         (find-lisp-format): The UID and GID can now be strings.
23482 2005-11-12  Kim F. Storm  <storm@cua.dk>
23484         * help.el (help-map): Bind C-h d to apropos-documentation.
23486         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
23487         when point is at end-of-buffer.
23489         * apropos.el (apropos-match-face): Doc fix.
23490         (apropos-sort-by-scores): Add new choice `verbose'.
23491         (apropos-documentation-sort-by-scores): New defcustom.
23492         (apropos-pattern): Now contains the pattern entered by the user.
23493         (apropos-pattern-quoted): New defvar.
23494         (apropos-regexp): New defvar, containing the regexp corresponding
23495         to apropos-pattern.
23496         (apropos-all-words-regexp): Rename from apropos-all-regexp.
23497         (apropos-read-pattern): New defun.  Use it to read pattern arg in
23498         interactive calls; returns list of words for a word list, and
23499         string for a regexp.
23500         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
23501         parses a list of words or regexp as returned by apropos-read-pattern.
23502         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
23503         (apropos-score-doc): Return a very high score if the string
23504         entered by the user matches literally.
23505         (apropos-variable): Doc fix.  Use apropos-read-pattern.
23506         (apropos-command): Doc fix.  Use apropos-read-pattern and
23507         apropos-parse-pattern.  Call apropos-print with nosubst=t.
23508         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
23509         apropos-parse-pattern.
23510         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
23511         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
23512         apropos-documentation-sort-by-scores.  Call apropos-print with
23513         nosubst=t.
23514         (apropos-documentation-internal): Pass doc string through
23515         substitute-key-definition before adding text properties.
23516         Highlight substring matching literal user input if possible.
23517         (apropos-documentation-check-doc-file): Remove locals beg and end.
23518         Fix calculation of score (as added twice).  Pass doc string through
23519         substitute-key-definition before adding text properties.
23520         (apropos-documentation-check-elc-file): Pass doc string through
23521         substitute-key-definition before adding text properties.
23522         Highlight substring matching literal user input if possible.
23523         (apropos-print): Add new arg NOSUBST; if set, command and variable
23524         doc strings have already been passed through substitute-key-definition.
23525         Add code to handle apropos-accumulator items without score element
23526         for backwards compatibility (e.g. with woman package).
23527         Only show scores if apropos-sort-by-scores is `verbose'.
23529 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23531         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
23532         Add jka-compr-load-suffixes to load-suffixes.
23534         * jka-compr.el: Require jka-cmpr-hook.
23535         (jka-compr-info-compress-message, jka-compr-info-compress-program)
23536         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
23537         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
23538         (jka-compr-info-can-append, jka-compr-info-strip-extension)
23539         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
23540         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
23541         (jka-compr-uninstall): Remove entries from
23542         jka-compr-added-to-file-coding-system-alist after they are used.
23543         (jka-compr-error): Remove unused var `curbuf'.
23544         (jka-compr-file-local-copy): Remove unused var `notfound'.
23546 2005-11-10  Romain Francoise  <romain@orebokech.com>
23548         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
23550 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
23552         * progmodes/gud.el (gud-menu-map): Move parentheses.
23553         (gdb): New command gud-pv.
23555 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23557         * tar-mode.el: Remove spurious or unnecessary leading stars
23558         in docstrings.
23559         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
23560         (tar-parse-octal-integer-safe): Use mapc.
23561         (tar-header-block-summarize): Remove unused var `ck'.
23562         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
23563         cleared before.  Obey default-enable-multibyte-characters.
23564         Use mapconcat.  Simplify setting of tar-header-offset.
23565         (tar-mode-map): Move initialization inside delcaration.
23566         (tar-flag-deleted): Use `abs'.
23567         (tar-expunge-internal): Remove unused var `line'.
23568         (tar-expunge-internal): Don't hardcode point-min==1.
23569         (tar-expunge): Widen while doing set-buffer-multibyte.
23570         (tar-rename-entry): Use file-name-coding-system.
23571         (tar-alter-one-field): Don't hardcode point-min==1.
23572         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
23573         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
23575 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23577         * add-log.el (add-log-current-defun): Handle class::method
23578         notation of c++.  Fix incorrect comment.
23580 2005-11-10  Alan Mackenzie  <acm@muc.de>
23582         * help-fns.el (describe-variable): Make C-h v work when a variable
23583         has variable documentation yet is unbound.
23585 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23587         * man.el (Man-highlight-references): Set an empty
23588         string to `Man-arguments' if it is nil.
23589         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
23591 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23593         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
23594         commenting conventions.
23596         * cus-dep.el (custom-make-dependencies): Simplify.
23597         Better follow the commenting conventions.
23599 2005-11-09  Richard M. Stallman  <rms@gnu.org>
23601         * apropos.el (apropos-pattern): Rename from apropos-regexp.
23602         (apropos-orig-pattern): Rename from apropos-orig-regexp.
23603         All uses changed.
23604         (apropos-rewrite-regexp): Doc fix.
23605         (apropos-variable, apropos-command, apropos, apropos-value):
23606         Change prompt; carry through the argument renaming.
23608 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
23610         * find-lisp.el: Require dired.
23611         (find-lisp-find-dired-internal): Do not call
23612         `abbreviate-file-name' on DIR.
23614 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
23616         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
23618 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
23620         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
23621         when using the speedbar.
23622         (gdb): New command gud-pp.
23623         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
23625 2005-11-09  Juri Linkov  <juri@jurta.org>
23627         * replace.el (occur-excluded-properties): New defcustom.
23628         (occur-1, occur-engine, occur-accumulate-lines): Use it.
23630 2005-11-08  Jay Belanger  <belanger@truman.edu>
23632         * calc/calc-units.el (math-convert-units): Replace any composite
23633         unit by its definition.
23635 2005-11-08  Lars Hansen  <larsh@soem.dk>
23637         * emacs-lisp/autoload.el (update-directory-autoloads):
23638         Add obsolete function alias.
23640 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23642         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
23643         comment-indent-function.
23644         (lisp-comment-indent): Replace by an alias for comment-indent-default.
23646         * reveal.el (reveal-post-command): Rework the handling of
23647         reveal-open-spots, so as to be more reliable.  There were several
23648         tricky corner cases where an open spot might be lost, or where
23649         a closed spot might end up on the list of open spots.
23650         Only reveal text that's ellipsised.
23652 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
23654         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
23656 2005-11-07  John Paul Wallington  <jpw@gnu.org>
23658         * ibuffer.el (ibuffer): Search iconified frames too when
23659         getting Ibuffer buffer's window.
23661 2005-11-06  Richard M. Stallman  <rms@gnu.org>
23663         * progmodes/compile.el (compilation-internal-error-properties):
23664         save-excursion around the computation of MARKER.
23666 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
23668         * textmodes/flyspell.el (flyspell-external-point-words):
23669         flyspell-get-word returns a list, not just a string.
23671 2005-11-06  John Paul Wallington  <jpw@pobox.com>
23673         * ibuffer.el (ibuffer): Search all visible frames when getting
23674         Ibuffer buffer's window.
23676 2005-11-07  Masatake YAMATO  <jet@gyve.org>
23678         * man.el (Man-reference-regexp): Accept spaces between
23679         `Man-name-regexp' and `Man-section-regexp'.
23680         (Man-apropos-regexp): New variable.
23681         (Man-abstract-xref-man-page): Use value for `Man-target-string'
23682         if available.
23683         (Man-highlight-references, Man-highlight-references0):
23684         Handle the case when `Man-arguments' includes "-k".
23685         (Man-highlight-references0): Rename the argument `TARGET-POS' to
23686         `TARGET'. `TARGET' can be a number, function or nil.
23688 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
23690         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
23691         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
23692         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
23693         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
23694         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
23695         (gdb-send-item): Use buffer-local-value and simplify.
23697 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
23699         * startup.el (command-line): Use `custom-reevaluate-setting' for
23700         `global-font-lock-mode'.
23702         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
23703         by default, except in batch mode or when the -D option is given.
23705         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
23706         specified keyword args on to `define-minor-mode'.  Update docstring.
23708 2005-11-05  Romain Francoise  <romain@orebokech.com>
23710         * replace.el (occur-engine): Add marker at end of line, too.
23712 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
23714         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23715         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23716         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23717         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23718         argument to all these routines, so the passphrase can be managed
23719         externally and passed in to the system.
23720         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23721         pgg-add-passphrase-to-cache function.
23723         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23724         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23725         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23726         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23727         argument to all these routines, so the passphrase can be managed
23728         externally and passed in to the system.
23729         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23730         function.
23732 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
23734         * font-lock.el: Don't deal with font-lock-face-attributes here,
23735         move the code ...
23737         * startup.el (command-line): ... here.  Use face-spec-set instead
23738         of custom-declare-face.
23740         * faces.el (face-spec-set): Reset the face if spec is not nil.
23742 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23744         * newcomment.el (comment-region-internal): Box more tightly in the
23745         common case where there's no TAB in the boxed text.
23747 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23749         * info.el (info-tool-bar-map): Use images prev-node, next-node and
23750         up-node.
23752 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
23754         * net/newsticker.el: Commentary updated.  Code formatting changed.
23755         (newsticker-version): Change to "1.9".
23756         (newsticker, newsticker-feed): Doc fix.
23757         (newsticker-url-list): Doc fix.  Add option "Weekly".
23758         (newsticker-retrieval-interval): Add option "Weekly".
23759         (newsticker-headline-processing): Doc fix.
23760         (newsticker-auto-mark-filter): Remove.
23761         (newsticker-auto-mark-filter-list): New.
23762         (newsticker-layout, newsticker-sort-method): Doc fix.
23763         (newsticker-hide-old-items-in-newsticker-buffer)
23764         (newsticker-heading-format, newsticker-item-format)
23765         (newsticker-desc-format): Doc fix.
23766         (newsticker-show-all-rss-elements): Remove.
23767         (newsticker-show-all-news-elements): New.
23768         (newsticker-faces, newsticker-ticker): Doc fix.
23769         (remove-from-invisibility-spec): Code formatting.
23770         (newsticker--process-ids): New.
23771         (newsticker-mode): Doc fix.
23772         (newsticker-mode): Change mode-line-format.
23773         (newsticker-start): Remove debug output.
23774         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
23775         (newsticker-w3m-show-inline-images): Code formatting.
23776         (newsticker-next-item): Call `force-mode-line-update'.
23777         (newsticker-previous-item): Call `force-mode-line-update'.
23778         (newsticker-next-feed): Call `force-mode-line-update'.
23779         (newsticker-previous-feed): Call `force-mode-line-update'.
23780         (newsticker-mark-all-items-at-point-as-read): Code formatting.
23781         (newsticker-show-old-items): Do not show descs.
23782         (newsticker-hide-entry): Hide too much.
23783         (newsticker-hide-entry, newsticker-show-entry)
23784         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
23785         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
23786         (newsticker-toggle-auto-narrow-to-item): Code formatting.
23787         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
23788         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
23789         (newsticker-get-news): Call `force-mode-line-update'.
23790         Collect process ids.
23791         (newsticker--sentinel): Change coding system handling.
23792         Move image retrieval to new functions newsticker--get-logo-url-*.
23793         Move feed parsing to new functions newsticker--parse-*.
23794         Update list of process ids.
23795         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
23796         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
23797         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
23798         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
23799         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
23800         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
23801         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
23802         (newsticker--decode-coding-string): Remove.
23803         (newsticker--decode-numeric-entities): Check input.  Format code.
23804         (newsticker--remove-whitespace): Check input.
23805         (newsticker--do-forget-preformatted): Doc fix.
23806         (newsticker--decode-rfc822-date): Allow for missing time.
23807         (newsticker--update-process-ids): New.
23808         (newsticker--image-sentinel): Change comment.
23809         (newsticker--image-read): Change error message.
23810         (newsticker--imenu-goto): Doc fix.  Show headline title.
23811         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
23812         (newsticker--buffer-do-insert-text): Clean whitespace in
23813         html-rendered headline title.  Code formatting.
23814         Call `newsticker--buffer-print-extra-elements'.
23815         (newsticker--buffer-print-extra-element): Remove.
23816         (newsticker--buffer-print-extra-elements): New.
23817         (newsticker--buffer-do-print-extra-element): New.
23818         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
23819         large sizes.
23820         (newsticker--run-auto-mark-filter)
23821         (newsticker--do-run-auto-mark-filter):
23822         Use `newsticker-auto-mark-filter-list'.
23824 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
23826         * net/rcirc.el: Use split-string OMIT-NULLS argument.
23827         (rcirc-print): Force redisplay before running hooks.  Do long
23828         buffer truncation after making new text read-only.  Deal with nil
23829         text when decoding strings.  If TARGET is nil, use either the
23830         currently selected buffer, if it is an rcirc buffer and of the
23831         same process or the process buffer.
23832         (rcirc-mode): Remove header-line.  Recompute short buffer names.
23833         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
23834         (rcirc-short-buffer-name): Add variable.
23835         (rcirc-kill-buffer-hook): Recompute short buffer names.
23836         Remove nick from private channel.
23837         (rcirc-send-input): Send command text to current-buffer.
23838         Don't clear overlay arrow here.
23839         (rcirc-short-buffer-name): Return a short buffer name.
23840         (rcirc-update-short-buffer-names, rcirc-abbreviate)
23841         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
23842         buffer-name abbreviations.
23843         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
23844         Do not touch nick-table when killing a parted channel.
23845         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
23846         Clear arrow from current buffer if it is now hidden.
23847         (rcirc-current-buffer): Add variable.
23848         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23849         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
23850         Remove -face from names.
23851         (rcirc-update-activity-string): Print "DND" when globally ignoring
23852         activity.
23853         (rcirc-ignore-buffer-activity-flag): Rename from
23854         rcirc-ignore-channel-activity.
23855         (rcirc-ignore-all-activity-flag): Doc fix.
23856         (rcirc-channels): Remove variable.
23857         (rcirc-kill-buffer-hook):
23858         (rcirc-get-buffer-create): Add nick to private channel.
23859         (rcirc-multiline-edit-submit): Remove tabs.
23860         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
23861         folded.
23862         (rcirc-remove-nick-channel): Bug fix.
23863         (rcirc-toggle-ignore-buffer-activity): Rename from
23864         rcirc-toggle-ignore-channel-activity.
23865         (rcirc-record-activity): Add buffers to the front of the list.
23866         (rcirc-update-activity): Remove killed buffers from list.
23867         (rcirc-process-server-response-1): Remove last argument if it is
23868         null before calling handler.
23869         (rcirc): Add "rcirc" defcustom prefix.
23870         (rcirc-prompt): Simplify default prompt.
23871         Use custom-initialize-default.
23872         (rcirc-private-chats): Remove variable.
23873         (rcirc-prompt): Change initialization.
23874         (rcirc-version): Remove function.
23875         (rcirc-id-string): Add constant.
23876         (rcirc-last-buffer): Remove variable.
23877         (rcirc-buffer-alist): Add variable.
23878         (rcirc-connect): Update variable setup.
23879         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
23880         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
23881         default.
23882         (rcirc-handler-generic): Trigger activity.
23883         (rcirc-send-message): Create the buffor of the target.
23884         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
23885         (rcirc-get-buffer): Just return nil if there is no matching buffer.
23886         (rcirc-multiline-edit-cancel): Remove function.
23887         (rcirc-set-last-buffer): Remove function.
23888         (rcirc-get-any-buffer): Add function.
23889         (rcirc-join-channels): Don't print /join text.
23890         (rcirc-toggle-ignore-channel-activity): Add and update echo area
23891         messages.
23892         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
23893         (rcirc-handler-NOTICE): Recognize CTCP responses.
23894         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
23895         constructing TOPIC string for buffers we are not JOINed.
23896         (rcirc-handler-CTCP-response): Add handler.
23897         (rcirc-multiline-edit-submit): Restore the window-configuration
23898         before adjusting point.
23899         (rcirc): Add customization group.
23900         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
23901         (rcirc-user-full-name, rcirc-startup-channels-alist)
23902         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
23903         (rcirc-ignore-all-activity-flag, rcirc-time-format)
23904         (rcirc-input-ring-size, rcirc-read-only-flag)
23905         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
23906         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
23907         Change defvar to defcustom.
23908         (rcirc-update-prompt): Add optional ALL arg, which will update
23909         prompts in all rcirc buffers.  Regexp quote replacement text.
23910         (rcirc-fill-column): Accept frame-width as a value.
23911         (rcirc-set-changed): Add function.
23912         (rcirc-next-active-buffer): Write more meaningful messages.
23913         (rcirc-faces): Add customization group.
23914         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
23915         (rcirc-nick-in-message-face, rcirc-prompt-face)
23916         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
23917         (with-rcirc-process-buffer): Move before first usage.
23918         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
23919         (rcirc-debug-flag): Rename from `rcirc-log-p'.
23920         (rcirc-debug): Rename from `rcirc-log'.
23921         (rcirc-format-response-string): Do not print `-' chars for a
23922         NOTICE with no sender.  Simplify output of server responses.
23924 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
23926         (rcirc-browse-url-map, rcirc-browse-url-at-point)
23927         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
23928         Make urls mouse and RET clickable.
23930 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
23932         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
23934 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
23936         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23937         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23938         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23939         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23940         argument to all these routines, so the passphrase can be managed
23941         externally and passed in to the system.
23942         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23943         pgg-add-passphrase-to-cache function.
23945         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23946         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23947         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23948         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23949         argument to all these routines, so the passphrase can be managed
23950         externally and passed in to the system.
23951         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23952         function.
23954 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
23956         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
23957         from goto-address-url-regexp.
23959 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
23961         * textmodes/org.el (org-read-date, org-goto-calendar)
23962         (org-recenter-calendar, org-agenda-goto-calendar):
23963         Temporarily clear `calendar-move-hook'.
23965 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
23967         * ediff-merg.el (ediff-merge-region-is-non-clash):
23968         Return t, if not merging.
23970         * ediff-util.el (ediff-previous-difference): Don't skip regions that
23971         have merge clashes.
23973 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23975         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23976         Undo previous change.
23978         * startup.el (command-line): Use `custom-reevaluate-setting' for
23979         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
23980         tty-register-default-colors on Mac.
23982 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
23984         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
23985         (gdb-buffer-type): Make it automatically buffer local...
23986         (gdb-get-create-buffer): ...and set it accordingly.
23987         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
23988         actually work.
23990 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
23992         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
23993         not red.
23995 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
23997         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
23998         case GUD buffer is not visible.
23999         (gdb-goto-breakpoint): Try to force display in source buffer.
24000         (gdb-frame-gdb-buffer): Copy other similar functions.
24001         (gdb-restore-windows): Don't display source if not asked for.
24002         (gdb-assembler-buffer-name): Don't capitalise.
24004 2005-11-03  Richard M. Stallman  <rms@gnu.org>
24006         * wid-edit.el (key-sequence): New widget type.
24008         * simple.el (set-mark-command-repeat-pop): New variable.
24009         (set-mark-command): Only interpret plan C-@ after a pop as a pop
24010         if set-mark-command-repeat-pop is true.
24012         * info.el (Info-fontify-node): Don't display extra "see" if there
24013         already is one here.
24015         * mouse.el: Fix special handling of DEL after dragging a region:
24016         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
24017         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
24019         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
24021         * textmodes/ispell.el (ispell-command-loop): Change `i' description
24022         not to assume it pertains to an affix.
24024         * textmodes/flyspell.el (flyspell-post-command-hook):
24025         Bind deactivate-mark to prevent deactivation.
24027 2005-11-03  Lars Hansen  <larsh@soem.dk>
24029         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
24030         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
24031         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
24033 2005-11-03  Romain Francoise  <romain@orebokech.com>
24035         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
24036         Update copyright years.
24038 2005-11-03  Sam Steingold  <sds@gnu.org>
24040         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
24041         Use system-type instead of window-system because window-system is not
24042         correctly defined during loadup.
24044 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
24046         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
24047         (xml-parse-tag): Join strings separated by a comment properly.
24049 2005-11-02  Andreas Schwab  <schwab@suse.de>
24051         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
24053 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24055         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
24056         (byte-optimize-pure-func): Quote the eval'd value.
24058         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
24059         Rename from perl-font-lock-syntactic-face-function.
24060         Change the calling convention so it can be used as a font-lock MATCHER.
24061         Do the parse-partial-sexp loop outselves.
24062         (perl-font-lock-syntactic-keywords): Use it.
24063         (perl-mode): Don't set font-lock-syntactic-face-function any more.
24065 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
24067         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
24068         disassembly buffer too.
24069         (gdb-exited): Remove overlay arrows when execution has finished.
24070         (gdb-info-frames-custom, gdb-info-threads-custom)
24071         (gdb-info-registers-custom): Don't add inappropriate text
24072         properties if inferior is not active.
24074 2005-11-02  Glenn Morris  <rgm@gnu.org>
24076         * progmodes/fortran.el (fortran-blink-match):
24077         Use `blink-matching-delay'.
24079 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
24081         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
24083 2005-11-02  Lars Hansen  <larsh@soem.dk>
24085         * net/tramp.el (tramp-action-out-of-band): Handle scp message
24086         "Permission denied".
24088 2005-11-01  Richard M. Stallman  <rms@gnu.org>
24090         * textmodes/flyspell.el (flyspell-external-point-words):
24091         Pass nil to flyspell-get-word.
24093 2005-11-02  Kim F. Storm  <storm@cua.dk>
24095         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
24096         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
24098 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24100         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
24101         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
24102         (calendar-mouse-print-dates): Add optional `event' argument.
24103         Update interactive-spec.
24104         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
24105         Use `calendar-event-to-date' instead of `event'.
24107 2005-11-02  Masatake YAMATO  <jet@gyve.org>
24109         * progmodes/ld-script.el (ld-script-builtins):
24110         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
24111         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
24112         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
24114 2005-11-01  Romain Francoise  <romain@orebokech.com>
24116         * vc-sccs.el: Update copyright year.
24117         * ezimage.el: Likewise.
24119 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
24121         * info.el (Info-fontify-node): Use `string-width' for fontifying
24122         underlined titles.
24124 2005-11-01  Juri Linkov  <juri@jurta.org>
24126         * info.el (Info-fontify-node): Downcase node header keywords Node,
24127         Prev, Next, Up before comparison.
24128         (Info-history): Insert absolute directory name, and put invisible
24129         property on it.
24131 2005-11-01  Juri Linkov  <juri@jurta.org>
24133         * info.el (Info-file-supports-index-cookies): New variable.
24134         (Info-find-node-2): Check makeinfo version for index cookie support.
24135         (Info-index-nodes): Search for nodes with index cookies only when
24136         Info-file-supports-index-cookies is t.  Otherwise, search nodes
24137         with "Index" in the node name.
24138         (Info-index-node): Search index cookie in the current node only when
24139         Info-file-supports-index-cookies is t.  Otherwise, check the word
24140         "Index" in the node name.
24141         (Info-find-emacs-command-nodes): Remove code that searches nodes
24142         with "Index" node name in the top menu.
24144 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24146         * progmodes/scheme.el (scheme-mode-variables): Use the default
24147         comment-indent-function.
24149         * faces.el (face-attribute): Handle the case where a face inherits from
24150         a non-existent face.
24152         * simple.el (eval-expression-print-format): Use lisp-readable syntax
24153         for octal and hexa output, and merge the char into the paren.
24154         (kill-new): Use push.
24155         (copy-to-buffer): Use with-current-buffer.
24156         (completion-setup-function): Move code in loop to remove redundancy.
24157         (minibuffer-local-must-match-map): Don't add bindings that duplicate
24158         those inherited from minibuffer-local-completion-map.
24160         * savehist.el (savehist-mode) <defcustom>:
24161         Use custom-set-minor-mode if available.
24162         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
24163         and emit a message if applicable.
24165 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
24167         * savehist.el: Sync up to version 19.
24168         (savehist-mode): New minor mode.
24169         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
24170         (savehist-length): Remove (use history-length instead).
24171         (savehist-file-modes): Rename from savehist-modes.
24172         (savehist-save-hook, savehist-loaded): New vars.
24173         (savehist-load): Use savehist-mode.  Try to smooth up transition from
24174         old format to new format.
24175         (savehist-install): Allow savehist-autosave-interval to be nil.
24176         (savehist-save): Run the new hook.  Be more careful to only trim the
24177         history variables.
24178         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
24179         (savehist-printable): Print into a buffer rather than char-by-char.
24181 2005-11-01  John Wiegley  <johnw@newartisans.com>
24183         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
24184         toggle-ignore keybinding (C-a).  The author said it had been
24185         disabled much earlier due to a possible incompatibility, but after
24186         many months of usage I have encountered no problems (and it is a
24187         rather useful option, especially for switching to " *temp*").
24189         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
24190         support for OS/X's AddressBook, by calling out to the open source
24191         program "contacts" (installable through Fink).
24193         * net/eudc.el (eudc-expand-inline): If the
24194         `eudc-multiple-match-handling-method' is set to `all', delete the
24195         query string before inserting the query result.
24197         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
24198         flag, to prevent Eshell from using the system ls when
24199         `eshell-ls-insert-directory' is in used.
24200         (eshell-ls-insert-directory): Disable font-lock in directory
24201         buffer so that Eshell's own fontification is seen.  This broke
24202         recently due to changes in font-lock, so this goes back to version
24203         21 behavior.
24205 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
24207         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
24208         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
24209         (gdb-many-windows): Doc fix.
24211 2005-10-31  Romain Francoise  <romain@orebokech.com>
24213         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
24215 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
24217         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
24218         that global-font-lock-mode can be enabled by default.
24220         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
24221         (font-lock-add-keywords, font-lock-remove-keywords)
24222         (font-lock-fontify-buffer): Remove autoload cookies.
24224         * jit-lock.el (jit-lock-register): Likewise.
24226         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
24228 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24230         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
24231         intact if there is no gud-comint-buffer.
24233 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
24235         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
24236         old prompt comint-prompt-read-only is t and GDB commands are
24237         issued from tool bar etc.
24239 2005-10-31  Masatake YAMATO  <jet@gyve.org>
24241         * vc.el (vc-directory-exclusion-list): Add "{arch}".
24243 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
24245         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
24246         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
24248 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
24250         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
24251         starting at beginning of line.  Fontification is messed up when
24252         `open-paren-in-column-0-is-defun-start' set to t.
24253         Reported by John Paul Wallington <jpw@pobox.com>.
24255 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
24257         * comint.el (comint-send-input): Call `comint-update-fence' when
24258         `comint-process-echoes' and `comint-prompt-read-only' are both
24259         non-nil, to avoid leftover read-only newline.
24261 2005-10-30  Richard M. Stallman  <rms@gnu.org>
24263         * textmodes/flyspell.el (flyspell-external-point-words):
24264         Detect when WORD can't be checked properly because
24265         flyspell-get-word finds just part of it, and move on.
24267         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
24268         boundarychar for Polish.
24269         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
24270         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
24272 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24274         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
24275         (gdb-registers-font-lock-keywords): Delete.
24276         (gdb-registers-mode): Don't fontify.
24277         (gdb-info-registers-custom): Use text properties instead as, in
24278         future, changed register values will use font-lock-warning-face.
24279         (gdb-local-font-lock-keywords): Rename to...
24280         (gdb-locals-font-lock-keywords): ...for consistency.
24282 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
24284         * vc.el (vc-switch-backend): Better error message if the buffer is
24285         not visiting a file under version control.
24287         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
24289 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
24291         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
24292         ~/.emacs.d/.emacs.
24294 2005-10-29  Richard M. Stallman  <rms@gnu.org>
24296         * replace.el (occur-mode-mouse-goto): Always go to other window.
24297         (occur-mode-goto-occurrence): Always switch in same window.
24299         * simple.el (undo): Display message at end, not at start.
24301         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
24302         New arg REUSE-CELL.
24303         (cancel-timer-internal): New function.
24304         (timer-event-handler): Use cancel-timer-internal,
24305         and pass the cell it returns to timer-activate...
24307         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
24308         (jit-lock-deferred-fontify, jit-lock-context-fontify)
24309         (jit-lock-after-change): Test memory-full.
24311 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24313         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24314         part of the decoded armor to find the key-identifier.
24315         (pgg-gpg-lookup-key-owner): New function to return the
24316         human-readable identifier of a key owner.
24317         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24318         key itself.
24319         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24320         the key value) if we have a key and can match it against a secret
24321         key.  Also, added a note pointing out fact that the prompt only
24322         indicates the first matching key.
24324         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24325         pgg-decrypt-region.
24326         (pgg-pending-timers): A new hash for tracking the passphrase cache
24327         timers, so that new ones supercede old ones.
24328         (pgg-add-passphrase-to-cache): Rename from
24329         `pgg-add-passphrase-cache' to reduce confusion (all callers
24330         changed).  Modified to cancel old timers when new ones are added.
24331         (pgg-remove-passphrase-from-cache): Rename from
24332         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24333         changed).  Modified to cancel old timers when their keys are
24334         removed from the cache.
24335         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24336         XEmacs, an indirection to delete-itimer.
24337         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24338         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24339         users can only check cache without risk of prompting.  Correct bug in
24340         notruncate behavior.
24341         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24342         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24343         Add informative docstrings.
24344         (pgg-decrypt): Convey provided passphrase in subordinate call to
24345         pgg-decrypt-region.
24347         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24348         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24349         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24350         `passphrase' argument, so the passphrase can be managed externally
24351         and then passed in to the system.
24353         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24354         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24355         so the passphrase cache can be used reliably with identifiers
24356         besides a pgp packet's key id.
24358         * pgg-gpg.el (pgg-pgp-encrypt-region)
24359         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24360         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24361         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24362         argument to all these routines, so the passphrase can be managed
24363         externally and passed in to the system.
24365         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24366         `notruncate' argument, so the passphrase cache can be used
24367         reliably with identifiers besides a pgp packet's key id.
24369 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24371         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24372         symmetric encryption.
24373         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24374         encrypted session key.
24375         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24376         message ask for the passphrase in a proper way.
24378         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24379         New user commands for symmetric encryption.
24381 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
24383         * textmodes/conf-mode.el (conf-assignment-sign)
24384         (conf-assignment-regexp): Fix docstrings.
24385         (conf-mode-initialize): New function.
24386         (conf-mode): Remove optional args.  Use delay-mode-hooks to
24387         recognize recursive calls.
24388         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
24389         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
24390         (conf-xdefaults-mode): Use define-derived-mode and
24391         conf-mode-initialize.
24393 2005-10-29  Romain Francoise  <romain@orebokech.com>
24395         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
24397 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24399         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24400         part of the decoded armor to find the key-identifier.
24401         (pgg-gpg-lookup-key-owner): New function to return the
24402         human-readable identifier of a key owner.
24403         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24404         key itself.
24405         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24406         the key value) if we have a key and can match it against a secret
24407         key.  Also, added a note pointing out fact that the prompt only
24408         indicates the first matching key.
24410         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24411         pgg-decrypt-region.
24412         (pgg-pending-timers): A new hash for tracking the passphrase cache
24413         timers, so that new ones supercede old ones.
24414         (pgg-add-passphrase-to-cache): Rename from
24415         `pgg-add-passphrase-cache' to reduce confusion (all callers
24416         changed).  Modified to cancel old timers when new ones are added.
24417         (pgg-remove-passphrase-from-cache): Rename from
24418         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24419         changed).  Modified to cancel old timers when their keys are
24420         removed from the cache.
24421         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24422         XEmacs, an indirection to delete-itimer.
24423         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24424         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24425         users can only check cache without risk of prompting.  Correct bug in
24426         notruncate behavior.
24427         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24428         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24429         Add informative docstrings.
24430         (pgg-decrypt): Convey provided passphrase in subordinate call to
24431         pgg-decrypt-region.
24433 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
24435         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24436         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24437         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24438         `passphrase' argument, so the passphrase can be managed externally
24439         and then passed in to the system.
24441         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24442         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24443         so the passphrase cache can be used reliably with identifiers
24444         besides a pgp packet's key id.
24446         * pgg-gpg.el (pgg-pgp-encrypt-region)
24447         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24448         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24449         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24450         argument to all these routines, so the passphrase can be managed
24451         externally and passed in to the system.
24453         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24454         `notruncate' argument, so the passphrase cache can be used
24455         reliably with identifiers besides a pgp packet's key id.
24457 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24459         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24460         symmetric encryption.
24461         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24462         encrypted session key.
24463         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24464         message ask for the passphrase in a proper way.
24466         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24467         New user commands for symmetric encryption.
24469 2005-10-28  Bill Wohler  <wohler@newt.com>
24471         * help-mode.el (help-url): New button type.  Calls browse-url.
24472         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
24473         Similar to Info nodes: URL `url'.
24474         (help-make-xrefs): Create help-url buttons for
24475         help-xref-url-regexp matches.
24477 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
24479         * tool-bar.el (tool-bar-add-item-from-menu)
24480         (tool-bar-local-item-from-menu): Fix doc strings.
24482 2005-10-28  Romain Francoise  <romain@orebokech.com>
24484         * ldefs-boot.el: Update.
24486         * subr.el (locate-library): Move from help-fns.el.
24487         * help-fns.el (locate-library): Move to subr.el.
24489 2005-10-28  Richard M. Stallman  <rms@gnu.org>
24491         * net/tramp.el (tramp-completion-mode): defvar moved up.
24493         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
24495         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
24497         * files.el (find-file-noselect): Use %d to format large file size.
24499         * bindings.el (mode-line-format): Add %e.
24501         * loadup.el ("facemenu"): Load unconditionally.
24502         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
24503         ("x-dnd"): Load, when appropriate.
24505         * startup.el (command-line): Call before-init-hook earlier.
24506         Warn about some bad characters in -u user name.
24508         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
24509         (flyspell-external-point-words): Error if misspelled word is not found.
24510         Set flyspell-large-region-beg at end of word.
24512 2005-10-28  Andreas Schwab  <schwab@suse.de>
24514         * view.el (View-revert-buffer-scroll-page-forward):
24515         Use view-page-size-default.
24517 2005-10-28  Juri Linkov  <juri@jurta.org>
24519         * international/quail.el (quail-get-current-str): Translate last
24520         raw character for deterministic input methods.
24522 2005-10-27  Jay Belanger  <belanger@truman.edu>
24524         * calc/calc-ext.el: Add functions to autoloads.
24525         (math-identity-matrix-p, math-ident-row-p): New functions.
24527         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
24528         multiplication by an identity matrix; don't turn multiplication by
24529         an inverse matrix into division.
24530         (math-div-symbol-fancy): Replace division by matrices with
24531         multiplication by inverse.
24533         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
24535         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
24536         (calc-writeoutpower): New functions.
24538 2005-10-27  Romain Francoise  <romain@orebokech.com>
24540         * replace.el (occur-engine): Include colon in mouse-face highlight.
24542         * dired-x.el: Change Maintainer field.
24544 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
24546         * longlines.el (longlines-mode): Bind after-change-functions to
24547         nil during initial decoding and final encoding.
24549 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
24551         * term.el (term-emulate-terminal, term-handle-colors-array)
24552         (term-handle-ansi-escape): Specify the terminfo capabilities
24553         implemented.
24555 2005-10-26  Richard M. Stallman  <rms@gnu.org>
24557         * info.el (Info-fontify-node): Fix detection of sentence-break
24558         before *Note.
24560 2005-10-26  Romain Francoise  <romain@orebokech.com>
24562         * smerge-mode.el: Add `tools' to file keywords.
24564 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
24566         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
24567         when the fringe is not available.
24569         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
24570         (def-gdb-auto-update-trigger): Simplify construction.
24571         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
24572         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
24573         defined explicitly.
24574         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
24575         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
24576         defined explicitly.
24577         (gdb-info-locals-custom): Remove as it's a no-op.
24579 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
24581         * longlines.el (longlines-mode): Remove narrowing before
24582         performing the initial decoding or final encoding.
24584 2005-10-25  Romain Francoise  <romain@orebokech.com>
24586         * emacs-lisp/find-func.el (find-library-name): Also strip
24587         extension if library name ends in .el, to take advantage of
24588         `find-library-suffixes'.
24590 2005-10-25  Richard M. Stallman  <rms@gnu.org>
24592         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
24594 2005-10-25  Juri Linkov  <juri@jurta.org>
24596         * textmodes/texinfo.el (texinfo-mode): Change charset of one
24597         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
24599 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24601         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
24602         (blackbox-redefine-key): Add argument `map'.
24604         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
24605         regions when moving the jit-lock-context-unfontify-pos boundary.
24607 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24609         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
24611 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24613         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
24615 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
24617         * play/blackbox.el (blackbox-redefine-key): New function.
24618         (blackbox-mode-map): Use it to remap existing bindings for cursor
24619         motion instead of binding literal keys.
24621 2005-10-25  Glenn Morris  <rgm@gnu.org>
24623         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
24624         diary does not end in a newline.  Do not assume a blank line at
24625         the start of the diary file.
24627 2005-10-25  Kenichi Handa  <handa@m17n.org>
24629         * international/quail.el (quail-translate-key): If the input
24630         method is deterministic and failed to handle the last key, restart
24631         the key handling loop from an appropriate key.
24633 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
24635         * vc.el (vc-dired-mode): Extend comment for binding of
24636         `directory-listing-before-filename-regexp'.
24638 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24640         * textmodes/texinfo.el (texinfo-mode):
24641         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
24642         not to unnecessarily expose emacs-mule's internal char codes.
24644 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
24646         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
24647         Display hand pointer and help-echo on disabled icon too.
24648         (gdb-mouse-until): New function.
24649         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
24651 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
24653         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
24654         with 2005-10-23 change to doctor.el.
24656         * finder.el (finder-mode-map): Add follow-link binding.
24658 2005-10-25  Kim F. Storm  <storm@cua.dk>
24660         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
24661         to gdb-mouse-toggle-breakpoint-fringe.
24662         (gdb-mouse-toggle-breakpoint-margin): Rename from
24663         gdb-mouse-toggle-breakpoint.  Fix doc.
24664         (gdb-mouse-toggle-breakpoint-fringe): New defun.
24665         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
24666         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24667         string properties also for fringe breakpoint bitmaps.
24669 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
24671         * textmodes/org.el (org-start-icalendar-file): Fix format form.
24673 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24675         * simple.el (completion-common-substring):
24676         Use `completion-common-substring' prior to `completion-base-size'.
24678 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
24680         * savehist.el: Require CL while compiling.
24681         (savehist-history-variables): Remove.
24682         (savehist-save-minibuffer-history, savehist-additional-variables)
24683         (savehist-minibuffer-history-variables): New vars.
24684         (savehist-save): Use them.
24685         (savehist-uninstall, savehist-minibuffer-hook): New funs.
24686         (savehist-install): New fun, extracted from savehist-load.
24687         (savehist-load): Use them.
24689 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24691         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
24692         a dummy doc-string-elt property.
24693         (defalias, defvaralias, define-category): Add a docstring property.
24695         * image.el (defimage):
24696         * widget.el (define-widget):
24697         * custom.el (defface, defcustom): Add `doc-string' declaration.
24699         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
24700         (defadvice): Add `doc-string' declaration.
24702         * emacs-lisp/byte-run.el (macro-declaration-function):
24703         Handle `doc-string' declarations.
24704         (define-obsolete-function-alias, define-obsolete-variable-alias):
24705         Add `doc-string' declaration.
24707 2005-10-24  Kenichi Handa  <handa@m17n.org>
24709         * international/utf-7.el (utf-7): Add autoload cookie.
24711         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
24713 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
24715         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
24716         list of directories passed to batch-update-autoloads.  Add "." to
24717         the list of the echoed directories.
24719         * pgg-def.el:
24720         * pgg-gpg.el:
24721         * pgg-parse.el:
24722         * pgg-pgp.el:
24723         * pgg-pgp5.el:
24724         * pgg.el: Moved here from the gnus subdirectory.
24726 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
24728         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
24729         in case comint-prompt-read-only is set to t.
24731         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
24732         in case comint-prompt-read-only is set to t.
24734 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
24736         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
24737         Now a string.
24738         (icalendar-import-format): Handle CLASS, STATUS, URL.
24739         Rename `subject' to `summary'.
24740         (icalendar-import-format-summary): Rename from
24741         `icalendar-import-format-subject'.
24742         (icalendar-import-format-url, icalendar-import-format-status)
24743         (icalendar-import-format-class): New variables.
24744         (icalendar--rris): Take variable argument list.
24745         (icalendar--datestring-to-isodate): Remove unnecessary
24746         calendar-style check when converting dates with explicit month names.
24747         (icalendar-export-region): Change return type of conversion
24748         subroutines.  Bury current buffer unless error occurred.
24749         (icalendar--convert-to-ical)
24750         (icalendar--parse-summary-and-rest): New functions.
24751         (icalendar--convert-ordinary-to-ical)
24752         (icalendar--convert-weekly-to-ical)
24753         (icalendar--convert-yearly-to-ical)
24754         (icalendar--convert-block-to-ical)
24755         (icalendar--convert-cyclic-to-ical)
24756         (icalendar--convert-anniversary-to-ical): Change return type.
24757         Strip trailing blanks from subject.
24758         (icalendar--convert-sexp-to-ical): Change return type.
24759         Strip trailing blanks from subject.  Handle simple sexp
24760         entries as generated by icalendar.el.
24761         (icalendar--convert-float-to-ical)
24762         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
24763         (icalendar-import-file): Doc fix.
24764         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
24765         Correct call to icalendar--rris.
24766         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
24767         `summary'.
24768         (icalendar--add-diary-entry): Rename `subject' to `summary'.
24770 2005-10-24  Romain Francoise  <romain@orebokech.com>
24772         * server.el (server-sentinel): Set query-on-exit flag to nil on
24773         new client processes (it isn't inherited from the server process).
24775         * replace.el (occur-engine): Rearrange text properties.
24777 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24779         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
24780         case-fold-search is nil.
24781         (debug-help-follow): Use help-xref-interned directly.
24783 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24785         * thumbs.el (thumbs-image-type): Add .pbm.
24787 2005-10-23  Richard M. Stallman  <rms@gnu.org>
24789         * faces.el (inhibit-face-set-after-frame-default): New variable.
24790         (set-face-attribute): Bind it.
24791         (face-set-after-frame-default): Test it.
24793         * help-fns.el (describe-simplify-lib-file-name): New function.
24794         (describe-function-1, describe-variable): Use it.
24796         * faces.el (describe-face): Use describe-simplify-lib-file-name.
24798         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
24799         Eliminate nil as possible value.
24800         (tooltip-hide-delay): Reduce internal-border-width.
24802         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
24803         (menu-bar-file-menu) <new-file>: Likewise.
24805         * simple.el (line-move-finish): Ignore fields computing LINE-END.
24807         * international/mule.el (load-with-code-conversion):
24808         Pass full file name to `eval-buffer' unless preloading.
24810         * textmodes/flyspell.el (flyspell-large-region):
24811         Call ispell-check-version.
24813         * textmodes/ispell.el (ispell-local-dictionary-overridden):
24814         Fix the make-variable-buffer-local call that was supposed
24815         to be for this variable.
24816         (ispell-aspell-supports-utf8): Doc fix.
24817         (ispell-find-aspell-dictionaries): Preserve elements of
24818         ispell-dictionary-alist for dictionaries that aspell doesn't report.
24819         (ispell-aspell-find-dictionary): Return nil on error.
24821         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
24822         (doctor-symptoms): Likewise.
24824         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
24826 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24828         * cus-edit.el (custom-button, custom-button-pressed): New vars.
24829         (custom-raised-buttons): Add :set spec.
24830         (custom-button-unraised, custom-button-pressed-unraised):
24831         New faces, so that custom-raised-buttons actually does something.
24832         (custom-mode): Use custom-button and custom-button-pressed.
24834         * wid-edit.el (widget-specify-button): Don't ignore
24835         widget-mouse-face on graphic terminals.
24836         (widget-move-and-invoke): Cleanup.
24838 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
24840         * whitespace.el (whitespace-cleanup): Doc fix.
24842 2005-10-23  Romain Francoise  <romain@orebokech.com>
24844         * emulation/viper.el (viper-set-hooks): Quote forms passed to
24845         `eval-after-load' to avoid evaluating their result.
24847 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
24849         * files.el (directory-listing-before-filename-regexp):
24850         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
24852         * dired.el (dired-move-to-filename-regexp): Remove.
24853         All occurrences replaced by `directory-listing-before-filename-regexp'.
24855         * dired-x.el, locate.el, vc.el:
24856         Replace `dired-move-to-filename-regexp' by
24857         `directory-listing-before-filename-regexp'.  In vc.el it is
24858         overwritten locally; maybe this can be handled in files.el too.
24860         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
24861         replaced by `directory-listing-before-filename-regexp'.
24863 2005-10-23  Andreas Schwab  <schwab@suse.de>
24865         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
24866         and eval-next-after-load.
24868 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
24870         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
24871         exist, create it.
24873 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
24875         * allout.el: Remove autoloads for mailcrypt and crypt++.
24876         Require pgg, pgg-gpg during compilation.
24877         (allout-version): Increment version number to 2.1, and use a literal
24878         rather than RCS Id.
24879         (allout-default-encryption-scheme): Remove.
24880         (allout-passphrase-verifier-handling)
24881         (allout-passphrase-verifier-string)
24882         (allout-file-passphrase-verifier-string)
24883         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
24884         (allout-passphrase-hint-handling): Rename and simplify.
24885         (allout-init): Use `find-file-hook' if available, otherwise
24886         `find-file-hooks'.
24887         (allout-mode): Use `write-file-functions' if available, otherwise
24888         `local-write-file-hooks' and, instead of making auto-save-hook
24889         buffer local, make the write-file-hook activity contingent to
24890         allout-mode.
24891         (allout-mode): Use key-binding substitution in the docstring.
24892         (allout-kill-line): Spell-out kill ring data structure mutation
24893         instead of using byte-compiler-complaint-provoking `pop'.
24894         (allout-insert-listified): Use `insert' rather than `insert-string'
24895         (allout-toggle-current-subtree-encryption): Update docstring, adjust
24896         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
24897         (allout-encrypt-string): Totally revamped vis new underlying
24898         encryption facilities.
24899         (allout-mc-activate-passwd): Remove.
24900         (allout-obtain-passphrase): New, more or less replaces
24901         allout-mc-activate-passwd.
24902         (allout-encrypted-key-info): More or less replaces
24903         allout-encrypted-text-type.
24904         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
24905         (my-mark-marker): Use `(featurep 'xemacs)'.
24907 2005-10-23  Lars Hansen  <larsh@soem.dk>
24909         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
24910         (byte-compile-file-form-defmumble, byte-compile-defun)
24911         (byte-compile-defmacro): Use it.
24912         (byte-compile-form): Don't call byte-compile-set-symbol-position
24913         when a byte-compile handler is called.
24915 2005-10-22  Romain Francoise  <romain@orebokech.com>
24917         * savehist.el (savehist-history-variables): Add `grep-find-history'.
24919         * subr.el (eval-after-load): Convert library name to an absolute
24920         file name using locate-library, since load-history no longer has
24921         library names in it.
24923 2005-10-22  Richard M. Stallman  <rms@gnu.org>
24925         * files.el (make-temp-file): Move from subr.el.
24926         * subr.el (make-temp-file): Move to files.el.
24928         * window.el (get-buffer-window-list): Move from subr.el.
24929         * subr.el (get-buffer-window-list): Move to window.el.
24931         * image.el (image-load-path): Use eval-at-startup to initialize.
24933         * subr.el (eval-at-startup): New macro.
24935         * subr.el: Much rearrangement of functions and division
24936         into pages.  No code changes.
24938 2005-10-22  Kenichi Handa  <handa@m17n.org>
24940         * tar-mode.el (tar-extract): Be sure to call
24941         find-operation-coding-system if set-auto-coding doesn't find a
24942         coding system.
24944 2005-10-22  Kim F. Storm  <storm@cua.dk>
24946         * image.el (image-type-header-regexps): Rename from image-type-regexps.
24947         Change users.
24948         (image-type-file-name-regexps): New defconst.
24949         (image-type-from-data): Simplify loop.
24950         (image-type-from-buffer): New defun.
24951         (image-type-from-file-header): Use it instead of image-type-from-data.
24952         Use image-search-load-path instead of only looking in data-directory.
24953         (image-type-from-file-name): New defun.
24954         (image-search-load-path): Change `pathname' to `filename'.
24955         Make PATH arg optional, default to image-load-path.
24957 2005-10-21  Richard M. Stallman  <rms@gnu.org>
24959         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
24961         * textmodes/paragraphs.el (sentence-end-base): New variable.
24962         (sentence-end): Use sentence-end-base.
24964 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24966         * font-lock.el (font-lock-default-fontify-region): Check the multiline
24967         property independently from the font-lock-multiline variable.
24969 2005-10-21  Richard M. Stallman  <rms@gnu.org>
24971         * emacs-lisp/find-func.el (find-library-name): Doc fix.
24973         * startup.el (command-line): Convert library names
24974         in `load-history' to absolute file names.
24976         * subr.el (symbol-file): Doc fix.
24978         * loadhist.el (file-loadhist-lookup): Call locate-library
24979         instead of find-library-name.  Don't try converting
24980         abs file names to library names, since load-history no longer
24981         has library names in it.
24982         (file-dependents, file-provides, file-requires): Doc fixes.
24984 2005-10-21  Juri Linkov  <juri@jurta.org>
24986         * progmodes/etags.el (tags-table-mode): New function.
24987         (tags-verify-table): Replace initialize-new-tags-table with
24988         tags-table-mode.
24990         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
24991         default value.
24992         (desktop-modes-not-to-save): Add tags-table-mode to the
24993         default value.
24995         * info.el (Info-index-next): Add total number of index
24996         alternatives to the message.
24998         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
24999         backward only space (instead of space and period) before looking
25000         at sentence end.
25002         * simple.el (set-variable): Use user-variable-p instead of symbolp.
25003         Add the old variable value as 4th default-value arg of read-string.
25005 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25007         * cus-face.el (custom-declare-face): Make face from X resources
25008         also on Mac.
25010         * disp-table.el (standard-display-g1, standard-display-graphic):
25011         Refuse to use string glyphs also on Mac.
25012         (standard-display-european): Don't set terminal coding system also
25013         on Mac.
25015         * frame.el (display-screens): Use x-display-screens also on Mac.
25017 2005-10-21  Romain Francoise  <romain@orebokech.com>
25019         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
25021 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25023         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
25024         and $? into sexps.
25026         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
25027         warning face on open-paren-in-column-0.
25029         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
25030         boundary case.  Fix typo.
25031         Suggested by Martin Rudalics <rudalics@gmx.at>.
25033 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
25035         * textmodes/org.el (org-combined-agenda-icalendar-file)
25036         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
25037         (org-export-icalendar-this-file)
25038         (org-export-icalendar-all-agenda-files)
25039         (org-export-icalendar-combine-agenda-files): New commands.
25040         (org-export-icalendar, org-print-icalendar-entries)
25041         (org-start-icalendar-file, org-finish-icalendar-file)
25042         (org-ical-ts-to-string): New functions.
25043         (org-read-date, org-goto-calendar)
25044         (org-agenda-goto-calendar): Inhibit displaying diary entries by
25045         call to `calendar'.
25046         (orgtbl-setup): Remove the :keys arguments from the menu description.
25047         (org-after-save-iCalendar-file-hook): New variable.
25049 2005-10-21  Kenichi Handa  <handa@m17n.org>
25051         * language/vietnamese.el (tcvn-5712): Make it an alias of
25052         vietnamese-tcvn coding-system.
25054 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
25056         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
25057         group id is given.
25059 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25061         * progmodes/sh-script.el (sh-escaped-line-re): New var.
25062         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
25063         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
25064         whose line is either continued or ends with a comment.
25066 2005-10-20  Romain Francoise  <romain@orebokech.com>
25068         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
25070         * replace.el (occur-engine): Add follow-link property.
25072         * font-core.el (font-lock-mode): Doc fix.
25074 2005-10-20  Richard M. Stallman  <rms@gnu.org>
25076         * net/rcirc.el: New file.
25078 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
25080         * term.el (term-term-name): Initialize to "eterm-color".
25082 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
25084         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
25085         for encryption functionality.
25086         Move allout customization subgroup from `editing' to `outlines' group.
25087         Fix commentary keywords to legitimate ones.
25088         Update author info (using my current email address, obscurified).
25089         (allout-encrypt-string, allout-encryption-produce-work-buffer)
25090         (allout-encrypted-topic-p, allout-encrypted-text-type)
25091         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
25092         (allout-situate-encryption-key-verifier)
25093         (allout-get-encryption-key-verifier, allout-verify-key)
25094         (allout-next-topic-pending-encryption)
25095         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
25096         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
25097         (outline-key-verifier-handling, outline-key-hint-handling)
25098         (outline-encrypt-unencrypted-on-saves): New defcustoms.
25099         (allout-file-key-verifier-string, allout-encryption-scheme)
25100         (allout-key-verifier-string, allout-key-hint-string)
25101         (allout-after-save-decrypt): New variables.
25102         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
25103         (allout-after-saves-handler): New hook functions.
25104         (allout-post-command-business): Do allout-after-save-decrypt.
25105         (allout-enable-file-variable-adjustment): Custom var to enable
25106         mechanism for adding and adjusting settings of Emacs file variables.
25107         (allout-adjust-file-variable, allout-file-vars-section-data):
25108         New functions, implement the mechanism.
25109         (outlineify-sticky): Use the file vars mechanism.
25110         (allout-inhibit-protection, allout-during-write-cue)
25111         (allout-override-protect, allout-before-change-protect): Remove.
25112         (allout-flag-region, allout-open-topic): Adjust read-only text.
25113         (allout-open-line-not-read-only): Add to facilitate read-only
25114         text based protection.
25115         (allout-kill-line): Revise to adjust read-only text, clue the
25116         user about the inhibition.
25117         (allout-unprotected): Use unwind-protect.
25118         (allout-shift-in, allout-shift-out): Disallow manually shifting a
25119         topic deeper than the offspring depth of the previous topic -
25120         avoiding confusing "containment discontinuities".
25121         (allout-reindent-bodies): Fix retention of body relative hanging
25122         indent during promotion of collapsed bodies.
25123         (allout-open-topic): Make it easy to open new topic with same
25124         bullet as current topic - topic creation functions provided with
25125         any universal argument provokes now prompt for bullet, defaulting
25126         to the bullet of the previous topic.
25127         (allout-plain-bullets-string, allout-distinctive-bullets-string):
25128         Plain bullet alternates `.' period and `,' comma only.  All other
25129         bullets are relegated to special status (but customizable).
25130         (allout-end-of-entry): Rename from allout-end-of-current-entry
25131         since it actually operates w.r.t. most immediately containing
25132         entry, visible or not.
25133         (allout-hide-current-entry, allout-show-current-entry): Use the
25134         revised version.
25135         (allout-old-expose-topic): Solidify deprecation.
25136         (allout-end-of-subtree): Add so we can span concealed as well
25137         as visible topics.
25138         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
25139         (allout-end-of-current-heading): Tweak to just respect the first line.
25140         (allout-get-body-text): Add.
25141         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
25142         when invoked interactively.
25143         (allout-up-current-level): Use `interactive-p'.
25144         (allout-mode, allout-init): Miscellaneous docstring and
25145         operational refinements, as well as hookups of new encryption stuff.
25146         (allout-beginning-of-current-entry): Now works as advertised.
25147         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
25148         (allout-isearch-rectification): Refine condition for isearching.
25149         (allout-isearch-abort, allout-enwrap-isearch)
25150         (allout-flag-region, my-region-active-p): Relocate some macros.
25151         (allout-title): Fallback title is (buffer-name), not
25152         non-existing (current-buffer-name).
25153         (subst-char-in-string): Define if absent (for some XEmacs versions).
25155 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
25157         * mail/sendmail.el (mail-setup-hook, mail-aliases)
25158         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
25159         (mail-citation-prefix-regexp, mail-signature-file)
25160         (mail-default-headers, mail-bury-selects-summary)
25161         (mail-send-nonascii): Add autoload cookies.
25163 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25165         * frame.el (blink-cursor-mode): Add `mac' to the list of
25166         window-system's that support blinking cursor.
25168 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
25170         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
25172 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
25174         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
25175         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
25176         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
25178 2005-10-20  Kim F. Storm  <storm@cua.dk>
25180         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
25181         (ido-set-current-directory): Don't add / after final @.
25182         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
25183         Explicitly handle ange-ftp completion oddities.
25184         (ido-make-file-list): Don't rotate list at tramp root to avoid
25185         triggering tramp file handler for expand-file-name via get-file-buffer.
25187 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25189         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
25191 2005-10-19  Jay Belanger  <belanger@truman.edu>
25193         * calc/calc-units.el (math-standard-units): Add units, adjust
25194         symbols and update values.
25195         (math-unit-prefixes): Add more prefixes.
25197 2005-10-19  Romain Francoise  <romain@orebokech.com>
25199         * bookmark.el (bookmark-menu-heading): New face.
25200         (bookmark-bmenu-list): Use it.
25201         Don't fiddle with `baud-rate' at top-level.
25203 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
25205         * image.el (create-image, find-image): Mention max-image-size in
25206         docstring.
25208 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25210         * savehist.el (savehist-load): Revert to checking XEmacs.
25212         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
25213         Various docstring and line-width fixups.
25214         (conf-mode): Use cond.
25215         Set font-lock-defaults.  Don't set comment-use-syntax.
25217 2005-10-18  David Ponce  <david@dponce.com>
25219         * tree-widget.el (tree-widget-button-click): New function.
25220         (tree-widget-button-keymap): Use it.
25222 2005-10-18  Romain Francoise  <romain@orebokech.com>
25224         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
25225         (bookmark-bmenu-hide-filenames): Add follow-link property.
25226         Improve help-echo text.
25228         * ffap.el (find-file-at-point): Doc fix.
25230 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25232         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
25234 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25236         Install to the CVS repository what I forgot to install in my
25237         2005-10-16 changes.
25239         * progmodes/python.el (python-complete-symbol): Pass the common
25240         prefix substring of completion to `display-completion-list'.
25242         * textmodes/org.el (org-complete): Ditto.
25244 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25246         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
25248         * woman.el (WoMan-xref-man-page): New button type derived
25249         from `Man-abstract-xref-man-page'.
25250         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
25252         * man.el (Man-abstract-xref-man-page): New button type.
25253         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
25254         (Man-highlight-references): Add new optional argument `xref-man-type'.
25256 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25258         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
25260 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
25262         * cus-edit.el (Custom-move-and-invoke): Delete.
25263         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
25265         * wid-edit.el (widget-move-and-invoke): New function, from
25266         Custom-move-and-invoke.
25268 2005-10-17  Bill Wohler  <wohler@newt.com>
25270         Move all remaining images from lisp/toolbar to etc/images, move
25271         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
25272         the low resolution images in their own directory (low-color).
25274         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
25275         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
25276         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
25277         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
25278         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
25279         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
25280         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
25282         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
25283         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
25284         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
25285         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
25286         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
25287         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
25288         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
25289         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
25290         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
25291         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
25292         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
25293         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
25294         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
25295         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
25296         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
25298         To conform with convention, replace the underscore (_) in the
25299         following image names with dash (-) or (/) as appropriate.
25301         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
25302         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
25303         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
25304         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
25305         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
25306         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
25307         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
25308         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
25309         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
25310         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
25311         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
25312         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
25313         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
25314         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
25315         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
25317         * info.el (info-tool-bar-map): Replace underscores in image names
25318         with dashes.
25320         * makefile.w32-in (WINS): Remove toolbar.
25322         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
25324         * tool-bar.el: Move to lisp from toolbar.  Now that
25325         toolbar is empty, it should be deleted when folks run "cvs up -P".
25327 2005-10-18  Jay Belanger  <belanger@truman.edu>
25329         * calc/calc-store.el (calc-store-into): Get the proper variable name
25330         to display in message.
25332 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25334         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
25335         expressions display in speedbar for all buffers when debugging.
25336         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
25338         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
25339         (speedbar-insert-button, speedbar-make-button):
25340         Use add-text-properties.
25341         (speedbar-update-localized-contents)
25342         (speedbar-update-directory-contents)
25343         (speedbar-update-special-contents): Use dolist.
25344         (speedbar-buffer-easymenu-definition): Add a menu separator.
25346 2005-10-17  Jason Rumney  <jasonr@gnu.org>
25348         * makefile.w32-in: Use $(lisp) consistently.
25349         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25350         for shell specific generation of mh-autoloads.
25352 2005-10-17  Richard M. Stallman  <rms@gnu.org>
25354         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
25356 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25358         * jit-lock.el (jit-lock-fontify-now):
25359         Move jit-lock-context-unfontify-pos to avoid wasted work.
25361 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
25363         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
25364         `tramp-completion-mode' for checking if we are in completion mode.
25365         (tramp-completion-handle-file-name-all-completions): Reorder code
25366         in order to complete for file names only in case there are no
25367         method/user/host completions.  This is necessary for cooperation
25368         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
25370 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
25372         * longlines.el (longlines-search-forward)
25373         (longlines-search-backward): Match any number of spaces.
25375 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
25377         * diff-mode.el (diff-mode): Doc fix.
25379 2005-10-16  David Reitter  <david.reitter@gmail.com>
25381         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
25382         as default on darwin and windows systems.
25384 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25386         * arc-mode.el (archive-zip-extract): Doc fix.
25388 2005-10-16  Romain Francoise  <romain@orebokech.com>
25390         * mouse.el (mouse-1-click-follows-link): Doc fix.
25392 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25394         * savehist.el: Don't require CL at runtime.
25395         (savehist-xemacs): Remove.
25396         (savehist-coding-system): Use utf-8 if present, regardless of religion.
25397         (savehist-no-conversion): Use (featurep 'xemacs).
25398         (savehist-load): Check existence of start-itimer rather than XEmacs.
25399         Use an idle timer.
25400         (savehist-process-for-saving): Replace use of CL funs `subseq' and
25401         `delete-if-not'.
25403 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
25405         * savehist.el: Newer version.
25406         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
25407         (savehist-last-checksum, savehist-no-conversion): New vars.
25408         (savehist-autosave, savehist-process-for-saving, savehist-printable):
25409         New functions.
25410         (savehist-load, savehist-save): Use them.
25411         (savehist-delimit): Remove.
25413 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25415         * progmodes/compile.el (compilation-goto-locus): Display the
25416         compilation buffer first and the source buffer second, in case they're
25417         in overlapping frames.  Don't raise the compilation frame if it was the
25418         selected window upon entry.  Pass the `other-window' arg to
25419         pop-to-buffer.
25421         * info.el (Info-fontify-node): Use dolist.
25422         Change add-text-properties to put-text-property.
25424 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25426         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
25427         bound of search.
25429 2005-10-16  Masatake YAMATO  <jet@gyve.org>
25431         * dabbrev.el (dabbrev-completion): Pass the common
25432         prefix substring of completion to `display-completion-list'.
25434         * filecache.el (file-cache-minibuffer-complete)
25435         (file-cache-complete): Ditto.
25437         * tempo.el (tempo-display-completions): Ditto.
25439         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
25441         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
25443         * eshell/em-hist.el (eshell-list-history): Ditto.
25445         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
25447         * mail/mailalias.el (mail-complete): Ditto.
25449         * progmodes/etags.el (complete-tag): Ditto.
25451         * progmodes/make-mode.el (makefile-complete): Ditto.
25453         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
25455         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
25457         * progmodes/pascal.el (pascal-complete-word)
25458         (pascal-show-completions): Ditto.
25460         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
25462         * simple.el (completion-common-substring): New variable.
25463         (completion-setup-function): Use `completion-common-substring'
25464         to put faces.
25466 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25468         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
25469         (x-get-selection, mac-select-convert-to-string): Convert from/to
25470         UTF-16 clipboard data as in native byte order, no BOM.
25472 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
25474         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25475         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
25476         (gud-sentinel): Use speedbar-frame to check for speedbar.
25478 2005-10-15  Richard M. Stallman  <rms@gnu.org>
25480         * savehist.el: New file.
25482 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
25484         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
25485         Fix bug in \bf fontification.
25487 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25489         * pcvs.el (cvs-edit-log-files): New var.
25490         (cvs-mode-edit-log): New arg `file'.
25491         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
25492         Instead force the use of the original file and nothing else.
25493         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
25494         the cvs-minor-wrap-function is set.
25495         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
25497 2005-10-14  Bill Wohler  <wohler@newt.com>
25499         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
25500         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
25501         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25502         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
25503         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
25504         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
25505         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
25506         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
25507         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
25508         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
25509         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
25510         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
25511         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
25512         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
25513         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
25515         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25516         appropriately (for example, gud-break to gud/break).
25518 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
25520         * longlines.el (longlinges-search-function)
25521         (longlines-search-forward, longlines-search-backward): New functions.
25522         (longlines-mode): Set isearch-search-fun-function to
25523         longlinges-search-function.
25525         * mouse.el (mouse-drag-region-1): Handle the case where a
25526         double-click event is bound to an arbitrary function.
25528 2005-10-14  David Ponce  <david@dponce.com>
25530         * recentf.el (recentf-track-opened-file)
25531         (recentf-track-closed-file, recentf-update-menu)
25532         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
25533         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
25534         mouse-1-click-follows-link.
25536 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25538         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
25539         Gnome file-manager.png.  Suggested by
25540         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25542         * toolbar/README: Add diropen.xpm.
25544 2005-10-13  Bill Wohler  <wohler@newt.com>
25546         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
25547         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
25549 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25551         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
25552         Don't waste the byte-compiler's time on constant data.
25554 2005-10-13  Kenichi Handa  <handa@m17n.org>
25556         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
25557         byte with `escape-glyph' face.
25559         * international/fontset.el (ccl-encode-unicode-font):
25560         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
25561         Handle the case that ucs-mule-to-mule-unicode translates a character to
25562         ASCII (usually for IPA characters).
25564 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25566         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
25567         Don't hide the underline of titles if font-lock-mode is disabled.
25569 2005-10-12  Bill Wohler  <wohler@newt.com>
25571         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
25572         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25573         files in MH-E-SRC have been updated.
25574         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
25576 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25578         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
25579         (mixal-mode-syntax-table): Add \n as end-comment.
25580         (mixal-operation-codes-alist): Immediately initialize to full value.
25581         (mixal-add-operation-code): Remove.
25582         (mixal-describe-operation-code): Make the arg non-optional.
25583         Use the interactive spec instead.
25584         Use mixal-operation-codes-alist rather than mixal-operation-codes.
25585         (mixal-font-lock-keywords): Don't highlight comments here any more.
25586         (mixal-font-lock-syntactic-keywords): New var.
25587         (mixal-mode): Use it.  Fix comment-start-skip.
25589 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25591         * startup.el (command-line-x-option-alist): -nb => -nbi.
25593 2005-10-12  Kim F. Storm  <storm@cua.dk>
25595         * startup.el (fancy-splash-default-action): Discard mouse click in
25596         the splash screen window, as it has no sensible meaning in the
25597         next window to be selected.  Fixes error reported by Jan D.
25599 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25601         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
25603 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25605         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
25606         Try to fix up minor layout issues like indentation, line break, etc...
25607         (mixal-mode-syntax-table): Don't try to specify comment syntax,
25608         because it doesn't work.
25609         (mixal-operation-codes): Add some more codes.
25610         (mixal-font-lock-keywords): Process comments here.
25611         (mixal-mode): mixasm no longer needs -g option.
25613 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25615         * progmodes/sh-script.el (sh-tmp-file):
25616         Use mktemp -t.  Finish support for es and rc shells.
25618 2005-10-11  Jay Belanger  <belanger@truman.edu>
25620         * calc/calcalg2.el (calc-integral): With an argument, compute the
25621         definite integral.
25623 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
25625         * mouse.el (mouse-drag-region-1): Don't try to catch a
25626         double-click when doing follow-link (it's overridden anyway).
25628 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
25630         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
25631         (autoload-print-form-outbuf): Add docstring.
25633 2005-10-11  Juri Linkov  <juri@jurta.org>
25635         * info.el (Info-mode-menu): Delete menu item "Edit".
25636         (Info-mode): Delete description of Info-edit from docstring,
25637         and rearrange descriptions of Info commands in the order
25638         they are documented in the Info manual.
25640 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25642         * calendar/appt.el (appt-check): Use diary-selective-display var.
25644 2005-10-10  Richard M. Stallman  <rms@gnu.org>
25646         * net/newsticker.el (newsticker-start, newsticker-show-news):
25647         Add autoload cookies.
25649 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
25651         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25653 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
25655         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
25657 2005-10-10  Jay Belanger  <belanger@truman.edu>
25659         * calc/calc-arith.el (math-check-known-scalarp)
25660         (math-check-known-matrixp): Check the values of arguments that are
25661         variables.
25662         (math-check-known-square-matrixp): New function.
25663         (math-known-square-matrixp): Use math-check-known-square-matrixp.
25664         (math-super-types): Add sqmatrix type.
25666         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
25667         mode name `square' to `sqmatrix'.
25669         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
25670         mode name `square' to `sqmatrix'.
25672 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25674         * progmodes/etags.el (select-tags-table-mode): Don't use
25675         selective-display.
25676         (tags-select-tags-table): Pass `button' to the action function.
25677         (select-tags-table): Place the side-info on button properties rather
25678         than in hidden text.  Abbreviate file names.
25679         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
25680         (select-tags-table-select): Add `button' argument.
25681         Get side-info from the button property rather than from hidden text.
25683 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
25685         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
25686         (gud-speedbar-buttons): Preserve point if possible.
25687         (gud-sentinel): Restore previous speedbar display type.
25689         * progmodes/gdb-ui.el (gdba): Improve diagram.
25690         (def-gdb-auto-update-handler, gdb-info-locals-handler)
25691         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
25692         Call get-buffer-window once.
25694 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25696         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
25697         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
25698         (pascal-indent-command): Remove unused var `ind'.
25699         (pascal-indent-case): Remove unused var `oldpos'.
25700         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
25701         since it's now used as a proper minor mode map.
25702         (pascal-outline): Rename to pascal-outline-mode.
25703         (pascal-outline-mode): Use define-minor-mode.
25704         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
25705         selective-display.
25707 2005-10-10  Andreas Schwab  <schwab@suse.de>
25709         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
25710         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
25712         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
25713         outside source directory.
25715 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
25717         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
25718         C-x' as a prefix.
25719         (orgtbl-mode-map): Full keymap instead of sparse, because all
25720         `self-insert-command' keys are redefined in this map.
25721         (org-export-as-html): Specify charset for HTML file, by taking it
25722         from the coding system.
25724 2005-10-10  Kenichi Handa  <handa@m17n.org>
25726         * textmodes/flyspell.el (flyspell-check-word-p):
25727         If unread-command-events is non-empty, don't call sit-for.
25729 2005-10-09  Richard M. Stallman  <rms@gnu.org>
25731         * font-lock.el (font-lock-syntactic-keywords)
25732         (font-lock-keywords): Doc fixes.
25734         * textmodes/flyspell.el (flyspell-external-point-words):
25735         Simplify logic, and don't try to check for consecutive appearances
25736         of one incorrect word.
25738 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
25740         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
25741         separator.
25743         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
25744         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
25745         (gud-expansion-speedbar-buttons): New function.
25746         (gud-speedbar-buttons): Check for gud-comint-buffer.
25748 2005-10-09  Bill Wohler  <wohler@newt.com>
25750         * Makefile.in (updates): Add mh-loaddefs dependency.
25752 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
25754         * speedbar.el (speedbar-file-key-map): Fix typo.
25756 2005-10-09  Daniel Brockman  <daniel@brockman.se>
25758         * cus-start.el (line-spacing): Add custom spec.
25760 2005-10-09  Romain Francoise  <romain@orebokech.com>
25762         * textmodes/ispell.el (ispell-check-version): Fix last change.
25764 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25766         * term/x-win.el: Remove -i, --icon-type from comment.
25768         * startup.el (command-line-x-option-alist): Remove options -i,
25769         -itype, --icon-type, added -nb, --no-bitmap-icon.
25771 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
25773         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
25774         instead of :active.
25776 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
25778         * textmodes/ispell.el (ispell-check-version):
25779         Ignore hyphen, and all that follows, in aspell's version text.
25781 2005-10-08  Jay Belanger  <belanger@truman.edu>
25783         * calc/calc-arith.el (math-known-square-matrixp): New function.
25784         (math-pow-fancy): Check for matrices before distributing exponent
25785         across products.
25787         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
25788         fullscreen keypad.  Suggested by Luc Teirlinck.
25789         (calc-keypad-show-input): Add space for formatting.
25791         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
25792         Add square matrix option.
25794         * calc/calc-poly.el (math-expand-term): Check for matrices instead
25795         of checking calc-matrix-mode when deciding how to expand.
25797         * calc/calc.el (calc-set-mode-line): Add square matrix option.
25799 2005-10-08  Lars Hansen  <larsh@soem.dk>
25801         * net/tramp.el (tramp-perl-directory-files-and-attributes):
25802         Add error handling.
25803         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
25805 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
25807         Sync with Tramp 2.0.51.
25809         * net/tramp.el (tramp-handle-set-visited-file-modtime)
25810         (tramp-handle-insert-file-contents, tramp-handle-write-region):
25811         Insert special handling for `last-coding-system-used', again
25812         it still seems to be necessary (unlike stated before).
25813         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
25814         (tramp-password-prompt-regexp): There might be other words before
25815         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
25816         (tramp-chunksize): Improve docstring.
25817         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
25818         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
25819         Christian Joergensen <bugs@razor.dk>.
25821 2005-10-07  Glenn Morris  <rgm@gnu.org>
25823         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
25824         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
25825         precision'.
25827 2005-10-07  Romain Francoise  <romain@orebokech.com>
25829         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
25830         (ibuffer-do-shell-command-pipe-replace)
25831         (ibuffer-do-shell-command-file, ibuffer-do-eval)
25832         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
25833         (ibuffer-do-revert, ibuffer-do-replace-regexp)
25834         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
25835         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
25836         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
25837         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
25838         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
25839         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
25840         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
25841         Autoload file sans suffix.
25843         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
25845 2005-10-07  David Ponce  <david@dponce.com>
25847         * recentf.el (recentf-menu-open-all-flag): New option.
25848         (recentf-digit-shortcut-command-name): New function.
25849         (recentf--shortcuts-keymap): New variable.
25850         (recentf-menu-shortcuts): New variable.
25851         (recentf-make-menu-items): Initialize it.  Replace the "More..."
25852         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
25853         (recentf-menu-value-shortcut): New function.
25854         (recentf-make-menu-item): Use it.  No more in-lined.
25855         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
25856         (recentf-open-most-recent-file): Rename from
25857         `recentf-open-file-with-key'.  Don't depend on key binding.
25858         (recentf-mode-map): New variable.
25859         (recentf-mode): Use it.
25861 2005-10-06  Bill Wohler  <wohler@newt.com>
25863         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
25865         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
25866         (MH-E-SRC): New.  Used by mh-autoloads.
25867         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25868         files in MH-E-SRC have been updated.
25869         (compile, recompile, bootstrap): Depend on mh-autoloads.
25871 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
25873         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
25874         gud-break and gud-remove icons when the fringe is not available.
25876         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
25877         Typo.
25879 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
25881         * play/zone.el (zone): Wrap body with save-window-excursion.
25883 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25885         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
25886         Use the new `list-only' arg to diary-list-entries.
25888         * calendar/diary-lib.el: Use overlays rather than selective-display.
25889         (diary-selective-display): New var.
25890         (diary-header-line-format): Use it.
25891         (diary-list-entries): Add argument `list-only'.
25892         Put the buffer in diary-mode.  Don't add \^M at beg and end.
25893         Replace \^M by invisible overlays.
25894         (diary-unhide-everything): Replace \^M by invisible overlays.
25895         (print-diary-entries): Look for overlays rather than \^M.
25896         Add a space to the temp buffer name.
25897         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
25898         Put the buffer in diary-mode.
25899         (list-sexp-diary-entries): Replace \^M by invisible overlays.
25900         (diary-anniversary): Make the year arg optional.
25901         (diary-time-regexp): New const.
25902         (diary-font-lock-keywords): Use it to accept a few more time formats.
25904         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
25906 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
25908         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
25909         Fix bug introduced 2005-07-03: Use (car (last ...))
25910         to faithfully reproduce replaced artist-last.
25911         (artist-set-arrow-points-for-poly): Likewise.
25912         Suggested by Johan Bockg\e,Ae\e(Brd.
25914 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
25916         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
25917         * wid-edit.el (widget):
25918         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
25919         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
25921 2005-10-06  Kenichi Handa  <handa@m17n.org>
25923         * international/mule-cmds.el (set-language-environment):
25924         Fix setting up of case-table for unibyte mode.
25926         * simple.el (what-cursor-position): If the character is displayed
25927         by some `display' text property, show that.  Don't use
25928         single-key-description for eight-bit characters in multibyte mode.
25930 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
25932         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
25933         (gdb-ann3): Set it.
25934         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
25935         (gdb-info-frames-custom): Use inverse-video for first five
25936         characters of selected frame only.
25937         (gdb-get-frame-number): Select frame even when point is on frame
25938         number.
25940 2005-10-06  Masatake YAMATO  <jet@gyve.org>
25942         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
25943         Put `font-lock-function-name-face'.
25944         (gdb-info-frames-custom): Put `font-lock-function-name-face'
25945         and `font-lock-variable-name-face'
25946         (gdb-registers-font-lock-keywords): New font lock keywords definition.
25947         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
25948         (gdb-memory-font-lock-keywords): New font lock keywords definition.
25949         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
25950         (gdb-local-font-lock-keywords): New font lock keywords definition.
25951         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
25952         (gdb-threads-font-lock-keywords): New font lock keywords definition.
25953         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
25955 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
25957         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
25958         (ediff-merge-region-is-non-clash-to-skip): Previously called
25959         ediff-merge-region-is-non-clash.
25961         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
25962         Use insert-buffer-substring.
25964         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
25965         selecting files to patch.  Also bug fixes.
25967         * ediff-util.el (ediff-setup): Bug fix.
25968         (ediff-next-difference): Never skip clashes that differ in white
25969         space only.
25971         * ediff-wind.el (ediff-setup-control-frame)
25972         (ediff-destroy-control-frame): Check the menubar feature.
25974         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
25975         (viper-refresh-mode-line): Use make-local-variable to localize
25976         some vars instead of make-variable-buffer-local.  Suggested by
25977         Stefan Monnier.
25979         * emulation/viper-init.el (viper-make-variable-buffer-local):
25980         Delete alias.
25981         (viper-restore-cursor-type, viper-set-insert-cursor-type):
25982         Use make-local-variable instead of make-variable-buffer-local.
25983         Suggested by Stefan Monnier.
25985         * emulation/viper.el (viper-mode): Don't use
25986         viper-make-variable-buffer-local.
25987         (viper-comint-mode-hook): Use make-local-variable on
25988         require-final-newline.
25989         (viper-non-hook-settings): Don't use make-variable-buffer-local.
25991 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25993         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
25994         also the second char of a comment-start sequence.
25995         (scheme-sexp-comment-syntax-table): New var.
25996         (lambda, define): Set their scheme-doc-string-elt property.
25997         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
25998         Use lisp-font-lock-syntactic-face-function now that it properly
25999         handles |...| symbols.
26000         (scheme-mode-variables): Set lisp-doc-string-elt-property,
26001         parse-sexp-lookup-properties and font-lock-extra-managed-props.
26003         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
26004         bit from # to |.
26005         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
26007         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
26008         (lisp-doc-string-elt-property): New var.
26009         (lisp-font-lock-syntactic-face-function): Use it.
26010         Rewrite to recognize docstrings even for forms not at toplevel.
26012         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
26013         annotation on the | part of #| rather than on the # part.
26014         (scheme-font-lock-syntactic-face-function): New function, to
26015         distinguish strings from |...| symbols.
26016         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
26017         syntax-table so that #|...|# is properly highlighted.
26019         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
26020         Don't mark as docstring the 3rd elem of an unknown toplevel form.
26022 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26024         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
26025         and C-e.
26027         * emacs-lisp/eldoc.el: Move comments into docstrings.
26028         (eldoc-message-commands): Initialize in its declaration.
26029         Add move-beginning-of-line and move-end-of-line.
26030         (eldoc-add-command, eldoc-add-command-completions)
26031         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
26033         * outline.el (outline-mark-subtree): Activate the mark.
26035         * calendar/appt.el (appt-time-regexp): New var.
26036         (appt-add, appt-make-list): Use it.
26037         (appt-convert-time): Clean up.
26039         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
26040         Don't set any syntax-table property here.
26041         (tex-font-lock-verb): New function.  Do it here.
26042         (tex-font-lock-syntactic-keywords): Use it.
26044 2005-10-04  Richard M. Stallman  <rms@gnu.org>
26046         * wid-edit.el (widget-file-complete): Get the widget start point
26047         the right way.  Default directory to `/' if file has none.
26049         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
26051         * textmodes/flyspell.el (flyspell-mode-on):
26052         Call ispell-maybe-find-aspell-dictionaries.
26054         * textmodes/ispell.el (ispell-word, ispell-region):
26055         Call ispell-maybe-find-aspell-dictionaries.
26056         (ispell-accept-buffer-local-defs):
26057         Don't call ispell-maybe-find-aspell-dictionaries.
26059 2005-10-04  Richard M. Stallman  <rms@gnu.org>
26061         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
26063 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
26065         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
26066         instead of `fboundp' in order to allow for anonymous functions.
26068 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
26070         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
26071         case the user clicks on the link while another window is selected.
26072         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
26074         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
26075         functionality.
26076         (dframe-help-echo): Save point in case mouse tracking is off.
26078 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
26080         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
26082 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26084         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
26085         not change the global value of those vars.
26087         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
26088         make-local-variable which we do not need any more.
26090 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
26092         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
26093         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
26094         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
26095         (speedbar-path-line): Define obsolete aliases.
26096         (speedbar-line-directory): Doc fix.
26098         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
26099         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
26100         instead of speedbar-line-path.
26102 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26104         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
26105         to nil if dropping on a window.  Handle dropping on a minibuffer window
26106         like dropping on a non-window part of Emacs.
26108 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26110         * net/ange-ftp.el: Use with-current-buffer.
26111         (ange-ftp-insert-directory): Do not follow symlinks any more.
26113         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
26114         Remove interactive spec.
26116 2005-10-03  Kim F. Storm  <storm@cua.dk>
26118         * ido.el (ido-mode): Use custom-initialize-set.
26120 2005-10-02  Richard M. Stallman  <rms@gnu.org>
26122         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
26123         Use insert-buffer-substring.
26125         * net/tramp.el: Pacify byte compiler warnings in pacification code.
26126         (tramp-handle-file-local-copy): Use insert-buffer-substring.
26128 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26130         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
26131         in last change.
26132         (ange-ftp-insert-directory): Fix up the search for the case where
26133         `file' is absolute.
26135 2005-10-02  Romain Francoise  <romain@orebokech.com>
26137         * progmodes/compile.el (compile-goto-error): Delete extra paren.
26139 2005-10-02  Andreas Schwab  <schwab@suse.de>
26141         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
26142         directory component in the session info.
26144 2005-10-01  Richard M. Stallman  <rms@gnu.org>
26146         * comint.el (comint-redirect-subvert-readonly): Doc fix.
26148         * simple.el (next-error-internal): New function.
26150         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
26151         (compilation-start): Pass new arg to compilation-buffer-name.
26152         (compile-goto-error): Use next-error-internal.
26154 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
26156         * speedbar.el: Remove RCS tag.
26157         (speedbar-check-read-only): Handle non-existent files.
26159         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
26161         * info.el (Info-speedbar-hierarchy-buttons)
26162         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
26164 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26166         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
26167         Do not match newline.
26168         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
26169         (bibtex-summary): Remove unnecessary save-excursion.
26170         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
26172 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26174         * term/mac-win.el: Add charset info for "iso10646-1".
26175         Modify default fontset to use ATSUI-compatible fonts for some charsets
26176         if available.
26178 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
26180         * speedbar.el: Re-apply arch tag.
26181         (speedbar-version): Rename to version 1.0.  Suggested by Eric
26182         M. Ludlam.
26183         Reapply two changes from Emacs CVS' version of speedbar lost
26184         during the merge:
26185         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
26186         (speedbar-frame-parameters): Improve customize type.
26188 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26190         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
26191         (ange-ftp-file-directory-p): Fix the symlink case.
26192         (ange-ftp-insert-directory): When listing a single file, get a list of
26193         the parent buffer and extract the relevant line.  Inspired from a patch
26194         by Katsumi Yamaoka <yamaoka@jpl.org>.
26195         (ange-ftp-file-name-sans-versions): Simplify.
26197 2005-09-30  Bill Wohler  <wohler@newt.com>
26199         Move MH-E image files from toolbar and mail directories into
26200         etc/images.
26202         * mail/reply2.*: Move to etc/images/mail/reply*.
26204         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
26205         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
26206         etc/images.
26208         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
26209         * toolbar/reply*: Move to etc/images/mail.
26211         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
26213 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
26215         * speedbar.el: New version 1.0pre3.
26217         Frame management code (including timer, and mouse click specifics)
26218         moved to dframe.el:
26219         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
26220         (speedbar-timer): Removed.  Use dframe-timer.
26221         (speedbar-close-frame): Removed.  Use dframe-close-frame.
26222         (speedbar-activity-change-focus-flag): Removed.  Use
26223         dframe-activity-change-focus-flag.
26224         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
26225         dframe-update-speed.
26227         (speedbar-current-frame): New macro.  Use this instead of the
26228         variable speedbar-frame.
26230         (speedbar-use-images, speedbar-expand-image-button-alist)
26231         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
26233         (speedbar-find-image-on-load-path): Removed.  Replaced by
26234         defezimage in ezimage.el.
26235         (speedbar-expand-image-button-alist): Removed.  Replaced by
26236         ezimage-expand-image-button-alist in ezimage.el.
26238         (speedbar-ignored-directory-regexp)
26239         (speedbar-add-ignored-directory-regexp)
26240         (speedbar-ignored-directory-expressions)
26241         (speedbar-line-directory, speedbar-buffers-line-directory)
26242         (speedbar-directory-line, speedbar-buffers-line-directory):
26243         Renamed, replacing `path' with `directory'.
26245         (speedbar-create-directory, speedbar-expand-line-descendants)
26246         (speedbar-toggle-line-expansion)
26247         (speedbar-contract-line-descendants): New commands.
26249         (speedbar-query-confirmation-method, speedbar-select-frame-method)
26250         (speedbar-use-tool-tips-flag): New options.
26252         (speedbar-check-read-only, speedbar-require-version)
26253         (speedbar-insert-separator, speedbar-buffers-tail-notes)
26254         (speedbar-handle-delete-frame, speedbar-try-completion)
26255         (speedbar-update-localized-contents): New functions.
26257         (speedbar-incompatible-version, speedbar-ro-to-do-point)
26258         (speedbar-object-read-only-indicator): New variables.
26260         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
26261         New hooks.
26263         (speedbar-separator-face): New face.
26265         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
26266         (speedbar-ignored-modes): Add fundamental-mode.
26267         (speedbar-directory-unshown-regexp): Add . directories.
26269         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
26270         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
26271         `]' for full expand/close.
26272         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
26274         (speedbar-check-vc): Support hidden files.
26275         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
26276         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
26277         state is nil, it is not checked out.
26279         (speedbar-line-text, speedbar-line-token): Support expand buttons
26280         with no text.
26281         (speedbar-refresh): Universal argument acts as power-click.
26282         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
26283         that buffer to get variable values.
26285         And many other bugfixes.
26287         * dframe.el, ezimage.el, sb-image.el: New files.
26289         * sb-*.xpm: Remove files.  New image files installed into
26290         etc/images/ezimage.
26292 2005-09-30  Kenichi Handa  <handa@m17n.org>
26294         * ps-mule.el (ps-mule-show-warning): If a character is in
26295         ps-print-translation-table, don't treat it as non-printable.
26297 2005-09-30  David Ponce  <david@dponce.com>
26299         * tree-widget.el (tree-widget-themes-load-path): New variable.
26300         (tree-widget-themes-directory): Doc fix.
26301         (tree-widget-image-formats) [Emacs]: Doc fix.
26302         (tree-widget--locate-sub-directory): New function.
26303         (tree-widget-themes-directory): Use it.
26305         * recentf.el (recentf-filename-handlers): Rename from
26306         `recentf-filename-handler'.  Allow a list of functions.
26307         (recentf-menu-items-for-commands): Fix :help strings.
26308         (recentf-apply-filename-handlers): New function.
26309         (recentf-expand-file-name): Use it.
26310         (recentf-cleanup): Remove duplicates too.
26312 2005-09-29  Juri Linkov  <juri@jurta.org>
26314         * faces.el: Rearrange face definitions to be in the same order as
26315         their face descriptions in "(emacs)Standard Faces".
26317         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
26319         * tooltip.el (tooltip): Add group `basic-faces'.
26321         * buff-menu.el (Buffer-menu-buffer): Remove group
26322         `font-lock-highlighting-faces'.
26324         * progmodes/compile.el (compilation-error, compilation-warning)
26325         (compilation-info, compilation-line-number, compilation-column-number):
26326         Change group from `font-lock-highlighting-faces' to `compilation'.
26328         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26329         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
26330         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
26331         (vhdl-font-lock-reserved-words-face)
26332         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
26333         `font-lock-highlighting-faces'.
26335         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
26337 2005-09-28  Kim F. Storm  <storm@cua.dk>
26339         * emulation/cua-base.el: Set CUA move property on additional commands:
26340         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
26341         forward-sexp, backward-sexp, forward-list, backward-list.
26343 2005-09-28  Romain Francoise  <romain@orebokech.com>
26345         * comint.el (comint-show-output): Really set point at the
26346         beginning of the output when not using `comint-use-prompt-regexp'.
26348 2005-09-27  Jay Belanger  <belanger@truman.edu>
26350         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
26351         in TeX mode.
26353 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
26355         * textmodes/org.el (org-table-sum): Fix format string.
26357         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
26358         Quote face names.
26360 2005-09-26  Romain Francoise  <romain@orebokech.com>
26362         * isearch.el (isearch-forward-regexp): Close doc string.
26364 2005-09-25  Richard M. Stallman  <rms@gnu.org>
26366         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
26368         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
26370         * progmodes/compile.el (compilation-error-properties):
26371         When getting the file from the previous error message,
26372         correctly decode the new data format.
26374         * progmodes/cc-cmds.el (c-electric-paren):
26375         Call old-blink-paren only for close-paren.
26377 2005-09-24  Andreas Schwab  <schwab@suse.de>
26379         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
26380         condition.
26382 2005-09-25  Romain Francoise  <romain@orebokech.com>
26384         * dired-aux.el (dired-copy-file-recursive):
26385         * dired.el (dired-delete-file):
26386         * ediff-mult.el (ediff-dir-diff-copy-file):
26387         * ediff-util.el (ediff-test-save-region):
26388         * forms.el (forms-mode):
26389         * ido.el (ido-file-internal, ido-delete-file-at-head):
26390         * log-edit.el (log-edit-done):
26391         * ses.el (ses-yank-resize):
26392         * play/gomoku.el (gomoku-human-plays, gomoku)
26393         (gomoku-human-resigns, gomoku-prompt-for-other-game)
26394         (gomoku-offer-a-draw):
26395         * play/landmark.el (lm-human-resigns, lm):
26396         * net/eudcb-ldap.el (eudc-ldap-check-base):
26397         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
26398         * progmodes/ebrowse.el (ebrowse-find-pattern):
26399         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
26400         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
26401         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
26403         * vc.el (vc-delete-file):
26404         * play/gomoku.el (gomoku-terminate-game, gomoku)
26405         (gomoku-prompt-for-move, gomoku-human-takes-back):
26406         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
26407         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
26409 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
26411         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
26412         color rxvt terminals by using the code xterm.el used to use before
26413         2005-04-09 in order to match the colors used by rxvt.
26415 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26417         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
26418         colors rxvt-unicode terminals by using the same code as xterm.el.
26420 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26422         * textmodes/tex-mode.el (tex-font-lock-append-prop)
26423         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
26424         new symbol used for the tex-verbatim face.
26426 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
26428         * woman.el (woman-file-name):
26429         * wid-edit.el (widget-file-prompt-value)
26430         (widget-coding-system-prompt-value):
26431         * w32-fns.el (set-w32-system-coding-system):
26432         * vc.el (vc-version-diff, vc-annotate):
26433         * textmodes/reftex-auc.el (reftex-arg-cite)
26434         (reftex-arg-index-tag):
26435         * textmodes/refer.el (refer-get-bib-files):
26436         * textmodes/artist.el (artist-figlet-choose-font):
26437         * terminal.el (terminal-emulator):
26438         * replace.el (occur-read-primary-args):
26439         * rect.el (string-rectangle, string-insert-rectangle):
26440         * ps-print.el (ps-print-preprint):
26441         * progmodes/pascal.el (pascal-goto-defun):
26442         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
26443         * progmodes/compile.el (compilation-find-file):
26444         * printing.el (pr-interactive-n-up):
26445         * play/animate.el (animate-birthday-present):
26446         * net/rcompile.el (remote-compile):
26447         * man.el (man, Man-goto-section, Man-follow-manual-reference):
26448         * mail/rmailsum.el (rmail-summary-search-backward)
26449         (rmail-summary-search):
26450         * mail/rmailout.el (rmail-output-read-rmail-file-name)
26451         (rmail-output-read-file-name):
26452         * mail/rmail.el (rmail-search, rmail-search-backwards):
26453         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
26454         * locate.el (locate):
26455         * international/quail.el (quail-show-keyboard-layout):
26456         * international/mule.el (set-buffer-file-coding-system)
26457         (revert-buffer-with-coding-system, set-file-name-coding-system)
26458         (set-terminal-coding-system, set-keyboard-coding-system)
26459         (set-next-selection-coding-system):
26460         * international/mule-diag.el (describe-coding-system)
26461         (describe-font, describe-fontset):
26462         * international/mule-cmds.el (universal-coding-system-argument)
26463         (search-unencodable-char, describe-input-method)
26464         (set-language-environment, describe-language-environment):
26465         * international/codepage.el (codepage-setup):
26466         * international/code-pages.el (codepage-setup):
26467         * info.el (Info-search, Info-follow-reference)
26468         (Info-search-backward):
26469         * emacs-lisp/advice.el (ad-read-advised-function)
26470         (ad-read-advice-class, ad-clear-cache, ad-activate)
26471         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
26472         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
26473         (ad-read-regexp):
26474         * ediff-util.el (ediff-toggle-regexp-match):
26475         * ediff-ptch.el (ediff-prompt-for-patch-file):
26476         * dired-aux.el (dired-diff):
26477         * diff.el (diff):
26478         * cus-edit.el (custom-variable-prompt):
26479         * calendar/timeclock.el (timeclock-ask-for-project):
26480         * calc/calcalg3.el (calc-get-fit-variables):
26481         * calc/calc-store.el (calc-edit-variable)
26482         (calc-permanent-variable):
26483         * vc-mcvs.el (vc-mcvs-register):
26484         * shadowfile.el (shadow-define-literal-group):
26485         * woman.el (woman-file-name):
26486         * vc.el (vc-version-diff, vc-merge):
26487         * textmodes/reftex-index.el (reftex-index-complete-tag):
26488         * format.el (format-decode-buffer, format-decode-region):
26489         * emulation/viper-cmd.el (viper-read-string-with-history):
26490         * emacs-lisp/debug.el (cancel-debug-on-entry):
26491         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
26492         * ediff.el (ediff-merge-revisions)
26493         (ediff-merge-revisions-with-ancestor, ediff-revision):
26494         * completion.el (interactive-completion-string-reader):
26495         * calc/calc-prog.el (calc-user-define-formula):
26496         Follow convention for reading with the minibuffer.
26498 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
26500         * progmodes/python.el (python-describe-symbol): Add globals() and
26501         locals() to the arguments of emacs.ehelp.
26503 2005-09-24  Magnus Henoch  <mange@freemail.hu>
26505         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
26506         New function, code extracted from ispell-valid-dictionary-list.
26507         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
26508         Call it.
26510 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
26512         * subr.el (version-regexp-alist): Extend valid syntax for version
26513         strings: allow any of the characters -,_,+ to separate the
26514         alpha/beta/rc part from the version part.  Doc fix.
26515         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
26517 2005-09-23  David Reitter  <david.reitter@gmail.com>
26519         * mail/mailclient.el: New file.
26521 2005-09-23  Richard M. Stallman  <rms@gnu.org>
26523         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
26524         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
26525         Doc fixes.
26527         * progmodes/cc-mode.el (c-font-lock-init):
26528         Specify font-lock-lines-before.
26530 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26532         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
26533         whole conflict.
26535 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
26537         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
26538         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
26539         of `remap' feature when available.  Additional key bindings for
26540         better tty support.
26541         (org-mode-restart, org-force-self-insert): New commands.
26542         (org-time-stamp-inactive): New command.
26543         (org-remap): New function.
26544         (org-table-auto-blank-field, org-level-color-stars-only): New options.
26545         (org-enable-fixed-width-editor): Move to `org-structure'
26546         customization group.
26547         (org-self-insert-command, orgtbl-self-insert-command): Modify to
26548         blank field after field motion commands.
26550 2005-09-23  Kenichi Handa  <handa@m17n.org>
26552         * international/mule-cmds.el (set-language-environment):
26553         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
26554         have to call utf-translate-cjk-load-tables.
26556 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26558         * mouse.el (mouse-move-drag-overlay): Fix last change.
26560 2005-09-22  David Ponce  <david@dponce.com>
26562         * tree-widget.el (tree-widget-value-create): Fix previous change.
26564 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26566         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
26568 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26570         * mouse.el (mouse-move-drag-overlay): New function.
26571         (mouse-drag-region-1): Use it.
26572         Try to simplify a bit the state handling.  Handle clicks on links
26573         inside intangible areas.
26574         (mouse-save-then-kill): Minor simplification.
26575         (mouse-secondary-overlay): Make it always non-nil instead of
26576         recreating it each time.
26577         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
26578         (mouse-kill-secondary, mouse-secondary-save-then-kill):
26579         Simplify accordingly.
26581 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26583         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
26585 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
26587         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26588         (ediff-file-name-sans-prefix): Treat nil as an empty string.
26589         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
26590         to patch.
26592         * ediff-util.el: Use insert-buffer-substring.
26594         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
26596         * emulation/viper-cmd.el (viper-change-state): Don't move over the
26597         field boundaries in the minibuffer.
26598         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
26599         (viper-minibuffer-post-command-hook): New hook.
26600         (viper-line): Don't move cursor at bolp.
26602         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
26604         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
26605         avoid compiler warnings.
26607         * emulation/viper-macs.el (ex-map): Better messages.
26609         * emulation/viper-util.el (viper-beginning-of-field): New function.
26611         * emulation/viper.el: Replace make-variable-buffer-local with
26612         viper-make-variable-buffer-local everywhere, to avoid warnings.
26614 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26616         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
26617         Delete unused var `old-selected-window'.
26618         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
26619         (mouse-drag-secondary): Delete unused var `start-frame'.
26621 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26623         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
26625 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26627         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
26628         Re-indent within 80 columns.  Use inhibit-read-only.
26630 2005-09-19  Romain Francoise  <romain@orebokech.com>
26632         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
26634 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26636         * font-lock.el (font-lock-default-fontify-region): Don't add a line
26637         unconditionally, since the after-change-function already did it.
26639 2005-09-19  Miles Bader  <miles@gnu.org>
26641         * net/newsticker.el: Get rid of CVS keyword.
26643 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26645         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
26646         The prompt is formatted later.
26648 2005-09-19  David Ponce  <david@dponce.com>
26650         * tree-widget.el (tree-widget-value-create): Save the converted
26651         tree :node widget.
26653 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
26655         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
26656         variable `message'.
26658 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
26660         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
26661         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
26662         <slawomir.nowaczyk.847@student.lu.se>.
26664 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
26666         * image.el (image-load-path): Use symbol `data-directory' instead
26667         of its value, for backward compatibility with packages that bind
26668         it during `find-image'.  Suggested by Katsumi Yamaoka.
26669         (image-search-load-path): Handle symbols whose values are strings.
26671 2005-09-18  Romain Francoise  <romain@orebokech.com>
26673         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
26674         with-current-buffer form in save-excursion.
26676 2005-09-18  Deepak Goel  <deego@gnufans.org>
26678         * apropos.el (apropos-command): Fix `message' call: first arg
26679         should be a format spec.  In this and all other cases that appear
26680         below and elsewhere in the source code, I made a change only when
26681         two conditions were satisfied: [1] I can think of a possibility
26682         that the arguments would cause an error, for example, the code in
26683         question relies on external variables such as filenames.  [2] I
26684         was sure that the arg to `message' could not have been nil in the code.
26686         * textmodes/tildify.el (tildify-region): Ditto.
26688         * textmodes/reftex-index.el (reftex-index-change-entry)
26689         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
26690         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
26691         * textmodes/org.el (org-complete, org-deadline, org-schedule)
26692         (org-priority, org-table-sum):
26693         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
26694         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
26695         (flyspell-word, flyspell-display-next-corrections):
26696         * textmodes/bibtex.el (bibtex-print-help-message):
26697         * textmodes/artist.el (artist-key-set-point-poly):
26698         * term/mac-win.el (mac-services-insert-text):
26699         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
26700         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
26701         (vhdl-port-paste-testbench, vhdl-compose-new-component)
26702         (vhdl-compose-configuration):
26703         * progmodes/sh-script.el (sh-blink, sh-show-indent)
26704         (sh-set-indent, sh-learn-line-indent):
26705         * progmodes/ps-mode.el (ps-mode-target-column):
26706         * progmodes/idlwave.el (idlwave-make-tags)
26707         (idlwave-scan-library-catalogs):
26708         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
26709         * progmodes/gud.el (gud-jdb-analyze-source):
26710         * progmodes/flymake.el (flymake-log):
26711         * progmodes/ebnf2ps.el (ebnf-generate-region):
26712         * progmodes/cmacexp.el (c-macro-expansion):
26713         * progmodes/ada-xref.el (ada-treat-cmd-string):
26714         * progmodes/ada-mode.el (ada-create-case-exception-substring)
26715         (ada-justified-indent-current, ada-batch-reformat):
26716         * play/zone.el (zone):
26717         * play/landmark.el (lm-move):
26718         * play/decipher.el (decipher-show-alphabet):
26719         * net/newsticker.el (newsticker--display-jump)
26720         (newsticker--display-scroll):
26721         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
26722         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
26723         * mail/feedmail.el (feedmail-dump-message-to-queue):
26724         * eshell/esh-proc.el (eshell-remove-process-entry):
26725         * emulation/ws-mode.el (ws-last-error):
26726         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
26727         (viper-record-kbd-macro):
26728         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
26729         * emacs-lisp/lisp-mnt.el (lm-report-bug):
26730         * emacs-lisp/find-func.el (find-function-noselect):
26731         * calendar/timeclock.el (timeclock-status-string)
26732         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
26733         (timeclock-when-to-leave-string):
26734         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
26735         * calc/calc-units.el (calc-enter-units-table):
26736         * calc/calc-mode.el (calc-mode-record-mode):
26737         * woman.el (woman-mini-help):
26738         * wdired.el (wdired-change-to-wdired-mode):
26739         * vc.el (vc-retrieve-snapshot):
26740         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
26741         * startup.el (display-startup-echo-area-message):
26742         * simple.el (set-goal-column):
26743         * ses.el (ses-command-hook, ses-recalculate-cell):
26744         * server.el (server-process-filter):
26745         * printing.el (pr-interface-txt-print, pr-interface-printify)
26746         (pr-interface-ps):
26747         * pcvs.el (cvs-help):
26748         * log-edit.el (log-edit, log-edit-mode-help):
26749         * iswitchb.el (iswitchb-possible-new-buffer):
26750         * isearch.el (isearch-edit-string):
26751         * image-mode.el (image-mode, image-minor-mode):
26752         * ibuf-macs.el (define-ibuffer-filter):
26753         * hi-lock.el (hi-lock-find-patterns):
26754         * files.el (toggle-read-only):
26755         * ediff-util.el (ediff-copy-diff)
26756         (ediff-write-merge-buffer-and-maybe-kill):
26757         * echistory.el (Electric-history-undefined):
26758         * dnd.el (dnd-insert-text):
26759         * dired-aux.el (dired-query):
26760         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
26761         * bookmark.el (bookmark-bmenu-locate):
26762         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
26763         Fix `message' calls to ensure first arg is a format string.
26764         The change was made only when these two conditions were satisfied:
26765         [1] when there is a possibility that the arguments would cause an error
26766         for example, if the code in question relies on external variables
26767         such as filenames, and
26768         [2] if the arg to `message' could not have been nil in the code.
26770         * pcomplete.el (pcomplete--help): Fix `message' format spec.
26771         Not having a %s would be weird, though not technically wrong.
26773 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26775         * term/mac-win.el (mac-add-charset-info): Doc fix.
26777 2005-09-17  Romain Francoise  <romain@orebokech.com>
26779         * shell.el (shell-resync-dirs): Handle echoing processes more
26780         reliably.  Don't insert resync command if `comint-process-echoes'
26781         is non-nil.
26783 2005-09-17  Magnus Henoch  <mange@freemail.hu>
26785         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
26786         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
26787         aspell versions >= 0.60.
26788         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
26789         only if ispell-aspell-supports-utf8 is non-nil.
26791 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26793         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
26794         buffer-local value to lisp-indent-function.
26796 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
26798         * progmodes/glasses.el (glasses-make-readable): If
26799         glasses-separator differs from underscore, put appropriate
26800         overlays over underscore characters.
26801         (glasses-convert-to-unreadable): If glasses-separator differs from
26802         underscore, try to convert glasses-separator characters to
26803         underscores.
26805 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
26807         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
26808         Use with-syntax-table and dolist.
26810 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
26812         * textmodes/reftex-auc.el:
26813         * textmodes/reftex-cite.el:
26814         * textmodes/reftex-dcr.el:
26815         * textmodes/reftex-global.el:
26816         * textmodes/reftex-parse.el:
26817         * textmodes/reftex-ref.el:
26818         * textmodes/reftex-sel.el:
26819         * textmodes/reftex-toc.el:
26820         * textmodes/reftex-vars.el:
26821         * textmodes/reftex.el: Small changes to remove compiler warnings.
26823         * textmodes/reftex-index.el: Likewise.
26824         (reftex-query-index-phrase): More efficient use of markers.
26826 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26828         * image.el (image-load-path): New variable.
26829         (image-search-load-path): New function.
26830         (find-image): Search for images in `image-load-path'.
26832 2005-09-15  Richard M. Stallman  <rms@gnu.org>
26834         * follow.el: Change Maintainer field.
26836 2005-09-15  David Ponce  <david@dponce.com>
26838         * recentf.el (recentf-save-file-modes): New option.
26839         (recentf-save-list): Use it.
26841 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
26843         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
26844         (mode-line-mule-info, mode-line-modified): Move bindings from
26845         mouse-3 to mouse-1.
26847 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26849         * simple.el (sendmail-user-agent-compose): Revert last change.
26851 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26853         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
26854         Use with-current-buffer.
26855         (ange-ftp-gwp-start): Remove unused var `gw-user'.
26856         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26857         (ange-ftp-insert-directory): Remove unused var `short'.
26858         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
26860         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
26861         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
26863         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
26864         (check-calendar-holidays, diary-list-entries): Autoload.
26865         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
26866         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
26868         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
26869         which mistakenly removed a call to display-buffer.
26871 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
26873         * obsolete/iso-insert.el: Move to obsolete/ from international/.
26875 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
26877         * progmodes/hideshow.el
26878         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
26879         (hs-allow-nesting): New user var.
26880         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
26881         (hs-hide-block-at-point): When nesting allowed,
26882         if there is already an overlay in place, delete it.
26883         (hs-safety-is-job-n): Delete func; remove call sites.
26884         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
26885         (hs-overlay-at): New func.
26886         (hs-already-hidden-p, hs-show-block): Use it.
26887         (hs-hide-all): Don't pre-clean if nesting allowed.
26888         (hs-show-all): Temporarily disallow
26889         nesting around call to `hs-discard-overlays'.
26891 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
26893         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
26894         Delete unused local var.
26896 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
26898         * help-fns.el (describe-categories): "?\ " -> "?\s".
26899         (help-do-arg-highlight): Recognize also ARG-n, as in
26900         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
26902         * international/codepage.el (dos-unsupported-char-glyph):
26903         * net/newsticker.el (tool-bar-map, w3-mode-map)
26904         (w3m-minor-mode-map):
26905         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
26906         (ent-alist):
26907         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
26909 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
26911         * custom.el (custom-push-theme): Handle the case where a symbol is
26912         bound but face properties have not yet been assigned.
26914         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
26915         Fix behavior if noerase is `t' and there is no mail buffer.
26917         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
26918         if `continue' is nil, rather than signal an error.
26920 2005-09-12  Richard M. Stallman  <rms@gnu.org>
26922         * font-lock.el (font-lock-keywords): Add autoload.
26924         * help-fns.el (describe-variable): Rearrange to put source link
26925         in a predictable place.
26927         * net/newsticker.el: New file.
26929 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26931         * calendar/calendar.el (calendar-for-loop): Add edebug info.
26932         (calendar-basic-setup): Use the new nil arg.
26933         (number-of-diary-entries): Move to diary-lib.el.
26935         * calendar/diary-lib.el: Use with-current-buffer, match-string.
26936         (diary-list-entries): Use with-syntax-table and dolist.
26937         Rename from list-diary-entries.
26938         Use number-of-diary-entries if `number' is nil.
26939         (diary, diary-view-entries): Use this new name and new nil arg value.
26940         (number-of-diary-entries): Move from calendar.el.
26941         (diary-unhide-everything): New function.
26942         (include-other-diary-files, fancy-diary-display)
26943         (diary-show-all-entries, make-diary-entry): Use it.
26944         (diary-mail-entries): Use buffer-string.
26945         (mark-diary-entries): Fix long standing paren typo.
26946         (diary-sexp-entry): Use count-lines.
26947         (make-diary-entry): Avoid `previous-line'.
26948         (diary-mode-map): New var.
26949         (diary-mode): Redraw cal after saving.  Setup header-line.
26950         (fancy-diary-display-mode): Use local-set-key.
26952         * startup.el (command-line): Try calling various terminal-init-foo-bar
26953         functions by stripping hyphenated suffixes from $TERM.
26955         * files.el (normal-mode): Check boundness of font-lock-keywords.
26957 2005-09-12  Richard M. Stallman  <rms@gnu.org>
26959         * progmodes/compile.el: Don't decide a file's directory
26960         until the user actually tries to go there.
26961         (compilation-next-error-function):
26962         Pass compilation-find-file the directory from the file-struct.
26963         (compilation-internal-error-properties): Separate local FILE-STRUCT
26964         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
26965         (compilation-find-file): Arg DIR renamed to DIRECTORY.
26966         Expand it, and if nil, use default-directory.
26967         (compilation-get-file-structure): Don't mix specified directory
26968         with default directory.  Put specified directory into
26969         file-struct.  Don't make the file name absolute.
26971         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
26972         (compile-command): Add autoload.
26973         (compilation-disable-input): Add autoload.
26975 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
26977         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
26978         strings of the variables it can override.
26979         (time-stamp): New (as yet undocumented) time-stamp-format escapes
26980         %Q and %q, for fully-qualified domain name and unqualified host name.
26982 2005-09-11  Kim F. Storm  <storm@cua.dk>
26984         * emacs-lisp/authors.el (authors-aliases): Update list.
26985         (authors-fixed-entries): Update mldrag.el entry.
26987 2005-09-10  Alan Mackenzie  <acm@muc.de>
26989         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
26990         delimiter from the region narrowed to.
26992 2005-09-10  Magnus Henoch  <mange@freemail.hu>
26994         * textmodes/ispell.el (ispell-check-version): Signal an error if
26995         aspell version is less than 0.60.
26997 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
26999         * progmodes/octave-inf.el (inferior-octave-startup):
27000         Resync current dir at the end.
27002 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
27004         * woman.el (woman-topic-at-point-default):
27005         Rename to woman-use-topic-at-point-default.
27006         (woman-topic-at-point): Rename to woman-use-topic-at-point.
27007         (woman-file-name): Reflect renames above.  Automatically use the
27008         word at point as topic if woman-use-topic-at-point is non-nil.
27009         Otherwise offer it as default but don't insert it in the
27010         minibuffer.  Also use `test-completion' instead of `assoc' as
27011         suggested by Stefan Monnier.
27013 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
27015         * vc.el (vc-directory, vc-update-change-log): Throw an error on
27016         the attempt to do it over Tramp.  This is not yet supported.
27018 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
27020         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
27021         (menu-bar-non-minibuffer-window-p): New functions.
27022         ("Split Window", "Save As..."): Use them.
27023         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
27024         ("Print Buffer", "Truncate Long Lines in this Buffer"):
27025         Use menu-bar-menu-frame-live-and-visible-p.
27026         ("Save Buffer", "Insert File", "Open Directory...")
27027         ("Open File...", "Visit New File..."):
27028         Use menu-bar-non-minibuffer-window-p.
27029         (kill-this-buffer-enabled-p, dired <menu-enable>):
27030         Use menu-bar-non-minibuffer-window-p.
27032 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
27034         * cus-start.el (all): Don't complain about fringe-related
27035         built-ins if fringes are not supported.  Ditto about
27036         selection-related built-ins.  Fix the test for GTK-related built-ins.
27038         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
27039         ("Postscript Print Buffer", "Print Region", "Save As...")
27040         ("Save", "Insert File...", "Open Directory...")
27041         ("Open File...", "Visit New File..."")
27042         ("Truncate Long Lines in this Buffer"): Don't look at
27043         menu-updating-frame if this display does not support multiple frames.
27045 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27047         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
27049 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
27051         * woman.el: Format- and whitespace-related changes.
27053 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
27055         * woman.el: Fix my email address.
27057 2005-09-08  Richard M. Stallman  <rms@gnu.org>
27059         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
27060         (sh-mode): Locally set skeleton-pair-default-alist.
27062         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
27064         * progmodes/flymake.el: Require `compile' unconditionally.
27066         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
27068         * woman.el (woman-file-name): Provide a default, not initial input.
27070         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
27072         * font-lock.el (font-lock-support-mode): Doc fix.
27074         * descr-text.el (describe-property-list): Handle non-symbol prop names.
27076 2005-09-08  Richard M. Stallman  <rms@gnu.org>
27078         * simple.el (blink-matching-open): Get rid of text props from
27079         the string shown in echo area.  Don't permanently set point.
27080         Some rearrangements.
27082 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
27084         * recentf.el (recentf-filename-handler): Add custom choice
27085         `abbreviate-file-name'.
27087         * msb.el (msb--very-many-menus): Fix typo.
27089         * disp-table.el (standard-display-european): Don't set
27090         enable-multibyte-characters to nil.
27092 2005-09-08  David Ponce  <david@dponce.com>
27094         * recentf.el (recentf-show-file-shortcuts-flag): New option.
27095         (recentf-expand-file-name): Doc fix.
27096         (recentf-dialog-mode-map): Define digit shortcuts.
27097         (recentf--files-with-key): New variable.
27098         (recentf-show-digit-shortcut-filter): New function.
27099         (recentf-open-files-items): New function.
27100         (recentf-open-files): Use it.
27101         (recentf-open-file-with-key): New command.
27103 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
27105         * buff-menu.el (Buffer-menu-sort-by-column): New function.
27106         Suggested by Kim F. Storm.
27107         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
27108         (Buffer-menu-make-sort-button): Use global keymap.
27110 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
27112         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
27113         (Man-getpage-in-background-advice): Remove defadvice; it isn't
27114         necessary any longer with the remapped command.
27115         (Man-bgproc-sentinel-advice): Remove defadvice which counts
27116         formatting time only.
27118         * net/tramp.el (tramp-action-password)
27119         (tramp-multi-action-password): Compile the password prompt from
27120         `method', `user' and `host'.  Sometimes it isn't obvious which
27121         password to enter, for example with remote files offered by
27122         recentf.el, or with multiple steps.  Suggested by Robert Marshall
27123         <robert@chezmarshall.freeserve.co.uk>.
27125 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27127         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
27128         Fix regexp for when "s///" is at the beginning of line.
27130 2005-09-07  Jay Belanger  <belanger@truman.edu>
27132         * calc/calc-poly.el (math-expand-term): Multiply out any powers
27133         when in matrix mode.
27135 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27137         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
27138         non-anonymous functions.
27140 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
27142         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
27143         when using a header line.  Otherwise, use mouse-1-click-follows-link.
27145         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
27146         can't be moved; don't signal an error.
27148 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
27150         * cus-theme.el (custom-theme-write-faces): Save the current face
27151         spec, not the defface spec.
27153         * custom.el (custom-known-themes): Clarify meaning of "standard".
27154         (custom-push-theme): Save old values in the standard theme.
27155         (disable-theme): Correct typo.
27156         (custom-face-theme-value): Deleted unused function.
27157         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
27159 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27161         * progmodes/compile.el (compilation-goto-locus): Take into account
27162         iconified frames when determining whether the buffer is
27163         already visible.
27164         Don't reset window height if the window already existed.
27166 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
27168         * custom.el (load-theme): Rename from require-theme.
27169         Add interactive spec.
27170         (enable-theme): Rename from custom-enable-theme.
27171         Add interactive spec.
27172         (disable-theme): Rename from custom-disable-theme.
27173         Add interactive spec.
27174         (custom-make-theme-feature): Doc fix.
27175         (custom-theme-directory): Doc fix.
27176         (provide-theme): Call enable-theme.
27178 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27180         * obsolete/lazy-lock.el (lazy-lock-mode):
27181         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
27182         font-lock-mode if it's off.  Print a warning instead.
27184         * progmodes/compile.el (compilation-start): Ignore errors if the
27185         process died before we get to send-eof.
27187         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
27188         Undo last change.  Enclosing the result in quotes broke things on Unix
27189         since tex-send-command passes it through shell-quote-argument.
27190         (tex-send-command): Pass `file' through convert-standard-filename
27191         when possible.
27192         (tex-uptodate-p): Handle the case where TeX hasn't put additional
27193         info in a transcript.
27195 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
27197         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
27198         fix compilation warning.  Reorder the key definitions to group
27199         together keys emitted by the current version of xterm.
27201         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
27202         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
27203         Reorder predicates to correct min-color usage.
27205 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
27207         * longlines.el (longlines-mode): Inhibit read-only when encoding.
27208         Kill local variables when longlines-mode is turned off.
27210 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27212         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
27214         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
27216         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
27218         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
27219         (font-lock-lines-before): Change default to being inactive.
27220         (font-lock-default-fontify-region): Obey font-lock-lines-before.
27221         (font-lock-after-change-function): Don't handle f-l-lines-before here.
27223 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27225         * net/tramp.el (tramp-handle-make-auto-save-file-name):
27226         Deactivate temporarily advice if active (not needed for Emacs 22,
27227         but for backwards compatibility).
27228         (tramp-exists-file-name-handler): Rewrite.  First implementation
27229         was too simple.
27230         (tramp-advice-make-auto-save-file-name):
27231         Call `tramp-handle-make-auto-save-file-name' (again, just for
27232         backwards compatibility).
27234 2005-08-31  Reto Zimmermann  <reto@gnu.org>
27236         * progmodes/vhdl-mode.el
27237         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
27238         (vhdl-end-p): Fix indentation bug "else" after "-- when".
27239         (vhdl-set-default-project): New function (easier setting of default).
27240         (vhdl-port-copy): Handle extended identifiers for generics.
27241         (vhdl-compiler-alist): Better description for error message regexp.
27242         (vhdl-make): Query for target, use previous as default.
27243         (vhdl-port-copy): Fix port copy for port names starting with "signal".
27244         (vhdl-font-lock-keywords-2): Fix fontification for record
27245         el. assign.
27246         (vhdl-speedbar-make-subpack-line): Add package body link.
27247         (vhdl-generate-makefile-1): Not include itself as dependency.
27248         (vhdl-font-lock-init): Highlight c-preprocessor directives.
27249         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
27250         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
27251         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
27252         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
27253         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
27254         (vhdl-import-project): Add string argument for `error'.
27255         (vhdl-compose-configuration)
27256         (vhdl-compose-configuration-architecture): Add configuration
27257         declaration generation.
27258         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
27259         (vhdl-trailer-re): Add "record" keyword (better indentation).
27260         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
27261         "[^ \t-\"]+".
27262         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
27263         (vhdl-testbench-entity-file-name)
27264         (vhdl-testbench-architecture-file-name): Allow separate
27265         customization of testbench file names.
27266         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
27267         (vhdl-get-visible-signals): Allow newline within alias declaration.
27268         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
27269         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
27270         (member-ignore-case): Alias for missing function in XEmacs.
27271         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
27272         (vhdl-update-sensitivity-list): Ignore case on read signals.
27273         (vhdl-replace-string): Adjust case only for file names.
27274         (vhdl-update-sensitivity-list): Fix search for read signals.
27275         (vhdl-update-sensitivity-list): Exclude formal parameters.
27276         (vhdl-get-visible-signals): Include aliases of signals.
27277         (vhdl-get-visible-signals): Fix signal name searching.
27278         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
27279         (vhdl-fixup-whitespace-region): Fix for character
27280         literals (e.g. `:').
27282 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
27284         * ansi-color.el (comint-last-output-start):
27285         * bs.el (font-lock-verbose):
27286         * diff-mode.el (add-log-buffer-file-name-function):
27287         * dired-x.el (vm-folder-directory):
27288         * faces.el (help-xref-stack-item):
27289         * files.el (font-lock-keywords):
27290         * find-lisp.el (dired-buffers, dired-subdir-alist):
27291         * ido.el (cua-inhibit-cua-keys):
27292         * log-view.el (cvs-minor-wrap-function):
27293         * outline.el (font-lock-warning-face):
27294         * simple.el (compilation-current-error):
27295         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
27296         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
27297         * tooltip.el (comint-prompt-regexp):
27298         * w32-fns.el (explicit-shell-file-name):
27299         * term/mac-win.el (mac-charset-info-alist)
27300         (mac-services-selection, mac-system-script-code):
27301         * term/tty-colors.el (msdos-color-values):
27302         * term/w32-win.el (xlfd-regexp-registry-subnum):
27303         * term/x-win.el (x-keysym-table, x-selection-timeout)
27304         (x-session-id, x-session-previous-id):
27305         * textmodes/ispell.el (mail-yank-prefix):
27306         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
27307         * textmodes/org.el (calc-embedded-close-formula)
27308         (calc-embedded-open-formula)
27309         (font-lock-unfontify-region-function):
27310         * textmodes/reftex-global.el (isearch-next-buffer-function)
27311         (TeX-master):
27312         * textmodes/reftex.el (font-lock-keywords):
27313         * textmodes/tex-mode.el (font-lock-comment-face)
27314         (font-lock-doc-face):
27315         * textmodes/texinfo.el (outline-heading-alist):
27316         Add defvars.
27318         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
27319         (artist-spray-chars, artist-mode-init, artist-replace-string)
27320         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
27321         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
27322         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
27324         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
27325         (conf-align-assignments): "?\ " -> "?\s".
27327         * textmodes/reftex-index.el (TeX-master): Add defvar.
27328         (reftex-index-phrases-marker): Move up defvar.
27330         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
27331         (reftex-toc-include-labels-indicator)
27332         (reftex-toc-include-index-indicator)
27333         (reftex-toc-max-level-indicator): Move up declarations.
27335         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
27336         of args to `tramp-run-real-handler', even if it's empty in this case.
27338 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27340         * dired.el (dired-move-to-filename-regexp): Add date format for
27341         Mac OS X 10.3 in East Asian locales.
27343 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27345         * files.el (make-auto-save-file-name): Add file name handler call
27346         if applicable.
27348         * net/tramp.el (tramp-file-name-handler-alist)
27349         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
27350         (tramp-handle-make-auto-save-file-name): Rename from
27351         `tramp-make-auto-save-file-name'.
27352         (tramp-exists-file-name-handler): New defun.
27353         (tramp-advice-make-auto-save-file-name): Make defadvice only when
27354         `make-auto-save-file-name' is not a magic file name operation.
27356 2005-08-30  Richard M. Stallman  <rms@gnu.org>
27358         * files.el (risky-local-variable-p):
27359         Match `-predicates' and `-commands.
27361         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
27362         (custom-save-all): Visit the file if necessary;
27363         kill the buffer if we created it.
27364         (custom-save-delete): Don't visit file or kill buffer here.
27366 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
27368         * textmodes/org.el (org-special-keyword): New face.
27369         (org-table-copy-down, org-table-eval-formula)
27370         (org-table-recalculate, org-init-section-numbers):
27371         Use `string-to-number' instead of `string-to-int'.
27372         (org-get-location): Use `insert-buffer-substring' instead of
27373         `insert-buffer'.
27374         (org-modify-diary-entry-string): New function.
27375         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
27376         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
27377         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
27378         active region.
27379         (org-export-as-html): Handle QUOTE keyword.
27380         (org-quote-string): New option.
27381         (org-bookmark-jump-unhide): New function, used for
27382         `bookmark-after-jump-hook'.
27383         (org-diary-default-entry): Apply only when not called through
27384         `org-agenda'.
27386 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
27388         * net/eudc.el (mode-popup-menu):
27389         * play/handwrite.el (ps-printer-name, ps-lpr-command):
27390         * progmodes/ada-mode.el (compile-auto-highlight)
27391         (skeleton-further-elements):
27392         * progmodes/autoconf.el (font-lock-syntactic-keywords):
27393         * progmodes/cmacexp.el (msdos-shells):
27394         * progmodes/compile.el (font-lock-extra-managed-props)
27395         (font-lock-keywords, font-lock-maximum-size)
27396         (font-lock-support-mode):
27397         * progmodes/grep.el (font-lock-lines-before):
27398         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
27399         * progmodes/mixal-mode.el (compile-command):
27400         * progmodes/perl-mode.el (font-lock-comment-face)
27401         (font-lock-doc-face, font-lock-string-face):
27402         * progmodes/prolog.el (comint-prompt-regexp):
27403         * progmodes/sh-script.el (font-lock-comment-face)
27404         (font-lock-set-defaults, font-lock-string-face):
27405         * progmodes/sql.el (font-lock-keyword-face)
27406         (font-lock-set-defaults, font-lock-string-face):
27407         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
27408         (itimer-version, lazy-lock-defer-contextually)
27409         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
27410         Add defvars.
27412         * progmodes/cperl-mode.el (cperl-electric-lbrace)
27413         (cperl-electric-keyword, cperl-electric-pod)
27414         (cperl-electric-backspace, cperl-forward-re)
27415         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
27416         (vc-rcs-header, vc-sccs-header): Add defvars.
27418         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
27419         (font-lock-syntactic-keywords, gud-find-expr-function):
27420         Add defvars.
27422         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
27423         (gdb-frame-parameters): Declare before use.
27425         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
27426         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
27427         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
27428         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
27430         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
27431         (idlwave-help-with-source): Use `insert-buffer-substring', not
27432         `insert-buffer'.
27434 2005-08-29  Juri Linkov  <juri@jurta.org>
27436         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
27437         Put outline-back-to-heading function call inside save-excursion.
27439 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
27441         * man.el (Man-init-defvars, Man-translate-references)
27442         (Man-support-local-filenames, Man-highlight-references):
27443         * progmodes/sql.el (sql-interactive-mode):
27444         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
27446         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
27447         (compilation-mode-font-lock-keywords): Add defvars.
27448         (checkdoc-interactive-loop): "?\ " -> "?\s".
27450         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
27451         (font-lock-doc-face, font-lock-string-face)
27452         (font-lock-keywords-case-fold-search): Add defvars.
27453         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
27455         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
27456         Don't pass X and Y (they are ignored anyway).
27457         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
27458         (mouse-delete-window): Make arguments optional.
27460         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
27461         (caesar-translate-table, minor-modes, news-buffer-save)
27462         (news-group-name, news-minor-modes): Add defvars.
27464         * emacs-lisp/lselect.el (mouse-highlight-priority)
27465         (x-lost-selection-functions, zmacs-regions):
27466         * emacs-lisp/pp.el (font-lock-verbose):
27467         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
27468         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
27469         (ses-mode-map):
27470         * emacs-lisp/tcover-unsafep.el (safe-functions):
27471         * international/mule-cmds.el (mac-system-coding-system)
27472         (mac-system-locale):
27473         * language/ethio-util.el (rmail-current-message)
27474         (rmail-message-vector):
27475         * language/thai-util.el (thai-auto-composition-mode):
27476         * mail/metamail.el (rmail-current-message, rmail-message-vector):
27477         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
27478         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
27479         (vm-primary-inbox, vm-spool-files):
27480         * mail/rmail.el (deleted-head, font-lock-fontified)
27481         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
27482         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
27483         (total-messages):
27484         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
27485         (rmail-summary-mode-map):
27486         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
27487         (rmail-last-label, rmail-last-multi-labels)
27488         (rmail-summary-vector, rmail-total-messages):
27489         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
27490         * mail/rmailsum.el (msgnum):
27491         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
27492         (rmail-current-message):
27493         * obsolete/fast-lock.el (font-lock-face-list):
27494         * obsolete/rnewspost.el (mail-reply-buffer):
27495         * obsolete/scribe.el (compile-command):
27496         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
27498 2005-08-28  John Paul Wallington  <jpw@gnu.org>
27500         * ibuf-ext.el (ibuffer-auto-update-changed):
27501         Use `frame-or-buffer-changed-p' to check whether we need to update.
27502         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
27503         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
27504         as a `frame-or-buffer-changed-p' state vector instead.
27506 2005-08-27  Romain Francoise  <romain@orebokech.com>
27508         * textmodes/makeinfo.el (makeinfo-compile):
27509         Use `compilation-start'.  Set `next-error-function' according to
27510         `disable-errors'.
27511         (makeinfo-next-error): New function.
27512         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
27513         (makeinfo-buffer): Likewise.
27515         * progmodes/compile.el (compilation-start): Add autoload cookie.
27517         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
27518         * textmodes/sgml-mode.el: Likewise.
27519         * progmodes/python.el: Likewise.
27521 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
27523         * simple.el (blink-matching-paren-distance): Document the meaning
27524         of nil value, and allow to customize to nil.
27526         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
27527         command.com, not command.exe.
27529 2005-08-26  John Wiegley  <johnw@newartisans.com>
27531         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
27532         code around a bit so that an extraneous nil argument is not added
27533         to a command when no args are given.
27535         * eshell/esh-arg.el (eshell-parse-double-quote): If a
27536         double-quoted argument resolves to nil, return it as an empty
27537         string rather than as nil.  This made it impossible to pass "" to
27538         a shell script as a null string argument.
27540 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27542         * outline.el (outline-invent-heading): New fun.
27543         (outline-promote, outline-demote): Use it.
27544         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
27545         (outline-end-of-subtree): Remove unused var `opoint'.
27547 2005-08-26  David Reitter  <david.reitter@gmail.com>
27549         * menu-bar.el (truncate-lines, write-file, print-buffer)
27550         (ps-print-buffer-faces, ps-print-buffer, split-window):
27551         Disable menu items when the frame they refer to is invisible, or when
27552         they refer to a buffer and the minibuffer is selected.
27554 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
27556         * progmodes/flymake.el (flymake-highlight-err-lines):
27557         Use save-excursion around flymake-highlight-line to preserve point.
27559 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
27561         * progmodes/octave-mod.el: Change Author and Maintainer address.
27562         (octave-maintainer-address): Change Kurt's email address.
27563         * progmodes/octave-inf.el: Change Author and Maintainer address.
27564         * progmodes/octave-hlp.el: Change Author and Maintainer address.
27566 2005-08-26  Kim F. Storm  <storm@cua.dk>
27568         * subr.el (version-list-<, version-list-<=, version-list-=):
27569         Rename from integer-list-*.
27570         (version-list-not-zero): Likewise.  Fix while loop.
27571         (version=): Use version-list-= instead of string-equal.
27573 2005-08-26  Richard M. Stallman  <rms@gnu.org>
27575         * outline.el (outline-promote): Try shortening the heading.
27576         As last resort, read the heading to use.
27577         (outline-demote): As last resort, read the heading to use.
27579 2005-08-26  Romain Francoise  <romain@orebokech.com>
27581         * progmodes/compile.el (compilation-start): Doc fix.
27583         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
27584         (antlr-font-lock-additional-keywords): Fix reference to
27585         `antlr-font-lock-literal-regexp' erroneously changed during the
27586         mass face rename.
27587         (antlr-run-tool): Use `compilation-start'.
27589         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
27590         instead of the obsolete `compile-internal'.
27592 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
27594         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
27595         (number, original-date):
27596         * calendar/cal-china.el (date):
27597         * calendar/cal-coptic.el (date):
27598         * calendar/cal-french.el (date):
27599         * calendar/cal-hebrew.el (date, entry, number, original-date):
27600         * calendar/cal-islam.el (date, number, original-date):
27601         * calendar/cal-iso.el (date):
27602         * calendar/cal-julian.el (date):
27603         * calendar/cal-mayan.el (date):
27604         * calendar/cal-menu.el (date, event):
27605         * calendar/cal-persia.el (date):
27606         * calendar/lunar.el (date):
27607         * calendar/solar.el (date): Add defvars.
27609         * emerge.el:
27610         * ibuffer.el:
27611         * info-xref.el:
27612         * obsolete/bg-mouse.el:
27613         * obsolete/sun-curs.el:
27614         * obsolete/swedish.el: Move the `defvar's to the top level.
27616         * smerge-mode.el (smerge-refined-change): Add :group.
27618 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27620         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
27621         (smerge-keep-n): Remove props.
27622         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
27623         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
27624         now that it's done in smerge-keep-n.
27625         (smerge-refined-change): New face.
27626         (smerge-refine-chopup-region, smerge-refine-highlight-change)
27627         (smerge-refine): New funs.
27628         (smerge-basic-map): Bind smerge-refine.
27630 2005-08-25  Juri Linkov  <juri@jurta.org>
27632         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
27633         compilation-process-setup-function and compilation-disable-input
27634         in grep-mode instead of let-bindings in grep.
27636         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
27637         Delete "Automatic File De/compression" (auto-compression-mode).
27639 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
27641         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
27642         Silence warning about non-existent variable.
27644 2005-08-25  Richard M. Stallman  <rms@gnu.org>
27646         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
27647         Rename "Describe Key" to "Describe Key or Mouse Operation".
27649         * mail/mailalias.el (build-mail-aliases): Delete comments
27650         from the contents before processing them.
27652         * isearch.el (isearch-edit-string): Erase the Search prompt
27653         if user enters an empty string and there is no default.
27655         * comint.el (comint-file-name-prefix): Add autoload.
27657 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
27659         * subr.el (play-sound): Rearrange to avoid warning.
27661 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
27663         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
27664         New hook.
27665         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
27667 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27669         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
27671         * custom.el (custom-theme-set-variables): Sort minor modes last.
27673 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27675         * subr.el (version-separator, version-regexp-alist): New vars used by
27676         version comparison funs.
27677         (integer-list-<, integer-list-=, integer-list-<=)
27678         (integer-list-not-zero): New funs for integer list comparison.
27679         (version-to-list, version=, version<, version<=): New funs for version
27680         comparison.
27682 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
27684         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
27685         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
27686         time to silence the byte-compiler.
27688         * ibuffer.el (ibuffer-compile-make-eliding-form)
27689         (ibuffer-check-formats): Use `with-no-warnings' to hide references
27690         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
27691         so it's silly to get warnings for it).
27692         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27693         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
27694         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
27695         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
27696         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
27697         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
27698         Defvar at compile time.
27699         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
27700         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
27701         Declare them before use.
27703         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
27704         (info-xref-good, info-xref-bad): Defvar at compile time.
27706         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
27707         Use `let*' instead of `let'.
27709         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
27710         (*mouse-y*, menu, char): Defvar at compile time.
27711         (sc::menu): Declare it before use.
27712         (sc::pack-one-line): Use `let', not `let*'.
27714         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
27715         (mail-send-hook): Defvar at compile time.
27717         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
27718         Defvar at compile time.
27720         * term/sun-mouse.el (current-global-mousemap)
27721         (current-local-mousemap): Declare them before use.
27723 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
27725         * bookmark.el (bookmark-after-jump-hook): New hook.
27726         (bookmark-jump): Run `bookmark-after-jump-hook'.
27728 2005-08-23  Juri Linkov  <juri@jurta.org>
27730         * faces.el (minibuffer-prompt): Doc fix.
27732 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
27734         * progmodes/xscheme.el: Trivial changes to silence warnings.
27735         (xscheme-previous-mode, xscheme-previous-process-state):
27736         Add defvars.
27737         (xscheme-last-input-end, xscheme-process-command-line)
27738         (xscheme-process-name, xscheme-buffer-name)
27739         (xscheme-expressions-ring-max, xscheme-expressions-ring)
27740         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
27741         (xscheme-control-g-synchronization-p)
27742         (xscheme-control-g-disabled-p, xscheme-string-receiver)
27743         (default-xscheme-runlight, xscheme-runlight)
27744         (xscheme-runlight-string, xscheme-process-filter-state)
27745         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
27746         Move to beginning of file.
27747         (scheme-interaction-mode-commands-alist)
27748         (scheme-interaction-mode-map, scheme-debugger-mode-map):
27749         Declare them before use.  Note: the initialization code for the
27750         variables has not been moved because it uses functions that reference
27751         the variables.
27752         (xscheme-control-g-message-string, xscheme-process-filter-alist)
27753         (xscheme-prompt-for-expression-map): Declare them before use.
27754         (scheme-debugger-mode-commands): "?\ " -> "?\s".
27756 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
27758         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
27760 2005-08-22  Juri Linkov  <juri@jurta.org>
27762         * faces.el (set-face-underline): Delete this duplicate function
27763         and make an obsolete alias to set-face-underline-p.
27764         (set-face-underline-p): Use docstring of set-face-underline.
27765         (describe-face): Create hyperlink to parent face.
27767         * info.el (Info-insert-dir): Use save-excursion around
27768         insert-buffer-substring.
27769         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
27770         (Info-escape-percent): Delete function.
27771         (Info-fontify-node): Replace Info-escape-percent by
27772         replace-regexp-in-string with REP arg set to lambda that
27773         duplicates `%' and preserves text properties.
27775         * progmodes/compile.el (compilation-disable-input): Doc fix.
27776         (define-compilation-mode): Doc fix and refill.
27777         (kill-compilation): Use `mode-name' in the error message.
27778         (compilation-find-file): Use `compilation-error' in the
27779         read-file-name's prompt.
27781 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27783         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
27784         (smerge-auto-leave): Make undo re-enable the mode.
27785         (debug-ignored-errors): Add the user-error of impossible resolution.
27786         (smerge-resolve): Move things around a bit, in preparation for later.
27787         (smerge-diff): Don't fail if the buffer has no associated file.
27788         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
27789         (smerge-conflict-overlay): New function.
27790         (smerge-match-conflict): Don't add text properties here.
27791         (smerge-find-conflict): Instead, add an overlay here.
27792         Also check for the case where we're inside a conflict already, so as to
27793         obviate the need for font-lock-multiline, which is unbearably slow with
27794         large conflicts and ciomplex font-lock patterns.
27795         (smerge-remove-props): Remove overlay rather than text-properties.
27796         (smerge-mode): Don't set font-lock-multiline.
27797         Remove overlays when turned off.
27799 2005-08-21  Kim F. Storm  <storm@cua.dk>
27801         * ido.el (ido-ignore-item-p): Use save-match-data.
27802         Bind case-fold-search to ido-case-fold locally.
27804 2005-08-20  Richard M. Stallman  <rms@gnu.org>
27806         * files.el (normal-mode): If font lock is on, turn it off and on.
27808         * subr.el (replace-regexp-in-string): Doc fix.
27810         * startup.el (command-line-1): Don't suppress startup screen
27811         due to existing processes.
27813         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
27815         * progmodes/compile.el (compilation-disable-input): Default to nil.
27817 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
27819         * progmodes/compile.el (compilation-disable-input): New defcustom.
27820         (compilation-start): If compilation-disable-input is non-nil, send
27821         EOF to the compilation process.
27823 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
27825         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
27826         Run the argument of tex-shell-cd-command through
27827         convert-standard-filename, to get the correct style of slashes on
27828         Windows, and enclose the result in quotes, in case the file name
27829         includes whitespace or other special characters.
27831 2005-08-19  Andreas Schwab  <schwab@suse.de>
27833         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
27834         process.
27836 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
27838         * cus-start.el (minibuffer-prompt-properties): Correct typo.
27840 2005-08-18  Kim F. Storm  <storm@cua.dk>
27842         * scroll-lock.el: Fix errors due to incorrect line wrapping.
27844 2005-08-18  Richard M. Stallman  <rms@gnu.org>
27846         * scroll-lock.el: New file.
27848 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
27850         * dired.el (dired-move-to-end-of-filename):
27851         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
27853 2005-08-18  Kim F. Storm  <storm@cua.dk>
27855         * ido.el (ido-everywhere): Fix defcustom :set function to disable
27856         rather than toggle mode when custom value is nil.
27857         (ido-everywhere): Fix defun doc string.
27859 2005-08-17  Richard M. Stallman  <rms@gnu.org>
27861         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27862         as tag instead of "Inviolable".
27864 2005-08-17  Kim F. Storm  <storm@cua.dk>
27866         * windmove.el (windmove-coordinates-of-position): Remove.
27867         (windmove-coordinates-of-window-position): Remove.
27868         (windmove-reference-loc): Use posn-at-point instead.
27870         * subr.el (insert-for-yank-1): Doc fix.
27872         * ido.el (ido-enter-matching-directory): Rename from
27873         ido-enter-single-matching-directory.  Change `slash' choice to
27874         `only'.  Add `first' choice.
27875         (ido-exhibit): Adapt to above changes.
27877 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
27879         * Makefile.in: Expand comment about building loaddefs.el.
27881 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
27883         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
27884         Comment use of defadvice.
27886         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
27888 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
27890         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
27891         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
27892         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
27893         * progmodes/idlw-shell.el, progmodes/ld-script.el,
27894         * progmodes/which-func.el, ruler-mode.el, strokes.el,
27895         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
27896         for backward compatibility for faces that did not appear in the
27897         previous Emacs release.
27899         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
27901 2005-08-15  Kim F. Storm  <storm@cua.dk>
27903         * emulation/cua-base.el (cua-delete-region): Return t if
27904         deleted region was non-empty.
27905         (cua-replace-region): Inhibit overwrite-mode for
27906         self-insert-command if replaced region was non-empty.
27907         (cua--explicit-region-start, cua--status-string): Make them
27908         buffer-local at top-level...
27909         (cua-mode): ...rather than when mode is enabled.
27911 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
27913         * progmodes/vhdl-mode.el (vhdl-emacs-21):
27914         Set t for Emacs 21, 22, and so on.
27916 2005-08-15  David Ponce  <david@dponce.com>
27918         * tree-widget.el: Update Commentary header.
27919         (tree-widget-theme): Doc fix.
27920         (tree-widget-space-width): New option.
27921         (tree-widget-image-properties): Look up in the default theme too.
27922         (tree-widget--cursors): Only for images with arrow pointer shape.
27923         (tree-widget-lookup-image): Pointer shape is hand by default.
27924         (tree-widget-icon): Rename generic icon widget from
27925         `tree-widget-control'.
27926         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
27927         derive from `tree-widget-icon'.
27928         (tree-widget-handle): Improve default look and feel of the text
27929         representation.
27930         (tree-widget): Rename :*-control properties to :*-icon properties.
27931         Add :action and :help-echo properties.
27932         (tree-widget-after-toggle-functions): Move.
27933         (tree-widget-close-node, tree-widget-open-node): Remove.
27934         (tree-widget-before-create-icon-functions): New hook.
27935         (tree-widget-value-create): Update to allow customization of icons
27936         and nodes at run-time via that new hook.
27937         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
27938         (tree-widget-icon-action, tree-widget-icon-help-echo)
27939         (tree-widget-action, tree-widget-help-echo): New functions.
27941 2005-08-15  Kim F. Storm  <storm@cua.dk>
27943         * ido.el (ido-buffer-internal): Use with-no-warnings.
27944         (ido-make-merged-file-list): Use while-no-input.
27946 2005-08-15  Richard M. Stallman  <rms@gnu.org>
27948         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
27949         (flyspell-large-region): Fix doc and custom type.
27951 2005-08-14  Richard M. Stallman  <rms@gnu.org>
27953         * files.el (interpreter-mode-alist): Doc fix.
27955         * mail/rmail.el (rmail-nonignored-headers): New variable.
27956         (rmail-clear-headers): Use it.
27957         (rmail-reply): Better handling of mail-followup-to header.
27959         * progmodes/sh-script.el (sh-font-lock-keywords-var):
27960         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
27961         don't try to refer to executable-font-lock-keywords.
27962         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
27963         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
27964         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
27965         (sh-mode): Set comment-start-skip, local-abbrev-table,
27966         imenu-case-fold-search.
27967         (sh-set-shell): Don't set them here.
27968         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
27969         Don't cache the results in the original alist; don't ever modify
27970         that alist.
27972         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
27974         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
27975         empty.
27977 2005-08-15  Andreas Schwab  <schwab@suse.de>
27979         * desktop.el: Put autoload cookie at risky-local-variable declarations.
27981         * dired.el, info.el, mail/rmail.el: Revert last change.
27983 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
27985         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
27986         modification in `eval-after-load' form.
27987         * info.el: Likewise.
27988         * mail/rmail.el: Likewise.
27990 2005-08-14  Juri Linkov  <juri@jurta.org>
27992         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27993         Remove highlighting of "Compilation started".  Highlight only
27994         the word "finished" in "Compilation finished".  Add highlighting
27995         of "interrupt", "killed", "terminated" and the exit code.
27996         (compilation-start): Add newline after header.  Use exactly the
27997         same time stamp format as the finishing message.
27998         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
28000         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
28001         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
28002         Add highlighting of "interrupt", "killed", "terminated".
28004         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
28005         enabled and the current command is self-insert-command, call it
28006         explicitly with overwrite-mode bound to nil, to not allow it
28007         to delete the character after the selected region.
28009 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
28011         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
28012         move-end-of-line, end-of-line, and beginning-of-line to the list
28013         of commands after which the echo area is updated.
28015 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
28017         * cus-edit.el (custom-save-all, custom-save-delete):
28018         Bind recentf-exclude to exclude custom-file.
28020 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
28022         * mail/rmailsum.el (rmail-summary-end-of-message): New command
28023         to go to the bottom of the mail message.  Added to
28024         `rmail-summary-mode-map' with key "/".
28025         (rmail-summary-show-message): New (internal) function for use by
28026         both `rmail-summary-beginning/end-of-message'.
28027         (rmail-summary-beginning-of-message): Change to use
28028         rmail-summary-show-message.
28030         * mail/rmail.el (rmail-end-of-message): New command to go to the
28031         end of the current message.  Added to `rmail-mode-map' with key "/".
28032         (rmail-beginning-of-message): Fix to work as documented.
28033         (rmail-mode): Change documentation.
28035         * progmodes/compile.el (compilation-start): Add the line
28036         "Compilation started" with compilation start time.
28037         (compilation-mode-font-lock-keywords): Add `started' to keywords.
28039 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
28041         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
28042         of menu items.
28044 2005-08-11  Richard M. Stallman  <rms@gnu.org>
28046         * simple.el (pop-global-mark): Reverse test of widen-automatically.
28048         * battery.el (battery-status-function): Don't use ignore-errors.
28050 2005-08-11  Lute Kamstra  <lute@gnu.org>
28052         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
28053         define-obsolete-variable-alias.
28055 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28057         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
28058         (ange-ftp-send-cmd): Revert last change, and expand
28059         the comment explaining the problem.
28061 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
28063         * ldefs-boot.el: Update.
28065         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
28066         item to "Time, Load and Mail".  Change help echo text.
28068         * time.el (display-time-use-mail-icon, display-time-format)
28069         (display-time-string-forms): Shorten first line of docstrings.
28071 2005-08-10  Lars Hansen  <larsh@soem.dk>
28073         * desktop.el (desktop-buffer-mode-handlers):
28074         Make non-customizable.  Add autoload cookie.  Change initial value to
28075         nil; add elements in respective modules instead.  Fix doc string.
28076         (desktop-load-file): New function.
28077         (desktop-minor-mode-handlers): New autoloaded variable.
28078         (desktop-create-buffer): Call minor mode handlers.
28079         Use desktop-load-file to load major and minor mode modules prior to
28080         checking for a handler.
28081         (desktop-save): Don't add nil to desktop-minor-modes for minor
28082         modes with nil function in desktop-minor-mode-table.  Don't delete
28083         desktop file before rewriting it.
28084         (desktop-locals-to-save): Add autoload cookie.  Don't make
28085         automatically buffer-local.  Add variables column-number-mode,
28086         size-indication-mode, indent-tabs-mode,
28087         indicate-buffer-boundaries, indicate-empty-lines and
28088         show-trailing-whitespace.
28089         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
28090         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
28091         (desktop-clear-preserve-buffers-regexp): Delete.
28092         (desktop-clear-preserve-buffers): Update initial value and docstring.
28093         (desktop-save-buffer): Fix doc string.
28095         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
28096         (hilit-chg-desktop-restore): New function.
28097         (highlight-changes-mode): Add highlight-changes-mode to
28098         desktop-locals-to-save.
28100         * dired.el: Add handler to desktop-buffer-mode-handlers.
28101         (dired-restore-desktop-buffer): Remove autoload cookie.
28102         (dired-mode): Add autoload cookie.
28104         * info.el: Add handler to desktop-buffer-mode-handlers.
28105         (Info-restore-desktop-buffer): Remove autoload cookie.
28106         (Info-mode): Add autoload cookie.
28108         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
28109         (mh-restore-desktop-buffer): Remove autoload cookie.
28110         (mh-folder-mode): Add autoload cookie.
28112         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
28113         (rmail-restore-desktop-buffer): Remove autoload cookie.
28115 2005-08-11  Masatake YAMATO  <jet@gyve.org>
28117         * hexl.el (hexl-address-region):
28118         (hexl-ascii-region, hexl-font-lock-keywords):
28119         (hexl-highlight-line-range): Use the term "region"
28120         instead of "area" for consistency with the other symbols
28121         defined in hexl.el.
28123 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
28125         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
28126         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
28127         out by Juri Linkov).  Add `display-battery-mode'.
28129 2005-08-09  Juri Linkov  <juri@jurta.org>
28131         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28132         Remove `-text' from face variable names.
28133         (compilation-error-file-name, compilation-warning-file-name)
28134         (compilation-info-file-name): Delete faces.
28135         (compilation-line-number, compilation-column-number):
28136         Remove face underlining.
28137         (compilation-message-face): Set to `underline' value by default.
28138         (compilation-error-face, compilation-warning-face)
28139         (compilation-info-face): Remove `-file-name' from face names.
28140         (compilation-error-text-face, compilation-warning-text-face)
28141         (compilation-info-text-face): Delete face variables.
28142         (compilation-text-face): Delete function.
28144         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
28145         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
28146         (grep-error-face): Set to `compilation-error' instead of
28147         `compilation-error-face' (which is redefined to `grep-hit-face' in
28148         grep buffers).
28149         (grep-mode-font-lock-keywords): Remove `-text' from face variable
28150         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
28152         * dired-aux.el (dired-do-query-replace-regexp):
28153         Use `query-replace-read-args'.
28155         * replace.el (query-replace-read-from, query-replace-read-to)
28156         (query-replace-read-args): Rename arg `string' to `prompt'.
28158         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
28160 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
28162         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
28163         uploading files.
28164         (ange-ftp-canonize-filename): Handle file names beginning with ~
28165         correctly.
28167 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28169         * textmodes/fill.el (canonically-space-region)
28170         (fill-context-prefix, fill-french-nobreak-p)
28171         (fill-delete-newlines, fill-comment-paragraph)
28172         (justify-current-line): "?\ " -> "?\s".
28174 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
28176         * textmodes/fill.el (fill-nonuniform-paragraphs):
28177         Improve argument/docstring consistency.
28179 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28181         * textmodes/ispell.el (ispell-word): More fboundp checks.
28183         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
28184         (find-file-noselect-1): Call it here, only if RAWFILE.
28185         (normal-mode): Always set some major mode.
28186         (save-some-buffers-action-alist): Change some explanation strings.
28187         (file-name-non-special): In the `quote' method, use unwind-protect.
28189 2005-08-09  Magnus Henoch  <mange@freemail.hu>
28191         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
28192         (ispell-have-aspell-dictionaries): New variable.
28193         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
28194         (ispell-get-aspell-config-value): New function.
28195         (ispell-aspell-find-dictionary): New function.
28196         (ispell-aspell-add-aliases): New function.
28197         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
28198         appropriate.  Don't look for ispell dictionaries if we use aspell.
28199         (ispell-menu-map): Don't build a submenu of dictionaries.
28201 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28203         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
28204         (sql-read-passwd): Use read-passwd.
28206         * progmodes/idlw-toolbar.el (idlwave-toolbar)
28207         (idlwave-toolbar-is-possible): Add defvars.
28209         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
28210         Avoid warnings.
28212         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
28213         (idlwave-system-class-info, idlwave-executive-commands-alist):
28214         Use defvar.
28216         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
28218         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
28219         Avoid warnings.
28221         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
28222         and content-type: headers.
28224         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
28226         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
28227         and rename some of them to be more self-explanatory.
28229         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
28231         * startup.el (command-line-1): Implement -scriptload.
28233         * replace.el (occur-engine): Initial *Occur* output not undoable.
28235         * menu-bar.el (menu-bar-file-menu): Rename some menu items
28236         and improve help strings.
28238         * isearch.el (isearch-repeat): When changing direction,
28239         mark search successful.
28241         * ediff-init.el: Use (featurep 'xemacs).
28243         * comint.el (send-invisible): Identify buffer, if not selected.
28245         * align.el: Delete autoload for c-guess-basic-syntax.
28247 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28249         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
28250         Improve argument/docstring consistency.  Doc fixes.
28251         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
28252         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
28253         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
28254         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
28255         (r2bv-organization, r2bv-pages, r2bv-primary-author)
28256         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
28257         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
28258         Defvar at compile time.
28260 2005-08-09  Juri Linkov  <juri@jurta.org>
28262         * info.el: Replace `info' with upper-case `Info' where appropriate.
28263         (info-title-1, info-title-2, info-title-3, info-title-4)
28264         (info-menu-header): Move up face definitions.
28265         (info-menu-star): Rename from `info-menu-5'.
28266         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
28267         (Info-fontify-visited-nodes): Fix docstring.
28268         (Info-hide-note-references): Fix docstring.
28269         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
28270         menu items in the same way as on cross-references.
28271         (info-apropos): Fix sorting order and formatting to be like in the
28272         stand-alone Info browser.  Display error messages for 1 sec.
28273         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
28274         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
28275         from the menu bar.
28276         (Info-insert-dir): Restore point after calling
28277         `insert-buffer-substring'.
28279 2005-08-08  Richard M. Stallman  <rms@gnu.org>
28281         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
28282         (recompute-lucid-menubar): Add defvars.
28284         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
28286         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
28288         * net/net-utils.el (run-dig): Rename from `dig'.
28290         * play/gametree.el (gametree-mode): Use make-local-variable,
28291         not make-variable-buffer-local.
28293         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
28295         * ansi-color.el (ansi-color-make-extent)
28296         (ansi-color-set-extent-face): Use fboundp, not functionp.
28298         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
28299         not make-variable-buffer-local.
28301         * bookmark.el (Info-current-file): Add defvar.
28302         (bookmark-jump-noselect): Use with-no-warnings.
28304         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
28306         * ebuff-menu.el (Helper-return-blurb): Add defvar.
28308         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
28310         * find-file.el (ada-procedure-start-regexp)
28311         (ada-package-start-regexp): Add defvars.
28313         * info.el (Info-insert-dir): Use insert-buffer-substring.
28315         * xml.el (xml-att-def-re): Add defvar.
28317         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
28318         calling convention.
28320         * subr.el (while-no-input): Return t if there is input.
28322 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
28324         * cus-start.el (all): Add `overflow-newline-into-fringe'.
28326 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
28328         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
28329         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
28331 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
28333         * cmuscheme.el (scheme-start-file): Replace reference to
28334         `user-emacs-directory' by "~/.emacs.d/".
28336 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
28338         * info.el (Info-dir-remove-duplicates): Avoid case folding
28339         in loop; instead, keep downcased strings for comparison.
28340         Suggested by Helmut Eller.
28342 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
28344         Sync with Tramp 2.0.50.
28346         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
28347         XEmacs case; not necessary anymore.
28348         (tramp-user-regexp): Allow "@" as part of user name.
28349         (tramp-handle-set-visited-file-modtime)
28350         (tramp-handle-insert-file-contents)
28351         (tramp-handle-write-region): No special handling for
28352         `last-coding-system-used, because this is done in
28353         `tramp-accept-process-output' now.
28354         (tramp-accept-process-output): New defun.
28355         (tramp-process-one-action, tramp-process-one-multi-action)
28356         (tramp-wait-for-regexp, tramp-wait-for-output)
28357         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
28358         Howells <dhowells@redhat.com>.
28359         (clear-visited-file-modtime): Defadvice removed.  The check for
28360         unset buffer's modtime does not need to be based on
28361         `tramp-buffer-file-attributes'.  Suggested by RMS.
28362         (tramp-message): Insert "\n" if not being at beginning of line.
28363         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
28364         sequence with same logic.
28365         (tramp-completion-handle-expand-file-name): Discard call of
28366         `tramp-drop-volume-letter'.  It is not necessary, and there have
28367         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
28368         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28369         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
28370         should always be visible.
28371         (tramp-handle-insert-directory, tramp-setup-complete)
28372         (tramp-set-process-query-on-exit-flag)
28373         (tramp-append-tramp-buffers): Pacify byte-compiler.
28374         (tramp-bug): Delete non-existing variables from list.
28375         Apply `tramp-load-report-modules' as pre-hook.
28376         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
28377         `shell-prompt-pattern' because of non-7bit characters.
28378         Reported by Sebastian Luque <sluque@mun.ca>.
28379         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
28380         (tramp-match-string-list): Remove function.
28381         (tramp-wait-for-regexp): Remove call of that function.
28382         Suggested by Kim F. Storm <storm@cua.dk>.
28383         (tramp-set-auto-save-file-modes): Use octal integer code #o600
28384         instead of octal character code ?\600.  The latter resulted in a
28385         syntax error with XEmacs.
28387         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
28388         XEmacs case; not necessary anymore.
28389         (tramp-smb-handle-write-region): No special handling for
28390         `last-coding-system-used, because this is done in
28391         `tramp-accept-process-output' now.
28392         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
28394 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
28396         * wid-edit.el (widget-choice-value-create):
28397         Unconditionally respect user choice.  Set :explicit-choice back to nil
28398         when no longer needed.
28399         (widget-choice-action): Unconditionally respect user choice.
28400         Eliminate :explicit-choice-value.
28402         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
28404         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
28405         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
28406         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
28407         running new function `toggle-indicate-empty-lines'.
28408         Rename "Customize" item to "Customize fringe".
28409         Rename "Indicators" item to "Buffer boundaries" and change help echo.
28410         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
28411         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
28412         Delete "Empty lines only" item.
28413         (menu-bar-showhide-fringe-ind-customize): New function.
28414         (menu-bar-showhide-fringe-ind-mixed)
28415         (menu-bar-showhide-fringe-ind-box)
28416         (menu-bar-showhide-fringe-ind-right)
28417         (menu-bar-showhide-fringe-ind-left)
28418         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
28419         instead of `fringe-indicators'.
28421 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28423         * emulation/viper.el (viper-emacs-state-mode-list):
28424         Add recentf-dialog-mode.  Change the date of last update.
28426 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28428         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
28429         (viper-exec-yank, viper-put-back): Don't display modification msg
28430         if in the minibuffer.
28432         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
28433         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
28434         Make variables frame local.
28436         * emulation/viper-util.el (viper-append-filter-alist):
28437         Use append instead of nconc.
28439         * emulation/viper.el (viper-vi-state-mode-list)
28440         (viper-emacs-state-mode-list): Move help-mode and
28441         completion-list-mode from the first list to the second.
28442         (viper-mode): Docstring.
28443         (viper-go-away, viper-non-hook-settings): Don't localize
28444         minor-mode-alist in newer Emacsen.  Add advice to
28445         set-cursor-color.  Don't bind "\C-c\\".
28447 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
28449         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
28450         (scheme-macro-expand-command): New user options.
28451         (scheme-trace-procedure, scheme-expand-current-form): New commands.
28452         (scheme-form-at-point, scheme-start-file)
28453         (scheme-interactively-start-process): New functions.
28454         (scheme-get-process): New function, extracted from `scheme-proc'.
28455         (run-scheme): Call `scheme-start-file' to get start file, and pass
28456         it to `make-comint'.
28457         (switch-to-scheme, scheme-proc):
28458         Call `scheme-interactively-start-process' if no Scheme buffer/process
28459         is available.
28461 2005-08-06  Juri Linkov  <juri@jurta.org>
28463         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28464         Use `compilation-text-face', `compilation-info-text-face' and
28465         `compilation-error-text-face' instead of `font-lock-keyword-face'.
28466         (compilation-error): New face.
28467         (compilation-error-file-name): Inherit from
28468         `compilation-error' instead of `font-lock-warning-face'.
28469         (compilation-warning-file-name): Inherit from
28470         `compilation-warning' instead of `font-lock-warning-face'.
28471         (compilation-info, compilation-error-file-name)
28472         (compilation-warning-file-name, compilation-info-file-name)
28473         (compilation-line-number, compilation-column-number): Doc fix.
28474         (compilation-error-text-face, compilation-warning-text-face)
28475         (compilation-info-text-face): New face variables.
28476         (compilation-line-face, compilation-column-face)
28477         (compilation-enter-directory-face)
28478         (compilation-leave-directory-face): Doc fix.
28479         (compilation-text-face): New function.
28481         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
28482         instead of 1 to display binary file names as info file links.
28483         (grep-error-face): Use `compilation-error-face' instead of
28484         `font-lock-keyword-face'.
28485         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
28486         and `compilation-warning-text-face' instead of
28487         `font-lock-keyword-face'.  Use `compilation-error-text-face'
28488         instead of `grep-error-face'.
28490 2005-08-05  Kenichi Handa  <handa@m17n.org>
28492         * international/code-pages.el: Add autoload cookies for all coding
28493         systems.
28495 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
28497         * cus-start.el (all): Put undo.c where it alphabetically belongs.
28499 2005-08-04  Juri Linkov  <juri@jurta.org>
28501         * progmodes/compile.el (compilation-mode-map):
28502         * progmodes/grep.el (grep-mode-map):
28503         Bind TAB to `compilation-next-error' and [backtab] to
28504         `compilation-previous-error'.
28506         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
28507         matching line numbers, column numbers and their ranges with regexp
28508         matching only line numbers.
28509         (grep-context-face): New face variable.
28510         (grep-mode-font-lock-keywords): Use it.
28512         * faces.el (read-face-name): Delete duplicate faces.
28514 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
28516         * thumbs.el (thumbs-find-image): Don't make variables
28517         automatically buffer local.
28518         (thumbs-current-tmp-filename, thumbs-current-image-filename)
28519         (thumbs-image-num): Make automatically buffer local.
28520         (thumbs-show-thumbs-list): Use `make-local-variable', not
28521         `make-variable-buffer-local'.
28522         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
28524         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
28525         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
28526         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
28527         (bother, bye, canyou, chatlst, continue, deathlst, describe)
28528         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
28529         (feelings-about, foullst, found, hello, history, howareyoulst)
28530         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
28531         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
28532         (neglst, obj, object, owner, please, problems, qlist)
28533         (random-adjective, relation, remlst, repetitive-shortness)
28534         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
28535         (shortlst, something, sportslst, stallmanlst, states, subj)
28536         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
28537         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
28538         Defvar at compile time.
28540         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
28541         not `make-variable-buffer-local'.
28543 2005-08-02  Kim F. Storm  <storm@cua.dk>
28545         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
28546         rectangle overlay in selected window.
28548 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
28550         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
28551         instead of display group.  Make `indicate-buffer-boundaries'
28552         customizable through Custom.
28554 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
28556         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
28557         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
28558         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
28559         (gdb-put-string): Fix typos in docstrings.
28561 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
28563         Update copyright notices of files in progmodes directory for
28564         release of Emacs 22.1.
28566         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
28568         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
28569         Don't barf if the GUD buffer has been killed.
28571 2005-08-01  Kim F. Storm  <storm@cua.dk>
28573         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
28575 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28577         * simple.el (next-error-follow-minor-mode):
28578         make-variable-buffer-local -> make-local-variable.
28580         * emacs-lisp/cl-extra.el: Require CL also when compiling.
28582         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
28583         (byte-compile-form-make-variable-buffer-local): New functions to warn
28584         about misuses of make-variable-buffer-local where make-local-variable
28585         was meant.
28587 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
28589         * bs.el (bs-attributes-list): Doc fix.
28590         (bs): Update url-link.
28592         * desktop.el (desktop-save-buffer): Fix typos in docstring.
28593         (desktop-load-default): Simplify.
28595         * ibuffer.el (ibuffer-columnize-and-insert-list)
28596         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
28597         (ibuffer-unmark-all, ibuffer-toggle-marks)
28598         (ibuffer-unmark-forward, ibuffer-unmark-backward)
28599         (ibuffer-compile-make-format-form, ibuffer-format-column)
28600         (ibuffer-current-buffers-with-marks)
28601         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
28602         (ibuffer): Doc fix.
28603         (ibuffer-mode): Fix typo in docstring.
28604         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
28605         with `define-obsolete-variable-alias'.
28606         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
28608 2005-07-29  Kenichi Handa  <handa@m17n.org>
28610         * international/mule-cmds.el (select-message-coding-system):
28611         Be sure to use LF for end-of-line.  If no coding system is decided,
28612         return iso-8859-1-unix.
28614 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28616         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
28617         (ange-ftp-pending-error-line): New vars.
28618         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
28619         to handle the non-fatal no-route-to-host messages.
28620         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
28622 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
28624         * isearch.el (isearch-mode-map, isearch-other-meta-char)
28625         (isearch-quote-char, isearch-printing-char)
28626         (isearch-text-char-description): "?\ " -> "?\s".
28627         (isearch-lazy-highlight-cleanup)
28628         (isearch-lazy-highlight-initial-delay)
28629         (isearch-lazy-highlight-interval)
28630         (isearch-lazy-highlight-max-at-a-time)
28631         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
28632         Declare with define-obsolete-*-alias macros.
28633         (isearch-forward): Fix typo in docstring.
28634         (search-invisible, search-ring-yank-pointer)
28635         (regexp-search-ring-yank-pointer): Doc fixes.
28637         * recentf.el (recentf-menu-append-commands-p): Declare with
28638         `define-obsolete-variable-alias'.
28639         (recentf-max-saved-items, recentf-menu-filter)
28640         (recentf-arrange-by-rule-subfilter): Doc fixes.
28641         (recentf-menu-append-commands-flag)
28642         (recentf-initialize-file-name-history, recentf-expand-file-name)
28643         (recentf-clear-data): Fix typos in docstrings.
28645 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
28647         * progmodes/gdb-ui.el: Smarten comments.
28648         (gdb-info-breakpoints-custom): Use nowarn when finding file.
28650 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
28652         * term/apollo.el (terminal-init-apollo): New function containing
28653         all former top level forms in the file.
28654         * term/bobcat.el (terminal-init-bobcat):
28655         * term/cygwin.el (terminal-init-cygwin):
28656         * term/iris-ansi.el (terminal-init-iris-ansi):
28657         * term/linux.el (terminal-init-linux):
28658         * term/news.el (terminal-init-news):
28659         * term/rxvt.el (terminal-init-rxvt):
28660         * term/sun.el (terminal-init-sun):
28661         * term/tvi970.el (terminal-init-tvi970):
28662         * term/vt100.el (terminal-init-vt100):
28663         * term/vt102.el (terminal-init-vt102):
28664         * term/vt125.el (terminal-init-vt125):
28665         * term/vt200.el (terminal-init-vt200):
28666         * term/vt201.el (terminal-init-vt201):
28667         * term/vt220.el (terminal-init-vt220):
28668         * term/vt240.el (terminal-init-vt240):
28669         * term/vt300.el (terminal-init-vt300):
28670         * term/vt320.el (terminal-init-vt320):
28671         * term/vt400.el (terminal-init-vt400):
28672         * term/vt420.el (terminal-init-vt420):
28673         * term/wyse50.el (terminal-init-wyse50):
28674         * term/xterm.el (terminal-init-xterm): Likewise.
28676         * term/README: Describe the terminal-init-* functionality.
28678         * startup.el (command-line): After loading the terminal initialization
28679         file call the corresponding terminal initialization function.
28681 2005-07-27  Kenichi Handa  <handa@m17n.org>
28683         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
28684         negative.
28686         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
28687         (ps-mule-composition-prologue): Fix for the case that
28688         RelativeCompose is false.
28690 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28692         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
28694         * descr-text.el (describe-char): Handle the case where the list of
28695         chars is displayed in a separate frame.
28696         Be a bit more discriminating when looking for the char.
28698 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
28700         * bookmark.el (bookmark-automatically-show-annotations)
28701         (bookmark-read-annotation-text-func): Doc fixes.
28702         (bookmark-save): Improve argument/docstring consistency.
28703         (bookmark-get-bookmark, bookmark-get-bookmark-record)
28704         (bookmark-alist-from-buffer)
28705         (bookmark-upgrade-file-format-from-0)
28706         (bookmark-grok-file-format-version)
28707         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
28708         (bookmark-read-annotation-mode)
28709         (bookmark-insert-current-bookmark, bookmark-jump)
28710         (bookmark-exit-hook): Fix typos in docstrings.
28711         (bookmark-exit-hooks): Define as obsolete alias.
28712         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
28713         not `bookmark-exit-hooks'.  Fix docstring.
28714         (bookmark-bmenu-select): "?\ " -> "?\s".
28716 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
28718         * startup.el (command-line): Fix typo.
28720 2005-07-24  Richard M. Stallman  <rms@gnu.org>
28722         * tooltip.el (tooltip-mode): Test emacs-basic-display,
28723         not emacs-quick-startup.
28725 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
28727         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
28728         (reb-next-match, reb-show-subexp): Use `with-selected-window'
28729         instead of `reb-with-current-window'.
28730         (reb-prev-match): Likewise.  Also, don't move left if the search
28731         was unsuccessful.
28732         (reb-initialize-buffer): New function.
28733         (re-builder, reb-change-syntax): Use it.
28735         * man.el (Man-goto-page): Make second argument NOERROR optional.
28737 2005-07-23  Richard M. Stallman  <rms@gnu.org>
28739         * man.el (Man-bgproc-sentinel): Check here for failure to find
28740         any man page in the output, and report the error here.
28741         (Man-arguments): Make it permanent local.
28742         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
28743         (Man-mode): Pass t for NOERROR.
28745         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
28746         (grep-mode-font-lock-keywords):
28747         Don't use compilation-...-face for messages that are not file names.
28749         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28750         Don't use compilation-...-face for messages that are not file names.
28752 2005-07-22  Juri Linkov  <juri@jurta.org>
28754         * startup.el (normal-splash-screen): Update menu name.
28756         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
28758 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
28760         * term/xterm.el: Load term/rxvt if the terminal is actually an
28761         rxvt terminal.
28762         (xterm-rxvt-set-background-mode): Remove, not used anymore.
28764         * term/rxvt.el (function-key-map): Use substitute-key-definition
28765         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
28767         * term/cygwin.el: New file.
28769 2005-07-22  Kim F. Storm  <storm@cua.dk>
28771         * image-file.el (insert-image-file, image-file-yank-handler):
28772         Fix last change to maintain a (unique) yank-handler on yanked images.
28774 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
28776         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
28777         of the file size (as in "177B" for 177 bytes).  This happens with
28778         "ls -lh" on FreeBSD.
28780 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
28782         * hilit-chg.el (highlight-changes-global-initial-state)
28783         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
28784         (hilit-chg-fixup, highlight-changes-mode):
28785         Fix typos in docstrings.
28786         (highlight-changes-global-modes, highlight-changes-rotate-faces):
28787         Doc fixes.
28789 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
28791         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
28792         mode function using `eval-after-load'.
28794 2005-07-21  Kim F. Storm  <storm@cua.dk>
28796         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
28797         included when reporting an Emacs crash, and tell about the DEBUG file.
28799         * image-file.el (insert-image-file): Add yank-handler.
28800         (image-file-yank-handler): Yank handler to make unique copies of
28801         images when they are yanked into a buffer next to each other.
28803 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
28805         * comint.el (comint-use-prompt-regexp, comint-send-input)
28806         (comint-source-default, comint-extract-string)
28807         (comint-get-source, comint-word, comint-completion)
28808         (comint-source, comint-prompt-read-only, comint-update-fence):
28809         Fix typos in docstrings.
28810         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
28811         Declare with define-obsolete-*-alias macros.
28812         (comint-previous-matching-input-from-input)
28813         (comint-next-matching-input-from-input)
28814         (comint-previous-matching-input, comint-next-matching-input)
28815         (comint-forward-matching-input):
28816         Improve argument/docstring consistency.
28818         * desktop.el (desktop-clear-preserve-buffers-regexp):
28819         Also preserve the *server* buffer.
28821         * simple.el (clone-indirect-buffer): Doc fix.
28822         (fixup-whitespace, just-one-space)
28823         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
28824         (next-error, next-error-highlight)
28825         (next-error-highlight-no-select, next-error-last-buffer)
28826         (next-error-buffer-p, next-error-find-buffer, next-error)
28827         (previous-error, next-error-no-select, previous-error-no-select)
28828         (open-line, split-line, minibuffer-prompt-width, kill-new)
28829         (binary-overwrite-mode): Fix typos in docstrings.
28830         (set-fill-column): Fix typo in message.
28832         * skeleton.el (skeleton-proxy-new): Doc fix.
28834         * strokes.el (strokes-load-hook): Doc fix.
28835         (strokes-grid-resolution, strokes-get-grid-position)
28836         (strokes-renormalize-to-grid, strokes-read-stroke)
28837         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
28838         (strokes-global-map): Fix typos in docstrings.
28839         (strokes-help): Doc fix.  Fix help message and pass it through
28840         `substitute-command-keys'.
28842         * tempo.el (tempo-insert-prompt, tempo-interactive)
28843         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
28844         (tempo-insert-string-functions, tempo-local-tags)
28845         (tempo-define-template, tempo-insert-template)
28846         (tempo-insert-prompt-compat, tempo-is-user-element)
28847         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
28848         Fix typos in docstrings.
28850         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
28851         (vcursor-key-bindings, vcursor-use-vcursor-map)
28852         (vcursor-find-window, vcursor-scroll-down)
28853         (vcursor-disable, vcursor-beginning-of-buffer)
28854         (vcursor-end-of-buffer): Fix typos in docstrings.
28855         (vcursor-relative-move, vcursor-get-char-count):
28856         Improve argument/docstring consistency.
28858         * version.el: "?\ " -> "?\s".
28860         * wid-edit.el (widget-default-create, widget-after-change)
28861         (widget-default-format-handler, widget-checklist-add-item)
28862         (widget-radio-add-item, widget-choose, widget-specify-secret)
28863         (widget-field-value-create, widget-field-value-get)
28864         (widget-editable-list-format-handler)
28865         (widget-editable-list-entry-create, widget-group-value-create)
28866         (widget-documentation-link-add)
28867         (widget-documentation-string-value-create): "?\ " -> "?\s".
28868         (widget-convert-text): Doc fix.
28869         (widget-narrow-to-field, widget-field-find)
28870         (widget-url-link-action, widget-emacs-library-link-action)
28871         (widget-color-notify): Fix typos in docstrings.
28873         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
28874         (x-select-text, set-w32-system-coding-system)
28875         (w32-add-charset-info): Fix typos in docstrings.
28877         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
28878         (cua-enable-cua-keys, cua-use-hyper-key)
28879         (cua-virtual-rectangle-edges): Fix typos in docstrings.
28880         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
28882         * net/tramp.el (tramp-handle-load): Fix typo in error message.
28884         * emacs-lisp/re-builder.el (regexp-builder): Declare with
28885         `defalias' instead of faking it.
28887         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
28888         (eshell-ls-missing, eshell-ls-dired-initial-args)
28889         (eshell-ls-use-in-dired): Fix typos in docstrings.
28891 2005-07-20  Kim F. Storm  <storm@cua.dk>
28893         * emulation/cua-base.el (cua-mode): Improve doc string.
28895 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
28897         * abbrev.el (expand-region-abbrevs): Doc fix.
28898         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
28899         Improve argument/docstring consistency.
28901         * arc-mode.el (archive-get-descr, archive-alternate-display):
28902         Doc fixes.
28903         (archive-l-e): Improve argument/docstring consistency.
28904         (archive-tmpdir, archive-unixdate, archive-unixtime)
28905         (archive-chmod-entry): Fix typos in docstrings.
28906         (archive-unflag, archive-unflag-backwards)
28907         (archive-unmark-all-files): "?\ " -> "?\s".
28909         * buff-menu.el (Buffer-menu-unmark): Doc fix.
28910         (Buffer-menu-not-modified, Buffer-menu-execute)
28911         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
28912         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
28914         * composite.el (compose-string, encode-composition-rule)
28915         (compose-last-chars): Fix typos in docstrings.
28917         * desktop.el (desktop-enable, desktop-basefilename):
28918         Declare with `define-obsolete-variable-alias'.
28919         (desktop-internal-v2s): Don't quote keywords.
28920         (desktop-clear): "?\ " -> "?\s".
28922         * dired.el (dired-align-file, dired-flag-backup-files)
28923         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
28924         (dired-listing-switches, dired-ls-F-marks-symlinks)
28925         (dired-dwim-target, dired-load-hook, dired-mode-hook)
28926         (dired-directory, dired-faces, dired, dired-revert)
28927         (dired-mode, dired-summary, dired-view-file)
28928         (dired-copy-filename-as-kill, dired-delete-file)
28929         (dired-no-confirm, dired-unmark-all-marks)
28930         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
28931         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
28932         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
28933         Fix typos in message strings.
28935         * dired-x.el (virtual-dired): Declare with `defalias'.
28936         (dired-mark-unmarked-files, dired-local-variables-file)
28937         (dired-omit-here-always): Doc fix.
28938         (dired-omit-mode, dired-find-subdir)
28939         (dired-enable-local-variables, dired-clean-up-buffers-too)
28940         (dired-extra-startup, dired-mark-extension, dired-jump)
28941         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
28942         (dired-smart-shell-command, dired-guess-shell-alist-user)
28943         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
28944         (dired-x-bind-find-file, dired-x-submit-report):
28945         Fix typos in docstrings.
28946         (dired-mark-unmarked-files): "?\ " -> "?\s".
28948         * dirtrack.el (dirtrack-list): Fix typos in docstring.
28950         * faces.el (describe-face): "?\ " -> "?\s".
28951         (read-all-face-attributes, read-face-font, modify-face)
28952         (face-attr-construct, italic): Fix typos in docstrings.
28953         (frame-update-face-colors): Declare with
28954         `define-obsolete-function-alias'.
28956         * files.el (find-file-noselect, recode-file-name): Doc fixes.
28957         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
28958         (magic-mode-alist, buffer-file-numbers-unique)
28959         (write-file-functions, get-free-disk-space):
28960         Fix typos in docstrings.
28961         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
28962         (write-contents-hooks, write-file-hooks):
28963         Declare with `define-obsolete-variable-alias'.
28965         * forms-d2.el (arch-rj): Fix typo in docstrings.
28966         (arch-tocol): Likewise.  "?\ " -> "?\s".
28968         * frame.el (set-frame-font, cursor-in-non-selected-windows):
28969         Fix typo in docstring.
28970         (set-screen-width, set-screen-height): Delete redundant info in
28971         doctrings.
28972         (new-frame, screen-height, screen-width): Declare with
28973         `define-obsolete-function-alias'.
28974         (delete-frame-hook, blink-cursor): Declare with
28975         `define-obsolete-variable-alias'.
28977         * paths.el (prune-directory-list): Fix typos in docstring.
28979         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
28980         (cvs-prefix-get): Fix typos in docstrings.
28982         * ps-print.el (ps-extend-face-list, ps-extend-face)
28983         (ps-print-background-image): Fix typos in docstrings.
28984         (ps-default-fg, ps-default-bg): Doc fixes.
28986         * s-region.el (s-region-bind): Doc fix.
28987         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
28989         * textmodes/org.el (org-table-formula-substitute-names)
28990         (org-table-get-vertical-vector): Doc fixes.
28991         (org-table-recalculate): Remove unused argument to `message'.
28993 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
28995         * textmodes/org.el (org-table-column-names)
28996         (org-table-column-name-regexp)
28997         (org-table-named-field-locations): New variables.
28998         (org-archive-subtree): Protect `this-command' when calling
28999         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
29000         the kill buffer.
29001         (org-complete): Remove fixed-formula completion.
29002         (org-edit-formulas-map): New variable.
29003         (org-table-edit-formulas): New command.
29004         (org-finish-edit-formulas, org-abort-edit-formulas)
29005         (org-show-variable, org-table-get-vertical-vector): New functions.
29006         (org-table-maybe-eval-formula): Handle `:=' fields.
29007         (org-table-get-stored-formulas, org-table-store-formulas)
29008         (org-table-get-formula, org-table-modify-formulas)
29009         (org-table-replace-in-formulas): Handle named field formulas.
29010         (org-table-get-specials): Store locations of named fields.
29012 2005-07-19  Juri Linkov  <juri@jurta.org>
29014         * progmodes/grep.el (grep-regexp-alist)
29015         (grep-mode-font-lock-keywords, grep-process-setup):
29016         Use default GNU grep match color "01;31m" instead of "01;41m".
29017         (grep-regexp-alist, grep-mode-font-lock-keywords):
29018         Use `\\[[0-9]*m' instead of `\\[00m'.
29019         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
29020         sgr_start where its handling is more important.  Use the real
29021         length of sgr_start instead of constant 8.
29022         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
29023         specially.  Delete all remaining escape sequences.
29024         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
29025         (grep-regexp-alist): Make hyperlink only for binary file name
29026         instead of the whole line.
29027         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
29028         (grep-mode): Add autoload.
29030         * emacs-lisp/find-func.el (find-function-regexp):
29031         Add `define-compilation-mode'.
29033 2005-07-19  Juri Linkov  <juri@jurta.org>
29035         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
29036         (compare-windows-sync-string-size, compare-windows-recenter)
29037         (compare-windows-highlight, compare-windows): Add version 22.1.
29038         (compare-windows) <defface>: Inherit from lazy-highlight instead
29039         of duplicating its default value.
29041         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
29042         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
29044         * descr-text.el (describe-char): Create link buttons for `charset'
29045         and `code point'.  Add the current input method name with a link
29046         button to `to input' field.  Print face names of display table
29047         characters in `The display table entry is displayed by' section
29048         instead of printing face-id in the `display' field.
29049         Guess hardcoded faces and create a link button for them.
29050         Skip empty fields when calculating max-width.
29051         Treat `widget-create' specially while inserting strings from the
29052         collected field list.
29053         (describe-char-after): Made obsolete in version 22.1, not 21.5.
29055         * diff-mode.el (diff-file-header): Change foreground color from
29056         yellow to green on light backgrounds.
29057         (diff-context): Inherit from `shadow' only for color/grayscale
29058         with more than 88 colors.
29059         (diff-indicator-removed, diff-indicator-added)
29060         (diff-indicator-changed): New faces.
29061         (diff-font-lock-keywords): Use new faces.  Regroup rules.
29062         Add "^---$" for `normal' diff format.  Fontify `#' lines with
29063         font-lock-comment-delimiter-face and font-lock-comment-face.
29064         Add `#' to ^[^...] in the rule for `diff-context-face'.
29066         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
29067         a button-like box.  Inherit from `highlight' on low colors.
29068         (shadow): Use shades of gray only for color/grayscale with
29069         more than 88 colors.  Use green for light backgrounds with
29070         8 colors, and yellow for dark backgrounds with 8 colors.
29072         * font-lock.el (font-lock-regexp-grouping-backslash):
29073         Don't inherit from escape-glyph (use bold for all cases).
29075         * info.el (info-xref-visited): Use light foreground color `violet'
29076         for dark backgrounds instead of dark color `magenta3'.
29077         (info-title-1): Use `yellow' color for dark backgrounds.
29079         * isearch.el (isearch): Use not-too-dark magenta3 instead of
29080         too-light magenta2.
29082         * replace.el (match): Use slightly more light RoyalBlue3 instead
29083         of dark RoyalBlue4.
29085         * wid-edit.el (widget-inactive): Inherit from `shadow'.
29087 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
29089         * novice.el (disabled-command-hook): Declare it with
29090         `define-obsolete-variable-alias'.
29092         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
29093         (desktop-buffer-misc-functions, desktop-buffer-handlers)
29094         (desktop-load-default): Add release to obsolescence info.
29095         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
29096         (desktop-append-buffer-args, desktop-read):
29097         Fix typos in docstrings.
29098         (desktop-kill): Fix typo in message.
29099         (desktop-save): Doc fix.
29101 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29103         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
29104         (viper-envelop-ESC-key): Change the definition of fast
29105         keysequence so it'll work with keyboard macros.
29107         * ediff.el (ediff-patch-buffer): Change the docstring.
29109 2005-07-19  Kenichi Handa  <handa@m17n.org>
29111         * international/mule-cmds.el (select-safe-coding-system): Try to
29112         use an auto-coding (if any) before anything else.  If the found
29113         auto-coding is invalid, show a warning message.
29115         * international/mule.el (find-auto-coding): New function created
29116         by modifying the body of set-auto-coding.
29117         (set-auto-coding): Use find-auto-coding to find a coding.
29119 2005-07-18  Richard M. Stallman  <rms@gnu.org>
29121         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
29122         not isearch-mode-end-hook-error.
29123         (allout-before-change-protect): Fix error message.
29125 2005-07-18  Juri Linkov  <juri@jurta.org>
29127         * allout.el (allout-mode):
29128         * calculator.el (calculator-copy):
29129         * custom.el (custom-known-themes):
29130         * dired.el (dired-desktop-buffer-misc-data)
29131         (dired-restore-desktop-buffer):
29132         * dired-x.el (dired-omit-marker-char):
29133         * files.el (basic-save-buffer):
29134         * font-core.el (font-lock-mode):
29135         * calendar/calendar.el (calendar-goto-hebrew-date)
29136         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
29137         (calendar-goto-persian-date):
29138         * language/ethio-util.el (ethio-sera-to-fidel-region):
29139         * textmodes/picture.el (picture-mode):
29140         Delete duplicate duplicate words.
29142 2005-07-18  Juri Linkov  <juri@jurta.org>
29144         * isearch.el (isearch-mode-map): Remove key bindings for regexp
29145         chars * ? } |.
29146         (isearch-fallback): Don't call `isearch-process-search-char'.
29147         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
29148         (isearch-process-search-char): Call `isearch-fallback' for regexp
29149         chars * ? } |.
29150         (isearch-return-char): Make obsolete with `make-obsolete' instead
29151         of simply documenting it as obsolete in the docstring.
29152         (isearch-fallback): Refill docstring.
29154         * international/isearch-x.el
29155         (isearch-process-search-multibyte-characters): Remove unneeded
29156         `concat'.  Add intermediate values to `junk-hist' instead of
29157         `minibuffer-history'.  Test the length of `str'.
29159 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
29161         * allout.el (allout-resolve-xref): Fix typos in error strings.
29162         (allout-before-change-protect): Remove unneeded `concat'.
29164         * array.el (array-mode, array-reconfigure-rows)
29165         (untabify-backward): Fix typos in docstrings.
29166         (array-reconfigure-rows): Use `insert-buffer-substring', not
29167         `insert-buffer'.
29169         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
29170         * progmodes/ada-mode.el (ada-make-body):
29171         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
29173         * dired.el (dired-log):
29174         * tar-mode.el (tar-subfile-save-buffer):
29175         * play/zone.el (zone-pgm-stress-destress):
29176         Use `insert-buffer-substring', not `insert-buffer'.
29178 2005-07-17  Simon Josefsson  <jas@extundo.com>
29180         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
29182 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
29184         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
29185         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
29187 2005-07-17  Kim F. Storm  <storm@cua.dk>
29189         * ido.el (dired-other-window): Add ido property.
29191 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
29193         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29194         Fix typo in docstring.
29195         (byte-compile-interactive-only-functions): Add `insert-buffer' and
29196         `insert-file-literally'.
29198         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
29199         info and delete redundant message.  Doc fix.
29200         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
29201         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
29203 2005-07-16  Richard M. Stallman  <rms@gnu.org>
29205         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
29206         (byte-compile-and): Use byte-compile-and-recursion.
29207         (byte-compile-or-recursion): New function.
29208         (byte-compile-or): Use that.
29209         (byte-compile-if): Guard the else-clause too.
29210         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
29212         * isearch.el (isearch-mode-end-hook-quit): New variable.
29213         (isearch-done): Bind it.
29214         (isearch-mode-end-hook): Doc fix.
29216         * allout.el (allout-isearch-did-quit): Variable deleted.
29217         (allout-real-isearch-abort): Function name no longer used.
29218         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
29219         (allout-isearch-rectification): isearch-mode always exists.
29220         Don't set allout-isearch-did-quit.
29221         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
29222         allout-isearch-did-quit.
29223         (allout-enwrap-isearch): Just add the hook.
29224         (allout-isearch-abort): Function deleted.
29225         (allout-pre-command-business): Avoid warning.
29227         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
29228         Correctly avoid warnings.
29229         (pascal-outline): Likewise.
29231         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
29233         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
29235         * play/tetris.el (tetris-mode): Avoid warning.
29237         * play/snake.el (snake-mode): Avoid warning.
29239         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
29240         (gamegrid-set-display-table): Avoid warning.
29241         (gamegrid-set-timer): Likewise.
29242         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
29243         (gamegrid-add-score-with-update-game-score-1): Take FILE
29244         as argument.
29245         (gamegrid-add-score-with-update-game-score): Pass that argument.
29246         Rename have-shared-game-dir to gamegrid-shared-game-dir.
29248         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
29250         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
29251         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
29253         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
29254         and insert-file.
29256         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
29257         (sc-ask): Avoid warnings.
29259         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
29260         (eshell-hist-initialize): Use that var the natural way.
29262         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
29264         * emacs-lisp/re-builder.el (reb-cook-regexp):
29265         Avoid warning calling lre-compile-string.
29266         (reb-color-display-p): Avoid warning.
29268         * calculator.el (calculator-last-input): Guard uses
29269         of event-key and key-press-event-p.
29270         (event-key, key-press-event-p): Delete definitions.
29272         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
29273         (find-gc-source-directory, find-gc-subrs-callers)
29274         (find-gc-noreturn-list, find-gc-source-files)
29275         (find-gc-subrs-called): Vars renamed and defvar'd.
29277         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
29278         (checkdoc-overlay-put, checkdoc-delete-overlay)
29279         (checkdoc-overlay-start, checkdoc-overlay-end)
29280         (checkdoc-mode-line-update, checkdoc-char=):
29281         Define such that compiler knows they are defined.
29282         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
29283         (checkdoc-read-event): Delete.  Use read-event directly.
29285         * whitespace.el (whitespace-make-overlay)
29286         (whitespace-overlay-put, whitespace-delete-overlay)
29287         (whitespace-overlay-start, whitespace-overlay-end):
29288         Define such that compiler knows they are defined.
29289         (whitespace): Move conditional inside.
29291         * tempo.el (tempo-insert-template): Suppress warning.
29293         * ediff-diff.el (longlines-mode): Add defvar.
29295 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
29297         * server.el: Bind "C-x #" in a way that works even if C-x is
29298         redefined to a command key, not a prefix key.
29300 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29302         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
29303         cl-make-type-test till execution time.
29305 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
29307         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
29308         arg ARG and use it.
29310 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29312         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
29314 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
29316         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29317         a defcustom with two :set or :type keywords.
29319 2005-07-15  Richard M. Stallman  <rms@gnu.org>
29321         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
29322         Don't give ^M comment-end syntax.
29324 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
29326         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
29327         Don't consider gdbmi (gdb-mi.el has its own update functions).
29328         (gdb-var-delete): Make it work for gdbmi as well.
29329         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
29331         * progmodes/gud.el (etags, sdb): Only require etags when needed.
29332         (gud-speedbar-menu-items): Correct logic for enabling items.
29334 2005-07-15  Kim F. Storm  <storm@cua.dk>
29336         * ido.el: Fix commentary.
29337         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
29338         Use with-no-warnings around ffap-guesser.
29339         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
29340         Let bind minibuffer-completing-file-name to t.
29342 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
29344         * startup.el (site-run-file, keyboard-type): Doc fixes.
29345         (command-line): Check for "--basic-display" argument; also for
29346         "--quick", not "--bare-bones" (which was renamed).
29347         (fancy-splash-text): Add missing item "Getting New Versions".
29348         (normal-splash-screen): Fix typos and improve consistency with
29349         `fancy-splash-text'.  Update copyright year.
29351         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29352         valid binding for `help-char'.
29354         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
29356 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
29358         * term.el (term-mode): Disable cua-mode for term buffers.
29360 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
29362         * add-log.el (add-log-mailing-address, change-log-merge):
29363         Doc fixes.
29364         (change-log-get-method-definition): Fix typo in docstring.
29366 2005-07-14  Kim F. Storm  <storm@cua.dk>
29368         * emulation/cua-base.el:
29369         (cua--pre-command-handler-1, cua--pre-command-handler)
29370         (cua--post-command-handler-1, cua--post-command-handler):
29371         Split in two.  Check (buffer local) value of cua-mode.
29372         (cua-selection-mode): New command.
29374 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
29376         * custom.el (custom-initialize-safe-set)
29377         (custom-initialize-safe-default): Doc fixes.
29379         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29380         and simplify :init-value again.
29382         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29383         and simplify :init-value again.  Delete autoload.
29385         * startup.el (command-line): Use `custom-reevaluate-setting' again
29386         for tooltip-mode.
29388         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29389         a defcustom with two :initialize keywords.
29391 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
29393         * allout.el (my-mark-marker, allout-isearch-prior-pos)
29394         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
29395         (allout-post-command-business, allout-flag-region)
29396         (isearch-reenable-font-lock, allout-yank)
29397         (allout-insert-latex-header, allout-insert-latex-trailer)
29398         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
29399         (allout-latex-verb-quote): Fix typos in docstrings.
29400         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
29401         (allout-unprotected, allout-prefix-data):
29402         Improve argument/docstring consistency.
29403         (allout-chart-subtree): Fix argument spec.
29404         (allout-open-topic): Rename `use_sib_bullet' argument to
29405         `use-sib-bullet'.  Doc fix.
29407         * whitespace.el (whitespace-check-buffer-leading)
29408         (whitespace-check-buffer-trailing)
29409         (whitespace-check-buffer-indent)
29410         (whitespace-check-buffer-spacetab)
29411         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
29412         (whitespace-check-leading-whitespace)
29413         (whitespace-check-trailing-whitespace)
29414         (whitespace-check-spacetab-whitespace)
29415         (whitespace-check-indent-whitespace)
29416         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
29417         (whitespace-modes): Fix typos in docstrings.
29418         (defgroup, defcustom): Doc fixes.
29420         * winner.el (winner-mode, winner-boring-buffers)
29421         (winner-pending-undo-ring): Doc fixes.
29422         (winner-ring): Remove unneeded `progn'.
29423         (winner-equal): `defsubst' it.
29424         (winner-redo): Fix message.
29426 2005-07-13  Kim F. Storm  <storm@cua.dk>
29428         * simple.el (line-move-1): Always use vertical-motion to
29429         do the last (or only) line move to ensure some movement.
29430         Undo 2005-06-23 change--don't check for overlays.
29432 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29434         * term/mac-win.el (ccl-encode-mac-roman-font)
29435         (ccl-encode-mac-centraleurroman-font)
29436         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
29437         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
29438         Change charset-id boundary of dimension to ?\xef.
29439         (mac-char-fontspec-list): New constant.
29440         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
29441         argument.  Nil uses itself as family in font-spec.  Previous
29442         behavior for nil is now provided by non-nil non-string argument.
29443         All callers changed.  Add font-specs for Mac fonts to
29444         "fontset-default" unless iso8859-1 fonts are installed.
29446 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29448         * progmodes/sh-script.el (sh-get-indent-info): Only indent
29449         a continuation line if the \ is preceded by SPC or TAB.
29450         (sh-get-indent-info): Simplify.
29451         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
29452         Use with-current-buffer.
29454         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
29455         when the matched text is empty.
29457 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
29459         * startup.el (command-line): Revert to previous handling of
29460         tooltip-mode.  Explain in comment why the complexity is needed.
29462         * tooltip.el (tooltip-mode): Revert to previous implementation of
29463         its defcustom.
29465         * frame.el (blink-cursor-mode): Revert to previous implementation
29466         of its defcustom.  Update comment.
29468 2005-07-12  Lars Hansen  <larsh@soem.dk>
29470         * desktop.el: Update e-mail address.
29472 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29474         * term/mac-win.el (mac-services-mail-selection)
29475         (mac-services-mail-to): New functions.
29476         (mac-application-menu-map): Bind them.
29478 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
29480         * progmodes/gdb-ui.el: Add note about buffering with Windows.
29482 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
29484         * custom.el (custom-reevaluate-setting): Doc fix.
29486 2005-07-11  Jay Belanger  <belanger@truman.edu>
29488         * calc/calc.el (calc-embedded-announce-formula-alist)
29489         (calc-embedded-open-close-plain-alist)
29490         (calc-embedded-open-close-mode-alist): Add checks for additional
29491         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
29493 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
29495         * custom.el (custom-enable-theme): Don't add theme to
29496         `custom-enabled-themes' with `push' because there is no
29497         setf-method for `delq'.
29499 2005-07-11  Richard M. Stallman  <rms@gnu.org>
29501         * custom.el (custom-declare-variable): Doc fix.
29503         * dired-aux.el (dired-compare-directories): Remove "." and ".."
29504         from the alists.
29506         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
29507         Do nothing if edebug-active.
29509         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
29510         (edebug-display): Do it here instead.
29512 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29514         * cus-face.el (custom-theme-set-faces): Make it work.
29515         (custom-reset-faces): Doc fix.
29516         (custom-theme-reset-internal-face, custom-theme-face-value):
29517         Functions deleted.
29519         * custom.el (custom-push-theme): Maintain list of the settings
29520         of a given theme in its theme-settings property.
29521         Maintain position of old settings in the theme-value
29522         or theme-face property.
29523         (custom-enabled-themes): New variable.
29524         (custom-theme-enabled-p): New function.
29525         (provide-theme): Update custom-enabled-themes.
29526         Disable and reenable the `user' theme.
29527         (require-theme): Doc fix.
29528         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
29529         (custom-theme-value, custom-theme-variable-value): Likewise.
29530         (custom-theme-reset-internal): Likewise.
29531         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
29532         (custom-enable-theme, custom-disable-theme): New functions.
29533         (custom-variable-theme-value, custom-face-theme-value): Likewise.
29534         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
29535         (custom-theme-reset-variables): Simplify.
29536         (deftheme, custom-declare-theme, custom-make-theme-feature):
29537         Definitions moved.
29539 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
29541         * longlines.el (longlines-show-region)
29542         (longlines-unshow-hard-newlines): Recognize hard newlines by
29543         non-nil hard property, instead of t.
29545 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
29547         * emulation/viper-cmd.el (viper--key-maps): New variable.
29548         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
29549         emulation-mode-map-alists.
29550         (viper-envelop-ESC-key): Use viper-subseq.
29551         (viper-search-forward/backward/next): Disable debug-on-error.
29553         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29554         (viper-ESC-key): New defcustoms.
29556         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
29558         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
29559         (viper-subseq): Copy of subseq from cl.el.
29561         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
29562         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
29564         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
29566         * emulation/viper-init.el: Get rid of -face in face names.
29568         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
29569         Make it work with longlines mode.
29571         * ediff-mult.el (ediff-meta-mode-hook): New variable.
29573         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
29575         * ediff-init.el: Get rid of -face in face names.
29577 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29579         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
29580         and with-timeout-unsuspend.
29582         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
29583         and with-timeout-unsuspend.
29585         * emacs-lisp/timer.el (with-timeout-timers): New variable.
29586         (with-timeout): Bind that variable to record timers.
29587         (with-timeout-suspend, with-timeout-unsuspend): New functions.
29589         * emacs-lisp/debug.el (debug-help-follow): New function.
29590         (debugger-mode-map): Use that instead of help-follow.
29591         (debugger-setup-buffer): Use eval-buffer-list
29592         to handle eval-buffer frames.
29594 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
29596         * timezone.el (timezone-parse-date): Change first regexp
29597         so it will not mistakenly match dates with no time zone.
29599 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
29601         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
29603 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
29605         * custom.el (custom-initialize-safe-set)
29606         (custom-initialize-safe-default): New functions.
29608         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29609         and simplify :init-value.
29611         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29612         and simplify :init-value.  Delete obsolete comment.
29614         * startup.el (command-line): Use `custom-reevaluate-setting' to
29615         handle `tooltip-mode'.  Delete obsolete comment.
29617         * files.el (set-visited-file-name): Avoid calling
29618         `file-name-nondirectory' with a nil argument.
29620 2005-07-09  Richard M. Stallman  <rms@gnu.org>
29622         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
29623         was called with nil for the buffer, handle the read position right.
29624         Handle read position for eval-region, too.
29626 2005-07-09  Juri Linkov  <juri@jurta.org>
29628         * fringe.el (fringe-mode): Add period in docstring.
29629         (fringe-query-style): Build prompt depending on `all-frames' arg.
29631         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
29632         to not create links to unrelated functions in the Help buffer.
29634         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
29635         Doc fix.
29637         * simple.el (next-error-hook): New variable.
29638         (next-error): Use it.  Doc fix.
29640         * textmodes/ispell.el (ispell-command-loop): Add current
29641         dictionary name and program name to mode-line-format.
29642         (ispell-region, ispell-process-line): Add current dictionary name
29643         and program name to messages.
29645 2005-07-08  Jay Belanger  <belanger@truman.edu>
29647         * calc/calc.el (calc-embedded-announce-formula-alist)
29648         (calc-embedded-open-close-formula-alist)
29649         (calc-embedded-open-close-word-alist)
29650         (calc-embedded-open-close-plain-alist)
29651         (calc-embedded-open-close-new-formula-alist)
29652         (calc-embedded-open-close-mode-alist)
29653         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
29654         (calc-embedded-mode-hook): New variables.
29656         * calc/calc-embed.el (calc-embedded-firsttime)
29657         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
29658         New variables.
29659         (calc-do-embedded): Use calc-embedded-firsttime,
29660         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
29661         determine whether or not to run hooks.
29662         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
29663         calc-embedded-firsttime-formula appropriately.
29664         Set calc-embedded delimiter variables according to mode.
29666 2005-07-08  Richard M. Stallman  <rms@gnu.org>
29668         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
29669         Check for "emacs", etc., as entire symbol, not just as word.
29670         (checkdoc-file-comments-engine): Use regexp-quote on FN.
29672         * files.el (set-visited-file-name): Report the error
29673         for "empty filename" earlier.
29674         (kill-some-buffers): Ignore buffers already dead.
29676         * fringe.el (fringe-mode): Doc fix.
29678         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29679         Check for (featurep 'xemacs) and turn off warnings in what it guards.
29680         Use unwind-protect to ensure byte-compile-unresolved-functions
29681         is updated.
29683         * whitespace.el (whitespace-buffer-leading-cleanup):
29684         Simplify w/ skip-chars-forward.
29685         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
29687         * mail/rmail.el (rmail-only-expunge): Fix paren error.
29688         Unconditionally try to leave point at the same old place.
29690 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
29692         * comint.el (comint-postoutput-scroll-to-bottom)
29693         (comint-show-maximum-output): Take scroll-margin into consideration.
29695 2005-07-08  Kim F. Storm  <storm@cua.dk>
29697         * ido.el (ido-use-filename-at-point): New choice `guess'.
29698         (ido-file-internal): Try ffap-guesser if selected.
29700         * ido.el (ido-before-fallback-functions): New hook.
29701         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
29702         (ido-read-file-name): Run it.
29704 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
29706         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
29707         strings rather than a list of symbols to the completion function.
29709 2005-07-07  Jay Belanger  <belanger@truman.edu>
29711         * calc/calc-units.el (math-apply-units): Change the places in
29712         which units are simplified.
29714 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
29716         * cus-edit.el (customize-option, customize-option-other-window):
29717         Make them handle aliases.
29719         * custom.el (custom-variable-p): Make it recursively follow
29720         aliases.  Mention that in the docstring.
29722 2005-07-07  Richard M. Stallman  <rms@gnu.org>
29724         * cus-start.el (exec-path): Use `directory' instead of `file'.
29725         Fix tag for nil.
29727 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29729         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
29730         when called non-interactively.  Doc fix.
29732 2005-07-07  Lute Kamstra  <lute@gnu.org>
29734         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
29735         new address as well.
29737 2005-07-07  Kenichi Handa  <handa@m17n.org>
29739         * international/mule.el (make-coding-system):
29740         Describe `ascii-incompatible' property in the docstring.
29741         (set-file-name-coding-system): Signal an error if coding-system is
29742         ascii-incompatible.
29743         (set-keyboard-coding-system): Likewise.
29745         * international/mule-cmds.el (set-default-coding-systems):
29746         Don't set default-file-name-coding-system and
29747         default-keyboard-coding-system if coding-system is ASCII-incompatible.
29749         * international/utf-16.el: Declare that all UTF-16-based coding
29750         systems are ASCII-incompatible.
29752 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
29754         * progmodes/gud.el: Require font-lock for displaying errors.
29755         Used by gdb-ui.el.
29757 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29759         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
29760         values for the pattern lists which are `read'able but not
29761         `append'able (like symbols).
29763 2005-07-06  Richard M. Stallman  <rms@gnu.org>
29765         * progmodes/flymake.el (flymake-float-time): Instead of
29766         with-no-warnings, test for XEmacs.
29767         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
29768         to avoid warning.
29770 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
29772         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
29774 2005-07-05  Lute Kamstra  <lute@gnu.org>
29776         * battery.el: Add support for Darwin (with much debugging help
29777         from Samuel Lauber <sam124@operamail.com>).
29778         (battery-status-function, battery-echo-area-format)
29779         (battery-mode-line-format): Add support for pmset on Darwin.
29780         (battery-load-low, battery-load-critical): New user options.
29781         (battery-pmset): New function.
29783 2005-07-05  Lute Kamstra  <lute@gnu.org>
29785         Update FSF's address in GPL notices.
29787         * textmodes/page-ext.el: Update FSF's address.
29789 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
29791         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
29792         filling from using prefix when filling a single-line docstring.
29794         * progmodes/flymake.el: Remove useless eval-when-compile.
29796         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
29798 2005-07-04  Richard M. Stallman  <rms@gnu.org>
29800         * textmodes/org.el (org-file-apps-defaults-gnu):
29801         Rename from org-file-apps-defaults-linux.
29802         (org-default-apps): Don't test system-type for `linux'.
29803         (org-file-apps): Doc fix.
29805 2005-07-04  David Ponce  <david@dponce.com>
29807         * tree-widget.el: Improve header Commentary section.
29808         (tree-widget) [defgroup]
29809         (tree-widget-image-enable, tree-widget-themes-directory)
29810         (tree-widget-theme, tree-widget-image-properties-emacs)
29811         (tree-widget-image-properties-xemacs, tree-widget-create-image)
29812         (tree-widget-image-formats, tree-widget-control)
29813         (tree-widget-empty-control, tree-widget-leaf-control
29814         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
29815         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
29816         (tree-widget-keep, tree-widget-after-toggle-functions)
29817         (tree-widget-open-node, tree-widget-close-node): Doc fix.
29818         (tree-widget-open-control, tree-widget-close-control): Fix doc and
29819         :help-echo message.
29820         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
29821         (tree-widget-image-properties): Doc fix.  Clearer implementation.
29822         (tree-widget--cursors): New constant.
29823         (tree-widget-lookup-image): New function split from
29824         `tree-widget-find-image'.  Clearer implementation.
29825         (tree-widget-find-image): Use it.
29826         (tree-widget-button-keymap): Use `set-keymap-parent'.
29827         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
29828         Define the sub-widgets here.
29829         (tree-widget-node): Check that :node is not a tree-widget.
29830         (tree-widget-get-super, tree-widget-open-control)
29831         (tree-widget-close-control, tree-widget-empty-control)
29832         (tree-widget-leaf-control, tree-widget-guide)
29833         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
29834         (tree-widget-no-handle, tree-widget-value-delete)
29835         (tree-widget-map): Remove.
29836         (tree-widget-children-value-save): Doc fix.  Simplified.
29837         (tree-widget-value-create): Update according to previous changes.
29839 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
29841         * textmodes/org.el: Leading space replaced by TABS.
29842         (org-recalc-marks, org-table-rotate-recalc-marks)
29843         (org-table-get-specials): Treat "^" and "_" marks.
29844         (org-table-justify-field-maybe): Optional argument NEW.
29845         (org-table-eval-formula): Parsing of the format simplified.
29846         New modes C,I.  Honor the %= parameter in the current table.
29847         Avoid unnecessary re-align by using the NEW argument to
29848         `org-table-justify-field-maybe'.
29849         (org-calc-default-modes): Default for date-format mimicks org-mode.
29850         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
29852 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
29854         * cus-face.el (custom-theme-set-faces): Make it handle face
29855         aliases whose alias declarations are pre- or autoloaded.
29857 2005-07-04  Juri Linkov  <juri@jurta.org>
29859         * faces.el (read-face-name): Put the code for getting a face name
29860         from the buffer before adding the faces from the `face' property.
29861         Use `completing-read-multiple' instead of `completing-read'.
29862         Require `crm'.  Add default value and post-process the returned
29863         list of faces.
29865         * emacs-lisp/crm.el (crm-find-current-element)
29866         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
29868         * emacs-lisp/lisp-mode.el (eval-defun-1):
29869         * emacs-lisp/edebug.el (edebug-eval-defun):
29870         Remove unnecessary quotes.
29872 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
29874         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
29875         (prolog-indent-level): Fix typo in docstring.
29877         * info.el (Info-history, Info-history-forward)
29878         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
29880         * add-log.el (add-change-log-entry):
29881         * comint.el (comint-dynamic-list-input-ring)
29882         (comint-dynamic-list-completions):
29883         * dabbrev.el (dabbrev-expand):
29884         * delim-col.el (delimit-columns-rectangle-line):
29885         * diff-mode.el (diff-context->unified, diff-reverse-direction)
29886         (diff-unified->context):
29887         * ediff-init.el (ediff-abbrev-jobname):
29888         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
29889         (ediff-replace-session-activity-marker-in-meta-buffer):
29890         * info.el (Info-summary):
29891         * lpr.el (printify-region):
29892         * printing.el (pr-create-interface):
29893         * ps-print.el (ps-print-quote):
29894         * ses.el (ses-column-widths, ses-print-cell)
29895         (ses-adjust-print-width, ses-center):
29896         * shell.el (shell-file-name-quote-list):
29897         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
29898         (strokes-fill-current-buffer-with-whitespace)
29899         (strokes-xpm-for-stroke, strokes-list-strokes)
29900         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
29901         * term.el (term-dynamic-list-input-ring)
29902         (term-dynamic-list-completions):
29903         * calc/calc.el (math-format-stack-value):
29904         * emacs-lisp/edebug.el (edebug-display-freq-count):
29905         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
29906         (delphi-new-comment-line):
29907         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
29908         * progmodes/executable.el (executable-set-magic):
29909         * progmodes/python.el (inferior-python-mode):
29910         * progmodes/scheme.el (scheme-mode-syntax-table):
29911         * progmodes/sh-script.el (sh-maybe-here-document):
29912         * progmodes/sql.el (sql-copy-column):
29913         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
29914         * textmodes/bibtex.el (bibtex-mode):
29915         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
29916         (sgml-auto-attributes):
29917         * textmodes/table.el (table-insert, table-shorten-cell)
29918         (table--generate-source-scan-lines, table-delete-row)
29919         (*table--cell-delete-char, table--spacify-frame)
29920         (table--horizontally-shift-above-and-below)
29921         (table--cell-insert-char, table--cell-blank-str)
29922         (table--fill-region-strictly):
29923         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
29924         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
29926         * add-log.el (change-log):
29927         * apropos.el (apropos):
29928         * comint.el (comint-completion, comint-source):
29929         * dabbrev.el (dabbrev):
29930         * delim-col.el (columns):
29931         * diff-mode.el (diff-mode):
29932         * ediff.el (ediff):
29933         * ediff-diff.el (ediff-diff):
29934         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
29935         * ediff-mult.el (ediff-mult):
29936         * ediff-ptch.el (ediff-ptch):
29937         * ediff-wind.el (ediff-window):
29938         * facemenu.el (facemenu):
29939         * indent.el (indent):
29940         * info.el (info):
29941         * jka-cmpr-hook.el (compression, jka-compr):
29942         * lpr.el (lpr):
29943         * outline.el (outlines):
29944         * pcmpl-cvs.el (pcmpl-cvs):
29945         * pcmpl-rpm.el (pcmpl-rpm):
29946         * printing.el (printing):
29947         * ps-print.el (postscript, ps-print, ps-print-horizontal)
29948         (ps-print-vertical, ps-print-headers, ps-print-font)
29949         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
29950         (ps-print-background, ps-print-printer, ps-print-page)
29951         (ps-print-miscellany):
29952         * ses.el (ses):
29953         * shell.el (shell, shell-directories, shell-faces):
29954         * startup.el (initialization):
29955         * strokes.el (strokes):
29956         * term.el (term):
29957         * uniquify.el (uniquify):
29958         * w32-vars.el (w32):
29959         * calc/calc.el (calc):
29960         * emacs-lisp/bytecomp.el (bytecomp):
29961         * emacs-lisp/cl-indent.el (lisp-indent):
29962         * emacs-lisp/edebug.el (edebug):
29963         * emacs-lisp/elp.el (elp):
29964         * emacs-lisp/testcover.el (testcover):
29965         * emacs-lisp/trace.el (trace):
29966         * emulation/viper-ex.el (viper-ex):
29967         * emulation/viper-mous.el (viper-mouse):
29968         * mail/mailalias.el (mailalias):
29969         * mail/supercite.el (supercite, supercite-frames)
29970         (supercite-attr, supercite-cite, supercite-hooks):
29971         * net/rcompile.el (remote-compile):
29972         * net/rlogin.el (rlogin):
29973         * obsolete/ooutline.el (outlines):
29974         * progmodes/delphi.el (delphi):
29975         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
29976         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
29977         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
29978         (ebnf-optimization):
29979         * progmodes/etags.el (etags):
29980         * progmodes/executable.el (executable):
29981         * progmodes/idlwave.el (idlwave):
29982         * progmodes/pascal.el (pascal):
29983         * progmodes/prolog.el (prolog):
29984         * progmodes/python.el (python):
29985         * progmodes/scheme.el (scheme):
29986         * progmodes/sh-script.el (sh, sh-script):
29987         * progmodes/sql.el (SQL):
29988         * progmodes/tcl.el (tcl):
29989         * textmodes/bibtex.el (bibtex, bibtex-autokey):
29990         * textmodes/enriched.el (enriched):
29991         * textmodes/makeinfo.el (makeinfo):
29992         * textmodes/sgml-mode.el (sgml):
29993         * textmodes/table.el (table-hooks):
29994         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
29995         * textmodes/texinfo.el (texinfo):
29996         * textmodes/two-column.el (two-column):
29997         Finish `defgroup' description with period.
29999         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
30000         * eshell/esh-var.el (eshell-var):
30001         * progmodes/vhdl-mode.el (vhdl-testbench):
30002         * textmodes/org.el (org): Fix typos in docstrings.
30004         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
30005         consistency.
30007         * progmodes/flymake.el (flymake-find-file): Remove.
30008         (flymake-float-time): Use `with-no-warnings'.
30009         (flymake-check-start-time, flymake-check-was-interrupted)
30010         (flymake-err-info, flymake-is-running, flymake-last-change-time)
30011         (flymake-new-err-info): `defvar' at compile time.
30013 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
30015         * replace.el (occur-hook): Doc fix.
30016         (occur-1): Don't call `occur-hook' if there are no matches.
30018 2005-07-03  Richard M. Stallman  <rms@gnu.org>
30020         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
30021         global-map, save the same map.
30022         (global-map): Don't alter it at top level.
30023         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
30024         Then alter it here instead.
30025         (tpu-edt-off): Set global-map to the saved one.
30027         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
30028         All references simplified.
30029         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
30030         (zmacs-regions): Add defvar.
30031         (repeat-complex-command-map): Everything about that deleted.
30033         * textmodes/artist.el (artist-key-is-drawing)
30034         (artist-key-endpoint1, artist-key-poly-point-list)
30035         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
30036         (artist-key-compl-table, artist-rb-save-data)
30037         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
30038         Don't put them in eval-when-compile.
30039         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
30041         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
30042         Use with-no-warnings.
30044         * net/browse-url.el (dos-windows-version): Add defvar.
30046         * mail/supercite.el (filladapt-prefix-table): Add defvar.
30048         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
30049         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
30050         (rmail-new-summary-line-count): Rename from new-summary-line-count.
30051         Add defvar.
30052         (rmail-summary-beginning-of-message): Use with-no-warnings.
30053         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
30055         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
30056         Use with-no-warnings.
30058         * emulation/vi.el (vi-mark-region): Use c-mark-function.
30059         (c-mark-function): Add point-moving-unit property.
30060         (vi-goto-line): Use with-no-warnings.
30062         * emulation/edt.el (edt-last-copied-word): Add defvar.
30063         (zmacs-region-stays): Likewise.
30064         (edt-mark-section-wisely): Use c-mark-function for C.
30065         Use makr-defun for Fortran.
30066         (time-string): defvar deleted.
30067         (edt-display-the-time): Don't set time-string.
30069         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
30071         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30072         Don't warn when name is not constant
30073         or for defining the group `emacs'.
30075         * tooltip.el (gud-tooltip-mode): Add defvar.
30077         * startup.el (default-frame-background-mode): Add defvar.
30079         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
30081         * info.el (tool-bar-map): Add defvar.
30083         * dired.el (dnd-protocol-alist): Add defvar.
30085         * dired-aux.el (dired-query): Display question with answer, when
30086         the user answers.
30088         * custom.el (custom-add-option): Doc fix.
30090         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
30092 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
30094         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
30095         bogus name from the last change.
30097 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
30099         * custom.el (custom-declare-variable): Fix typos in comment.
30100         (custom-known-themes): Doc fix.
30101         (custom-theme-directory): New defcustom.
30102         (require-theme): Make it check `custom-theme-directory'.
30104         * cus-theme.el (custom-new-theme-mode): New function.
30105         (custom-theme-name, custom-theme-variables, custom-theme-faces)
30106         (custom-theme-description): Add compiler defvars.
30107         (customize-create-theme): Add doc to the "*New Custom Theme*"
30108         buffer.  Use `custom-new-theme-mode'.
30109         (custom-theme-write): Put the created buffer in emacs-lisp-mode
30110         and save it to the `custom-theme-directory'.  Make this the
30111         default directory of the buffer.
30113 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
30115         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
30116         Fix unbalanced parentheses.
30118 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30120         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
30121         into flymake-mode and delegate to flymake-mode.
30123         * find-file.el (ff-which-function-are-we-in): Clean up.
30125 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
30127         * replace.el (occur-rename-buffer): Fix docstring.
30129         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
30130         (edt-last-copied-word, edt-learn-macro-count)
30131         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
30132         (edt-rect-start-point, edt-user-global-map, rect-start-point)
30133         (time-string, zmacs-region-stays):
30134         * emulation/edt-mapper.el (edt-save-function-key-map)
30135         (EDT-key-name): `defvar' to silence the byte-compiler.
30137 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
30139         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
30140         font-lock-regexp-backslash.  Doc fix.
30141         (font-lock-regexp-backslash-grouping-construct): Rename from
30142         font-lock-regexp-backslash-construct.  Doc fix.
30143         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
30144         grouping constructs.
30146 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
30148         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
30149         updating all the prerequisites.
30151 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
30153         * textmodes/org.el (org-agenda-start-on-weekday)
30154         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
30155         (org-agenda-use-time-grid, org-archive-location)
30156         (org-allow-space-in-links, org-usenet-links-prefer-google)
30157         (org-enable-table-editor, org-export-default-language)
30158         (org-export-html-show-new-buffer, org-fill-paragraph)
30159         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
30160         (org-goto-quit, org-occur, org-eval-in-calendar)
30161         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
30162         (org-agenda-diary-entry, org-remember-help)
30163         (org-table-convert-region, org-at-table-p)
30164         (org-table-move-row-down, org-table-move-row-up)
30165         (org-table-copy-region, org-table-toggle-vline-visibility)
30166         (org-table-get-stored-formulas, org-table-get-specials)
30167         (org-recalc-commands, org-table-eval-formula)
30168         (org-table-formula-substitute-names, orgtbl-make-binding)
30169         (org-format-org-table-html, org-format-table-table-html)
30170         (org-format-table-table-html-using-table-generate-source)
30171         (org-customize): Fix typos in docstrings.
30172         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
30173         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
30174         (org-back-to-heading): Doc fixes.
30175         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
30176         (org-agenda-change-all-lines, org-get-header):
30177         Improve argument/docstring consistency.
30178         (orgtbl-error): Fix error message.
30180         * progmodes/flymake.el (flymake-find-possible-master-files)
30181         (flymake-master-file-compare, flymake-get-line-err-count)
30182         (flymake-highlight-line, flymake-gui-warnings-enabled):
30183         Fix typos in docstrings.
30184         (flymake-parse-line, flymake-get-project-include-dirs-function)
30185         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
30186         Doc fixes.
30187         (flymake-get-project-include-dirs-function)
30188         (flymake-make-err-menu-data):
30189         Improve argument/docstring consistency.
30191 2005-07-01  Lute Kamstra  <lute@gnu.org>
30193         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
30194         Catch errors with ignore-errors.  Use temporary buffer.
30195         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
30197         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
30198         background color faces.
30199         (facemenu-set-foreground, facemenu-set-background):
30200         Use facemenu-set-face-from-menu.
30201         (facemenu-set-face-from-menu): Treat face names that start with
30202         "fg:" or "bg:" as special.
30203         (facemenu-add-new-color): Don't create faces.  Simplify.
30205 2005-06-30  Richard M. Stallman  <rms@gnu.org>
30207         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
30208         (crm-find-current-element): Likewise.
30210 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30212         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
30214 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
30216         * arc-mode.el (archive-extract): Make it work as a mouse binding.
30217         (archive-mouse-extract): Make it an obsolete alias.
30218         (archive-mode-map): Don't use archive-mouse-extract any more.
30219         (archive-mode, archive-extract): write-contents-hooks ->
30220         write-contents-functions.
30221         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
30222         first arg.
30223         (archive-rename-entry): Update the call.
30224         (archive-zip-summarize): Remove unused var `method'.
30225         (archive-lzh-summarize): Remove unused var `creator'.
30227         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
30228         dedicated frame upon exit.
30230         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
30231         (archive-zip-extract, archive-zip-expunge)
30232         (archive-zip-update, archive-zip-update-case): Use executable-find.
30233         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
30234         Use restore-buffer-modified-p.
30235         (archive-extract, archive-add-new-member, archive-write-file-member):
30236         Use with-current-buffer.
30237         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
30239 2005-06-30  Andreas Schwab  <schwab@suse.de>
30241         * progmodes/gud.el (gud-filter): Remove unneeded progn.
30243 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30245         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
30247 2005-06-30  Juri Linkov  <juri@jurta.org>
30249         * faces.el (vertical-border): Inherit from mode-line-inactive
30250         only on tty.
30252 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
30254         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
30255         example, -NLINES in the `occur' docstring).
30257         * replace.el (occur-1): When no matches are found, do not set the
30258         `buffer-read-only' and modified flags for the occur buffer,
30259         because it is deleted.
30261         * emulation/cua-base.el (cua-check-pending-input)
30262         (cua-repeat-replace-region, cua-mode, cua-debug)
30263         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
30264         Fix typos in docstrings.
30266         * emulation/cua-gmrk.el (cua-toggle-global-mark)
30267         (cua-cut-region-to-global-mark)
30268         (cua--cut-rectangle-to-global-mark):
30269         Remove period from end of messages.
30271         * emulation/cua-rect.el (cua-do-rectangle-padding):
30272         Remove period from end of messages.
30273         (cua--rectangle-seq-format): Fix typo in docstring.
30274         (cua-sequence-rectangle, cua-fill-char-rectangle):
30275         Improve argument/docstring consistency.
30277 2005-06-29  Juri Linkov  <juri@jurta.org>
30279         * faces.el (default-frame-background-mode): New internal variable.
30280         (frame-set-background-mode): Use it.
30282         * startup.el (normal-top-level): Set default-frame-background-mode
30283         instead of frame-background-mode.  Before setting it, test for its
30284         nil value.  Remove tests for frame-background-mode and frame
30285         parameter `reverse'.  Add test for "unspecified-fg".
30287         * term/xterm.el (xterm-rxvt-set-background-mode):
30288         * term/rxvt.el (rxvt-set-background-mode):
30289         Set default-frame-background-mode instead of frame-background-mode.
30291 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
30293         * simple.el (set-variable): Warn about obsolete user variables.
30295         * imenu.el (imenu--completion-buffer):
30296         * mouse.el (mouse-buffer-menu-alist):
30297         * msb.el (msb-invisible-buffer-p):
30298         * calendar/diary-lib.el (diary-header-line-format):
30299         * emacs-lisp/pp.el (pp-buffer):
30300         * progmodes/cperl-mode.el (cperl-do-auto-fill):
30301         * textmodes/picture.el (picture-replace-match):
30302         Change space constants followed by a sexp to "?\s ".
30304         * play/decipher.el (decipher-loop-with-breaks):
30305         * textmodes/texinfo.el (texinfo-insert-@item): Change space
30306         constants "protected" from end of line by a comment to "?\s".
30308 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30310         * font-lock.el (save-buffer-state): Use `declare'.
30312         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
30313         reset the syntax-table to cperl-mode-syntax-table.
30314         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
30315         "foo_print_bar" is not matched as a reserved keyword.
30317 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
30319         * textmodes/org.el (orgtbl-setup): New function, for delayed
30320         setup for the orgtbl commands.
30321         (org-calc-default-modes): New option.
30322         (orgtbl-make-binding): Use `defun' to get better help display.
30323         (org-diary): Call `org-compile-prefix-format'.
30324         (org-table-formula-substitute-names): New function.
30325         (org-agenda-day-view, org-agenda-week-view): New commands.
30326         (org-agenda-toggle-week-view): Command removed.
30327         (org-tbl-menu): Split off from org-org-menu.
30328         (org-mode): Move removal of outline-mode menus to here.
30329         (org-table-formula-debug): New option.
30330         (org-table-insert-row): Keep first field if just "#" or "*".
30331         (org-mode): Paragraph regexps fixed.
30332         (org-table-recalculate-regexp): New constant.
30333         (org-table-justify-field-maybe): Avoid replace if not necessary.
30334         (org-copy-special, org-cut-special): Use `call-interactively'.
30335         (org-table-copy-region): Take region from `interactive' call.
30336         (org-trim): Return string even if no match.
30337         (org-formula): New face.
30338         (org-set-font-lock-defaults): No longer highlight "FIXME".
30339         But highlight formula-related fields in table.
30340         (org-table-p): Use regexp, not fontification.
30341         (org-table-align): Handle white space at end of line.
30342         (org-table-formula-evaluate-inline): New option.
30343         (org-mode): Auto-wrapping in comment lines turned off.
30344         (org-table-copy-down): Evaluate only in copied field, not in
30345         destination.
30346         (org-table-current-formula): Variable removed.
30347         (org-table-store-formulas, org-table-get-stored-formulas)
30348         (org-table-modify-formulas, org-table-replace-in-formulas)
30349         (org-table-maybe-eval-formula): New functions.
30350         (org-table-get-formula): Modify to use stored formulas.
30351         (org-table-insert-column, org-table-delete-column)
30352         (org-table-move-column): Call `org-table-modify-formulas'.
30353         (org-complete): Add completion for keyword formulas.
30354         (orgtbl-mode): Pull orgtbl-mode-map to start of
30355         minor-mode-map-alist.
30357 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30359         * progmodes/python.el (python-check): Require `compile' before
30360         modifying its variables.
30362         * newcomment.el (comment-indent-default): Don't get fooled by an early
30363         end of buffer.
30365 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30367         * ps-print.el (ps-print-version): Fix version number.
30369 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
30371         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
30373 2005-06-28  Richard M. Stallman  <rms@gnu.org>
30375         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
30376         (flyspell-local-mouse-map): Declaration deleted.
30377         (flyspell-mouse-map): Bind only mouse-2.
30378         (flyspell-mode-map): Don't test flyspell-use-local-map.
30379         (flyspell-overlay-keymap-property-name): Var deleted.
30380         (flyspell-mode-on): Don't make local bindings for
30381         flyspell-mouse-map and flyspell-mode-map.
30382         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
30384         * textmodes/ispell.el (ispell-word): Do not ignore short words.
30386         * progmodes/compile.el (compilation-next-error-function):
30387         Don't switch buffers; operate on the current buffer.
30389         * progmodes/compile.el (compilation-error-file-name)
30390         (compilation-warning-file-name, compilation-info-file-name)
30391         (compilation-line-number, compilation-column-number): New faces.
30392         (compilation-error-face, compilation-warning-face)
30393         (compilation-info-face, compilation-line-face)
30394         (compilation-column-face): Use them.
30396         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
30398         * comint.el (comint-password-prompt-regexp): Accept ", try again".
30400         * bindings.el (global-map): Bind insertchar and its variants.
30402 2005-06-27  Richard M. Stallman  <rms@gnu.org>
30404         * textmodes/artist.el (artist-text-overwrite)
30405         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
30407 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30409         * ps-print.el: It was not working the page selection for printing.
30410         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
30411         (ps-print-version): New version 6.6.7.
30412         (ps-end-sheet): New fun.
30413         (ps-header-sheet, ps-end-job): Call it.
30415 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
30417         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
30419 2005-06-27  Lute Kamstra  <lute@gnu.org>
30421         * facemenu.el (facemenu-unlisted-faces): Add foreground and
30422         background color faces.
30423         (facemenu-get-face): Delete function.
30424         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
30425         (facemenu-add-new-color): Make second argument mandatory.
30426         Create the appropriate face and return it.  Simplify.
30427         (facemenu-set-foreground, facemenu-set-background): Don't check if
30428         color is defined.  Use return value of facemenu-add-new-color.
30430 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
30432         * progmodes/gud.el (gud-filter): Add missing argument to
30433         with-selected-window.
30435 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30437         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
30438         a :require to the defcustom.
30440         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
30441         defcustoms corresponding to minor modes.
30443 2005-06-26  David Ponce  <david@dponce.com>
30445         * recentf.el: Require tree-widget instead of wid-edit.
30446         (recentf-filename-handler): Fix widget :type.
30447         (recentf-cancel-dialog, recentf-open-more-files)
30448         (recentf-open-files-action): Doc fix.
30449         (recentf-dialog-goto-first): New function.
30450         (recentf-dialog-mode-map): Set parent keymap first.
30451         (recentf-dialog-mode): Define with define-derived-mode.
30452         Don't display continuation lines in dialogs.
30453         (recentf-edit-list): Rename from recentf-edit-selected-items.
30454         (recentf-edit-list-select): Rename from recentf-edit-list-action.
30455         Simplify.
30456         (recentf-edit-list-validate): New function.
30457         (recentf-edit-list): Update accordingly.
30458         (recentf-open-files-item-shift): Remove.
30459         (recentf-open-files-item): Convert menu elements into tree and
30460         link widgets.  Don't create the widgets.
30461         (recentf-open-files): Update accordingly.
30462         (recentf-save-list): Untabify.
30464 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
30466         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
30467         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
30468         partially contained in the active region.  Do not take active
30469         region into account when called from Lisp, unless INTERACTIVE arg
30470         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
30471         avoid trouble with fields.  Make marker point nowhere when no
30472         longer used.  Always return nil.  Doc fix.
30473         (flush-lines): Add INTERACTIVE arg.  Do not take active region
30474         into account when called from Lisp, unless INTERACTIVE arg is
30475         non-nil.  Use `forward-line' instead of `beginning-of-line' to
30476         avoid trouble with fields.  Make marker point nowhere when no
30477         longer used.  Always return nil.  Doc fix.
30478         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
30479         interchangeable.  Do not take active region into account when
30480         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
30481         message in echo area when called from Lisp, unless INTERACTIVE arg
30482         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
30483         Return the number of matches.  Doc fix.
30484         (occur): Doc fix.
30485         (perform-replace): Make comment follow double space convention for
30486         the sake of `outline-minor-mode'.
30488         * faces.el (facep): Doc fix.
30490 2005-06-25  Richard M. Stallman  <rms@gnu.org>
30492         * facemenu.el (facemenu-enable-faces-p): New function.
30493         (facemenu-background-menu, facemenu-foreground-menu)
30494         (facemenu-face-menu): Add menu-enable property.
30496         * jka-compr.el (jka-compr-insert-file-contents):
30497         Special handling if cannot find the uncompression program.
30499         * cus-face.el (custom-face-attributes): Add autoload.
30501         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30502         Bind comment-indent-function locally.
30504         * window.el (save-selected-window): Use save-current-buffer.
30506         * subr.el (with-selected-window): Use save-current-buffer.
30508         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
30509         and with-current-buffer.
30511 2005-06-24  Richard M. Stallman  <rms@gnu.org>
30513         * simple.el (line-move-1): Fix previous change.
30515 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
30517         * replace.el (occur-1): Set `buffer-read-only' and the
30518         buffer-modified flag before running `occur-hook' to protect
30519         against unintentional buffer switches that can lead to data loss.
30521 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
30523         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
30524         (gud-gdb-marker-filter): Use font-lock-warning-face for any
30525         initial error.
30527         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
30528         after fresh input.
30529         (gdb-var-create-handler): Put name of expression in quotes.
30531 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
30533         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
30534         elements of RING in order, and without bogus nil elements.
30536 2005-06-23  Richard M. Stallman  <rms@gnu.org>
30538         * simple.el (set-variable): Args renamed; doc fix.
30539         (line-move-1): When there are overlays around, use vertical-motion.
30541         * faces.el (escape-glyph): Use brown against light background.
30542         (nobreak-space): Rename from no-break-space.
30543         Fix previous change.
30545         * dired-aux.el (dired-do-copy): Fix arg prompt.
30547         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
30549 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
30551         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
30552         rather than "Distributor".
30554 2005-06-23  Lute Kamstra  <lute@gnu.org>
30556         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
30557         (debug-on-entry): Use it.  New interactive declaration that uses
30558         function-called-at-point.
30560 2005-06-23  Kim F. Storm  <storm@cua.dk>
30562         * subr.el (save-match-data): Add comment about using evaporate arg
30563         to set-match-data.
30565 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
30567         * cus-edit.el (customize-face)
30568         (customize-face-other-window): Handle face aliases.
30570         * faces.el (face-documentation, set-face-attribute)
30571         (face-spec-set): Handle face aliases.
30573 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
30575         * help-mode.el (help-make-xrefs): If a symbol representing a face
30576         name is not followed by the word "face", it could still be a
30577         function or variable name, so don't bypass other checks.
30579 2005-06-22  Juri Linkov  <juri@jurta.org>
30581         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
30582         Replace aliased functions with calls where second arg `inherit' is t.
30584 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
30586         * progmodes/gdb-ui.el (gdb-error): New variable.
30587         (gdb-error): New function.
30588         (gdb-annotation-rules): Act on error-begin and error annotations.
30589         (gdb-concat-output): Use font-lock-warning-face for errors.
30591 2005-06-22  Miles Bader  <miles@gnu.org>
30593         * bindings.el (propertized-buffer-identification): Use renamed
30594         `Buffer-menu-buffer' face.
30596         * faces.el (vertical-border): Rename from `vertical-divider'.
30597         (escape-glyph): Change dark-background color back to `cyan'.
30599 2005-06-21  Juri Linkov  <juri@jurta.org>
30601         * faces.el (face-user-default-spec): Try getting `customized-face'
30602         prior to `saved-face'.
30603         (frame-background-mode): Refill docstring.
30605         * emacs-lisp/lisp-mode.el (eval-defun-1):
30606         * emacs-lisp/edebug.el (edebug-eval-defun):
30607         Set `saved-face' temporarily to nil before calling form.
30608         Set `customized-face' to the new spec after that.
30610 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
30612         * subr.el (1value, lambda, key-substitution-in-progress):
30613         Doc fixes.
30615         * autoinsert.el (auto-insert-alist):
30616         * ses.el (ses-call-printer):
30617         * subr.el (noreturn):
30618         * emacs-lisp/lisp.el (check-parens):
30619         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
30620         * net/browse-url.el (browse-url-mosaic):
30621         * progmodes/cc-defs.el (c-safe-scan-lists):
30622         * progmodes/ebnf-abn.el (ebnf-abn-lex):
30623         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
30624         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
30625         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
30626         * progmodes/ebnf-iso.el (ebnf-iso-lex):
30627         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
30629 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
30631         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
30633 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
30635         * calendar/appt.el (appt-make-list): Activate the package, if
30636         not already active (for backwards compatibility).
30638 2005-06-20  Kim F. Storm  <storm@cua.dk>
30640         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
30642 2005-06-20  Miles Bader  <miles@gnu.org>
30644         * faces.el (vertical-divider): New face.
30646 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
30648         * simple.el (kill-whole-line): Doc fix.
30649         (next-error-buffer-p, next-error-find-buffer)
30650         (clone-indirect-buffer): Fix typos in docstrings.
30651         (comment-line-break-function): Doc fix: don't say variable
30652         is automatically buffer-local (it isn't).
30654 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
30656         * net/tramp-ftp.el (top):
30657         * net/tramp-smb.el (top):
30658         * net/tramp-util.el (top):
30659         * net/tramp-uu.el (top):
30660         * net/tramp-vc.el (top):
30661         * net/tramp.el (top): Revert copyright years back to original
30662         ones.  Tramp has a life outside GNU Emacs.
30664 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
30666         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
30668 2005-06-18  Juri Linkov  <juri@jurta.org>
30670         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
30671         end of first regexp to limit the match to the position between
30672         line number and source line with same separator character as used
30673         between file name and line number.  In the second regexp limit
30674         mouse-face area to file name and line number by adding new group
30675         for them and referring it in HYPERLINK arg.
30676         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
30677         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
30678         previous line where grep markers may be already removed.
30680 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
30682         * progmodes/ps-mode.el: Update version and maintainer's email address.
30684 2005-06-18  Steve Youngs  <steve@xemacs.org>
30686         * net/browse-url.el (browse-url-browser-function)
30687         (browse-url-default-browser): Add firefox.
30688         (browse-url-firefox-program, browse-url-firefox-arguments)
30689         (browse-url-firefox-startup-arguments)
30690         (browse-url-firefox-new-window-is-tab): New defcustoms.
30691         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
30693 2005-06-17  Richard M. Stallman  <rms@gnu.org>
30695         * startup.el (command-line): Warn if specified user name has
30696         no home directory.
30698         * term.el (term-get-old-input, term-input-filter, term-input-sender)
30699         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
30701         * longlines.el (longlines-mode, longlines-show-hard-newlines):
30702         Doc fixes.
30704         * faces.el (underline): Try bold if terminal doesn't support underline.
30706         * mail/sendmail.el (mail-setup-with-from): New variable.
30707         (mail-insert-from-field): New function.
30708         (sendmail-send-it): Call it.
30709         (mail-setup): Optionally call it here.
30711         * term/linux.el: Call tty-no-underline.
30713 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
30715         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
30717 2005-06-17  Miles Bader  <miles@gnu.org>
30719         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
30720         (ediff-current-diff-C, ediff-current-diff-Ancestor)
30721         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
30722         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
30723         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
30724         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30725         Remove "-face" suffix from face names.
30726         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30727         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30728         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30729         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30730         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30731         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30732         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30733         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30734         New backward-compatibility aliases for renamed faces.
30735         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30736         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30737         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30738         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30739         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30740         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30741         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30742         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30743         Use renamed ediff faces.
30745         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
30746         Remove "-face" suffix from face names.
30747         (eshell-test-ok-face, eshell-test-failed-face):
30748         New backward-compatibility aliases for renamed faces.
30749         (eshell-run-test): Use renamed eshell-test faces.
30751         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
30752         face name.
30753         (eshell-prompt-face): New backward-compatibility alias for renamed
30754         face.
30755         (eshell-emit-prompt): Use renamed eshell-prompt face.
30757         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
30758         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
30759         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
30760         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
30761         Remove "-face" suffix from face names.
30762         (eshell-ls-directory-face, eshell-ls-symlink-face)
30763         (eshell-ls-executable-face, eshell-ls-readonly-face)
30764         (eshell-ls-unreadable-face, eshell-ls-special-face)
30765         (eshell-ls-missing-face, eshell-ls-archive-face)
30766         (eshell-ls-backup-face, eshell-ls-product-face)
30767         (eshell-ls-clutter-face):
30768         New backward-compatibility aliases for renamed faces.
30769         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
30771         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
30772         Remove "-face" suffix from face name.
30773         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
30774         instead of literal face.
30776 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
30778         * emacs-lisp/warnings.el (display-warning, lwarn)
30779         (warning-minimum-log-level): Doc fixes.
30780         (warning-minimum-level, warning-minimum-log-level):
30781         Add :debug to :type choices.
30783         * progmodes/ada-mode.el (ada-format-paramlist)
30784         (ada-get-indent-case, ada-check-matching-start)
30785         (ada-check-defun-name, ada-goto-matching-decl-start)
30786         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
30787         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
30788         (ada-make-subprogram-body): Follow error conventions.
30789         (ada-case-exception-file, ada-indent-comment-as-code)
30790         (ada-indent-handle-comment-special, ada-indent-renames)
30791         (ada-indent-return, ada-search-directories-internal)
30792         (ada-tab-policy, ada-case-exception-substring)
30793         (ada-other-file-alist, ada-matching-start-re)
30794         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
30795         (ada-imenu-generic-expression, ada-compile-goto-error)
30796         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
30797         (ada-popup-menu, ada-add-extensions, ada-mode)
30798         (ada-region-selected, ada-create-case-exception)
30799         (ada-create-case-exception-substring, ada-after-keyword-p)
30800         (ada-activate-keys-for-case, ada-adjust-case-region)
30801         (ada-adjust-case-buffer, ada-format-paramlist)
30802         (ada-scan-paramlist, ada-insert-paramlist)
30803         (ada-indent-newline-indent)
30804         (ada-indent-newline-indent-conditional)
30805         (ada-justified-indent-current, ada-goto-previous-word)
30806         (ada-indent-current, ada-get-indent-open-paren)
30807         (ada-get-indent-paramlist, ada-get-indent-end)
30808         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
30809         (ada-get-indent-block-start, ada-get-indent-subprog)
30810         (ada-get-indent-noindent, ada-get-indent-label)
30811         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
30812         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
30813         (ada-goto-stmt-end, ada-goto-next-word)
30814         (ada-check-matching-start, ada-check-defun-name)
30815         (ada-goto-matching-decl-start, ada-goto-matching-start)
30816         (ada-goto-matching-end, ada-search-ignore-string-comment)
30817         (ada-in-decl-p, ada-looking-at-semi-or)
30818         (ada-looking-at-semi-private, ada-in-paramlist-p)
30819         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
30820         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
30821         (ada-next-procedure, ada-previous-procedure, ada-next-package)
30822         (ada-previous-package, ada-create-menu)
30823         (ada-fill-comment-paragraph-justify)
30824         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
30825         (ada-other-file-name, ada-last-which-function-line)
30826         (ada-last-which-function-subprog, ada-which-function)
30827         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
30828         (ada-gen-treat-proc, ada-check-emacs-version)
30829         (ada-continuation-indent, ada-align-region-separate):
30830         Fix typos in docstrings.
30831         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
30833 2005-06-16  Lute Kamstra  <lute@gnu.org>
30835         * simple.el (fundamental-mode): Run after-change-major-mode-hook
30836         conditionally.
30838 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
30840         * comint.el (comint-replace-by-expanded-filename)
30841         (comint-prompt-regexp, comint-delimiter-argument-list)
30842         (comint-preinput-scroll-to-bottom):
30843         * info.el (Info-hide-cookies-node):
30844         * ls-lisp.el (ls-lisp-classify):
30845         * find-file.el (ff-search-directories, ff-special-constructs)
30846         (ff-find-other-file):
30847         * font-lock.el (font-lock-keywords):
30848         * shell.el (shell-prompt-pattern)
30849         (shell-dynamic-complete-functions, shell-mode)
30850         (shell-delimiter-argument-list):
30851         * term.el (term-replace-by-expanded-filename)
30852         (term-prompt-regexp, term-delimiter-argument-list):
30853         * woman.el (woman-ignore, woman0-if):
30854         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
30855         * emacs-lisp/elint.el (elint-init-env):
30856         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
30857         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
30858         * language/ethio-util.el (ethio-tilde-escape)
30859         (ethio-use-three-dot-question):
30860         * net/zone-mode.el (zone-mode-load-time-setup):
30861         * progmodes/cc-align.el (c-lineup-argcont):
30862         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
30863         * progmodes/cperl-mode.el (cperl-set-style-back):
30864         * progmodes/inf-lisp.el (inferior-lisp-prompt):
30865         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
30866         Fix spellings in docstrings.
30868         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
30869         * progmodes/modula2.el (m2-for): Fix spellings.
30871         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
30873         * simple.el (undo-more): Don't use `format' on `error' arguments.
30874         Improve argument/docstring consistency.
30875         (pending-undo-list): Doc fix.
30877         * smerge-mode.el (smerge-ensure-match):
30878         * emulation/vip.el (vip-ex):
30879         * net/zone-mode.el (zone-mode-update-serial):
30880         * progmodes/idlwave.el (idlwave-complete):
30881         * progmodes/vhdl-mode.el (vhdl-visit-file)
30882         (vhdl-compose-wire-components):
30883         Don't use `format' on `error' arguments.
30885         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
30886         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
30887         (tooltip-help-tips): Fix typos in docstrings.
30889 2005-06-16  David Ponce  <david@dponce.com>
30891         * tree-widget.el (tree-widget-value-create): Simplify last change.
30893 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
30895         * ido.el (ido-incomplete-regexp): New variable.
30896         (ido-set-matches-1): Handle invalid-regexp error and set
30897         ido-incomplete-regexp.
30898         (ido-incomplete-regexp): New face.
30899         (ido-completions): Use it.
30900         (ido-complete, ido-exit-minibuffer, ido-completions):
30901         Handle incomplete regexps.
30902         (ido-completions): Add check for complete match when entering a regexp.
30904 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
30906         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
30908 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30910         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
30911         by field delimiters.
30913 2005-06-15  David Ponce  <david@dponce.com>
30915         * tree-widget.el: eval-and-compile inlined functions so they will
30916         be available at run-time too.
30917         (tree-widget-super-format-handler)
30918         (tree-widget-format-handler): Remove.
30919         (tree-widget-value-create): Handle the :indent property.
30921 2005-06-15  Miles Bader  <miles@gnu.org>
30923         * progmodes/which-func.el (which-func): Only inherit
30924         `font-lock-function-name-face' when that makes sense against the
30925         default mode-line face, otherwise set the face color explicitly.
30927         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
30928         faces instead of (non-existent) variables.
30930 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30932         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
30933         (iswitchb-get-matched-buffers): Likewise.  Simplify.
30935 2005-06-14  Miles Bader  <miles@gnu.org>
30937         * progmodes/ld-script.el (ld-script-location-counter):
30938         Remove "-face" suffix from face name.
30939         (ld-script-location-counter-face):
30940         New backward-compatibility alias for renamed face.
30941         (ld-script-location-counter-face): Use renamed face.
30943         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
30944         (cperl-hash): Remove "-face" suffix from face names.
30945         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
30946         New backward-compatibility aliases for renamed faces.
30947         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
30948         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
30950         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
30951         name.
30952         (which-func-face): New backward-compatibility alias for renamed face.
30953         (which-func-format): Use renamed which-func face.
30955         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
30956         (vhdl-function, vhdl-directive, vhdl-reserved-word)
30957         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
30958         names.
30959         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
30960         (vhdl-speedbar-configuration, vhdl-speedbar-package)
30961         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
30962         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
30963         (vhdl-speedbar-architecture-selected)
30964         (vhdl-speedbar-configuration-selected)
30965         (vhdl-speedbar-package-selected)
30966         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
30967         names.
30968         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
30969         Use renamed faces.
30970         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
30971         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
30972         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
30973         Use renamed faces.
30974         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
30975         names.
30976         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
30977         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
30978         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
30979         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
30980         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
30981         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
30983         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
30984         face name.
30985         (sh-heredoc-face): New backward-compatibility alias for renamed face.
30986         (sh-heredoc-face): Use renamed sh-heredoc face.
30988         * progmodes/idlw-help.el (idlwave-help-link):
30989         Remove "-face" suffix from face name.
30990         (idlwave-help-link-face):
30991         New backward-compatibility alias for renamed face.
30992         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
30994         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
30995         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
30996         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
30997         New backward-compatibility aliases for renamed faces.
30998         (idlwave-shell-disabled-breakpoint-face)
30999         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
31001         * progmodes/flymake.el (flymake-errline, flymake-warnline):
31002         Remove "-face" suffix from face names.
31003         (flymake-errline-face, flymake-warnline-face):
31004         New backward-compatibility aliases for renamed faces.
31005         (flymake-highlight-line): Use renamed flymake faces.
31007         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
31008         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
31009         (ebrowse-member-class, ebrowse-progress):
31010         Remove "-face" suffix from face names.
31011         (ebrowse-tree-mark-face, ebrowse-root-class-face)
31012         (ebrowse-file-name-face, ebrowse-default-face)
31013         (ebrowse-member-attribute-face, ebrowse-member-class-face)
31014         (ebrowse-progress-face):
31015         New backward-compatibility aliases for renamed faces.
31016         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
31017         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
31018         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
31019         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
31021         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
31022         antlr-syntax)
31023         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
31024         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
31025         names.
31026         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
31027         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
31028         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
31029         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
31030         backward-compatibility aliases for renamed faces.
31031         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
31032         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
31033         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
31034         remove "font-lock-".  Use renamed antlr-mode faces.
31035         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
31036         literal face-names with face variable references.
31038         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
31039         face name.
31040         (Buffer-menu-buffer-face): New backward-compatibility alias for
31041         renamed face.
31042         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
31044 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
31046         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
31047         Eliminate "-face" suffix.
31048         (makefile-targets): Inherit from font-lock-function-name-face and
31049         eliminate "-face" suffix.
31050         (makefile-shell): Remove attributes and eliminate "-face" suffix.
31051         (makefile-*-font-lock-keywords): Append makefile-targets in rule
31052         actions, instead of prepending, to make it less visible.
31053         (makefile-previous-dependency, makefile-match-dependency):
31054         Don't match a target on a continuation line.
31056         * files.el (auto-mode-alist): Put Makefile in gmake mode.
31058 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
31060         * progmodes/gdb-ui.el (menu): Re-order menu items.
31061         (gdb-tooltip-print): Respect tooltip-use-echo-area.
31063         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
31064         Define in tooltip.el.
31065         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
31066         (gud-tooltip-tips): Respect tooltip-use-echo-area and
31067         gud-tooltip-echo-area.
31069         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
31070         backward compatibility and make obsolete.
31071         (tooltip-help-tips): Use tooltip-use-echo-area.
31072         (tooltip-show-help-function): Rename to...
31073         (tooltip-show-help): ...this, because it is a function.
31074         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
31076 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
31078         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
31079         (edebug-print-length, edebug-print-level, edebug-print-circle)
31080         (edebug-modify-breakpoint, edebug-eval-last-sexp)
31081         (edebug-eval-print-last-sexp): Doc fixes.
31083 2005-06-14  Kim F. Storm  <storm@cua.dk>
31085         * ido.el (ido-mode): Make a new keymap every time we enable ido,
31086         as the coverage buffer/file/both may change.
31088 2005-06-14  Lute Kamstra  <lute@gnu.org>
31090         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
31091         and run-mode-hooks.  Simplify.
31093         * mail/rmailedit.el (rmail-edit-mode):
31094         * progmodes/octave-inf.el (inferior-octave-mode):
31095         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
31097         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
31098         and run-mode-hooks.
31099         (recentf-edit-list, recentf-open-files): Don't call
31100         kill-all-local-variables directly.
31102         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
31104 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
31106         * emacs-lisp/byte-run.el (make-obsolete)
31107         (define-obsolete-function-alias): Rename arguments FUNCTION and
31108         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
31109         (make-obsolete-variable, define-obsolete-variable-alias):
31110         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
31111         respectively.
31113         * isearchb.el (isearchb-activate):
31114         * pcvs.el (cvs-mode):
31115         * ses.el (ses-load):
31116         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
31117         * net/tramp.el (tramp-find-file-exists-command)
31118         (tramp-find-shell):
31119         * progmodes/ada-mode.el (ada-create-case-exception)
31120         (ada-create-case-exception-substring, ada-make-subprogram-body):
31121         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
31122         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
31123         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
31124         * textmodes/org.el (org-promote, org-evaluate-time-range)
31125         (org-agenda-next-date-line, org-agenda-previous-date-line)
31126         (org-agenda-error, org-open-at-point, org-table-move-row)
31127         (org-format-table-table-html-using-table-generate-source)
31128         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
31129         * textmodes/reftex.el (reftex-access-scan-info):
31130         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
31131         (reftex-toc-promote-prepare): Follow error conventions.
31133         * diff-mode.el (diff-mode): Fix typo in docstring.
31135         * forms.el (forms--intuit-from-file): Fix reference to
31136         `forms-number-of-fields' in error message.
31137         (forms-print): Fix quoting in error message.
31139         * forms.el (forms-mode):
31140         * emulation/vi.el (vi-goto-insert-state):
31141         * progmodes/flymake.el (flymake-new-err-info)
31142         (flymake-start-syntax-check-for-current-buffer)
31143         (flymake-simple-cleanup):
31144         * eshell/esh-var.el (eshell/export):
31145         * progmodes/gud.el (xdb):
31146         * textmodes/flyspell.el (flyspell-incorrect-hook)
31147         (flyspell-maybe-correct-transposition)
31148         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
31150 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
31152         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
31153         minibuffer prompt.
31155 2005-06-13  Kim F. Storm  <storm@cua.dk>
31157         * subr.el (add-to-ordered-list): New defun.
31159         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
31160         add cua--keymap-alist to emulation-mode-map-alists.
31162 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31164         * subr.el (complete-in-turn): New macro.
31165         (dynamic-completion-table, lazy-completion-table): Add debug info.
31167         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
31168         in preference to face aliases.
31170         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
31171         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
31172         Remove unused vars `start' and `firstline'.
31173         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
31174         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
31176 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
31178         * cus-start.el (all): Don't complain about missing GTK-related
31179         variables, unless either `gtk' is boundp or this isn't a
31180         `windows-nt' build.
31182 2005-06-13  Lute Kamstra  <lute@gnu.org>
31184         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31185         run-mode-hooks.
31187         * ediff-mult.el (ediff-meta-mode):
31188         * ediff-util.el (ediff-mode): Use run-mode-hooks.
31190         * ledit.el (ledit-mode): Use delay-mode-hooks.
31192         * woman.el (woman-mode-line-format): Delete constant.
31193         (woman-mode-map): Initialize it properly.
31194         (woman-mode): Set mode-class property to special.
31195         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
31196         Set major-mode and mode-name.  Don't set mode-line-format directly.
31197         (Man-getpage-in-background): Don't reference woman-mode-line-format.
31199         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
31200         string argument obsolete.
31202 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
31204         * textmodes/org.el (org-CUA-compatible): New option.
31205         (org-disputed-keys): New variable.
31206         (org-key): New function.
31207         (orgtbl-make-binding): Add docstring to the created function.
31208         (org-mode): Set paragraph start/separate regexps.
31209         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
31210         (org-archive-location, org-archive-mark-done)
31211         (org-archive-stamp-time): New options.
31212         (org-archive-subtree): New command.
31213         (org-fill-paragraph): New function.
31214         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
31215         (org-fake-empty-table-line): Function removed.
31216         (org-format-org-table-html): Do not create empty table lines at
31217         separator lines.  Improved table header treatment.
31218         (org-link-format): New option.
31219         (org-make-link): New function.
31220         (org-insert-link, org-store-link): Use org-make-link.
31221         (org-open-file): Quote file name for shell command, to allow
31222         spaces in file names.
31223         (org-link-regexp): Fix bug with mailto link.
31224         (org-link-maybe-angles-regexp, org-protected-link-regexp):
31225         New constants.
31226         (org-export-as-html): Deal with the optional angles around a link.
31227         Better treatment of file: links.
31228         (org-open-at-point): Replace @{ and @} with < and >.
31229         (org-run-mode-hooks): Function removed.
31230         (org-agenda-mode): No longer use `org-run-mode-hooks'.
31232 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
31234         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
31235         MI command -data-list-register-values.
31236         (gdb-post-prompt): Indent properly.
31238 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
31240         * hilit-chg.el (highlight-changes-colors): Rename from
31241         `highlight-changes-colours'.
31242         (highlight-changes-colours): Keep as obsolete alias.
31243         (highlight-changes-face-list): Doc fix.
31244         (hilit-chg-make-list): Use `highlight-changes-colors'.
31246 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
31248         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
31249         defun-prompt-regexp.
31251 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
31253         * loadup.el: Don't say we are dumping under 2 names on windows-nt
31254         and cygwin.
31256         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
31257         Don't use an old loaddefs.el, as in Makefile.in.
31259 2005-06-12  Lute Kamstra  <lute@gnu.org>
31261         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31263         * man.el (Man-mode-map): Initialize it properly.
31264         (Man-mode): Set mode-class property to special.
31266         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
31268 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
31270         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
31271         A newline is needed in the docstring there.
31273         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
31274         Doc fixes.
31276 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31278         * printing.el: Doc fix.  The menubar is no more changed when printing
31279         is loaded, it only changes when pr-menu-bind or pr-update-menus is
31280         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
31281         (pr-version): New version number (6.8.4).
31282         (pr-menu-bind): New command.
31283         (pr-update-menus): Docstring and code fix.
31284         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
31285         Docstring fix.
31286         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
31287         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
31289 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
31291         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
31292         "Returns" to "return", document useful return values, etc.
31294 2005-06-11  Alan Mackenzie  <acm@muc.de>
31296         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
31297         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
31298         (adaptive-file-function): Minor amendment to doc-string.
31300 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31302         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
31303         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
31304         Fix :type--it is `integer', not `string'.
31306         * faces.el (modeline-highlight): Rename from (the erroneous)
31307         `modeline-higilight'.
31309 2005-06-11  Lute Kamstra  <lute@gnu.org>
31311         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
31312         lisp-interaction-mode-map but make it the parent.
31313         (edebug-eval-mode): Use define-derived-mode.
31315 2005-06-11  Andreas Schwab  <schwab@suse.de>
31317         * bindings.el: Add binding of `ESC functionkey' for every
31318         `M-functionkey'.
31319         * hexl.el (hexl-mode-map): Likewise.
31321 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
31323         * progmodes/compile.el (compilation-error-regexp-alist-alist)
31324         [msft]: update regexp for newer msft compilers.
31326 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
31328         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
31329         ATTLIST portions of included DTDs.
31330         (xml-parse-dtd): Eliminate use of inefficient match-data.
31332 2005-06-10  Miles Bader  <miles@gnu.org>
31334         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
31335         (mpuz-text): Remove "-face" suffix from face names.
31336         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
31337         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
31338         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
31340         * play/gomoku.el (gomoku-O, gomoku-X):
31341         Remove "-face" suffix from face names.
31342         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
31343         New backward-compatibility aliases for renamed faces.
31344         (gomoku-font-lock-keywords): Use renamed gomoku faces.
31346 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31348         * thumbs.el: Fixes for changes of 2005-06-09.
31349         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
31350         as a directory.
31351         (thumbs-thumbname): Remove directory separator from format string;
31352         `thumbs-thumbsdir' now returns a valid directory name.
31353         (thumbs-temp-dir): New defsubst.
31354         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
31355         Use it.
31357         * cus-edit.el (minibuffer):
31358         * files.el (make-backup-file-name-function):
31359         * filesets.el (filesets-external-viewers):
31360         * hilit-chg.el (highlight-changes-colours)
31361         (highlight-changes-face-list, highlight-changes-rotate-faces):
31362         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
31363         * kmacro.el (kmacro-call-macro):
31364         * log-edit.el (log-edit-changelog-full-paragraphs):
31365         * mouse.el (mouse-1-click-follows-link):
31366         * skeleton.el (skeleton-autowrap):
31367         * subr.el (insert-for-yank-1):
31368         * tempo.el (tempo-insert-region):
31369         * terminal.el (terminal-emulator):
31370         * time.el (display-time-mail-face):
31371         * vc.el (vc-annotate):
31372         * vcursor.el (vcursor-copy-line):
31373         * woman.el (woman-bold-headings, woman-ignore)
31374         (woman-default-faces, woman-monochrome-faces):
31375         * calendar/todo-mode.el (todo-insert-threshold):
31376         * emulation/pc-select.el (pc-select-selection-keys-only)
31377         (pc-selection-mode):
31378         * emulation/vip.el (vip-find-char-forward):
31379         * emulation/viper-cmd.el (viper-find-char-forward):
31380         * international/mule-cmds.el
31381         (select-safe-coding-system-accept-default-p)
31382         (input-method-exit-on-invalid-key):
31383         * international/mule-diag.el (describe-coding-system):
31384         * international/ucs-tables.el (unify-8859-on-encoding-mode):
31385         * net/browse-url.el (browse-url-xterm-program):
31386         * obsolete/lazy-lock.el (lazy-lock-mode):
31387         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
31388         (cperl-mode):
31389         * progmodes/cpp.el (cpp-face-light-name-list)
31390         (cpp-face-dark-name-list):
31391         * progmodes/delphi.el (delphi-newline-always-indents):
31392         Fix spellings in docstrings.
31394         * ido.el (ido-mode, ido-file-extensions-order)
31395         (ido-default-file-method, ido-default-buffer-method)
31396         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
31397         (ido-decorations, ido-read-file-name-as-directory-commands)
31398         (ido-read-file-name-non-ido, ido-work-directory-list)
31399         (ido-ignore-item-temp-list, ido-current-directory)
31400         (ido-magic-forward-char, ido-enter-find-file)
31401         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
31402         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
31404 2005-06-10  Lute Kamstra  <lute@gnu.org>
31406         * play/dunnet.el (dun-mode): Use define-derived-mode.
31407         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
31408         obsolete alias.
31410         * play/doctor.el (doctor-mode-map): Remove defvar.
31411         (doctor-mode): Use define-derived-mode.
31413         * mail/mspools.el (mspools-mode):
31414         * net/eudc-hotlist.el (eudc-hotlist-mode):
31415         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
31417 2005-06-10  Miles Bader  <miles@gnu.org>
31419         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
31420         Remove "-face" suffix from face names.
31421         (flyspell-incorrect-face, flyspell-duplicate-face):
31422         New backward-compatibility aliases for renamed faces.
31423         (flyspell-mode-on, make-flyspell-overlay)
31424         (flyspell-highlight-incorrect-region)
31425         (flyspell-highlight-duplicate-region)
31426         (flyspell-display-next-corrections)
31427         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
31429         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
31430         from face name.
31431         (texinfo-heading-face): New backward-compatibility alias for
31432         renamed face.
31433         (texinfo-heading-face): Use renamed texinfo-heading face.
31435         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
31436         suffix from face names.
31437         (tex-math-face, tex-verbatim-face):
31438         New backward-compatibility aliases for renamed faces.
31439         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
31440         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
31441         literal face name.
31443         * textmodes/table.el (table-cell): Remove "-face" suffix from face
31444         name.
31445         (table-cell-face): New backward-compatibility alias for renamed face.
31446         (table--put-cell-face-property, table--update-cell-face):
31447         Use renamed table-cell face.
31449         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
31450         from face name.
31451         (sgml-namespace-face): New backward-compatibility alias for
31452         renamed face.
31453         (sgml-namespace-face): Use renamed sgml-namespace face.
31455         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
31456         (org-level-4, org-level-5, org-level-6, org-level-7)
31457         (org-level-8, org-warning, org-headline-done)
31458         (org-deadline-announce, org-scheduled-today)
31459         (org-scheduled-previously, org-link, org-done, org-table)
31460         (org-time-grid): Remove "-face" suffix from face names.
31461         (org-level-1-face, org-level-2-face, org-level-3-face)
31462         (org-level-4-face, org-level-5-face, org-level-6-face)
31463         (org-level-7-face, org-level-8-face, org-warning-face)
31464         (org-headline-done-face, org-deadline-announce-face)
31465         (org-scheduled-today-face, org-scheduled-previously-face)
31466         (org-link-face, org-done-face, org-table-face)
31467         (org-time-grid-face):
31468         New backward-compatibility aliases for renamed faces.
31469         (org-level-faces, org-set-font-lock-defaults, org-timeline)
31470         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
31471         (org-agenda-get-timestamps, org-agenda-get-scheduled)
31472         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
31474         * emulation/viper-init.el (viper-search, viper-replace-overlay)
31475         (viper-minibuffer-emacs, viper-minibuffer-insert)
31476         (viper-minibuffer-vi): Remove "-face" suffix from face names.
31477         (viper-search-face, viper-replace-overlay-face)
31478         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31479         (viper-minibuffer-vi-face):
31480         New backward-compatibility aliases for renamed faces.
31481         (viper-search-face, viper-replace-overlay-face)
31482         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31483         (viper-minibuffer-vi-face): Use renamed viper faces.
31485         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
31486         Remove "-face" suffix from face names.
31487         (testcover-nohits-face, testcover-1value-face):
31488         New backward-compatibility aliases for renamed faces.
31489         (testcover-mark): Use renamed testcover faces.
31491         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
31492         face name.
31493         (diary-button-face): New backward-compatibility alias for renamed face.
31494         (diary-entry): Use renamed diary-button face.
31496         * calendar/calendar.el (diary, calendar-today, holiday)
31497         (mark-visible-calendar-date): Remove "-face" suffix from face names.
31498         (diary-face, calendar-today-face, holiday-face):
31499         New backward-compatibility aliases for renamed faces.
31500         (eval-after-load "facemenu", diary-entry-marker)
31501         (calendar-today-marker, calendar-holiday-marker, diary-face):
31502         Use renamed calendar faces.
31504         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
31505         (compare-windows-face): New backward-compatibility alias for
31506         renamed face.
31507         (compare-windows-highlight): Use renamed compare-windows face.
31509         * strokes.el (strokes-char): Remove "-face" suffix from face name.
31510         (strokes-char-face): New backward-compatibility alias for renamed face.
31511         (strokes-encode-buffer): Use renamed strokes-char face.
31513         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
31514         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
31515         Remove "-face" suffix from face names.
31516         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
31517         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
31518         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
31519         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
31520         Use renamed pcvs faces.
31521         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
31522         * pcvs-defs.el (cvs-mode-map): Likewise.
31523         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
31525         * info.el (info-title-1, info-title-2, info-title-3)
31526         (info-title-4): Remove "-face" suffix from and downcase face names.
31527         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
31528         (Info-title-4-face):
31529         New backward-compatibility aliases for renamed faces.
31530         (Info-fontify-node): Use renamed info faces.
31532         * hilit-chg.el (highlight-changes, highlight-changes-delete):
31533         Remove "-face" suffix from face names.
31534         (highlight-changes-face, highlight-changes-delete-face):
31535         New backward-compatibility aliases for renamed faces.
31536         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31537         (hilit-chg-make-list): Use renamed highlight-changes faces.
31539         * generic-x.el (show-tabs-tab, show-tabs-space):
31540         Remove "-face" suffix from face names.
31541         (show-tabs-tab-face, show-tabs-space-face):
31542         New backward-compatibility aliases for renamed faces.
31543         (show-tabs-generic-mode-font-lock-defaults-1)
31544         (show-tabs-generic-mode-font-lock-defaults-2):
31545         Use renamed show-tabs faces.
31547         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
31548         (smerge-markers): Remove "-face" suffix from face names.
31549         (smerge-mine-face, smerge-other-face, smerge-base-face)
31550         (smerge-markers-face):
31551         New backward-compatibility aliases for renamed faces.
31552         (smerge-mine-face, smerge-other-face, smerge-base-face)
31553         (smerge-markers-face): Use renamed smerge faces.
31555         * log-view.el (log-view-file, log-view-message): Remove "-face"
31556         suffix from face names.
31557         (log-view-file-face, log-view-message-face):
31558         New backward-compatibility aliases for renamed faces.
31559         (log-view-file-face, log-view-message-face): Use renamed log-view
31560         faces.
31562         * paren.el (show-paren-match, show-paren-mismatch):
31563         Remove "-face" suffix from face names.
31564         (show-paren-match-face, show-paren-mismatch-face):
31565         New backward-compatibility aliases for renamed faces.
31566         (show-paren-function): Use renamed show-paren faces.
31568         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
31569         (ruler-mode-margins, ruler-mode-fringes)
31570         (ruler-mode-column-number, ruler-mode-fill-column)
31571         (ruler-mode-comment-column, ruler-mode-goal-column)
31572         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
31573         suffix from face names.
31574         (ruler-mode-default-face, ruler-mode-pad-face)
31575         (ruler-mode-margins-face, ruler-mode-fringes-face)
31576         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
31577         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
31578         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
31579         New backward-compatibility aliases for renamed faces.
31580         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
31581         (ruler-mode-column-number, ruler-mode-fill-column)
31582         (ruler-mode-comment-column, ruler-mode-goal-column)
31583         (ruler-mode-tab-stop, ruler-mode-current-column)
31584         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
31585         faces.
31587         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
31588         face name.
31589         (whitespace-highlight-the-space): Use renamed face.
31590         (whitespace-highlight-face): New backward-compatibility alias for
31591         renamed face.
31593         * woman.el (woman-italic, woman-bold, woman-unknown)
31594         (woman-addition, woman-symbol-face):
31595         Remove "-face" suffix from face names.
31596         (woman-italic-face, woman-bold-face, woman-unknown-face)
31597         (woman-addition-face):
31598         New backward-compatibility aliases for renamed faces.
31599         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
31600         (woman-decode-region, woman-replace-match)
31601         (woman-display-extended-fonts, woman-special-characters)
31602         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
31603         Use renamed woman faces.
31605         * longlines.el (longlines-visible-face): Face removed.
31607         * diff-mode.el (diff-header, diff-file-header, diff-index)
31608         (diff-hunk-header, diff-removed, diff-added, diff-changed)
31609         (diff-function, diff-context, diff-nonexistent): Remove "-face"
31610         suffix from face names.
31611         (diff-header-face, diff-file-header-face, diff-index-face)
31612         (diff-hunk-header-face, diff-removed-face, diff-added-face)
31613         (diff-changed-face, diff-function-face, diff-context-face)
31614         (diff-nonexistent-face): New backward-compatibility aliases for
31615         renamed faces.
31616         (diff-header-face, diff-file-header-face)
31617         (diff-index, diff-index-face, diff-hunk-header)
31618         (diff-hunk-header-face, diff-removed, diff-removed-face)
31619         (diff-added, diff-added-face, diff-changed-face, diff-function)
31620         (diff-function-face, diff-context-face, diff-nonexistent)
31621         (diff-nonexistent-face): Use renamed diff-mode faces.
31623         * progmodes/compile.el (compilation-warning-face)
31624         (compilation-info-face): Remove "-face" suffix from face names.
31625         (compilation-warning-face, compilation-info-face):
31626         New backward-compatibility aliases for renamed faces.
31627         (compilation-warning-face, compilation-info-face):
31628         Use renamed compilation faces.
31630         * add-log.el (change-log-date, change-log-name)
31631         (change-log-email, change-log-file, change-log-list)
31632         (change-log-conditionals, change-log-function)
31633         (change-log-acknowledgement): Remove "-face" suffix from face names.
31634         (change-log-date-face, change-log-name-face)
31635         (change-log-email-face, change-log-file-face)
31636         (change-log-list-face, change-log-conditionals-face)
31637         (change-log-function-face, change-log-acknowledgement-face):
31638         New backward-compatibility aliases for renamed faces.
31639         (change-log-font-lock-keywords): Use renamed change-log faces.
31641         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
31642         (custom-set, custom-changed, custom-saved, custom-button)
31643         (custom-button-pressed, custom-documentation, custom-state)
31644         (custom-comment, custom-comment-tag, custom-variable-tag)
31645         (custom-variable-button, custom-face-tag, custom-group-tag-1)
31646         (custom-group-tag): Remove "-face" suffix from face names.
31647         (custom-magic-alist, custom-magic-value-create)
31648         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
31649         (custom-invalid-face, custom-rogue-face, custom-modified-face)
31650         (custom-set-face, custom-changed-face, custom-saved-face)
31651         (custom-button-face, custom-button-pressed-face)
31652         (custom-documentation-face, custom-state-face)
31653         (custom-comment-face, custom-comment-tag-face)
31654         (custom-variable-tag-face, custom-variable-button-face)
31655         (custom-face-tag-face, custom-group-tag-face-1)
31656         (custom-group-tag-face):
31657         New backward-compatibility aliases for renamed faces.
31659         * wid-edit.el (widget-documentation, widget-button)
31660         (widget-field, widget-single-line-field, widget-inactive)
31661         (widget-button-pressed): "-face" suffix removed from face names.
31662         (widget-documentation-face, widget-button-face)
31663         (widget-field-face, widget-single-line-field-face)
31664         (widget-inactive-face, widget-button-pressed-face):
31665         New backward-compatibility aliases for renamed faces.
31666         (widget-documentation-face, widget-button-face)
31667         (widget-button-pressed-face, widget-specify-field)
31668         (widget-specify-inactive): Use renamed widget faces.
31670 2005-06-10  Kenichi Handa  <handa@m17n.org>
31672         * term/x-win.el (x-clipboard-yank): Remove condition-case
31673         wrapping.
31675 2005-06-11  Kenichi Handa  <handa@m17n.org>
31677         * add-log.el (change-log-font-lock-keywords): Make the regexp for
31678         date lines stricter.
31680 2005-06-10  Zhang Wei  <id.brep@gmail.com>
31682         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
31683         of x-get-selection.
31685 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31687         * comint.el (comint-mode, comint-snapshot-last-prompt):
31688         * frame.el (frame-current-scroll-bars):
31689         * term.el (term-mode, term-check-proc, term-input-sender)
31690         (term-simple-send, term-extract-string, term-word)
31691         (term-match-partial-filename):
31692         * window.el (window-current-scroll-bars):
31693         * emulation/cua-base.el (cua-normal-cursor-color)
31694         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
31695         (cua-global-mark-cursor-color):
31696         * mail/undigest.el (rmail-forward-separator-regex):
31697         Fix typos in docstrings.
31699         * comint.el (comint-check-proc, make-comint-in-buffer)
31700         (comint-source-default): Doc fixes.
31702         * term.el (term-send-string): Improve argument/docstring consistency.
31704 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
31706         * comint.el (comint-send-input): Bind `inhibit-read-only' around
31707         call to `delete-region'.
31708         (comint-mode-hook): Do not enable Font Lock by default.
31710 2005-06-09  Lute Kamstra  <lute@gnu.org>
31712         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
31713         could be void.
31715 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31717         * emacs-lisp/debug.el (debugger-will-be-back): New var.
31718         (debug): Use it.
31719         (debugger-step-through, debugger-continue, debugger-jump)
31720         (debugger-return-value): Set it when needed.
31721         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
31722         Use inhibit-read-only.
31724 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
31726         * window.el (shrink-window-if-larger-than-buffer)
31727         (window-size-fixed): Fix typo in docstring.
31729         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
31730         thumbnails directory on loading.
31731         (thumbs-conversion-program): Use `eq' to check the system type,
31732         not `equal'.
31733         (thumbs-temp-dir): Initialize to `temporary-file-directory',
31734         not "/tmp".  Fix docstring.
31735         (thumbs-thumbsdir): New function to return the thumbnails
31736         directory, creating it if needed.
31737         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
31738         (thumbs-temp-file): Delete variable and make it into a function.
31739         (thumbs-resize-image, thumbs-modify-image): Use it.
31740         (thumbs-kill-buffer): Simplify.
31741         (thumbs-gensym): Defalias or duplicate CL `gensym'.
31742         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
31743         docstrings.
31745 2005-06-09  Kim F. Storm  <storm@cua.dk>
31747         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31748         set-match-data to free markers in match-data.
31750         * replace.el (replace-match-data): Pass RESEAT arg `t' to
31751         match-data to unchain markers in match-data.
31753 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31755         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
31756         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
31757         unnecessary now.
31759 2005-06-08  Richard M. Stallman  <rms@gnu.org>
31761         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
31762         give the variable a doc string that doesn't say don't set it directly.
31764         * textmodes/ispell.el (ispell-check-version):
31765         Use match-string-no-properties.
31766         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
31767         (ispell-buffer-local-words): Likewise.
31769         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
31770         except on terminals with enough colors to really display it.
31771         (makefile-dependency-regex): Delete spurious `bb'.
31773         * faces.el (escape-glyph): Use blue once again in last case.
31774         (no-break-space): Redefine so that it isn't invisible on a tty.
31776 2005-06-08  Kim F. Storm  <storm@cua.dk>
31778         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
31779         also when reading directory name.
31781 2005-06-08  Lute Kamstra  <lute@gnu.org>
31783         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
31784         (flyspell-mode-line-string): Remove autoload cookie.
31785         (flyspell-mode): Remove defvar.
31787 2005-06-07  Lute Kamstra  <lute@gnu.org>
31789         * textmodes/org.el (org-run-mode-hooks): New function.
31790         (org-agenda-mode): Use it.
31792 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
31794         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
31796 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31798         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
31800 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
31802         * font-lock.el (font-lock-add-keywords): Doc fix.
31804 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31806         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
31807         (tex-compile-default): In the absence of any history, use the order in
31808         tex-compile-alist to choose the preferred command.
31809         (tex-compile-commands): Reorder a bit.
31811         * textmodes/flyspell.el (flyspell-auto-correct-binding)
31812         (flyspell-incorrect-face, flyspell-duplicate-face):
31813         Use (X)Emacs-agnostic code.
31814         (flyspell-mode-map): Don't overwrite at each load.  Remove code
31815         redundant with the subsequent add-minor-mode.  Merge Emacs and
31816         XEmacs code.
31817         (flyspell-word): Minor simplification.
31818         (flyspell-math-tex-command-p): Quieten the byte-compiler.
31819         (flyspell-external-point-words): Remove unused vars `size' and `start'.
31820         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
31821         Merge the corresponding Emacs code.
31822         (flyspell-correct-word, flyspell-xemacs-popup):
31823         Use flyspell-do-correct.
31825         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
31826         a dedicated window.
31828         * international/latexenc.el (latexenc-find-file-coding-system):
31829         Undo part of last patch, to turn off a compiler warning.
31831 2005-06-06  Juri Linkov  <juri@jurta.org>
31833         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
31834         Rename `tmm-inactive-face' to `tmm-inactive'.
31836 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
31838         * iswitchb.el: Rename faces.
31840 2005-06-06  Kim F. Storm  <storm@cua.dk>
31842         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
31843         (cua-global-mark): Remove -face suffix from face names.
31845         * emulation/cua-gmrk.el (cua--init-global-mark):
31846         Remove cua-global-mark face setup.
31848 2005-06-06  Richard M. Stallman  <rms@gnu.org>
31850         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
31851         just like other allowed characters.
31852         (makefile-match-dependency): Exclude leading and training whitespace
31853         from the range of regexp subexp 1.
31854         (makefile-macroassign-regex): Don't try to match the body,
31855         just the name of the macro being defined.
31857         * info.el (Info-read-node-name-2): New function.
31858         (Info-read-node-name-1): Use that.
31859         Add a completion-base-size-function property.
31861         * simple.el (completion-setup-function): Look for
31862         completion-base-size-function property of minibuffer-completion-table.
31864         * files.el (locate-file-completion): Doc fix.
31866         * printing.el: Don't call pr-update-menus; user must do that.
31868         * emacs-lisp/debug.el (debugger-window): New variable.
31869         (debug): Use debugger-window if it is set and still alive.
31870         Record debugger-window for next entry.
31872         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
31874 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
31876         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31877         (hack-one-local-variable, hack-local-variables)
31878         (hack-local-variables-prop-line): Pass that arg.
31880 2005-06-06  Kim F. Storm  <storm@cua.dk>
31882         * ido.el (ido-first-match, ido-only-match, ido-subdir)
31883         (ido-indicator): Remove -face suffix from face names.
31885 2005-06-06  Juri Linkov  <juri@jurta.org>
31887         * font-lock.el (font-lock-regexp-backslash)
31888         (font-lock-regexp-backslash-construct): New faces.
31889         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
31890         after `('.  Add `while-no-input' to control structures.
31892         * faces.el (no-break-space, shadow): New faces.
31893         (escape-glyph): Use less loud colors pink2 and red4.
31895         * diff-mode.el (diff-context-face)
31896         * dired.el (dired-ignored)
31897         * rfn-eshadow.el (file-name-shadow)
31898         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
31900         * info.el (Info-title-1-face): Use green instead of yellow because
31901         bold yellow is not readable on light backgrounds.
31903         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
31904         before selecting the desired mode to not spend time fontifying
31905         old contents.
31907 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
31909         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
31910         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
31912         * ps-print.el (ps-default-fg, ps-default-bg):
31913         Fix typos in docstrings.
31915         * isearchb.el (isearchb): Don't pass a spurious second argument to
31916         `iswitchb-completions'.
31918 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
31920         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
31921         to preserve point.
31922         (gdb-find-file-hook): Add doc string.
31924         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
31925         C dereferenced pointer expression.
31926         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
31928         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
31930         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
31931         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
31932         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
31933         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
31934         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
31935         Make background transparent.
31937 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
31939         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
31940         (font-lock-remove-keywords): Doc fix.
31941         (font-lock-mode-major-mode): Compiler defvar.
31942         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
31944         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
31945         (font-lock-mode): Update `font-lock-mode-major-mode'.
31946         (font-lock-set-defaults): Compiler defvar.
31947         (font-lock-default-function): Take `font-lock-mode-major-mode'
31948         into account.
31950         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
31951         keep track of which major mode it enabled the minor mode for.
31952         Use find-file-hook again.  Update docstring.
31954         * simple.el (eval-expression-print-level)
31955         (eval-expression-print-length, eval-expression-debug-on-error):
31956         Doc fixes.
31958 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
31960         * iswitchb.el (iswitchb-single-match-face)
31961         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
31962         (iswitchb-invalid-regexp-face): New faces.
31963         (iswitchb-completions): Use them.
31964         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
31965         now marked as an obsolete alias.
31966         (iswitchb-read-buffer): Remove check for bound font variables.
31967         (iswitchb-invalid-regexp): New free variable.
31968         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
31969         set iswitchb-invalid-regexp.
31970         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
31971         invalid regexps.
31972         (iswitchb-completions): Add check for complete match when entering
31973         a regexp.
31974         (iswitchb-completions): Remove require-match argument.
31975         (iswitchb-exhibit): Fix caller.
31976         (iswitchb-common-match-inserted): New variable.
31977         (iswitchb-complete, iswitchb-completion-help): Use it.
31979 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
31981         * url/url-http.el (url-http-chunked-encoding-after-change-function):
31982         Use `url-http-debug' instead of `message'.
31984 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
31986         * url/url-http.el (url-http-parse-headers): Pass redirected URL
31987         as a callback argument.
31989 2005-06-04  Kim F. Storm  <storm@cua.dk>
31991         * simple.el (line-move): Only call sit-for when moving backwards.
31993         * ido.el (ido-make-merged-file-list-1): New defun split from
31994         ido-make-merged-file-list.
31995         (ido-make-merged-file-list): Bind throw-on-input around call to
31996         ido-make-merged-file-list-1.  Return input-pending-p if
31997         interrupted by more input available.
31998         (ido-read-internal): Handle input-pending-p return value from
31999         ido-make-merged-file-list.
32001 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32003         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
32004         compatibility code.
32006         * international/latexenc.el (latexenc-find-file-coding-system):
32007         Don't inherit the EOL part of the coding-system from the
32008         tex-main buffer.  Fit within 80 columns.
32010 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
32012         * tmm.el (tmm-inactive-face): New face.
32013         (tmm-remove-inactive-mouse-face): New function.
32014         (tmm-prompt, tmm-add-one-shortcut)
32015         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
32016         but not selectable.
32018 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
32020         * faces.el (face-equal): Improve argument/docstring consistency.
32022 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
32024         * progmodes/make-mode.el (makefile-targets-face)
32025         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
32026         (makefile-bsdmake-dependency-regex)
32027         (makefile-makepp-rule-action-regex)
32028         (makefile-bsdmake-rule-action-regex): New constants.
32029         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
32031         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32032         Allow (...) within `...' for makepp messages.
32034 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
32036         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
32038         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
32039         "." files are deleted from all file lists before comparison.
32041         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
32042         (viper-ESC-key): Made them customizable.
32044         * emulation/viper.el (viper-non-hook-settings):
32045         Fix the names of defadvices.
32047 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
32049         * autorevert.el (auto-revert-buffers): Use save-match-data.
32051 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32053         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
32054         menu items with a nil command binding.
32056 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
32058         * emacs-lisp/cl-macs.el (defsetf):
32059         Improve argument/docstring consistency.
32061         * faces.el (list-faces-display): Improve the formatting by
32062         computing the maximum length required for any face-name (reworked
32063         patch of 1999-01-11, accidentally deleted on 1999-07-21).
32064         (internal-find-face): Remove redundant info in docstring.
32066 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
32068         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
32069         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
32070         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
32071         (gdb-assembler-custom): Improve regexps.
32072         (def-gdb-auto-update-handler): Use window point to preserve point.
32074 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32076         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
32078 2005-05-31  Jay Belanger  <belanger@truman.edu>
32080         * calc/calc-embed.el (calc-embedded-word): Change argument passed
32081         to calc-embedded.
32082         (calc-embedded-make-info): Have plain prefix argument select
32083         entire line.
32085 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
32087         * faces.el (list-faces-display): Signal error if passed a regexp
32088         that matches no face name.
32090         * simple.el (filter-buffer-substring): Fix typo in docstring.
32092 2005-05-31  Richard M. Stallman  <rms@gnu.org>
32094         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
32095         (vhdl-emacs-21): Doc fix.
32096         (vhdl-mode): Unconditionally set comment-padding.
32097         (vhdl-fixup-whitespace-region): Insert spaces only where
32098         there are none.
32099         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
32101 2005-05-30  John Wiegley  <johnw@newartisans.com>
32103         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
32104         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
32105         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
32106         `directory-sep-char' to ?/, and all uses of `string-to-int' to
32107         `string-to-number'.
32109 2005-05-30  Jay Belanger  <belanger@truman.edu>
32111         * calc/calc.el (calc-bug-address): Fix docstring.
32112         (calc-window-hook, calc-trail-window-hook): New variables.
32113         (calc-trail-display): Restore use of calc-trail-window-hook.
32114         (calc): Restore use of calc-window-hook.
32116 2005-05-31  Masatake YAMATO  <jet@gyve.org>
32118         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
32120         * help-fns.el (help-C-file-name): Add autoload mark for
32121         `find-function-noselect'.
32123 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
32125         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
32126         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
32128 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32130         * calendar/diary-lib.el (mark-included-diary-files): Only kill
32131         included diary buffer if it was not already being visited.
32132         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
32134         * calendar/icalendar.el (top-level): Do not require appt.
32136         * mail/supercite.el (sc-select-attribution): Only use a list
32137         element from sc-attrib-selection-list if it returns a string.
32138         Reported by Davide G. M. Salvetti <salve@debian.org>.
32140 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
32142         * thumbs.el (thumbs-thumbname): The resulting thumbname now
32143         includes a hash value to improve its uniqueness, and has a ".jpg"
32144         extension.  Also, it is now a valid filename on all systems.
32145         (thumbs-make-thumb): Use `let', not `let*'.
32146         (thumbs-show-thumbs-list): Check for JPEG availability.
32148 2005-05-30  Richard M. Stallman  <rms@gnu.org>
32150         * filesets.el (filesets-menu-ensure-use-cached):
32151         Prevent warning when emacs-version>= is undefined.
32153         * printing.el (pr-interactive-n-up): Use string-to-number.
32155         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
32157         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
32158         Warn only when name to be defined is quoted.
32160 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
32162         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
32163         Make regexp more robust.
32164         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
32165         Force regeneration of disassembly.
32167 2005-05-29  Jay Belanger  <belanger@truman.edu>
32169         * calc/calc.el (calc-user-invocation): Check if
32170         calc-invocation-macro is non-nil.
32172 2005-05-29  Juri Linkov  <juri@jurta.org>
32174         * add-log.el (change-log-font-lock-keywords):
32175         Add `+' to e-mail regexp to accept mail address with keywords.
32177         * man.el (Man-name-regexp): Add `:' to accept qualified names.
32179 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
32181         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
32183         * ielm.el (inferior-emacs-lisp-mode): Ditto.
32185 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32187         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32188         Undo the change that moves to end of the current word.
32190 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32192         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
32193         Throw error when count <= 0 to ensure input is a number.
32194         (gdb-read-memory-custom): Pick up address from buffer.
32195         (gdb-memory-mode): Allow user to increment and decrement
32196         memory address from header line.
32198 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32200         * textmodes/flyspell.el (flyspell-version): Function deleted.
32201         (flyspell-auto-correct-previous-hook): Doc fix.
32203         * jit-lock.el (jit-lock-function, jit-lock-after-change):
32204         Do nothing if memory is full.
32206         * font-lock.el (font-lock-fontify-syntactically-region):
32207         Pass t for GREEDY to looking-back.
32209         * saveplace.el (save-place-alist-to-file): Write the file
32210         using write-region.
32212         * subr.el (looking-back): New argument GREEDY.
32214         * progmodes/compile.el (compilation-start): Set the mode
32215         before inserting the initial text.
32217         * progmodes/which-func.el (which-func-update-1): Turn the mode
32218         off in case of error by setting which-func-mode.
32220 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
32222         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32223         Narrow down to what's on the screen, and recenter overlays
32224         at the end of the next word.
32226 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
32228         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
32229         8Vars moved up.
32230         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
32231         (flyspell-abbrev-p): Default to nil.
32232         (flyspell-use-global-abbrev-table-p): Doc fix.
32233         (flyspell-large-region): Allow nil as value.
32234         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
32236         (mail-mode-flyspell-verify): More robust handling
32237         of `mail-header-separator'.  More efficient signature detection.
32238         Allow for regexp metacharacters in message-header-separator.
32239         Adding `To' not to be checked in mail-mode-flyspell-verify.
32241         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
32242         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
32243         Bind flyspell-auto-correct-binding.
32244         Bind C-. and C-, .
32245         (flyspell-mode-map): Likewise.
32246         (flyspell-mode): Doc fix.
32247         (flyspell-accept-buffer-local-defs): Preserve current buffer.
32248         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
32249         (flyspell-word-cache-result): New var, always local.
32250         (flyspell-check-pre-word-p): Doc fix.
32251         (flyspell-check-changed-word-p): Handle spc like newline.
32252         (flyspell-post-command-hook): Set flyspell-word-cache-result.
32253         (flyspell-word-search-backward, flyspell-word-search-forward):
32254         New functions.
32255         (flyspell-word): Return t if nothing to check.
32256         When parsing TeX code, check for after } or \.
32257         Use flyspell-word-search-backward to find previous word.
32258         Return nil if duplicated word.
32259         For word already checked, return same value as last time.
32260         Set flyspell-word-cache-result after checking.
32261         Don't clobber the return value.
32262         (flyspell-get-word): Major rewrite.
32263         (flyspell-external-point-words): New locals pword, pcount.
32264         Fix size used in progress message.
32265         Find the proper corresponding word in flyspell-large-region-buffer.
32266         (flyspell-region): Check for flyspell-large-region = nil.
32267         (flyspell-highlight-incorrect-region): Clean up overlays in region.
32268         (flyspell-auto-correct-word): Check that WORD is a cons.
32269         (flyspell-correct-word): Likewise.
32271 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
32273         * progmodes/make-mode.el (makefile-rule-action-regex)
32274         (makefile-macroassign-regex, makefile-makepp-mode)
32275         (makefile-bsdmake-mode): Continuation lines may be empty.
32276         Reported by Joshua Varner.
32277         (makefile-makepp-font-lock-keywords): Add $(stem).
32279 2005-05-28  Karl Berry  <karl@gnu.org>
32281         * textmodes/tex-mode.el: Now that tex-send-command calls
32282         shell-quote-argument (2005-03-31 change), remove all calls to
32283         shell-quote-argument; they all end up invoking tex-send-command.
32284         The double quoting loses on filenames with non-safe characters,
32285         such as "@".  Reported by Frederik Fouvry.
32287 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32289         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
32290         about preserving point.
32292 2005-05-27  Jay Belanger  <belanger@truman.edu>
32294         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
32295         Info-goto-node.
32297         * calc/calc-embed.el (calc-embed-arg): New variable.
32298         (calc-do-embedded-activate, calc-embedded-activate-formula)
32299         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
32300         variable by new variable.
32301         (calc-embedded-make-info): Replace undeclared variable by new
32302         variable.  When selecting region with positive prefix
32303         argument, use end of previous line instead of beginning of line.
32305         * calc/calc-aent.el (calc-arg-values): Declare it.
32307         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
32308         Declare them.
32310         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
32312         * calc/calc.el (calc-alg-map): Declare it.
32314         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
32316 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
32318         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
32319         (gdb-registers-buffer, toggle-gdb-all-registers):
32320         Toggle display of floating point registers.
32321         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
32323         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
32324         (toggle-gud-tooltip-dereference):
32325         Rename from gud-toggle-tooltip-dereference.
32327 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32329         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
32331 2005-05-27  Jay Belanger  <belanger@truman.edu>
32333         * calc/calc-prog.el (calc-kbd-report): Remove.
32334         (calc-kbd-query): Rewrite.
32336 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
32338         * image.el (image-library-alist): Move to image.c.
32339         (image-type-available-p): Doc fix.
32341 2005-05-27  Lute Kamstra  <lute@gnu.org>
32343         * calc/calc.el (calc):
32344         * outline.el (outline-1, outline-2, outline-3, outline-4)
32345         (outline-5, outline-6, outline-7, outline-8):
32346         * textmodes/dns-mode.el (dns-mode):
32347         * textmodes/sgml-mode.el (sgml-namespace-face):
32348         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
32349         (tex-verbatim-face, tex-use-reftex):
32350         * textmodes/texinfo.el (texinfo-heading-face):
32351         Specify customization group.
32353         * longlines.el: Don't require easy-mmode.
32354         (longlines-visible-face): Specify customization group.
32356 2005-05-27  Kenichi Handa  <handa@m17n.org>
32358         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
32359         encoding table of windows-1251.
32361         * international/ucs-tables.el (ucs-set-table-for-input):
32362         If translation-table-for-input of a coding system is a symbol, get
32363         its translation-table property.
32365         * international/code-pages.el: Don't register a coding system into
32366         non-iso-charset-alist more than once.
32367         (cp-make-coding-system): Likewise.
32369 2005-05-26  John Wiegley  <johnw@newartisans.com>
32371         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
32372         `eshell-resume-eval' is wrapped in a list, it indicates that the
32373         command was run asynchronously.  In that case, unwrap the value
32374         before checking the delimiter value.
32376         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
32377         character before a space at the end of a line is \, assume the space
32378         is part of the last argument rather than a final argument separator.
32380         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
32381         is in use, and the target is `t' or `nil' (which are the most common
32382         values), don't assume that the symbol target is a buffer.
32384 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
32386         * calendar/calendar.el (calendar-mode-line-format):
32387         Use mode-line-highlight as mouse-face.
32389         * time.el (display-time-string-forms, display-time-update):
32390         Use mode-line-highlight as mouse-face.
32392 2005-05-26  Jay Belanger  <belanger@truman.edu>
32394         * calc/calc.el (calc-language-alist): Remove extra defvar.
32396 2005-05-26  Lute Kamstra  <lute@gnu.org>
32398         * arc-mode.el (archive-mode):
32399         * bookmark.el (bookmark-read-annotation-mode)
32400         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
32401         * bs.el (bs-mode):
32402         * calc/calc-yank.el (calc-edit-mode):
32403         * calc/calc.el (calc-mode, calc-trail-mode):
32404         * calculator.el (calculator-mode):
32405         * chistory.el (command-history-mode):
32406         * comint.el:
32407         * cus-edit.el (custom-mode):
32408         * descr-text.el (describe-text-mode):
32409         * ebuff-menu.el (Electric-buffer-menu-mode):
32410         * ediff-util.el (ediff-mode):
32411         * emacs-lisp/re-builder.el (reb-mode):
32412         * emulation/vi.el (vi-mode-setup):
32413         * emulation/ws-mode.el (wordstar-mode):
32414         * eshell/esh-mode.el (eshell-mode):
32415         * forms.el (forms-mode):
32416         * help-mode.el (help-mode):
32417         * hexl.el (hexl-mode):
32418         * ibuffer.el (ibuffer-mode):
32419         * ielm.el (inferior-emacs-lisp-mode):
32420         * info.el (Info-mode, Info-edit-mode):
32421         * international/swedish.el:
32422         * ledit.el (ledit-from-lisp-mode):
32423         * locate.el (locate-mode):
32424         * mail/rmail.el (rmail-mode):
32425         * mail/rmailedit.el (rmail-edit-mode):
32426         * mail/rmailsum.el (rmail-summary-mode):
32427         * mail/supercite.el (sc-electric-mode):
32428         * net/eudc.el (eudc-mode):
32429         * net/quickurl.el (quickurl-list-mode):
32430         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
32431         * obsolete/ooutline.el (outline-mode):
32432         * obsolete/options.el (Edit-options-mode):
32433         * obsolete/rnews.el (news-mode):
32434         * obsolete/rnewspost.el (news-reply-mode):
32435         * play/5x5.el (5x5-mode):
32436         * play/decipher.el (decipher-mode, decipher-stats-mode):
32437         * play/gomoku.el (gomoku-mode):
32438         * play/snake.el (snake-mode):
32439         * play/solitaire.el (solitaire-mode):
32440         * play/tetris.el (tetris-mode):
32441         * progmodes/ada-mode.el (ada-mode):
32442         * progmodes/antlr-mode.el (antlr-mode):
32443         * progmodes/autoconf.el (autoconf-mode):
32444         * progmodes/dcl-mode.el (dcl-mode):
32445         * progmodes/delphi.el (delphi-mode):
32446         * progmodes/ebrowse.el (ebrowse-tree-mode)
32447         (ebrowse-electric-list-mode, ebrowse-member-mode)
32448         (ebrowse-electric-position-mode):
32449         * progmodes/f90.el (f90-mode):
32450         * progmodes/fortran.el (fortran-mode):
32451         * progmodes/icon.el (icon-mode):
32452         * progmodes/idlw-help.el (idlwave-help-mode):
32453         * progmodes/idlw-shell.el (idlwave-shell-mode):
32454         * progmodes/idlwave.el (idlwave-mode):
32455         * progmodes/inf-lisp.el (inferior-lisp-mode):
32456         * progmodes/m4-mode.el (m4-mode):
32457         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
32458         * progmodes/modula2.el (modula-2-mode):
32459         * progmodes/octave-inf.el (inferior-octave-mode):
32460         * progmodes/octave-mod.el (octave-mode):
32461         * progmodes/pascal.el (pascal-mode):
32462         * progmodes/sh-script.el (sh-mode):
32463         * progmodes/sql.el (sql-mode, sql-interactive-mode):
32464         * progmodes/vhdl-mode.el (vhdl-mode):
32465         * progmodes/xscheme.el (scheme-interaction-mode):
32466         * replace.el (occur-mode):
32467         * ses.el (ses-mode):
32468         * simple.el (completion-list-mode):
32469         * skeleton.el:
32470         * speedbar.el (speedbar-mode):
32471         * term.el (term-mode):
32472         * terminal.el (terminal-edit-mode):
32473         * textmodes/reftex-index.el (reftex-index-mode)
32474         (reftex-index-phrases-mode):
32475         * textmodes/reftex-sel.el (reftex-select-label-mode)
32476         (reftex-select-bib-mode):
32477         * textmodes/reftex-toc.el (reftex-toc-mode):
32478         * wdired.el (wdired-change-to-wdired-mode):
32479         * wid-browse.el (widget-browse-mode):
32480         Use run-mode-hooks.
32482         * array.el (array-mode):
32483         * calendar/todo-mode.el (todo-mode):
32484         * man.el (Man-mode):
32485         * play/landmark.el (lm-mode):
32486         * play/mpuz.el (mpuz-mode):
32487         Use kill-all-local-variables and run-mode-hooks.
32489         * subr.el (delay-mode-hooks): Specify indentation.
32491 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
32493         * xml.el (xml-substitute-special): Don't die for undefined xml
32494         entities.
32496 2005-05-26  Jay Belanger  <belanger@truman.edu>
32498         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
32499         of nil.
32501 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
32503         * progmodes/gdb-ui.el (gdb-frame-address):
32504         Rename from gdb-current-address.
32505         (gdb-previous-frame-address): Rename from gdb-previous-address.
32506         (gdb-selected-frame): Rename from gdb-current-frame.
32507         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
32508         (gdb-frame-number): Rename from gdb-current-stack-level.
32509         (gdb-ann3): Match new mode-name for disassembly buffer.
32510         Extend initialization of variables.
32511         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
32512         (gdb-memory-mode): Use mouse-face in header line.
32513         (gdb-assembler-buffer-name): Call it disassembly and give frame
32514         in mode line.
32515         (gdb-source-spec-regexp, gdb-assembler-custom)
32516         (gdb-invalidate-assembler, gdb-frame-handler):
32517         Make robust to leading zeroes in address format.
32519 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
32521         * textmodes/org.el (org-mode): Use `define-derived-mode' to
32522         define `org-mode'.
32523         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
32525 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32527         * log-edit.el (log-edit-changelog-entries): Distinguish between
32528         filenames like xfns.c and fns.c.
32530 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
32532         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
32533         point after reverting.
32534         (Buffer-menu-make-sort-button): Handle the case where
32535         `Buffer-menu-use-header-line' is nil.
32537 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
32539         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
32540         New funcs.  In minibuffer-local-completion-map bind `]', `/'
32541         and `:' to them.
32543 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32545         * startup.el (normal-top-level): Allow modification of load-path while
32546         we're iterating over it.
32548 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
32550         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
32551         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
32552         (thumbs-resize-interactive, thumbs-insert-image)
32553         (thumbs-insert-thumb, thumbs-dired-show-marked)
32554         (thumbs-find-image-at-point, thumbs-delete-images)
32555         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
32556         (thumbs-increment-image-size, thumbs-decrement-image-size):
32557         Fix typos in docstrings.
32559 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
32561         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
32562         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
32563         (cperl-mode): Use them.
32565 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
32567         * window.el (quit-window, shrink-window-if-larger-than-buffer):
32568         Doc fixes.
32570 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
32572         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
32573         Bind C-d to gdb-inferior-io-eof.
32575         * dired.el (dired-dnd-popup-notice): Use message-box.
32577 2005-05-23  Masatake YAMATO  <jet@gyve.org>
32579         * bindings.el (mode-line-major-mode-keymap):
32580         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
32582         * faces.el (mode-line-highlight): New face.
32584         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
32585         as mouse-face.
32587         * bindings.el (top-level, help-echo, mode-line-modified)
32588         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
32589         as mouse-face.
32591 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
32593         * progmodes/cc-engine.el (c-guess-basic-syntax):
32594         Remove spurious call to `zerop'.
32596         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
32598 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
32600         CC Mode update to 5.30.10:
32602         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
32603         the point could go past the limit in decoration level 2, thereby
32604         causing errors during interactive fontification.
32606         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
32607         bug when the file is evaluated interactively.
32609         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
32610         declarations somewhat better in C++.
32612         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
32613         New helper macro to make use of `run-mode-hooks'
32614         which has been added in Emacs 21.1.
32615         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
32616         (awk-mode): Use it.
32617         (make-local-hook): Suppress warning about obsoleteness.
32619         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
32620         (c-append-backslashes-forward, c-delete-backslashes-forward)
32621         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
32622         Compensate for return value from `forward-line' when it has moved
32623         but not to a different line due to eob.
32625         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
32626         `objc-method-intro' and `objc-method-args-cont'.
32628 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
32630         CC Mode update to 5.30.10:
32632         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
32633         address in the copyright statement.  Incidentally, change "along with
32634         GNU Emacs" to "along with this program" where it occurs.
32636         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
32637         autoload, so that it is interactive, hence can be found by M-x awk-mode
32638         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
32639         <gmorris+emacs@ast.cam.ac.uk>.
32641         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
32642         Mode's regexps.
32644 2005-05-23  Kevin Ryde  <user42@zip.com.au>
32646         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
32647         from c-parse-state, to avoid a lisp error (on bad code).
32649 2005-05-23  Lute Kamstra  <lute@gnu.org>
32651         * subr.el (font-lock-defaults): Remove defvar as it's already
32652         defined in font-core.el.
32654         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
32656 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
32658         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
32659         more general and work when GDB variable "print pretty" is on,
32660         as with Emacs, for example.
32662 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
32664         * font-core.el: Update comment.
32666         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32667         Use `after-change-major-mode-hook' instead of `find-file-hook'.
32669         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
32671 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
32673         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
32674         and `yank-handler' in the doc strings.
32676 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32678         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
32680 2005-05-22  Richard M. Stallman  <rms@gnu.org>
32682         * help.el (describe-key): Move print-help-return-message call
32683         out of conditional.
32685         * progmodes/etags.el (list-tags): Use with-no-warnings.
32687         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
32688         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
32689         (starttls-extra-args, starttls-extra-arguments): Add defvars.
32691         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
32693         * language/viet-util.el (viet-viscii-nonascii-translation-table):
32694         Add defvar.
32696         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
32697         Use defvar, not defconst.
32699         * hexl.el (hexl-follow-line): Use with-no-warnings.
32701         * emulation/tpu-extras.el: Use write-file-functions instead of
32702         write-file-hooks.
32704         * dired.el (dired-font-lock-keywords): Fontify files with junk
32705         extensions even if marked by -F.
32707 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
32709         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
32710         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
32711         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
32712         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
32713         (concatenate, list-length, get*, getf, cl-remprop):
32714         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
32715         (etypecase, progv, lexical-let, lexical-let*)
32716         (multiple-value-bind, multiple-value-setq, shiftf):
32717         Improve argument/docstring consistency.
32719         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
32721 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
32723         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
32724         doesn't exist.
32726         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
32727         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
32729 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
32731         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
32732         already deleted variables: auto-fill-hook, blink-paren-hook,
32733         lisp-indent-hook, inhibit-local-variables, unread-command-event,
32734         suspend-hooks, comment-indent-hook, meta-flag,
32735         before-change-function, after-change-function,
32736         font-lock-doc-string-face.
32738 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
32740         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
32742 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
32744         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
32745         rmail-dont-reply-to.
32747 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32749         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
32750         literal blank when splitting new-header-values.
32752 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
32754         * calendar/cal-menu.el (cal-menu-update): Add separator as a
32755         string so that tmm doesn't create a completion entry for it.
32757         * textmodes/table.el (table-disable-menu): Ditto.
32759 2005-05-21  Richard M. Stallman  <rms@gnu.org>
32761         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
32763         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
32765         * net/rcompile.el (remote-compile): Use compilation-start.
32767         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
32769 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
32771         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
32772         Default to makefile-bsdmake-mode on BSD systems.
32774         * imenu.el (imenu-generic-expression, imenu--generic-function'):
32775         REGEXP may also be a search function now.  The part of doc-string
32776         for describing the structure was 95% identical to that of
32777         `imenu--generic-function'.  Unify it there.
32779         * progmodes/make-mode.el (makefile-imenu-generic-expression):
32780         Use function to find dependencies, because regexp alone is so complex,
32781         it easily goes into an endless loop.
32782         (makefile-makepp-mode): Also add submenu for Perl functions
32783         defined in the makefile.
32784         (makefile-bsdmake-mode): Special imenu-generic-expression no
32785         longer needed, due to function call.
32786         (makefile-match-dependency): Take BOUND into account when checking
32787         if we're through.
32789 2005-05-20  Jay Belanger  <belanger@truman.edu>
32791         * calc/calc-units.el (calc-invalidate-units-table):
32792         Use inhibit-read-only.
32793         (math-build-units-table-buffer): Use view-mode.
32795 2005-05-20  David Kastrup  <dak@gnu.org>
32797         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
32798         easy-menu-add is not a nop on Emacs; and clarify when to call it.
32800 2005-05-20  Lute Kamstra  <lute@gnu.org>
32802         * diff-mode.el (diff-header-face, diff-file-header-face)
32803         (diff-index-face, diff-hunk-header-face, diff-removed-face)
32804         (diff-added-face, diff-changed-face, diff-function-face)
32805         (diff-context-face, diff-nonexistent-face): Put them in the
32806         diff-mode customization group.
32808 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32810         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
32812         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
32814         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
32815         Minor regexp-optimization.
32817 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
32819         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
32820         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
32821         (org-agenda-add-time-grid-maybe): New function.
32822         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
32823         (org-table-create): `dotimes' instead of `mapcar'.
32824         (org-xor): Simplify implementation.
32825         (org-agenda): `inhibit-redisplay' turned on.
32826         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
32827         a consistent line after a state change.
32828         (org-agenda-remove-times-when-in-prefix): New option.
32829         (org-prefix-has-time): New variable.
32830         (org-parse-time-string): Optional argument NODEFAULT.
32831         (org-format-agenda-item): Parse items for time-of-day
32832         specifications and move these into the prefix if possible.
32833         (org-agenda-priority): Get current heading, not previous heading
32834         during agenda remote editing.
32836 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
32838         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
32839         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
32840         (remove-duplicates, delete-duplicates, substitute)
32841         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
32842         (nsubstitute-if-not, find, find-if, find-if-not, position)
32843         (position-if, position-if-not, count, count-if, count-if-not)
32844         (mismatch, search, sort*, stable-sort, merge, member*)
32845         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
32846         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
32847         (intersection, nintersection, set-difference, nset-difference)
32848         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
32849         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
32850         (nsublis, tree-equal): Improve argument/docstring consistency.
32852         * subr.el (send-string, send-region): Remove obsolescence declaration.
32853         (window-dot, set-window-dot, read-input, show-buffer)
32854         (eval-current-buffer, string-to-int):
32855         Add release number to obsolescence declarations.
32857 2005-05-19  Kim F. Storm  <storm@cua.dk>
32859         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
32860         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
32862 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
32864         * faces.el (list-faces-display): Make back button respect optional
32865         regexp arg.
32867 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
32869         * calculator.el (calculator-radix-grouping-mode)
32870         (calculator-radix-grouping-digits, calculator-displayer)
32871         (calculator-radix-grouping-separator, calculator-copy-displayer):
32872         * dabbrev.el (dabbrev-search-these-buffers-only):
32873         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
32874         (diff-advance-after-apply-hunk, diff-mode-hook)
32875         (diff-minor-mode-prefix):
32876         * imenu.el (imenu-use-popup-menu):
32877         * jit-lock.el (jit-lock-context-time):
32878         * newcomment.el (comment-fill-column, comment-column)
32879         (comment-style, comment-padding, comment-multi-line)
32880         (comment-empty-lines, comment-auto-fill-only-comments):
32881         * reveal.el (reveal-around-mark):
32882         * uniquify.el (uniquify-buffer-name-style)
32883         (uniquify-after-kill-buffer-p)
32884         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
32885         (uniquify-min-dir-content, uniquify-separator)
32886         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
32887         * w32-vars.el (w32-fixed-font-alist):
32888         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
32889         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
32890         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
32891         * progmodes/perl-mode.el (perl-indent-level)
32892         (perl-continued-statement-offset, perl-continued-brace-offset)
32893         (perl-brace-offset, perl-brace-imaginary-offset)
32894         (perl-label-offset, perl-indent-continued-arguments)
32895         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
32896         * progmodes/tcl.el (tcl-indent-level)
32897         (tcl-continued-indent-level, tcl-auto-newline)
32898         (tcl-tab-always-indent, tcl-electric-hash-style)
32899         (tcl-help-directory-list, tcl-use-smart-word-finder)
32900         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
32901         (inferior-tcl-source-command):
32902         * textmodes/fill.el (enable-kinsoku):
32903         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
32904         * textmodes/table.el (table-yank-handler):
32905         Specify missing group (and type, if simple) in defcustom.
32907 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
32909         * progmodes/compile.el (compilation-finish-function): Fix defvar.
32911 2005-05-19  Richard M. Stallman  <rms@gnu.org>
32913         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
32915         * subr.el (event-basic-type): Don't get an error.
32916         (left-fringe-p): Function deleted.
32918         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
32919         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
32921         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
32922         in recursive copy.
32924         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
32926         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
32928         * emacs-lisp/bytecomp.el
32929         (byte-compile-file-form-custom-declare-variable):
32930         Call byte-compile-nogroup-warn if appropriate.
32932         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
32933         (compilation-set-window): Don't call left-fringe-p; do it directly.
32935 2005-05-19  Jay Belanger  <belanger@truman.edu>
32937         * calc/calc-graph.el (calc-graph-format-data): Make sure
32938         var-PlotRejects is bound before trying to check its value.
32940 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
32942         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
32943         definition of this variable from reftex-global.el to reftex.el,
32944         because it is needed in the menu.
32946 2005-05-19  Lute Kamstra  <lute@gnu.org>
32948         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
32949         years are fixed.  Don't insert a space after a dash.
32951 2005-05-19  Kim F. Storm  <storm@cua.dk>
32953         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
32955 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
32957         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
32958         strings, because (eq ... ?\\) is fairly frequent.
32960         * progmodes/make-mode.el (makefile-add-this-line-targets):
32961         Simplify and integrate into `makefile-pickup-targets'.
32962         (makefile-add-this-line-macro): Simplify and integrate into
32963         `makefile-pickup-macros.
32964         (makefile-pickup-filenames-as-targets): Simplify.
32965         (makefile-previous-dependency, makefile-match-dependency):
32966         Don't stumble over `::'.
32968 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
32970         * subr.el (post-command-idle-hook, post-command-idle-delay):
32971         Remove obsoletion of post-command-idle-hook and
32972         post-command-idle-delay.
32974         * faces.el (list-faces-display): Provide button when describe-face
32975         is called to take user back to the list of faces.
32977         * help-fns.el (describe-variable): Remove hyperlinks in a
32978         variable's value as these are quite frequently inappropriate.
32980         * follow.el (follow-submit-feedback, follow-mode):
32981         Remove references to post-command-idle-hook.
32983 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
32985         * progmodes/make-mode.el (makefile-previous-dependency)
32986         (makefile-match-dependency): Check for := (and in bsd mode also
32987         !=) to give a better result, even when font-lock is not on.
32989 2005-05-18  Jay Belanger  <belanger@truman.edu>
32991         * calc/calc-help.el (calc-s-prefix-help):
32992         Add `calc-copy-special-constant' to help string.
32994 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
32996         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32998 2005-05-18  Jay Belanger  <belanger@truman.edu>
33000         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
33001         in linear factors are in proper order.
33003 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
33005         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33006         Support for jurabib.
33008         * textmodes/reftex.el (featurep): Define aliases for overlay
33009         commands, for XEmacs compatibility, and use these aliases in
33010         overlay initializations.
33011         (reftex-highlight): Use `reftex-move-overlay'.
33012         (reftex-unhighlight): Use `reftex-delete-overlay'.
33013         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
33014         (reftex-access-search-path): Use `reftex-uniquify' instead of
33015         `reftex-uniq'.
33017         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
33018         `before-string' property modification enables for Emacs as well.
33019         (reftex-select-item): Use `reftex-delete-overlay'.
33020         (reftex-select-mark): Use `reftex-make-overlay' and
33021         `reftex-overlay-put'.
33022         (reftex-select-unmark): Use `reftex-delete-overlay' and
33023         `reftex-overlay-put'.
33025 2005-05-18  Lute Kamstra  <lute@gnu.org>
33027         * emacs-lisp/lisp.el (check-parens): Fix docstring.
33029 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
33031         * add-log.el (add-change-log-entry):
33032         * array.el (array-make-template, array-reconfigure-rows)
33033         (array-init-max-row, array-init-max-column)
33034         (array-init-columns-per-line, array-init-field-width):
33035         * replace.el (replace-match-maybe-edit, perform-replace):
33036         * textmodes/spell.el (spell-region):
33037         Replace `read-input' by `read-string'.
33039         * forms.el (forms-mode):
33040         * finder.el (finder-compile-keywords):
33041         * shadowfile.el (shadow-read-files):
33042         Replace `eval-current-buffer' by `eval-buffer'.
33044         * terminal.el (te-pass-through):
33045         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
33046         (ange-ftp-raw-send-cmd):
33047         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
33048         (send-process-next-char, telnet-initial-filter, telnet):
33049         Replace `send-string' by `process-send-string'.
33051         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
33052         (prolog-consult-region): Replace `send-string' by
33053         `process-send-string'; replace `send-region' by `process-send-region'.
33055         * progmodes/delphi.el (delphi-log-msg):
33056         Replace `set-window-dot' by `set-window-point'.
33058         * subr.el (window-dot, set-window-dot, read-input, send-string)
33059         (send-region, show-buffer, eval-current-buffer):
33060         Make really obsolete, as the comment says.
33062 2005-05-17  Kim F. Storm  <storm@cua.dk>
33064         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
33065         (cua--init-keymaps): Bind C-return instead of S-return to set
33066         rectangle mark.
33068         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
33069         instead of S-return to toggle/clear rectangle mark.
33071 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
33073         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
33074         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
33075         Also fontify plain strings assigned to variables, mostly so that a
33076         colon has a face and is thus not taken as a dependency separator.
33077         (makefile-previous-dependency): Inline the new matcher, because it
33078         is too complex to work in both directions.
33079         (makefile-match-dependency): Eliminate `backward' arg (see above).
33080         Completely reimplemented so as to not sometimes go into an endless
33081         loop.  It should also be more efficient, because first it only
33082         searches for `:', instead of applying the very complex regexp.
33083         (makefile-mode): Cancel `font-lock-support-mode', because blocks
33084         to be fontified in one piece can be too long for JIT.
33085         Makefiles are never *that* big.
33087 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
33089         * dired.el (dired-mode): Simplify.
33091 2005-05-17  Lute Kamstra  <lute@gnu.org>
33093         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
33094         defcustom for the mode hook variable.
33096         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
33097         Emacs Lisp Reference Manual.
33099 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
33101         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
33102         (evenp, list*):
33103         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
33104         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
33106         * net/tramp-smb.el (tramp-smb-open-connection):
33107         Pass `tramp-chunksize' as fifth (required) argument.
33109 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
33111         * font-lock.el (lisp-font-lock-keywords-1):
33112         Set `font-lock-negation-char-face' for [^...] char group.
33113         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
33115         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
33116         a var, and refine it to mask one more level of nested vars.
33117         (makefile-rule-action-regex): Turn it into a var, and refine it so
33118         it recognizes backslashed continuation lines as belonging to the
33119         same command.
33120         (makefile-macroassign-regex): Refine it so it recognizes
33121         backslashed continuation lines as belonging to the same command.
33122         (makefile-var-use-regex): Don't look at the next char, because it
33123         might be the same one to be skipped by the initial [^$], leading
33124         to an overlooked variable use.
33125         (makefile-make-font-lock-keywords): Remove two parameters, which
33126         are now variables that some of the modes set locally.
33127         Handle dependency and rule action matching through functions, because
33128         regexps alone match too often.  Dependency matching now comes
33129         last, so it can check, whether a colon already matched something else.
33130         (makefile-mode): Inform that font-lock improves makefile parsing
33131         capabilities.
33132         (makefile-match-dependency, makefile-match-action): New functions.
33134 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
33136         * emacs-lisp/cl-extra.el (equalp): Doc fix.
33138         * align.el (align-regexp):
33139         * ansi-color.el (ansi-color-get-face):
33140         * array.el (array-reconfigure-rows, array-init-max-row)
33141         (array-init-max-column, array-init-columns-per-line)
33142         (array-init-field-width):
33143         * dired-aux.el (dired-trample-file-versions):
33144         * dired-x.el (dired-mark-sexp):
33145         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
33146         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
33147         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
33148         * faces.el (face-read-integer):
33149         * files.el (backup-extract-version, insert-directory):
33150         * hexl.el (hexl-insert-decimal-char):
33151         * server.el (server-process-filter):
33152         * shell.el (shell-extract-num):
33153         * startup.el (command-line-1):
33154         * term.el (term-command-hook):
33155         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
33156         (time-stamp-do-number):
33157         * time.el (display-time-update):
33158         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
33159         (timezone-fix-time):
33160         * vms-patch.el (vms-suspend-resume-hook):
33161         * calendar/appt.el (appt-convert-time):
33162         * calendar/cal-bahai.el (mark-bahai-diary-entries):
33163         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
33164         * calendar/cal-islam.el (mark-islamic-diary-entries):
33165         * calendar/calendar.el (calendar-cursor-to-date)
33166         (calendar-star-date):
33167         * calendar/diary-lib.el (diary-attrtype-convert)
33168         (mark-diary-entries, diary-entry-time):
33169         * calendar/solar.el (solar-get-number):
33170         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
33171         * emacs-lisp/re-builder.el (reb-display-subexp):
33172         * emulation/edt.el (edt-set-scroll-margins):
33173         * emulation/tpu-extras.el (tpu-set-scroll-margins):
33174         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
33175         (vip-get-ex-count):
33176         * emulation/viper-ex.el (viper-get-ex-token)
33177         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
33178         * international/fontset.el (fontset-plain-name):
33179         * mail/feedmail.el (feedmail-look-at-queue-directory):
33180         * mail/mailalias.el (mail-get-names):
33181         * mail/rmail.el (rmail-convert-to-babyl-format):
33182         * mail/rmailsum.el (rmail-make-basic-summary-line)
33183         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
33184         (rmail-summary-goto-msg):
33185         * mail/smtpmail.el (smtpmail-read-response):
33186         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
33187         (ange-ftp-vms-add-file-entry):
33188         * play/gametree.el (gametree-looking-at-ply)
33189         (gametree-current-branch-score):
33190         * progmodes/ada-xref.el (ada-prj-find-prj-file)
33191         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
33192         * progmodes/cperl-mode.el (condition-case):
33193         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
33194         (ebrowse-set-member-buffer-column-width)
33195         (ebrowse-select-1st-to-9nth):
33196         * progmodes/etags.el (etags-snarf-tag):
33197         * progmodes/flymake.el (flymake-parse-line):
33198         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
33199         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
33200         (idlwave-shell-menu-def):
33201         * progmodes/ps-mode.el (ps-run-goto-error):
33202         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
33203         (vhdl-speedbar-contract-level):
33204         * term/mac-win.el (x-handle-numeric-switch):
33205         * term/sun-mouse.el (sun-get-frame-data):
33206         * term/w32-win.el (x-handle-numeric-switch):
33207         * term/x-win.el (x-handle-numeric-switch):
33208         * textmodes/ispell.el (ispell-parse-output):
33209         * textmodes/nroff-mode.el (nroff-outline-level):
33210         * textmodes/reftex-cite.el (reftex-bib-sort-year)
33211         (reftex-bib-sort-year-reverse, reftex-format-citation):
33212         * textmodes/reftex-parse.el (reftex-init-section-numbers)
33213         (reftex-section-number):
33214         * textmodes/texinfmt.el (texinfo-paragraphindent):
33215         Replace `string-to-int' by `string-to-number'.
33217         * international/latexenc.el: Add page marker to force the "Local
33218         Variables:" string out of the last page.
33220 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33222         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
33223         tooltip-change-major-mode.
33224         (gud-tooltip-print-command): Remove case where gud-minor-mode
33225         is gdb ("--fullname").
33226         (gud-tooltip-tips): Turn GUD tooltips off for this case and
33227         explain to user.
33229 2005-05-16  Jay Belanger  <belanger@truman.edu>
33231         * calc/calc-store.el (calc-copy-special-constant): New function.
33233         * calc/calc-ext.el (calc-init-extensions): Add binding for
33234         `calc-copy-special-constant'.
33236         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
33237         for the `calc-copy-special-constant' command.
33239 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33241         * subr.el (left-fringe-p): New function.
33243         * progmodes/compile.el (compilation-setup): Set local value of
33244         overlay-arrow-string to "" always.
33245         (compilation-set-window): Left fringe then don't scroll.
33246         No left fringe then no arrow and scroll message to top.
33247         (compilation-context-lines): Adjust doc string accordingly.
33249 2005-05-16  Kim F. Storm  <storm@cua.dk>
33251         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
33252         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
33253         (ido-wide-find-dir-or-delete-dir): New command for M-d.
33254         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
33255         (ido-read-file-name): Handle commands with ido property value
33256         equal to find-file as reading a file name, to allow C-d to enter dired.
33257         (ibuffer-find-file): Add ido property with value find-file.
33259 2005-05-15  Kim F. Storm  <storm@cua.dk>
33261         * subr.el (open-network-stream-nowait): Remove.
33262         (open-network-stream-server): Remove.
33264 2005-05-15  Richard M. Stallman  <rms@gnu.org>
33266         * faces.el (describe-face): Output a definition link button.
33268         * help-mode.el (help-face-def): New button type.
33270         * emacs-lisp/copyright.el (copyright-fix-years):
33271         Match properly if the first year is 2-digit.
33272         Don't mess up the whitespace after the years by filling.
33274         * dired-aux.el (dired-mark-confirm):
33275         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
33277         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
33278         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
33279         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
33281         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33282         Set font-lock-comment-start-skip.
33284         * font-lock.el (font-lock-comment-start-skip): New variable.
33285         (font-lock-comment-end-skip): New variable.
33286         (font-lock-fontify-syntactically-region): Use them if non-nil.
33288 2005-05-15  Jay Belanger  <belanger@truman.edu>
33290         * calc/calc-store.el (calc-store-value): Return a string rather
33291         than display it as a message.
33292         Use calc-var-name for variable name.
33293         (calc-store-into): Add the result of calc-store-value to message.
33294         (calc-copy-variable): Add a message.
33295         (calc-store-exchange): Improve error messages.
33296         (calc-store-binary, calc-store-map): Don't reset the values of
33297         special constants.
33299 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
33301         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
33302         manual to docstring.
33304         * files.el (hack-local-variables-confirm): Add STRING argument.
33305         Make the function handle non file visiting buffers correctly.
33306         (hack-local-variables-prop-line, hack-local-variables)
33307         (hack-one-local-variable): Use STRING arg of
33308         `hack-local-variables-confirm'.
33310 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
33312         Sync with Tramp 2.0.49.
33314         * net/tramp.el (tramp-handle-dired-call-process)
33315         (tramp-handle-insert-directory):`insert-buffer' cannot be used
33316         because the contents of the Tramp buffer is changed before
33317         insertion (`expand-file' and alike).
33318         (tramp-handle-insert-directory): If `localname' has an empty
33319         nondirectory name, it must not be quoted.
33320         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
33321         variable `tramp-chunksize'.  Change callees.
33322         (tramp-open-connection-setup-interactive-shell): Check remote host
33323         for buggy `send-process-string' implementation.
33324         Set `tramp-chunksize' if found.  Reported by Michael Kifer
33325         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
33326         (tramp-handle-shell-command): `insert-buffer' cannot be used
33327         because the contents of the Tramp buffer is changed before
33328         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
33329         <frederic.bothamy@free.fr>.
33330         (tramp-set-auto-save): Actions should be done for Tramp file name
33331         handler only.  Ange-FTP has its own auto-save mechanism.
33332         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
33333         (tramp-set-auto-save-file-modes): Set file modes of
33334         `buffer-auto-save-file-name' to ?\600 as fallback solution.
33335         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
33336         (tramp-bug): Remove obsolete variable.
33337         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
33338         for presence of `mml-mode'.  Make it running for older Emacsen as well.
33340 2005-05-14  John Paul Wallington  <jpw@pobox.com>
33342         * ibuf-ext.el (define-ibuffer-filter filename):
33343         If `dired-directory' is a list, use its car.
33345 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
33347         * ibuffer.el (define-ibuffer-column filename):
33348         If `dired-directory' is a list, use its car.
33350 2005-05-14  Richard M. Stallman  <rms@gnu.org>
33352         * subr.el (symbol-file): Doc fix.
33354         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
33355         (byte-compile-form): Call byte-compile-nogroup-warn.
33356         (byte-compile-warning-types): Doc fix.
33358         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
33360         * progmodes/cc-engine.el (c-literal-faces):
33361         Add font-lock-comment-delimiter-face.
33363         * net/net-utils.el (dig): Use with-no-warnings.
33365         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
33366         (sc-recite-frame-alist, sc-default-cite-frame)
33367         (sc-default-uncite-frame, sc-default-recite-frame)
33368         (sc-attrib-selection-list, sc-rewrite-header-list):
33369         Mark as risky-local-variable.
33371         * international/ogonek.el (ogonek-jak, ogonek-how):
33372         Don't use beginning-of-buffer.
33374         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
33376         * calendar/solar.el (solar-data-list): Move definition up.
33378         * dnd.el (dnd-protocol-alist): Add autoload.
33380         * progmodes/sh-script.el: Many doc usage fixes.
33381         (sh-indent-after-do): Change default to match common styles.
33383 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
33385         * files.el (interpreter-mode-alist)
33386         (auto-mode-interpreter-regexp): Doc fixes.
33388 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
33390         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
33392         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
33394 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33396         * dired.el (dired-mode): make-variable-buffer-local =>
33397         make-local-variable.
33399 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33401         * term/mac-win.el (mac-select-convert-to-string): Try coding
33402         systems in mac-script-code-coding-systems if specified one cannot
33403         encode string for `com.apple.traditional-mac-plain-text'.
33405 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
33407         * progmodes/make-mode.el (makefile-targets-face)
33408         (makefile-shell-face, makefile-makepp-perl-face): New faces.
33409         (makefile-dependency-regex): Fix it to not make the colon in
33410         $(var:a=b) special.
33411         (makefile-rule-action-regex): New regexp for highlighting embedded
33412         Shell strings.
33413         (makefile-macroassign-regex): Handle != for highlighting as
33414         embedded Shell strings.
33415         (makefile-var-use-regex): New const.
33416         (makefile-statements, makefile-automake-statements)
33417         (makefile-gmake-statements, makefile-makepp-statements)
33418         (makefile-bsdmake-statements): New consts.
33419         (makefile-make-font-lock-keywords): New function.
33420         (makefile-automake-font-lock-keywords)
33421         (makefile-gmake-font-lock-keywords)
33422         (makefile-makepp-font-lock-keywords)
33423         (makefile-bsdmake-font-lock-keywords): New consts.
33424         (makefile-mode-map): Add switchers between the various submodes.
33425         (makefile-mode): Document the availability of the variants.
33426         (makefile-automake-mode, makefile-gmake-mode)
33427         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
33429         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
33430         new variants of makefile-mode.
33432 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33434         * font-lock.el (font-lock-comment-delimiter-face): Fix up
33435         the inheritance.
33437 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
33439         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
33440         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
33442         * files.el (normal-mode): Extend the scope of the
33443         `enable-local-variables' binding to include the `set-auto-mode' call.
33444         (magic-mode-alist): Doc fix.
33446 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33448         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
33449         font-lock-comment-face rather than copying its setting.
33451 2005-05-12  Andreas Schwab  <schwab@suse.de>
33453         * eshell/esh-mode.el (eshell-send-input): Doc fix.
33455 2005-05-12  Lute Kamstra  <lute@gnu.org>
33457         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
33458         defcustom for the mode hook variable.  Delete the last argument.
33459         * generic-x.el: Fix callers of define-generic-mode.
33460         (generic-x-modes): Delete group.
33461         (show-tabs-tab-face, show-tabs-space-face): Put them in the
33462         generic-x customization group.
33464 2005-05-12  Kim F. Storm  <storm@cua.dk>
33466         * font-lock.el (font-lock-negation-char-face): Default to "off".
33468         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
33469         font-lock-negation-char-face to ! in !=.
33471 2005-05-12  Masatake YAMATO  <jet@gyve.org>
33473         * add-log.el (find-change-log): Fix typos in the docstring
33474         of function.
33476 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33478         * international/latexenc.el (latexenc-find-file-coding-system):
33479         Avoid `re-search-forward' when looking for input encoding because
33480         of speed and safety.  Better regular expressions for recognizing
33481         input encoding.  Limit a search for TeX-master/tex-main-file to
33482         the local variable section.
33484 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
33486         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
33487         syntax of $ to "'" (quote).
33489 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
33491         * dnd.el (dnd-protocol-alist): Improve custom type.
33493         * dired.el (dired-dnd-protocol-alist): New variable.
33494         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
33495         `dired-mode-hook' to the end.
33497 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33499         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
33500         comment-end if comment-start-skip is not set.
33501         Obey the font-lock-comment-delimiter-face variables.
33503 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33505         * files.el (executable-find): Move from executable.el.  Use
33506         locate-file.
33507         * progmodes/executable.el (executable-find): Move to files.el.
33509         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
33510         when trying to ensure forward progress.
33512 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
33514         * mouse-sel.el (mouse-sel-follow-link-p): New function.
33515         (mouse-select, mouse-select-internal, mouse-extend-internal):
33516         Use it to implement mouse-1-click-follows-link functionality.
33518 2005-05-11  Richard M. Stallman  <rms@gnu.org>
33520         * font-lock.el (font-lock-fontify-syntactically-region):
33521         Use font-lock-comment-delimiter-face for comment delimiters.
33523 2005-05-10  Jay Belanger  <belanger@truman.edu>
33525         * calc/calc-help.el (calc-m-prefix-help): Add mention of
33526         preserving embedded modes.
33528 2005-05-10  Richard M. Stallman  <rms@gnu.org>
33530         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
33532         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
33533         Move from ada-stmt.el.
33534         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
33536         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
33537         Move to ada-mode.el.
33538         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
33540         * cus-edit.el (custom-file): Call file-chase-links.
33542         * files.el (read-directory-name): Fix previous change.
33543         (hack-local-variables-confirm): New function.
33544         (hack-local-variables-prop-line, hack-local-variables)
33545         (hack-one-local-variable): Use it.
33547 2005-05-10  Lute Kamstra  <lute@gnu.org>
33549         * font-lock.el (font-lock-keywords-alist)
33550         (font-lock-removed-keywords-alist): Clarify docstrings.
33552 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
33554         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
33555         (gdb-source-info): Check for preprocessor info.
33556         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
33557         a macro for a function.
33558         (gdb-info-breakpoints-custom): Try to find file again if not already
33559         found (user might have used GDB dir command).
33560         (gdb-get-location): Update gdb-location-alist correctly for change
33561         to gdb-info-breakpoints-custom.
33563         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
33564         (gud-tooltip-print-command): Add gdbmi case.
33565         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
33566         preprocessor info.
33568 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
33570         * startup.el (fancy-splash-insert): Fix typo in doc string.
33572 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
33574         * obsolete/float.el (string-to-float):
33575         * obsolete/hilit19.el (hilit-add-pattern):
33576         * obsolete/rnews.el (news-parse-range, news-select-message)
33577         (news-get-pruned-list-of-files): Replace `string-to-int' by
33578         `string-to-number'.
33580         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
33581         `find-file-not-found-hooks'; use `add-hook'.
33582         (uncompress-while-visiting): Set `write-file-functions', not
33583         `write-file-hooks'; use `add-hook'.
33585 2005-05-09  Kim F. Storm  <storm@cua.dk>
33587         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
33588         (cua-paste): Handle clipboard action.
33589         (cua--init-keymaps): Remap clipboard-kill-region and
33590         clipboard-kill-ring-save.
33592 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
33594         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33595         Improve commentary.
33597         * simple.el (next-error-overlay-arrow-position): Revert the change
33598         made on 2005-04-30.
33600 2005-05-07  Jay Belanger  <belanger@truman.edu>
33602         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
33603         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
33604         `calc-sel-reselect'.
33606         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
33607         Calc is in embedded mode.
33609 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33611         * progmodes/compile.el (compilation-setup):
33612         Set overlay-arrow-string to an empty string on text terminals.
33614         * textmodes/ispell.el (ispell-program-name): Try looking for
33615         "aspell" along exec-path, and if found, use it as the default
33616         speller program.
33618 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
33620         * international/mule.el (sgml-xml-auto-coding-function):
33621         Recognize encoding='FOO' in single quotes as well as in double quotes.
33623 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
33625         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
33626         as well as `interactive', so that defmacro* would recognize
33627         `declare' forms.
33629 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33631         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33632         Explain more about the LIGHTER arg's usage in the doc string.
33633         Add commentary to clarify what the code does.  Fix the regexp that
33634         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
33635         since it could have characters special to regular expressions.
33637 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
33639         * replace.el (occur-1): Bind inhibit-read-only so that
33640         erase-buffer doesn't barf on read-only text properties (likewise
33641         for add-text-properties in occur-engine).  Mark buffer as unmodified.
33642         (occur-engine): Don't set buffer-read-only here.
33644 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33646         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
33647         list-buffers-directory.  This caused the *cvs-commit* buffer to be
33648         sometimes mistakenly reused as a *cvs* buffer.
33650 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
33652         * tooltip.el: Move code for GUD tooltips into gud.el.
33653         (require): CL no longer needed to compile case.
33654         (tooltip-mode): Do not toggle functions for GUD tooltips.
33655         (tooltip-gud-tips-p): Remove.  Replace with minor mode
33656         gud-tooltip-mode in gud.el.
33657         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
33658         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
33659         tooltip-gud prefix with gud-tooltip and obsolete.
33660         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
33661         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
33662         (tooltip-mouse-motion): Mouse movement functions/variable.
33663         Rename in gud.el by adding gud prefix.
33664         (tooltip-gud-original-filter, tooltip-gud-dereference)
33665         (tooltip-gud-event, tooltip-toggle-gud-tips)
33666         (tooltip-gud-process-output, tooltip-gud-print-command)
33667         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
33668         gud.el by replacing tooltip-gud prefix with gud-tooltip.
33669         (gdb-tooltip-print): Move to gdb-ui.el.
33671         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
33672         (require): CL needed to compile case.
33673         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
33674         tooltip-gud-tips-p.  Make it a minor-mode.
33675         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
33676         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
33677         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
33678         (gud-tooltip-change-major-mode)
33679         (gud-tooltip-activate-mouse-motions-if-enabled)
33680         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
33681         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
33682         (gud-tooltip-original-filter, gud-tooltip-dereference)
33683         (gud-tooltip-event, tooltip-toggle-gud-tips)
33684         (gud-tooltip-process-output, gud-tooltip-print-command)
33685         (gud-tooltip-tips): Move from tooltip.el.
33687         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
33688         (gdb-cpp-define-alist-flags): Doc fix.
33689         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
33690         gud-tooltip-mode is t.
33692 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33694         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
33695         evaporate if their text is deleted.
33696         (goto-address-at-point): Make it work as a mouse binding as well.
33697         (goto-address-at-mouse): Obsolete it.  Update users.
33699 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
33701         * calendar/appt.el (top-level): No longer activate on load.
33703 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
33705         * calendar/cal-bahai.el (mark-bahai-diary-entries):
33706         * net/webjump.el (webjump):
33707         * progmodes/idlw-help.el (idlwave-do-context-help1)
33708         (idlwave-highlight-linked-completions):
33709         * textmodes/po.el (po-find-file-coding-system-guts):
33710         Replace `assoc-ignore-case' by `assoc-string'.
33712 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
33714         * files.el (locate-file): Doc fix.
33716         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
33717         Remove the redundant test for ms-dos.
33719         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
33720         look for the preprocessor with exec-suffixes.  If not found in
33721         standard places, look in exec-path.  Remove most of the tests that
33722         used system-type.
33724         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
33726         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
33728         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
33729         file-name clash with jka-compr.el on 8+3 filesystems.
33731 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33733         * term/mac-win.el: Don't define or bind scroll bar functions if
33734         x-toolkit-scroll-bars is t.
33735         (x-select-text, x-get-selection-value): Clear
33736         x-last-selected-text-clipboard if x-select-enable-clipboard is
33737         nil.
33738         (PRIMARY): Put mac-scrap-name property.
33739         (mac-select-convert-to-file-url): New function.
33740         (public.file-url): New selection target type.  Add to
33741         selection-converter-alist.
33742         (x-get-selection, x-selection-value): Handle it.
33743         (x-cut-buffer-or-selection-value): New alias.
33745 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33747         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
33748         entry to avoid calling bibtex-find-entry with arg global
33749         being t.  Remove arg key.
33750         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
33751         (bibtex-copy-summary-as-kill): Change accordingly.
33753 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33755         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
33756         (org-agenda-date-later): Use with-current-buffer.
33758 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
33760         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
33761         (define-obsolete-variable-alias): Doc Fixes.
33763 2005-05-06  Kim F. Storm  <storm@cua.dk>
33765         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
33766         vertical-motion when selective-display is active.
33768         * ido.el (ido-setup-hook): New hook.
33769         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
33770         (ido-input-stack): New var.
33771         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
33772         ido-next-work-file binding to M-O.
33773         Bind M-f to ido-wide-find-file-or-pop-dir.
33774         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
33775         (ido-read-internal): Run ido-setup-hook.
33776         Catch quit in read-file-name and read-string to cancel edit.
33777         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
33778         Automatically pop-all when completing a directory name (RET).
33779         (ido-file-internal): Add with-no-warnings around ffap and dired code.
33780         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
33781         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
33782         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
33783         New functions for M-b/M-f to move among the directory components.
33784         (ido-make-merged-file-list): Catch quit to cancel merge.
33785         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
33786         (ido-completion-help): No warnings for ido-completion-buffer-full.
33788 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
33790         * font-lock.el (font-lock-negation-char-face): New face and variable.
33791         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
33792         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
33793         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
33794         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
33796 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
33798         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
33799         Fix typo in docstring.
33801         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
33802         (ebrowse-print-statistics-line)
33803         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
33805         * term/w32-win.el (image-library-alist): Add additional name for
33806         Xpm library.
33808 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
33810         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
33811         use gcc instead of cpp.
33813         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
33814         (gdb-create-define-alist): Use it.
33815         (gdb-cpp-define-alist-program): Update for MS-DOS.
33817 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
33819         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
33821 2005-05-04  Richard M. Stallman  <rms@gnu.org>
33823         * help.el (describe-key): No error when UNTRANSLATED is nil.
33825         * simple.el (line-move-1): Fix previous change to signal errors
33826         appropriately.
33828 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
33830         * calendar/icalendar.el (icalendar-version): Now at 0.12.
33831         (icalendar-duration-correction): Remove.
33832         (icalendar--get-event-properties): Split result at commas.
33833         (icalendar--decode-isoduration): New optional argument
33834         DURATION-CORRECTION.
33835         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
33836         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
33837         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
33838         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
33839         (icalendar--convert-anniversary-to-ical): New functions, extracted
33840         from icalendar-export-region, with bug fixes.
33841         (icalendar-export-region): Use the above functions.
33842         (icalendar-import-buffer): Check before saving diary file.
33843         (icalendar--convert-recurring-to-diary)
33844         (icalendar--convert-non-recurring-all-day-to-diary)
33845         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
33846         extracted from icalendar--convert-ical-to-diary, with bug fixes.
33847         (icalendar--convert-ical-to-diary): Use the above functions.
33849 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
33851         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
33852         Remove these recent additions.
33853         (c-mode): Restore to before 2005-04-28.
33855         * progmodes/cc-vars.el (cc-define-list-program): Remove this
33856         recent addition.
33858         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
33859         (gdb-define-alist): New variables.
33860         (gdb-create-define-alist): New function.
33861         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
33862         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
33863         with string-to-number.
33864         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
33866         * progmodes/gud.el: Replace string-to-int with string-to-number.
33867         (gud-find-file): Handle gdb-define-alist.
33869         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
33871 2005-05-02  Jay Belanger  <belanger@truman.edu>
33873         * calc/calc-aent.el (math-read-token):
33874         * calc/calc-bin.el (calc-word-size):
33875         * calc/calc-ext.el (calc-read-number-fancy):
33876         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
33877         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
33878         * calc/calc-frac.el (calc-over-notation):
33879         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
33880         (calc-graph-num-points, calc-graph-init):
33881         * calc/calc-prog.el (calc-read-parse-table-part)
33882         (calc-edit-macro-repeats):
33883         * calc/calc-yank.el (calc-do-grab-rectangle):
33884         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
33885         Replace `string-to-int' by `string-to-number'.
33887 2005-05-02  Kim F. Storm  <storm@cua.dk>
33889         * kmacro.el: Use executing-kbd-macro-index variable.
33891 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
33893         * net/rlogin.el (rlogin-parse-words): Delete func.
33894         (rlogin): Use split-string, not rlogin-parse-words.
33895         Also, if there are option-like elements in the parsed args,
33896         take the host to be the first arg immediately following them.
33897         Suggested by Michael Mauger.
33899 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
33901         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
33903 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
33905         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
33906         (cc-mode-cpp-program): Rename to cc-define-list-program and
33907         move to cc-vars.el.
33909         * progmodes/cc-vars.el (cc-define-list-program):
33910         Change to "gcc -E -dM -".  Make customizable.
33912 2005-05-02  Kim F. Storm  <storm@cua.dk>
33914         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
33916 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
33918         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
33920         * international/mule-util.el (truncate-string): Remove alias and
33921         obsolete declaration.
33923         * international/mule-cmds.el (update-iso-coding-systems):
33924         Remove alias and obsolete declaration.
33926         * international/mule.el (coding-system-parent): Remove alias and
33927         obsolete declaration.
33929         * subr.el (define-function, sref): Remove aliases and obsolete
33930         declarations.
33931         (chars-in-region): Remove obsolete declaration.
33933 2005-05-01  Richard M. Stallman  <rms@gnu.org>
33935         * info.el (Info-mode): Set widen-automatically to nil, locally.
33937         * simple.el (widen-automatically): New variable.
33938         (pop-global-mark): Obey widen-automatically.
33940 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
33942         * term/xterm.el (function-key-map): Call substitute-key-definition
33943         before the keymap size is increased by a lot of define-key calls.
33945 2005-05-01  Richard M. Stallman  <rms@gnu.org>
33947         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
33948         Rename ARG to ELEMENT.  Doc fix.
33950 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
33952         * allout.el (allout-exposure): Remove macro and obsolete declaration.
33953         Remove references to allout-exposure/change to allout-new-exposure.
33955         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
33956         bytecode symbols.
33958         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
33959         (compiled-function-p, focus-frame, unfocus-frame):
33960         Remove aliases and obsolete declarations.
33961         Back out inadvertent changes from previous commit.
33963 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
33965         * files.el (require-final-newline): Make Custom tags consistent
33966         with mode-require-final-newline.
33967         (mode-require-final-newline): Doc fix.
33969 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33971         * international/latexenc.el (latexenc-find-file-coding-system):
33972         Fix regular expressions.
33974 2005-05-01  David Kastrup  <dak@gnu.org>
33976         * international/latexenc.el (latexenc-find-file-coding-system):
33977         Fix regular expressions.
33979 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
33981         * subr.el (string-to-int): Make obsolete.
33983 2005-04-30  Richard M. Stallman  <rms@gnu.org>
33985         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
33987         * loadup.el: Load jka-comp-hook.
33989         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
33990         (jka-compr-handler): Add autoload.  `put' calls moved
33991         to jka-comp-hook.el.
33992         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
33993         (jka-compr-inhibit): Autoload.
33995         * jka-comp-hook.el: New file.
33996         Enable the mode by default.
33998         * files.el (backup-buffer-copy): Use copy-file instead
33999         of write-region, and put back the 'excl.
34001 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
34003         * progmodes/flymake.el (flymake-split-string)
34004         (flymake-split-string, flymake-log, flymake-pid-to-names)
34005         (flymake-reg-names, flymake-get-source-buffer-name)
34006         (flymake-unreg-names, flymake-add-line-err-info)
34007         (flymake-add-err-info): Clarify docstrings.
34008         (flymake-popup-menu, flymake-make-emacs-menu)
34009         (flymake-make-xemacs-menu): Add docstrings.
34010         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
34011         Set variables directly throughout.
34013 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
34015         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
34016         exists.  Initialize cc-define-alist.
34017         (c-mode): Add cc-create-define-alist locally to after-save-hook.
34018         If there is no file (Macroexpansion) don't create an alist.
34020 2005-04-29  Sam Steingold  <sds@gnu.org>
34022         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
34023         (cc-create-define-alist): Use it instead of the hard-coded string.
34025 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34027         * international/mule-conf.el (file-coding-system-alist): Fix regexp
34028         for latexenc.
34030 2005-04-29  Lute Kamstra  <lute@gnu.org>
34032         * emacs-lisp/generic.el: Improve commentary section.
34033         (define-generic-mode): Improve docstring.
34035 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
34037         * textmodes/org.el (many places): Change to quiet the byte compiler.
34038         (org-prefix-format-compiled): New variable.
34039         (org-compile-prefix-format): New function.
34040         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
34041         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
34042         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
34043         (org-get-entries-from-diary): Use `org-get-time-of-day' for
34044         consistency with entries from `org-mode' files.
34045         (org-get-time-of-day): Fix bug with partial matches early in a line.
34046         (org-non-link-chars): New constant.
34047         (org-link-regexp): Respect `org-non-link-chars'.
34048         (org-agenda-day-view): Remove command.
34049         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
34050         (org-follow-bbdb-link, org-store-link): Search also company field.
34051         (org-highlight-overlay): New variable.
34052         (org-highlight, org-unhighlight): New functions.
34053         (org-agenda-mode): Add pre-command-hook to remove highlight.
34054         (org-evaluate-time-range): Behavior depends upon whether time stamp
34055         contains a time or not.
34056         (org-show-subtree, org-show-entry): New functions.
34057         (org-agenda-cleanup-fancy-diary): Remove empty lines.
34059 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
34061         * comint.el (comint-output-filter-functions): Add autoload cookie.
34063 2005-04-28  Kim F. Storm  <storm@cua.dk>
34065         * ido.el (ido-everywhere): Fix last change.
34067 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
34069         * international/latexenc.el: New file.
34070         * international/mule-conf.el (file-coding-system-alist): For .tex,
34071         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
34073 2005-04-28  Lute Kamstra  <lute@gnu.org>
34075         * font-lock.el (font-lock-add-keywords)
34076         (font-lock-remove-keywords): Clarify docstring.
34077         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
34078         Don't start docstrings with a `*'.
34079         (font-lock-update-removed-keyword-alist): Give it a docstring.
34081         * generic-x.el: Update commentary section.
34082         Only require font-lock when compiling.
34083         Define all modes conditionally.
34084         Place all generic modes in the generic-x-modes customization group.
34085         (generic-x-modes): New customization group.
34086         (generic-default-modes, generic-mswindows-modes)
34087         (generic-unix-modes, generic-other-modes): New constants.
34088         (generic-define-mswindows-modes, generic-define-unix-modes):
34089         Update docstrings.  Make them obsolete.
34090         (generic-extras-enable-list): New default value.  Update docstring.
34091         Improve :type.  Change :set function.
34092         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
34093         Fix docstring.
34095         * emacs-lisp/generic.el (generic-mode-internal):
34096         Simplify font-lock-defaults.
34097         (define-generic-mode): Fix docstring.
34099 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34101         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
34102         font-lock-face property to highlight matches.
34104 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
34106         * progmodes/cc-mode.el (cc-create-define-alist): New function.
34107         (cc-define-alist): New variable.
34108         (c-mode): Make it local and initialize it.
34110         * progmodes/gdb-ui.el (gdb-active-process): New variable.
34111         (gdb-exited): New function.
34112         (gdb-annotation-rules): Use it.
34113         (gdb-starting): Set gdb-active-process to t.
34114         (gdb-stopping): Amend doc string.
34115         (gdb-reset): Set gdb-active-process to nil.
34117         * tooltip.el (tooltip-gud-tips): Show the associated #define
34118         directives when a C program under GDB is not executing.
34120 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34122         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
34123         font-lock-fontify-syntactic-keywords.
34125         * font-lock.el (font-lock-default-fontify-region): Don't force
34126         parse-sexp-lookup-properties to nil.
34128 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
34130         * man.el (man-mode-syntax-table): Set up `:' to have
34131         word-constituent syntax.
34133 2005-04-27  Lute Kamstra  <lute@gnu.org>
34135         * novice.el (disable-command): Don't add spurious newlines to the
34136         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
34138 2005-04-26  Jay Belanger  <belanger@truman.edu>
34140         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
34141         than one window before deleting window.
34143 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
34145         * shell.el (shell-prompt-pattern): Doc fix.
34146         (shell-mode): Set paragraph-separate buffer locally to "\\'".
34148         * comint.el (comint-prompt-regexp, comint-get-old-input)
34149         (comint-use-prompt-regexp)
34150         (comint-use-prompt-regexp-instead-of-fields)
34151         (comint-replace-by-expanded-history, comint-send-input)
34152         (comint-output-filter, comint-get-old-input-default)
34153         (comint-line-beginning-position, comint-bol, comint-show-output)
34154         (comint-backward-matching-input, comint-forward-matching-input)
34155         (comint-next-prompt, comint-previous-prompt):
34156         Rename `comint-use-prompt-regexp-instead-of-fields' to
34157         `comint-use-prompt-regexp'.  Keep old name as alias and declare
34158         obsolete.
34159         (comint-use-prompt-regexp): Shorten first line of doc string.
34161         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
34162         Set paragraph-separate buffer locally to "\\'".
34164         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
34165         Adapt to above name change.
34167         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
34168         (smbclient-prompt-regexp): Ditto.
34170         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
34172 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
34174         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
34175         gdb-location-list.
34176         Break lines that are over 80 characters wide.
34178 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34180         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
34181         New fun and var, to preserve compatibility.
34183         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
34185 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
34187         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
34188         name to file-newer-than-file-p.
34190 2005-04-26  Richard M. Stallman  <rms@gnu.org>
34192         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
34194         * progmodes/python.el (python-mode):
34195         Use new name eldoc-documentation-function.
34197         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
34199         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
34200         (eldoc-documentation-function):
34201         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
34203 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
34205         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
34207 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34209         * term/xterm.el (function-key-map): Fix strings for
34210         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
34211         {C,S,A,C-S}-{f1-f12}.
34213 2005-04-26  Kenichi Handa  <handa@m17n.org>
34215         * international/mule-cmds.el (select-safe-coding-system):
34216         Fix previous change.
34218 2005-04-26  Lute Kamstra  <lute@gnu.org>
34220         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
34222         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
34223         (font-lock-comment-delimiter-face): Ditto.
34225         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
34227 2005-04-25  Jay Belanger  <belanger@truman.edu>
34229         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34230         to t while inserting information; use help-mode.
34232 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34234         * term.el (ansi-term-color-vector): Use the xterm colors.
34235         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
34237 2005-04-25  Lute Kamstra  <lute@gnu.org>
34239         * font-core.el (font-lock-defaults): Fix docstring.
34241         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
34243 2005-04-25  Kenichi Handa  <handa@m17n.org>
34245         * international/mule-cmds.el (select-safe-coding-system):
34246         Don't check consistency with coding: spec, etc if raw-text or
34247         no-conversion was found to be safe.
34249 2005-04-24  Richard M. Stallman  <rms@gnu.org>
34251         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
34252         citation markers at start of each line.
34254         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
34255         citation markers at start of each line.
34257         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
34259         * files.el (mode-require-final-newline): Fix previous change.
34260         (require-final-newline): Fix type label.
34262 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
34264         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
34265         statement in buffer (broken by 2004-11-24 change).
34267 2005-04-24  Kim F. Storm  <storm@cua.dk>
34269         * ido.el (ido-everywhere): Save and restore old read-buffer-function
34270         and read-file-name-function values.  Don't overwrite existing
34271         non-nil values if ido-mode is enabled without ido-everywhere.
34273 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
34275         * files.el (mode-require-final-newline): Minor doc fix.
34277 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
34279         * subr.el (syntax-after): Doc fix.
34280         (syntax-class): If argument is nil, return nil.  Mask off upper 16
34281         bits, not 8 bits.
34283         * files.el (mode-require-final-newline): Doc fix.
34284         (backup-buffer-copy): Fix last change.
34286 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34288         * term/mac-win.el: Require select.  Set selection-coding-system to
34289         mac-system-coding-system.  Call menu-bar-enable-clipboard.
34290         (x-last-selected-text-clipboard, x-last-selected-text-primary)
34291         (x-select-enable-clipboard): New variables.
34292         (x-select-text, x-get-selection, x-selection-value)
34293         (x-get-selection-value, mac-select-convert-to-string)
34294         (mac-services-open-file, mac-services-open-selection)
34295         (mac-services-insert-text): New functions.
34296         (CLIPBOARD, FIND): Put mac-scrap-name property.
34297         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
34298         (public.tiff): Put mac-ostype property.
34299         (selection-converter-alist): Add entries for them.
34300         (mac-application-menu-map): New keymap.
34301         (interprogram-cut-function, interprogram-paste-function): Set to
34302         x-select-text and x-get-selection-value, respectively.
34303         (split-window-keep-point): Set to t.
34305 2005-04-23  Richard M. Stallman  <rms@gnu.org>
34307         * files.el (read-directory-name): Always pass non-nil
34308         DEFAULT-FILENAME arg to read-file-name.
34309         (backup-buffer-copy, basic-save-buffer-2): Take care against
34310         writing thru an unexpected existing symlink.
34311         (revert-buffer): In indirect buffer, revert the base buffer.
34312         (magic-mode-alist): Doc fix.
34313         (buffer-stale-function): Doc fix.
34314         (minibuffer-with-setup-hook): Avoid warning.
34315         (mode-require-final-newline): Doc and custom fix.
34317         * follow.el (follow-end-of-buffer): Use with-no-warnings.
34319         * font-lock.el (font-lock-comment-face): On terminals with few colors,
34320         use the default appearance.
34321         (font-lock-comment-delimiter-face): New face, new variable.
34323         * imenu.el (imenu--generic-function): The official position of a
34324         definition is the start of the line that BEG is in.
34326         * midnight.el (midnight-timer): Move defvar up.
34328         * mouse.el (mouse-drag-region-1): Delete some debugging code.
34330         * saveplace.el (save-place-to-alist): Use with-no-warnings.
34332         * startup.el (command-line): Use with-no-warnings.
34334         * window.el (window-size-fixed): New defvar.
34336         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
34338         * mail/rmail.el (rmail-font-lock-keywords):
34339         Use font-lock-comment-delimiter-face.
34341         * mail/sendmail.el (mail-font-lock-keywords):
34342         Use font-lock-comment-delimiter-face.
34344         * progmodes/compile.el (next-error-highlight-timer): New defvar.
34346 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
34348         * progmodes/compile.el (compilation-mode-font-lock-keywords):
34349         Specify t for LAXMATCH when matching directories.
34350         Save match data around compilation-compat-error-properties form.
34352 2005-04-23  David Kastrup  <dak@gnu.org>
34354         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
34355         Mention that the autoloaded aliases should be kept for AUCTeX.
34357 2005-04-23  Andreas Schwab  <schwab@suse.de>
34359         * isearch.el (isearch-forward): Doc fix.
34361 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
34363         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
34364         (jit-lock-stealth-nice): Change default value to 0.5.
34366 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
34368         * abbrev.el (write-abbrev-file): Write table entries in
34369         alphabetical order by table name.
34371 2005-04-22  Kim F. Storm  <storm@cua.dk>
34373         * ido.el (ido-read-internal): Fix `list' completion.
34375 2005-04-22  Kenichi Handa  <handa@m17n.org>
34377         * recentf.el (recentf-save-file-coding-system): New variable.
34378         (recentf-save-list): Encode the file by
34379         recentf-save-file-coding-system and add coding: tag.
34381 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
34383         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
34385 2005-04-21  Lute Kamstra  <lute@gnu.org>
34387         * loadhist.el (unload-feature): Don't remove a function from hooks
34388         if it is about to be restored to an autoload .  Remove functions
34389         that will become unbound from auto-mode-alist.  Simplify the code.
34391         * subr.el (assq-delete-all): New implementation that is linear,
34392         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
34393         (rassq-delete-all): New function.
34395         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34396         Add size-indication-mode.
34398 2005-04-21  Kenichi Handa  <handa@m17n.org>
34400         * international/mule-cmds.el: Add autoload for widget-value in
34401         eval-when-compile.
34403 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
34405         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34406         Add tooltip-mode.
34408         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
34410 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
34412         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
34413         (inferior-lisp-filter-regexp, inferior-lisp-program)
34414         (inferior-lisp-load-command, inferior-lisp-prompt)
34415         (inferior-lisp-mode-hook, lisp-source-modes)
34416         (inferior-lisp-load-hook): defvar->defcustom.
34417         (inferior-lisp-program, inferior-lisp-prompt)
34418         (inferior-lisp-load-hook): Doc fixes.
34419         (inferior-lisp-install-letter-bindings): Small change in
34420         introductory comment.
34422 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
34424         * vc.el (vc-annotate-color-map): Change some colors so that text
34425         using them as foreground is readable on both white and black
34426         backgrounds.
34428 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34430         * international/mule-conf.el (translation-table-for-input):
34431         Remove redundant declaration.
34433 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34435         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
34437         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
34438         (tooltip-toggle-gud-tips): New function.
34440 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34442         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
34443         right angle brackets.
34445 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34447         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
34449 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
34451         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
34452         Remove.  Update callers to use expand-file-name instead.
34454         * subr.el (syntax-class): New function.
34456         * simple.el (blink-matching-open): Use it.
34458         * paren.el (show-paren-function): Use it to recognize parens that are
34459         also used in 2-char comment markers.
34461 2005-04-19  Lute Kamstra  <lute@gnu.org>
34463         * loadhist.el (unload-feature): Update for new format of
34464         load-history.  Simplify the code.
34466 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34468         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
34469         (mac-add-charset-info): New function.  Initialize variable
34470         mac-charset-info-alist using it.
34471         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
34472         for translation.
34473         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
34474         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
34475         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
34476         New CCL programs.
34478 2005-04-19  Kim F. Storm  <storm@cua.dk>
34480         * simple.el (next-buffer, prev-buffer, next-error)
34481         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34482         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
34484         * bindings.el (next-buffer, prev-buffer, next-error)
34485         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34486         (clone-indirect-buffer-other-window): Move bindings from simple.el.
34487         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
34488         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
34490 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34492         * isearch.el (isearch-edit-string): Make the search-ring available for
34493         minibuffer history commands.
34494         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
34495         the default history commands now work just as well.
34496         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
34498 2005-04-18  Kim F. Storm  <storm@cua.dk>
34500         * emulation/cua-base.el (cua--pre-command-handler): Add more
34501         elaborate check for shift modifier on non-window systems.
34503 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
34505         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
34507 2005-04-18  Kim F. Storm  <storm@cua.dk>
34509         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
34510         and make it optional.  Don't test tooltip-gud-echo-area here.
34511         (tooltip-gud-process-output, gdb-tooltip-print):
34512         Pass tooltip-gud-echo-area to tooltip-show.
34513         (tooltip-help-tips): Remove second optional arg to tooltip-show.
34515 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34517         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
34518         `display-graphic-p' may not be bound yet.
34520 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
34522         * startup.el (command-line): No longer enable Xterm Mouse mode by
34523         default in terminals compatible with xterm.
34525         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
34527 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
34529         * tooltip.el (tooltip-gud-echo-area): Rename from
34530         tooltip-use-echo-area.
34531         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
34532         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
34533         area independently of where help tooltips are displayed.
34535 2005-04-17  David Kastrup  <dak@gnu.org>
34537         * cus-theme.el (custom-theme-write-variables): Quote variables
34538         where necessary.
34540 2005-04-17  Richard M. Stallman  <rms@gnu.org>
34542         * simple.el (yank-excluded-properties): Add follow-link to value.
34544         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
34546         * startup.el (fancy-splash-max-time): Just 30 seconds.
34547         (fancy-splash-delay): Just 7.
34548         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
34550         * loadhist.el (unload-feature): Update for new format of load-history.
34551         Simplify the code.
34553         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
34554         (rmail-font-lock-keywords): Don't fontify the text of a citation.
34556         * mail/sendmail.el (mail-font-lock-keywords):
34557         Don't fontify subject text.
34558         Don't fontify the text of a citation.
34560 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
34562         * comint.el (comint-output-filter): Run comint-output-filter-functions
34563         with point where the user had it.
34565 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
34567         * international/ucs-tables.el (ucs-set-table-for-input):
34568         Disable when using unify-on-decoding.
34570 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
34572         * emulation/cua-base.el (cua-global-mark-face): Add special case
34573         for displays supporting a high number of colors.
34575 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
34577         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
34579 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
34581         * filesets.el (filesets-add-buffer): If user supplies a name of a
34582         non-existing fileset, create a new fileset.
34584 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
34586         * textmodes/org.el (org-up-heading-all): Fix bug with
34587         `outline-up-heading-all'.
34589 2005-04-16  Andreas Schwab  <schwab@suse.de>
34591         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
34592         /etc/permissions.d/* and /etc/aliases.d/*.
34594 2005-04-16  Kenichi Handa  <handa@m17n.org>
34596         * international/code-pages.el (cp-make-coding-system):
34597         Set `translation-table-for-input' property value to the symbol
34598         ucs-mule-to-mule-unicode, not to that value.
34599         (pt154): Escape guillemet by `\'.
34601 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
34603         * loadup.el: Load tooltip if x-show-tip is fboundp.
34605         * startup.el (command-line): Add comment.
34607         * tooltip.el (tooltip-mode): Specify correct standard value for
34608         Custom in init-value.
34610 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
34612         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
34613         possible.
34615 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
34617         * textmodes/org.el (org-agenda-date-prompt): Rename from
34618         `org-agenda-date-today'.
34619         (org-evaluate-time-range): Insert at point instead of directly
34620         after time range.
34621         (org-first-headline-recenter, org-subtree-end-visible-p)
34622         (org-optimize-window-after-visibility-change): New functions
34623         (org-agenda-post-command-hook): Don't allow point at end of line,
34624         to make sure it always hits the text properties.
34625         (org-agenda-next-date-line, org-agenda-previous-date-line):
34626         New commands.
34627         (org-set-regexps-and-options): Category may contain white space.
34628         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34629         Improve marker positions.
34630         (org-agenda-new-marker): Argument POS made optional.
34631         (org-agenda-get-timestamps): Deadlines which are done are listed
34632         in org-done-face now.
34633         (org-agenda-get-todos, org-agenda-get-timestamps)
34634         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34635         Set `undone-face' and `done-face' properties.
34636         (org-last-todo-state-is-todo): New variable.
34637         (org-todo): Set `org-last-todo-state-is-todo'.
34638         (org-agenda-todo): Change face according to
34639         `org-last-todo-state-is-todo'.  And change other lines referring to
34640         the same entry.
34641         (org-calendar-goto-agenda): New command.
34642         (org-calendar-to-agenda-key): New option.
34643         (org-startup-folded): New allowed value `content'.
34644         (org-set-regexps-and-options): Accept new value `content' for
34645         `org-startup-folded'.
34646         (org-get-current-options): Handle new value `content' for
34647         `org-startup-folded'.
34648         (org-insert-todo-heading): New command.
34649         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
34650         interactively in empty file and option
34651         `org-insert-mode-line-in-empty-file' has been set.
34652         (org-agenda-todo, org-agenda-priority): Modify to use
34653         `org-agenda-change-all-lines'.
34654         (org-warning-face): Change color on dark background.
34656 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34658         * international/mule-cmds.el (set-locale-environment): On Mac OS,
34659         use preferences AppleLocale and AppleLanguages, and variable
34660         mac-system-locale for default locale.  On Mac OS Classic, use
34661         mac-system-coding-system for default coding systems.
34663         * term/mac-win.el: Don't set file-name-coding-system.
34664         Decode variables system-name, emacs-build-system, user-login-name, and
34665         user-full-name by mac-system-coding-system on Mac OS Classic.
34666         (mac-system-coding-system): New variable.
34668 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
34670         * startup.el (command-line): Handle `xterm-mouse-mode' before
34671         reading init file.
34673         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
34675 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
34677         * progmodes/sh-script.el (sh-here-document-word): Make it a
34678         defcustom.  Doc fix.
34679         (sh-add): Bash uses $(( )) for arithmetic.
34680         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
34681         (sh-maybe-here-document): Remove quotes and leading whitespace
34682         from heredoc word when closing.  Indent heredoc with tabs if word
34683         starts with "-".
34685 2005-04-13  Richard M. Stallman  <rms@gnu.org>
34687         * simple.el (undo): Fix previous change.
34689         * custom.el (defface): Doc fix.
34691 2005-04-13  Lute Kamstra  <lute@gnu.org>
34693         * Makefile.in (DONTCOMPILE): Remove list.
34694         (compile, compile-always): Don't use DONTCOMPILE.
34695         (update-authors): Load the library in which batch-update-authors
34696         is defined.
34697         * makefile.w32-in (DONTCOMPILE): Remove list.
34698         (compile, compile-always): Fix comments.
34699         (update-authors): Load the library in which batch-update-authors
34700         is defined.
34702         * generic-x.el (generic-mode-ini-file-find-file-hook):
34703         Rename to ini-generic-mode-find-file-hook.
34704         Keep generic-mode-ini-file-find-file-hook as an alias.
34705         (ini-generic-mode-find-file-hook): Rename from
34706         generic-mode-ini-file-find-file-hook.  Fix docstring.
34707         (ini-generic-mode): Docstring change.
34708         (bat-generic-mode-run-as-comint): Silence the byte compiler.
34710         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
34711         called from lisp.
34713         * generic.el: Move to the emacs-lisp subdir.
34715 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
34717         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
34718         and C-S- function and cursor motion keys.
34720 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
34722         * startup.el (command-line): Enable Xterm Mouse mode by default.
34723         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
34724         for Custom.  No longer show "Mouse" in mode line when enabled.
34725         Doc fix.
34727 2005-04-12  Kim F. Storm  <storm@cua.dk>
34729         * emulation/cua-base.el (cua-rectangle-face)
34730         (cua-rectangle-noselect-face): Define face attributes here.
34732         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
34734 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34736         * startup.el (command-line): Turn off blinking cursor if
34737         cursorBlink in resources is off or false.
34739 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34741         * term/mac-win.el (dnd): Require dnd.
34742         (mac-drag-n-drop): Call dnd-handle-one-url.
34743         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
34744         (kTextEncodingISOLatin2): Remove constants.
34745         (mac-script-code-coding-systems): New constant.
34746         (mac-handle-language-change): New function.
34747         (special-event-map): Bind it to `language-change' event.
34748         (mac-centraleurroman, mac-cyrillic): New coding systems.
34749         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
34750         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
34751         and mac-cyrillic-encoder to encode-mac-centraleurroman and
34752         encode-mac-cyrillic, respectively.
34754 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34756         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
34757         Don't set overlay-arrow-string to "=>" as this is done
34758         globally in C now.
34760 2005-04-12  Lute Kamstra  <lute@gnu.org>
34762         * generic-x.el (rc-generic-mode, rul-generic-mode):
34763         Fix auto-mode-alist entries.
34764         (etc-fstab-generic-mode): Tweak fontification.
34766         * generic.el (generic-make-keywords-list): Fix docstring.
34767         (generic-mode-internal): Simplify generic-font-lock-keywords.
34769 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34771         * whitespace.el (whitespace-buffer-leading)
34772         (whitespace-buffer-trailing): Revert the incorrect test inversion.
34773         However, fix the highlight area for the leading and
34774         trailing whitespaces to show space.
34776 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34778         * whitespace.el (whitespace-version): Bump to 3.5.
34780         (whitespace-buffer-leading, whitespace-buffer-trailing):
34781         Invert sense of the test to highlight the whitespace.
34783 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34785         * progmodes/gud.el (gud-display-line): GUD uses its own
34786         overlay arrow now so don't set overlay-arrow-string.
34787         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
34789 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
34791         * term.el (term-ansi-current-bold, term-ansi-current-underline)
34792         (term-ansi-current-reverse, term-ansi-current-invisible)
34793         (term-ansi-face-already-done): Change to boolean.
34794         (term-reset-terminal, term-handle-colors-array): Handle the above
34795         vars accordingly.
34796         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
34797         (term-emulate-terminal): Use the new name.
34799         * faces.el (secondary-selection): Use yellow1, not yellow.
34800         (trailing-whitespace): Use red1, not red.
34802 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34804         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
34805         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
34806         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
34808         * cus-edit.el (dnd): New group.
34810         * term/w32-win.el (dnd): Require dnd
34811         (w32-drag-n-drop): Call dnd-handle-one-url.
34813         * x-dnd.el: Require dnd.
34814         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
34815         Call dnd-handle-one-url.
34816         (x-dnd-types-alist, x-dnd-insert-utf8-text)
34817         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
34818         to dnd-insert-text.
34819         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
34820         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
34821         (x-dnd-get-local-file-name, x-dnd-open-local-file)
34822         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
34824         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
34826 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34828         * wdired.el: Doc fixes.
34829         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
34830         (wdired-use-dired-vertical-movement): Rename from
34831         wdired-always-move-to-filename-beginning.
34832         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
34833         (wdired-change-to-wdired-mode): Change mode name.
34834         (wdired-newline): Delete.
34836 2005-04-11  Richard M. Stallman  <rms@gnu.org>
34838         * whitespace.el (whitespace-highlight-the-space):
34839         Don't call whitespace-unhighlight-the-space here.
34841         * simple.el (undo): Record t in undo-equiv-table
34842         for the redo record made by an undo-in-region.
34844 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34846         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
34847         (gdb-frame-inferior-io-buffer): New Functions to control
34848         display of separate IO buffer.
34849         (menu): Add them to menu-bar.
34850         (gdb-display-buffer): Check for buffer another frame.
34851         Protect GUD buffer.
34852         (gdb-setup-windows): Create IO buffer if not already there.
34853         (gdb-memory-mode): Remove purecopy noops.
34855 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34857         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
34858         and pass to self-insert-command.
34860 2005-04-11  Lute Kamstra  <lute@gnu.org>
34862         * generic.el: Commentary section cleanup.
34863         (generic): Delete.
34864         (generic-use-find-file-hook, generic-lines-to-scan)
34865         (generic-find-file-regexp, generic-ignore-files-regexp)
34866         (default-generic-mode, generic-mode-find-file-hook)
34867         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
34868         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
34869         (generic-use-find-file-hook, generic-lines-to-scan)
34870         (generic-find-file-regexp, generic-ignore-files-regexp)
34871         (default-generic-mode, generic-mode-find-file-hook)
34872         (generic-mode-ini-file-find-file-hook): Move from generic.el.
34874 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
34876         * bookmark.el (bookmark-write-file): Catch errors writing file.
34877         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
34879 2005-04-10  Richard M. Stallman  <rms@gnu.org>
34881         * startup.el (fancy-splash-tail): Update copyright year.
34882         (command-line): Split part of -Q into -D.
34883         (emacs-basic-display): New defvar.
34884         (fancy-splash-text): Correct name of menu item.
34886         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
34888         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
34889         lines in one node.
34891         * comint.el (comint-send-input): New arg ARTIFICIAL.
34892         Callers in this file changed.
34894         * abbrev.el (define-abbrevs): Read system abbrevs properly.
34896         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
34898 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
34900         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
34901         `ldap-search-internal'.
34903 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34905         * files.el (set-auto-mode-1): Use line-end-position.
34907         * international/latin-1.el:
34908         * international/latin-2.el:
34909         * international/latin-3.el:
34910         * international/latin-4.el:
34911         * international/latin-5.el:
34912         * international/latin-8.el:
34913         * international/latin-9.el: Give punctuation syntax to NBSP.
34915         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
34916         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
34917         Use char-classes to accept non-ascii letters, accepted in some recent
34918         bibtex implementations.
34920 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
34922         * custom.el (custom-set-minor-mode): Any non-nil value for the
34923         variable should enable the mode when set through Custom.
34925 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34927         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
34928         TAB binding so tab-always-indent is obeyed.
34929         (vhdl-minibuffer-local-map): Move initialization into declaration.
34930         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
34931         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
34932         (vhdl-hooked-abbrev): Avoid test for XEmacs.
34933         (vhdl-current-line): Use line-beginning-position.
34934         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
34935         with-output-to-temp-buffer, so the current position can be recorded.
34937 2005-04-10  Masatake YAMATO  <jet@gyve.org>
34939         * progmodes/compile.el (compilation-error-regexp-alist-alist):
34940         Add regexp for gcov.
34942 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
34944         * calendar/time-date.el (time-to-seconds, seconds-to-time)
34945         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
34946         syntax which Emacs 20 doesn't support.
34948 2005-04-09  Richard M. Stallman  <rms@gnu.org>
34950         * help.el (describe-key-briefly, describe-key):
34951         Replace strings as event types with "(any string)".
34953 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
34955         * arc-mode.el (archive-mode-map): Move initialization into
34956         the declaration.  Override *all* bindings of `undo'.
34957         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
34959 2005-04-09  Jay Belanger  <belanger@truman.edu>
34961         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
34963 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
34965         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
34966         (xterm-register-default-colors): Update color values computation
34967         to match xterm-200.
34969 2005-04-09  Kenichi Handa  <handa@m17n.org>
34971         * international/code-pages.el (iso-latin-7): Fix the map.
34973 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
34975         * emacs-lisp/lisp.el (defun-prompt-regexp)
34976         (parens-require-spaces, buffer-end, end-of-defun)
34977         (insert-parentheses): Doc fixes.
34979 2005-04-08  Kim F. Storm  <storm@cua.dk>
34981         * comint.el (comint-highlight-prompt): Fix face spec.
34982         * hi-lock.el (hi-green): Likewise.
34984 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
34986         * cus-edit.el (custom-modified-face):
34987         * comint.el (comint-highlight-input): Fix previous changes.
34988         * term.el (term-handle-ansi-escape): Add a comment.
34990 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
34992         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
34993         in the buffer and in whitespace-highlighted-space.
34994         (whitespace-unhighlight-the-space): Simplify.
34995         (whitespace-buffer): Simplify.
34997 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
34999         * textmodes/table.el (table-cell-face): Add special case for
35000         displays supporting a high number of colors.
35001         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
35002         (vhdl-font-lock-reserved-words-face)
35003         (vhdl-speedbar-architecture-face)
35004         (vhdl-speedbar-instantiation-face)
35005         (vhdl-speedbar-architecture-selected-face)
35006         (vhdl-speedbar-instantiation-selected-face): Likewise.
35007         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
35008         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
35009         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
35010         (ebrowse-root-class-face, ebrowse-member-attribute-face)
35011         (ebrowse-progress-face): Likewise.
35012         * progmodes/compile.el (compilation-info-face): Likewise.
35013         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
35014         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
35015         * calendar/calendar.el (diary-face): Likewise.
35016         * woman.el (woman-italic-face, woman-bold-face)
35017         (woman-unknown-face): Likewise.
35018         * wid-edit.el (widget-button-pressed-face): Likewise.
35019         * whitespace.el (whitespace-highlight-face): Likewise.
35020         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
35021         * pcvs-info.el (cvs-marked-face): Likewise.
35022         * info.el (info-xref): Likewise.
35023         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
35024         * hilit-chg.el (highlight-changes-face)
35025         (highlight-changes-delete-face): Likewise.
35026         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
35027         (hi-red-b): Likewise.
35028         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
35029         * font-lock.el (font-lock-keyword-face)
35030         (font-lock-function-name-face, font-lock-warning-face): Likewise.
35031         * cus-edit.el (custom-invalid-face, custom-modified-face)
35032         (custom-set-face, custom-changed-face, custom-variable-tag-face)
35033         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
35034         * comint.el (comint-highlight-prompt): Likewise.
35036 2005-04-08  Lute Kamstra  <lute@gnu.org>
35038         * font-lock.el (font-lock-keywords): Docstring fixes.
35040 2005-04-08  Kenichi Handa  <handa@m17n.org>
35042         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
35043         chars are more than a limit, print " and more..." at the tail.
35045 2005-04-08  Kim F. Storm  <storm@cua.dk>
35047         * emacs-lisp/authors.el (authors-aliases): Update list.
35048         (authors-ignored-files): New list.
35049         (authors-fixed-entries): Fix typo.
35050         (authors-renamed-files-alist): Update list.
35051         (authors-add): Check authors-ignored-files.
35053 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
35055         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
35056         optional, to ensure backward compatibility.
35058 2005-04-08  Stephen Eglen  <stephen@gnu.org>
35060         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
35062 2005-04-08  Kim F. Storm  <storm@cua.dk>
35064         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
35066         * mouse.el (mouse-on-link-p): Doc fix.
35068 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
35070         * ielm.el (ielm-prompt-read-only): Doc fix.
35072         * comint.el (comint-prompt-read-only): Doc fix.
35074 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
35076         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
35077         ensure dired always handles wildcards passed to ffap.
35078         (find-file-at-point): Use it.
35079         (ffap-dired-wildcards): Doc fix.
35081 2005-04-07  Juri Linkov  <juri@jurta.org>
35083         * simple.el (next-error-overlay-arrow-position): New defvar.
35084         Put "=>" on its property `overlay-arrow-string'.  Add it to
35085         `overlay-arrow-variable-list'.
35087         * progmodes/compile.el (compilation-setup):
35088         Set `next-error-overlay-arrow-position' to nil.  Also set it to
35089         nil in the local hook `kill-buffer-hook'.  Make local variable
35090         `overlay-arrow-string' and set it to "=>".
35091         (compilation-goto-locus): Set BOL position to
35092         `next-error-overlay-arrow-position' instead of
35093         `overlay-arrow-position'.
35095         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
35096         locally instead of adding it to the global hook.
35097         (Info-kill-buffer): Move up.
35099 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
35101         * term/xterm.el (xterm-standard-colors): Update color values from
35102         xterm-200.
35104 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
35106         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
35108         * fast-lock.el:
35109         * lazy-lock.el: Move them to the obsolete subdir.
35111 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35113         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
35114         (wdired-add-replace-advice): Remove.
35115         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
35117 2005-04-06  Kim F. Storm  <storm@cua.dk>
35119         * startup.el (command-line): Add --bare-bones alias for -Q.
35121 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35123         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
35124         create the startup fontset if a font specification ends with
35125         `mac-roman'.
35127 2005-04-06  Lute Kamstra  <lute@gnu.org>
35129         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
35130         change.
35132         * emacs-lisp/copyright.el (copyright-update-year): Replace the
35133         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
35135 2005-04-05  Lute Kamstra  <lute@gnu.org>
35137         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
35138         (define-generic-mode): Ditto.  Fix debug declaration.
35140         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
35141         Put them in the generic-x group.
35143         * calendar/timeclock.el (timeclock): Doc fix.
35145         * generic.el (define-generic-mode): Don't use custom-current-group.
35146         Document default :group value.
35147         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
35148         (define-global-minor-mode): Don't use custom-current-group.
35150 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
35152         * startup.el (command-line-1): Display startup-echo-area-message
35153         when fancy splash screen is in use.
35155         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
35156         (sh-escaped-newline): New face.
35157         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
35158         newline, and use sh-escaped-newline face.
35160         * progmodes/tcl.el (tcl-escaped-newline): New face.
35161         (tcl-builtin-list): New variable.
35162         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
35163         newlines.  Fix keywords subexpression number.
35165 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
35167         * textmodes/org.el (org-diary-default-entry): Fix call to
35168         `add-to-diary-entry'.
35170 2005-04-05  Kim F. Storm  <storm@cua.dk>
35172         * ediff-init.el: Use (featurep 'xemacs).
35174 2005-04-05  David Ponce  <david@dponce.com>
35176         * cus-edit.el (face): Derive from symbol widget.  Display sample
35177         of the current face on the fly.
35178         (widget-face-sample-face-get, widget-face-notify): New functions.
35179         (widget-face-value-create): Remove.
35181         * wid-edit.el (widget-field-end): Temporarily remove field
35182         narrowing before to call `get-char-property'.
35184 2005-04-04  Jay Belanger  <belanger@truman.edu>
35186         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
35187         (math-read-subscripts): New variable.
35188         (math-read-preprocess-string): Process subscripts.
35190 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
35192         * comint.el (comint-prompt-read-only): Doc fix.
35194         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
35195         `-1'.  Doc fix.
35197 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
35199         * textmodes/org.el (org-insert-mode-line-in-empty-file):
35200         Change default value to nil.
35202 2005-04-04  Lute Kamstra  <lute@gnu.org>
35204         * autorevert.el (auto-revert-mode): Specify :group.
35205         * battery.el (display-battery-mode): Specify :group.
35206         * diff-mode.el (diff-minor-mode): Specify :group.
35207         * font-core.el (font-lock-mode): Specify :group.
35208         * hl-line.el (hl-line-mode): Specify :group.
35209         * iimage.el (iimage): New customization group.
35210         (iimage-mode): Specify :group.
35211         * longlines.el (longlines-mode): Specify :group.
35212         * master.el: Don't require easy-mmode.
35213         (master): New customization group.
35214         (master-mode): Specify :group.
35215         * msb.el (msb-mode): Specify :group.
35216         * reveal.el (reveal-mode): Specify :group.
35217         * simple.el (next-error-follow-minor-mode): Specify :group.
35218         * smerge-mode.el (smerge-mode): Specify :group.
35219         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
35220         * emulation/cua-base.el (cua-mode): Specify :group.
35221         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
35222         * language/thai-util.el (thai-auto-composition-mode)
35223         (thai-word-mode): Specify :group.
35224         * mail/supercite.el (sc-minor-mode): Specify :group.
35225         * progmodes/cwarn.el (cwarn-mode): Specify :group.
35226         * progmodes/flymake.el (flymake-mode): Specify :group.
35227         * progmodes/glasses.el (glasses-mode): Specify :group.
35228         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
35229         * textmodes/enriched.el (enriched-mode): Specify :group.
35230         * textmodes/refill.el (refill-mode): Specify :group.
35232         * add-log.el (change-log-font-lock-keywords): Names in
35233         parenthesized lists can contain spaces.
35235 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
35237         * startup.el (fancy-splash-text): Shorten default text of
35238         "Emacs Tutorial" line.  Also, if the current language env
35239         indicates an available tutorial file other than TUTORIAL,
35240         extract its title and append it to the line in parentheses.
35241         (fancy-splash-insert): If arg is a thunk, funcall it.
35243 2005-04-04  Jay Belanger  <belanger@truman.edu>
35245         * calc/calc.el (calc-language-alist): Add tags to customization type.
35247 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
35249         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
35250         Doc fix.
35252 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
35254         * add-log.el (change-log-font-lock-keywords): The manual
35255         describing a Change Log entry, says: (...) "Aside from these
35256         header lines, every line in the change log starts with a space or
35257         a tab.".  The font-lock was not highlighting lines started with
35258         spaces, added support for it.
35260 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35262         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
35263         (bibtex-generate-url-list): Update docstring accordingly.  Put the
35264         complex example in the docstring.
35265         (bibtex-font-lock-url): Use pop.
35267 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35269         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
35271         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
35273 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
35275         * filesets.el (filesets-set-default): Doc fix.
35277 2005-04-03  Lute Kamstra  <lute@gnu.org>
35279         * generic.el (define-generic-mode): Add argument to specify
35280         keywords for defcustom.
35281         (default-generic-mode): Specify :group.
35283         * generic-x.el: Specify :group for all generic modes.
35285         * desktop.el (desktop-no-desktop-file-hook)
35286         (desktop-after-read-hook): Doc fix.
35288 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
35290         * simple.el (visible-mode): Use explicit :group keyword.
35291         This changes the group of `visible-mode-hook' from paren-blinking
35292         to editing-basics.
35294 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
35296         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
35297         mailbox specifications as well as URLs.
35298         (rmail-insert-inbox-text): Remove unused conditional branches.
35300 2005-04-01  Jay Belanger  <belanger@truman.edu>
35302         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
35303         (calc-gnuplot-print-command): Move definitions to calc.el.
35305         * calc/calc-embed.el (calc-embedded-announce-formula)
35306         (calc-embedded-open-formula, calc-embedded-close-formula)
35307         (calc-embedded-open-word, calc-embedded-close-word)
35308         (calc-embedded-open-plain, calc-embedded-close-plain)
35309         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
35310         (calc-embedded-open-mode, calc-embedded-close-mode):
35311         Move definitions to calc.el.
35313         * calc/calc.el (calc-settings-file, calc-language-alist):
35314         Make customizable.
35315         (calc-embedded-announce-formula, calc-embedded-open-formula)
35316         (calc-embedded-close-formula, calc-embedded-open-word)
35317         (calc-embedded-close-word, calc-embedded-open-plain)
35318         (calc-embedded-close-plain, calc-embedded-open-new-formula)
35319         (calc-embedded-close-new-formula, calc-embedded-open-mode)
35320         (calc-embedded-close-mode, calc-gnuplot-name)
35321         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
35322         from other files and make customizable.
35324 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35326         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
35327         Use buffer-live-p.
35328         (cvs-mode-run): Don't call cvs-update-header here.
35329         (cvs-run-process): Call cvs-update-header.
35330         Use process properties for cvs-postprocess and cvs-buffer so that
35331         the sentinel can behave better if the temp buffer is killed.
35332         Use a pipe rather than a tty, to better handle unexpected prompts.
35333         (cvs-sentinel): Rewrite.  Call cvs-update-header.
35335 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
35337         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
35338         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
35340 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
35342         * generic.el (define-generic-mode): Add indentation rule.
35344 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
35346         * files.el (mode-require-final-newline): Make Custom correctly
35347         report a nil value and allow to set it to nil via Custom.
35348         Doc fix.
35350 2005-04-01  Kenichi Handa  <handa@m17n.org>
35352         * international/characters.el: Enable the correct case setting for
35353         dotless-i and dotted-I.
35355 2005-04-01  Kim F. Storm  <storm@cua.dk>
35357         * ido.el (ido-file-internal): Fall back to non-ido command if
35358         initial directory is on slow ftp (or tramp) host.
35360 2005-03-31  Richard M. Stallman  <rms@gnu.org>
35362         * emacs-lisp/autoload.el (make-autoload):
35363         Handle define-global-minor-mode.
35365         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
35366         Rename from easy-mmode-define-global-mode.
35367         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
35369         * progmodes/scheme.el (scheme-mode-syntax-table):
35370         Update syntax of | and # for two-character comment syntax.
35372 2005-03-31  Lute Kamstra  <lute@gnu.org>
35374         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
35375         (define-minor-mode): Call custom-current-group at load-time.
35377         * generic.el (define-generic-mode): Add debug declaration.
35378         Add defcustom for the mode hook.
35379         (generic-mode-internal): Use run-mode-hooks.
35381 2005-03-31  Kim F. Storm  <storm@cua.dk>
35383         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
35384         (mouse-fixup-help-message): New defun called by show_help_echo
35385         to fixup mouse-2 prefix in help messages when applicable.
35387         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
35389 2005-03-31  Kenichi Handa  <handa@m17n.org>
35391         * language/thai-word.el (thai-find-word-ends): Pay attention to
35392         the case that we reach the end of buffer.
35394         * textmodes/fill.el (fill-text-properties-at): New function.
35395         (fill-newline): Use fill-text-properties-at instead of
35396         text-properties-at.
35398 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35400         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
35401         not comint-quote-filename.
35403 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
35405         * help-fns.el (help-with-tutorial): Revert last change.
35407 2005-03-31  Kim F. Storm  <storm@cua.dk>
35409         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
35411 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35413         * calendar/cal-china.el: Update reference to "Calendrical
35414         Calculations" book; there's a new edition.
35415         * calendar/cal-coptic.el: Likewise.
35416         * calendar/cal-french.el: Likewise.
35417         * calendar/cal-hebrew.el: Likewise.
35418         * calendar/cal-islam.el: Likewise.
35419         * calendar/cal-iso.el: Likewise.
35420         * calendar/cal-julian.el: Likewise.
35421         * calendar/cal-mayan.el: Likewise.
35422         * calendar/cal-persia.el: Likewise.
35423         * calendar/calendar.el: Likewise.
35424         * calendar/holidays.el: Likewise.
35425         * calendar/lunar.el: Likewise.
35426         * calendar/solar.el: Likewise.
35428         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
35429         white space from doc string.
35431 2005-03-30  Jay Belanger  <belanger@truman.edu>
35433         * calc/calc-help.el (calc-full-help): Remove email address.
35435 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
35437         * help-fns.el (help-with-tutorial): Delete title line.
35439 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
35441         * calendar/cal-x.el (calendar-one-frame-setup)
35442         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
35443         rather than `symbol' for set-window-dedicated-p.
35445         * calendar/appt.el (appt-buffer-name): Make it a constant.
35446         (appt-add): Doc fix.
35448         * filesets.el (filesets-menu-path, filesets-menu-before)
35449         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
35450         (filesets-menu-cache-file): Use directory ~/.emacs.d.
35451         (filesets-add-submenu): Delete and use add-submenu instead.
35453 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
35455         * textmodes/org.el (org-agenda-phases-of-moon)
35456         (org-agenda-sunrise-sunset, org-agenda-convert-date)
35457         (org-agenda-goto-calendar): New commands.
35458         (org-diary-default-entry): New function.
35459         (org-get-entries-from-diary): Better parsing of diary entries.
35460         (org-agenda-check-no-diary): New function.
35461         ("diary-lib"): Advice to function `add-to-diary-list', to allow
35462         linking to diary entries.
35463         (org-agenda-execute-calendar-command): New function.
35464         (org-agenda): Improve visible section in window.
35465         Use `org-fit-agenda-window'.
35466         (org-fit-agenda-window): New option.
35467         (org-move-subtree-down): Better handling of empty lines
35468         at end of subtree.
35469         (org-cycle): Numeric prefix is interpreted now as show-subtree N
35470         levels up.
35471         (org-fontify-done-headline): New option.
35472         (org-headline-done-face): New face.
35473         (org-set-font-lock-defaults): Use `org-headline-done-face'.
35474         (org-table-copy-down): Rename from `org-table-copy-from-above'.
35475         When current field is non-empty, it is copied to next row.
35476         (org-table-copy-from-above): Fix bug which made it
35477         impossible to copy fields containing only a single non-white character.
35479 2005-03-30  Kim F. Storm  <storm@cua.dk>
35481         * kmacro.el (kmacro-end-macro): Isearch may store this command
35482         into the macro -- so ignore it when executing keyboard macro.
35484 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35486         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
35488 2005-03-29  Kenichi Handa  <handa@m17n.org>
35490         * language/thai.el ("Thai"): Set setup-function and exit-function
35491         for Thai language environment.
35493         * language/thai-util.el: Require thai-word.
35494         (thai-word-mode-map): New variable.
35495         (thai-word-mode): New minor mode.
35496         (setup-thai-language-environment-internal): New function.
35497         (exit-thai-language-environment-internal): New function.
35499         * language/thai-word.el (thai-word-table): Declare it by defvar,
35500         use dolist to initialize it.
35501         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
35502         (thai-fill-find-break-point): New functions.
35504 2005-03-29  Richard M. Stallman  <rms@gnu.org>
35506         * simple.el (idle-update-delay): Move definition up.
35507         (set-mark): Doc fix.
35509 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
35511         * longlines.el: New file.
35513         * simple.el (buffer-substring-filters): New variable.
35514         (filter-buffer-substring): New function.
35515         (kill-region, copy-region-as-kill): Use it.
35517         * register.el (copy-to-register, append-to-register)
35518         (prepend-to-register): Use filter-buffer-substring.
35520 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35522         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
35523         (gud-filter-pending-text): Move in front of gdb.
35524         (gud-overlay-arrow-position): New variable.
35525         (gud-sentinel, gud-display-line): Use it in place of
35526         overlay-arrow-position.
35528 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
35530         * progmodes/fortran.el (fortran-if-indent): Doc fix.
35531         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
35532         (fortran-font-lock-keywords-4): New variable.
35533         (fortran-blocks-re, fortran-end-block-re)
35534         (fortran-start-block-re): New constants, for hideshow.
35535         (hs-special-modes-alist): Add a Fortran entry.
35536         (fortran-mode-map): Bind fortran-end-of-block,
35537         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
35538         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
35539         (fortran-looking-at-if-then, fortran-end-of-block)
35540         (fortran-beginning-of-block): New functions, for hideshow.
35542         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
35543         Doc fix.  Tweak regexp.
35544         (f90-beginning-of-block): Push mark first.
35546 2005-03-29  Jay Belanger  <belanger@truman.edu>
35548         * calc/calc.el: Update copyright date.
35549         (calc-version): Increase to 2.1.
35550         (calc-version-date): Remove.
35552         * calc/calc-help.el: Update copyright date.
35553         (calc-full-help): Remove reference to calc-version-date.
35554         Update copyright date.
35556 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35558         * vc.el (vc-do-command): Use a pipe for async processes, so password
35559         prompts don't show up at places where the user can't reply.
35561 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35563         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
35564         on the file name we pass to the inferior shell.
35566 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
35568         * progmodes/which-func.el (which-function): Be robust in the face of an
35569         imenu--make-index-alist failure.
35571 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35573         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
35575         * progmodes/python.el (python-preoutput-filter): Fix last change.
35577 2005-03-29  Lute Kamstra  <lute@gnu.org>
35579         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
35580         functions and compiled macros.
35581         (debug-convert-byte-code): Handle macros too.
35582         (debug-on-entry-1): Don't signal an error when trying to clear a
35583         function that is not set to debug on entry.
35585 2005-03-29  Jay Belanger  <belanger@truman.edu>
35587         * calc/calc-lang.el: Add functions to math-function-table
35588         properties of tex and math.
35590 2005-03-29  Kenichi Handa  <handa@m17n.org>
35592         * ps-mule.el (ps-mule-plot-string): Translate characters by
35593         ps-print-translation-table.
35594         (ps-mule-begin-job): Call find-charset-region/string with
35595         ps-print-translation-table.
35596         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
35598         * ps-print.el (ps-print-translation-table): New variable.
35599         (ps-plot-region): Translate characters by ps-print-translation-table.
35601 2005-03-29  Juri Linkov  <juri@jurta.org>
35603         * simple.el (next-error-highlight-timer): New variable.
35605         * progmodes/compile.el (compilation-goto-locus):
35606         Use `next-error-highlight-timer' instead of `sit-for'.
35608 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35610         * mail/supercite.el (sc-mail-field): Use assoc-string.
35611         (sc-get-address): Simplify regexps.
35613         * files.el (minibuffer-with-setup-hook): New macro.
35614         (find-file-read-args): Use it to avoid let-binding
35615         minibuffer-with-setup-hook (which breaks turning on/off
35616         file-name-shadow-mode while in the prompt).
35618         * complete.el (PC-read-include-file-name-internal):
35619         Use test-completion.
35621 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
35623         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
35625 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35627         * window.el (window-buffer-height): Use count-screen-lines.
35629         * progmodes/python.el (python-preoutput-leftover): New var.
35630         (python-preoutput-filter): Use it.
35631         (python-send-receive): Loop until all the result has been received.
35633 2005-03-28  Juri Linkov  <juri@jurta.org>
35635         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
35637         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
35638         "Recover Crashed Session".
35639         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
35640         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
35641         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
35642         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
35643         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
35644         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
35645         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
35646         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
35648         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
35649         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
35650         Ediff Sessions", "Toggle use of separate control buffer frame",
35651         "Use separate frame for Ediff control buffer".
35653         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
35654         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
35655         "Rename Bookmark", "Delete Bookmark".
35657         * info.el (Info-mode-menu): Remove ellipsis from "Index".
35658         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
35659         Add `:active Info-index-alternatives' to "Next Matching Item".
35661         * wdired.el (wdired-change-to-wdired-mode):
35662         Mention `wdired-abort-changes' key in the initial message.
35664         * international/mule.el (auto-coding-alist): Associate non-ascii
35665         image filename extensions with `no-conversion'.
35667 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35669         * international/iso-acc.el:
35670         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
35672 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
35674         * textmodes/sgml-mode.el (html-mode): Doc update.
35676         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
35678 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
35680         * term.el (term-move-columns): Fix face after extending a line.
35681         (term-insert-spaces): Likewise.
35682         (term-reset-terminal): Fix off by one error.
35684 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35686         * international/mule.el (auto-coding-alist): Add .xpi files.
35688         * files.el (auto-mode-alist): Add .xpi files.
35690 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
35692         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
35694 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35696         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
35698 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
35700         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
35701         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
35703         * calendar/cal-move.el (calendar-beginning-of-year): Move the
35704         cursor to Jan 1 when needed.
35705         (calendar-end-of-year): Fix -/+ typo.
35706         Reported by Chong Yidong <cyd@stupidchicken.com>.
35708 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35710         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
35712         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
35713         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
35715 2005-03-25  Richard M. Stallman  <rms@gnu.org>
35717         * filesets.el (filesets-init): Add autoload.
35719         * mail/mailalias.el (mail-directory): Doc fix.
35721 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
35723         * mail/mailalias.el (mail-directory-process): Do nothing if
35724         mail-directory-process is an atom.
35725         (mail-get-names): Ignore mail-directory-names if it is an atom.
35726         (mail-directory-process defvar): Doc fix.
35727         (mail-names): Doc fix.
35729 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
35731         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
35733 2005-03-26  Kenichi Handa  <handa@m17n.org>
35735         * international/mule-util.el (detect-coding-with-priority):
35736         Call update-coding-systems-internal before detect-coding-region.
35738 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
35740         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
35741         (gdb-frames-mode-map): Add follow-link property.
35743 2005-03-25  Jay Belanger  <belanger@truman.edu>
35745         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
35746         for variables.
35748 2005-03-25  Juri Linkov  <juri@jurta.org>
35750         * image-mode.el: Optimize image filename extension regexps in
35751         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
35752         in `auto-mode-alist'.
35753         (image-mode): Add `image-toggle-display-text' to local hook
35754         `change-major-mode-hook'.  Display the image as an image by
35755         default.  Set `cursor-type' and `truncate-lines' if the image
35756         is already displayed.  Take into account the current mode (image
35757         or text) in message.
35758         (image-minor-mode): New minor mode.
35759         (image-mode-maybe, image-toggle-display-text): New functions.
35760         (image-toggle-display): Use called-interactively-p.
35761         Let-bind `inhibit-read-only' to t.
35763         * image-mode.el (image-minor-mode): Set `cursor-type' and
35764         `truncate-lines' if the image is already displayed.  Add turning
35765         image-minor-mode off to `change-major-mode-hook'.  Add message.
35766         Call `image-toggle-display-text' after turning image-minor-mode off.
35768 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
35770         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
35771         Terminal.app, use utf-8.
35772         (set-display-table-and-terminal-coding-system): Add coding-system arg.
35773         (set-locale-environment): Use it.
35775         * term/xterm.el: Undo last change, better done in mule-cmds.el.
35777         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
35779         * progmodes/python.el (python-close-block-statement-p)
35780         (python-outdent-p, python-current-defun): Use symbol-end.
35782 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
35784         * files.el (save-some-buffers): Doc fix.
35786 2005-03-25  Werner Lemberg  <wl@gnu.org>
35788         * complete.el, thumbs.el: Replace `legal' with `valid'.
35789         * calendar/calendar.el: Replace `legal' with `valid'.
35790         * emacs-lisp/advice.el: Replace `legal' with `valid'.
35791         * mail/supercite.el: Replace `legal' with `valid'.
35792         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
35793         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
35794         Replace `legal' with `valid'.
35795         * textmodes/reftex-vars.el, textmodes/reftex.el:
35796         Replace `legal' with `valid'.
35798 2005-03-25  Werner Lemberg  <wl@gnu.org>
35800         * calc/calc-forms.el, calc/calc-sel.el
35801         * midnight.el, vc-cvs.el
35802         * emacs-lisp/cl-macs.el
35803         * emulation/vip.el
35804         * eshell/esh-io.el, eshell/esh-var.el
35805         * mail/supercite.el
35806         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
35807         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
35808         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
35809         * progmodes/sh-script.el, progmodes/xscheme.el
35810         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
35811         * textmodes/reftex-index.el, textmodes/reftex-parse.el
35812         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
35813         * textmodes/reftex.el, textmodes/org.el:
35814         Replace `illegal' with `invalid'.
35816 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35818         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
35819         (flymake-find-buildfile, flymake-find-possible-master-files)
35820         (flymake-check-include, flymake-parse-line): Replace loops over the
35821         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
35823         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
35824         Substitute file-name-as-directory in the rest of the file.
35825         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
35826         (flymake-replace-region): Remove unused arg `buffer'.
35827         (flymake-check-patch-master-file-buffer): Update calls to it.
35828         (flymake-add-err-info): Remove unused var `count'.
35829         (flymake-mode): Use define-minor-mode.
35831         * progmodes/flymake.el: Use with-current-buffer.
35832         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
35833         flymake-replace-regexp-in-string, flymake-line-beginning-position)
35834         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
35835         Avoid testing for `xemacs'.
35836         (flymake-nop): Move.
35837         (flymake-region-has-flymake-overlays): Return the computed value.
35838         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
35839         Remove unused var `endline'.
35840         (flymake-get-line-count): Remove unused function.
35841         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
35843         * emulation/vi.el:
35844         * generic.el:
35845         * hilit-chg.el (global-highlight-changes):
35846         * hi-lock.el (hi-lock-mode):
35847         * follow.el: find-file-hooks -> find-file-hook.
35849         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
35851 2005-03-24  Juri Linkov  <juri@jurta.org>
35853         * dired.el (dired-mode-map): Add menu item "Compare directories"
35854         for dired-compare-directories.
35856         * dired-aux.el (dired-compare-directories): Add autoload cookie.
35857         Doc fix.  Replace `read-file-name' with `read-directory-name'.
35859 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35861         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
35863 2005-03-24  Jay Belanger  <belanger@truman.edu>
35865         * calc/calc-embed.el (calc-embedded-mode-change): Save all
35866         relevant mode settings in calc-embedded-original-modes when modes
35867         are permanently changed.
35869 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35871         * autoinsert.el: find-file-hooks -> find-file-hook.
35873 2005-03-24  Lute Kamstra  <lute@gnu.org>
35875         * generic.el (generic-font-lock-defaults): Make it obsolete.
35876         (generic-font-lock-keywords): New variable to replace
35877         generic-font-lock-defaults.
35878         (generic-mode-set-font-lock): Delete it.
35879         (generic-mode-internal): Don't call generic-mode-set-font-lock.
35880         (generic-bracket-support): Add docstring.
35882         * generic-x.el: Rename generic-font-lock-defaults to
35883         generic-font-lock-keywords throughout.
35884         (mailagent-rules-setup-function): Delete it.
35885         (mailagent-rules-generic-mode): Use anonymous function instead.
35886         (show-tabs-generic-mode-font-lock-defaults-1)
35887         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
35888         Quote faces.
35889         (show-tabs-tab-face, show-tabs-space-face): Specify background,
35890         not foreground.
35892         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
35893         Recognize define-generic-mode.
35895 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35897         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
35898         if there's no completion table.
35900 2005-03-23  Miles Bader  <miles@gnu.org>
35902         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35903         Remove tty-specific variants, as they're no longer needed.
35905 2005-03-23  Lute Kamstra  <lute@gnu.org>
35907         * generic-x.el: Code cleanup: make args constant whenever possible.
35908         (installshield-statement-keyword-list)
35909         (installshield-system-functions-list)
35910         (installshield-system-variables-list, installshield-types-list)
35911         (installshield-funarg-constants-list): Make them constants.
35913         * generic.el (generic-make-keywords-list): Add autoload cookie.
35915         * calendar/time-date.el: Add comment on time value formats.
35916         Don't require parse-time.
35917         (with-decoded-time-value): New macro.
35918         (encode-time-value): New function.
35919         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
35920         (days-to-time): Return a valid time value when arg is huge.
35921         (time-since): Use time-subtract.
35922         (time-to-number-of-days): Use time-to-seconds.
35924 2005-03-23  David Ponce  <david@dponce.com>
35926         * recentf.el (recentf-keep): New option.
35927         (recentf-menu-action): Default to `find-file'.
35928         (recentf-keep-non-readable-files-flag)
35929         (recentf-keep-non-readable-files-p)
35930         (recentf-file-readable-p, recentf-find-file)
35931         (recentf-cleanup-remote): Remove.
35932         (recentf-include-p): More robust.
35933         (recentf-keep-p): New function.
35934         (recentf-remove-if-non-kept): Rename from
35935         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
35936         All callers updated.
35937         (recentf-menu-items-for-commands): Fix help string.
35938         (recentf-track-closed-file): Update.  Doc fix.
35939         (recentf-cleanup): Update.  Count removed files.  Doc fix.
35941 2005-03-23  Kim F. Storm  <storm@cua.dk>
35943         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35944         Don't inherit from fringe face (now happens automatically).
35946 2005-03-22  Kim F. Storm  <storm@cua.dk>
35948         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
35949         position values.
35951 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
35953         * menu-bar.el (showhide-date-time): Remove.
35954         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
35955         (menu-bar-make-mm-toggle): Simplify.
35957 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35959         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
35960         Accept qualified variable and function names.
35962 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
35964         * bindings.el (completion-ignored-extensions):
35965         Remove ".lis" for `vax-vms'.
35967 2005-03-22  Andreas Schwab  <schwab@suse.de>
35969         * generic-x.el: Revert last change.
35970         * ldefs-boot.el: Update.
35972 2005-03-22  Jay Belanger  <belanger@truman.edu>
35974         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
35975         (calc-embedded-save-original-modes)
35976         (calc-embedded-restore-original-modes): New functions.
35977         (calc-do-embedded): Save original modes when entering embedded mode
35978         and restore when leaving embedded mode.
35979         (calc-embedded-modes-change): Change the value of
35980         calc-embedded-original-modes to reflect permanent changes.
35982 2005-03-22  Lute Kamstra  <lute@gnu.org>
35984         * generic-x.el: Require generic again.
35986 2005-03-22  Miles Bader  <miles@gnu.org>
35988         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35989         Tweak details to look good on both ttys and bitmap displays, light
35990         or dark background, etc.
35992 2005-03-21  Kim F. Storm  <storm@cua.dk>
35994         * tooltip.el (tooltip-show-help-function): Check car and cdr of
35995         mouse position.
35997 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
35999         * icomplete.el: Don't forcibly turn on the mode upon load.
36000         (icomplete-mode): Use define-minor-mode.
36001         (icomplete-eoinput): Default to nil.
36002         (icomplete-minibuffer-setup): Remove autoload.
36003         (icomplete-tidy): Simplify.
36004         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
36005         in the initial state or if the user has modified the field.
36006         Fix handling of icomplete-max-delay-chars.
36007         Remove code that handles the oddball case where
36008         minibuffer-completion-table is an integer.
36009         Wrap icomplete-completions in while-no-input in case building
36010         completions takes more time than expected.
36011         (icomplete-completions): Simplify.
36013 2005-03-21  Richard M. Stallman  <rms@gnu.org>
36015         * jka-compr.el (jka-compr-really-do-compress):
36016         Make variable buffer-local.
36018         * image-mode.el: Handle .xpm files too.
36019         (image-toggle-display): Preserve modification flag.
36021         * help.el (where-is): Don't mention aliases with no key bindings.
36023 2005-03-21  Lute Kamstra  <lute@gnu.org>
36025         * generic.el: Fix commentary section.  Don't require cl for
36026         compilation.
36027         (generic-mode-list): Add autoload cookie.
36028         (generic-use-find-file-hook, generic-lines-to-scan)
36029         (generic-find-file-regexp, generic-ignore-files-regexp)
36030         (generic-mode, generic-mode-find-file-hook)
36031         (generic-mode-ini-file-find-file-hook): Fix docstrings.
36032         (define-generic-mode): Make it a defmacro.  Fix docstring.
36033         (generic-mode-internal): Code cleanup.  Add autoload cookie.
36034         (generic-mode-set-comments): Code cleanup.
36035         * generic-x.el: Don't prevent compilation.  Don't require generic.
36036         Follow coding conventions.  Minor code cleanup.
36037         (etc-fstab-generic-mode): Add some keywords.
36038         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
36039         define-generic-mode like a function declaration.
36041 2005-03-21  Jay Belanger  <belanger@truman.edu>
36043         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
36044         changing modes.
36046 2005-03-21  Sam Steingold  <sds@gnu.org>
36048         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
36050 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
36052         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
36053         Add underscore to "f$ lexicals" regexp.
36055 2005-03-20  Juri Linkov  <juri@jurta.org>
36057         * subr.el (progress-reporter-do-update): When `min-value' is equal
36058         to `max-value', set `percentage' to 0 and prevent division by zero.
36060 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
36062         Sync with Tramp 2.0.48.
36064         * net/tramp.el (all): Change all addresses to .gnu.org.
36065         (tramp-append-tramp-buffers): New defun.
36066         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
36067         Catch `dont-send' signal.
36068         (tramp-set-auto-save-file-modes): Set always permissions, because
36069         there might be an old auto-saved file belonging to another
36070         original file.  This could be a security threat.  Reported by
36071         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
36072         Check for Emacs 21.3.50 removed.
36074         * net/tramp-smb.el (all): Remove debug construct for
36075         `with-parsed-tramp-file-name'.
36076         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
36077         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
36078         No error message if DIRECTORY or FILENAME doesn't exist.
36079         (tramp-smb-open-connection): Check existence of
36080         `tramp-smb-program'.
36082 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
36084         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
36085         Properly handle the case where the `m' or `s' command's argument is not
36086         yet terminated.
36087         (perl-indent-new-calculate): New function.
36088         (perl-indent-line): Use it.
36090 2005-03-20  Miles Bader  <miles@gnu.org>
36092         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
36093         in text-mode too.  Change to new face names.
36094         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
36095         Add `:weight bold' attribute.
36096         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
36098 2005-03-19  Juri Linkov  <juri@jurta.org>
36100         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
36102         * international/mule.el (auto-coding-alist): Sync with
36103         `auto-mode-alist' by adding upper case archive file extensions
36104         and adding ear/war to jar extension.
36106 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
36108         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
36109         running, restart it.
36111 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
36113         * finder.el (finder-current-item): Throw an error on an empty line.
36115         * man.el (Man-follow-manual-reference): If current-word returns
36116         nil, use "".
36118 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
36120         * simple.el (goto-line): Doc fix.
36122 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
36124         * files.el (save-buffer): Doc fix.
36126 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
36128         * recentf.el (recentf-cleanup-remote): New variable.
36129         (recentf-cleanup): Use it to conditionally check availability of
36130         remote files.
36132 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
36134         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
36135         function names.
36137 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
36139         * language/thai-word.el: New file.
36141 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
36143         * files.el (backup-buffer): If the file's directory is not
36144         writable, use copy instead of move to backup the file.
36146 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
36148         * obsolete/keyswap.el: Moved to obsolete/ from term/.
36150 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
36152         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
36153         Use functionp instead of symbolp and fboundp.  Reported by Drkm
36154         <darkman_spam@yahoo.fr>.
36155         (ps-print-version): New version 6.6.6.
36157 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
36159         * textmodes/table.el (table--line-column-position): New idiom.
36160         (table--row-column-insertion-point-p): New function to test
36161         validity of row and column insertion operation at a location.
36162         (table-global-menu, table-cell-menu): Use above functions for
36163         deterministic test operation.
36164         (table--editable-cell-p): Behave in deterministic fashion.
36166 2005-03-18  Juri Linkov  <juri@jurta.org>
36168         * isearch.el (isearch-lazy-highlight-new-loop):
36169         Make arguments beg and end optional.
36170         (isearch-update): Remove optional arguments nil from
36171         isearch-lazy-highlight-new-loop.
36172         (isearch-lazy-highlight-search): Let-bind case-fold-search to
36173         isearch-lazy-highlight-case-fold-search instead of
36174         isearch-case-fold-search, and let-bind isearch-regexp to
36175         isearch-lazy-highlight-regexp.
36176         Use isearch-lazy-highlight-last-string instead of isearch-string.
36178         * replace.el (perform-replace): Remove bindings of global
36179         variables isearch-string, isearch-regexp, isearch-case-fold-search.
36180         Add three new arguments to `replace-highlight'.
36181         (replace-highlight): Add arguments string, regexp, case-fold.
36182         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
36183         to allow isearch-lazy-highlight-new-loop to use these values
36184         to set corresponding isearch-lazy-highlight-* internal
36185         variables whose values lazy highlighting will use regardless of
36186         changes to global variables isearch-string, isearch-regexp,
36187         isearch-case-fold-search during lazy highlighting loop.
36188         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
36189         to `lazy-highlight-cleanup'.
36191         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
36192         (ispell-highlight-face): Set default face to `isearch' when
36193         lazy highlighting is enabled.
36194         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
36195         priority to 1.  Add lazy highlighting.
36196         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
36197         from `isearch-dehighlight'.
36199 2005-03-18  David Ponce  <david@dponce.com>
36201         * files.el (hack-local-variables): Do a case-insensitive search
36202         for End.
36204 2005-03-18  Juri Linkov  <juri@jurta.org>
36206         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
36207         `isearch-lazy-highlight-cleanup', add alias to old name and
36208         declare obsolete.  Add release numbers to other obsolete vars.
36209         (isearch-done, isearch-lazy-highlight-new-loop):
36210         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
36211         (lazy-highlight-cleanup) <variable>: Doc fix.
36212         (isearch-lazy-highlight-update): Rename obsolete
36213         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
36215 2005-03-18  Kenichi Handa  <handa@m17n.org>
36217         * language/thai-util.el: Fix categorization of Thai characters in
36218         thai-category-table.
36219         (thai-composition-pattern): Adjust it for the above change.
36220         (thai-self-insert-command, thai-compose-syllable): New functions.
36221         (thai-compose-region): Use thai-compose-syllable.
36222         (thai-compose-string): Likewise.
36223         (thai-composition-function): Likewise.
36224         (thai-auto-composition): New function.
36225         (thai-auto-composition-mode): New minor mode.
36227         * language/thai.el: Fix patterns to be registered in
36228         composition-function-table.
36230         * international/quail.el (quail-input-method): Locally bind
36231         inhibit-modification-hooks to t.
36233 2005-03-17  Richard M. Stallman  <rms@gnu.org>
36235         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
36236         (perl-mode): Use run-mode-hooks.
36238         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36239         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
36240         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
36242         * mail/sendmail.el (sendmail-send-it): Reenable the code
36243         to compute resend-to-address and use it.
36245         * tar-mode.el (tar-mode): Turn off undo unconditionally.
36247         * image-mode.el: New file.
36249         * image.el (insert-sliced-image): Add autoload cookie.
36251         * font-lock.el (font-lock-lines-before): New user option.
36252         (font-lock-after-change-function): Obey it.
36254         * bindings.el (esc-map): Make M-g a prefix.
36255         Bind M-g g and M-g M-g to goto-line.
36257         * faces.el (face-id): Doc fix.
36259 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
36261         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
36262         (rmail-show-message): Use rmail-unknown-mail-followup-to.
36263         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
36265         * mail/sendmail.el (mail-yank-ignored-headers)
36266         (mail-font-lock-keywords, mail-mode-fill-paragraph):
36267         Add Mail-Followup-To and Mail-Reply-To headers.
36268         (mail-citation-hook): Add autoload cookie.
36269         (mail-mode): Doc fix.
36270         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
36271         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
36272         (mail-mode-fill-paragraph): Handle those headers.
36273         (mail-mailing-lists): New variable.
36274         (mail-mail-reply-to, mail-mail-followup-to): New functions.
36276 2005-03-17  Juri Linkov  <juri@jurta.org>
36278         * isearch.el (isearch-fallback): Check for `(car previous)'
36279         before calling `isearch-other-end-state'.
36281 2005-03-17  Kim F. Storm  <storm@cua.dk>
36283         * simple.el (move-beginning-of-line): Move to beginning of buffer
36284         line, as well as beginning of screen line.
36286 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
36288         * calendar/diary-lib.el (mark-diary-entries): Use new optional
36289         argument REDRAW rather than calendar-redrawing variable.
36290         * calendar/calendar.el (calendar-redrawing): Delete.
36291         (redraw-calendar): Do not bind calendar-redrawing.
36293 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
36295         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
36296         diary-file buffer.
36298 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
36300         * help.el (describe-mode): Allow a :minor-mode-function property to
36301         specify a different minor mode toggle function than the variable.
36302         * simple.el (auto-fill-function):
36303         * subr.el (add-minor-mode): Use it.
36305 2005-03-16  Kenichi Handa  <handa@m17n.org>
36307         * language/ethio-util.el (sera-being-called-by-w3): New variable.
36308         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
36309         (ethio-fidel-to-sera-buffer): Likewise.
36311 2005-03-16  Juri Linkov  <juri@jurta.org>
36313         * emacs-lisp/find-func.el (find-function-regexp):
36314         Add defun-emitting macro `menu-bar-make-toggle'.
36316         * isearch.el: Put `isearch-scroll' property to
36317         `split-window-horizontally'.
36319         * info.el: Update error messages for `debug-ignored-errors'.
36320         (Info-isearch-search): Doc fix.
36321         (Info-find-node): Move up code to go into info buffer before
36322         recording the node to the history.
36323         (Info-fontify-node): Fontify titles only if the next line
36324         has two or more `*', `=', `-', `.'.
36325         Display "go to this node" for empty (match-string 3).
36327 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36329         * term/mac-win.el: Add mouse pointer shape constants.
36331 2005-03-15  Kim F. Storm  <storm@cua.dk>
36333         * simple.el (move-beginning-of-line): Use vertical-motion.
36335 2005-03-15  Juri Linkov  <juri@jurta.org>
36337         * isearch.el (isearch-error): New variable.
36338         (isearch-invalid-regexp, isearch-within-brackets): Remove.
36339         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
36340         (isearch-within-brackets-state): Remove.
36341         (isearch-case-fold-search-state, isearch-pop-fun-state):
36342         Decrease frame index.
36343         (isearch-mode, isearch-top-state, isearch-push-state)
36344         (isearch-edit-string, isearch-abort, isearch-search-and-update)
36345         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
36346         (isearch-search, isearch-lazy-highlight-new-loop):
36347         Replace `isearch-invalid-regexp' with `isearch-error'.
36348         Remove `isearch-within-brackets'.
36349         (isearch-search): Add `search-failed' handler to `condition-case'.
36350         (isearch-lazy-highlight-search): Add `condition-case' to catch
36351         errors and allow `isearch-lazy-highlight-update' to try
36352         highlighting from the beginning of the window.
36353         (isearch-repeat): Move up code to set isearch-wrapped to t
36354         before calling isearch-wrap-function.
36356         * info.el (Info-isearch-initial-node): New internal variable.
36357         (Info-search): Signal an error in isearch mode when search leaves
36358         the initial node.  Signal an error when `bound' is non-nil and
36359         nothing was found in the current subfile.
36360         (Info-isearch-search): Remove `condition-case'.
36361         (Info-isearch-wrap): Don't wrap when search failed during leaving
36362         the initial node.  If `Info-isearch-search' is nil, wrap around
36363         the current node.
36364         (Info-isearch-start): New fun.
36365         (Info-mode): Add buffer-local hook `Info-isearch-start' to
36366         `isearch-mode-hook'.
36368 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36370         * simple.el (normal-erase-is-backspace): Set default to t if
36371         running on Mac.
36373         * term/mac-win.el (function-key-map): Sync with x-win.el.
36375 2005-03-15  Kenichi Handa  <handa@m17n.org>
36377         * international/mule-cmds.el (locale-language-names): Modify the
36378         format of elements and add more entries.
36379         (locale-preferred-coding-systems): Add more entries.
36380         (set-locale-environment): Adjust for the change of
36381         locale-language-names.
36383 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
36385         * pcvs.el (smerge-ediff): Remove bogus autoload.
36387 2005-03-14  Lute Kamstra  <lute@gnu.org>
36389         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
36390         Ignore a `*' at the beginning of a line.
36392         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
36393         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
36394         subr.el.
36395         (dont-compile, eval-when-compile, eval-and-compile): Use declare
36396         to specify indentation.
36398         * generic.el (define-generic-mode): Let generic-mode-list be a
36399         list of strings; test membership with equal.
36401 2005-03-14  Kim F. Storm  <storm@cua.dk>
36403         * simple.el (next-line, previous-line): Add optional try-vscroll
36404         arg to recognize interactive use.  Pass it on to line-move.
36405         (line-move): Don't perform auto-window-vscroll when defining or
36406         executing keyboard macro to ensure consistent behavior.
36408 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
36410         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
36412 2005-03-13  Lute Kamstra  <lute@gnu.org>
36414         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
36415         debugger-setup-buffer so that backtrace marks the frames set to
36416         debug-on-exit and we don't have to do it manually.  Set an extra
36417         debug-on-exit for macro's.
36418         (debugger-setup-buffer): Don't mark the top frame manually.
36420 2005-03-12  Lute Kamstra  <lute@gnu.org>
36422         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
36423         lisp-indent-function throughout.
36424         (with-no-warnings): Set lisp-indent-function property.
36426 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
36428         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
36429         Add entry for backslash.
36431 2005-03-12  Juri Linkov  <juri@jurta.org>
36433         * info.el (Info-search): Four fixes for backward search.
36435 2005-03-11  Jay Belanger  <belanger@truman.edu>
36437         * calc/calc.el (calc-language-alist): New variable.
36438         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
36439         (calc-embedded-find-modes): Use calc-language-alist instead of
36440         calc-embedded-language-alist.
36442 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
36444         * calendar/calendar.el (calendar-redrawing): New internal
36445         variable.
36446         (redraw-calendar): Remove bogus save-excursion from previous
36447         change.  Bind calendar-redrawing to t for mark-diary-entries.
36448         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
36449         calendar if that is why we were called.
36451 2005-03-11  Kenichi Handa  <handa@m17n.org>
36453         * international/mule.el (make-coding-system): Set property
36454         coding-system-define-form to nil.
36455         (define-coding-system-alias): Likewise.
36457 2005-03-11  Kenichi Handa  <handa@m17n.org>
36459         These changes are suggested by Dave Love <fx@gnu.org>.
36461         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
36462         coding: tag.
36463         (adaptive-fill-regexp): Add more bullets.
36464         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
36465         regexps.
36467 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
36469         * help.el (describe-mode): Properly handle non-trivial lighters.
36470         Don't ignore minor modes that are not listed in minor-mode-list.
36472         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
36473         feature ON when the user requests to turn it OFF.
36475 2005-03-10  Lute Kamstra  <lute@gnu.org>
36477         * emacs-lisp/debug.el (debug-entry-code): Delete it.
36478         (implement-debug-on-entry): New function to replace debug-entry-code.
36479         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
36480         second argument as the 2005-03-07 change makes it obsolete.
36481         (debug-on-entry, cancel-debug-on-entry): Update call to
36482         debug-on-entry-1.
36483         (debug, debugger-setup-buffer): Comment update.
36484         (debugger-frame-number): Update to work with implement-debug-on-entry.
36486 2005-03-10  Jay Belanger  <belanger@truman.edu>
36488         * calc/calc-embed.el (math-ms-args): Declare it.
36489         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
36490         math-ms-args.
36491         (calc-embedded-subst): Use math-multi-subst-rec to substitute
36492         variables.
36494 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
36496         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
36497         Use message-box.
36499         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
36500         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
36501         (tooltip-gud-tips): Simplify.
36502         (tooltip-gud-tips-p): Remove superfluous :set.
36503         (tooltip-gud-modes): Add fortran-mode.
36504         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
36506         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
36508 2005-03-09  Kim F. Storm  <storm@cua.dk>
36510         * play/animate.el (animate-place-char): Use forward-line instead
36511         of next-line to improve performance.
36513 2005-03-09  Simon Josefsson  <jas@extundo.com>
36515         * net/browse-url.el (browse-url-default-browser): Doc fix.
36517 2005-03-09  Miles Bader  <miles@gnu.org>
36519         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
36520         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
36522 2005-03-09  Kenichi Handa  <handa@m17n.org>
36524         * international/latin-1.el: Set case and syntax for 255 only if
36525         set-case-syntax-set-multibyte is nil.
36527         * textmodes/ispell.el (ispell-insert-word): New function.
36528         (ispell-word): Use ispell-insert-word to insert a new word.
36529         (ispell-process-line): Likewise.
36530         (ispell-complete-word): Likewise.
36532 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
36534         * calendar/calendar.el (redraw-calendar): Preserve point.
36535         Reported by Matt Hodges <MPHodges@member.fsf.org>.
36536         (calendar-week-start-day): Move after definition of
36537         redraw-calendar.  Delete buffer test, since redraw-calendar has
36538         that now.
36540         * calendar/diary-lib.el (mark-diary-entries): Only call
36541         redraw-calendar in the first of any recursive calls.
36542         Reported by Alan Shutko <ats@acm.org>.
36544 2005-03-08  Juri Linkov  <juri@jurta.org>
36546         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
36547         (html-horizontal-rule, html-line, html-image, html-checkboxes)
36548         (html-radio-buttons): Add a space before the trailing `/>' where
36549         sgml-xml-mode is non-nil.
36550         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
36551         the subsequent tag of the empty XML tag.
36552         (html-href-anchor): Don't set initial input to "http:".
36553         (html-image): Ask for the image URL and set point inside alt="".
36554         (html-name-anchor): Duplicate the name in the `id' attribute when
36555         sgml-xml-mode is non-nil.
36556         (html-paragraph): Remove \n before <p>.
36557         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
36558         instead of `checked' when sgml-xml-mode is non-nil.
36560         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
36561         Remove 1 space before #RRGGBB to not truncate it on terminal
36562         windows w/o fringes.  Remove 1 space between bg and fg examples
36563         to get more space.
36564         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
36565         avoid byte-compile warnings.
36567         * image-file.el (image-file-handler): Put `safe-magic' property to
36568         `image-file-handler'.
36570         * info.el (Info-isearch-search): Emulate word search in
36571         isearching through multiple Info nodes with Info-search.
36572         (Info-isearch-wrap): Allow isearch-word.
36574 2005-03-08  Lute Kamstra  <lute@gnu.org>
36576         * emacs-lisp/debug.el (debugger-step-through): Make sure that
36577         stepping into the debugger's code is not possible.
36578         (debugger-jumping-flag): Docstring update.
36580 2005-03-08  Jay Belanger  <belanger@truman.edu>
36582         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
36583         embedded mode begins.
36584         (calc-embedded-language-alist): New variable.
36585         (calc-embedded-find-modes): Use calc-embedded-language-alist to
36586         set default language mode.
36588 2005-03-08  Kenichi Handa  <handa@m17n.org>
36590         * international/ccl.el (define-ccl-program): Fix docstring about
36591         extra 256 bytes assured for the output buffer.
36593         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36594         Fix BUFFER_MAGNIFICATION to 2.
36595         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36597 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
36599         * align.el (align-rules-list): Added an alignment rule for CSS
36600         declarations (applies to css-mode and html-mode buffers).
36602 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
36604         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
36606 2005-03-07  Kim F. Storm  <storm@cua.dk>
36608         * simple.el (move-beginning-of-line): New command.
36610         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
36612         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
36614         * emulation/cua-base.el: Put CUA move property on move-end-of-line
36615         and move-beginning-of-line.
36617         * apropos.el (apropos-print): Omit command from M-x ... RET.
36619 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
36621         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
36622         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
36624 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36626         * bindings.el (esc-map): Bind M-g to goto-line.
36628         * facemenu.el (global-map): Bind M-o, not M-g.
36630 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36632         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
36633         "Open Directory" as for "Open File".
36635 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
36637         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
36638         (push-mark-command): Run activate-mark-hook.
36640 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36642         * help-mode.el (help-mode-finish): Don't alter the element
36643         in view-return-to-alist if there already is one.
36645         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
36646         make sure the current buffer is the expected one.
36648         * novice.el (disabled-command-function): Output in *Disabled Command*.
36649         Explicitly ignore non-keyboard events, and explicitly handle C-g.
36651         * textmodes/flyspell.el (flyspell-large-region):
36652         Pass args differently for aspell.
36654         * files.el (mode-require-final-newline): Doc fix.
36656 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
36658         * progmodes/which-func.el (which-function):
36659         Specify NOERROR when calling imenu--make-index-alist.
36661 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36663         * simple.el (normal-erase-is-backspace): Define default value.
36665         * custom.el (custom-theme-set-variables): Remove unused var
36666         `immediate'.
36667         (custom-reevaluate-setting): Simple function to handle variables
36668         that are defined before their default value can really be
36669         computed.
36671         * startup.el (command-line): Use it for temporary-file-directory,
36672         small-emporary-file-directory, auto-save-file-name-transforms,
36673         blink-cursor-mode, and normal-erase-is-backspace.
36675         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
36676         progress, even with buggy anchored keywords.
36678 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
36680         * simple.el (goto-line): Remove unbalanced final parenthesis.
36682 2005-03-05  Richard M. Stallman  <rms@gnu.org>
36684         * simple.el (goto-line): Use a number at point as the default.
36685         With C-u as arg, switch buffers.
36687 2005-03-05  Juri Linkov  <juri@jurta.org>
36689         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
36690         with `no-blinking-cursor'.
36692         * startup.el (no-blinking-cursor): New defvar.
36693         (command-line): Add `--no-blinking-cursor' to longopts.
36694         Set `no-blinking-cursor' to t for command line arguments
36695         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
36696         with `no-blinking-cursor' in the condition for calling
36697         `blink-cursor-mode'.
36699 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
36701         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
36702         (menu-bar-options-save): Add blink-cursor-mode.
36703         (menu-bar-options-menu): Add blink-cursor-mode.
36705 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
36707         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
36708         (icalendar-export-file, icalendar-export-region)
36709         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
36710         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
36712 2005-03-04  Lute Kamstra  <lute@gnu.org>
36714         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
36715         (debug-function-list): Ditto.
36717 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
36719         * textmodes/texinfmt.el (texinfo-append-refill):
36720         Redefine the types of line to which @refill
36721         is not appended by replacing a search for `@refill\\|@bye' with
36722         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
36723         itemize@refill' bug and the unfilled long lines bug.
36724         (texinfmt-version): Update number and date.
36726 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
36728         * international/code-pages.el (windows-1250, windows-125[2-8])
36729         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
36731 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36733         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
36734         bound yet.
36736 2005-03-02  Romain Francoise  <romain@orebokech.com>
36738         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
36739         buffer after removing limits.
36740         (ibuffer-pop-filter): Ditto.
36741         Update copyright.
36743 2005-03-02  Miles Bader  <miles@gnu.org>
36745         * button.el (make-text-button): If the user doesn't specify a
36746         type, use the default.  Rewrite to use `add-text-properties' and
36747         plist functions.
36749 2005-03-01  Lute Kamstra  <lute@gnu.org>
36751         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
36752         (debugger-jumping-flag): New var.
36753         (debug-entry-code): Use it.
36754         (debugger-jump): Use debugger-jumping-flag and add
36755         debugger-reenable to post-command-hook.
36756         (debugger-reenable): Use debugger-jumping-flag and remove itself
36757         from post-command-hook.
36758         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
36759         debugger-reenable.
36761 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
36763         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
36764         inclusion of "itemize\\|", which may be unnecessary, is certainly
36765         inelegant, and stops refilling in itemize lists when formatting
36766         Japanese Texinfo files to Info.
36767         Update copyright to 2005.
36769 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
36771         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
36772         of an error if GDB can't find the source file.
36774 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
36776         * calendar/calendar.el (redraw-calendar): Work from any buffer,
36777         not just the calendar.
36779         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
36780         first.
36781         (diary-redraw-calendar): New function.
36782         (make-diary-entry): Add diary-redraw-calendar to local
36783         write-contents-functions.  Turn off selective display before
36784         inserting in diary.
36786 2005-03-01  Kim F. Storm  <storm@cua.dk>
36788         * emacs-lisp/copyright.el (copyright-fix-years): New command.
36790 2005-03-01  Lute Kamstra  <lute@gnu.org>
36792         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
36793         that debug-entry-code can be safely removed from a function while
36794         this code is being evaluated.  Revert the 2005-02-27 change as the
36795         new implementation no longer requires it.  Make sure that a
36796         function body containing just a string is not mistaken for a docstring.
36797         (debug): Skip one more frame in case of debug on entry.
36798         (debugger-setup-buffer): Delete one more frame line in case of
36799         debug on entry.
36800         (debugger-frame-number): Update to use the new text introduced by
36801         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
36803 2005-02-28  Kim F. Storm  <storm@cua.dk>
36805         * double.el (double-translate-key): Call force-window-update after
36806         read-event to avoid crash in redisplay.
36808 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
36810         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
36811         (debug): Use it.  Move the inhibit-trace earlier.
36812         (debug-entry-code): New const.
36813         (debug-on-entry-1): Use it.
36815 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
36817         * international/utf-16.el (ccl-encode-mule-utf-16le):
36818         Fix BUFFER_MAGNIFICATION to 2.
36819         (ccl-encode-mule-utf-16be): Likewise.
36821 2005-02-28  Kenichi Handa  <handa@m17n.org>
36823         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36824         Fix BUFFER_MAGNIFICATION to 4.
36825         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36827 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
36829         * speedbar.el (speedbar-update-flag): Doc fix.
36830         (speedbar-show-info-under-mouse): Give set-mouse-position the right
36831         argument.
36833 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
36835         * reveal.el (reveal-post-command): Don't try to reveal overlays which
36836         have a non-nil `invisible' property but are actually visible.
36838         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
36839         for perldoc sections.
36840         (perl-outline-regexp, perl-outline-level): New var and function.
36841         (perl-mode): Use them.
36843 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
36845         * calendar/diary-lib.el (diary-remind): Discard any mark portion
36846         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
36848 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
36850         * cus-edit.el: Comment change.
36851         (custom-buffer-create-internal): Slightly reword text at top of
36852         Custom buffers.  Mention there that saving an option edits the
36853         init file.  Add link to Emacs manual node on `custom-file'.
36854         (custom-magic-alist): Rewrite individual State messages to use
36855         capitalized keywords.  Doc fix.
36857 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
36859         * calendar/calendar.el (calendar-buffer): Move above
36860         calendar-week-start-day.
36861         (calendar-week-start-day): Doc fix.  Add :set function.
36862         (calendar-minimum-window-height): New variable.
36863         (generate-calendar-window): Only resize window if selected-window
36864         is displaying the calendar buffer.  Use new variable
36865         calendar-minimum-window-height.
36866         (generate-calendar): Reword error message.
36867         (calendar-mode-map): Bind DEL to scroll-other-window-down.
36869 2005-02-27  Andreas Schwab  <schwab@suse.de>
36871         * vc.el (vc-do-command): Don't run command asynchronously when
36872         operating in a remote directory.
36874         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
36875         change from sync with Tramp 2.0.47.
36877 2005-02-27  Richard M. Stallman  <rms@gnu.org>
36879         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
36881         * textmodes/flyspell.el (flyspell-mode-on):
36882         Call ispell-change-dictionary only if necessary.
36884         * emacs-lisp/re-builder.el (regexp-builder): New function.
36886         * register.el (describe-register-1): Explicitly handle
36887         yank-excluded-properties = t.
36889         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
36890         (custom-magic-alist): Change the status descriptions again.
36891         (face widget-type): Total rewrite based on `restricted-sexp'
36892         to eliminate the confusing double hiding levels.
36894         * emacs-lisp/debug.el (debug-on-entry-1):
36895         If function body is empty, add nil as body form.
36897 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
36899         * emacs-lisp/trace.el (inhibit-trace): New var.
36900         (trace-make-advice): Use it.
36902         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
36904 2005-02-26  Kim F. Storm  <storm@cua.dk>
36906         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
36907         (mouse-on-link-p, mouse-drag-region-1): Use it.
36909 2005-02-25  Lute Kamstra  <lute@gnu.org>
36911         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
36913 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
36915         * frame.el (blink-cursor-mode): Add :group keyword.
36917 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
36919         * calendar/icalendar.el (icalendar--decode-isodatetime):
36920         New optional argument DAY-SHIFT.
36921         (icalendar-export-region): Fix coding-system-for-write.
36922         (icalendar--convert-ical-to-diary): Shift end-day of all-day
36923         events by one.
36925 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
36927         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
36929 2005-02-24  Kim F. Storm  <storm@cua.dk>
36931         * international/iso-acc.el (iso-accents-compose): Fix crash
36932         during redisplay.  Call force-window-update after read-event
36933         and delete-region to signal that window is not accurate.
36935 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
36937         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
36938         Remove unused and inexistent var `inhibit-trace'.
36939         (debugger-mode): Use run-mode-hooks.
36940         (debugger-list-functions): Add buttons; setup xref stack.
36942 2005-02-23  Richard M. Stallman  <rms@gnu.org>
36944         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
36945         appointment says it was explicitly made.
36946         (appt-add): Set the 3rd element.
36947         (appt-make-list): Preserve explicit appointments.
36949         * subr.el (find-tag-default): Catch errors in forward-sexp.
36951 2005-02-23  Juri Linkov  <juri@jurta.org>
36953         * info.el (Info-isearch-search): New defcustom.
36954         (Info-isearch-search): Call the default isearch function
36955         when Info-isearch-search is nil.
36956         (Info-isearch-wrap): Use variable Info-isearch-search.
36958 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
36960         * cus-edit.el: Comment change.
36962 2005-02-22  Kim F. Storm  <storm@cua.dk>
36964         * progmodes/hideif.el (hide-ifdef-use-define-alist):
36965         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
36967 2005-02-22  Simon Josefsson  <jas@extundo.com>
36969         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
36970         New variable.
36971         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
36972         Oskarsson" <myrkraverk@users.sourceforget.net>.
36974 2005-02-22  Kim F. Storm  <storm@cua.dk>
36976         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
36977         check that window of that event is the selected window.
36978         (mouse-drag-region-1): Compare mouse event window to selected
36979         window before setting point.
36981         * tooltip.el (tooltip-show-help-function): Pass event to
36982         mouse-on-link-p so it can check selected window.
36984 2005-02-22  Kenichi Handa  <handa@m17n.org>
36986         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
36987         (ps-mule-show-warning): New function.
36988         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
36989         characters are found.
36991         * ps-print.el (ps-header-footer-string): Return a list of header
36992         and footer strings.
36994 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
36996         * pcvs.el (cvs-retrieve-revision): Fix thinko.
36998 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
37000         * frame.el (blink-cursor-mode): Use define-minor-mode.
37002         * term/mac-win.el (function-key-map): Use char-names more consistently.
37003         (file-name-coding-system): Only set it for MacOS-9.  The other case is
37004         already handled in mule-cmds.el (where it also works when mac-win.el
37005         is not used).
37007 2005-02-21  Kenichi Handa  <handa@m17n.org>
37009         * international/mule.el (ctext-pre-write-conversion): Always use
37010         " *code-converting-work*" buffer for work.
37012         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
37014 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
37016         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
37018 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
37020         * ses.el (undo-more): Restore defadvice, but only the part that
37021         allows changes outside the restricted area of the buffer.
37023 2005-02-20  Kim F. Storm  <storm@cua.dk>
37025         * simple.el (line-move): Add fourth optional arg try-vscroll which
37026         must be set to perform auto-window-vscroll.
37027         When moving backwards and doing auto-window-vscroll, automatically
37028         vscroll to the last part of lines which are taller than the window.
37029         (next-line, previous-line): Set try-vscroll arg on line-move.
37031 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
37033         * replace.el (query-replace, query-replace-regexp)
37034         (replace-string, replace-regexp): When operating on region, make
37035         the minibuffer prompt say so.
37037         * isearch.el (isearch-forward): Document isearch-query-replace and
37038         isearch-query-replace-regexp keybindings.
37040 2005-02-19  Jay Belanger  <belanger@truman.edu>
37042         * calc/calc-aent.el (math-read-token): Add local variable.
37044         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
37045         (calc-edit-top): Move declaration to earlier in file.
37046         (calc-edit-macro-repeats): Add local variables.
37048         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
37049         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
37050         calcFunc-tanh.
37051         Adjust integration rule for calcFunc-tan.
37053 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
37055         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
37056         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
37057         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
37058         (viper-skip-separators): Bug fix.
37059         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
37060         particular major mode.
37061         (viper-del-backward-char-in-replace): Don't put deleted char on the
37062         kill ring.
37064         * emulation/viper-ex.el (viper-color-display-p): New function.
37065         (viper-has-face-support-p): Use viper-color-display-p.
37067         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
37069         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
37071         * emulation/viper-util.el (viper-glob-unix-files):
37072         Fix shell status check.
37073         (viper-file-remote-p): Make equivalent to file-remote-p.
37075         * emulation/viper.el (viper-major-mode-modifier-list):
37076         Use viper-gnus-modifier-map.
37078 2005-02-19  David Kastrup  <dak@gnu.org>
37080         * subr.el (subregexp-context-p): Fix garbled doc string by adding
37081         quoting.
37083 2005-02-19  Jay Belanger  <belanger@truman.edu>
37085         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
37086         Remove extra definitions.
37087         (calc-coth): New function.
37088         (calcFunc-cot): Fix `let'.
37090 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
37092         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
37093         the reasons we use "type pc" in these faces.
37095         * button.el (button): Ditto.
37097 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
37099         * replace.el (query-replace-read-from): Set the value of
37100         query-replace-from-history-variable to handle the case of an empty
37101         string entered to accept the suggested default.
37103         * net/tramp.el (tramp-file-name-for-operation):
37104         Use dired-call-process instead of dired-call-process-command.
37106 2005-02-19  Jay Belanger  <belanger@truman.edu>
37108         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
37109         (math-div-non-trig): New variables.
37110         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
37111         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
37112         (math-combine-prod, math-div-symb-fancy): Add simplifications for
37113         trig expressions.
37115 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
37117         * progmodes/gdb-ui.el (gdb-var-update-handler)
37118         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
37119         for watch expressions,
37120         (gdb-var-create-handler): Don't set speedbar-update-flag.
37121         (gdb-post-prompt): Simplify test for speedbar.
37123 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
37125         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
37126         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
37127         we use the syntax table of the correct buffer.
37128         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
37129         Felix Gatzemeier.
37131         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
37132         (ediff-file-remote-p): Make synonymous with file-remote-p.
37133         In all deffaces ediff-*-face-*, use min-colors.
37135         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
37136         ediff-recurse-to-subdirectories.
37137         (ediff-mark-if-equal): Check that the arguments are strings, use
37138         ediff-same-contents (after to Felix Gatzemeier).
37140         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
37141         nil.
37143 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
37145         * log-view.el (log-view-message-re): Fix up Subversion regexp.
37147 2005-02-18  David Kastrup  <dak@gnu.org>
37149         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
37150         use `mark-active' when defined.
37152 2005-02-18  Kenichi Handa  <handa@m17n.org>
37154         * ps-print.el (ps-font-info-database): New entry
37155         ZapfChancery-MediumItalic with correct font name.  Fix font name
37156         of the entry Zapf-Chancery-MediumItalic.
37158 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
37160         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
37162 2005-02-16  Kim F. Storm  <storm@cua.dk>
37164         * ido.el (ido-fallback-command): Pass user input to fallback command.
37166 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
37168         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
37169         (gdb-find-file-hook): Add server prefix.
37171 2005-02-16  Richard M. Stallman  <rms@gnu.org>
37173         * replace.el (perform-replace): Pass new args to replace-highlight.
37174         (replace-highlight): Take region args,
37175         and pass them to isearch-lazy-highlight-new-loop.
37177         * novice.el (disabled-command-hook): Autoload the defalias
37178         and the make-obsolete-variable call.
37180         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
37182         * isearch.el (isearch-lazy-highlight-start-limit)
37183         (isearch-lazy-highlight-end-limit): New variables limit
37184         the region for highlighting.
37185         (isearch-lazy-highlight-new-loop): New args BEG and END.
37186         (isearch-lazy-highlight-search): Use the new vars.
37187         (isearch-lazy-highlight-update): Likewise.
37189         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
37191         * cus-start.el (all): Use default-boundp.
37193 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
37195         * menu-bar.el (menu-bar-select-frame): Handle current frame.
37197 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
37199         * autorevert.el (auto-revert-stop-on-user-input)
37200         (auto-revert-verbose): Doc fixes.
37202 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
37204         * international/mule-cmds.el (set-locale-environment): Remove call
37205         to set-selection-coding-system on Windows.
37207 2005-02-15  Jay Belanger  <belanger@truman.edu>
37209         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
37210         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
37211         calcFunc-coth.
37212         (math-simplify-sqrt): Add simplifications.
37214         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
37215         to list.
37217         * calc/calc-ext.el: Add functions to autoloads.
37219         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
37220         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
37221         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
37222         (math-csc-raw, math-cot-raw): New functions.
37224         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
37226         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
37227         the variable name in a message.
37229         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
37230         calcFunc-csc, calcFunc-cot.
37232         * calc/calcalg2.el: Add derivative and integration rules for
37233         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
37234         calcFunc-csch, calcFunc-coth.
37235         (math-do-integral-methods): Add to checks for when to use
37236         substitutions.
37238         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
37240 2005-02-15  Lute Kamstra  <lute@gnu.org>
37242         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
37243         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
37244         <monnier@iro.umontreal.ca>.
37245         (lisp-outline-level): Improve efficiency.  Suggested by David
37246         Kastrup <dak@gnu.org>.
37248 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
37250         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
37251         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
37252         (gdb-set-gud-minor-mode-existing-buffers): New functions.
37253         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
37254         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
37256 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
37258         * cus-start.el (all): Comment change.
37260 2005-02-14  Lute Kamstra  <lute@gnu.org>
37262         * cus-start.el (all): Check if symbol is void.
37264 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
37266         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
37267         optional argument to \cite.
37269 2005-02-14  Richard M. Stallman  <rms@gnu.org>
37271         * cus-edit.el (custom-buffer-create-internal): Update help message.
37272         (custom-magic-alist): Update help messages.
37274         * cus-start.el (all): Allow a var to specify a standard value.
37276 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
37278         * custom.el (custom-theme-set-variables): Handle variable aliases.
37280         * frame.el (blink-cursor-timer): Doc fix.
37281         (blink-cursor): Make it an alias for `blink-cursor-mode' and
37282         declare obsolete.
37283         (blink-cursor-mode): Define with defcustom and use correct
37284         standard expression in that defcustom.
37285         * startup.el (command-line): Adapt to above changes in frame.el.
37287 2005-02-11  Lute Kamstra  <lute@gnu.org>
37289         * apropos.el (apropos-score-doc): Prevent division by zero.
37291 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
37293         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
37294         (icalendar--get-event-property-attributes)
37295         (icalendar--get-event-properties)
37296         (icalendar--datetime-to-diary-date): New functions.
37297         (icalendar--split-value): Doc fix.
37298         (icalendar--datetime-to-noneuropean-date)
37299         (icalendar--datetime-to-european-date): New optional argument
37300         SEPARATOR.  Return result as a string instead of a list.
37301         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
37302         (icalendar--convert-string-for-export): Rename arg S to STRING.
37303         (icalendar-export-region): Doc fix.  Change name of error buffer.
37304         Save output buffer.
37305         (icalendar-import-file): Add blank at end of prompt.
37306         (icalendar-import-buffer): Doc fix.  Do not switch to error
37307         buffer.  Indicate status in return value.
37308         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
37309         buffer.  Save output buffer.  Handle exception from recurrence
37310         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
37311         events.  Fix problems with weekly all-day events.
37313 2005-02-10  Richard M. Stallman  <rms@gnu.org>
37315         * simple.el (eval-expression-print-format):
37316         Avoid warning about edebug-active.
37318         * help.el (help-for-help-internal): Rename from help-for-help.
37319         (help-for-help): Define with defalias.
37321         * font-core.el (font-lock-default-function): Use with-no-warnings.
37323         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
37325         * custom.el (defface): Doc fix.
37327 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
37329         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
37330         width 0" to prevent word wrapping problems.
37332 2005-02-09  Kim F. Storm  <storm@cua.dk>
37334         * ido.el (ido-file-extensions-order): New defcustom.
37335         (ido-file-extension-lessp, ido-file-extension-aux)
37336         (ido-file-extension-order): New advanced file ordering.
37337         (ido-file-lessp): New simple file ordering.
37338         (ido-sort-list): Remove.
37339         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
37340         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
37342 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
37344         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
37345         that some versions of grep produce.
37346         (grep-mode-font-lock-keywords): Likewise.
37348 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
37350         * progmodes/gdb-ui.el (gdb-location-list): New variable.
37351         (gdb-cdir): Delete.
37352         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
37353         (gdb-source-info): Treat case when source file is in another
37354         directory properly.
37355         (gdb-get-location): New function.
37357 2005-02-07  Jay Belanger  <belanger@truman.edu>
37359         * calc/calc-prog.el (calc-write-parse-table-part)
37360         (calc-fix-token-name): Fix a check for language type.
37362         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
37364 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
37366         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
37367         as directory not writable.
37369 2005-02-07  Kim F. Storm  <storm@cua.dk>
37371         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
37372         (cua--standard-movement-commands): Remove list.
37373         Instead, set CUA property value to move for movement commands.
37374         (cua-movement-commands): Remove.  Users must set CUA prop instead.
37375         (cua--pre-command-handler): Check CUA property.
37376         (cua--init-keymaps): Don't remap undo commands.
37377         (cua-mode): Don't call cua--rectangle-on-off.
37379         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
37380         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
37381         (cua--rect-undo-set-point): New var.
37382         (cua--rectangle-undo-boundary): Setup undo apply entry.
37383         (cua--rect-undo-handler): New function for rectangle undo.
37384         (cua--rect-start-position, cua--rect-end-position): Add.
37385         (cua--rectangle-post-command): Call cua--rectangle-set-corners
37386         for restored rectangle.  Set point if cua--rect-undo-set-point.
37388 2005-02-06  Jay Belanger  <belanger@truman.edu>
37390         * calc/calc-lang.el (calc-tex-language): Display more information
37391         in messages.
37393         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
37394         in TeX mode.
37396 2005-02-06  Richard M. Stallman  <rms@gnu.org>
37398         * emacs-lisp/lisp.el (buffer-end): Doc fix.
37400 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
37402         * net/ldap.el (ldap-search-internal): Support attributes with
37403         optional descriptions separated by a semi-colon, as in
37404         "userCertificate;binary".
37406 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
37408         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
37409         isn't a cons (i.e. the version is 0).
37411 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
37413         * help.el (help-for-help): Doc fix.
37415 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
37417         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
37418         GDB-Windows on the menu-bar as this works better.
37420 2005-02-04  Jay Belanger  <belanger@truman.edu>
37422         * calc/calc-embed.el (calc-embedded-update): Don't put in
37423         unnecessary newlines.  Adjust the end of formula marker.
37425         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
37426         (math-latex-parse-two-args): New function.
37428 2005-02-03  Lute Kamstra  <lute@gnu.org>
37430         * help-fns.el (help-with-tutorial): Make sure that users cannot
37431         remove the entire text of the tutorial by means of `undo'.
37433 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
37435         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37436         in recent changes, where the ispell process was repeatedly
37437         killed & restarted.
37439         * international/mule-cmds.el (set-locale-environment): Set file-name
37440         coding system to utf-8 on Darwin systems.
37441         (set-default-coding-systems): Don't set default-file-name-coding-system
37442         on Darwin systems.
37444 2005-02-03  Richard M. Stallman  <rms@gnu.org>
37446         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
37448 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
37450         * faces.el (list-faces-display): Add optional argument.
37452 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
37454         * font-core.el (font-lock-default-function): Handle the rare case where
37455         only font-lock-keywords is set.
37457 2005-02-02  Kenichi Handa  <handa@m17n.org>
37459         * international/characters.el: Cancel previous change for
37460         I-WITH-DOT-ABOVE and DOTLESS-i.
37462         * international/latin-5.el: Cancel previous change.
37464 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37466         * progmodes/gud.el: Correction to syntax in gud-menu-map.
37468 2005-02-02  Kenichi Handa  <handa@m17n.org>
37470         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
37471         DOTLESS-i.
37473         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
37474         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
37476         * case-table.el (get-upcase-table): New function.
37477         (copy-case-table): Copy upcaes table too if non-nil.
37478         (set-case-syntax-delims): Maintain upcase table too.
37479         (set-case-syntax-pair): Likewise.
37480         (set-upcase-syntax, set-downcase-syntax): New functions.
37481         (set-case-syntax): Maintain upcase table too.
37483 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37485         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
37487         * progmodes/gud.el (gud-goto-info): New function.
37488         (gud-tool-bar-map): Use correct icon.
37490 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37492         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
37493         When delegating, order args in the funcall correctly.
37495 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37497         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
37499 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
37501         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
37502         buffer not visiting a file.
37504 2005-01-31  Jay Belanger  <belanger@truman.edu>
37506         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
37507         bound on the line with the formula.
37509 2005-01-31  Kim F. Storm  <storm@cua.dk>
37511         * ses.el (ses-create-cell-variable-range)
37512         (ses-destroy-cell-variable-range, ses-reset-header-string)
37513         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
37514         (ses-insert-row): Fix format of apply undo entries.
37516 2005-01-31  Jay Belanger  <belanger@truman.edu>
37518         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
37519         parts.
37521         * calc/calc-embed.el (calc-embedded-open-formula)
37522         (calc-embedded-close-formula): Ignore matrix environments.
37524         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
37525         TeX mode.
37527         * calc/calc-lang.el (math-function-table, math-oper-table)
37528         (math-variable-table): Adjust the LaTeX portions.
37530         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
37531         (math-latex-ignore-words): New constant.
37533 2005-01-31  Richard M. Stallman  <rms@gnu.org>
37535         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
37536         (ispell-local-dictionary): Doc fix.
37537         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
37538         Don't reinitialize at run time.  Don't defcustom.
37539         All uses changed to append ispell-local-dictionary-alist,
37540         or check it first.
37541         (ispell-current-dictionary): New variable for dictionary in use.
37542         (ispell-dictionary): Now used only for global default.
37543         (ispell-start-process): Set ispell-current-dictionary,
37544         not ispell-dictionary.
37545         (ispell-change-dictionary): Use this only for setting
37546         user preferences.
37547         (ispell-internal-change-dictionary): New function
37548         to change the current dictionary in use.
37549         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
37550         Use ispell-current-dictionary.
37551         Handle ispell-local-dictionary-overridden.
37552         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
37554 2005-01-31  Jay Belanger  <belanger@truman.edu>
37556         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
37558         * calc/calc-ext.el: Add calc-latex-language to autoloads.
37559         (calc-mode-map): Add calc-latex-language.
37561         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
37562         (math-latex-print-frac): New functions.
37563         (math-oper-table, math-function-table, math-variable-table)
37564         (math-complex-format, math-input-filter): Add latex properties.
37565         (calc-set-language): Set math-expr-special-function-mapping.
37567         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
37568         (calc-write-parse-table-part): Add LaTeX support.
37570         * calc/calc.el (calc-language): Adjust docstring.
37571         (calc-set-mode-line): Add LaTeX support.
37572         (math-expr-special-function-mapping): New variable.
37573         (math-tex-ignore-words): Add to list.
37575         * calc/calccomp.el (math-compose-expr, math-compose-rows):
37576         Add LaTeX support.
37577         (math-compose-expr): Add support for special functions.
37579         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
37581 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
37583         * progmodes/gdb-ui.el (gdb-memory-address)
37584         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
37585         (gdb-memory-mode-map, gdb-memory-format-keymap)
37586         (gdb-memory-format-menu, gdb-memory-unit-keymap)
37587         (gdb-memory-unit-menu): New variables for a buffer
37588         that lets the user examine program memory.
37589         (gdb-memory-set-address, gdb-memory-set-repeat-count)
37590         (gdb-memory-format-binary, gdb-memory-format-octal)
37591         (gdb-memory-format-unsigned, gdb-memory-format-signed)
37592         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
37593         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
37594         (gdb-memory-unit-word, gdb-memory-unit-halfword)
37595         (gdb-memory-unit-byte, gdb-memory-unit-menu)
37596         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
37597         (gdb-memory-mode, gdb-memory-buffer-name)
37598         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
37599         New functions for above buffer.
37601 2005-01-30  Richard M. Stallman  <rms@gnu.org>
37603         * cus-edit.el (custom-bury-buffer): Function deleted.
37604         (custom-buffer-done-function): Option deleted.
37605         (custom-buffer-done-kill): New replacement option.
37606         (Custom-buffer-done): Call quit-window.
37607         (custom-buffer-create-internal): Update for above changes.
37609 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
37611         * simple.el (undo-ask-before-discard): New var.
37612         (undo-outer-limit-truncate): Implement it.
37613         (undo-extra-outer-limit): Doc update.
37615 2005-01-29  Richard M. Stallman  <rms@gnu.org>
37617         * ses.el (undo-more): Delete defadvice.
37618         (ses-begin-change): Doc fix.
37620         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
37621         instead of rebinding C-x u and C-_.
37623         * files.el (normal-backup-enable-predicate): Return nil for files
37624         in /tmp, regardless of temporary-file-directory.
37626         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
37628         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
37629         (open-rectangle, delete-whitespace-rectangle-line)
37630         (clear-rectangle-line): If FILL, pass t instead of FILL
37631         for move-to-column's 2nd arg.
37633         * simple.el (undo): Fix the test for continuing a series of undos.
37634         (undo-more): Set pending-undo-list to t when we reach end.
37635         (pending-undo-list): Move up defvar.
37637         * wid-edit.el (widget-button-click):
37638         Shorten the range of the track-mouse binding.
37640         * comint.el (comint-insert-input): Undo previous changes;
37641         use last-input-event in interactive spec.
37643 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
37645         * progmodes/compile.el (compilation-start): Bind buffer-read-only
37646         to nil before invoking call-process.  Reset buffer's modified flag
37647         after fontifying it in the no-async branch.
37649         * wid-edit.el (widget-specify-button): If mouse pointer shape
37650         cannot be changed, use mouse face instead.
37652 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
37654         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
37655         (gdb-goto-breakpoint): Make breakpoint handling work on template
37656         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
37657         (gdb-assembler-custom): Update to recognize breakpoint information
37658         added on 2005-01-19.
37660 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
37662         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
37663         (dsssl-mode): Use define-derived-mode.
37664         (scheme-mode-initialize): Remove.
37665         (scheme-mode): Use run-mode-hooks.
37667         * cus-edit.el (customize-group-other-window)
37668         (custom-buffer-create-other-window): Don't override special-display-*.
37669         (custom-mode-map): Make it dense.
37671         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
37672         sets the default value.
37674 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
37676         * descr-text.el: Add more keywords.
37678 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
37680         * speedbar.el: Avoid unnecessary use of locate-library.
37682         * international/mule-cmds.el (standard-display-european-internal):
37683         Don't fiddle with latin-1 non-break space any more since it's now
37684         special cased in the C code.
37685         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
37687 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
37689         * cus-start.el (all): Add `undo-outer-limit'.
37691 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
37693         * textmodes/bibtex.el (bibtex-format-entry):
37694         Use `bibtex-empty-field-re' only on the text of fields, not on entire
37695         field lines.
37696         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
37697         not on part of a buffer.
37699 2005-01-25  Lute Kamstra  <lute@gnu.org>
37701         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
37702         nonempty field text strings like "{letters\\macro{}more letters}".
37703         Clarify docstring.
37704         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
37705         (bibtex-entry-offset, bibtex-parse-association)
37706         (bibtex-parse-field-name): Fix typos in docstrings.
37707         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
37709 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
37710             Juri Linkov  <juri@jurta.org>
37712         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
37713         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
37714         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
37715         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
37717         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
37718         isearch minor mode.
37720 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
37722         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
37724 2005-01-24  Lute Kamstra  <lute@gnu.org>
37726         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
37727         CASECHARS and NOT-CASECHARS regular expressions of the
37728         "nederlands" and "nederlands8" dictionaries to prevent a "Range
37729         striding over charsets" error.
37731 2005-01-24  Jay Belanger  <belanger@truman.edu>
37733         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
37734         display variable name.
37736 2005-01-24  Kenichi Handa  <handa@m17n.org>
37738         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
37739         Fix setting of the element of encoded-kbd-iso2022-invocations.
37741 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
37743         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
37744         (gdb-threads-select): Change to also accept mouse events.
37745         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
37746         (gdb-threads-mouse-select): Delete.
37748 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
37750         * files.el (insert-directory): Take care of empty directory,
37751         listed without -a switch.
37753 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
37755         * textmodes/refill.el (refill-post-command-function):
37756         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
37757         to the list of functions that we should be careful not to undo.
37758         (refill-late-fill-paragraph-function): Remove.
37759         (refill-saved-state): New var.
37760         (refill-mode): Use it to save fill-paragraph-function.
37761         Save also the value of auto-fill-function.
37763         * term/w32-win.el: Simplify code.
37765 2005-01-23  Kim F. Storm  <storm@cua.dk>
37767         * simple.el (line-move): Adapt to new return value from
37768         pos-visible-in-window-p.
37770         * simple.el (line-move): Fix last change.  Check partial
37771         visibility at point rather than at window-start.
37773 2005-01-22  Jason Rumney  <jasonr@gnu.org>
37775         * term/w32-win.el (xw-defined-colors): Remove debug-message.
37777 2005-01-22  David Kastrup  <dak@gnu.org>
37779         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
37781 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
37783         * type-break.el (type-break-mode): Add a test for
37784         type-break-file-name being non-nil.
37786 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
37788         * net/eudc.el (top level): Call (message "") via progn, so that
37789         eudc-options-file is loaded.
37791 2005-01-22  Kim F. Storm  <storm@cua.dk>
37793         * simple.el (line-move-1): Rename from line-move.
37794         (line-move): New function that adjusts vscroll for partially
37795         visible rows, and calls line-move-1 otherwise.
37797 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
37799         * pcomplete.el: Define pcomplete-read-event instead of read-event,
37800         since it's not a complete read-event implementation.
37802 2005-01-20  Jay Belanger  <belanger@truman.edu>
37804         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
37805         for called function.
37807 2005-01-20  Steven Tamm  <steventamm@mac.com>
37809         * term/mac-win.el (process-connection-type): Remove.
37810         Controlled now by s/darwin.h:PTY_ITERATION.
37812 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
37814         * window.el (handle-select-window): Don't switch window when we're
37815         in the minibuffer.
37817 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
37819         * subr.el (dotimes-with-progress-reporter): New macro.
37821         * ses.el (ses-dotimes-msg): Remove macro.
37822         Use `dotimes-with-progress-reporter' instead.
37824 2005-01-19  Steven Tamm  <steventamm@mac.com>
37826         * term/mac-win.el (process-connection-type): Use new
37827         operating-system-release variable to use ptys on Darwin 7 (OS X
37828         10.3) when using carbon build.
37830 2005-01-19  Jay Belanger  <belanger@truman.edu>
37832         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
37833         flags if the last command was a tab or M-tab.
37835         * calc/calc-prog.el (calc-user-define-edit): Put original formula
37836         in formula editing buffer.
37838 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37840         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
37841         breakpoint image symbol in margin.
37843 2005-01-19  Jay Belanger  <belanger@truman.edu>
37845         * calc/calc-prog.el (calc-execute-kbd-macro):
37846         Ignore calc-keep-arg-flag.
37848 2005-01-19  Kenichi Handa  <handa@m17n.org>
37850         * textmodes/ispell.el (ispell-looking-at): New function.
37851         (ispell-process-line): Use ispell-looking-at to compare the ispell
37852         output and the buffer contents.
37854 2005-01-18  Jay Belanger  <belanger@truman.edu>
37856         * calc/calc.el (calc-display-raw): Fix docstring.
37858 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
37860         * simple.el (blink-matching-open): Strip extra info from syntax.
37862         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
37863         funny chars in the end-of-here-doc marker.
37865 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37867         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
37868         that enable/disabled state of breakpoints is shown correctly in
37869         fringe and on ttys.
37870         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
37871         Add breakpoint information as text properties.
37872         (gdb-mouse-toggle-breakpoint):
37873         Rename to gdb-mouse-set-clear-breakpoint.
37874         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
37875         breakpoints in the margin.
37876         (gdb-remove-strings): Simplify.
37878 2005-01-17  Jay Belanger  <belanger@truman.edu>
37880         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
37881         erasing buffer.
37883 2005-01-17  Richard M. Stallman  <rms@gnu.org>
37885         * progmodes/grep.el (grep-find): Copy from `grep' the condition
37886         for calling grep-compute-defaults.
37888         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
37889         if buffer is empty.
37891         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
37893 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
37895         * hilit-chg.el (highlight-changes-mode): Don't autoload.
37897         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
37898         non-preloaded variables.
37900 2005-01-17  Steven Tamm  <steventamm@mac.com>
37902         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
37903         tex-shell cause to force interactivity when using pipes.
37905 2005-01-17  Kim F. Storm  <storm@cua.dk>
37907         * simple.el (just-one-space): Make arg optional.
37909 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
37911         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
37912         posn-at-x-y to t to access left-margin.
37914 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
37916         Sync with Tramp 2.0.47.
37918         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
37919         catching keep-date problems in cp/scp operations.
37920         (tramp-handle-copy-file): Don't call `set-file-modes'
37921         unconditionally.  Specialized functions should know better what is
37922         necessary.  This improves performance a little bit, and the
37923         functions could catch errors with `cp -p' and `scp -p'.
37924         (tramp-do-copy-or-rename-file-via-buffer)
37925         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
37926         when appropriate.
37927         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
37928         Call `set-file-modes' when appropriate.
37929         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
37930         Johnsson <isak@hypergene.com>.
37931         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
37932         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
37933         <joakim@verona.se>.
37934         (tramp-file-name-for-operation): Mark `shell-command' as magic for
37935         Emacs only.
37937         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
37938         `find-file-hooks' and `dired-mode-hook'.
37939         (tramp-minor-mode-map): Respective map.  Add remapping for
37940         `compile' and `recompile'.
37941         (tramp-remap-command, tramp-recompile): New defuns.
37942         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
37943         in buffer "*Compilation*".  Call the commands asynchronously.
37945         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
37946         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
37947         `shell-command', because it isn't magic in XEmacs.  Reported by
37948         Adrian Aichner <adrian@xemacs.org>.
37950         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
37951         `substitute-in-file-name.
37952         (tramp-smb-handle-substitute-in-file-name): New defun.
37953         (tramp-smb-advice-PC-do-completion): Delete advice.
37955 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
37957         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
37958         Fix error in deleting region.
37960 2005-01-15  Richard M. Stallman  <rms@gnu.org>
37962         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
37963         In non-temp buffer, switch syntax table temporarily.
37965         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
37967         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
37969         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
37971         * imenu.el (imenu--split-menu): Copy menulist before sorting.
37972         (imenu--generic-function): Use START, not BEG, as pos of definition.
37974         * simple.el (just-one-space): Argument specifies number of spaces.
37976         * simple.el (eval-expression-print-format): Avoid warning
37977         about edebug-active.
37979 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
37981         * progmodes/sh-script.el: Code copied from make-mode.el
37982         with small changes,
37983         (sh-mode-map): Bind C-c C-\.
37984         (sh-backslash-column, sh-backslash-align): New variables.
37985         (sh-backslash-region, sh-append-backslash): New functions.
37987 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37989         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
37990         (rmail-pop-password, rmail-pop-password-required): Move to
37991         rmail-obsolete group.
37992         (rmail-set-pop-password): Rename to rmail-set-remote-password.
37993         All callers updated.
37994         (rmail-get-pop-password): Rename to rmail-get-remote-password.
37995         Take an argument specifying whether it is POP or IMAP mailbox we
37996         are using.  All callers updated.
37997         (rmail-pop-password-error): Rename to
37998         rmail-remote-password-error.  Added mailutils-specific error message.
37999         (rmail-movemail-search-path)
38000         (rmail-movemail-variant-in-use): New variables.
38001         (rmail-remote-password, rmail-remote-password-required):
38002         New customization variables.
38003         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
38004         (rmail-parse-url): New function.
38005         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
38006         with GNU mailutils movemail.
38008 2005-01-15  Kevin Ryde  <user42@zip.com.au>
38010         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
38011         suffix to space, $ or '$, to correctly position point when going
38012         to @table style constants like DBL_MAX.
38014 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
38016         * type-break.el (type-break-mode, type-break-file-time)
38017         (type-break-file-keystroke-count, type-break-choose-file):
38018         Don't store data in or load data from the file if type-break-file-name
38019         is nil.
38020         (type-break-file-name): Doc update as per the above.
38022 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
38024         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
38025         lookup-key might return nil; handle that.
38027 2005-01-15  Alan Mackenzie  <acm@muc.de>
38029         * progmodes/ebrowse.el (ebrowse-class-in-tree):
38030         Return the tail of the tree rather than the element found,
38031         thus enabling the tree to be setcar'd.
38033 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
38035         * textmodes/org.el (org-show-following-heading): New option.
38036         (org-show-hierarchy-above): Use `org-show-following-heading'.
38037         (org-cycle): Documentation fix.
38039         * textmodes/org.el (orgtbl-optimized): New option.
38040         (orgtbl-mode): New command, a minor mode.
38041         (orgtbl-mode-map): New variable.
38042         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
38043         (orgtbl-error, orgtbl-self-insert-command)
38044         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
38046         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
38047         a local variable in each org-mode buffer.
38049         * textmodes/org.el (org-set-regexps-and-options): Rename from
38050         `org-set-regexps'.  Added checking for STARTUP keyword.
38051         (org-get-current-options): Add STARTUP options.
38052         (org-table-insert-row): Make mode intelligent about when
38053         realignment is needed.
38054         (org-self-insert-command, org-delete-backward-char, org-delete-char):
38055         New commands.
38056         (org-enable-table-editor): New default value `optimized'.
38057         (org-table-blank-field): Support blanking regions if active.
38059 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
38061         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
38062         if the year is not given.
38064         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
38065         Add new escapes %m and %M, fixed bug with %F by adding
38066         save-match-data.
38067         (reftex-reference): Remove ?. from list of spaces.
38068         (reftex-label-info): Add automatic label prefix recognition.
38070         * textmodes/reftex-index.el (reftex-index-next-phrase):
38071         Add slave parameter to call of `reftex-index-this-phrase'.
38072         (reftex-index-this-phrase): New optional argument.
38073         (reftex-index-region-phrases): Add slave parameter to call of
38074         `reftex-index-this-phrase'.
38075         (reftex-display-index): New argument redo.
38076         (reftex-index-rescan): Add `redo' to arguments of
38077         `reftex-display-index'.
38078         (reftex-index-Rescan, reftex-index-revert)
38079         (reftex-index-switch-index-tag): Add `redo' to arguments of
38080         `reftex-display-index'.
38081         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
38082         indexing.  Fix bug with matching is there is a quote before or
38083         after the word.
38085         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
38086         Fix bug when collecting citation keys in lines with comments.
38087         (reftex-citation): Prefix argument no longer rescans the document,
38088         but forces prompting for optional arguments of cite macros.
38089         (reftex-do-citation): Prompting for optional arguments implemented.
38091         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
38092         Add optional arguments to most cite commands.
38093         (reftex-cite-cleanup-optional-args): New option
38094         (reftex-cite-prompt-optional-args): New option.
38095         (reftex-trust-label-prefix): New option.
38097         * textmodes/reftex-toc.el (reftex-toc-find-section):
38098         Add push-mark before changing the position in the buffer.
38100         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
38101         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
38103 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
38105         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
38106         more carefully.
38108 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
38110         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
38111         (sgml-mode): Use it.
38112         (sgml-get-context): Better keep track of implicitly closed tags.
38114 2005-01-13  Kenichi Handa  <handa@m17n.org>
38116         * textmodes/ispell.el: These changes are to fix misalignment error
38117         caused by equivalent characters of different Emacs charsets.
38118         (ispell-unified-chars-table): New variable.
38119         (ispell-get-decoded-string): New function.
38120         (ispell-get-casechars, ispell-get-not-casechars)
38121         (ispell-get-otherchars): Call ispell-get-decoded-string.
38123 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
38125         * custom.el (custom-declare-variable): Just put symbol instead
38126         of (defvar . symbol) in `current-load-list'.
38128 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
38130         * emacs-lisp/elint.el: Fixed typo in Commentary section.
38132 2005-01-12  Jay Belanger  <belanger@truman.edu>
38134         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
38135         to create a Calc summary.
38137 2005-01-12  Kim F. Storm  <storm@cua.dk>
38139         * mouse.el (mouse-on-link-p): Change functionality and doc
38140         string to comply with latest description in lisp ref.
38142 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
38144         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
38145         Enable mouse clicks on mode-line, header-line and margin.
38146         (event-type): Give mouse event symbols an `event-kind' property
38147         with value `mouse-click'.
38149 2005-01-12  Juri Linkov  <juri@jurta.org>
38151         * facemenu.el (list-colors-display): Add new arg buffer-name.
38152         Use it.  Fix docstring.  Replace code for identifying duplicate
38153         colors by the name with call to `list-colors-duplicates' which
38154         identifies duplicate colors by the value unless the color
38155         is one of special Windows colors.  Set truncate-lines to t.
38156         Print sorted duplicate color names on each line.  Indent to 22
38157         \(the longest color name in rgb.txt) instead of 20.  Optimize.
38158         (list-colors-duplicates): New function.
38159         (facemenu-color-name-equal): Delete function.
38161         * facemenu.el (list-colors-print): New function created from code
38162         in list-colors-display.  Print #RRGGBB at the window right edge.
38163         (list-colors-display): When temp-buffer-show-function is not
38164         defined, call list-colors-print from temp-buffer-show-hook
38165         to get the right value of window-width in list-colors-print
38166         after the buffer is displayed.
38168         * simple.el (pop-mark): Move deactivate-mark out of conditional
38169         part to deactivate the active mark regardless of the state of the
38170         mark ring.
38172         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
38173         variables line in desktop files.
38175 2005-01-12  Juri Linkov  <juri@jurta.org>
38177         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
38178         Bring together isearch highlight related options.
38179         (lazy-highlight): Replace group `replace' by `matching'.
38180         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38181         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38182         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
38183         and declare them obsolete.
38184         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
38185         (isearch-faces): Remove defgroup.
38186         (isearch-overlay, isearch-highlight, isearch-dehighlight):
38187         Move isearch highlighting code closer to lazy highlighting code.
38189         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
38190         (query-replace-highlight, query-replace-lazy-highlight)
38191         (query-replace): Move definitions to the beginning of the file.
38193 2005-01-11  Juri Linkov  <juri@jurta.org>
38195         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
38196         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
38197         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
38199         * info.el (Info-history-forward): New variable.
38200         (Info-select-node): Reset Info-history-forward to nil.
38201         (Info-last): Turn into defalias.
38202         (Info-history-back): Rename from Info-last.
38203         Add current node to Info-history-forward.
38204         (Info-history-forward): New fun.
38205         (Info-mode-map): Replace Info-last by Info-history-back.
38206         Bind Info-history-forward to "r".
38207         (Info-mode-menu): Replace Info-last by Info-history-back.
38208         Fix menu item text.  Add menu item for Info-history-forward.
38209         (info-tool-bar-map): Replace Info-last by Info-history-back.
38210         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
38211         for Info-history-forward.
38212         (Info-mode): Replace Info-last by Info-history-back in docstring.
38213         Add local variable Info-history-forward.
38214         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
38216 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
38218         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
38219         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
38220         Ignore select-window events rather than fiddle with
38221         mouse-autoselect-window.
38223 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
38225         * type-break.el (type-break-mode): Fix previous change.
38227 2005-01-10  Jay Belanger  <belanger@truman.edu>
38229         * calc/calc-ext.el (calc-reset): Reset when inside embedded
38230         calculator; only reset when point is inside a calculator.
38231         Don't adjust the window height if the window takes up the whole height
38232         of the frame.
38234 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
38236         * ebuff-menu.el (Electric-buffer-menu-mode):
38237         Preserve value of buffer-local var header-line-format.
38239 2005-01-09  Jay Belanger  <belanger@truman.edu>
38241         * calc/calc.el (calc-mode-var-list-restore-saved-values):
38242         Make sure settings file exists before accessing it.
38244         * calc/calc-embed.el (calc-embedded-subst):
38245         Replace math-multi-subst-rec, which is only supposed to be called
38246         by math-multi-subst, by math-multi-subst.
38248 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
38250         * vc.el (vc-allow-async-revert): New user option.
38251         (vc-disable-async-diff): New internal variable.
38252         (vc-revert-buffer): Use them to disable asynchronous diff.
38254         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
38255         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
38256         asynchronously if vc-disable-async-diff is t.
38258 2005-01-09  Jay Belanger  <belanger@truman.edu>
38260         * calc/calc.el (defcalcmodevar): New macro.
38261         (calc-mode-var-list-restore-default-values)
38262         (calc-mode-var-list-restore-saved-values): New functions.
38263         (calc-mode-var-list): Use defcalcmodevar to define it.
38264         (calc-always-load-extensions, calc-line-numbering)
38265         (calc-line-breaking, calc-display-just, calc-display-origin)
38266         (calc-number-radix, calc-leading-zeros, calc-group-digits)
38267         (calc-group-char, calc-point-char, calc-frac-format)
38268         (calc-prefer-frac, calc-hms-format, calc-date-format)
38269         (calc-float-format, calc-full-float-format, calc-complex-format)
38270         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
38271         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
38272         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
38273         (calc-matrix-brackets, calc-language, calc-language-option)
38274         (calc-left-label, calc-right-label, calc-word-size)
38275         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
38276         (calc-display-raw, calc-internal-prec, calc-angle-mode)
38277         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
38278         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
38279         (calc-window-height, calc-display-trail, calc-show-selections)
38280         (calc-use-selections, calc-assoc-selections)
38281         (calc-display-working-message, calc-auto-why, calc-timing)
38282         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
38283         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
38284         (calc-gnuplot-default-device, calc-gnuplot-default-output)
38285         (calc-gnuplot-print-device, calc-gnuplot-print-output)
38286         (calc-gnuplot-geometry, calc-graph-default-resolution)
38287         (calc-graph-default-resolution-3d, calc-invocation-macro)
38288         (calc-show-banner): Use defcalcmodevar to declare them and set
38289         their default values.
38291         * calc/calc-ext.el (calc-reset): Restore saved values of variables
38292         instead of default values (but restore default values if there is
38293         an argument of 0).
38295 2005-01-09  David Kastrup  <dak@gnu.org>
38297         * desktop.el (desktop-restore-eager): Fix typo in type.
38299 2005-01-08  Richard M. Stallman  <rms@gnu.org>
38301         * cus-edit.el (customize): Delete :link.
38303 2005-01-08  Jay Belanger  <belanger@truman.edu>
38305         * calc/calc.el (calc-mode): Remove the extension from the
38306         `calc-settings-file' file name when loading it.
38308 2005-01-08  Kim F. Storm  <storm@cua.dk>
38310         * info.el (Info-mode-map, Info-next-link-keymap)
38311         (Info-prev-link-keymap, Info-up-link-keymap):
38312         Map follow-link to mouse-face.
38313         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
38315 2005-01-08  Jay Belanger  <belanger@truman.edu>
38317         * calc/calc.el (calc-settings-file): Change default value.
38318         Suggested by cgw in a comment in calc-mode.el.
38320         * calc/calc-mode.el (calc-settings-file-name):
38321         Compare calc-settings-file to user-init-file instead of ~/.emacs.
38322         Replace ~/.emacs in a prompt by calc-settings-file.
38324 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
38326         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
38327         (desktop-lazy-idle-delay): New customizable variables.
38328         (desktop-buffer-args-list): New variable.
38329         (desktop-append-buffer-args): New function.
38330         (desktop-save): Call desktop-append-buffer-args for some buffers.
38331         (desktop-lazy-create-buffer): New function.
38332         (desktop-idle-create-buffers): New function.
38333         (desktop-read): Add message about buffers to restore lazily.
38334         (desktop-lazy-abort): New command.
38335         (desktop-clear): Call desktop-lazy-abort.
38336         (desktop-lazy-complete): New command.
38338 2005-01-06  Richard M. Stallman  <rms@gnu.org>
38340         * emacs-lisp/find-func.el (find-face-definition):
38341         Rename from find-face.
38343 2005-01-06  Kim F. Storm  <storm@cua.dk>
38345         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
38347         * man.el (Man-xref-man-page, Man-xref-header-file)
38348         (Man-xref-normal-file): Add follow-link property.
38350 2005-01-06  Jay Belanger  <belanger@truman.edu>
38352         * calc/calc-units.el: Make sure the proper macro definitions are
38353         available when compiling.
38355 2005-01-06  Juri Linkov  <juri@jurta.org>
38357         * isearch.el (isearch-lazy-highlight-update):
38358         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
38360 2005-01-06  Miles Bader  <miles@gnu.org>
38362         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
38363         (isearch-lazy-highlight-face): Use new name.
38365 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
38367         * uniquify.el (uniquify-rationalize-file-buffer-names):
38368         Re-add an interactive spec.
38369         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
38370         to the same name.
38372         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
38373         (isearch-update, isearch-done): Adjust calls accordingly.
38375 2005-01-05  Richard M. Stallman  <rms@gnu.org>
38377         * custom.el (custom-set-variables, custom-theme-set-variables):
38378         Clarify documentation.
38380         * emacs-lisp/find-func.el (find-variable)
38381         (find-variable-other-window, find-variable-other-frame):
38382         Fix the TYPE args to find-function-read and find-function-do-it.
38383         (find-function): Doc fix.
38384         (find-function-at-point): Replace function-at-point alias.
38386 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38388         * cus-face.el (custom-declare-face):
38389         Record defface in current-load-list.
38391         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
38393         * emacs-lisp/find-func.el: Doc fixes.
38394         (find-face-regexp): New variable.
38395         (find-function-regexp-alist): New variable.
38396         (find-function-C-source): Third arg is now TYPE.
38397         (find-function-search-for-symbol): Handle general TYPE.
38398         (find-function-read, find-function-do-it): Handle general TYPE.
38399         (find-definition-noselect, find-face): New functions.
38400         (function-at-point): Alias deleted.
38402 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
38404         * battery.el (display-battery-mode): Rename from display-battery.
38405         Handle the case where it gets turned off.
38407 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38409         * cus-edit.el (customize): Make :link point to user doc.
38411         * man.el (Man-fontify-manpage): Turn off undo generation.
38413         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
38415 2005-01-04  Andreas Schwab  <schwab@suse.de>
38417         * files.el (insert-directory): Only look for error lines in
38418         inserted text.  Don't move too far after processing --dired markers.
38420 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38422         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
38423         Don't expand if the character is @, period, dash, etc.
38424         (define-mail-abbrev): Quote names that contain problem characters.
38426 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
38428         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
38430 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38432         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
38433         (query-replace-highlight, query-replace-lazy-highlight)
38434         (query-replace): Definitions moved up.  Doc fix.
38436 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38438         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
38439         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38440         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38441         (lazy-highlight-face): Rename from isearch-lazy-...
38442         Change all references to them.
38444 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
38446         * cus-edit.el (custom-file): Doc fix for defcustom.
38447         (custom-file): The function no longer sets the variable
38448         `custom-file' to its return value.
38450         * startup.el (command-line): No longer load `custom-file'.
38452 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
38454         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
38456         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
38457         Don't confuse module-prefixed identifiers for labels.
38458         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
38460 2005-01-02  Richard M. Stallman  <rms@gnu.org>
38462         * files.el (basic-save-buffer-1): Fix previous change.
38464         * loadhist.el (file-loadhist-lookup): New function.
38465         (file-provides, file-requires): Use it.
38467         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
38468         instead of calculating the right size.
38470 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
38472         * vc-svn.el (vc-svn-diff): Stay local if possible.
38474 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
38476         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
38478         * files.el (hack-local-variables): Fix last change.
38480 2005-01-02  Jay Belanger  <belanger@truman.edu>
38482         * calc/calc-yank.el (calc-edit-top): New variable.
38483         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
38484         object.  Change header properties.
38485         (calc-edit-finish, calc-edit-finish-stack-object)
38486         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
38487         edited object.
38488         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
38489         for the beginning of the edited object.
38490         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
38491         for the beginning of the edited object.
38492         * calc/calc-prog.el (calc-edit-macro-finish-edit)
38493         (calc-finish-formula-edit, calc-macro-repeats)
38494         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
38495         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
38496         beginning of the edited object.
38497         (calc-user-define-edit): Change the header for editing macros.
38498         Remove unnecessary variable.
38500 2005-01-01  Jay Belanger  <belanger@truman.edu>
38502         * calc/calc-yank.el (calc-edit-mode): Change default header.
38503         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
38504         * calc/calc-store.el (calc-edit-variable): Change title to match new
38505         header.
38506         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
38507         mode to match new header.
38508         (calc-user-define-edit): Change titles to include names of commands.
38509         (calc-finish-formula-edit): Adjust to handle new header.
38510         (calc-finish-macro-edit): Remove.
38511         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
38512         (calc-edit-macro-command, calc-edit-macro-command-type)
38513         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
38514         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
38515         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
38516         (calc-edit-macro-finish-edit): New functions.
38517         (calc-user-define-edit): Use new functions to edit named calc macros.
38519 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
38521         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
38523         * ses.el (copy-region-as-kill): Deactivate mark.
38525 2005-01-01  Richard M. Stallman  <rms@gnu.org>
38527         * replace.el (occur-1): If the output buffer is also an input,
38528         don't kill it, rename it.
38530         * faces.el (set-face-background, set-face-foreground): Doc fix.
38532         * cus-face.el (custom-face-attributes): Fix :help-echo strings
38533         for :foreground and :background.
38535         * dired.el (dired-view-command-alist): Variable deleted.
38536         (dired-view-file, dired-mouse-find-file-other-window):
38537         Delete the code to use it.
38539 2005-01-01  Kim F. Storm  <storm@cua.dk>
38541         * image.el (insert-sliced-image): Use t for line-height property.
38543 See ChangeLog.11 for earlier changes.
38545 ;; Local Variables:
38546 ;; coding: iso-2022-7bit
38547 ;; add-log-time-zone-rule: t
38548 ;; End:
38550     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
38552   This file is part of GNU Emacs.
38554   GNU Emacs is free software; you can redistribute it and/or modify
38555   it under the terms of the GNU General Public License as published by
38556   the Free Software Foundation; either version 3, or (at your option)
38557   any later version.
38559   GNU Emacs is distributed in the hope that it will be useful,
38560   but WITHOUT ANY WARRANTY; without even the implied warranty of
38561   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38562   GNU General Public License for more details.
38564   You should have received a copy of the GNU General Public License
38565   along with GNU Emacs; see the file COPYING.  If not, write to the
38566   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38567   Boston, MA 02110-1301, USA.
38569 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1