* shell.el (shell-dynamic-complete-functions): Use
[emacs.git] / lisp / ChangeLog
blobe20882d525b8f5b65f1b565d055c1940179366f6
1 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
3         * shell.el (shell-dynamic-complete-functions): Use
4         comint-dynamic-complete-filename as well (bug#361).
6 2008-06-21  Alan Mackenzie  <acm@muc.de>
8         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9         infinite loop on invalid syntax.
11 2008-06-11  Michael Albinus  <michael.albinus@gmx.de>
13         * net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
15 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
17         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
19 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * tar-mode.el (tar-header-block-summarize): Ensure one space around
22         user&group.
24 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
26         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
27         Use diary-ordinal-suffix.
29 2008-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
33 2008-05-24  Alan Mackenzie  <acm@muc.de>
35         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
36         if c-file-style is set to a non-string
38         (c-neutralize-CPP-line): Surround by `save-excursion'.
39         (c-neutralize-syntax-in-CPP): Optimize for speed.
41 2008-05-18  David Hull <david@snap.com>  (tiny change)
43         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
45 2008-05-18  mohrmarc  <debian@miller-mohr.de>  (tiny change)
47         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
48         logic operators .eqv. and .neqv.
50 2008-05-17  David Hull <david@snap.com>  (tiny change)
52         * vc-hg.el (vc-hg-annotate-command): Allow white space before
53         version number.
55 2008-05-12  Simon Marshall  <simon@gnu.org>
57         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
58         from its default value and give it the risky-local-variable
59         property (CVE-2008-2142).
61 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
63         * smerge-mode.el (smerge-command-prefix): Fix custom type.
65 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
67         * textmodes/org.el (org-read-date-get-relative): Interpret lone
68         weekday abbreviation as relative to today.
70 2008-05-01  Nick Roberts  <nickrob@snap.net.nz>
72         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
73         Don't throw error if no file is found.
75 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
77         * net/tramp.el (tramp-replace-environment-variables): Remove it.
78         There is a more simple solution.
79         (tramp-file-name-handler): Apply `substitute-in-file-name' w/o
80         Tramp file name handlers.
82 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
84         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
85         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
86         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
87         (gdb-assembler-custom): Be careful not to match other addresses.
89 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
91         * net/tramp.el (tramp-replace-environment-variables): New defun.
92         (tramp-file-name-handler): Use it.
94 2008-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
97         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
98         (diff-sanity-check-hunk): Adjust code accordingly.
100 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
102         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
104 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
106         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
107         (gdb-set-gud-minor-mode-existing-buffers)
108         (gdb-info-breakpoints-custom, gdb-get-location)
109         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
110         Previously gdb-create-define-alist wasn't always run and added to
111         after-save-hook.
113         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
115 2008-04-12  Kevin Ryde  <user42@zip.com.au>
117         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
118         comments like unindented ones.
120 2008-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
122         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
123         parameter origins.
125 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
127         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
129 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
131         * woman.el (woman2-TH): Use string-equal instead of string-match.
133 2008-04-11  Kevin Ryde  <user42@zip.com.au>
135         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
136         Bind print-level to ensure output forms aren't truncated if
137         print-level is set to eval-expression-print-level when going via
138         eval-defun and friends, or has been otherwise fiddled with.
140 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
142         * net/tramp.el (tramp-find-file-name-coding-system-alist):
143         New defun.
144         (tramp-handle-insert-file-contents, tramp-handle-write-region):
145         Use it.
147         * net/trampver.el: Update release number.
149 2008-04-09  Alan Mackenzie  <acm@muc.de>
151         * font-lock.el (font-lock-extend-after-change-region-function):
152         Make it buffer local.
154 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * progmodes/cc-mode.el (c-basic-common-init): Don't set
157         font-lock-extend-after-change-region-function globally.
159 2008-04-08  Carsten Dominik  <dominik@science.uva.nl>
161         * textmodes/org-export-latex.el: New file.
163         * textmodes/org-irc.el: New file.
165         * textmodes/org-mac-message.el: New file.
167         * textmodes/org-publish.el: New file.
169         * textmodes/org.el (org-agenda-collect-markers)
170         (org-create-marker-find-array)
171         (org-check-agenda-marker-table, org-extract-log-state-settings)
172         (org-nofm-to-completion, org-refile-goto-last-stored)
173         (org-export-html-convert-special-strings, org-first-list-item-p)
174         (org-imenu-new-marker, org-imenu-get-tree)
175         (org-speedbar-set-agenda-restriction)
176         (org-agenda-set-restriction-lock)
177         (org-agenda-remove-restriction-lock)
178         (org-agenda-maybe-redo, org-compute-latex-and-specials-regexp)
179         (org-do-latex-and-special-faces, org-read-date-display)
180         (org-select-remember-template, org-agenda-copy-local-variable)
181         (org-read-date-get-relative, org-columns-cleanup-item)
182         (org-find-entry-with-id)
183         (org-insert-columns-dblock, org-listtable-to-string)
184         (org-dblock-write:columnview, org-columns-capture-view)
185         (org-edit-headline, org-parse-local-options)
186         (org-in-clocktable-p, org-property-or-variable-value)
187         (org-get-tags-string, org-up-heading-safe)
188         (org-fast-todo-selection, org-get-wdays)
189         (org-switch-to-buffer-other-window, org-agenda-deadline-face)
190         (org-add-link-type, org-columns-content, org-columns-widen)
191         (org-columns-next-allowed-value, org-columns-edit-allowed)
192         (org-columns-store-format)
193         (org-columns-uncompile-format, org-columns-redo)
194         (org-columns-edit-attributes, org-delete-property)
195         (org-set-property, org-columns-update, org-columns-compute)
196         (org-columns-eval)
197         (org-columns-not-in-agenda, org-columns-compute-all)
198         (org-property-next-allowed-value)
199         (org-columns-compile-format, org-fill-paragraph-experimental)
200         (org-string-to-number, org-property-action, org-columns-move-left)
201         (org-columns-new)
202         (org-column-number-to-string, org-property-previous-allowed-value)
203         (org-at-property-p, org-columns-delete)
204         (org-columns-previous-allowed-value)
205         (org-columns-move-right, org-columns-narrow)
206         (org-property-get-allowed-values)
207         (org-verify-version, org-column-string-to-number)
208         (org-delete-property-globally)
209         (org-get-property-block, org-entry-properties, org-entry-get)
210         (org-entry-delete, org-entry-get-with-inheritance)
211         (org-entry-put, org-buffer-property-keys, org-new-column-overlay)
212         (org-overlay-columns)
213         (org-overlay-columns-title, org-remove-column-overlays)
214         (org-column-show-value, org-column-quit, org-column-edit)
215         (org-cached-entry-get, org-table-put-field-property)
216         (org-get-columns-autowidth-alist, turn-on-orgstruct)
217         (orgstruct-error, orgstruct-setup)
218         (orgstruct-make-binding, org-context-p, org-get-local-variables)
219         (org-run-like-in-org-mode)
220         (org-make-link-regexps, org-remove-keyword-keys)
221         (org-get-todo-face, org-export-get-title-from-subtree)
222         (org-assign-fast-keys, org-get-min-level)
223         (org-get-wdays, org-clock-find-position)
224         (org-clock-goto, org-fontify-priorities)
225         (org-get-date-from-calendar)
226         (org-entry-add-to-multivalued-property)
227         (org-entry-remove-from-multivalued-property)
228         (org-entry-member-in-multivalued-property)
229         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state)
230         (org-agenda-get-restriction-and-command)
231         (org-open-link-from-string, org-columns-open-link)
232         (org-go-to-remember-target, org-remember-insinuate)
233         (org-icalendar-cleanup-string, org-first-sibling-p)
234         (org-back-over-empty-lines, org-skip-whitespace)
235         (org-goto-local-auto-isearch)
236         (org-clocktable-steps, org-refile-get-location)
237         (org-kill-line, org-remove-timestamp-with-keyword)
238         (org-local-logging): New functions.
239         (org-agenda-marker-table, org-log-note-how)
240         (org-goto-local-auto-isearch-map)
241         (org-last-remember-storage-locations)
242         (org-imenu-markers, org-agenda-restriction-lock-overlay)
243         (org-speedbar-restriction-lock-overlay)
244         (org-massive-special-regexp)
245         (org-verbatim-re, org-read-date-display-live)
246         (org-agenda-file-regexp, org-complex-heading-regexp)
247         (org-completion-fallback-command, org-todo-log-states)
248         (org-goto-exit-command, org-goto-selected-point)
249         (org-todo-key-alist, org-todo-key-trigger, org-agenda-remove-date)
250         (org-agenda-after-show-hook, org-agenda-skip-unavailable-files)
251         (org-fast-tag-selection-can-set-todo-state, org-local-properties)
252         (org-store-link-functions, org-columns-top-level-marker)
253         (orgstruct-mode-map, org-entry-property-inherited-from)
254         (org-column-overlays, org-current-columns-fmt)
255         (org-current-columns-maxwidths, org-column-map)
256         (org-cached-props): New variables.
257         (org-special-ctrl-k, org-goto-auto-isearch)
258         (org-agenda-todo-keyword-format)
259         (org-remember-use-refile-when-interactive)
260         (org-imenu-depth, org-highlight-latex-fragments-and-specials)
261         (org-agenda-skip-scheduled-if-done, org-extend-today-until)
262         (org-agenda-window-frame-fractions, org-fontify-priorities)
263         (org-agenda-deadline-leaders, org-use-property-inheritance)
264         (org-clock-into-drawer, org-agenda-compact-blocks)
265         (org-use-fast-todo-selection, org-fast-tag-selection-include-todo)
266         (org-edit-timestamp-down-means-later, org-todo-keyword-faces)
267         (org-agenda-deadline-faces, org-remember-store-without-prompt)
268         (org-default-columns-format)
269         (org-agenda-default-appointment-duration)
270         (org-export-with-footnotes, org-clock-out-when-done)
271         (org-global-properties, org-todo-keyword-faces)
272         (org-archive-save-context-info)
273         (org-edit-timestamp-down-means-later)
274         (org-scheduled-past-days, org-export-with-drawers)
275         (org-read-date-prefer-future, org-hide-emphasis-markers)
276         (org-clock-heading-function, org-clock-in-switch-to-state)
277         (org-export-with-special-strings): New options.
278         (org-link-store, org-link-follow, org-latex)
279         (org-remember-templates, org-time-stamp-rounding-minutes)
280         (org-back-over-empty-lines, org-find-base-buffer-visiting)
281         (org-columns-new): Fix typos in docstrings.
282         (org-ctrl-c-star): Implement a missing branch in the decision tree.
283         (org-select-remember-template): Clean the code.
284         (org-prepare-dblock): Add the extra :content parameter.
285         (org-write-agenda): New output type ".ics" files.
286         (org-write-agenda): Call `org-icalendar-verify-function', both for
287         time stamps and for TODO entries.
288         (org-export-as-html): Revert the change that killed the html
289         buffer.  Side effects first need to be studied carefully.
290         (org-get-tags-at): Fix the structure of the condition-case statement.
291         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
292         (org-timestamp-change): Fix regulear expressions to swallow the
293         extra character for repeat-shift control.
294         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
295         (org-get-legal-level): Alias to `org-get-valid-level'.
296         (org-dblock-write:clocktable): Add a :link parameter, linking
297         headlines to their location in the Org agenda files.
298         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
299         throwing an error when getting tags before headlines.
300         (org-timestamp-change, org-modify-ts-extra)
301         (org-ts-regexp1): Fix timestamp editing.
302         (org-agenda-custom-commands-local-options): New constant.
303         (org-agenda-custom-commands):
304         Use `org-agenda-custom-commands-local-options' to improve customize
305         type.  "htmlize": Removed hack to fix face problem with htmlize,
306         it no longer seem necessary.
307         (org-follow-link-hook): New hook.
308         (org-agenda-custom-commands): Add "Component" as a tag for each
309         item in a command serie.
310         (org-open-at-point): Run `org-follow-link-hook'.
311         (org-agenda-schedule): Bugfix: don't display marker type when it
312         is nil.
313         (org-store-link): org-irc required.
314         (org-set-regexps-and-options): Parse the new logging options.
315         (org-todo): Handle the new ways of recording state change stuff.
316         (org-columns-open-link): Fix bug with opening link in column view.
317         (org-todo): Make sure that LOGGING properties are honoured.
318         (org-todo-keywords): Improve docstring.
319         (org-startup-options): Cleanup startup options.
320         (org-set-regexps-and-options): Process the "!" markers.
321         (org-todo): Respect the new logging stuff.
322         (org-add-log-maybe): New parameter HOW that defines how logging
323         should be done and also overrides PURPOSE.  Add a docstring.
324         (org-add-log-note): Check if we really need to ask for a note.
325         (org-get-current-options): Digest the new keyword.
326         (org-agenda-reset-markers): Rename from
327         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
328         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
329         function, without force argument.
330         (org-buffer-property-keys): Bind local variables s and p.
331         (org-make-tags-matcher): Allow "" to match an empty or
332         non-existent property value.
333         (org-export-as-html): Join unsorted lists when they directly
334         follow each other.  Such lists may be created by headlines that
335         are converted to lists.
336         (org-export-as-html): Use :html-extension instead of
337         org-export-html-extension.
338         (org-store-link): Support for links from `rmail-summary-mode'.
339         (org-columns-new, org-complete, org-set-property): Set the
340         `include-columns' argument in the call to `org-buffer-property-keys'.
341         (org-buffer-property-keys): New argument `include-columns', to
342         include properties expected by any of the COLUMS formats in the
343         current buffer.
344         (org-cleaned-string-for-export): Get rid of drawers first, so that
345         they will be removed also in the text before the first headline.
346         (org-clock-report): Show the clocktable when found.
347         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
348         (org-version): With prefix argument, insert `org-version' at point.
349         (org-agenda-goto): Recenter the window after finding the target
350         location, to make sure the correct position will be displayed.
351         (org-agenda-get-deadlines): Don't scale priority with the warning
352         period.
353         (org-insert-heading): Don't break line in the middle of the line.
354         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
355         be 0.
356         (org-update-checkbox-count): Revamp to deal with hierarchical
357         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
358         (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword'
359         to make sure all such time stamps are removed.
360         (org-mode): Support for `align'.
361         (org-agenda-get-deadlines): Make sure priorities increase as the
362         due date approaches and is passed.
363         (org-remember-apply-template): Fix problem with tags that contain
364         "_" or "@".
365         (org-make-link-regexps): Improve the regular expression for plain
366         links.
367         (org-agenda-get-closed): List each clocking entry.
368         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
369         (org-archive-all-done): Fix incorrect number of stars in regexp.
370         (org-global-tags-completion-table): Add the value of org-tag-alist
371         in each buffer, to make sure that also unused tags will be
372         available for completion.
373         (org-columns-edit-value)
374         (org-columns-next-allowed-value): Only update if not in agenda.
375         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
376         (org-archive-subtree): Add the outline tree context as a property.
377         (org-closest-date): New optional argument `prefer'.
378         (org-goto-map, org-get-location): Implement auto-isearch.
379         (org-goto-local-search-forward-headings)
380         (org-get-entries-from-diary): Require diary-lib.
381         (org-agenda-sunrise-sunset): Require solar.
382         (org-export-html-style): Doc fix.
383         (org-get-legal-level): New obsolete alias.
384         (org-get-valid-level): Rename from `org-get-legal-level'.
385         (org-promote, org-demote, org-archive-subtree)
386         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
387         (org-info): Use info rather than Info-goto-node.
388         (org-entry-properties): Let-bind `clocksum'.
389         (org-unmodified, org-cycle-emulate-tab)
390         (org-descriptive-links, org-link-file-path-type)
391         (org-remember-use-refile-when-interactive)
392         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
393         (org-export-ascii-bullets, org-agenda-deadline-faces)
394         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
395         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
396         (org-kill-note-or-show-branches): Fix typos in docstrings.
397         (org-html-do-expand): `org-export-html-convert-special-strings'
398         added to the list of conversion.
399         (org-infile-export-plist, org-get-current-options): Add support
400         for "-" in the #+OPTION line to let user switch on/off special
401         strings conversion.
402         (org-export-plist-vars): New :html-table-tag property.
403         (org-export-as-html, org-format-org-table-html)
404         (org-format-table-table-html) Use the :html-table-tag property
405         instead of the `org-export-html-table-tag' global value.
406         (org-additional-option-like-keywords): Add "TBLFM".
407         (org-entry-properties): Include the CLOCKSUM special property.
408         (org-columns-edit-value): Do not allow to edit the special
409         CLOCKSUM property.
410         (org-flag-drawer): Use the original value of `outline-regexp'.
411         (org-remember-handler): Add invisible-ok flag to call to
412         `org-end-of-subtree'.
413         (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
414         (org-infile-export-plist): No restriction while searching for
415         options.
416         (org-remember-handler): Remove comments at the end of the buffer.
417         (org-table-sort-lines): Make sure sorting works on link
418         descritions only, and ignores the link.
419         (org-sort-entries-or-items): Make sure the end of the subtree is
420         included.
421         (org-refile-use-outline-path): New allowed values `file' and
422         `full-file-path'.
423         (org-get-refile-targets): Respect new values for
424         `org-refile-use-outline-path'.
425         (org-agenda-get-restriction-and-command): DEL goes back to initial
426         list.
427         (org-export-as-xoxo): Restore point when done.
428         (org-open-file): Allow multiple %s in command.
429         (org-get-refile-targets): Interpret the new maxlevel setting.
430         (org-refile-targets): New option `:maxlevel'.
431         (org-copy-subtree): Include empty lines before but not after subtree.
432         (org-move-item-down, org-move-item-up): Include empty lines before
433         but not after item.
434         (org-remember-apply-template): Defaults, completions and history
435         for template prompts.  Also, interpret new `%!' escape.
436         (org-context-choices): New constant.
437         (org-bound-and-true-p): New macro.
438         (org-agenda-restriction-lock): New face.
439         (org-open-at-point): Remove obsolete way to do redirection in
440         shell links.
441         (org-imenu-and-speedbar): New customization group.
442         (org-entry-properties): Return keyword-less time strings.
443         (org-clock-in): Use `org-clock-heading-function'.
444         (org-calendar-holiday): Try to use `calendar-check-holidays'
445         instead of the obsolete `check-calendar-holidays'.
446         (org-export-html-special-string-regexps): New constant.
447         (org-latex-and-export-specials): New face.
448         (org-link-escape-chars): Use characters instead of strings.
449         (org-link-escape-chars-browser, org-link-escape)
450         (org-link-unescape): Use characters instead of strings.
451         (org-export-html-convert-sub-super, org-html-do-expand): Check for
452         protected text.
453         (org-emphasis-alist): Additional `verbatim' flag.
454         (org-set-emph-re): Handle the verbatim flag and compute
455         `org-verbatim-re'.
456         (org-cleaned-string-for-export): Protect verbatim elements.
457         (org-additional-option-like-keywords): Add new keywords.
458         (org-get-entry): Rename from `org-get-cleaned-entry'.
459         (org-agenda-get-scheduled, org-agenda-get-blocks):
460         Use `org-agenda-skip-scheduled-if-done'.
461         (org-prepare-agenda-buffers): Allow buffers as arguments.
462         (org-entry-properties): Add CATEGORY as a special property.
463         (org-use-property-inheritance): Allow a list of properties as a value.
464         (org-eval-in-calendar): No longer update the prompt.
465         (org-read-date-popup-calendar): Rename from
466         `org-popup-calendar-for-date-prompt'.
467         (org-remember-apply-template): Define `remember-finalize' if it is
468         not yet defined.
469         (org-read-date): Respect the setting of
470         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
471         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
472         hardcoded string.
473         (org-remember-apply-template): Use `remember-finalize' instead of
474         `remember-buffer'.
475         (org-columns-compute, org-column-number-to-string)
476         (org-columns-uncompile-format, org-columns-compile-format)
477         (org-columns-compile-format): Handle printf format specifier.
478         (org-columns-new, org-column-number-to-string)
479         (org-columns-uncompile-format, org-columns-compile-format):
480         Support for new currency summary type.
481         (org-tree-to-indirect-buffer): Do not kill old buffer when
482         `org-indirect-buffer-display' is `new-frame'.
483         (org-indirect-buffer-display): Document that `new-frame' leads to
484         indiret buffer proliferation.
485         (org-agenda-list): Use `org-extend-today-until'.
486         (org-format-org-table-html): Use lower-case for <col> tag.
487         (org-agenda-execute): New command.
488         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
489         (org-remember-apply-template): Use `org-select-remember-template'.
490         (org-region-active-p): Use `use-region-p'.
491         (org-cycle-hide-archived-subtrees)
492         (org-table-rotate-recalc-marks, org-mark-ring-push)
493         (org-follow-info-link, org-mhe-get-message-folder-from-index)
494         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
495         (org-evaluate-time-range, org-edit-agenda-file-list):
496         (org-paste-subtree):
497         (org-calendar-holiday): Use calendar-check-holidays instead of the
498         obsolete check-calendar-holidays.
499         (org-table-formula-substitute-names): Remove forgotten temporary
500         debugging code.
501         (org-agenda-get-restriction-and-command): Use `mapc' instead of
502         `mapcar'.
503         (org-agenda-list): Numeric prefix argument can specify the number
504         of days.
505         (remember-register, remember-buffer): Prevent byte compiler from
506         complaining.
507         (org-todo): Save and restore match data.
508         (org-no-warnings): New macro.
509         (org-columns-eval): Use `org-no-warnings'.
510         (org-version): Change to 5.13e.
511         (org-agenda-file-regexp): Fix typo in docstring.
512         (org-add-planning-info): Fix bug in parenthesis settings.
513         (org-scan-tags): Catch the case of indirect buffers with no filename.
514         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
515         Re-install switch to mapc, had been removed by accident.
516         (org-columns-map): New binding `C-c C-o'.
517         (org-columns-menu): Change menu text and added new entry.
518         (org-columns-eval): Document the use of `next-line'.
519         (org-columns-follow-link): Remove function.
520         (org-read-date-get-relative): Fix typo in docstring.
521         (org-read-date-get-relative): Leading +/- is not optional.
522         (org-agenda-get-restriction-and-command): Always resize window on
523         first loop cycle.
524         (org-agenda-open-link): Make sure the link abbreviations are
525         present in the agenda buffer.
526         (org-agenda-files): Allow directories in the variable.
527         (org-agenda): Use `org-agenda-get-restriction-and-command'.
528         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
529         (org-remember-apply-template): Catch C-g and make sure window
530         configuration is restored.
531         (org-agenda-open-link): Make it work with several links in the line.
532         (org-drawers, org-set-regexps-and-options)
533         (org-get-current-options): Add support for a DRAWERS in-buffer option.
534         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
535         (org-agenda-to-appt): Require calendar.
536         (org-entry-get-with-inheritance): Widen for search.
537         (org-columns-display-here): Don't mark buffer as modified when
538         adding space characters to accomodate column overlays.
539         (org-export-as-html): Better formatting of tags in the toc.
540         (org-columns-display-here): Make the ITEM column as compact as
541         possible.
542         (org-remember-templates): Customization interface improved.
543         (org-export-with-property-drawer): Variable removed.
544         (org-sort-entries): Rewrite using `sort-subr'.
545         (org-set-property): More appropriate completion during interactive use.
546         (org-sort-entries): Allow sorting by property.
547         (org-additional-option-like-keywords): Add more values.
548         (org-sort-entries-or-items): Rename from `org-sort-entries'.
549         (org-at-timestamp-p, org-timestamp-change)
550         (org-remember-templates): First element of each entry is now a
551         name for the template.
552         (org-store-log-note): Check for `org-note-abort'.
553         (org-kill-note-or-show-branches): New command.
554         (org-cut-subtree, org-copy-subtree): New argument N to act on N
555         sequential subtrees.
556         (org-paste-subtree): Fix the level at which a tree is pasted.
557         (org-fit-agenda-window): Limitations on window size removed.
558         (org-agenda-find-same-or-today-or-agenda): Rename from
559         `org-agenda-find-today-or-agenda'.
560         (org-agenda-scheduled-leaders)
561         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
562         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
563         (org-export-with-tags, org-export-plist-vars)
564         (org-infile-export-plist): New "tags" option.
565         (org-cached-entry-get): Use `org-use-property-inheritance'.
566         (org-remember-apply-template): Fix typo.
567         (org-additional-option-like-keywords): New constant.
568         (org-complete): Use `org-additional-option-like-keywords'.
569         (org-clock-report): Only update the table at point, or insert a
570         new one.
571         (org-open-file): Use `start-process-shell-command' instead of
572         `shell-command' with an ampersand.
573         (org-deadline, org-schedule): New argument REMOVE to remove the
574         date from the entry.
575         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
576         argument to `org-schedule' and `org-deadline'.
577         (org-trim): Use the correct expressions for beginning and end of
578         the string.
579         (org-get-cleaned-entry): Trim the string before returning it.
580         (org-agenda-tags-column): Rename from
581         `org-agenda-align-tags-to-column'.
582         (org-agenda-align-tags): Allow negative values for
583         `org-agenda-tags-column'.
584         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
585         (org-agenda-to-appt): New optional argument FILTER.
586         (org-complete): Use `org-completion-fallback-command'.
587         (org-find-base-buffer-visiting): Catch the case that there is no
588         buffer visiting the file.
589         (org-todo): Use `org-property-or-variable-value'
590         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
591         (org-agenda-schedule, org-agenda-deadline):
592         Call `org-agenda-show-new-time'.
593         (org-agenda-show-new-time): New argument PREFIX.
594         (org-colgroup-info-to-vline-list): Fix but that cause a shift in
595         the vertical lines.
596         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
597         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
598         (org-indent-item): No arg in call to `org-fix-bullet-type'.
599         (org-fix-bullet-type): Remove argument.
600         (org-read-date): Check for am/pm twice, to catch the end time.
601         (org-goto-map): Use `suppress-keymap'.
602         (org-remember-apply-template): Respect the dynamically scoped
603         selection character.
604         (org-kill-is-subtree-p): Use `org-outline-regexp'.
605         (org-outline-regexp): New constant.
606         (org-remember-handler): Throw error when the target file is not in
607         org-mode.
608         (org-cleaned-string-for-export): No longer call
609         `org-export-latex-cleaned-string' with an argument.
610         (org-get-tags): Returns now a list, not a string.
611         (org-archive-subtree): No need to split return of `org-get-tags'.
612         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
613         instead of `org-get-tags'.
614         (org-agenda-format-date): Rename from `org-agenda-date-format'.
615         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
616         (org-compatible-face): New argument INHERITS.  Inherit from this
617         face if possible.
618         (org-level-1, org-level-2, org-level-3, org-level-4)
619         (org-level-5, org-level-6, org-level-7, org-level-8)
620         (org-special-keyword, org-drawer, org-column, org-warning)
621         (org-archived, org-todo, org-done, org-headline-done, org-table)
622         (org-formula, org-code, org-agenda-structure)
623         (org-scheduled-today, org-scheduled-previously)
624         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
625         in the new way.
626         (org-get-heading): New argument NO-TAGS.
627         (org-fast-tag-selection-include-todo): Made defvar instead of
628         defcustom, feature is not deprecated.
629         (org-remember-store-without-prompt): New default value t.
630         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
631         Compute the log states.
632         (org-goto-map): More commands copied from global map.  Also bind
633         `org-occur'.
634         (org-goto): Made into a general lookup command.
635         (org-get-location): Complete rewrite.
636         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
637         Set the new variables.
638         (org-paste-subtree): Whitespace insertion strategy revised.
639         (org-remember-apply-template): Protect v-A from the possibility
640         that v-a might be nil.
641         (org-remember-handler): Insertion rules revised.
642         (org-todo): Respect org-todo-log-states.
643         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
644         (org-confirm-shell-link-function)
645         (org-confirm-elisp-link-function): Doc fixes.
646         (org-re): Also replace the :alpha: class.
647         (org-todo-tag-alist): Variable removed.
648         (org-log-done): Docstring fixed.
649         (org-deadline-warning-days): New default value 14.
650         (org-tag-alist): Docstring fixed.
651         (org-export-language-setup): New languages added.
652         (org-set-regexps-and-options): Compute the new variables.
653         (org-paste-subtree): Cleaning up.
654         (org-remember-apply-template): New escape %A.
655         (org-todo): Call fast TODO selection.
656         (org-add-log-note): Allow prefix for abort exit.
657         (org-at-property-p, org-entry-properties)
658         (org-columns-get-autowidth-alist): Use :alpha: class.
659         (org-agenda-get-deadlines): Use `org-get-wdays'.
660         (org-agenda-get-deadlines): Reverse ee before returning.
661         (org-format-agenda-item): New argument REMOVE-RE.
662         (org-agenda-convert-date): Baha'i calendar added.
663         (org-infile-export-plist): Also find DATE line.
664         (org-export-as-html, org-export-as-ascii): Use the date format.
665         (org-shiftup, org-shiftdown): Use.
666         `org-edit-timestamp-down-means-later'.
667         (org-columns-compile-format)
668         (org-columns-get-autowidth-alist, org-buffer-property-keys)
669         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
670         property names.
671         (org-export-visible): Fix drawers before export.
672         (org-do-sort): Allow sorting by priority.
673         (org-agenda-files): Ignore non-existing files.
674         (org-ellipsis): All a face as value.
675         (org-mode): Interprete the face value of `org-ellipsis'.
676         (org-archive-subtree): Store context info in archived entry.
677         (org-fast-tag-selection): Allow setting TODO states through this
678         interface.
679         (org-cycle): Docstring updated.
680         (org-set-font-lock-defaults, org-agenda-highlight-todo):
681         Use `org-get-todo-face'.
682         (org-table-edit-field, org-table-show-reference)
683         (org-table-edit-formulas, org-add-log-note)
684         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
685         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
686         `switch-to-buffer-other-window' to make sure that the temporary
687         windows show up on the current frame.
688         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
689         (org-get-entries-from-diary, org-replace-region-by-html):
690         Don't allow pop-up frames.
691         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fix problems
692         with time-of-day.
693         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
694         with listing items that are DONE.
695         (org-change-tag-in-region): New command.
696         (org-agenda-skip-scheduled-if-done)
697         (org-agenda-skip-deadline-if-done): Docstring clarified.
698         (org-mode): Hide drawers on startup.
699         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
700         (org-agenda-skip): Allow a form for `org-agenda-skip-function'.
701         (org-agenda-redo): Re-use local settings.
702         (org-agenda): Store local settings.
703         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
704         entries on their due date.
705         (org-agenda-get-timestamps): No longer handle the due dates of
706         schedules and deadline items.
707         (org-insert-link-global, org-open-at-point-global): New commands.
708         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
709         :for-ascii parameter.
710         (org-skip-comments): Function removed.
711         (org-cleaned-string-for-export): Handle special table lines.
712         (org-entry-get-with-inheritance): Check global properties.
713         (org-set-regexps-and-options): Find the #+PROPERTY line.
714         (org-link-types): Change type into variable (was constant).
715         (org-link-re-with-space, org-link-re-with-space2)
716         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
717         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
718         these regular expressions happens now in the function
719         `org-make-link-regexps'.
720         (org-store-link): Call the functions in
721         `org-store-link-functions'.
722         (org-activate-tags): Force matches to be in headlines.
723         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
724         (org-columns-display-here): Make sure this works in a narrowed
725         buffer by checking for point-min.
726         (org-columns-display-here): Make the rest of the line intangible,
727         so that point never can be there.
728         (org-cleaned-string-for-export): Use `with-current-buffer'.
729         (org-replace-region-by-html): Use `with-current-buffer'.
730         (org-unfontify-region, org-do-occur, org-columns-display-here)
731         (org-columns-remove-overlays, org-columns-quit)
732         (org-columns-edit-value, org-columns-next-allowed-value)
733         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
734         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
735         (org-agenda-todo, org-agenda-change-all-lines)
736         (org-agenda-align-tags, org-agenda-priority)
737         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
738         (org-agenda-show-new-time, org-cleaned-string-for-export)
739         (org-export-grab-title-from-buffer)
740         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
741         instead of `buffer-read-only'.
742         (org-export-as-html): Set `coding-system-for-write'.
743         (org-archive-subtree): Fix bug with modifying TODO keyword.
744         (org-beginning-of-line): Also treat C-a special in items.
745         (org-table-convert-refs-to-rc): Fix problem with column
746         reference after "..".
747         (org-columns-compute): Don't mark buffer modified because of text
748         properties.
749         (org-batch-store-agenda-views): Use the variable
750         `default-directory', not the function.
751         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
752         (org-html-entities): Add HTML entities for smileys.
753         (org-end-of-line): Move to end of line if in headline without tags.
754         (org-agenda-day-view, org-agenda-week-view): Remember span as default.
755         (org-columns-edit-value): Rename from `org-column-edit'.
756         (org-columns-display-here-title): Rename from
757         `org-overlay-columns-title'.
758         (org-columns-remove-overlays): Rename from
759         org-remove-column-overlays.
760         (org-columns-get-autowidth-alist): Rename from
761         `org-get-columns-autowidth-alist'.
762         (org-columns-display-here): Rename from `org-overlay-columns'.
763         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
764         (org-columns-quit): Rename from `org-column-quit'.
765         (org-columns-show-value): Rename from `org-column-show-value'.
766         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
767         (org-columns-overlays): Rename from `org-column-overlays'.
768         (org-columns-map): Rename from `org-column-map'.
769         (org-columns-current-maxwidths): Rename from
770         `org-current-columns-maxwidths'.
771         (org-columns-begin-marker, org-columns-current-fmt-compiled)
772         (org-previous-header-line-format)
773         (org-columns-inhibit-recalculation)
774         (org-columns-default-format): Rename from
775         `org-default-columns-format'.
776         (org-property-re): New constant.
777         (orgstruct-mode): New minor mode.
778         (org-cycle-list-bullet): New command.
779         (org-special-properties, org-property-start-re)
780         (org-property-end-re): New constants.
781         (org-with-point-at): New macro.
782         (org-insert-property-drawer): New command.
783         (org-column): New face.
784         (org-column-menu): New menu.
785         (org-columns, org-agenda-columns): New commands.
786         (org-properties): New customize group.
787         (org-priority): Realign tags after changing priority.
788         (org-preserve-lc): New macro.
789         (org-update-checkbox-count): Catch case when there is no headline.
790         (org-agenda-quit): Remove any column overlays.
791         (org-beginning-of-item-list): Fix bug when non-item line is
792         indented too deep.
793         (org-make-tags-matcher): Handle property matches.
794         (org-table-recalculate): Swap evaluation order: Field formula
795         first, then column formulas, but don't allow them to overwrite the
796         field formulas.
797         (org-table-eval-formula): New argument untouchable.
798         (org-export-as-html): Fix replacement bug for XEmacs.
800 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
802         * dired.el (dired-dnd-handle-local-file):
803         Obey dired-backup-overwrite for copy, move, and link operations.
805         * dired-aux.el (dired-overwrite-confirmed): Undo last change.
807 2008-04-06  Alan Mackenzie  <acm@muc.de>
809         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
810         typo in the doc string.
812         * progmodes/cc-mode.el (c-extend-after-change-region):
813         New function, used in font-lock-extend-after-change-region-function,
814         thus superseding advice on the Font Lock after change functions.
816 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
818         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
820 2008-04-04  Stephen Berman  <Stephen.Berman@gmx.net>
822         * newcomment.el (comment-enter-backward): Be careful to restore
823         position changed during narrowing.
825 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
827         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
828         Fix in disassembly buffer (regression in 22.2).
830 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
832         * shell.el (shell-dynamic-complete-filename): New fun.
833         (shell-dynamic-complete-functions): Use it.
835 2008-04-02  Alan Mackenzie  <acm@muc.de>
837         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
838         New optimised functions to get the name of the current defun/macro.
840         * add-log.el (add-log-current-defun): Move the functionality which
841         gets the current function name for C like modes to cc-cmds.el,
842         thus optimising for speed.
844 2008-04-02  Eli Zaretskii  <eliz@gnu.org>
846         * ps-print.el (ps-generate-postscript-with-faces): If the face
847         specified by the overlay's `face' property is a string, assume
848         it's a string name and intern it to get the face symbol.
850 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
852         * find-dired.el (find-dired-filter): Fix last patch to handle
853         multi-line process input.  Pad link numbers too.
855 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
857         * find-dired.el (find-dired-filter): Align columns by padding file
858         sizes.
860 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
862         * calc/calc.el: Autoload `calc-yank'.
863         (calc-mode-map): Add keybindings for `calc-yank'.
864         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
865         assignments for `calc-yank'.
867 2008-03-31  Martin Rudalics  <rudalics@gmx.at>
869         * emacs-lisp/find-func.el (find-function-search-for-symbol):
870         Strip extension from .emacs.el to make sure symbol is searched
871         in .emacs too.
873 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * vc.el (vc-do-command): Don't show internal temp buffers.
877 2008-03-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
879         * term/mac-win.el (mac-ae-reopen-application): New function.
880         (mac-apple-event-map): Bind "reopen application" Apple event to it.
882 2008-03-29  Juanma Barranquero  <lekktu@gmail.com>
884         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
886 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
888         * Version 22.2 released.
890 2008-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
892         * info.el (Info-isearch-search): Always return point.
894 2008-03-23  Andreas Schwab  <schwab@suse.de>
896         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
897         Fix radio button condition.
898         [box]: Likewise.
899         [customize]: Add radio button.
901 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
903         * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
904         single file argument.
905         (vc-bzr-show-log-entry): Fix typo.
907 2008-03-19  Wilson Snyder  <wsnyder@wsnyder.org>
909         * progmodes/verilog-mode.el (verilog-easy-menu-filter):
910         New function.
911         (verilog-stmt-menu, verilog-menu): Add :help.
912         (verilog-customize, verilog-font-customize)
913         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
914         (verilog-mode): Update documentation strings to match tool tips.
915         (verilog-auto-search-do, verilog-auto-re-search-do)
916         (verilog-skip-forward-comment-or-string): Fix verilog-auto
917         expansion when a .* appears inside a string.
918         (verilog-re-search-forward, verilog-re-search-backward):
919         Add comment to recall how this works.
921 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
923         * net/tls.el (open-tls-stream): Reindent.
925 2008-03-19  Glenn Morris  <rgm@gnu.org>
927         * net/tls.el: Don't require rx when compiling.
928         (tls-end-of-info): Rewrite without using rx.
929         (open-tls-stream): Use with-current-buffer.
931 2008-03-18  Dan Nicolaescu  <dann@ics.uci.edu>
933         * font-lock.el (font-lock-comment-face): Set the foreground for
934         the light background 8 colors case.
936         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
937         command for each file in the list.
938         (vc-bzr-log-view-mode): Recognize the file marker.
939         (vc-bzr-show-log-entry): Make regexp match more cases.
941 2008-03-18  Wilson Snyder  <wsnyder@wsnyder.org>
943         * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
944         mis-including genvars.
946 2008-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
949         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
950         Revision numbers can include ".".
952         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
953         "+" lines not accounted for by counting "-" and context lines.
955 2008-03-16  Juri Linkov  <juri@jurta.org>
957         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
958         (dired-perm-write): Rename from `dired-warn-writable'.
959         Change parent face from `font-lock-warning-face' to
960         `font-lock-comment-delimiter-face'.
961         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
962         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
963         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
964         with `dired-perm-write-face'.
966 2008-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
968         * term/mac-win.el (mac-service-open-file): Use file URL instead of
969         file name string.
971 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
974         (vc-bzr-annotate-command): Preserve line alignment.
975         (vc-bzr-annotate-time): Accept space used to preserve alignment.
977 2008-03-13  Richard Stallman  <rms@gnu.org>
979         * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
981         * emacs-lisp/advice.el (defadvice): Add usage pattern.
983 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
985         * simple.el (set-mark-command): Doc fix.
987 2008-03-10  Nick Roberts  <nickrob@snap.net.nz>
989         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
990         thread in [h-e-w]).
992 2008-03-08  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
994         * subr.el (while-no-input): Don't splice BODY directly into the
995         `or' form.
997 2008-03-06  Kim F. Storm  <storm@cua.dk>
999         * help.el (view-emacs-todo): Rename from view-todo.  Change users.
1000         (describe-gnu-project): Rename from describe-project.  Change users.
1001         Define obsolete function aliases for the old names.
1003 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
1005         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1006         Reported by Drew Adams <drew.adams@oracle.com>.
1008 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
1010         * iswitchb.el (iswitchb-use-faces): Doc fix.
1011         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
1013 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
1015         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1016         Fix typo.
1017         (verilog-type-font-keywords): Reindent.
1019 2008-03-03  Michael McNamara  <mac@mail.brushroad.com>
1021         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1022         grouping-keyword regular expression.
1023         (verilog-font-lock-keywords): Allow users to toggle special
1024         highlight of grouping-keywords.
1025         (verilog-highlight-grouping-keywords): The toggle for special
1026         highlighting of grouping keywords.
1028 2008-03-02  Juri Linkov  <juri@jurta.org>
1030         * startup.el: Revert 2008-02-28 change that adds initial message
1031         to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
1033 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
1035         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1036         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1037         * progmodes/verilog-mode.el (verilog-mode):
1038         * net/socks.el (socks):
1039         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1041 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1043         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1044         running `desktop-not-loaded-hook' to allow modifying it.
1045         Don't show warning message if `desktop-dirname' was modified.
1047 2008-03-01  Alan Mackenzie  <acm@muc.de>
1049         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1051         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1052         doc-string, "c-old-LEN" -> "c-old-END".
1054 2008-02-29  Glenn Morris  <rgm@gnu.org>
1056         * allout.el (allout-topic-encryption-bullet)
1057         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1058         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1059         from 22.0 to 22.1.
1061 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
1063         * desktop.el (desktop-save): Save the buffer name if the
1064         uniquified base name is empty.
1066 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1068         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1069         we still expect more lines.
1071 2008-02-28  Juri Linkov  <juri@jurta.org>
1073         * startup.el (normal-splash-screen): Add argument `concise'.
1074         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
1075         to the created buffer.  If `concise' is non-nil, call
1076         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
1077         (display-startup-screen): Add argument `concise' to the call to
1078         `normal-splash-screen'.
1080 2008-02-28  Kim F. Storm  <storm@cua.dk>
1082         * startup.el (startup-echo-area-message): Check for about-emacs.
1084 2008-02-28  Juri Linkov  <juri@jurta.org>
1086         * startup.el: Always add initial message to *scratch* buffer if
1087         `initial-scratch-message' is non-nil regardless of the value of
1088         `inhibit-startup-screen'.
1089         (inhibit-startup-screen, initial-scratch-message): Doc fix.
1090         (command-line-1): Move code that inserts `initial-scratch-message'
1091         up before the if-form that checks for `inhibit-startup-screen'.
1092         Suggested by Jonathan Rockway <jon@jrock.us>.
1094 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1097         comment-paragraph filling if the commark doesn't match
1098         comment-start-skip.
1100         * uniquify.el (uniquify-buffer-base-name): Undo last change.
1102 2008-02-28  Daiki Ueno  <ueno@unixuser.org>
1104         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1105         the `imap' variant.
1107 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1109         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1110         empty string, return nil to allow the caller to default to the
1111         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1113 2008-02-26  Jason Rumney  <jasonr@gnu.org>
1115         * files.el (make-auto-save-file-name): Encode more characters in
1116         non-file buffer names.  Use url-encoding.
1118 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
1120         * net/net-utils.el (ftp-program): Fix typo in docstring.
1121         (ifconfig-program-options, netstat-program-options)
1122         (arp-program-options, route-program-options, nslookup-program-options)
1123         (ftp-program-options, smbclient-program-options)
1124         (dns-lookup-program-options, arp, route): Doc fixes.
1126         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1127         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1128         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1129         Fix typos in docstrings.
1130         (gdb-pending-triggers): Reflow docstring.
1131         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1133 2008-02-25  Alan Mackenzie  <acm@muc.de>
1135         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1136         typing "#" at EOB.
1138 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1140         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1142 2008-02-24  Jason Rumney  <jasonr@gnu.org>
1144         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1146 2008-02-23  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1148         * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
1150 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1152         * dired.el (dired-mark-prompt): Don't count/display the t element.
1153         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1155 2008-02-22  Bill Meier  <wmeier@newsguy.com>  (tiny change)
1157         * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
1159 2008-02-21  Glenn Morris  <rgm@gnu.org>
1161         * subr.el (sit-for): Fix obsolete form for nil second argument.
1163 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
1165         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1166         add-submenu.
1167         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1168         Remove.  Move contents to the only use ...
1169         (verilog-menu): ... here.
1170         (verilog-statement-menu): Remove.  Move contents to the only use ...
1171         (verilog-stmt-menu): ... here.
1172         (verilog-mark-defun): Simply call mark-defun for Emacs.
1173         (occur-pos-list): Declare for byte compiler.
1174         (mode-popup-menu): Don't defvar.
1175         (verilog-add-statement-menu): Remove.
1176         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1177         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1179 2008-02-21  Michael McNamara  <mac@mail.brushroad.com>
1181         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1182         conditional.
1183         (verilog-font-grouping-keywords-face): Make the begin..end
1184         keywords standout more than other verilog keywords.
1185         (verilog-type-font-keywords): Move the begin..end out of this list
1186         to facilitate making them to (potentially) stand out more.
1187         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1188         function & task blocks.
1189         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1190         initial, function & task blocks.
1191         (verilog-forward-sexp): Handle the new "disable fork" statement of
1192         IEEE-1800 Verilog.
1193         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1194         statement of IEEE-1800 Verilog.
1195         (verilog-calc-1): Handle the new "disable fork" statement of
1196         IEEE-1800 Verilog.
1197         (verilog-disable-fork-re): Add const to help handle the new
1198         "disable fork" statement of IEEE-1800 Verilog.
1199         (verilog-declaration-core-re): Add port directions by themselves,
1200         with no qualification, as base item of a declaration.
1201         (verilog-pretty-declarations): Add new flag to ask it to refrain
1202         from printing to the message buffer.
1203         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1204         printing to the message buffer.  Improve handling of the many
1205         types of expression line up.
1206         (verilog-just-one-space): Remove printing of an empty message.
1207         (verilog-get-lineup-indent): Rework to support the better handling
1208         of expression lineup for verilog-pretty-expr.
1209         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1211 2008-02-20  Alan Mackenzie  <acm@muc.de>
1213         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1214         yesterday's commit.
1216 2008-02-20  Nick Roberts  <nickrob@snap.net.nz>
1218         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1219         to mouse-set-point in buffers that aren't associated with files.
1221         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1223 2008-02-20  Glenn Morris  <rgm@gnu.org>
1225         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1226         on Windows.
1228 2008-02-19  Alan Mackenzie  <acm@muc.de>
1230         Set of changes so that "obtrusive" syntactic elements in a
1231         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1232         unmatched paren) don't interact syntactically with stuff outside
1233         the CPP line.
1235         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1236         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1237         off-by-one bug.
1238         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1239         a bit of refactoring.
1240         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1241         functionality of c-awk-advise-fl-for-awk-region, which has been
1242         refactored away.
1244         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1245         (c-clear-char-property-with-value): New function and macro which
1246         remove text-properties `equal' to a supplied value.
1248         * progmodes/cc-engine.el: Comment about text properties amended.
1250         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1251         parens around "error\\|warning".
1253         * progmodes/cc-langs.el (c-get-state-before-change-function)
1254         (c-before-font-lock-function, c-anchored-cpp-prefix):
1255         New language variables.
1256         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1258         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1259         syntax-table text properties.
1260         (c-common-init): Call language specific before/after-change
1261         functions at mode initialisation.
1262         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1263         (c-extend-region-for-CPP, c-neutralize-CPP-line)
1264         (c-neutralize-syntax-in-CPP): New functions.
1265         (c-before-change, c-after-change): Call the new language specific
1266         change functions defined in cc-langs.el.
1267         (c-advise-fl-for-region): New macro.
1268         (awk-mode): Remove AWK specific stuff which has been refactored
1269         into language independent stuff.
1271 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * diff-mode.el (diff-file-junk-re): New const.
1274         (diff-beginning-of-file-and-junk): Use it.
1275         (diff-file-kill): Make sure we were really inside a file diff.
1277         * diff-mode.el: Make it more robust in the presence of empty context
1278         lines in unified hunks.
1279         (diff-valid-unified-empty-line): New var.
1280         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1281         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1282         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1283         (diff-hunk-header-re-unified): New const.
1284         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1285         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1286         (diff-sanity-check-hunk): Use it.
1288 2008-02-19  Nick Roberts  <nickrob@snap.net.nz>
1290         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1291         (gdb): (Re)set gdb-flush-pending-output to nil here...
1292         (gdb-init-1): ...instead of here (before gdb-prompt).
1294 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
1296         * progmodes/verilog-mode.el (customize): Fix typo in error message.
1297         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1298         (verilog-mode-auto, verilog-indent-level-module)
1299         (verilog-minimum-comment-distance, verilog-library-flags)
1300         (verilog-library-directories, verilog-library-files)
1301         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1302         (verilog-xemacs-menu, verilog-set-compile-command)
1303         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1304         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1305         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1306         (verilog-batch-inject-auto, verilog-batch-indent)
1307         (verilog-continued-line, verilog-type-keywords)
1308         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1309         (verilog-read-inst-pins, verilog-read-arg-pins)
1310         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1311         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1312         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1313         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1314         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1315         (verilog-mode-version, verilog-mode-release-date)
1316         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1317         (verilog-simulator, verilog-compiler)
1318         (verilog-auto-sense-defines-constant, verilog-company)
1319         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1320         Fix typos in docstrings.
1321         (verilog-set-auto-endcomments, verilog-calculate-indent)
1322         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1323         Reflow docstrings.
1324         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1325         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1326         (electric-verilog-forward-sexp, verilog-in-case-region-p)
1327         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1328         (verilog-leap-to-head, verilog-current-indent-level)
1329         (verilog-case-indent-level, verilog-cpp-keywords)
1330         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1331         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1332         (verilog-signals-not-in, verilog-symbol-detick-text)
1333         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1334         (verilog-forward-close-paren, verilog-backward-open-paren)
1335         (verilog-backward-open-bracket): Doc fixes.
1337         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1338         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1339         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1340         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1341         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1342         Fix typos in docstrings.
1344 2008-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1347         Recognize ''' just like any other char-constant.
1349 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1351         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1352         careful enough.  Detect the uid-change all within the main loop.
1354 2008-02-14  Stefan Monnier  <monnier@pastel.home>
1356         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1358 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * hilit-chg.el (highlight-save-buffer-state): New macro.
1361         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1362         (hilit-chg-clear): Use it to preserve the modified-p flag.
1363         (highlight-changes-rotate-faces): Don't mess with the undo-list.
1365 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
1367         * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
1369 2008-02-12  Juri Linkov  <juri@jurta.org>
1371         * startup.el (fancy-startup-screen, normal-splash-screen):
1372         Set default-directory to command-line-default-directory.
1374         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1375         after reading the desktop.
1377 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1379         * font-lock.el (font-lock-set-defaults): Unset previously set variables
1380         when needed.
1382 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
1384         * uniquify.el (uniquify-buffer-base-name): New function.
1385         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1387         * desktop.el (uniquify-managed): Don't defvar.
1388         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1389         `uniquify-managed'.  Return also the buffer's base name.
1390         (desktop-save): When saving the buffer info, filter out the base name,
1391         and save it as buffer name if the buffer is managed by uniquify.
1393 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1396         Index: line, don't search backward for the previous one.
1398 2008-02-10  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
1400         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1401         from gnus-button-url-regexp.
1403 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1405         * progmodes/compile.el (compilation-next-error): Doc fix.
1406         (compilation-find-file): Doc fix.
1408 2008-02-09  Glenn Morris  <rgm@gnu.org>
1410         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1411         Add obsolete aliases to the old names.
1413 2008-02-08  Richard Stallman  <rms@gnu.org>
1415         * net/net-utils.el (ifconfig): Rename from ipconfig.
1416         (ipconfig): Alias to ifconfig.
1417         (ifconfig-program): Rename from ipconfig-program.
1418         (ifconfig-program-options): Rename from ipconfig-program-options.
1420 2008-02-08  Glenn Morris  <rgm@gnu.org>
1422         * custom.el (custom-theme-set-variables): Sort symbols that are
1423         dependencies before symbols that depend on them.
1424         (custom-enabled-themes): Set after custom-theme-directory.
1426 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
1428         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1430 2008-02-04  Michael McNamara  <mac@mail.brushroad.com>
1432         * progmodes/verilog-mode.el (verilog-declaration-core-re):
1433         Add port directions by themselves, with no qualification, as base
1434         item of a declaration.
1435         (verilog-pretty-declarations): Add new flag that inhibits printing
1436         to the message buffer.
1437         (verilog-pretty-expr): Add new flag that inhibits printing to the
1438         message buffer.  Improve handling of the many types of expression
1439         line up.
1440         (verilog-just-one-space): Don't print an empty message.
1441         (verilog-get-lineup-indent): Rework to support the better handling
1442         of expression lineup for verilog-pretty-expr.
1443         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1444         (verilog-mode-version, verilog-mode-release-date): Update.
1446 2008-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * subr.el (cancel-change-group): Don't move point.
1450 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
1452         Sync with Tramp 2.0.57.
1454         * net/tramp.el (tramp-handle-make-auto-save-file-name)
1455         (tramp-completion-dissect-file-name, tramp-find-executable):
1456         Use `mapc' instead of `mapcar'.
1457         (tramp-open-connection-setup-interactive-shell): Send only single
1458         prompt setting commands, in order to avoid double-prompt.
1460         * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
1461         `mapcar'.
1463         * net/trampver.el: Update release number.
1465 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
1467         * progmodes/etags.el (next-file): Improve revert message.
1469 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
1471         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1472         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1473         of today, the most recent libpng is 1.2.24).
1475 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1477         * vc.el (vc-update): Fix bug: Specify branch tip as
1478         vc-checkout REVISION.  Reported by Dan Nicolaescu.
1480 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * simple.el (reindent-then-newline-and-indent): Be careful about the
1483         unusual case where indent-according-to-mode moves point.
1485 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1487         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
1488         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
1489         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
1490         (verilog-sk-state-machine): Quote all calls to
1491         "auxiliary skeleton"s to prevent infloops.
1493 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1495         * w32-fns.el: Partially revert 2007-11-10 change.
1497 2008-01-31  Martin Rudalics  <rudalics@gmx.at>
1499         * mail/rmail.el (rmail-highlight): Fix specification.
1500         Reported by pod <pod@herald.ox.ac.uk>.
1502 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1504         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
1506 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
1508         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
1509         (gdb-var-set-format-handler): New function.
1510         (gdb-var-set-format): Use it.
1512 2008-01-29  Alan Mackenzie  <acm@muc.de>
1514         * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
1515         (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
1516         @catch, @synchronized, @throw.
1518         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
1519         from this regexp; part of same fix as next change to cc-engine.el.
1521         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
1522         Anchor the "{" of a template function correctly on "template", not the
1523         following "<".
1525         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
1527 2008-01-29  Richard Stallman  <rms@gnu.org>
1529         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
1530         Doc fix.
1532         * files.el (hack-local-variables): Don't query about fake variables.
1534 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
1536         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
1537         gdb-cpp-define-alist-program if file is nil (currently only
1538         " *partial-output-...").
1540 2008-01-27  Alan Mackenzie  <acm@muc.de>
1542         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
1543         enhance comments.
1545 2008-01-27  Richard Stallman  <rms@gnu.org>
1547         * allout.el: Many doc fixes.
1548         (allout-encrypt-string): Fix error message.
1550 2008-01-26  Alan Mackenzie  <acm@muc.de>
1552         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
1553         arglist-cont-nonempty.
1555         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
1556         for a brace with syntax arglist-cont-nonempty.
1558         * progmodes/cc-styles.el (c-style-alist): Add elements for
1559         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
1560         awk).
1562 2008-01-26  Alan Mackenzie  <acm@muc.de>
1564         * progmodes/cc-defs.el (c-save-buffer-state):
1565         Bind buffer-file-name and buffer-file-truename to nil, to prevent
1566         primitives generating "buffer is read only" messages.
1568 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
1570         * progmodes/etags.el (tags-query-replace): Doc fix.
1572 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
1574         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
1575         that the filename end is found even when the filename is empty.
1576         Fixes error and spurious newlines when marking files for deletion.
1578 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1580         * allout.el (allout-unload-function): New function.
1582 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
1584         * view.el (kill-buffer-if-not-modified): Don't pass t to
1585         buffer-modified-p.
1587 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1589         * allout.el (allout-prefix-data): Doc fix.
1590         (allout-show-current-subtree): Reflow docstring.
1591         (allout-use-mode-specific-leader, allout-use-hanging-indents)
1592         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
1593         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
1594         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
1595         (allout-copy-topic-as-kill, allout-listify-exposed)
1596         (allout-process-exposed, allout-encrypted-key-info)
1597         (allout-update-passphrase-mnemonic-aids)
1598         (allout-next-topic-pending-encryption)
1599         (allout-tests-globally-true): Fix typos in docstrings.
1601 2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * vc.el (vc-version-diff): Make sure we shrink the right window.
1605 2008-01-23  Jason Rumney  <jasonr@gnu.org>
1607         * lpr.el (printer-name): Do not set on MS Windows.
1609 2008-01-20  Glenn Morris  <rgm@gnu.org>
1611         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
1612         prevent infloops.
1614 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
1616         * progmodes/python.el (python-imports): Default to "None".
1618 2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
1620         * progmodes/sh-script.el (sh-basic-offset):
1621         * progmodes/cc-vars.el (c-syntactic-indentation)
1622         (c-syntactic-indentation-in-macros): Mark as safe.
1624 2008-01-18  Richard Stallman  <rms@gnu.org>
1626         * icomplete.el (icomplete-get-keys):
1627         Look up KEYS using all maps in proper buffer.
1629 2008-01-16  Alan Mackenzie  <acm@muc.de>
1631         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
1632         eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
1634 2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
1636         * frame.el (display-mm-height, display-mm-width):
1637         * whitespace.el (whitespace-check-leading-whitespace)
1638         (whitespace-check-trailing-whitespace)
1639         (whitespace-check-spacetab-whitespace)
1640         (whitespace-check-indent-whitespace)
1641         (whitespace-check-ateol-whitespace):
1642         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
1644 2008-01-16  Glenn Morris  <rgm@gnu.org>
1646         * comint.el (comint-regexp-arg): Fix no-input case.
1648 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
1650         * calendar/icalendar.el (icalendar-export-file)
1651         (icalendar-import-file): Restore significant trailing whitespace
1652         in `interactive' prompts.
1654 2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
1656         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
1657         after-save-hook so that it is not called multiple times.
1659         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
1661 2008-01-15  Glenn Morris  <rgm@gnu.org>
1663         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1665 2008-01-14  Alan Mackenzie  <acm@muc.de>
1667         * progmodes/cc-vars.el (c-constant-symbol): New function which
1668         supersedes c-const-symbol.  During a customize-.. call it enables
1669         an element of (e.g.) c-hanging-braces alist to have its name
1670         displayed, even when the default value of c-h-b etc. doesn't
1671         include the elemnt.  Replace uses of the old function by the new.
1673         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1674         obscure non-working fragment ":value c-".
1676         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1677         call inside a struct being recognised as a K&R argument.
1679 2008-01-14  Jason Rumney  <jasonr@gnu.org>
1681         * image.el (image-type): Use image-type-from-file-name (from trunk
1682         2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
1684 2008-01-12  Glenn Morris  <rgm@gnu.org>
1686         * woman.el (woman-parse-numeric-arg): Change handling of `==':
1687         can be interned without a function definition.
1689 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
1691         * view.el (view-file-other-window, view-file-other-frame):
1692         Don't kill the buffer if it is modified.  Doc fixes.
1693         (kill-buffer-if-not-modified): New function.
1694         (view-file): Don't kill the buffer if it is modified.
1696         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
1697         (ebrowse-view/find-file-and-search-pattern):
1698         Call view-file-other-window instead of ebrowse-view-file-other-window.
1699         (ebrowse-view-file-other-frame): Don't call
1700         current-window-configuration.  Fix second argument in the call to
1701         view-mode-enter.  Doc fix.
1703 2008-01-11  Richard Stallman  <rms@gnu.org>
1705         * subr.el (atomic-change-group): Prevent undo list truncation.
1707 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
1709         * cus-start.el (all): Add missing version entries.
1711 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1713         * files.el (safe-local-eval-forms):
1714         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
1716 2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
1718         * comint.el (comint-insert-input): Set point first.
1720         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
1721         session doesn't hang because gdb-pending-triggers is non-nil.
1722         (gdb-frame-handler): Use buffer-file-name instead of
1723         buffer-name in case of duplicate file names.
1725 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1727         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
1728         C-M-e and C-M-h for emacs, they work by default.
1729         (verilog-emacs-features): Remove.
1730         (verilog-setup-dual-comments, verilog-populate-syntax-table):
1731         Remove.  Move syntax table initialization ...
1732         (verilog-mode-syntax-table): ... here.
1733         (verilog-mode): Don't initialize the syntax table here.
1734         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
1735         does not need it.
1737 2008-01-10  Glenn Morris  <rgm@gnu.org>
1739         * shell.el (shell-dirtrack-verbose, shell-mode)
1740         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1741         (dirtrack-toggle, dirtrack-mode): No longer alias to
1742         shell-dirtrack-mode.
1744 2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
1746         * international/mule-cmds.el (select-safe-coding-system):
1747         When a buffer is modified, cancel the writing.
1749 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
1751         * progmodes/verilog-mode.el (verilog-booleanp): New function for
1752         backward compatibility.  Replace all uses of booleanp with
1753         verilog-booleanp.
1755 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
1757         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
1759 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
1761         * progmodes/verilog-mode.el (top-level): Fix spacing.
1762         (verilog-mode-version, verilog-mode-release-date): Update version
1763         number.
1764         (verilog-mode-release-emacs): New variable.
1765         (compile-command, reporter-prompt-for-summary-p): Define for byte
1766         compiler.
1767         (verilog-startup-message-lines)
1768         (verilog-startup-message-displayed)
1769         (verilog-display-startup-message): Remove.
1770         (verilog-highlight-p1800-keywords): Improve docstring.
1771         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
1772         (vector-skip-list): Only defvar at compile time.
1773         (verilog-highlight-translate-off, verilog-indent-level)
1774         (verilog-indent-level-module, verilog-indent-level-declaration)
1775         (verilog-indent-declaration-macros, verilog-indent-lists)
1776         (verilog-indent-level-behavioral)
1777         (verilog-indent-level-directive, verilog-cexp-indent)
1778         (verilog-case-indent, verilog-auto-newline)
1779         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
1780         (verilog-tab-to-comment, verilog-indent-begin-after-if)
1781         (verilog-align-ifelse, verilog-minimum-comment-distance)
1782         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
1783         (verilog-auto-endcomments, verilog-auto-read-includes)
1784         (verilog-auto-star-expand, verilog-auto-star-save)
1785         (verilog-library-flags, verilog-library-directories)
1786         (verilog-library-files, verilog-library-extensions)
1787         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
1788         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
1789         (verilog-assignment-delay, verilog-auto-inst-vector)
1790         (verilog-auto-inst-template-numbers)
1791         (verilog-auto-input-ignore-regexp)
1792         (verilog-auto-inout-ignore-regexp)
1793         (verilog-auto-output-ignore-regexp)
1794         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1795         Add safe-local-variable properties.
1796         (verilog-statement-menu, verilog-company)
1797         (verilog-re-search-forward, verilog-re-search-backward)
1798         (verilog-error-regexp-add, verilog-end-block-re)
1799         (verilog-emacs-features, verilog-populate-syntax-table)
1800         (verilog-setup-dual-comments, verilog-type-font-keywords)
1801         (verilog-inside-comment-p, electric-verilog-backward-sexp)
1802         (verilog-backward-sexp, verilog-forward-sexp)
1803         (verilog-font-lock-init, verilog-mode)
1804         (electric-verilog-terminate-line, electric-verilog-semi)
1805         (electric-verilog-tab, verilog-insert-1, )
1806         (verilog-insert-indices, verilog-generate-numbers)
1807         (verilog-comment-region, verilog-label-be)
1808         (verilog-beg-of-statement, verilog-in-case-region-p)
1809         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1810         (verilog-in-fork-region-p, verilog-backward-case-item)
1811         (verilog-set-auto-endcomments, verilog-get-expr)
1812         (verilog-expand-vector-internal, verilog-surelint-off)
1813         (verilog-batch-execute-func, verilog-calculate-indent)
1814         (verilog-calc-1, verilog-calculate-indent-directive)
1815         (verilog-leap-to-head, verilog-continued-line)
1816         (verilog-backward-token, verilog-backward-syntactic-ws)
1817         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
1818         (verilog-forward-ws&directives, verilog-at-constraint-p)
1819         (verilog-skip-backward-comments, verilog-indent-line-relative)
1820         (verilog-do-indent, verilog-indent-comment)
1821         (verilog-more-comment, verilog-pretty-declarations)
1822         (verilog-pretty-expr, verilog-just-one-space)
1823         (verilog-indent-declaration, verilog-get-completion-decl)
1824         (verilog-goto-defun, verilog-showscopes, verilog-header)
1825         (verilog-signals-combine-bus, verilog-read-decls)
1826         (verilog-read-always-signals-recurse, verilog-read-instants)
1827         (verilog-read-auto-template, verilog-set-define)
1828         (verilog-read-defines, verilog-read-signals, verilog-getopt)
1829         (verilog-is-number, verilog-expand-dirnames)
1830         (verilog-modi-lookup, verilog-modi-cache-results)
1831         (verilog-insert-one-definition, verilog-make-width-expression)
1832         (verilog-delete-autos-lined, verilog-auto-save-check)
1833         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
1834         (verilog-auto-inst-param, verilog-auto-reg)
1835         (verilog-auto-reg-input, verilog-auto-wire, )
1836         (verilog-auto-output, verilog-auto-output-every)
1837         (verilog-auto-input, verilog-auto-inout)
1838         (verilog-auto-inout-module, verilog-auto-sense)
1839         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
1840         (verilog-auto-ascii-enum, verilog-auto)
1841         (verilog-sk-define-signal, verilog-mode-mouse-map)
1842         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1843         (verilog-library-files): Cleanup spacing of )'s they should not be
1844         on unique lines.  Fix checkdoc warnings.
1846 2008-01-09  Glenn Morris  <rgm@gnu.org>
1848         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1849         entry, for Windows.
1851 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1853         * ps-print.el: Some face attributes (like :strike-through) was not
1854         being recognised.  Reported by Leo <sdl.web@gmail.com>.
1855         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1856         (ps-screen-to-bit-face): Fix code.
1858 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1860         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1861         For perl, allow "during global destruction" at end.
1863 2008-01-08  Glenn Morris  <rgm@gnu.org>
1865         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1866         unified format.
1868         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1870 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1872         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1873         quotes in case of spaces, e.g. STL containers (not pretty).
1875 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1877         * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
1879 2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
1881         * progmodes/gdb-ui.el (gud-gdb-command-name):
1882         Explain "--annotate=3" option is necessary for the Graphical Interface.
1884 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1886         * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
1888 2008-01-07  Glenn Morris  <rgm@gnu.org>
1890         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1892 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
1894         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1895         on menu bar.
1897 2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
1899         * ffap.el (ffap-read-file-or-url): Let-bind
1900         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1902 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
1904         * vc-bzr.el: Fix typo in header.
1906 2008-01-05  Eli Zaretskii  <eliz@gnu.org>
1908         * Makefile.in (custom-deps, finder-data): Depend on autoloads
1909         instead of loaddefs.el.
1911 2008-01-05  Glenn Morris  <rgm@gnu.org>
1913         * progmodes/verilog-mode.el: Replace all instances of
1914         string-to-int with string-to-number, insert-string with insert,
1915         and read-input with read-string.
1916         (top-level): No need to require imenu, reporter, dinotrace, vc,
1917         font-lock when compiling.  Always require compile.  Relegate remaining
1918         compatibility cruft to XEmacs.  Don't require font-lock.
1919         (verilog-version): Remove superfluous concat.
1920         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1921         No need to define.
1922         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1923         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1924         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1925         (verilog-startup-message-displayed): These are variables, not constants.
1926         (verilog-batch-execute-func, verilog-auto-inst)
1927         (verilog-auto-inst-param): Use mapc rather than mapcar.
1928         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1929         actually defining.
1930         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1931         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1932         (verilog-modi-get-inputs, verilog-modi-get-wires)
1933         (verilog-modi-get-regs, verilog-modi-get-assigns)
1934         (verilog-modi-get-consts, verilog-modi-get-gparams)
1935         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1936         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1937         the file.
1938         (sigs-in, sigs-out): Don't declare multiple times.
1939         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1940         `defvar'.
1941         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1942         (verilog-module-inside-filename-p): No need to wrap fboundp test
1943         in condition-case.
1944         (reporter-submit-bug-report): Autoload it.
1945         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1946         (verilog-font-customize): Call customize-apropos only if bound.
1947         (verilog-getopt-flags, verilog-auto-reeval-locals):
1948         Use make-local-variable rather than make-variable-buffer-local.
1949         (verilog-company, verilog-project, verilog-modi-cache-list):
1950         Move make-variable-buffer-local calls to top-level.
1951         (font-lock-defaults-alist): Don't define it.
1952         (verilog-need-fld): Remove.
1953         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1954         (verilog-mode): Only call make-local-hook on XEmacs.
1955         Set font-lock-defaults rather than using verilog-font-lock-init.
1957         * progmodes/verilog-mode.el (top-level): Don't require compile.
1958         (compilation-error-regexp-alist, compilation-last-buffer):
1959         Define for compiler.
1960         (verilog-insert-1): New function.
1961         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1962         Use verilog-insert-1.
1963         (verilog-surelint-off): Use next-error-last-buffer if bound.
1964         Check compile buffer is live.
1966 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1969         gets inserted out-of-order.
1971 2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
1973         * vc-bzr.el: Copyright and version headers update.
1974         Remove some outdated comments through the whole file.
1975         (vc-bzr-program-args): Remove because unused.
1976         (vc-bzr-log-switches): New customization option.
1977         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
1978         use `vc-bzr-program-args'.
1979         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1980         `vc-find-root' (patch by Andreas Hoenen).
1981         (vc-bzr-status): Update regex to match latest Bzr output.
1982         Remove redundant test.
1983         (vc-bzr-init-version): New function.
1984         (vc-bzr-unregister): Must not delete file.
1985         (vc-bzr-find-version): New function.
1986         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1987         a non-empty string, otherwise take head revision.
1988         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1989         (vc-bzr-diff): Simpler build of the revision spec string.
1990         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1991         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1992         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1993         (vc-bzr-dired-state-info): Only provide custom strings for
1994         overloaded VC state 'edited; otherwise fallback to
1995         `vc-default-dired-state-info'.
1997 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1999         * vc-git.el (vc-git-dir-state):
2000         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
2002 2008-01-04  Richard Stallman  <rms@gnu.org>
2004         * delsel.el (delete-selection-mode): Doc fix.
2006 2008-01-04  Glenn Morris  <rgm@gnu.org>
2008         * version.el (emacs-copyright): Update to 2008.
2010 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
2012         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
2013         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
2015         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
2016         of watch expressions (only works fully with GDB 6.7 or later).
2018 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
2020         * time-stamp.el (time-stamp-time-zone):
2021         * whitespace.el (whitespace-check-buffer-leading)
2022         (whitespace-check-buffer-trailing)
2023         (whitespace-check-buffer-indent)
2024         (whitespace-check-buffer-spacetab)
2025         (whitespace-check-buffer-ateol):
2026         * progmodes/sh-script.el (sh-indentation):
2027         * textmodes/ispell.el (ispell-local-pdict):
2028         Add safe-local-variable properties.
2030 2007-12-31  Richard Stallman  <rms@gnu.org>
2032         * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
2033         Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
2034         `parent'.
2035         (custom-group-value-create): Pass two args to custom-add-parent-links.
2037 2007-12-29  Richard Stallman  <rms@gnu.org>
2039         * font-lock.el (font-lock-prepend-text-property)
2040         (font-lock-append-text-property): Canonicalize the face and
2041         font-lock-face properties.
2043         * faces.el (facep): Doc fix.
2045         * startup.el (fancy-startup-tail, fancy-about-text)
2046         (fancy-startup-text): Regularize format of face property.
2048         * facemenu.el (list-colors-print): Use :background and :foreground
2049         instead of background-color and foreground-color.
2051 2007-12-29  Drew Adams  <drew.adams@oracle.com>
2053         * cus-edit.el (custom-add-parent-links):
2054         Fill the "Parent documentation" text.
2056 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
2058         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
2059         MS-Windows and MS-DOS.
2060         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2062 2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2064         * progmodes/grep.el (rgrep): Fix last change.
2066 2007-12-27  Richard Stallman  <rms@gnu.org>
2068         * progmodes/compile.el (compilation-start): Set initial visible
2069         point properly even when compilation buffer already current.
2071 2007-12-26  Richard Stallman  <rms@gnu.org>
2073         * files.el (conf-mode-maybe): New function.
2074         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
2076 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
2078         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
2080 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
2082         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
2084 2007-12-25  Richard Stallman  <rms@gnu.org>
2086         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
2087         so they never do EOF.
2089 2007-12-23  Richard Stallman  <rms@gnu.org>
2091         * dired-aux.el: Load dired.el at run time too.
2093         * faces.el (copy-face): Create the new face explicitly if it
2094         does not exist already.
2096 2007-12-23  Andreas Schwab  <schwab@suse.de>
2098         * files.el (switch-to-buffer-other-frame): Return the buffer
2099         switched to.
2101 2007-12-23  Juri Linkov  <juri@jurta.org>
2103         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2104         item to about-emacs instead of display-splash-screen.
2106 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
2108         * simple.el (minibuffer-history, shell-command-history)
2109         (set-variable-value-history):
2110         * replace.el (regexp-history):
2111         * international/mule-cmds.el (input-method-history):
2112         * files.el (file-name-history): Add reference to history-length in
2113         the doc string.
2115 2007-12-22  Richard Stallman  <rms@gnu.org>
2117         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
2119 2007-12-21  Jason Rumney  <jasonr@gnu.org>
2121         * find-dired.el (find-name-arg): New custom variable.
2122         (find-name-dired): Use it.
2123         (find-dired-find-program): Remove.
2124         (find-dired): Use find-program.
2125         (find-grep-dired): Use grep-program.
2127         * progmodes/grep.el (rgrep): Use find-name-arg.
2129 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
2131         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2132         specifier from format-string.  Reported by Ye Wenbin.
2134 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
2136         * cus-start.el: Use correct group name for members of mode-line group.
2138 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2140         * progmodes/cc-vars.el (defcustom-c-stylevar):
2141         Revert to pre-2007-12-12 version.
2143 2007-12-15  Richard Stallman  <rms@gnu.org>
2145         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
2147         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
2148         Use changed.
2150         * startup.el (fancy-splash-help-echo): Var deleted.
2151         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2152         (fancy-about-screen): Don't display fancy-splash-help-echo.
2154         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2156 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2158         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2160 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2162         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2163         function.
2164         (add-submenu): Only define for XEmacs.
2165         (verilog-regexp-words): Revert previous change, keep the other
2166         definition.
2168 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2170         * progmodes/perl-mode.el (perl-continued-statement-offset)
2171         (perl-continued-brace-offset, perl-brace-offset)
2172         (perl-brace-imaginary-offset, perl-label-offset):
2173         * progmodes/cperl-mode.el (cperl-brace-offset)
2174         (cperl-continued-brace-offset, cperl-label-offset)
2175         (cperl-continued-statement-offset)
2176         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2177         Add safe-local-variable properties.
2179 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2181         * progmodes/verilog-mode.el (verilog-mode-map)
2182         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2183         (verilog-colorize-include-files): Use only overlay functions so
2184         that it can work on both Emacs and XEmacs.
2185         (set-extent-keymap): Remove unused defun.
2186         (verilog-kill-existing-comment, verilog-insert-date)
2187         (verilog-insert-year): Rename in order not to pollute the global
2188         namespace from kill-existing-comment, insert-date and
2189         insert-year, respectively.
2190         (verilog-set-auto-endcomments, verilog-header): Update callers.
2192         * files.el (auto-mode-alist): Recognize verilog files.
2194         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2195         (verilog-string-remove-spaces, verilog-re-search-forward)
2196         (verilog-re-search-backward, verilog-re-search-forward-quick)
2197         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2198         (verilog-get-end-of-line, verilog-within-string): Move definitions
2199         before first use.  No code changes.
2201 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2203         * progmodes/verilog-mode.el (verilog-mode-version)
2204         (verilog-mode-release-date): Don't use expanding keywords.
2205         (provide): Move to the end of file.
2206         (fboundp): Don't check if eval-when-compile is bound, it is used
2207         later in the file without checking.
2208         (when, unless): Copy definitions from subr.el.
2209         (char-before, defcustom, defface, customize-group)
2210         (verilog-batch-error-wrapper): Don't use old style backquotes.
2211         (verilog-regexp-opt): Avoid using the cl function case.
2212         (verilog-regexp-words): Remove duplicated definition.
2213         (verilog-mode-abbrev-table): Remove, duplicate.
2214         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2215         Declare and initialize in one step.
2216         (verilog-declaration-prefix-re, verilog-declaration-re)
2217         (verilog-end-of-statement, verilog-indent-declaration)
2218         (verilog-get-lineup-indent): Remove trailing whitespace.
2219         (verilog-mode): Fix autoload cookie.
2220         Set beginning-of-defun-function and end-of-defun-function.
2221         Use when instead of if.
2222         (verilog-emacs-features, verilog-auto-ascii-enum)
2223         (verilog-insert-indices): Escape braces in doc strings.
2225 2007-12-08  Michael McNamara  <mac@verilog.com>
2226             Wilson Snyder  <wsnyder@wsnyder.org>
2228         * progmodes/verilog-mode.el: New file.
2230 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2232         * international/latexenc.el (latexenc-find-file-coding-system):
2233         If both coding-system-for-write and buffer-file-coding-system of
2234         latex-main-file are nil, use `undecided'.
2236 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2238         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2240 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2242         * ido.el (ido-save-history): Use emacs-mule coding system
2243         instead of utf-8 to save filenames (it's safer in Emacs 22).
2244         Set the `coding' local variable on the first line of the file.
2246 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
2248         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
2249         coding system.  This ports revisions 1.40 and 1.41 over to the
2250         EMACS_22_BASE branch, but with the right coding system for Emacs
2251         22 to reliably record filenames.  Suggested by Eli Zaretskii.
2253 2007-12-01  Richard Stallman  <rms@gnu.org>
2255         * wid-edit.el (widget-type): Doc fix.
2257 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2259         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
2261 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
2263         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2265 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2268         Don't match "sub { (...) ... }".
2270 2007-11-29  Richard Stallman  <rms@gnu.org>
2272         * international/mule-cmds.el (toggle-input-method-active): New var.
2273         (toggle-input-method): Bind toggle-input-method-active to t.
2274         Error if it was already non-nil.
2276 2007-11-29  Glenn Morris  <rgm@gnu.org>
2278         * calendar/time-date.el (with-decoded-time-value): Doc fix.
2280 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2282         * calendar/time-date.el (encode-time-value): Doc fix.
2284 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2286         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2288 2007-11-24  Kenichi Handa  <handa@m17n.org>
2290         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2292 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2294         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2296 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2298         * textmodes/paragraphs.el (forward-sentence): Doc fix.
2299         Reported by Drew Adams <drew.adams@oracle.com>.
2301 2007-11-20  Glenn Morris  <rgm@gnu.org>
2303         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
2304         for compatibility with Emacs 23.
2306 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
2308         * replace.el (map-query-replace-regexp): Doc fix (revert part of
2309         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2311 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
2313         * progmodes/gdb-ui.el: Update commentary.
2315 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
2317         * international/mule-cmds.el (set-locale-environment):
2318         Set default-file-name-coding-system _after_ keyboard and terminal
2319         coding systems.  This fixes last change.
2321         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2322         one space after "Subject:".
2324 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
2326         * subr.el (make-variable-frame-local):
2327         Fix typo in obsolescence declaration.
2329 2007-11-16  Glenn Morris  <rgm@gnu.org>
2331         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2333 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
2335         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
2336         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
2337         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
2339 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2341         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2342         in order to determine if there's a conflict.
2344 2007-11-16  Juri Linkov  <juri@jurta.org>
2346         * man.el (Man-heading-regexp): Add 0-9.
2347         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2349 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2351         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2352         Fix typo in docstring.
2354         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
2355         (cua-highlight-region-shift-only): Doc fix.
2357 2007-11-15  Richard Stallman  <rms@gnu.org>
2359         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2361         * reposition.el (reposition-window):
2362         Binding C-M-l moved to bindings.el.
2364         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2366         * add-log.el (add-change-log-entry-other-window):
2367         Key binding C-x 4 a moved to bindings.el.
2369         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2370         from filecache.el.
2372         * filecache.el: Minibuffer map bindings moved to bindings.el.
2374 2007-11-14  Jason Rumney  <jasonr@gnu.org>
2376         * international/mule-cmds.el (set-locale-environment):
2377         Set default-file-name-coding-system from system defaults on Windows.
2379 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
2381         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2382         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2383         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2384         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2385         locations.
2386         (gdb-info-breakpoints-custom, gdb-assembler-custom)
2387         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2388         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2390 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
2392         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2393         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2394         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2395         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2396         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2397         Rewrite in active voice.
2399 2007-11-10  Juri Linkov  <juri@jurta.org>
2401         * startup.el: Backport startup screen related changes from the trunk.
2402         (initialization): Change group to `environment'.
2403         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2404         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2405         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2406         (initial-scratch-message): Fix docstring.
2407         (startup-screen-inhibit-startup-screen)
2408         (pure-space-overflow-message): New variables.
2409         (command-line): Rename `inhibit-startup-message' to
2410         `inhibit-startup-screen'.
2411         (initial-scratch-message): Doc fix.
2412         (fancy-splash-text): Remove variable.
2413         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
2414         New variables.
2415         (fancy-splash-delay, fancy-splash-max-time)
2416         (fancy-current-text, fancy-splash-stop-time)
2417         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
2418         Remove variables.
2419         (fancy-splash-insert): Use help-echo from the 3rd element of the
2420         link specification list, or "Follow this link" if it's nil.  Doc fix.
2421         Allow functions for face and link specs.
2422         (fancy-splash-tail): Remove function.
2423         (fancy-startup-tail): New function.
2424         (fancy-splash-default-action, fancy-splash-special-event-action)
2425         (fancy-splash-screens): Remove functions.
2426         (fancy-about-screen): New function.
2427         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
2428         Fix docstring.  Use argument `startup' to conditionally display
2429         different texts for Startup and About screens.  Don't display Help
2430         commands on the About screen.  Remove `unwind-protect' `sit-for'
2431         delay and `kill-buffer' after it.
2432         (normal-mouse-startup-screen, normal-splash-screen)
2433         (normal-no-mouse-startup-screen): New functions.
2434         (startup-echo-area-message): Change text of the echo area.
2435         (display-splash-screen): Remove function.
2436         (display-startup-screen, display-about-screen): New functions.
2437         (about-emacs): Make alias to `display-about-screen'.
2438         (display-splash-screen): Make alias to `display-startup-screen'.
2439         (command-line-1): Rename `inhibit-startup-message' to
2440         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
2441         started with command line options "-f", "-funcall", "-e", "-eval",
2442         "-execute", "-insert", "-find-file", "-file", "-visit".
2443         Inhibit startup screen when Emacs is started with a file name only
2444         on tty (i.e. don't inhibit it when started with a file name like
2445         "emacs FILE..." on a window system).
2446         Comment out unused code for coping with the old sit-for behavior.
2447         If file-count > 0, then display the concise version in another
2448         window, otherwise display full version in the same window.
2449         * loadup.el: Add `button'.  Move up `startup'.
2450         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
2451         * version.el (emacs-copyright): Add emacs-copyright.
2452         * menu-bar.el (menu-bar-help-menu):
2453         Move "About Emacs" and "About GNU" to the end of the Help menu.
2454         Move "Emacs Psychotherapist" after "Send Bug Report...".
2455         Move "External Packages" after "Find Emacs Packages".
2457 2007-11-10  Jason Rumney  <jasonr@gnu.org>
2459         * w32-fns.el: Sync charset names with setup-default-fontset.
2460         Append "-1" where second part missing.
2462         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
2464 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
2466         * ido.el (ido-save-history): Write the history file in UTF-8,
2467         and add `coding' file-local variable.
2469 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2471         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2472         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2473         (iso-iso2duden-trans-tab): Add docstring.
2475 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2477         * faces.el (face-normalize-spec): Remove function.
2478         (frame-set-background-mode): Undo last change.
2480 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2482         * files.el (enable-local-variables): Doc fix.
2484 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
2486         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2487         match dir like "a...b".
2489 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2491         * eshell/esh-mode.el (eshell-output-filter):
2492         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2493         Use `with-current-buffer'.
2495 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
2497         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2499 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
2501         * net/tls.el: Require rx when compiling.
2502         (tls-end-of-info): New variable.
2503         (open-tls-stream): Keep reading input until `tls-end-of-info' is
2504         matched.
2506 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2508         * simple.el (bad-packages-alist): Anchor semantic regexp.
2510 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2512         * files.el (hack-local-variables): Fix membership tests to avoid
2513         treating all variables as safe if `enable-local-variables' is
2514         set to :safe (CVE-2007-5795).
2516 2007-11-02  Glenn Morris  <rgm@gnu.org>
2518         * progmodes/etags.el (tags-table-mode): Disable undo.
2520         * simple.el (bad-packages-alist): Revert previous change.
2522 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
2524         * printing.el (printing): Fix :version, printing.el was included
2525         in emacs-22.1.
2526         (pr-path-style, pr-path-alist, pr-txt-name)
2527         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2528         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2529         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2530         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2531         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2532         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2533         (pr-setting-database, pr-visible-entry-list)
2534         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2535         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
2536         :version.
2538 2007-11-01  Glenn Morris  <rgm@gnu.org>
2540         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2542         * mail/footnote.el (footnote-numeric-regexp)
2543         (footnote-english-upper-regexp, footnote-english-lower-regexp)
2544         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2545         Match multi-character footnotes.
2547         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2548         (nroff-indent-line-function): New function.
2549         (nroff-count-text-lines): Use nroff-forward-text-line rather than
2550         obsolete alias.
2552 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
2554         * net/tramp.el (tramp-open-connection-telnet)
2555         (tramp-open-connection-rsh, tramp-open-connection-su)
2556         (tramp-open-connection-multi): Set $LC_ALL to "C".
2558 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
2560         * dired-aux.el (dired-copy-file-recursive):
2561         Preserve directory permissions.
2563 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2565         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2566         (whitespace-unload-function): New-style unload function.  When run,
2567         unintern `whitespace-unload-hook' and call `unload-feature' recursively
2568         to stop the old hook from messing with the unloading.
2570         * strokes.el (strokes-alphabetic-lessp): Doc fix.
2572 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2574         * emacs-lisp/find-func.el (find-library): Use library at
2575         point as default interactive argument.
2577 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2579         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2580         (elp-unset-master, elp-results): Fix typos.
2581         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2582         Doc fixes.
2584         * msb.el (msb--many-menus): Remove variable.
2585         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2586         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2587         (msb--toggle-menu-type): Fix typos in docstrings.
2589         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2590         (shadow-insert-var): Doc fixes.
2591         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2592         Reflow docstrings.
2593         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2595 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2597         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2598         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2599         Fix typos in autoload docstrings.
2601         * loadhist.el (unload-feature): Remove redundant check.
2603 2007-10-30  Richard Stallman  <rms@gnu.org>
2605         * savehist.el (savehist-save): Obey savehist-ignored-variables.
2607 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
2609         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2610         (gdb-var-update-handler-1): Use it.
2612 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2614         * loadhist.el (unload-feature): Remove erroneous check for the
2615         FEATURE-unload-function variable; check the existence of the
2616         function (that's what the docstring says, and it makes more sense).
2618         * follow.el (follow-unload-function): Add docstring.
2619         (follow-unload-function): Remove variable.
2621         * server.el (server-unload-function): Remove variable.
2622         (server-unload-function): Unbind `server-edit' from `C-x #'.
2624         * uniquify.el (uniquify-unload-function): Add docstring.
2625         (uniquify-unload-function): Remove variable.
2627         * ses.el (ses-unload-function): New function.
2629 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2631         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2632         (unsafep-progn, unsafep-let): Fix typos in docstrings.
2634         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2635         before use to avoid a warning in packages that require uniquify.
2636         (uniquify-unload-function): New function and var.
2638 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2640         * loadhist.el (unload-feature-special-hooks):
2641         Add `delete-frame-functions'.
2643         * server.el (server-unload-function): Rename from `server-unload-hook'
2644         and adapt to new `unload-feature' functionality.  Remove hook from
2645         `kill-buffer-hook' buffer-locally.
2646         (server-unload-hook): Remove.
2647         (server-unload-function): New var; replaces `server-unload-hook'.
2649 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
2651         * desktop.el (uniquify-managed): Pacify byte compiler.
2652         (desktop-buffer-info): If the buffer name is managed by uniquify,
2653         save the base name, not the uniquified one.
2654         (desktop-create-buffer): Allow `rename-buffer' to generate a new
2655         name in case of conflict.
2657 2007-10-26  Glenn Morris  <rgm@gnu.org>
2659         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2660         safe-local-variable property.
2662 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
2664         * net/browse-url.el (browse-url-browser-function): Delete grail.
2665         (browse-url-grail): Function and variable deleted.
2666         (browse-url-browser-function): Delete IXI Mosaic.
2667         (browse-url-default-browser): Don't try IXI Mosaic.
2668         (browse-url-iximosaic): Function deleted.
2669         (browse-url-browser-function): Delete MMM.
2670         (browse-url-default-browser): Don't try MMM.
2671         (browse-url-mmm): Function deleted.
2673 2007-10-25  Glenn Morris  <rgm@gnu.org>
2675         * progmodes/f90.el (f90-indented-comment-re)
2676         (f90-directive-comment-re, f90-break-delimiters):
2677         * progmodes/fortran.el (fortran-comment-line-start-skip)
2678         (fortran-directive-re):
2679         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2680         as safe if they are strings.
2682 2007-10-25  Richard Stallman  <rms@gnu.org>
2684         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2686 2007-10-24  Richard Stallman  <rms@gnu.org>
2688         * savehist.el (savehist-save): Omit unreadable elements.
2690         * loadhist.el (unload-function-defs-list): Renamed from
2691         unload-function-features-list.
2692         (unload-feature-special-hooks, unload-feature): Doc fixes.
2694         * indent.el (indent-to-left-margin): If point's in the indentation,
2695         move to the end of the indentation.
2697         * cus-edit.el (customize-changed-options): Make arg optional.
2699 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2701         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2703 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * textmodes/css-mode.el: Require CL.
2706         (comment-continue): Declare.
2708         * subr.el (make-variable-frame-localizable): Remove.
2709         (make-variable-frame-local): Mark obsolete.
2711 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2713         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2714         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2716 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
2718         * comint.el (comint-password-prompt-regexp):
2719         Handle `[sudo] password'-style prompt.
2721 2007-10-23  Glenn Morris  <rgm@gnu.org>
2723         * progmodes/f90.el (f90-do-indent, f90-if-indent)
2724         (f90-type-indent, f90-program-indent)
2725         (f90-continuation-indent, f90-comment-region)
2726         (f90-beginning-ampersand, f90-smart-end)
2727         (f90-break-before-delimiters, f90-auto-keyword-case)
2728         (f90-leave-line-no, f90-mode-hook):
2729         Give an appropriate safe-local-variable property.
2730         (f90-font-lock-keywords-2): Fix `go to' regexp.
2732         * progmodes/fortran.el (fortran-tab-mode-default)
2733         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2734         (fortran-structure-indent, fortran-continuation-indent)
2735         (fortran-comment-indent, fortran-comment-line-extra-indent)
2736         (fortran-comment-line-start)
2737         (fortran-minimum-statement-indent-fixed)
2738         (fortran-minimum-statement-indent-tab)
2739         (fortran-comment-indent-char, fortran-line-number-indent)
2740         (fortran-check-all-num-for-matching-do)
2741         (fortran-blink-matching-if, fortran-continuation-string)
2742         (fortran-comment-region, fortran-electric-line-number)
2743         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2744         (fortran-analyze-depth, fortran-break-before-delimiters):
2745         Give an appropriate safe-local-variable property.
2747 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2749         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2750         of the subdirs is unreadable.
2752 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
2754         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2755         Use window-full-width-p.
2757 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2759         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2760         (tpu-edt-off): Use it.
2761         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
2762         the global-map before adding it to global-map.
2764         * menu-bar.el (global-buffers-menu-map): New var.
2765         (global-map, menu-bar-update-buffers): Use it.
2766         * msb.el (msb-menu-bar-update-buffers): Use it.
2767         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2768         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2769         Use with-current-buffer.
2771 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2773         * hexl.el (hexl-menu): New major mode menu.
2775 2007-10-20  Glenn Morris  <rgm@gnu.org>
2777         * progmodes/f90.el (f90-font-lock-keywords-2)
2778         (f90-looking-at-type-like): Fix regexp typos.
2780 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2782         * bs.el (bs-mode): Add mode name (accidentally left out
2783         in the 2007-10-16 change).
2785 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2787         * bs.el (bs--track-window-changes): Don't refresh the whole list.
2788         (bs-mode): Set mode-class property to special.
2790         * follow.el (follow-unload-function): New function.
2792         * loadhist.el (unload-function-features-list):
2793         Rename from `unload-hook-features-list'.
2794         (unload-hook-features-list): Add as obsolete alias.
2795         (unload-feature): Use `unload-function-features-list'
2796         and new FEATURE-unload-function.
2798 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
2800         * loadhist.el (unload-feature-special-hooks):
2801         Update list of special hooks.
2803         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2804         (adaptive-fill-function): Doc fix.  Remove * from docstring.
2806 2007-10-18  Glenn Morris  <rgm@gnu.org>
2808         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2810 2007-10-17  Aaron Hawley  <aaronh@garden.org>
2812         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2813         position is not saved.
2815 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
2817         * longlines.el (longlines-wrap-follows-window-size): Integer value
2818         specifies wrapping margin.
2819         (longlines-mode, longlines-window-change-function):
2820         Set window-specific wrapping margin based on the above.
2822 2007-10-17  John Wiegley  <johnw@newartisans.com>
2824         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2826 2007-10-17  Glenn Morris  <rgm@gnu.org>
2828         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2829         Tweak regexp to avoid stack overflow.
2831 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2833         * simple.el (reindent-then-newline-and-indent): Don't assume that
2834         indent-according-to-mode preserves point.
2836 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
2838         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
2839         (bs--restore-window-config): Keep the selected frame.
2840         (bs--track-window-changes, bs--remove-hooks): New functions.
2841         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
2842         (bs--show-with-configuration): Revert 2006-11-09 change.
2843         Don't reuse window unless it is visible on the selected frame.
2844         Restore window configuration (possibly in a different frame)
2845         before creating any window.
2847 2007-10-16  Richard Stallman  <rms@gnu.org>
2849         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2850         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2851         (ad-is-advised, ad-get-advice-info-field)
2852         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2854 2007-10-16  Glenn Morris  <rgm@gnu.org>
2856         * simple.el (blink-matching-open): Don't report false errors with
2857         the `$' syntax class.
2859 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
2861         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2862         (filesets-ormap, filesets-sort-case-sensitive-flag)
2863         (filesets-remake-shortcut, filesets-ingroup-collect-files):
2864         Fix typos in docstrings.
2865         (filesets-data-get-name, filesets-data-get-data)
2866         (filesets-data-set, filesets-cmd-query-replace-getargs)
2867         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
2869 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2871         * term/mac-win.el: Don't require url when compiling, as url-type is
2872         no longer a macro.
2874 2007-10-14  Glenn Morris  <rgm@gnu.org>
2876         * progmodes/etags.el (select-tags-table): Disable undo in the
2877         `*Tags Table List*' buffer.
2879 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
2881         * dired.el (dired-warn-writable): New face.
2882         (dired-warn-writable-face): New variable.
2883         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2884         of dired-warning-face, for group- and world-writable files.
2886 2007-10-13  Glenn Morris  <rgm@gnu.org>
2888         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2889         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2890         Add doc string, and an explicit COUNT argument.
2891         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2892         `inc' to search functions.
2894 2007-10-13  John W. Eaton  <jwe@octave.org>
2896         * progmodes/octave-mod.el (octave-looking-at-kw)
2897         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2898         New functions.
2899         (octave-in-defun-p, calculate-octave-indent)
2900         (octave-blink-matching-block-open, octave-beginning-of-defun)
2901         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2902         to search for regexps that contain case-sensitive keywords.
2903         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2904         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2906 2007-10-13  Richard Stallman  <rms@gnu.org>
2908         * files.el (directory-abbrev-alist): Doc fix.
2910 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
2912         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2914 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
2916         * frame.el (set-frame-configuration): Assign name parameter only
2917         if it has been set explicitly before.
2919         * window.el (handle-select-window): Revert part of 2007-10-06
2920         change setting the input focus.
2922 2007-10-12  Glenn Morris  <rgm@gnu.org>
2924         * cus-edit.el (custom-variable-menu, custom-face-menu)
2925         (custom-group-menu): Check init-file-user rather than
2926         user-init-file, in case cus-edit is loaded by site-run-file.
2928 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
2930         * follow.el (follow-stop-intercept-process-output):
2931         Use `follow-call-process-filter' rather than `process-filter'.
2933 2007-10-11  Tom Tromey  <tromey@redhat.com>
2935         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2936         frame is visible.
2938 2007-10-10  Richard Stallman  <rms@gnu.org>
2940         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2941         in *Backtrace*.
2943         * faces.el (face-font-selection-order): Doc fix.
2945         * loadhist.el (unload-feature): Doc fix.
2947 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2949         * ps-print.el: Fix the usage of :foreground and :background face
2950         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2951         (ps-print-version): New version 6.7.6.
2952         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2953         Fix code.
2954         (ps-face-foreground-color-p, ps-face-background-color-p)
2955         (ps-face-color-p): New inline funs.
2957 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
2959         * follow.el: Change all instances of "Follow Mode" to "Follow
2960         mode" in docstrings and messages.
2962 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
2964         * faces.el (face-font-selection-order): Doc fix.
2966         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
2967         (follow-mode-off-hook): Mark as obsolete.
2969 2007-10-08  Richard Stallman  <rms@gnu.org>
2971         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
2972         (edebug-install-custom-print, edebug-reset-print-funcs)
2973         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
2974         Functions deleted.
2975         (edebug-prin1, edebug-print, edebug-prin1-to-string)
2976         (edebug-format, edebug-message): Define directly as aliases.
2978 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
2980         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
2982 2007-10-07  Glenn Morris  <rgm@gnu.org>
2984         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2985         version numbers.
2987 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
2989         * net/tramp.el (tramp-completion-mode): Extend doc-string.
2990         (tramp-completion-mode-p): Revert change from 2007-09-24.
2991         Checking for `return' etc as last character is not sufficient, for
2992         example in dired-mode when entering <g> (revert-buffer) or
2993         <s> (dired-sort).
2995 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
2997         * window.el (mouse-autoselect-window-cancel): Don't cancel for
2998         select-window or select-frame events.
2999         (handle-select-window): When autoselecting window set input
3000         focus.  Restructure.
3002         * frame.el (focus-follows-mouse): Moved to frame.c.
3003         * cus-start.el (all): Add focus-follows-mouse.
3005 2007-10-05  Chris Moore  <dooglus@gmail.com>
3007         * server.el (server-kill-new-buffers): Doc fix.
3009 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3011         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3012         activate font-locking in the *buffer-selection* buffer.
3013         (bs-show-sorted): Doc fix.
3015         * bs.el (bs--get-marked-string, bs--get-modified-string)
3016         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3017         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3018         (bs--format-aux): Doc fix.
3020 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3022         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3024 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3026         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3028 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
3030         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3031         (gud-gdb): New function for old M-x gdb (text command mode).
3032         (gud-gdb-command-name, gdb): Move to...
3034         * progmodes/gdb-ui.el: ...here and adapt doc string.
3035         (gud-gdba-command-name, gdba): Delete.
3037 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
3039         * bs.el: Don't defvar `font-lock-verbose'.
3040         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3041         (bs--get-file-name): Fix typos in docstrings.
3042         (bs--show-header): Use `dolist' instead of `mapcar'.
3043         (bs-mode): Set `show-trailing-whitespace' to nil.
3044         (bs-buffer-sort-function, bs-mouse-select-other-frame)
3045         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3046         Doc fixes.
3048 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
3050         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3052 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
3054         * progmodes/gud.el (gdb): Make graphical mode the default and
3055         switch to text command mode if appropriate, i.e., reverse previous
3056         arrangement.
3057         (gud-gdb-marker-filter): Adapt for above change.
3059         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3060         gud-minor-mode and gud-marker-filter.
3061         (gdb-fullname-regexp): New variable.
3062         (gud-gdba-marker-filter): Use it to switch to text command
3063         mode if appropriate.
3065 2007-10-02  Richard Stallman  <rms@gnu.org>
3067         * frame.el (cursor-in-non-selected-windows): Doc fix.
3069 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
3071         * progmodes/gud.el (gud-display-line): Find source buffer even when
3072         GUD buffer has its own frame.
3074 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3076         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3078 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3080         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3082 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
3084         * allout.el (allout-before-change-handler): Replace got-char by
3085         goto-char.
3087 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3089         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3090         Used to try and automatically enabled smerge-mode in the presence of
3091         conflicts and to call `svn resolved' when the conflicts are gone.
3092         (vc-svn-parse-status): Remember the svn-specific status.
3094         * newcomment.el (comment-choose-indent): New function extracted
3095         from comment-indent.  Improve the alignment algorithm.
3096         (comment-indent): Use it.
3098 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
3100         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3101         (eldoc-message-commands, eldoc-current-idle-delay):
3102         Fix typos in docstrings.
3104         * progmodes/python.el (python-eldoc-function): Doc fix.
3106 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
3108         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3109         menu-bar-apropos-menu.  All users changed.
3110         (menu-bar-help-menu): Change menu symbols to better match the text
3111         displayed by the menu.
3113 2007-09-25  Glenn Morris  <rgm@gnu.org>
3115         * view.el (view-search-no-match-lines): Add a doc string.
3116         Rewrite to simplify and work better.
3118 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
3120         * net/tramp.el (tramp-completion-mode-p): Rename from
3121         `tramp-completion-mode'.  Revert logic, check `return', `newline'
3122         and such alike.  Packages like Icicles tend to use other completion
3123         characters but `tab' and `space' only.
3124         (top): Require cl.el, when `copy-tree' is not available otherwise.
3126         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
3127         `ad-get-arg'.
3129 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
3131         * net/tramp-vc.el (tramp-vc-user-login-name):
3132         Use `vc-find-version' instead of `process-file' to check whether we
3133         have a new enough vc that doesn't need the defadvice.
3135 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
3137         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3138         #, @, : and ^.
3140 2007-09-23  Glenn Morris  <rgm@gnu.org>
3142         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3144 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3146         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3148         * log-view.el (log-view-mode-map): Likewise.
3150         * diff-mode.el (diff-mode-shared-map): Likewise.
3152 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3154         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3155         add inferior-octave-directory-tracker to the buffer-local value
3156         of comint-input-filter-functions.
3158 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3160         * files.el (file-name-sans-versions): Also allow `A-Z'.
3162         * vc.el: Mention all supported VC backends.
3164 2007-09-22  Richard Stallman  <rms@gnu.org>
3166         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3167         neighbouring buttons.
3169 2007-09-22  Andreas Schwab  <schwab@suse.de>
3171         * files.el (file-name-sans-versions): Also allow `_'.
3173 2007-09-22  Glenn Morris  <rgm@gnu.org>
3175         * eshell/esh-mode.el (eshell-output-filter-functions):
3176         Add eshell-postoutput-scroll-to-bottom.
3178 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3180         * files.el (file-name-sans-versions): Allow - and a-z in version names.
3182         * log-view.el (log-view-mode-map, log-view-mode-menu):
3183         Bind log-view-annotate-version.
3184         (log-view-beginning-of-defun, log-view-end-of-defun)
3185         (log-view-annotate-version): New functions.
3186         (log-view-mode): Use log-view-beginning-of-defun and
3187         log-view-end-of-defun.
3189 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3193 2007-09-21  Kevin Ryde  <user42@zip.com.au>
3195         * international/mule.el (sgml-html-meta-auto-coding-function):
3196         Bind `case-fold-search' to t.
3198 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3200         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3201         neighbouring buttons.
3203         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3204         Recognize gcc's use of "note" for informational messages.
3206 2007-09-20  Glenn Morris  <rgm@gnu.org>
3208         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3209         motion functions, rather than hard-coding "\n\n".
3210         (tex-validate-region): Check for eobp, to speed up.
3211         (tex-next-unmatched-end): Doc fix.
3213 2007-09-19  Glenn Morris  <rgm@gnu.org>
3215         * textmodes/tex-mode.el (tex-terminate-paragraph):
3216         Use backward-paragraph.
3218 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3221         (css-mode): Update correspondingly.
3223 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3225         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3227         * vc-hooks.el (vc-menu-entry): New var.
3228         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3229         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3230         (vc-menu-map): Declare and initialize in one step.
3232         * menu-bar.el (vc-menu-map): Don't setup any more.
3233         Instead, just create the proper spot in the menu.
3235 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3236             Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * vc.el: Document new VC operation `extra-menu'.
3240         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
3242 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3244         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3245         Signed-off-by, Acked-by and Merge.
3247 2007-09-17  Glenn Morris  <rgm@gnu.org>
3249         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3250         filename from `--file-line-error', if it is available.
3252 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
3254         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3255         TeX `--file-line-error' format.
3257 2007-09-17  Glenn Morris  <rgm@gnu.org>
3259         * textmodes/tex-mode.el (tex-region): Simplify previous change,
3260         handling the case where the region is not in `tex-main-file'.
3261         (tex-region-1): Delete.
3262         (tex-region-header): New function, doing the header part of the
3263         old tex-region-1.
3265 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * ediff-init.el (ediff-verbose-p): This var is not a constant.
3269 2007-09-16  Drew Adams  <drew.adams@oracle.com>
3271         * cus-edit.el (custom-face-edit-activate): Doc fix.
3273 2007-09-16  Glenn Morris  <rgm@gnu.org>
3275         * textmodes/tex-mode.el (tex-region): Handle the case where the
3276         region is not in `tex-main-file'.  Move the old code that applies
3277         to both cases...
3278         (tex-region-1): ...to this new function.
3280 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
3282         * simple.el (blink-matching-open): Don't display message when no
3283         paren is found within blink-matching-paren-distance characters.
3284         Don't search prompt in blink-matching-paren-distance nil case.
3286 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3288         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3290 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * vc-mtn.el: New file.
3294         * vc-hooks.el (vc-handled-backends): Add Mtn.
3296 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
3298         * files.el (find-file, find-file-other-window)
3299         (find-file-other-frame, find-file-existing, find-file-read-only)
3300         (find-file-read-only-other-window)
3301         (find-file-read-only-other-frame)
3302         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3304 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
3306         * man.el (Man-default-man-entry): At end of line, continue looking
3307         to the next line for possible end of hyphenated command.
3309 2007-09-13  Chris Moore  <dooglus@gmail.com>
3311         * shell.el (shell-resync-dirs): Don't move the cursor relative to
3312         the command being edited.
3314 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
3316         * progmodes/gud.el (gdb-ready): New variable.
3317         (gdb): Set it to nil.  Set gud-running to nil here...
3318         (gud-common-init): ...instead of here.
3320         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3321         Use gdb-ready.  Discard input until GDB is ready to accept it.
3323 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
3325         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
3326         C-M-S- keys.
3328 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
3330         * dired.el (dired-warning): Inherit from font-lock-warning-face to
3331         make it show up with eight colors.
3333 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3335         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3336         diffs are concatenated with no intervening line.
3338 2007-09-10  Dave Love  <fx@gnu.org>
3340         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3341         (python-font-lock-keywords): Update to the 2.5 version of the language.
3342         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3343         (python-backspace): Only behave funny in code.
3344         (python-compilation-regexp-alist): Add PDB stack trace regexp.
3345         (inferior-python-mode): Add PDB prompt regexp.
3346         (python-fill-paragraph): Refine the fenced-string regexp.
3347         (python-find-imports): Handle imports spanning several lines.
3348         (python-mode): Add `class' to hideshow support.
3350 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3352         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
3353         add-log-buffer-file-name-function rather than bind buffer-file-name,
3354         so we dont end up calling change-log-mode in *cvs* when `fi' is the
3355         ChangeLog file itself.
3357         * outline.el (outline-flag-region): Use front-advance.
3359 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
3361         * progmodes/cperl-mode.el: Merge upstream 5.23.
3362         (cperl-where-am-i): Remove function.
3363         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3364         (cperl-sniff-for-indent): De-invert [string] and [comment].
3365         When looking for label, skip s:m:y:tr.
3366         (cperl-indent-line): Likewise.
3367         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3368         (cperl-windowed-init): Wrong `ps-print' handling.
3369         Both thanks to Chong Yidong.
3370         (cperl-look-at-leading-count): Could fail with unfinished RExen.
3371         (cperl-find-pods-heres): If the second part of s()[] is missing,
3372         don't try to highlight delimiters...
3374 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3376         * progmodes/compile.el (compilation-get-file-structure): Complete last
3377         change by also using spec-directory in the puthash.
3379 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
3381         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
3382         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3383         (vc-bzr-status): Fix shadowing of variable 'status'.
3384         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3385         Use `expand-file-name' instead of `concat'.
3386         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3387         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
3389 2007-09-05  Jason Rumney  <jasonr@gnu.org>
3391         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
3393 2007-09-02  Richard Stallman  <rms@gnu.org>
3395         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3396         Add `safe-local-variable' property.
3397         (lisp-body-indent): Likewise.
3399 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3401         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3402         prev/next-node.
3404         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
3405         (x-gtk-map-stock): New function.
3407 2007-09-02  Glenn Morris  <rgm@gnu.org>
3409         * comint.el (comint-mode): Don't set scroll-conservatively.
3411         * eshell/em-unix.el (eshell/time): Stringify and flatten the
3412         non-command arguments.
3414 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3416         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3417         Fix bug: Don't expand top-level file name more than once.
3418         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3420 2007-09-01  Richard Stallman  <rms@gnu.org>
3422         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3423         Add doc string.
3425 2007-08-30  Richard Stallman  <rms@gnu.org>
3427         * speedbar.el (speedbar-frame-reposition-smartly)
3428         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3429         (speedbar-check-vc): Don't use dframe-xemacsp.
3431 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3433         * files.el (backup-buffer-copy): Try to overwrite old backup first.
3435 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
3437         * repeat.el (repeat): Use last-repeatable-command instead of
3438         real-last-command.  Run pre- and post-command hooks for
3439         self-insertion.  Update doc-string.
3441 2007-08-28  Glenn Morris  <rgm@gnu.org>
3443         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
3445 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
3447         * vc-git.el (vc-git-state): Call git-add --refresh to update the
3448         state of the file.
3449         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3450         (vc-git-create-repo): Fix invalid command.
3452 2007-08-27  Richard Stallman  <rms@gnu.org>
3454         * textmodes/flyspell.el (flyspell-mode):
3455         Catch errors in flyspell-mode-on.
3457 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3459         * progmodes/modula2.el (m2-definition, m2-module):
3460         Don't use previous-line.  Reported by T. V. Raman.
3462 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3464         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3465         argument to tool-bar-mode call.
3467 2007-08-27  Glenn Morris  <rgm@gnu.org>
3469         * diff-mode.el (diff-find-file-name): Only accept regular files,
3470         to rule out /dev/null, directories, etc.
3472 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3474         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3475         safe-local-variable setting.
3476         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3478 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3481         of buffers in uniquify-managed.
3483         * simple.el (invisible-p): Rename from text-invisible-p.
3484         Update callers.
3486 2007-08-25  Alan Mackenzie  <acm@muc.de>
3488         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3489         new language variable.
3491         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
3492         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3493         "extern" etc., rather than BOI.  Fix addition of spurious
3494         syntactic-symbol 'defun-block-intro, replacing it with
3495         'innamespace, etc.
3497 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3499         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3500         Don't behave differently when executed via M-x.  Add doc string.
3502 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3504         * files.el (backup-buffer-copy): Don't wrap delete in
3505         condition-case, only try to delete if file exists.
3507 2007-08-24  Glenn Morris  <rgm@gnu.org>
3509         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3511 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3513         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3514         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3515         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3516         (cperl-etags-goto-tag-location): Use new style backquotes.
3518         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
3519         (dynamic-completion-table): Use it it.
3521         * net/browse-url.el: Remove spurious * in custom docstrings.
3522         (browse-url-filename-alist): Use new-style backquote.
3524         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3525         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3527         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3528         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3530         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3532         * net/socks.el (socks-username/password-auth-filter):
3533         Remove unused vars `state' and `desired-len'.
3534         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3535         (socks-wait-for-state-change): Use new-style backquotes.
3537         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3539         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3540         backquotes after each `read' rather than once per buffer.
3542         * dframe.el: Remove spurious * in custom docstrings.
3543         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3544         (dframe-xemacs20p): Remove, inline at the sole use point.
3545         (defface): Don't defvar the face, don't use old-style backquote.
3546         (defcustom): Don't use old-style backquote.
3547         (dframe-frame-parameter, dframe-mouse-event-p):
3548         Make it obvious that it's always defined.
3549         (dframe-popup-kludge): New function to replace
3550         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3551         (dframe-frame-mode, dframe-set-timer-internal)
3552         (dframe-mouse-set-point): Remove use of with-no-warnings from
3553         XEmacs-specific code.
3554         (dframe-set-timer-internal): Fix very old bug with
3555         post-command-idle-hook.
3557         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3559 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3561         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3563 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
3565         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3566         safe-local-variable.
3568 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3570         * net/browse-url.el (browse-url-emacs): New function.
3572 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
3575         warning if the file uses old style backquotes.
3577         * emacs-lisp/bytecomp.el (byte-compile-log-file)
3578         (byte-recompile-directory, byte-compile-file)
3579         (byte-compile-from-buffer): Use with-current-buffer.
3581         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
3582         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
3583         (line-move-1, line-move-finish, line-move-to-column)
3584         (move-end-of-line, move-beginning-of-line): Use new name.
3586 2007-08-22  Glenn Morris  <rgm@gnu.org>
3588         * files.el (backup-buffer-copy): Check backup directory is
3589         writable, to avoid infloop deleting old backup.
3591         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3592         movemail related variables.
3593         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3594         will now be set before this is called.
3596 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
3600         * progmodes/ada-mode.el: Fix up comment style in header.
3601         (ada-check-emacs-version): Remove.
3602         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
3603         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
3604         to try and quieten the byte-compiler.
3605         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
3607         * vc.el (vc-annotate-warp-version): Don't use previous-line.
3609 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3611         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3612         extracted from `eval-last-sexp-1'.
3613         (eval-last-sexp-1): Call `preceding-sexp'.
3615 2007-08-19  Glenn Morris  <rgm@gnu.org>
3617         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3618         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3619         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3620         shadow files messing up the compilation.
3622 2007-08-18  Glenn Morris  <rgm@gnu.org>
3624         * progmodes/scheme.el (scheme-mode-variables):
3625         Set font-lock-comment-start-skip.
3627 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3629         * progmodes/ada-mode.el (ada-create-syntax-table):
3630         Move set-syntax-table from here to ...
3631         (ada-mode): ... here.  Don't change global value of comment-multi-line.
3632         Call new function ada-initialize-syntax-table-properties.
3633         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
3634         (ada-deactivate-properties, ada-initialize-properties):
3635         Replace by new functions ...
3636         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
3637         (ada-initialize-syntax-table-properties): ... to set up syntax-table
3638         properties uniformly, independently from whether font-lock-mode
3639         is enabled or not.  Handle read-only buffers and do not change
3640         undo-list when setting syntax-table properties.
3641         (ada-after-change-function): Use ada-set-syntax-table-properties.
3643 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3645         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
3646         (cperl-find-pods-heres): Fix an error when typing expressions like
3647         `s{a}{b}'.
3649 2007-08-17  Glenn Morris  <rgm@gnu.org>
3651         * progmodes/compile.el (compilation-get-file-structure): Make use
3652         of the directory part when checking for an existing entry, to
3653         handle files with same basename in different directories.
3655 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3657         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3658         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3659         (ps-paragraph-spacing): Docstring fix.
3661 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * smerge-mode.el (smerge-resolve): New arg `safe'.
3664         (smerge-resolve-all, smerge-batch-resolve): New function.
3665         (smerge-refine): Make sure `diff' returns the expected result.
3666         (smerge-parsep-re): New const.
3667         (smerge-mode): Use it to adjust paragraph-separate.
3669         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3670         Correctly match / regexp matchers as first char on a line when
3671         fontifying only that line.
3673         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3675 2007-08-16  Glenn Morris  <rgm@gnu.org>
3677         * ps-print.el (ps-font-size): Doc fix.
3679 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3682         (vc-bzr-registered): Don't redundantly protect against
3683         file-error.  Actually use the format-specific code.
3684         (vc-bzr-buffer-nonblank-p): Remove.
3685         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3687 2007-08-15  Glenn Morris  <rgm@gnu.org>
3689         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3690         sloppier, for the sake of GNU Mailman.
3691         (rmail-digest-rfc1153): Initialize `result' correctly.
3693 2007-08-14  Glenn Morris  <rgm@gnu.org>
3695         * simple.el (bad-packages-alist): New constant.
3696         (bad-package-check): New function.  Together, these two add
3697         elements to `after-load-alist' to check for problematic external
3698         packages.
3699         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3701 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3703         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3704         optional quotes around files in NEED-UPDATE . REMOVED case.
3706         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3707         (ada-treat-cmd-string): Improve error message.
3708         (ada-do-file-completion): Call `ada-require-project-file', so
3709         project variables are set properly.
3710         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3711         (ada-gnatfind-buffer-name): New constant.
3712         (ada-find-any-references): Use new constant.  Set buffer name
3713         properly in compilation-start.  Toggle read-only properly.
3714         (ada-find-in-src-path): Fix spelling error in docstring.
3716         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3717         by zero error.
3719 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3721         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3723 2007-08-12  Richard Stallman  <rms@gnu.org>
3725         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3726         (cvs-execute-single-file): Use new name split-string-and-unquote.
3727         (cvs-header-msg): Use new name combine-and-quote-strings.
3729         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3731         * progmodes/gud.el (gud-common-init): Use new name
3732         split-string-and-unquote.
3734         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3735         in javac regexp.
3737         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3738         combine-and-quote-strings and split-string-and-unquote.
3740         * subr.el (combine-and-quote-strings): Rename from strings->string.
3741         (split-string-and-unquote): Rename from string->strings.
3743 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3746         to buffer-local settings.
3748         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3749         (backquote-process): Add internal arg `level'.  Use the two to
3750         correctly handle nested backquotes.
3752 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3754         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3755         (vc-bzr-state-words): Add "kind changed" state word.
3756         (vc-bzr-status): New function.  Return Bzr idea of file status,
3757         which is different from VC's.
3758         (vc-bzr-state): Use vc-bzr-status.
3759         (vc-workfile-unchanged-p): Use vc-bzr-status.
3760         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3761         (vc-dired-state): Process "kind changed" state word.
3763 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3765         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3767         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3768         Move from vc-default-find-file-not-found-hook.
3770 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3772         * url/url-auth.el (url-basic-auth): When prompting for username
3773         and password, default to the username and password in the URL.
3775 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * man.el: Remove spurious * in docstrings.
3778         Merge defvars and toplevel setq-defaults.
3779         (Man-highlight-references0): Limit=nil rather than point-max.
3780         (Man-mode-map): Move initialization into the declaration.
3781         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3782         (Man-view-header-file): Use expand-file-name rather than concat.
3783         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3785         * man.el (Man-next-section): Make sure we do not move backward.
3787 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3789         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3790         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3791         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3792         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3794 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3796         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3798 2007-08-08  Andreas Schwab  <schwab@suse.de>
3800         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3801         self-insert-command, not self-insert.
3803 2007-08-08  Glenn Morris  <rgm@gnu.org>
3805         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
3807         * Replace `iff' in doc-strings and comments.
3809         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3810         rather than just `-'.
3812 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3814         * dired.el (dired-pop-to-buffer):
3815         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3816         * calendar/calendar.el (generate-calendar-window):
3817         * progmodes/compile.el (compilation-set-window-height):
3818         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3819         Use window-full-width-p instead of comparing frame-width and
3820         window-width.
3822         * progmodes/compile.el (compilation-find-buffer): Remove extra
3823         argument in call to compilation-buffer-internal-p.
3825 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3827         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3828         parameters IDENTIFICATION and CONNECTED.
3829         (tramp-handle-insert-file-contents): VISIT must be handled after
3830         insertion of the local copy.  Reported by Peter Gordon
3831         <peter@pg-consultants.com>.
3832         (tramp-file-name-handler): No special handling for
3833         `expand-file-name'.  But for `file-name-as-directory'.
3834         (tramp-find-shell, tramp-open-connection-telnet)
3835         (tramp-open-connection-rsh, tramp-open-connection-su)
3836         (tramp-open-connection-multi)
3837         (tramp-open-connection-setup-interactive-shell): Guard against
3838         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
3839         <steve@sxemacs.org>.
3840         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
3841         the hint.
3843         * net/trampver.el: Update release number.
3845 2007-08-07  Tom Tromey  <tromey@redhat.com>
3847         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3848         Add safe-local-variable property.
3850 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3852         * image-mode.el (image-toggle-display): Use image-refresh.
3854         * longlines.el (longlines-decoded): New variable.
3855         (longlines-mode): Avoid encoding or decoding the buffer twice.
3857 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3859         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3860         unofficial version.
3861         (vc-bzr-command): Remove redundant setting of process-connection-type.
3862         (vc-bzr-admin-checkout-format-file): Add autoload.
3863         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3864         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3865         (vc-bzr-registered): Compare dirstate format tag with known good
3866         value, abort parsing if match fails.  Warn user in docstring.
3867         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3868         See bzrlib/branch.py in Bzr sources.
3869         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3870         (vc-bzr-shell-command): Remove in favor of
3871         vc-bzr-command-discarding-stderr.
3872         (vc-bzr-command-discarding-stderr): New function.
3874 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3876         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3877         program, and return nil
3878         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3879         (vc-bzr-state): Look for path names relative to the repository
3880         root after status keyword.
3881         (vc-bzr-file-name-relative): New function.
3882         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3883         depend on it.
3884         (vc-bzr-admin-dirname, ...-checkout-format-file)
3885         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3886         files that we now parse directly for speed.
3887         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3888         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3889         (vc-bzr-state): "bzr status" successful only if exitcode is 0
3890         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3891         Bzr warnings, so we must discard it.
3892         (vc-bzr-workfile-version): Speedup counting lines from
3893         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3894         if that file doesn't exist.
3895         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3896         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
3897         (not ".bzr"!) to `vc-directory-exclusion-list'
3898         (vc-bzr-shell-command): New function.
3900 2007-08-06  Tom Tromey  <tromey@redhat.com>
3902         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3903         (diff-fixup-modifs): Typo in docstring.
3905 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3907         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3908         count-screen-lines.
3909         (tpu-edt-off): Disable relevant pieces of advice.
3911         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3912         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3913         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3914         redefining the function.
3915         (tpu-set-scroll-margins): Activate the pieces of advice.
3917 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
3919         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3920         process-filter.
3922 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3924         * help.el (resize-temp-buffer-window): Use window-full-width-p
3925         instead of comparing frame-width and window-width.
3927 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
3929         * term.el: Honor term-default-fg-color and term-default-bg-color
3930         settings when modifying term-current-face.
3931         (term-default-fg-color, term-default-bg-color): Initialize from
3932         default term-current-face.
3933         (term-mode, term-reset-terminal): Set term-current-face with
3934         term-default-fg-color and term-default-bg-color.
3935         (term-handle-colors-array): term-current-face has term-default-fg-color
3936         and term-default-bg-color after reset escape sequence.
3937         (term-handle-colors-array): Set term-current-color with
3938         term-default-fg/bg-color instead of ansi-term-color-vector when the
3939         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3941 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
3943         * files.el (set-auto-mode): Handle also remote files wrt
3944         `auto-mode-alist'.
3946         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
3947         remote identification.
3949 2007-08-04  Glenn Morris  <rgm@gnu.org>
3951         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3952         zero, not nil, when the library is first loaded.  Check for a file
3953         that has been modified on disk.
3955         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3956         Remove duplicate defvar preventing initialization.
3957         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3959 2007-08-03  Miles Bader  <miles@gnu.org>
3961         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3962         backend names for new backends to `Git', `Hg', and `Bzr'.
3963         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3964         not `HG'.
3965         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3966         name, not `GIT'.
3967         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3968         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3970 2007-08-03  Glenn Morris  <rgm@gnu.org>
3972         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3974 2007-08-02  Richard Stallman  <rms@gnu.org>
3976         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3977         to update deleted flag.
3979         * cus-edit.el (customize-apropos, customize-apropos-options)
3980         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3982         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3984         * startup.el (fancy-splash-head, startup-echo-area-message):
3985         Change message text.
3987         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3988         All callers use line-move.
3990         * progmodes/compile.el (compilation-find-buffer): Return current
3991         buffer immediately if suitable.
3992         (compile, compilation-buffer-name, compilation-start): Doc fixes.
3994 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3996         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
3997         Make it more discriminating and more useful.
3998         (vc-bzr-root-dir): Use new name.
3999         (vc-bzr-registered): Use new name and look at the dirstate file to
4000         determine if it's registered or not without running `bzr'.
4002 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4004         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4006 2007-07-31  Drew Adams  <drew.adams@oracle.com>
4008         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4009         Fix parent groups link.
4011 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
4013         * faces.el (face-normalize-spec): New function.
4014         (frame-set-background-mode): Normalize face-spec before calling
4015         face-spec-match-p.
4017 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * vc-bzr.el: New file (copied from the trunk).
4021         * vc-hooks.el (vc-handled-backends): Add BZR.
4022         (vc-find-file-hook): Failsafe if the backend's `registered'
4023         function burps.
4025         * server.el (server-window): Add switch-to-buffer-other-frame option.
4027 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4029         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
4030         (vc-git-revision-completion-table): Enable.
4032         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
4034         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
4036         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
4037         (vc-hg-registered): Set the vc-state property.
4039         * diff-mode.el (diff-mode-menu): New entries.
4041 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4044         (diff-file-kill): Use it.
4045         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4046         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4047         Use it so they find the hunk even when we're in the file header.
4049         * vc.el: Add new VC operation `revision-completion-table'.
4050         (vc-default-revision-completion-table): New function.
4051         (vc-version-diff, vc-version-other-window): Use it to provide
4052         completion of revision names if the backend provides it.
4054         * vc-arch.el (vc-arch--version-completion-table)
4055         (vc-arch-revision-completion-table): New functions to provide
4056         completion of revision names.
4058         * vc-cvs.el: Require CL.
4059         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4060         New functions to provide completion of revision names.
4062 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4064         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4065         (copyright-fix-years, copyright): Correctly handle the case where
4066         copyright-limit is nil.
4068 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4070         * progmodes/python.el (run-python): Fix path separator under w32.
4072 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4074         * vc-git.el: New File.
4076 2007-07-28  Alan Mackenzie  <acm@muc.de>
4078         Fix problem with modes derived from CC Mode:
4079         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4080         macro to cc-langs.
4081         (c-init-language-vars-for): Remove call to above macro.
4082         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4083         been moved to here.
4084         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4086 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4088         * net/trampver.el: Fix the `coding' cookie.
4090 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4092         * add-log.el (change-log-redate): Remove (not needed anymore and
4093         doesn't appear to work).
4095 2007-07-25  Glenn Morris  <rgm@gnu.org>
4097         * Relicense all FSF files to GPLv3 or later.
4099         * COPYING: Switch to GPLv3.
4101 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4104         Replace it with another one which disables undo before calling
4105         erase-buffer and then turns it back on if needed.
4107 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4109         * ps-print.el: Problem with foreground and background color when
4110         printing a buffer with and without faces.  Reported by Christian
4111         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4112         (ps-print-version): New version 6.7.5.
4113         (ps-default-fg): Change default value to nil, so black color is used
4114         when a face does not specify a foreground color.
4115         (ps-default-bg): Change default value to nil, so white color is used
4116         for background color.
4117         (ps-begin-job): Fix code.
4119 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4121         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4123 2007-07-24  Alan Mackenzie  <acm@muc.de>
4125         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4126         Initialise byte-compile-unresolved-functions before rather than
4127         after a compilation.
4128         (byte-compile-unresolved-functions): Amplify doc string.
4130 2007-07-24  Glenn Morris  <rgm@gnu.org>
4132         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4133         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4134         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4135         (cal-tex-cursor-week, cal-tex-cursor-week2)
4136         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4137         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4138         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4139         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4141 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4143         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4145 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4147         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4148         underlying file is uptodate.
4150 2007-07-23  Richard Stallman  <rms@gnu.org>
4152         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4154 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4156         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4157         (sh-font-lock-flush-syntax-ppss-cache): New funs.
4158         (sh-font-lock-syntactic-keywords): Use them to distinguish the
4159         different possible cases for \'.
4160         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
4162         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4163         `file' from which to start the search and fix case where `file' is the
4164         current directory and the root as well.
4166         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4167         name for buffer-file-name if it refers to a directory.
4169 2007-07-22  Jason Rumney  <jasonr@gnu.org>
4171         * w32-fns.el (set-default-process-coding-system): Use dos line ends
4172         for input to cmdproxy on all versions of Windows.
4173         Use dos line ends for input to plink.
4175         * comint.el (comint-simple-send): Concat newline before sending.
4176         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4178 2007-07-22  Juri Linkov  <juri@jurta.org>
4180         * isearch.el (isearch-edit-string): Save old point and
4181         isearch-other-end to old-point and old-other-end before reading
4182         the search string from minibuffer.  After exiting minibuffer set
4183         point to old-other-end if point and the search direction is the
4184         same as before reading the search string.
4185         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4186         to isearch-other-end.  Instead of isearch-search-and-update call
4187         three functions isearch-search, isearch-push-state and isearch-update.
4189 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4191         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
4192         destroying an existing buffer.
4194 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4196         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4198         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4200 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4202         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4203         file in a way that does not interfere with recentf.
4205 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4207         * image-dired.el (image-dired-sane-db-file): New func.
4208         (image-dired-write-tags, image-dired-remove-tag)
4209         (image-dired-list-tags, image-dired-write-comments)
4210         (image-dired-get-comment, image-dired-mark-tagged-files)
4211         (image-dired-create-gallery-lists): Call new func.
4212         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4214 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4216         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4217         (vc-hg-dir-state): Fix loop.
4218         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4219         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4220         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4221         (vc-hg-revert): Likewise.
4222         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
4224 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4226         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4227         case of alignment under a constant symbol, find and consider
4228         the sexp actually at indentation to be the "last sexp".
4230 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4232         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4233         (install): Use them to copy all *.el files before *.elc.
4234         (clean): Don't delete *~.
4236 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4238         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
4240 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
4242         * vc-hg.el (vc-hg-registered): Replace if with when.
4243         (vc-hg-state): Deal with nonexistent files.
4245 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
4247         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4248         (follow-delete-other-windows-and-split, follow-recenter)
4249         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4250         (follow-redisplay, follow-estimate-first-window-start)
4251         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4252         Fix typos in docstrings.
4254 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
4256         * bookmark.el (bookmark-show-all-annotations):
4257         Make sure each inserted annotation ends with newline.
4259         (bookmark-maybe-sort-alist): Don't modify
4260         bookmark-alist.  Instead, if not sorting, simply return it.
4261         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4262         for its return value, not for its side effect.
4264 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4266         * vc.el: Add more info about the vc-registered function.
4268 2007-07-16  David Kastrup  <dak@gnu.org>
4270         * emacs-lisp/advice.el (defadvice): Doc fix.
4272 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
4274         * subr.el (when, unless): Doc fix.
4276 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4278         * vc-hg.el (vc-hg-state): Handle removed files.
4279         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4280         (vc-hg-checkout): Re-enable.
4282 2007-07-15  Richard Stallman  <rms@gnu.org>
4284         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4286         * tutorial.el (tutorial--find-changed-keys):
4287         Handle C-x specially like ESC.
4289 2007-07-15  Roland McGrath  <roland@frob.com>
4291         * add-log.el (add-change-log-entry): Check add-log-full-name
4292         and add-log-mailing-address later, after change-log-mode-hook.
4294 2007-07-15  Richard Stallman  <rms@gnu.org>
4296         * isearch.el (isearch-mode, isearch-done):
4297         Delete unintended code in previous change.
4299         * ps-print.el (ps-default-bg): Change to White.
4301 2007-07-15  Aaron Hawley  <aaronh@garden.org>
4303         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4305 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
4307         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4308         when handling the terminating event.
4310 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4312         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4314 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
4316         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4317         (install): Use them to copy all *.el files before *.elc.
4319 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4321         * replace.el (match): Use yellow1 instead of yellow.
4323         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
4325         * pcvs-info.el (cvs-unknown): Likewise.
4327 2007-07-12  Davis Herring  <herring@lanl.gov>
4329         * desktop.el (desktop-buffer-info, desktop-save):
4330         Use `desktop-dirname' instead of `dirname'.
4332 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
4334         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4336         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4338 2007-07-10  Richard Stallman  <rms@gnu.org>
4340         * emacs-lisp/lisp-mode.el (eval-defun):
4341         Explain special handling of `defface'.
4343 2007-07-09  Richard Stallman  <rms@gnu.org>
4345         * isearch.el (isearch-edit-string): Call to isearch-push-state
4346         after the search.
4348 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4350         * cus-start.el (file-coding-system-alist): Fix custom type.
4352 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
4354         * longlines.el (longlines-wrap-region): Avoid marking buffer as
4355         modified.
4356         (longlines-auto-wrap, longlines-window-change-function):
4357         Remove unnecessary calls to set-buffer-modified-p.
4359 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * vc.el (vc-default-log-view-mode): New function.
4362         (vc-print-log): Add new `log-view-mode' VC operation.
4364 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
4366         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4367         Rename and move to...
4369         * subr.el (strings->string, string->strings): ...here.
4371         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4372         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4374         * progmodes/gud.el (gud-common-init): Call string->strings instead
4375         of split-string.
4377 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
4379         * term/w32-win.el (menu-bar-open): New function.
4380         Bind <f10> to it.
4382 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4384         * log-view.el (log-view-mode-menu): New menu.
4386 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
4388         * vc-hg.el: New file.
4390 2007-07-06  Andreas Schwab  <schwab@suse.de>
4392         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4393         dynamic bindings around the evaluation of the expression.
4394         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4396 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
4398         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4399         file names.
4401 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
4403         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
4405         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4406         event is not a cons cell.  Do not unread drag-mouse-1 events.
4407         Select right window in check whether space was stolen from
4408         window above.
4410 2007-07-01  Richard Stallman  <rms@gnu.org>
4412         * files.el (find-file-visit-truename): Fix safe-local-variable value.
4414 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
4416         * generic-x.el (generic-define-mswindows-modes)
4417         (generic-define-unix-modes, apache-log-generic-mode)
4418         (bat-generic-mode-keymap, java-manifest-generic-mode)
4419         (show-tabs-generic-mode): Fix typos in docstrings.
4421 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4423         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4424         replace-regexp-in-string.
4426 2007-06-28  Andreas Schwab  <schwab@suse.de>
4428         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4429         $(lisp)/subdirs.el.
4431 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
4433         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4434         the speedbar frame if nil; that deletes the current frame or
4435         causes an error if it is the only frame.
4436         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4438 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
4440         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4441         directory where the desktop file was found, as the docstring says.
4442         (desktop-kill): Use `read-directory-name'.
4444         * desktop.el (desktop-load-locked-desktop): New option.
4445         (desktop-read): Use it.
4446         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4447         Use `when'.
4449 2007-06-24  Davis Herring  <herring@lanl.gov>
4451         * desktop.el (desktop-save-mode-off): New function.
4452         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4453         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4454         (desktop-claim-lock, desktop-release-lock): New functions.
4455         (desktop-kill): Tell `desktop-save' that this is the last save.
4456         Release the lock afterwards.
4457         (desktop-buffer-info): New function.
4458         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
4459         says to.  Detect conflicts, and manage the lock.
4460         (desktop-read): Detect conflicts.  Manage the lock.
4462 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4464         * ls-lisp.el (insert-directory): If an invalid regexp error is
4465         thrown, try using FILE as a literal file name, not a wildcard.
4466         Check for FILE as an existing file, not just a directory.
4468 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
4470         * ruler-mode.el (ruler-mode): Prevent clobbering the original
4471         `header-line-format' when reentering ruler mode.
4473 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4475         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4476         FILE exists as a directory.
4478 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4480         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4481         (vera-font-lock-match-item): Fix doc string.
4482         (vera-in-comment-p): Remove unused function.
4483         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4484         use `syntax-ppss'.
4485         (vera-forward-syntactic-ws): Fix argument order.
4486         (vera-prepare-search): Use `with-syntax-table'.
4487         (vera-indent-line): Fix doc string.
4488         (vera-electric-tab): Fix doc string.
4489         (vera-expand-abbrev): Define alias instead of using `fset'.
4490         (vera-comment-uncomment-region): Use `comment-start-skip'.
4492 2007-06-20  Reto Zimmermann  <reto@gnu.org>
4494         * progmodes/vera-mode.el: New file.
4496 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
4498         * ido.el (ido-find-file-in-dir): Don't signal an error for
4499         empty directories.
4501 2007-06-18  Alan Mackenzie  <acm@muc.de>
4503         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4504         When removing lines, also remove the \n.  Correction of patch of
4505         2007-04-21.
4507 2007-06-17  Glenn Morris  <rgm@gnu.org>
4509         * lpr.el (lpr-page-header-switches): Move %s to separate element
4510         for correct quoting.  Doc fix.
4512 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4514         * term/xterm.el (terminal-init-xterm): Escape parens in character
4515         constants.
4517 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
4519         * scroll-lock.el (scroll-lock-mode): Doc fix.
4521 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4523         * font-lock.el (font-lock-add-keywords): In case font-lock was only
4524         half-activated, forcefully activate it completely.
4526 2007-06-11  Richard Stallman  <rms@gnu.org>
4528         * cus-edit.el (custom-variable-type): Doc fix.
4530 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4532         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4534 2007-06-09  Davis Herring  <herring@lanl.gov>
4536         * desktop.el (desktop-minor-mode-table): Doc fix.
4538 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
4540         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4541         (image-next-line, image-previous-line, image-scroll-up)
4542         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4543         New functions.
4544         (image-mode-map): Remap motion commands.
4545         (image-mode-text-map): New keymap for viewing images as text.
4546         (image-mode): Use image-mode-map.
4547         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4549 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
4551         Sync with Tramp 2.0.56.
4553         * net/tramp.el:
4554         * net/tramp-ftp.el:
4555         * net/tramp-smb.el:
4556         * net/tramp-util.el:
4557         * net/tramp-vc.el:
4558         Don't load cl.el, because that pollutes the namespace.  Replace cl
4559         macros by their implementations where necessary.  Requested by
4560         Richard Stallman <rms@gnu.org>.
4562         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4563         doesn't exist.
4564         (with-parsed-tramp-file-name): Protect debug spec during compilation.
4565         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4566         (tramp-file-name-p, tramp-file-name-multi-method)
4567         (tramp-file-name-method, tramp-file-name-user)
4568         (tramp-file-name-host, tramp-file-name-localname): New defuns,
4569         replacing defstruct `tramp-file-name'.
4570         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4571         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4572         Apply `vector' instead of `make-tramp-file-name'.
4573         (tramp-handle-make-auto-save-file-name):
4574         Apply `tramp-temporary-file-directory' for compatibility reasons.
4575         (tramp-completion-mode): Use `natnump' instead of `wholenump'
4576         because of XEmacs.
4577         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4578         started.
4580 2007-06-07  David Kastrup  <dak@gnu.org>
4582         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4583         Change default to `top'.
4585 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
4587         * dired.el (dired-mode-map): Remove spurious separator.
4589 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4591         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4593         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4594         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4596 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4598         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4599         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4601 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4603         * progmodes/ebrowse.el (ebrowse-member-table):
4604         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
4606 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4608         * pgg.el (pgg-sign-region, pgg-sign):
4609         * ses.el (ses-call-printer):
4610         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4611         * textmodes/org.el (org-cycle): Fix typos in docstrings.
4613 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
4615         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4616         (tar-get-descriptor): Handle type 55, an extended pax header.
4618 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * textmodes/css-mode.el: New file.
4622 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
4624         * net/socks.el: New file, taken from w3 repository.
4625         (top): Update Copyright.  Don't load cl.el.
4626         (all): Replace `case' by `cond', `string-to-int' by
4627         `string-to-number', and `process-kill-without-query' by
4628         `set-process-query-on-exit-flag'.
4629         (socks-char-int): Remove defalias and all occurrences.
4631 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4633         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4634         (sort-coding-systems, search-unencodable-char): Doc fixes.
4635         (coding-system-change-eol-conversion, set-default-coding-systems)
4636         (prefer-coding-system, find-multibyte-characters, princ-list)
4637         (leim-list-entry-regexp, set-input-method, locale-language-names)
4638         (input-method-exit-on-first-char, exit-language-environment-hook)
4639         (locale-charset-language-names): Fix typos in docstrings.
4641 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
4643         * bs.el (bs-cycle-previous): Don't modify the cycle list until
4644         `switch-to-buffer' has returned succesfully.
4645         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
4646         window is dedicated (it could iconify the frame).
4648 2007-06-05  Glenn Morris  <rgm@gnu.org>
4650         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4652 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
4654         * files.el (auto-mode-alist): Add lower-priority match for names
4655         like ChangeLog.old.
4657 2007-06-04  Andreas Schwab  <schwab@suse.de>
4659         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4661 2007-06-04  Davis Herring  <herring@lanl.gov>
4663         * calendar/timeclock.el: Update version number.
4664         (timeclock-modeline-display): Mention timeclock-use-display-time
4665         in explanatory message.
4666         (timeclock-log): Suppress warnings when finding the log.
4667         Don't check for a nil project twice.  Run hooks after killing the
4668         buffer (if applicable).
4669         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4670         was geometric).  All uses changed.
4671         (timeclock-generate-report): Support prefix argument.
4673 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4675         * man.el (Man-next-section): Don't consider the last line of the
4676         page as being part of any section.
4678 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
4680         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4681         modified flag of buffer.  Use `inhibit-modification-hooks'.
4683 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4685         * mail/mail-extr.el (mail-extract-address-components):
4686         Recognize non-ASCII characters except for NBSP as words.
4688 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
4690         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
4692 2007-06-04  Michael Olson  <mwolson@gnu.org>
4694         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4695         died and we are trying to send a signal to it.
4697 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
4699         * emacs-lisp/easy-mmode.el (define-minor-mode)
4700         (easy-mmode-define-navigation): Fix typos in docstrings.
4702         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4703         Fix typos in docstrings.
4704         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4705         (compilation-finish-function): Fix typo in obsolescence declaration.
4707         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4709 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
4711         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4712         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4714         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
4716         * longlines.el (longlines-mode): Make longlines-auto-wrap
4717         buffer-local.  Add hooks unconditionally.
4718         (longlines-auto-wrap): Toggle wrapping.
4719         (longlines-after-change-function)
4720         (longlines-post-command-function): Check longlines-auto-wrap.
4722 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4724         * Version 22.1 released.
4726 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
4728         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4729         changes.
4731 2007-05-31  Richard Stallman  <rms@gnu.org>
4733         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
4735 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
4737         * textmodes/table.el (table--point-entered-cell-function)
4738         (table--point-left-cell-function):
4739         Bind `inhibit-point-motion-hooks' to t.
4741 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4743         * emacs-lisp/rx.el (rx): Doc fix.
4745 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
4747         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4749 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4751         * log-edit.el (log-edit-changelog-paragraph): Return point-max
4752         as the end of the ChangeLog paragraph when it ends without a line
4753         termination.
4755 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * textmodes/fill.el (canonically-space-region): Make the second arg
4758         a marker if it's not already the case.
4760         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4761         (xterm-mouse-event): Use it.
4763 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
4765         * vc-hooks.el (vc-find-root): Fix file attribute test.
4767 2007-05-24  Richard Stallman  <rms@gnu.org>
4769         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4770         Don't let opoint be nil.
4771         (flyspell-emacs-popup): Explicit error if no dialogs.
4773 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
4775         * tar-mode.el (tar-file-name-handler): New function.
4776         (tar-extract): Bind file-name-handler-alist to it to force
4777         find-buffer-file-type-coding-system behave as if the file being
4778         extracted existed.  Use last-coding-system-used to force
4779         buffer-file-coding-system to what decode-coding-region actually
4780         used to decode the file.
4782 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4784         * progmodes/compile.el (compilation-handle-exit):
4785         `compilation-finish-function' may change the current buffer.
4787 2007-05-22  Richard Stallman  <rms@gnu.org>
4789         * files.el (set-auto-mode): Doc fix.
4791 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
4793         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4795 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
4797         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4798         (rcirc-print): Handle `window-width'.
4799         (rcirc-buffer-maximum-lines): Doc fix.
4801 2007-05-19  Kevin Ryde  <user42@zip.com.au>
4803         * info.el (Info-fontify-node): Match https also.
4805 2007-05-18  Richard Stallman  <rms@gnu.org>
4807         * simple.el (push-mark): Doc fix.
4809 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
4811         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4812         tpu-global-map.
4813         (tpu-original-global-map): Delete variable.
4814         (tpu-control-keys-map): New keymap variable.
4815         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4816         setting keymapping directly.
4817         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4818         tpu-global-map.
4819         (tpu-edt-on): Activate the tpu-global-map.
4820         (tpu-edt-off): Deactivate the tpu-global-map.
4822 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
4824         * textmodes/ispell.el (ispell-get-word): Return markers
4825         for start and end positions.
4826         (ispell-word): Assume END is a marker.
4828 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4830         * ps-print.el: Use default color when foreground or background color
4831         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
4832         (ps-print-version): New version 6.7.4.
4833         (ps-rgb-color): New argument.  Use default color when color is
4834         unspecified.
4835         (ps-begin-job): Fix code.
4837 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
4839         * textmodes/ispell.el (ispell-start-process): Defend against bad
4840         default-directory.
4842 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4844         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
4846 2007-05-16  Richard Stallman  <rms@gnu.org>
4848         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4850 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * files.el (magic-mode-alist, magic-fallback-mode-alist):
4853         Move the *ml, Postscript, and XmCD entries to the fallback part.
4855         * files.el (magic-fallback-mode-alist):
4856         Rename from file-start-mode-alist.
4858 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4860         * progmodes/compile.el (compilation-handle-exit): Quote first
4861         argument of `run-hook-with-args'.
4863 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
4865         * buff-menu.el (Buffer-menu-sort-column):
4866         * dabbrev.el (dabbrev-upcase-means-case-search):
4867         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4868         * info.el (Info-current-subfile):
4869         * ls-lisp.el (ls-lisp-verbosity):
4870         * msb.el (msb-menu-cond):
4871         * pcvs.el (cvs-dired-use-hook):
4872         * simple.el (set-mark-command-repeat-pop):
4873         * time.el (display-time-24hr-format, display-time-mail-file):
4874         Doc fixes.
4876         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
4877         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
4879         * view.el (view-inhibit-help-message): Fix typo in docstring.
4880         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4882 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
4884         * mail/rmail.el (rmail-convert-to-babyl-format):
4885         Check content-transfer-encoding _last_, because we need its position
4886         in base64-header-field-end.
4888 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
4890         * files.el (mode-require-final-newline, require-final-newline)
4891         (enable-local-variables, enable-local-eval): Doc fixes.
4893 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4895         * progmodes/python.el (python-font-lock-keywords)
4896         (python-open-block-statement-p, python-mode): Add support for the new
4897         "with" keyword.
4899 2007-05-10  Richard Stallman  <rms@gnu.org>
4901         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4902         (iso-cvt-write-only): Likewise.
4904         * emacs-lisp/easy-mmode.el (define-minor-mode):
4905         Fix generated doc string.
4907         * startup.el (fancy-splash-text): Add URL of guided tour.
4908         Adjust horizontal and vertical whitespace.
4910         * progmodes/compile.el (compilation-handle-exit):
4911         Use run-hook-with-args to run compilation-finish-functions.
4913         * files.el (file-start-mode-alist): New variable.
4914         (magic-mode-regexp-match-limit): Doc fix.
4915         (set-auto-mode): Handle file-start-mode-alist.
4916         A little cleanup of structure.
4918 2007-05-10  Davis Herring  <herring@lanl.gov>
4920         * calendar/timeclock.el (timeclock-in): Fix non-interactive
4921         workday specifications.
4922         (timeclock-log): Don't kill the log buffer if it already existed.
4924 2007-05-08  Richard Stallman  <rms@gnu.org>
4926         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4927         Don't include non-self-insert commands in the exception for `-'.
4929 2007-05-08  David Reitter  <david.reitter@gmail.com>
4931         * progmodes/python.el (python-guess-indent): Check non-nullness
4932         before comparing indent against the 2..8 interval.
4934 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4936         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4937         available.
4939 2007-05-06  Richard Stallman  <rms@gnu.org>
4941         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4943 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
4945         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4946         disconnections.
4948 2007-05-01  Romain Francoise  <romain@orebokech.com>
4950         * dired-x.el: Revert 2007-04-06 change.
4952 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
4954         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4955         don't put stop on toolbar.
4957 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
4959         * find-dired.el (find-dired-filter): Propertize all text down to eob.
4961 2007-04-29  Richard Stallman  <rms@gnu.org>
4963         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4965 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * progmodes/cc-mode.el (c-before-change): Use point-min rather
4968         than 1.
4970 2007-04-28  Richard Stallman  <rms@gnu.org>
4972         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4974 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4978 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
4980         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4981         instead of $(lisp)/mh-e.
4983         * textmodes/fill.el (fill-paragraph): Doc fix.
4985 2007-04-28  Glenn Morris  <rgm@gnu.org>
4987         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4988         (image-dired-cmd-create-temp-image-options): Replace option
4989         +profile "*" with -strip.
4991 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
4993         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4994         Use window-start and window-end.
4996 2007-04-26  Glenn Morris  <rgm@gnu.org>
4998         * progmodes/python.el: Restore file pending consideration of legal
4999         status.
5001 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
5003         * locate.el (locate-in-alternate-database): Doc fix.
5005 2007-04-26  Glenn Morris  <rgm@gnu.org>
5007         * button.el (button): Use underline if supported, else fall back
5008         to color.
5010 2007-04-25  Richard Stallman  <rms@gnu.org>
5012         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5014 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
5016         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5017         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5018         pushing mark.
5019         (idlwave-current-routine): Don't push mark.
5021 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
5023         * image-dired.el (image-dired-display-image): Derive image-type from
5024         filename rather than assuming jpeg, in case no resizing was needed.
5026 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5028         * custom.el (defface): Doc fix.
5030 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5032         * progmodes/python.el: Remove due to unclear legal issues.
5034 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
5036         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
5037         Don't re-query for each cleared BP.
5038         (idlwave-shell-clear-bp): Optionally skip BP query.
5039         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
5040         of set-window-buffer, which incorrectly moves displayed region.
5042 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
5044         * calc/calc.el (calc-bug-address): Update maintainer's address.
5045         * calc/*: Update maintainer's address.
5047 2007-04-23  Richard Stallman  <rms@gnu.org>
5049         * simple.el (set-mark-command-repeat-pop): Doc fix.
5050         Put in `editing-basics' group.
5052 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
5054         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
5055         New functions.
5056         (Info-mode-line-node-keymap): Bind mouse commands to
5057         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
5059 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
5061         * locate.el (locate-local-prompt): New var.
5062         (locate-prompt-for-command): Doc fix.
5063         (locate-prompt-for-search-string): New function.
5064         (locate): New optional arg.  Make locate-local-prompt
5065         buffer-local.  Use locate-prompt-for-search-string.
5066         (locate-with-filter): New optional arg.
5067         Use locate-prompt-for-search-string.
5068         (locate-update): Bind locate-prompt-for-command.
5070 2007-04-23  Glenn Morris  <rgm@gnu.org>
5072         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5074 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
5076         * button.el (button): Inherit from link face on a tty.
5078 2007-04-23  Glenn Morris  <rgm@gnu.org>
5080         * button.el (button): Use color for this face on a tty.
5082         * files.el (magic-mode-alist): Allow for carriage-returns in
5083         html-mode and sgml-mode entries.
5085 2007-04-22  Richard Stallman  <rms@gnu.org>
5087         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5088         Improve doc string of generated command.
5090         * subr.el (read-number): Catch errors.
5092         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
5094 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5096         * image-dired.el: Rename from thumbnails.el.  All instances of
5097         "thumbnails" replaced with "image-dired".
5099         * dired.el (dired-mode-map): Rename "thumbnails" again, to
5100         "image-dired".
5102 2007-04-22  Kim F. Storm  <storm@cua.dk>
5104         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
5105         Don't use kill-line.
5107 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
5109         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
5110         error message.
5112 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5114         * dired.el: Rename "tumme" to "thumbnails".
5116         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
5117         replaced with "thumbnails".
5119 2007-04-22  Glenn Morris  <rgm@gnu.org>
5121         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
5122         and give it the risky-local-variable property.
5124         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
5125         before defining it.
5127 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
5129         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5130         Use delete-region instead of kill-line.
5132 2007-04-21  Alan Mackenzie  <acm@muc.de>
5134         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
5135         `kill-region' by `delete-region'.
5137 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
5139         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
5140         instead of kill-region.
5142         * progmodes/mantemp.el (mantemp-make-mantemps-region)
5143         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
5144         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
5145         and kill-line.
5147         * progmodes/vhdl-mode.el (vhdl-template-type)
5148         (vhdl-template-record, vhdl-template-nature)
5149         (vhdl-template-configuration-spec, vhdl-template-component-inst)
5150         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
5151         Use delete-region instead of kill-word and kill-line.
5153 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5155         * dired-x.el (dired-virtual-mode): Doc fix.
5157 2007-04-21  Richard Stallman  <rms@gnu.org>
5159         * font-lock.el (font-lock-keywords-alist): Mark as risky.
5161         * subr.el (read-number): Doc fix.
5163         * simple.el (pop-to-mark-command): Display message "mark popped"
5164         if point does not move.
5165         (set-mark-command): Doc fix.
5167 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
5169         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
5170         (locate-local-filter, locate-local-search): New vars.
5171         (locate): Make variables local.
5172         (locate-update): Bind locate-buffer-name.  Call locate using
5173         locate-local-filter and locate-local-search.
5175 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
5177         * hi-lock.el (hi-lock-file-patterns-policy): New var.
5178         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
5179         (hi-lock-mode): Update docstring.
5181 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
5184         fill-nobreak-predicate when the break is past fill-column.
5186 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5188         * locate.el (locate): Output from shell-command should go in the
5189         current buffer rather than *Shell Command Output*.
5191 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
5193         * paren.el (show-paren-function): Fix last fix.
5195 2007-04-19  Kevin Ryde  <user42@zip.com.au>
5197         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
5198         (archive-lzh-summarize): Add optional start arg for where to start
5199         looking at the archive.
5200         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
5202         * international/mule.el (auto-coding-alist): no-conversion for .exe
5203         and .EXE.
5205 2007-04-19  Alan Mackenzie  <acm@muc.de>
5207         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
5208         function return type contains "struct", "union", etc.
5209         c-end-of-defun goes too far forward.
5211 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
5213         * paren.el (show-paren-function): Reset window-start to avoid
5214         recentering.
5216 2007-04-19  Glenn Morris  <rgm@gnu.org>
5218         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
5220 2007-04-18  Glenn Morris  <rgm@gnu.org>
5222         * calendar/diary-lib.el (diary-header-line-format): Add a custom
5223         :set function.
5224         (diary-list-entries): Only switch to diary-mode from
5225         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
5226         diary-mode set header-line-format, in case of any customization.
5228 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5230         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
5231         is less than the length of parse-time-syntax.
5233 2007-04-17  David Kastrup  <dak@gnu.org>
5235         * replace.el (query-replace-regexp-eval): Deprecate.
5237 2007-04-17  Alan Mackenzie  <acm@muc.de>
5239         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
5240         point too close to EOB, leave point at EOB rather than last `}'.
5242 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5244         * textmodes/bibtex.el (bibtex-include-OPTkey)
5245         (bibtex-user-optional-fields, bibtex-entry-field-alist):
5246         Fix defcustom.
5248 2007-04-17  Glenn Morris  <rgm@gnu.org>
5250         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
5251         be encoded, fall back to current year.
5253 2007-04-14  Kevin Ryde  <user42@zip.com.au>
5255         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
5256         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
5257         M "MSDOS".
5259 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
5261         * progmodes/python.el (python-end-of-block): Avoid looping forever
5262         if python-next-statement fails.
5264 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5266         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
5268 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5270         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
5271         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
5273 2007-04-15  Jay Belanger  <belanger@truman.edu>
5275         * calc/calc.el (calc-version): New function.
5276         (calc-trail-mode): Shorten the title.
5278 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5280         * mail/footnote.el (footnote-style): Clarify docstring to state
5281         that customizing this only applies to future footnotes.
5283 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5285         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
5286         (bibtex-make-field): Check that INIT is a string.  Use functionp.
5288 2007-04-14  Glenn Morris  <rgm@gnu.org>
5290         * complete.el (PC-goto-end): New buffer-local variable.
5291         (PC-do-completion-end): Make buffer-local.
5292         (partial-completion-mode) <choose-completion-string-functions>:
5293         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
5294         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
5295         doc string.  Set PC-goto-end for choose-completion.
5296         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
5297         PC-do-completion.
5299         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
5300         arg to bibtex-make-field.
5301         (bibtex-make-field): Add optional fourth arg NODELIM.
5302         Insert delimiters around INIT unless this arg is non-nil.
5304 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
5306         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
5307         global map isn't modified.
5309 2007-04-14  Glenn Morris  <rgm@gnu.org>
5311         * calendar/appt.el (appt-disp-window): Do not split small windows.
5312         Suggested by Jeff Miller <jmiller@cablespeed.com>.
5314 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
5316         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
5318         * files.el: Ditto.
5320 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
5322         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
5324         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
5325         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
5326         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
5327         (term-pager-help): Fix typos in docstrings.
5329         * wid-edit.el (widget-documentation): Fix typo in docstring.
5331         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
5332         Fix typos in error messages.
5334 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
5336         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
5337         window marked as dedicated.
5339         * mail/footnote.el (footnote-latin-string): New variable.
5340         (footnote-latin-regexp): Redefine as regexp alternative.
5341         (Footnote-latin): Use footnote-latin-string instead of
5342         footnote-latin-regexp.
5344 2007-04-13  Glenn Morris  <rgm@gnu.org>
5346         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
5347         inherited keymaps.
5349 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
5351         * outline.el (outline-get-next-sibling): Clarify docstring.
5352         (outline-get-last-sibling): Handle case where we are at the first
5353         heading.  Clarify docstring.
5355 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
5357         * progmodes/gud.el (gud-minor-mode-map): Make go button same
5358         length as stop button to lessen flicker.
5359         (jdb): Add gud-print.
5360         (gud-find-expr): Jdb prints the expression with the value, so
5361         don't insert it in the output.
5363 2007-04-11  Jason Rumney  <jasonr@gnu.org>
5365         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
5366         case hex.  Do not try to decode non-hex letters.
5368 2007-04-11  Markus Triska  <markus.triska@gmx.at>
5370         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
5371         (byte-optimize-backward-word): Remove (move to bytecomp.el).
5372         (byte-optimize-form-code-walker): Evaluate pure function calls if
5373         possible.
5374         (byte-optimize-all-constp): New function.
5376         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5377         Improve numeric argument case.
5378         (byte-compile-backward-char, byte-compile-backward-word):
5379         New functions, performing rewriting previously done in byte-opt.el.
5380         Fix their "Fixme" item (restriction to numeric arguments).
5382 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5384         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
5385         with dolist.
5386         (after-init-hook): Don't quote lambda.
5387         (desktop-first-buffer): Don't wrap it in eval-when-compile.
5388         (desktop-internal-v2s): Remove unused var `el'.
5389         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
5390         desktop-restore-file-buffer.
5391         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
5392         desktop-create-buffer.
5394 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
5396         * woman.el (woman-decode-buffer): Postpone macro-set check...
5397         (woman-decode-region): ...to here.
5399 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
5401         * startup.el (tty-handle-args): Use %S to log ARGS.
5403 2007-04-10  Glenn Morris  <rgm@gnu.org>
5405         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
5406         it is obsolete and has no effect.
5408         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
5409         byte-compiler.
5411         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
5412         obsolete function make-local-hook.
5414         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
5415         start to quieten byte-compiler.
5417 2007-04-10  Markus Triska  <markus.triska@gmx.at>
5419         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
5420         to bytecomp.el as byte-compile-char-before).
5421         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5422         New function (modified replacement for byte-optimize-char-before in
5423         byte-opt.el).
5425 2007-04-09  Alan Mackenzie  <acm@muc.de>
5427         * startup.el (inhibit-splash-screen): Emphatically state that it
5428         can't be set in site-start.el.
5430 2007-04-09  Masatake YAMATO  <jet@gyve.org>
5432         * progmodes/cc-subword.el (c-capitalize-subword): More closely
5433         mimic the behavior of `capitalize-word'.  Do not move point with a
5434         negative argument.  Based on tiny change by Paul Curry.
5436 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
5438         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
5439         Don't move point if ARG is negative.
5441 2007-04-09  Alan Mackenzie  <acm@muc.de>
5443         Changes to make `narrow-to-defun' and `mark-defun' work properly
5444         in CC Mode:
5446         * progmodes/cc-defs.el (c-beginning-of-defun-1):
5447         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5448         Bind beginning/end-of-defun-function to nil around calls to
5449         beginning/end-of-defun.
5451         * progmodes/cc-langs.el (beginning-of-defun-function)
5452         (end-of-defun-function): New c-lang-setvar's.
5454         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
5455         (setq arg 1))" to enable non-interactive call.
5457 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
5459         * simple.el (set-mark-command): Doc fix.
5461 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
5463         * progmodes/gud.el (gdb): Restore existing session if user
5464         tries to start a second one in graphical mode.
5466 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
5468         * cus-start.el <scroll-preserve-screen-position>: Add choices.
5470 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5472         * term/xterm.el (terminal-init-xterm): Fix key definitions.
5473         Add binding for C-M-SPC.
5475 2007-04-08  Richard Stallman  <rms@gnu.org>
5477         * pcomplete.el (pcomplete-read-event): One single definition,
5478         and not a defsubst.
5480 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5482         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
5483         byte-compiler warning "value unused".
5485 2007-04-08  Andreas Schwab  <schwab@suse.de>
5487         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
5489 2007-04-07  Glenn Morris  <rgm@gnu.org>
5491         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
5492         Autoload these functions.
5493         (diary-date-forms): Add a custom :set form.
5495         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
5496         before first use.
5497         (diary-font-lock-keywords): New function with old code for
5498         initialization of variable of same name.
5500 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
5502         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
5503         clean-up: only insert space when on identifier, etc.
5505 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5507         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
5509         * net/tls.el (open-tls-stream): Properly handle case where there
5510         is no associated buffer.
5512 2007-04-07  Glenn Morris  <rgm@gnu.org>
5514         * ffap.el (ffap-file-at-point): Lower the priority of the
5515         ffap-ftp-sans-slash-regexp check.
5517 2007-04-06  Alan Mackenzie  <acm@muc.de>
5519         Fix fontification of labels, and other things with ":".
5521         * progmodes/cc-engine.el (c-forward-label): The function now
5522         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
5523         the former t.
5525         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
5526         new return code from c-forward-label, fontifying tokens properly.
5527         Add some general comments throughout the file.
5529 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
5531         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
5532         Revert 2006-01-27 change.
5534         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
5536         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
5538         * desktop.el (desktop-create-buffer, desktop-save):
5539         Revert 2004-11-12 change for lack of copyright papers.
5541         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
5542         (dired-guess-default): Respect case.
5544         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
5546         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
5547         was originally checked in as byte-optimize-concat on 1997-11-02.
5549         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
5550         1995-05-19 doc changes.
5552 2007-04-06  Kim F. Storm  <storm@cua.dk>
5554         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
5555         (unload-feature): Update interactive spec accordingly.
5557         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
5559 2007-04-06  John Paul Wallington  <jpw@pobox.com>
5561         * subr.el (with-case-table): Use `make-symbol' to avoid variable
5562         capture.  Restore the table in the same buffer.
5564         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
5566 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
5568         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5569         Print entire form.
5571 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
5573         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
5574         for low-color displays.
5576 2007-04-05  Glenn Morris  <rgm@gnu.org>
5578         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
5579         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
5580         Seed random number generator on loading.
5582         * emacs-lisp/authors.el (top-level): Provide self.
5584         * play/animate.el (top-level): Provide self.
5586 2007-04-04  Alan Mackenzie  <acm@muc.de>
5588         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
5589         to mention c-syntactic-indentation.
5591 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
5593         * subr.el (with-case-table): New macro.
5595         * international/mule.el (ascii-case-table): New var.
5597         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
5598         downcasing.
5600 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5602         * progmodes/gud.el (gud-minor-mode-map): Simplify.
5604         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
5605         of the window if we're outside it e.g menu-bar.
5607         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
5608         window if we're outside it e.g menu-bar.
5610 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
5612         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
5613         decode base-64 encoded body if its content-type is something other
5614         than text/* or message/*.
5616 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
5618         * simple.el (activate-mark-hook): Fix typo in docstring.
5620 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5622         * tmm.el (tmm-c-prompt): Initialize.
5623         (tmm-menubar): Deal with extended menu-items at top level.
5624         (tmm-get-keybind): Handle bindings redefined/undefined locally.
5625         (tmm-prompt): Handle visibility of top level menu-items.
5627         * progmodes/gud.el (gud-menu-map): Simplify.
5628         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
5629         menubar.
5631 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
5633         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
5635         * comint.el (comint-send-input): Widen the buffer first.
5637         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
5639 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5641         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
5642         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
5644         * newcomment.el (comment-search-forward): Discard comment starters
5645         before point.
5647 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
5649         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
5651 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
5653         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
5654         when downcasing.
5656         * button.el (previous-button): Rewrite to account for adjacent buttons.
5658 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
5660         * progmodes/idlwave.el (idlwave-auto-fill):
5661         Revert paragraph-separate change.
5663         * progmodes/idlw-shell.el (idlwave-shell-break-in):
5664         Simplify module calc.
5665         (idlwave-shell-set-bp-in-module): Compute module.
5667 2007-03-31  Glenn Morris  <rgm@gnu.org>
5669         * emacs-lisp/timer.el (run-at-time): Doc fix.
5671         * emacs-lisp/warnings.el (display-warning): If we create the
5672         buffer displaying the warning, disable undo there.
5674 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
5676         * net/tramp.el (tramp-register-file-name-handler)
5677         (tramp-register-completion-file-name-handler): New defsubst,
5678         derived from `tramp-register-file-name-handlers'.  The split is
5679         necessary because Tramp's file name handlers must be registered at
5680         different startup places.
5682 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
5684         * progmodes/hideshow.el (turn-off-hideshow): New function.
5685         (hs-minor-mode): Use it instead of a lambda expression in
5686         change-major-mode-hook.
5688 2007-03-31  David Kastrup  <dak@gnu.org>
5690         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
5691         corresponding to MANPATH_MAP entries.
5692         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
5693         (woman-parse-man.conf): Use more discriminating man.conf name.
5694         (woman-parse-man.conf): Parse MANPATH_MAP entries.
5695         (woman-manpath): Doc fix and type fix.
5696         (woman-cached-data): Check for MANPATH_MAP entries.
5697         (woman-expand-directory-path): Treat MANPATH_MAP entries.
5699 2007-03-31  Stuart Herring  <herring@lanl.gov>
5701         * emacs-lisp/sregex.el (sregexq): Doc fix.
5703 2007-03-31  Markus Triska  <markus.triska@gmx.at>
5705         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
5707 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
5709         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
5710         Move to the right.
5712 2007-03-30  Alan Mackenzie  <acm@muc.de>
5714         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5716 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
5718         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
5719         Use it, passed in explicitly, instead of from the dynamic binding.
5720         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
5722 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
5724         * simple.el (blink-matching-open): When in minibuffer, don't
5725         search for a match inside the prompt.
5727 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
5729         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
5730         (tmm-prompt): Don't make the mouse user select the first menu
5731         item twice.
5733 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
5735         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
5736         SIGUSR1 and SIGUSR2.
5738 2007-03-29  Kim F. Storm  <storm@cua.dk>
5740         * ido.el (ido-read-internal): When reading file or dir, only override
5741         minibuffer-local-filename-completion-map, otherwise only override
5742         minibuffer-local-completion-map.
5744 2007-03-29  Glenn Morris  <rgm@gnu.org>
5746         * complete.el (partial-completion-mode): Set PC-do-completion-end
5747         to nil after use.
5748         (PC-lisp-complete-symbol): Create and use a marker at `end',
5749         rather than using point-marker.
5751 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
5753         * simple.el (next-error-highlight): Doc fix.
5754         (compose-mail): Revert 2007-03-19 change.
5756 2007-03-28  Richard Stallman  <rms@gnu.org>
5758         * emacs-lisp/edebug.el (edebug-display): Don't go to
5759         edebug-outside-buffer if it is dead.
5761 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
5763         * view.el (view-mode): Fix typos in docstring.
5765 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
5767         * recentf.el (recentf-save-file): Add a custom :set function.
5769 2007-03-28  Glenn Morris  <rgm@gnu.org>
5771         * complete.el (PC-do-completion-end): New variable.
5772         (partial-completion-mode) <choose-completion-string-functions>:
5773         Use PC-do-completion-end in the non-minibuffer case to replace the
5774         correct amount of text.
5775         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
5776         (PC-lisp-complete-symbol): Give marker the after-insertion type,
5777         to deal with improvements inserted after point.
5779 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * button.el (make-text-button): Add explicit `button' property.
5782         (default-button): Don't put a `button' property on it.
5784         * progmodes/python.el (python-mode): Skip comments when parsing.
5786         * vc-arch.el (vc-with-current-file-buffer): New macro.
5787         (vc-arch-file-source-p): Use it to avoid infloop.
5789 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
5791         * emacs-lisp/lisp.el (lisp-complete-symbol):
5792         Fix call to get-buffer-window to find windows in other frames.
5794 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * comint.el (comint-proc-query, comint-dynamic-list-completions):
5797         Fix calls to get-buffer-window to find windows in other frames.
5798         Reported by David Hansen <david.hansen@gmx.net>.
5800 2007-03-27   Kevin Ryde  <user42@zip.com.au>
5802         * info.el (Info-display-images-node): On a text-only terminal,
5803         show the "text" or "alt" parts of the image blobs.
5805 2007-03-27  Glenn Morris  <rgm@gnu.org>
5807         * complete.el (PC-do-completion): Compute completion-base-size in
5808         the non-filename case, rather than setting to nil.
5809         (PC-lisp-complete-end): New variable.
5810         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
5811         original end in a series of consecutive invocations.
5813         * calendar/calendar.el (calendar-mode-hook): Declare it.
5815         * calendar/diary-lib.el (diary-live-p): Do not check for
5816         diary-selective-display.
5818 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         * replace.el (occur-next-error): *Occur* might not be displayed in the
5821         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
5823 2007-03-26  Richard Stallman  <rms@gnu.org>
5825         * textmodes/flyspell.el (flyspell-large-region):
5826         Use ispell-call-process-region.
5828 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5830         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5831         Use prin1 instead of princ.
5833 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
5835         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
5836         Merge in X resources before global face.
5838         * progmodes/compile.el (compilation-start): Save compilation-directory
5839         rather than default-directory as local var.
5840         (compilation-directory): Mark as safe local var.
5842         * files.el: Don't mark default-directory as a safe local var.
5844 2007-03-25  Alan Mackenzie  <acm@muc.de>
5846         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
5847         * progmodes/cc-engine.el: Fix typo.
5849 2007-03-25  Juri Linkov  <juri@jurta.org>
5851         * compare-w.el (compare-windows): Rename customization group
5852         `compare-w' to `compare-windows'.
5853         (compare-windows-whitespace, compare-ignore-whitespace)
5854         (compare-ignore-case, compare-windows-sync)
5855         (compare-windows-sync-string-size, compare-windows-recenter)
5856         (compare-windows-highlight, compare-windows): Change group name in
5857         the `group' tag from `compare-w' to `compare-windows'.
5858         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
5860 2007-03-24  Markus Triska  <markus.triska@gmx.at>
5862         * expand.el: Change example to always enable abbrev-mode,
5863         and remove redundant `function'.
5864         (expand-abbrev-hook): Add autoload cookie.
5866 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
5868         * emacs-lisp/testcover.el (testcover-start, testcover-end)
5869         (testcover-mark-all, testcover-unmark-all): Add prompts to
5870         interactive specs.
5872 2007-03-24  Jason Rumney  <jasonr@gnu.org>
5874         * autorevert.el (find-file-hook, auto-revert-tail-mode):
5875         Use file size in bytes for auto-revert-tail-pos not characters.
5877 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
5879         * vc-rcs.el (vc-rcs-annotate-command):
5880         Set text property :vc-annotate-prefix on the annotation text.
5881         (vc-rcs-annotate-time): Instead of searching for ": ",
5882         search for end of text propertized with :vc-annotate-prefix.
5884 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
5886         * whitespace.el (top level): Remove calls putting
5887         permanent-local nil property since these are no-ops.
5889         * man.el (Man-support-local-filenames): Assure that
5890         default-directory exists when doing call-process.
5892 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
5894         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
5895         Fix omission bug: Use m4-program-options to construct shell command.
5897 2007-03-23  David Kastrup  <dak@gnu.org>
5899         * progmodes/cc-mode.el (c-make-emacs-variables-local):
5900         Use `mapcar' rather than `mapcan' to silence compiler warning.
5902 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
5904         * textmodes/reftex.el, textmodes/reftex-vars.el,
5905         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
5906         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
5907         * textmodes/reftex-index.el, textmodes/reftex-global.el,
5908         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
5909         * textmodes/reftex-auc.el: Add maintainer address.
5911 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
5913         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
5914         Make sure that `global-font-lock-mode' does not turn on font-lock
5915         in these buffers.
5917 2007-03-21  Kim F. Storm  <storm@cua.dk>
5919         * xt-mouse.el (xt-mouse-epoch): New variable.
5920         (xterm-mouse-event): Use float-time.
5922 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
5924         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
5925         current-time.
5927 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5929         * complete.el (read-file-name-internal): Don't add the final > if the
5930         completion is not finished (re-application of this patch, which was
5931         accidentally undone by Eli).
5933 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
5935         * emulation/viper.el (viper-non-hook-settings): Handle mouse
5936         clicks in describe-key and describe-key-briefly advice a little better.
5938 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
5940         * server.el (server-process-filter): Cancel any pending isearch.
5942 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
5944         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
5945         (icalendar--get-unfolded-buffer): Define actual arguments rather
5946         than just using &rest.  Check replace-in-string is fbound.
5947         (icalendar-import-buffer): Doc fix.
5948         (icalendar--convert-ical-to-diary): Set diary-file.
5949         Check diary-file before inserting final newline.
5950         (icalendar--add-diary-entry): Return diary-file.
5952 2007-03-21  Glenn Morris  <rgm@gnu.org>
5954         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
5955         (diary-display-hook): Add custom :set function.
5957         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
5958         Add custom :set function.
5959         (diary-header-line-format): Doc fix.
5960         (diary-set-maybe-redraw): New function.
5961         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
5962         (diary-list-entries): Always run diary-mode.
5964 2007-03-20  Kenichi Handa  <handa@m17n.org>
5966         * international/quail.el (quail-setup-completion-buf): Make the
5967         completion buffer read-only.
5968         (quail-completion): Adjusted for the above change.  Leave the
5969         modified flag nil.
5971 2007-03-20  David Kastrup  <dak@gnu.org>
5973         * files.el (magic-mode-alist): Require literal "%!PS" string for
5974         magic postscript file detection.
5976 2007-03-20  Richard Stallman  <rms@gnu.org>
5978         * textmodes/ispell.el (ispell-call-process): New function.
5979         Defends against bad `default-directory.'
5980         (ispell-check-version, ispell-find-aspell-dictionaries)
5981         (ispell-get-aspell-config-value, lookup-words): Call it.
5982         (ispell-call-process-region): New function.
5983         (ispell-send-string): Call it.
5985 2007-03-20  Andreas Schwab  <schwab@suse.de>
5987         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
5988         (finder-data): Likewise.
5989         (autoloads): Likewise.
5991 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
5993         * files.el (basic-save-buffer): Do not set visited filename when
5994         the corresponding directory does not exist or the specified
5995         filename is that of an existing directory.
5997 2007-03-20  Glenn Morris  <rgm@gnu.org>
5999         * calendar/diary-lib.el (diary-live-p): New function.
6000         (number-of-diary-entries): Add a :set function to redisplay diary
6001         when necessary.
6003 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
6005         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
6006         from client program, mev, to compute mouse event.
6008 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6010         * faces.el (momentary): Face removed; unused due to reversion of
6011         2007-01-04 changes by Kevin Rodgers.
6013         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
6014         Suggested by Johan Bockg\e,Ae\e(Brd.
6016 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
6018         * font-lock.el (lisp-font-lock-keywords-1):
6019         Highlight define-globalized-minor-mode as a keyword.
6021 2007-03-19  Kim F. Storm  <storm@cua.dk>
6023         * calc/calc-forms.el (math-std-daylight-savings)
6024         (math-std-daylight-savings-old): Doc fix.
6026 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
6028         * progmodes/python.el (python-default-template): Doc fix.
6029         (python-buffer): Fix typo in docstring.
6031         * isearchb.el (isearchb-follow-char):
6032         * subr.el (def-edebug-spec): Fix typo in docstring.
6034 2007-03-19  Richard Stallman  <rms@gnu.org>
6036         * files.el (default-directory): Mark safe.
6037         (basic-save-buffer-2): Put proper dir name in error message.
6039         * simple.el (compose-mail): Run switch-function after
6040         setting up the mail buffer.
6042         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
6044 2007-03-18  Jay Belanger  <belanger@truman.edu>
6046         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
6047         (math-std-daylight-savings-new): Rename from
6048         `math-std-daylight-savings'.
6049         (math-std-daylight-savings-old): Rename from old value of
6050         `math-std-daylight-savings'.
6051         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
6052         `math-std-daylight-savings-old' depending on the year.
6054 2007-03-18  Detlev Zundel  <dzu@gnu.org>
6056         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
6057         zero-width regexps as invalid but rather at least count them correctly.
6059 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6061         * net/tls.el (open-tls-stream): In handshake-waiting loop,
6062         don't wait more if there is output available to process.
6064 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
6066         * progmodes/compile.el (compilation-find-file): Revert change
6067         from 2006-07-18 to allow completion of directory names.
6068         Reported by John Carter <john.carter@tait.co.nz>.
6070 2007-03-18  Kim F. Storm  <storm@cua.dk>
6072         * subr.el (when, unless): Doc fix.
6074 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6076         * net/tls.el (tls-program): Doc fix.
6078 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
6080         * autorevert.el (auto-revert-tail-handler):
6081         Call after-revert-hook.
6083 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
6085         * simple.el (switch-to-completions): No error if search for \n\n fails.
6087 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
6089         * simple.el (line-move-1):
6090         Respect `inhibit-line-move-field-capture' property.
6092 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
6094         * comint.el (comint-arguments): Mark backslash-escaped chars.
6095         (comint-delim-arg): Don't treat them as delimiters.
6097 2007-03-12  Kim F. Storm  <storm@cua.dk>
6098         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
6100 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6102         * tempo.el (tempo-insert): Deal with 'r> if it appears
6103         specified with a prompt argument.
6105 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
6107         * textmodes/org.el (org-set-font-lock-defaults):
6108         Handle narrow table columns correctly.
6110 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
6112         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
6113         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
6114         Return to use of the -no-properties variants.  There was
6115         consensus on emacs-devel that the speed of these variants was
6116         prefered since we are usually parsing files (from the internet
6117         or on disk) instead of XML created in Emacs.
6119         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
6120         Add customize option.
6122 2007-03-12  Glenn Morris  <rgm@gnu.org>
6124         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
6125         North American rule.  Replace "daylight savings" with "daylight
6126         saving" in doc.
6128         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
6129         * calendar/lunar.el, solar.el: Replace "daylight savings" with
6130         "daylight saving" in text.
6132         * woman.el (woman-change-fonts): Tweak previous change by using
6133         woman-request-regexp rather than "^\\.".
6135         * startup.el (command-line-1): Make insertion of
6136         initial-scratch-message not depend on scratch being selected.
6138 2007-03-11  Juri Linkov  <juri@jurta.org>
6140         * replace.el (match): Use yellow background on light-bg terminals.
6142 2007-03-11  Richard Stallman  <rms@gnu.org>
6144         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6145         Correctly compute line number.
6147 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
6149         * type-break.el (type-break-get-previous-count):
6150         Repeat previous change here.
6152 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6154         * progmodes/grep.el (grep-find-ignored-directories):
6155         Add .git and .bzr to list.
6157 2007-03-11  Andreas Schwab  <schwab@suse.de>
6159         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
6161 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6163         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
6165 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
6167         * faces.el (face-set-after-frame-default): Recalculate face
6168         customizations after applying X resources.
6170 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
6172         * net/rcirc.el (rcirc-timeout-seconds): New variable.
6173         (rcirc-keepalive-seconds): Remove variable.
6174         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6175         (rcirc-process, rcirc-user-disconnect): New variables.
6176         (rcirc-connect): Initalize new variables.
6177         (rcirc-keepalive): Don't send keepalive pings before connection
6178         is completed.
6179         (rcirc-sentinel): Do mark all channels with activity when
6180         connection is dropped.  Run hook with process buffer local.
6181         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
6182         (rcirc-buffer-process): Return value of rcirc-process if
6183         rcirc-server-buffer is nil.
6184         (rcirc-server-name): Return the reported server name.
6185         (rcirc-update-prompt): Simplify computation of the server name.
6186         (rcirc-format-response-string): Likewise.
6187         (rcirc-handler-001): Mark server as connected, record the reported
6188         server name, and schedule a timeout.
6189         (rcirc-track-nick): Add a spec for the tty class.
6190         (rcirc-user-non-nick): Remove function.
6191         (rcirc-nick-prefix-chars): Add variable.
6192         (rcirc-user-nick): Use above variable.
6194 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6196         * icomplete.el (icomplete-tidy, icomplete-exhibit):
6197         Bind deactivate-mark to nil.
6199 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
6201         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
6202         that buffer contents get erased during completion.
6204 2007-03-10  Glenn Morris  <rgm@gnu.org>
6206         * woman.el (woman-change-fonts): Add a hack to deal with
6207         font-escape followed by "." at start of a line.
6208         (woman2-IP): Add a hack to deal with consecutive requests.
6209         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
6211 2007-03-10  Alan Mackenzie  <acm@muc.de>
6213         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
6215 2007-03-09  Richard Stallman  <rms@gnu.org>
6217         * abbrev.el (abbrev): Add `provide'.
6219 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
6221         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
6223 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
6225         * complete.el (PC-try-completion): New function.
6226         (PC-do-completion, read-file-name-internal): Use it instead of
6227         try-completion.
6229 2007-03-08  Alan Mackenzie  <acm@muc.de>
6231         Remove stale tokens from `c-found-types' cache.
6233         * progmodes/cc-mode.el (c-unfind-enclosing-token)
6234         (c-unfind-coalesced-tokens, c-before-change): New functions.
6235         (c-maybe-stale-found-type): New variable.
6237         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
6238         (c-trim-found-types): New functions.
6240 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
6243         (debug-ignored-errors): Add entry from smerge-match-conflict.
6245 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
6247         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
6248         special help topics for keywords.
6249         (idlwave-help-assistant-command): Include ".exe" for ms-dos
6250         etc.  Assistant command.
6252 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
6254         * replace.el (occur-engine): Move buffer-undo-list binding...
6255         (occur-1): ...to here.
6257         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
6259         * simple.el (minibuffer-completing-symbol): New var.
6260         (eval-expression): Use it.
6261         (completion-setup-function): Don't bind completion-base-size when
6262         completing a symbol in the minibuffer.
6264 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
6266         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
6267         tries to start a second session in graphical mode.
6269 2007-03-07  Miles Bader  <miles@gnu.org>
6271         * international/isearch-x.el
6272         (isearch-process-search-multibyte-characters):
6273         Strip text-properties from PROMPT to avoid an error from read-string.
6275 2007-03-07  Kim F. Storm  <storm@cua.dk>
6277         * complete.el (PC-bindings): Remap lisp-complete-symbol to
6278         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
6280 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6282         * complete.el (PC-do-completion): Delete duplicates in the list of
6283         possible completions.
6285 2007-03-07  Glenn Morris  <rgm@gnu.org>
6287         * ses.el (ses-mode): Doc fix.
6289 2007-03-06  Kim F. Storm  <storm@cua.dk>
6291         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
6293 2007-03-06  Kenichi Handa  <handa@m17n.org>
6295         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
6297 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6299         * simple.el (completion-setup-function): Improve last fix so it doesn't
6300         set it to a relative directory name either.
6302 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6304         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6306 2007-03-05  Richard Stallman  <rms@gnu.org>
6308         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
6310         * files.el (find-file-noselect): No error if file no longer exists.
6311         Display a message and avoid other questions.
6313 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6315         * pcomplete.el (pcomplete-show-completions): Improve last change, so
6316         as not to use an invisible window and to create a window if none exist.
6318         * progmodes/python.el (python-send-command): Restart proc if necessary.
6319         (python-proc): Simplify.
6321 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
6323         * pcomplete.el (pcomplete-show-completions): Search all frames for
6324         completions buffer.
6326 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
6328         * cus-edit.el (customize-save-variable): Clear customized-value
6329         property (saved values are now put in theme-value property).
6330         (customize-set-variable): Doc fix.
6332         * complete.el (PC-do-completion): If completion-ignore-case is
6333         non-nil, replace field with completion string before exiting.
6335 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
6337         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
6338         Append its extension to the resulting temporary file name.
6339         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
6341         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
6342         (tramp-smb-handle-write-region): Apply it.
6344 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6346         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6347         Redo previous change.
6349 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6351         * diff-mode.el (diff-mode): Doc fix.
6353 2007-03-05  Kenichi Handa  <handa@m17n.org>
6355         * international/characters.el: Set category `l' (latin)
6356         for more characters.
6358 2007-03-04  Kim F. Storm  <storm@cua.dk>
6360         * emacs-lisp/authors.el (authors-aliases): Add alias.
6362 2007-03-04  Glenn Morris  <rgm@gnu.org>
6364         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
6365         all when switching major mode.
6366         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6367         (hs-block-start-mdata-select, hs-block-end-regexp)
6368         (hs-forward-sexp-func, hs-adjust-block-beginning):
6369         Do not make these variables permanent-local.
6371 2007-03-04  Richard Stallman  <rms@gnu.org>
6373         * progmodes/cperl-mode.el (cperl-mode):
6374         Modify cperl-compilation-error-regexp-alist by appending.
6376         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
6377         (edebug-mode): Add the hook.
6378         (edebug-recursive-edit): Remove the hook on exiting.
6380         * type-break.el (type-break-get-previous-time):
6381         Handle end-of-file errors specially
6382         so they don't get reported wrong in .emacs.
6384         * startup.el (fancy-splash-text): Clarify text.
6386         * simple.el (beginning-of-buffer, end-of-buffer):
6387         Avoid treating plain C-u like numeric arg.
6389         * simple.el (completion-setup-function): Don't set
6390         default-directory to nil.
6392         * shell.el (shell-dirstack-query): Doc fix.
6394         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6395         Don't select the window -- pass it to primitives instead.
6397         * faces.el (minibuffer-prompt): Use medium blue by default.
6399 2007-03-04  David Kastrup  <dak@gnu.org>
6401         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
6402         Preserve 16 as default value for "seconds" when customizing.
6404 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
6406         * textmodes/org.el (org-self-insert-command)
6407         (orgtbl-self-insert-command, org-delete-char)
6408         (org-delete-backward-char): Set the `flyspell-delayed' property.
6410 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
6412         * international/mule.el (find-auto-coding): Don't search for
6413         line-ending characters past the end of the tail.
6415 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
6417         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6418         Jump to the line where new score has been uploaded.
6420         * play/tetris.el (tetris-move-bottom, tetris-move-left)
6421         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
6422         Do nothing when the game is paused.
6424 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
6426         * textmodes/org.el (org-set-tags): Prevent slipping of point
6427         during completion.
6429 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6431         * isearch.el (isearch-message-prefix):
6432         Use minibuffer-prompt-properties.
6434 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6436         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6437         (ps-setup): Print which Emacsen is running ps-print package.
6439 2007-03-01  Stuart Herring  <herring@lanl.gov>
6441         * files.el (set-auto-mode-0): Use `indirect-function'.
6442         (hack-one-local-variable): Don't reapply current major mode.
6444 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6446         * progmodes/python.el (python-quote-syntax): Don't bother with
6447         syntax-ppss-context.
6448         (python-fill-paragraph): Make sure that fenced-string delimiters that
6449         stand on their own line stay there.
6451 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6453         * replace.el (perform-replace): Propertize message.
6455 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
6457         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
6458         invisible heading.
6460 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6462         * net/tramp.el (tramp-file-name-handler): Revert last change.
6464 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
6466         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
6467         Correct doc strings.
6469 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6471         * replace.el (perform-replace): Undo forward-char immediately if
6472         non-adjacent search fails.
6474 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * version.el (emacs-major-version, emacs-minor-version):
6477         string-to-int -> string-to-number.
6479 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
6481         * help.el (where-is): Fail gracefully when not passed a command.
6483 2007-02-28  Stuart Herring  <herring@lanl.gov>
6485         * find-lisp.el (find-lisp-default-directory-predicate):
6486         Fix bug: Do symlink check on expanded filename.
6488 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
6490         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
6491         changes during replacement.
6492         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
6494 2007-02-28  Lars Hansen  <larsh@soem.dk>
6496         * desktop.el: Delete header line listing me as maintainer.
6498 2007-02-28  Glenn Morris  <rgm@gnu.org>
6500         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
6501         the menus case.
6503 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6505         * net/tramp.el (tramp-file-name-handler): Inhibit modification
6506         hooks to avoid confusion when combining after-change calls.
6508 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
6510         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
6511         now that pgg-gpg-process-region correctly honors passed-in passphrase.
6512         (allout-distinctive-bullets-string): Add info about bullet conventions.
6513         (allout-mode): Add info about distinctive vs plain bullets.
6515 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
6517         * textmodes/org.el (org-archive-subtree): Quote variable name.
6518         (org-agenda-get-todos): Make sure skip properties are checked correctly.
6520 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
6522         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
6523         (gud-bashdb-command-name, bashdb): Remove.
6524         (gud, gud-menu-map): Remove references to bash/bashdb.
6526 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
6528         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
6529         keyword for Python 2.5.
6531 2007-02-26  Romain Francoise  <romain@orebokech.com>
6533         * net/net-utils.el (whois-server-tld): Update server for .org.
6534         (whois-server-list): Add whois.publicinterestregistry.net.
6535         (whois-guess-server): Fix formatting in docstring.
6537 2007-02-26  Kim F. Storm  <storm@cua.dk>
6539         * mouse.el (mouse-show-mark): Run hooks and perform command
6540         remapping for mouse-region-delete-keys.
6542 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6544         * font-core.el (font-lock-mode): Doc fix.
6546 2007-02-25  Kim F. Storm  <storm@cua.dk>
6548         * ido.el (ido-buffer-internal): Set this-command to fallback command.
6549         Add selected buffer to buffer-name-history.
6550         (ido-file-internal): Set this-command to fallback command.
6551         Add file names to file-name-history.
6553         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6554         Apply minibuffer-prompt-properties.
6556 2007-02-25  Andreas Schwab  <schwab@suse.de>
6558         * files.el (hack-one-local-variable-eval-safep): Correct handling
6559         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
6561 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6563         * textmodes/org.el (org-table-overlay-coordinates)
6564         (org-table-toggle-coordinate-overlays): New functions.
6565         (org-table-overlay-coordinates, org-table-coordinate-overlays):
6566         New variables.
6567         (org-startup-with-deadline-check): Remove option.
6568         (org-mode): Remove deadline check on startup.
6569         (org-table-limit-column-width): Remove option.
6570         (org-table-formula-numbers-only): Remove option.
6571         (org-link-style, org-link-format): Remove options.
6572         (org-select-agenda-window, org-fit-agenda-window): Remove options.
6573         (org-export-ascii-show-new-buffer)
6574         (org-export-html-show-new-buffer): Remove options.
6575         (org-activate-links): Remove camel option.
6576         (org-file-link-context-use-camel-case): Remove option.
6577         (org-camel-regexp): Remove variable.
6578         (org-activate-camels): Remove function.
6579         (org-store-link): Remove Camel stuff.
6580         (org-make-org-heading-camel): Remove function.
6581         (org-open-at-point): Remove camel stuff.
6582         (org-link-search): Remove camel stuff.
6583         (org-camel-to-words): Function removed.
6584         (org-get-agenda-file-buffer): Make sure we prepare the base
6585         buffers, not any indirect buffers.
6586         (org-sort-entries): Sort top-level when not on a headline, and no
6587         active region.
6588         (org-in-regexp): New function.
6589         (org-search-not-self): Rename from `org-search-not-link'.
6590         (org-open-link-marker): New variable.
6591         (org-open-at-point): Set `org-open-link-marker'.
6592         (org-print-icalendar-entries): Fixe bug with excluding DONE
6593         entries from the exported list.
6594         (org-edit-formula-lisp-indent): New command.
6595         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
6596         (orgtbl-to-latex, orgtbl-insert-radio-table)
6597         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
6598         (orgtbl-radio-table-templates): New option.
6599         (org-store-link-props):
6600         (org-remember-templates): More possibilities to insert info
6601         into templates.
6602         (org-remember-apply-template): Make use of the extended
6603         template capabilities.
6604         (org-remember-redo-template): New command.
6605         (org-upgrade-old-links)
6606         (org-table-modify-formulas, org-table-replace-in-formulas)
6607         (org-table-find-dataline)
6608         (org-table-get-vertical-vector): Remove functions.
6609         (org-table-remove-rectangle-highlight)
6610         (org-time-stamp-format, org-toggle-log-option)
6611         (org-table-highlight-rectangle)
6612         (org-table-iterate, org-table-make-reference):
6613         (org-translate-time, org-tree-to-indirect-buffer)
6614         (org-table-field-info, org-table-fix-formulas)
6615         (org-table-force-dataline, org-table-get-descriptor-line)
6616         (org-table-get-range)
6617         (org-skip-comments, org-sort)
6618         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
6619         (org-table-current-dline, org-table-current-field-formula)
6620         (org-table-edit-backward-field)
6621         (org-table-edit-formulas-post-command)
6622         (org-table-edit-line-down, org-table-edit-line-up)
6623         (org-agenda-archive)
6624         (org-agenda-clock-cancel)
6625         (org-agenda-clock-out, org-agenda-list-stuck-projects)
6626         (org-agenda-open-link, org-agenda-show-new-time)
6627         (org-agenda-skip-subtree-when-regexp-matches)
6628         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
6629         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
6630         (org-do-sort, org-file-image-p, org-find-overlays)
6631         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
6632         (org-highlight-until-next-command, org-isearch-end)
6633         (org-match-any-p, org-next-link, org-previous-link):
6634         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
6635         (org-rewrite-old-row-references)
6636         (org-isearch-post-command)
6637         (org-table-edit-move, org-table-edit-next-field)
6638         (org-table-edit-scroll, org-table-edit-scroll-down)
6639         (org-set-frame-title, org-show-reference)
6640         (org-unhighlight-once, org-verify-change-for-undo): New functions.
6641         (org-show-variable): Remove command.
6642         (org-add-log-maybe): New arguments STATE, FINDPOS
6643         (org-table-sort-lines): Rewrite from scratch.
6644         (org-link-search): New argument AVOID-POS.
6645         (org-print-icalendar-entries): Remove argument CATEGORY.
6646         (org-run-agenda-series): Remove argument WONDOW.
6647         (org-next-link, org-previous-link): New commands.
6648         (org-agenda-date-format): New option.
6649         (org-table-iterate): New command.
6650         (org-table-modify-formulas)
6651         (org-table-replace-in-formulas): Remove functions.
6652         (org-table-fix-formulas): New function.
6653         (org-table-insert-column, org-table-delete-column)
6654         (org-table-move-column): Use `org-table-fix-formulas'.
6655         (org-follow-gnus-link): Patch from Bastien/Leo.
6656         (org-table-current-field-formula): New function.
6657         (org-file-image-p): New function.
6658         (org-agenda-show-new-time): New function.
6659         (org-agenda-date-later): Call `org-agenda-show-new-time'.
6660         (org-with-remote-undo): New macro.
6661         (org-agenda-undo): New command.
6662         (org-verify-change-for-undo): New function.
6663         (org-time-stamp-format): New function.
6664         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
6665         by user.
6666         (org-match-any-p): New function.
6667         (org-make-tags-matcher): Handle regular expressions for tag and
6668         todo matches.
6669         (org-read-date): Accept "+N" as input for a date relative to the
6670         current date.
6671         (org-remove-subtree-entries-from-agenda): New function.
6672         (org-agenda-archive, org-agenda-kill):
6673         Use `org-remove-subtree-entries-from-agenda'.
6674         (org-do-sort, org-sort-entries): New functions.
6675         (org-sort): New command.
6676         (org-table-sort-lines): Use `org-do-sort'.
6677         (org-fix-decoded-time): New function.
6678         (org-table-number-regexp): Require 0x... to identify as number
6679         in tables.
6680         (org-startup-options): New keywords for note taking.
6681         (org-upgrade-old-links): Remove function.
6682         (org-get-repeat): New function.
6683         (org-show-context): Also show siblings on current level.
6684         (org-show-siblings): New function.
6685         (org-isearch-end, org-isearch-post-command): New functions.
6686         (org-show-siblings): New option.
6687         (org-show-context): Use `org-show-siblings'.
6688         (org-table-maybe-recalculate-line): No longer require `calc-eval'
6689         to be bound, because user may just use elisp.
6691 2007-02-24  Kim F. Storm  <storm@cua.dk>
6693         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
6694         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
6696 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
6698         * startup.el (command-line): Also check if the abbrev file is readable.
6700 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6702         * net/tls.el (tls-certtool-program): Fix custom type.
6704         * mail/feedmail.el (feedmail-message-id-generator)
6705         (feedmail-date-generator): Fix custom types.
6707         * mail/rmail.el (rmail-message-filter): Fix custom type.
6709 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
6711         * startup.el (command-line): If simple.el cannot be found, proceed
6712         with a warning message.
6714 2007-02-24  Kenichi Handa  <handa@m17n.org>
6716         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
6717         case that BEG is a string.
6719 2007-02-24  Chris Moore  <dooglus@gmail.com>
6721         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6722         * pgg-pgp.el (pgg-pgp-encrypt-region):
6723         * pgg-gpg.el (pgg-gpg-encrypt-region):
6724         Check pgg-encrypt-for-me if no other recipients.
6726 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
6728         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
6730         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
6731         shell-quote-argument.
6733 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6735         * comint.el (comint-read-input-ring): Use comint-input-ring-size
6736         from the comint buffer instead of the temporary one.
6738 2007-02-23  David Reitter  <david.reitter@gmail.com>
6740         * cus-edit.el (custom-save-all): Canonicalize custom-file before
6741         storing it in recentf-exclude.
6743 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
6745         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
6746         in splash screen.
6748 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
6750         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
6751         commands, for restart.
6752         (idlwave-shell-current-module): Fix handling of module name by type.
6753         (idlwave-shell-break-in): Update type handling.
6754         (idlwave-shell-bp-get): Encode type in BP structure.
6755         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
6756         (idlwave-shell-module-source-query): Query routine info based on type.
6757         Fix path parsing for non-compiled files.
6758         (idlwave-shell-module-source-filter): Don't signal error in filter
6759         if no source found.
6760         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
6761         filter race.
6763 2007-02-22  Kim F. Storm  <storm@cua.dk>
6765         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
6766         (editable-field): Document need to put some text before the %v
6767         escape in :format string.
6769 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6771         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
6772         (vc-svn-use-edit): Remove unused config var.
6773         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
6775         * outline.el (hide-sublevels): Keep empty last line, if available.
6777         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
6778         rather than the corresponding unicode char, to make the code
6779         more readable.
6781 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
6783         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
6784         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
6785         (speedbar-item-info-tag-helper): Doc fixes.
6787 2007-02-19  Kenichi Handa  <handa@m17n.org>
6789         * international/mule-cmds.el (locale-language-names):
6790         Map "eo" to "Esperanto".
6792         * language/european.el ("Esperanto"): New language environment.
6794 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6796         * simple.el (kill-line): Doc fix.
6798 2007-02-17  Kim F. Storm  <storm@cua.dk>
6800         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
6801         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
6802         (bindat--unpack-group, bindat--pack-group):
6803         Handle vectors with optional element type.
6805 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
6807         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
6808         if PASSPHRASE is given.
6810 2007-02-17  Chris Moore  <dooglus@gmail.com>
6812         * jka-cmpr-hook.el (jka-compr-compression-info-list):
6813         Recognize backups of bz2 compressed files.
6815 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
6817         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
6818         to nil to speed up lookup of the symbol in index nodes.
6820 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6822         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6823         Add indentation for the constants of Lisp.
6825 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * ps-print.el: Use (defvar <foo>) where applicable.
6828         (ps-print-emacs-type): Remove.
6829         (ps-x-frame-property, ps-e-frame-parameter): Remove.
6830         (ps-frame-parameter): Align its call-convention with frame-parameter.
6831         (ps-begin-job): Adjust calls to it appropriately.
6832         (ps-setup): Don't print ps-print-emacs-type.
6833         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
6834         Define in such a way that it's obvious that it's defined.
6835         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
6836         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6837         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
6839 2007-02-15  Alan Mackenzie  <acm@muc.de>
6841         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
6842         an empty one-line C-style comment, post-position point properly.
6844 2007-02-15  Chris Moore  <dooglus@gmail.com>
6846         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
6847         (isearch-lazy-highlight-new-loop): Bind it.
6848         (isearch-lazy-highlight-search): Use it.
6850         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
6852 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         * font-lock.el (font-lock-extend-region-wholelines):
6855         Only return non-nil if the region has really been changed.
6856         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
6858 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
6860         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
6861         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
6862         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
6864 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
6866         * faces.el (color-values): Revert changes to docstring from
6867         2007-01-31 and 2000-09-07.
6869         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
6870         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
6871         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
6872         (ispell-help): Fix typos in docstring and output message.
6874 2007-02-14  Kim F. Storm  <storm@cua.dk>
6876         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
6877         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
6878         (grep): Fix lgrep reference.
6880         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
6881         (standard-display-underline): Use make-glyph-code.
6883         * descr-text.el (describe-char): Use glyph-char and glyph-face.
6885         * international/latin1-disp.el (latin1-display-char):
6886         Use make-glyph-code.
6888 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
6890         * ehelp.el (with-electric-help, electric-help-exit)
6891         (electric-help-retain): Doc fixes.
6893         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
6894         (byte-compile-file): Doc fixes.
6896 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6898         * term/mac-win.el: Change all uses of
6899         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
6900         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
6901         (mac-ae-get-url): Call select-frame-set-input-focus.
6902         (mac-dnd-handle-drag-n-drop-event): Don't call
6903         select-frame-set-input-focus.
6905 2007-02-13  Kenichi Handa  <handa@m17n.org>
6907         * international/characters.el: Fix documentation of category `a'.
6909 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
6911         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
6913 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
6915         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
6916         (tramp-get-remote-ln): Handle error case.
6917         Reported by Chris Moore <dooglus@gmail.com>.
6919 2007-02-11  Kim F. Storm  <storm@cua.dk>
6921         * bindings.el (ctl-x-map): Remove register compatibility bindings
6922         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
6924 2007-02-11  Richard Stallman  <rms@gnu.org>
6926         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
6927         in load history.
6929         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
6930         condition -- don't fail to stop at endpos.
6932 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
6934         * textmodes/org.el (org-agenda-get-todos)
6935         (org-agenda-get-timestamps, org-agenda-get-closed)
6936         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6937         (org-agenda-get-blocks, org-format-agenda-item)
6938         (org-agenda-change-all-lines, org-scan-tags): Rename text property
6939         from `category' to `org-category'.
6941 2007-02-11  Kenichi Handa  <handa@m17n.org>
6943         * international/titdic-cnv.el (titdic-convert): Force files be written
6944         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
6945         (miscdic-convert): Force files be written with Unix-like eol format.
6947 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
6949         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
6951         * calculator.el (calculator-prompt): Doc fix.
6952         (calculator-mode-map): Fix typo in menu entry.
6954 2007-02-10  Jay Belanger  <belanger@truman.edu>
6956         * calculator.el (calculator): Do more extensive checking for when
6957         3 lines should be used for the calculator.
6959 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
6961         * info-look.el (info-lookup-make-completions):
6962         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
6963         index nodes.
6965         * info.el (Info-fontify-maximum-menu-size): Document the effect
6966         of a nil value.
6967         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
6968         non-nil before using it as size.
6970 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
6972         * subr.el (insert-for-yank-1): Prevent read-only properties from
6973         interfering with text property operations.
6975         * image-mode.el (image-mode): Revert 2007-01-30 changes.
6977         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
6978         (image-type-auto-detected-p): Fail if another match is found in
6979         auto-mode-alist.
6981         * files.el (magic-mode-alist): Call image-mode instead of
6982         image-mode-maybe for autodetected images.
6984 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
6986         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
6987         Fix typos in docstrings.
6988         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
6990 2007-02-09  Kim F. Storm  <storm@cua.dk>
6992         * emacs-lisp/float-sup.el: Remove obsolete comment.
6994 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6996         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
6998 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
7000         * simple.el: Revert previous change, at request of RMS:
7001         (fundamental-mode-hook): Remove.
7002         (fundamental-mode): Run after-change-major-mode-hooks manually,
7003         and don't run the now-nonexistent fundamental-mode-hook.
7005 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
7007         * simple.el (fundamental-mode-hook): Declare new hook.
7008         (fundamental-mode): Run the new dedicated hook, and don't run
7009         after-change-major-mode-hooks manually anymore.
7011 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
7014         added columns of chars.  Remove support for the "no-meta-info" format.
7015         Prompted by Romain Francoise <romain@orebokech.com>.
7017 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7019         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
7020         (gdb-mouse-until, gdb-mouse-jump): Use it.
7022 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7024         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
7025         work when there is just an assembler buffer (no source buffer).
7027 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
7029         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
7030         just because the diff was produced using "-p" (--show-c-function).
7032 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
7034         * faces.el (frame-set-background-mode): Use `color-values' and
7035         `display-color-p', not `x-color-values' and `x-display-color-p'.
7036         (face-valid-attribute-values): Use `defined-colors' instead of
7037         `x-defined-colors'.
7039 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7041         * ps-print.el: The ps-print commands without face printing should not
7042         print background color.  Reported by Leo <sdl.web@gmail.com>.
7043         (ps-print-version): New version 6.7.3.
7044         (ps-begin-job): New arg.  Fix ps-default-background and
7045         ps-default-foreground initialization.
7046         (ps-face-attributes): Fix doc string.
7047         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7049         * printing.el: Fix ps-print link.
7051 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
7053         * faces.el (face-set-after-frame-default): Compile attributes to
7054         be set by frame parameters before merging in X resources.
7056 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
7058         * simple.el (blink-matching-paren-dont-ignore-comments):
7059         (blink-matching-paren-on-screen): Doc fixes.
7061 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
7063         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
7065 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
7067         * loadhist.el (unload-feature): Silently ignore `load-history' entries
7068         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
7069         entries like `defun'.  Return nil.
7071 2007-02-05  Kim F. Storm  <storm@cua.dk>
7073         * ido.el: Doc fixes.
7075 2007-02-04  David Kastrup  <dak@gnu.org>
7077         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
7078         `mpuz-allow-double-multiplicator' is non-zero, and correct
7079         calculation of `min'.
7081 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
7083         * wid-edit.el (widget-default-create): Insert new text at the
7084         :from marker _after_ the marker, not before it.
7086 2007-02-04  Alan Mackenzie  <acm@muc.de>
7088         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
7089         containing it is re-indented.
7091 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7093         * net/newsticker.el (newsticker--insert-image): Update docstring,
7094         and insert the image directly.
7095         (newsticker--buffer-redraw): Update docstring.
7097         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7098         Rename from define-global-minor-mode.
7100         * progmodes/cwarn.el (global-cwarn-mode):
7101         * emacs-lisp/autoload.el (make-autoload):
7102         * hi-lock.el (global-hi-lock-mode):
7103         * font-core.el (global-font-lock-mode): All callers changed.
7105 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
7107         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
7108         Don't copy @ignore lines into menu descriptions.
7109         (texinfo-multi-file-update): Goto the @node line before attempting
7110         to pluck the node name.
7111         (texinfo-multiple-files-update): Reverse the optional arguments'
7112         order, as per the doc string and the `interactive' form.
7114 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7116         * image-mode.el: Use autoload to avoid overriding disabled setting
7117         applied in .emacs.
7119 2007-02-03  Alan Mackenzie  <acm@muc.de>
7121         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
7122         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
7123         adjacent paren groups).
7125 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7127         * progmodes/ebnf2ps.el: Doc fixes.
7128         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
7130 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7132         * dired-x.el (dired-do-relsymlink): Add reference to
7133         dired-do-symlink.  Add an autoload cookie.
7135         * dired-aux.el (dired-do-symlink): Add reference to
7136         dired-do-relsymlink.
7138 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
7140         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
7141         <left-fringe mouse-3>: New bindings.
7143 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
7145         * net/newsticker.el (newsticker-version): Changed to "1.10".
7146         (newsticker--set-customvar): Doc string.
7147         (newsticker-new-item-face): Doc string.
7148         (newsticker-mode): Initialize `invisibility-spec' with t.
7149         (newsticker-mode-map): Added
7150         `newsticker-mark-all-items-at-point-as-read'.
7151         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
7152         (newsticker-w3m-show-inline-images): Do not call
7153         `w3m-remove-image'.
7154         (newsticker--buffer-after-w3m-insert-image): New advice for
7155         w3m-insert-image to cache images.
7156         (newsticker-next-item-same-feed): New.
7157         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
7158         (newsticker-mark-all-items-of-feed-as-read): New.
7159         (newsticker-mark-all-items-at-point-as-read): Use new functions.
7160         (newsticker-mark-item-at-point-as-read): Doc string.
7161         (newsticker-mark-item-at-point-as-read): Use new functions.
7162         (newsticker--do-mark-item-at-point-as-read): New, extracted from
7163         `newsticker-mark-item-at-point-as-read'.
7164         (newsticker-hide-entry): Use (t) instead of t for invisibility.
7165         (newsticker--sentinel): Yet another xml-parser workaround.
7166         (newsticker--decode-iso8601-date): Bugfix for datestrings without
7167         days.
7168         (newsticker--buffer-do-insert-text): Fix.
7169         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
7170         (newsticker--buffer-make-item-completely-visible):
7171         `switch-to-buffer' not necessary.
7173 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7175         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
7176         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
7177         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
7178         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
7179         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
7181 2007-02-02  Kenichi Handa  <handa@m17n.org>
7183         * international/quail.el (quail-show-key): Fix an error message.
7185 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7187         * faces.el (set-face-underline-p, modify-face): Rename arg
7188         UNDERLINE-P to UNDERLINE (it is not a flag).
7190 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
7192         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
7193         when adding gdb-speedbar-update to gdb-input-queue.
7195 2007-02-01  Kenichi Handa  <handa@m17n.org>
7197         * international/quail.el (quail-show-key): Signal an error if the
7198         current input method is not using Quail.
7200 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
7202         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
7203         Trim leading whitespace in sysvar names.
7205 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7207         * faces.el (internal-find-face, internal-get-face): Doc fixes.
7209 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7211         * ido.el (ido-set-common-completion): Use `let', not `let*'.
7213 2007-01-31  Romain Francoise  <romain@orebokech.com>
7215         * comint.el: Delete extra copy of `comint-copy-old-input' added in
7216         previous change to this file.
7218 2007-01-31  Jason Rumney  <jasonr@gnu.org>
7220         * files.el (magic-mode-alist): Use image-mode-maybe rather than
7221         image-mode.
7223         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
7224         interfering with attempt to set major mode from modified
7225         auto-mode-alist.
7227 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7229         * faces.el (color-values): Doc fix.
7230         (face-differs-from-default-p): Don't check :foreground twice.
7232 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
7234         * comint.el (comint-mode): Prevent non-keyword fontification by default.
7236 2007-01-31  Kenichi Handa  <handa@m17n.org>
7238         * international/quail.el (quail-store-decode-map-key): Store a
7239         translated character too.
7240         (quail-char-equal-p): New function.
7241         (quail-find-key1): Check character equality by quail-char-equal-p.
7242         (quail-decode-map-generated): New variable.
7243         (quail-find-key): Check quail-decode-map-generated and re-generate
7244         a decode map if necessary.
7246 2007-01-30  Richard Stallman  <rms@gnu.org>
7248         * tutorial.el (tutorial--detailed-help): Make the list of
7249         changed keys look nicer.
7251 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
7253         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
7254         (gdb-var-delete): Use it.
7255         (gdb-var-update-handler-1): Handle value "invalid" for MI field
7256         `in_scope'.
7258 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
7260         * files.el (get-free-disk-space): Return nil for remote directories.
7262         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
7263         instead of "dir".
7265 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
7267         * type-break.el (type-break-catch-up-event): New function.
7268         (type-break-demo-hanoi, type-break-demo-life)
7269         (type-break-demo-boring): Use it.
7271         * image-mode.el (image-mode): Don't automatically view as image.
7272         (image-toggle-display): Add `disabled' property.
7274 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7276         * isearchb.el (isearchb-iswitchb):
7277         * ps-print.el (ps-build-face-reference):
7278         * emacs-lisp/shadow.el (list-load-path-shadows):
7279         * eshell/esh-cmd.el (eshell-rewrite-for-command):
7280         * international/mule.el (find-auto-coding):
7281         * mail/supercite.el (sc-attrib-selection-list):
7282         * progmodes/cc-defs.el (c-emacs-features):
7283         * progmodes/cc-vars.el (c-offsets-alist):
7284         * progmodes/flymake.el
7285         (flymake-init-create-temp-source-and-master-buffer-copy):
7286         Fix typos in docstrings (some suggested by Chris Moore).
7288         * progmodes/vhdl-mode.el (vhdl-components-package-name)
7289         (vhdl-get-library-unit, vhdl-corresponding-begin)
7290         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
7291         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
7292         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
7293         (vhdl-font-lock-match-item): Fix typos in docstrings.
7294         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
7295         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
7296         (vhdl-speedbar-insert-project-hierarchy):
7297         Improve argument/docstring consistency.
7299 2007-01-29  Kenichi Handa  <handa@m17n.org>
7301         * international/titdic-cnv.el (py-converter): Fix previous change.
7303 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
7305         * jka-compr.el (jka-compr-partial-uncompress)
7306         (jka-compr-call-process): Rebind default-directory if it is
7307         invalid.  Suggested by Chris Moore.
7309         * comint.el (comint-insert-input): Handle situation where the
7310         selected buffer is not the clicked buffer.
7312 2007-01-29  Kenichi Handa  <handa@m17n.org>
7314         * international/ja-dic-cnv.el (skkdic-convert):
7315         Add byte-compile-disable-print-circle:t at the head.
7317         * international/titdic-cnv.el (tit-process-header):
7318         Add byte-compile-disable-print-circle:t at the head.
7319         (miscdic-convert): Likewise.
7320         (py-converter): Skip the header comments.
7322         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
7323         New variable.
7324         (byte-compile-output-file-form): Bing print-circle to nil if
7325         byte-compile-output-file-form is not nil.
7326         (byte-compile-output-docform): Likewise.
7328 2007-01-28  Kim F. Storm  <storm@cua.dk>
7330         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
7331         Declare earlier to avoid byte compiler warnings.
7333 2007-01-28  Markus Triska  <markus.triska@gmx.at>
7335         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
7337 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
7339         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
7340         (gamegrid-add-score-with-update-game-score-1): Allow local quits
7341         when calling update-game-score program.  Remove unnecessary
7342         save-excursion.
7344         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
7346 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
7348         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
7349         avoid compiler warning.
7350         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
7351         might have values other than "true" or "false".
7353 2007-01-28  Richard Stallman  <rms@gnu.org>
7355         * textmodes/fill.el (fill-paragraph-function): Doc fix.
7356         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
7358         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
7360         * image.el (image-type-header-regexps): Make GIF regex more specific.
7362         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
7363         Don't check `backspace'.
7364         (tutorial--find-changed-keys): Look up bindings in a temp buffer
7365         in Fundamental mode.
7367         * startup.el (fancy-splash-text, normal-splash-screen):
7368         Mention C-g.
7370         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
7371         when inserting in buffer.
7373         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
7374         inside the if.
7376 2007-01-27  Richard Stallman  <rms@gnu.org>
7378         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
7380 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
7382         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
7383         enum/union/struct/class definition.
7384         Revert change to call `forward-sexp' multiple times.
7386 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
7388         * files.el (hack-local-variables-confirm): Don't keep trying to
7389         read an event from an empty kbd macro.
7391 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7393         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
7395 2007-01-27  Ben North  <ben@redfrontdoor.org>
7397         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
7398         the arg CHILDREN -> WHICH.
7400 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
7402         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
7403         default-directory to a sane value when calling start-process.
7405 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7407         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
7408         (ls-lisp-format-time-list): Doc fix.  Mention
7409         ls-lisp-use-localized-time-format.
7410         (ls-lisp-format-time): Use ls-lisp-format-time-list if
7411         ls-lisp-use-localized-time-format is non-nil, even if a valid
7412         locale is defined.
7414 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
7416         * jka-compr.el (jka-compr-shell): Doc fix.
7418         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
7420 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7422         * ps-print.el: Fix background height.
7423         (ps-print-version): New version 6.7.2.
7425 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7427         * makefile.w32-in (finder-data, custom-deps): Depend on
7428         $(lisp)/loaddefs.el.
7430 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7432         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
7434 2007-01-24  Miles Bader  <miles@gnu.org>
7436         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
7437         (byte-compile-output-docform): Bind `print-circle' to t.
7439 2007-01-24  Kenichi Handa  <handa@m17n.org>
7441         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
7442         file name of the original SKK dictionary file.
7444 2007-01-24  Kim F. Storm  <storm@cua.dk>
7446         * ido.el (ido-initial-position): New variable.
7447         (ido-read-internal): Set it if default item is specified.
7448         (ido-minibuffer-setup): Position cursor accordingly if set.
7449         (ido-edit-input): C-e moves to end of input if not already there.
7450         (ido-magic-backward-char): C-b does like M-b if prev char is /.
7451         Don't switch to buffer mode if repeating C-b at start of input.
7452         (ido-toggle-ignore): C-a only toggles ignore at start or end of
7453         input; else it moves to start of input.
7454         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
7455         not at end of input, delete rest of input, rather than normal op.
7457 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7459         * emulation/viper-keym.el (viper-insert-basic-map):
7460         Delete binding for S-TAB.
7462         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
7463         of message.  Activate mark.
7464         (ediff-activate-mark): Set transient-mark-mode to t.
7466         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
7468 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
7470         * help-fns.el (describe-variable): Don't suppress display of
7471         buffer local value when the value is "large".
7473 2007-01-22  Kim F. Storm  <storm@cua.dk>
7475         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
7476         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
7477         (ido-tidy): Use ido-active.
7479 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
7481         * hexl.el (hexl-mode-exit): Add missing quote.
7483 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7485         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
7486         (mac-ae-keyboard-modifiers): New function.
7487         (mac-handle-toolbar-switch-mode): Use it.
7488         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
7489         if keyboard modifiers on drop contain option key.
7490         (mac-dnd-drop-data): Add optional argument `action'.
7491         (special-event-map): Remove binding for M-drag-n-drop.
7493 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
7495         * add-log.el (add-log-current-defun): Use CC Mode functions to
7496         find the beginning and end of a defun.
7498 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7500         * progmodes/gdb-ui.el (gdb-var-create-regexp)
7501         (gdb-var-create-handler): Handle value field in GDB output of
7502         -var-create.
7503         (gdb-max-frames): New variable.
7504         (gdb-stack-buffer, gdb-frames-select): Use it.
7505         (gdb-info-stack-custom): Help user customize gdb-max-frames,
7506         if necessary.
7507         (gdb-get-frame-number): Simplify.
7509 2007-01-21  Glenn Morris  <rgm@gnu.org>
7511         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
7512         Update copyrights.
7514 2007-01-21  Alan Mackenzie  <acm@muc.de>
7516         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
7517         handling of K&R stuff.
7519 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7521         * textmodes/bibtex.el (bibtex-files): Fix customization type.
7523 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7525         * ps-print.el: Handle frame parameters (background and/or foreground
7526         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7527         (ps-print-version): New version 6.7.1.
7528         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7529         (ps-frame-parameter): New fun.
7530         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7531         Fix doc and customization.
7532         (ps-begin-job): Get frame parameters (background and/or foreground
7533         colors).
7534         (ps-do-despool): Ensure ps-printer-name has a valid value.
7536 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7538         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
7539         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
7540         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
7541         mean unlimited.
7543 2007-01-20  Alan Mackenzie  <acm@muc.de>
7545         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
7546         much more rigorous analysis of putative K&R regions.
7548 2007-01-20  Alan Mackenzie  <acm@muc.de>
7550         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
7551         New functions.
7553 2007-01-20  Alan Mackenzie  <acm@muc.de>
7555         * progmodes/cc-align.el, progmodes/cc-cmds.el,
7556         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7557         * progmodes/cc-langs.el, progmodes/cc-styles.el,
7558         * progmodes/cc-vars.el: Add my name.
7560 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7562         * files.el (find-alternate-file): Revert query message to Emacs 21
7563         version.
7565 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7567         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
7568         the doc string how to use personal abbrevs without electric
7569         keywords.
7571 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7573         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
7574         Fixed cursor position when toggle abbreviated display.
7576 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
7578         * t-mouse.el: Update copyright following assignment by
7579         Alessandro Rubini.
7581 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7583         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
7584         (type-break-demo-boring): Call read-event instead of read-char.
7586 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
7588         * progmodes/compile.el: Add handling for makepplog.
7590 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7592         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
7593         aspell dictionaries are initialized when called non-interactively.
7595 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
7597         * progmodes/compile.el (compilation-loop): New arg limit.
7598         Handle case where the first error is at point-min.
7599         (compilation-next-error): New arg to compilation-loop call.
7601 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
7603         * info.el (Info-default-dirs): Change default info dir to
7604         share/info.
7606         * paths.el (Info-default-directory-list): Ditto.
7608 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
7610         * hexl.el (hexl-before-revert-hook): New function.
7611         (hexl-mode): Use it.
7612         (hexl-after-revert-hook): Just call hexl-mode.
7613         (hexl-mode-exit): Remove before-revert-hook.
7615 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
7619 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
7621         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
7622         by "-" in francais7 otherchars entry.
7623         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
7624         otherchars entry.
7626 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
7628         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
7629         path.  Rewrite function in `cond' style for readability.
7631         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
7632         (The path shortening, that is, not the rearrangement.)
7634 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7636         * term/mac-win.el (mac-ae-quit-application): New function.
7637         (mac-apple-event-map): Bind "quit application" Apple event to it.
7639 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7641         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
7642         than the program's output.
7644 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
7646         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
7647         (kmacro-start-macro-or-insert-counter)
7648         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
7649         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
7651         * longlines.el (longlines-show-hard-newlines):
7652         * ruler-mode.el (ruler-mode-ruler):
7653         * emulation/keypad.el (keypad-setup):
7654         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
7655         Fix typo in docstring.
7657 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
7659         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
7660         Remove redirect character ">".
7662 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
7664         * replace.el (perform-replace): Remove leftover code.
7666 2007-01-12  Richard Stallman  <rms@gnu.org>
7668         * replace.el (perform-replace): Don't clear NODENT when computing
7669         the replacement string.
7671 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
7673         * net/tramp.el (tramp-handle-file-local-copy):
7674         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
7675         <christopher.ian.moore@gmail.com>.
7677 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7679         * diff-mode.el (diff-sanity-check-context-hunk-half)
7680         (diff-sanity-check-hunk): New functions.
7681         (diff-find-source-location): Use'em to check the hunks are well-formed.
7683         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
7684         activate undo when undo is not active.
7685         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
7687 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7689         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
7690         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
7691         (ffap-url-at-point): Use char-classes rather than "a-z".
7693 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
7695         * ediff-init.el (ediff-autostore-merges):
7696         * textmodes/fill.el (fill-region): Doc fix.
7698 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7700         * server.el (server-ensure-safe-dir): UIDs may be floats.
7702 2007-01-10  Richard Stallman  <rms@gnu.org>
7704         * battery.el (battery-linux-proc-acpi): Use ignore-errors
7705         around calls to directory-files.
7707         * subr.el (momentary-string-display): Use save-excursion.
7709         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
7710         argument, but read it as `X' does.
7712 2007-01-09  Juri Linkov  <juri@jurta.org>
7714         * info.el (Info-fontify-node): Don't hide node names of index entries.
7716         * faces.el (momentary): Change :group to basic-faces where all
7717         basic faces belong to.  Add :version.
7719 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7721         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
7722         keybinding is found.
7723         (tutorial--find-changed-keys): Never treat null keybinding as a
7724         remapping.
7726 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
7728         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
7730 2007-01-09  Kenichi Handa  <handa@m17n.org>
7732         * international/mule-cmds.el
7733         (select-safe-coding-system-interactively): Fix message.
7735 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
7737         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
7738         (tramp-process-actions): Add optional parameter TIMEOUT.
7739         (tramp-open-connection-telnet, tramp-open-connection-rsh)
7740         (tramp-open-connection-su): Add timeout of 60".
7742 2007-01-09  Richard Stallman  <rms@gnu.org>
7744         * progmodes/compile.el (compile): Doc fix.
7746 2007-01-09  Markus Triska  <markus.triska@gmx.at>
7748         * tumme.el (tumme-display-thumb): Doc fix.
7750 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
7752         * battery.el (battery-search-for-one-match-in-files):
7753         * bindings.el (mode-line-minor-mode-help):
7754         * x-dnd.el (x-dnd-types-alist):
7755         * calendar/icalendar.el (icalendar-import-buffer):
7756         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
7758         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
7760 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
7762         * replace.el (replace-regexp): Fix typo in docstring.
7764 2007-01-07  Alan Mackenzie  <acm@muc.de>
7766         * progmodes/cc-langs.el (c-operators, c-filter-ops):
7767         Amend doc-string and comments.
7769 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
7771         * files.el (abbreviate-file-name): Doc fix.
7773 2007-01-06  Markus Triska  <triska@gmx.at>
7775         * subr.el (split-string): Remove spurious ")" from doc string.
7777 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7779         * textmodes/table.el (table--warn-incompatibility):
7780         Use display-warning instead of momentary-string-display.
7782 2007-01-05  Richard Stallman  <rms@gnu.org>
7784         * image.el (image-type-header-regexps): Recognize xbm more strictly.
7786         * simple.el (backward-kill-word): Doc fix.
7788 2007-01-05  Romain Francoise  <romain@orebokech.com>
7790         * international/mule.el (sgml-html-meta-auto-coding-function):
7791         Ensure that the buffer contains a HTML document.
7793 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7795         * faces.el (momentary): Move here ...
7796         * subr.el (momentary): ... from here.
7798 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
7800         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
7801         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
7802         large structures/arrays.
7804 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
7806         * files.el (find-file-noselect-1, set-visited-file-name):
7807         Allow backup-enable-predicate to be nil.
7809 2007-01-04  Andreas Schwab  <schwab@suse.de>
7811         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
7812         last change.
7814 2007-01-03  Richard Stallman  <rms@gnu.org>
7816         * woman.el (woman-decode-buffer): Clarify error message.
7818 2007-01-03  Alan Mackenzie  <acm@muc.de>
7820         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
7822 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
7824         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
7826 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
7830 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
7832         * emulation/viper.el (viper-custom-file-name, viper-mode):
7833         Fix typos in docstrings.
7835         * subr.el (momentary-string-display): After moving point, set POS
7836         variable to it to avoid later errors once the buffer is modified.
7837         Doc fix.
7839 2007-01-02  Alan Mackenzie  <acm@muc.de>
7841         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
7842         check that the "*/" is present before trying to manipulate it.
7844 2007-01-02  Richard Stallman  <rms@gnu.org>
7846         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
7848         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
7849         Fix format of value.
7851         * cus-edit.el (customize-unsaved): Rename from customize-customized.
7852         Change messages accordingly.
7853         (customize-customized): Now alias.
7855 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
7857         * files.el (version-control): Doc fix.
7859 2007-01-01  Alan Mackenzie  <acm@muc.de>
7861         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
7862         Check the format of c-state-cache is valid for an optimisation before
7863         using it.
7865         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
7866         are at a statement within a macro".  Other changes so that only
7867         the first continuation line in a macro gets the symbol
7868         `cpp-define-intro', the others getting `statement', or whatever.
7870         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
7871         a string, preserve whitespace.  Add a backslash only when also in
7872         a macro.
7874         * progmodes/cc-defs.el: Correct typos.
7876         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
7877         new line after an escaped EOL in a string.
7879         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
7880         label when it directly follows "else", "do", ....
7882         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
7883         angle brackets (as seen in "explicit specialisations" of C++
7884         templates).
7886         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
7887         in the doc-string.
7889         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
7890         when the comment ender looks like "=========*/" and is alone on
7891         its line.
7893         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
7894         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
7895         for the old name.
7897         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
7898         c-\(beginning\|end\)-of-defun by default.
7900         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
7901         New line-up function, for the DEFUN macro in the Emacs C sources.
7902         Only used in "gnu" style.
7904         * progmodes/cc-styles.el (c-style-alist): Use this new function in
7905         the "gnu" style.
7907         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
7908         clean-up comment-close-slash also to work when there's a comment
7909         terminator on the line.
7910         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
7911         these for large arg - only take account of top level {..}, except
7912         for initial and final adjustments.  M-- C-M-[ae] now go to the
7913         right defuns when the starting point is between defuns.  They use
7914         the four new functions:
7915         (c-in-function-trailer-p, c-where-wrt-brace-construct)
7916         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
7917         support c-\(beginning\|end\)-of-defun.
7919         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
7920         expressions more rigorously, to exclude bit-field specifiers from
7921         being classed as labels.
7922         (c-forward-label): When analyzing a ":" within a macro, be careful
7923         about using c-forward-syntactic-ws at the macro beginning.
7924         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
7925         stmt boundary, check for "operator=", etc.
7927         * progmodes/cc-mode.el (c-postprocess-file-styles):
7928         Bind inhibit-read-only to t, around the call to
7929         c-remove-any-local-eval-or-mode-variables, so that it works on a
7930         RO file.
7932         * progmodes/cc-defs.el (c-version): Update the version number to
7933         "5.31.4".
7935 2007-01-01  Richard Stallman  <rms@gnu.org>
7937         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
7938         only if we restored isearch-window-configuration.
7940 2006-12-31  Romain Francoise  <romain@orebokech.com>
7942         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
7944 2006-12-31  Kim F. Storm  <storm@cua.dk>
7946         * files.el (auto-mode-case-fold): New defcustom.
7947         (set-auto-mode): If non-nil, perform second case-sensitive pass
7948         through auto-mode-alist if first pass failed.
7950 2006-12-30  Richard Stallman  <rms@gnu.org>
7952         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
7954 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
7956         * allout.el (allout-encrypt-string): Handle symmetric-key
7957         passphrase caching but leave keypair caching to pgg.
7959 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
7961         Sync with Tramp 2.0.55.
7963         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
7964         `integerp'.  `char-equal' could fail else in case of negative
7965         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
7966         (top): Check for `font-lock-add-keywords' before calling; it
7967         doesn't exist under XEmacs.
7968         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
7969         (tramp-completion-mode): Remove clause (not
7970         tramp-unified-filenames), because the function is called in other
7971         context too, where this check results in wrong results in the
7972         XEmacs case on Windows.
7973         (tramp-touch): UTC handling is not possible for XEmacs.
7975 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7977         * scroll-bar.el (previous-scroll-bar-mode): New variable
7978         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
7979         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
7981         * term/x-win.el: Set scroll bar mode to right if set by X resources.
7983 2006-12-30  Richard Stallman  <rms@gnu.org>
7985         * files.el (make-backup-file-name-1): Precompute abs name
7986         but don't lose the relative name.
7988         * international/mule-cmds.el (select-safe-coding-system-interactively):
7989         Fix message.
7991 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7993         * files.el (backup-buffer): Show entire backup file name in msg.
7995 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
7997         * image.el (image-type-header-regexps, image-type-from-data)
7998         (image-type-from-buffer, image-type-from-file-header):
7999         Revert changes from 2006-12-26.
8000         (image-type-auto-detectable): New variable.
8001         (image-type-auto-detected-p): New function.
8003         * files.el (magic-mode-alist): Detect image files with
8004         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
8006 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
8008         * dired.el (dired-sort-other): Move test for dired-mode...
8009         (dired-sort-set-modeline): ...to here.
8011 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8013         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
8014         change.  Suggested by Stefan Monnier.
8016 2006-12-29  Kim F. Storm  <storm@cua.dk>
8018         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
8019         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
8021 2006-12-27  Kim F. Storm  <storm@cua.dk>
8023         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
8024         so it doesn't accidentally match an fsf.org mail address.
8025         (authors-renamed-files-alist): Add tcover-*.el.
8027 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * vc-arch.el (vc-arch-find-version): New function.
8031         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
8032         composed of arbitrary characters (even /) in some systems.
8034 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
8036         * international/mule-cmds.el (select-safe-coding-system-interactively):
8037         Improve the message in the *Warning* buffer.
8039 2006-12-27  Kim F. Storm  <storm@cua.dk>
8041         * ido.el (ido-set-matches-1): Fix last change.  If default item is
8042         current buffer, it is ok to be first.
8044 2006-12-27  Kenichi Handa  <handa@m17n.org>
8046         * international/mule-cmds.el (select-safe-coding-system-interactively):
8047         Use face `link' for problematic chars.
8049 2006-12-27  Kenichi Handa  <handa@m17n.org>
8051         * international/mule-cmds.el (select-safe-coding-system-interactively):
8052         Improve the message in *Warning* buffer.
8054 2006-12-27  Kim F. Storm  <storm@cua.dk>
8056         * ido.el (ido-set-matches-1): Never put current buffer first if
8057         there are other matches.
8059 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
8061         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
8062         expressions.
8063         (gdb-var-delete): Handle duplicate names.  Print message for non
8064         root expressions.
8065         (gdb-partial-output-name): Start buffer name with a space.
8066         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
8067         buffer name.
8069 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8071         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
8072         last footnote when `footnote-spaced-footnotes' is nil.
8074 2006-12-26  Richard Stallman  <rms@gnu.org>
8076         * cus-edit.el (custom-browse-sort-alphabetically)
8077         (custom-buffer-sort-alphabetically)
8078         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
8080         * image.el (image-type-header-regexps): Change element format
8081         to include third item NOT-ALWAYS.
8082         (image-type-from-data): Handle new format.
8083         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
8084         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
8086 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
8088         * add-log.el (add-log-current-defun): Call `forward-sexp'
8089         multiple times to pick a member function name defined as
8090         part of nested classes/namespaces.
8092 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8094         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
8095         which keymap should be used to change menu.  It does not affect any
8096         existent code.
8098 2006-12-26  Richard Stallman  <rms@gnu.org>
8100         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
8101         rather than for being in a minibuffer window.
8103 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
8105         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
8106         locale-coding-system.
8107         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
8108         LF.
8110 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
8112         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
8113         (sql-mode-syntax-table): Disable double quoted strings.
8114         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
8116 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8118         * startup.el (fancy-splash-last-input-event): New variable.
8119         (fancy-splash-special-event-action): New function.
8120         (fancy-splash-screens): Temporarily bind special events to it.
8121         Execute command for saved special event before exiting from
8122         recursive editing.
8124         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
8125         New functions.
8126         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
8127         Use mac-unread-string.
8129 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8131         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
8132         an optimized comment regexp if `comment-start-skip' uses a ^.
8133         * bs.el (bs--up): Remove interactive spec.
8135 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8137         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
8138         Suggested by James Cloos.
8140 2006-12-24  Kevin Ryde  <user42@zip.com.au>
8142         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
8143         in March.
8144         (calendar-dst-ends): Default to first Sunday in November.
8146 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
8148         * allout.el (allout-encrypt-string): Inhibit use of agent within
8149         body of let form where encryption happens.  Acknowledge non-use of
8150         gpg-agent in docstring.
8151         (allout-toggle-subtree-encryption): Acknowledge non-use of
8152         gpg-agent in docstring.
8154 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8156         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
8158 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8160         * ediff-diff.el (ediff-diff-options): Clarify docstring.
8161         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
8163         * emulation/viper-cmd.el (viper-post-command-sentinel):
8164         Protect against errors in hooks.
8165         (viper-add-newline-at-eob-if-necessary): Add newline only if we
8166         actually modify buffer; ignore errors if occur.
8168 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
8170         * calendar/calendar.el (calendar-mode-map): Switch < and >.
8171         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
8172         formatting.
8174 2006-12-23  Richard Stallman  <rms@gnu.org>
8176         * simple.el (delete-horizontal-space): Doc fix.
8178 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
8180         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
8181         explicitly in a recursive Make, not implicitly through prerequisites,
8182         since the latter is wrong under parallel builds.
8184 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
8186         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
8188 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
8190         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
8191         message string.
8193 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
8195         * outline.el (outline-next-visible-heading): Fix the case with a
8196         header at end-of-file with no final newline.
8198 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8200         * indent.el (tab-always-indent): Doc fix.
8202 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
8204         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8205         (Info-fontify-node): Do fontify indices.
8207         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
8208         to the Emacs Lisp reference manual.
8209         (tutorial--tab-map): Remove.  All callers changed.
8210         (tutorial--find-changed-keys): New elt QUIET, used to...
8211         (tutorial--display-changes): ...ensure that warning messages are
8212         only issued once per changed key.
8213         (tutorial--remove-remarks): Delete unused code-path.
8214         (lang-strings): Remove extraneous formatting.
8215         (tutorial--save-tutorial): Prompt before saving tutorial state.
8217 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
8219         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
8220         Replace '?\ ' by '?\s' throughout.
8221         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
8222         `help' custom group.
8223         (tutorial--key-description): New function.
8224         (tutorial--display-changes): Remove redundant arg.  Scan for all
8225         key sequences to avoid false matches.  Cleanup.
8226         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
8227         reduce homedir pollution.
8228         (help-with-tutorial): Call tutorial--display-changes with no arg.
8230 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
8232         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
8234 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
8236         * net/tramp.el (tramp-default-method): We still need to check for
8237         `executable-find', because it is not bound under Emacs 20.
8238         (tramp-handle-file-name-completion)
8239         (tramp-completion-handle-file-name-completion): Handle optional
8240         parameter PREDICATE.
8241         (tramp-find-default-method): Add code for default values.
8243 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
8245         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
8246         make gud-go send "continue".
8248 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
8250         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
8251         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
8253 2006-12-19  Kim F. Storm  <storm@cua.dk>
8255         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
8256         instead of global-map.
8258         * files.el (magic-mode-alist): Allow matching file type by
8259         calling a function at bob.  Check for image types by calling
8260         image-type-from-buffer.  Suggested by Juanma Barranquero.
8261         (set-auto-mode): Do it.
8263 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
8265         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
8266         Remove "ControlMaster" option from the other `scp*' methods.
8267         (tramp-default-method): Check for ssh-agent before setting to `scp'.
8269 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8271         * textmodes/org.el (org-mode): Show context after isearch.
8272         (org-show-siblings): New function.
8273         (org-show-context): Use `org-show-siblings'.
8275 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8277         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
8278         Use syntax-ppss-toplevel-pos.
8280 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8282         * textmodes/org.el (org-current-line): Make sure that lines are
8283         counted from beginning of buffer.
8284         (org-table-copy-region, org-table-paste-rectangle): Make sure that
8285         lines are counted from beginning of buffer.
8287 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8289         * info.el (Info-build-node-completions): Signal error if tag-table
8290         marker is not found.
8292         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8294 2006-12-17  Alan Mackenzie  <acm@muc.de>
8296         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8297         speed) the case when open-paren-in-column-0-is-defun-start is nil.
8298         Based on code by Martin Rudalics.
8300         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8301         open-paren-in-column-0-is-defun-start to nil any more.
8303 2006-12-17  Richard Stallman  <rms@gnu.org>
8305         * simple.el (delete-horizontal-space): Use prefix arg.
8307         * help-fns.el (describe-variable): Improve blank separator lines.
8309         * files.el (magic-mode-alist): Mark as risky.
8311         * files.el (make-backup-file-name-1):
8312         Expand backup-directory explicitly.
8314 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
8316         * net/tramp.el (tramp-default-method): Before setting to "pscp",
8317         check whether package password.el is loaded, or Pageant is running.
8319 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
8321         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
8322         (icalendar--rris): First try Emacs, then XEmacs.
8323         (icalendar--convert-ical-to-diary): Doc fix.
8324         Insert newline at end of target file.
8326 2006-12-17  Kim F. Storm  <storm@cua.dk>
8328         * outline.el (outline-isearch-open-invisible-function): New defvar.
8329         (outline-flag-region): Use it if non-nil for isearch-open-invisible
8330         overlay property instead of outline-isearch-open-invisible.
8332 2006-12-16  Kim F. Storm  <storm@cua.dk>
8334         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
8335         if ido-directory-too-big is set on entry.
8336         (ido-toggle-ignore, ido-completion-help): Print message while
8337         reading big directory.
8339 2006-12-15  Richard Stallman  <rms@gnu.org>
8341         * shell.el (shell): Doc fix.
8343 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
8345         * emulation/edt.el (edt-xserver):
8346         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
8347         to fix a problem on Cygwin.
8349         * emulation/edt.el
8350         * emulation/edt-mapper.el
8351         * emulation/edt-lk201.el
8352         * emulation/edt-pc.el
8353         * emulation/edt-vt100.el: Update maintainer's email address.
8355 2006-12-15  Simon Marshall  <simon@gnu.org>
8357         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
8359 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8361         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
8362         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
8363         instead of mac-atsu-font-table.
8364         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
8366 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
8368         * align.el (align-match-tex-pattern): Fix a rare bug which
8369         hanged Emacs.
8371 2006-12-14  Richard Stallman  <rms@gnu.org>
8373         * startup.el (use-fancy-splash-screens-p): Use frame-height
8374         instead of window-height.  Pass frame to image-size.
8376 2006-12-13  Kenichi Handa  <handa@m17n.org>
8378         * international/mule-cmds.el (set-locale-environment):
8379         Set default-sendmail-coding-system too.
8381 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
8383         * progmodes/idlw-help.el: Fix copyright notice.
8385 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8387         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
8389 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8391         * subr.el (unread-command-char): Reformat obsolescence info.
8393 2006-12-11  Richard Stallman  <rms@gnu.org>
8395         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
8396         about calls to cl-struct-setf-expander.
8398 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8400         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
8401         (ediff-combination-pattern): Fix typo in docstring.
8403         * textmodes/refer.el (refer-find-entry): Doc fix.
8404         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
8405         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
8406         Fix tipos in docstrings.
8408         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
8410 2006-12-10  Kim F. Storm  <storm@cua.dk>
8412         * ido.el (ido-init-completion-maps): Remap backward-kill-word
8413         instead of binding M-backspace.
8415 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
8417         * replace.el (replace-match-data, replace-match-maybe-edit):
8418         * calc/calc-aent.el (calc-eval-error):
8419         * emulation/vi.el (vi-char-argument):
8420         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
8421         (c-vsemi-status-unknown-p-fn): Doc fixes.
8423 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
8425         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
8426         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
8428 2006-12-10  Masatake YAMATO  <jet@gyve.org>
8430         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
8432 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
8434         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8436         * man.el (Man-xref-button-action): New function.  If the
8437         `Man-target-string' button property is a function, assume it
8438         accepts a position argument.
8439         (Man-abstract-xref-man-page): Use it.
8440         (Man-default-man-entry): New optional arg POS.
8442         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
8443         symlink arrows read-only and non-rear-sticky.
8445 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
8447         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
8448         (wdired-search-and-rename): Simplify code.
8449         (wdired-preprocess-files, wdired-preprocess-perms): Make
8450         read-only property of preceding character rear-nonsticky to
8451         avoid that it can be modified.  Put old-name and old-link
8452         properties on character preceding name and replace
8453         put-text-property by add-text-properties.
8454         (wdired-get-filename, wdired-get-previous-link): Get old-name
8455         and old-link properties from character preceding name and
8456         simplify code.
8457         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
8458         (wdired-perms-to-number): Make local-map property
8459         rear-nonsticky to avoid that text following permissions may be
8460         modified.  Use add-text-properties instead of put-text-property
8461         when changing a permission bit.
8462         (wdired-change-to-dired-mode): Remove stickiness properties.
8464 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
8466         * international/mule-cmds.el (register-input-method): Doc fix.
8468 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
8470         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
8472 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8474         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
8475         Force buffer local defs evaluation on local variables loading.
8476         (flyspell-mode-on, flyspell-mode-off): Use it in
8477         `hack-local-variables-hook'.
8479 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
8481         * emacs-lisp/find-func.el (find-variable): Doc fix.
8483         * help-fns.el (variable-at-point): Doc fix.
8485         * w32-fns.el (w32-append-code-lines): New function.
8487 2006-12-09  Romain Francoise  <romain@orebokech.com>
8489         * comint.el (comint-insert-input): Delete obsolete comment.
8491 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
8494         current frame, in case we're connected to several displays.
8496 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
8498         * frame.el (other-frame): Doc fix.
8499         (set-frame-parameter): Fix typo in docstring.
8501 2006-12-07  Kim F. Storm  <storm@cua.dk>
8503         * info.el (Info-index): Strip leading colon from topic.
8505 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
8507         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
8508         to pointers.
8510 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
8512         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
8513         Trim out spurious class inheritance "None" entries.
8515 2006-12-05  Kim F. Storm  <storm@cua.dk>
8517         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
8518         (cua-paste-pop): Rework last change for
8519         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
8520         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
8521         text inserted by the last M-y command.
8523 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8525         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
8526         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
8528         * shell.el (shell): Search the start file in ~/.emacs.d as
8529         `init_SHELLNAME.sh' instead.
8531 2006-12-05  Glenn Morris  <rgm@gnu.org>
8533         * progmodes/cperl-mode.el (cperl-mode)
8534         * progmodes/f90.el (f90-mode-abbrev-table)
8535         * progmodes/fortran.el (fortran-mode-abbrev-table)
8536         * progmodes/octave-mod.el (octave-abbrev-table)
8537         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
8538         if abbrev-table is non-nil (saved user abbrevs may have been restored).
8540         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
8541         clear abbrev table, else saved abbrevs will not be restored.
8543 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8545         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
8546         the call to `make-obsolete-variable', not in the docstring.
8548 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
8550         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
8552 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8554         * progmodes/ebnf-abn.el:
8555         * progmodes/ebnf-bnf.el:
8556         * progmodes/ebnf-dtd.el:
8557         * progmodes/ebnf-ebx.el:
8558         * progmodes/ebnf-iso.el:
8559         * progmodes/ebnf-otz.el:
8560         * progmodes/ebnf-yac.el:
8561         * progmodes/ebnf2ps.el:
8562         * delim-col.el:
8563         * printing.el:
8564         * ps-bdf.el:
8565         * ps-mule.el:
8566         * ps-print.el: Remove 'Time-stamp' comment mark.
8568         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8569         'easy-menu-add-item' when called in Emacs 21 or higher.
8571 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
8573         * progmodes/ada-xref.el (ada-check-current): Doc fix.
8574         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
8576 2006-12-04  Kim F. Storm  <storm@cua.dk>
8578         * bindings.el (global-map): Bind [signal t] to ignore, to have
8579         user signals ignored by default.
8581 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8583         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
8584         Unicode data file pointed to by `describe-char-unicodedata-file'.
8586 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8588         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
8589         O(n^2) regexp-search by anchoring the search.
8591 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
8593         * whitespace.el (whitespace-cleanup-internal): Use current
8594         argument for recursive call.
8596 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
8598         * net/tramp.el (tramp-methods): Add "ControlPath" and
8599         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
8600         Andreas Schwab <schwab@suse.de>.
8601         (tramp-do-copy-or-rename-file-out-of-band)
8602         (tramp-open-connection-rsh): Compute format spec for ?t.
8603         (tramp-process-actions): Trace command parameters.
8605 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
8607         * simple.el (toggle-truncate-lines): Clarify doc string.
8609         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
8610         (gdb-speedbar-expand-node): Use it.
8612 2006-12-04  Richard Stallman  <rms@gnu.org>
8614         * progmodes/python.el (python-indent): Add safe-local-variable prop.
8616         * dired.el (dired-revert): Turn off dired-after-readin-hook
8617         around call to dired-readin.
8619         * menu-bar.el (menu-bar-make-toggle): Add "globally"
8620         to echo area messages.
8621         <indicate-empty-lines, case-fold-search>:
8622         Add "globally" to Help string.
8623         <case-fold-search>: MESSAGE arg need not say "globally".
8624         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
8626 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
8628         * outline.el (outline-end-of-subtree): Don't leave an empty
8629         line hidden as we would a real next heading.
8631 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
8633         * allout.el (allout-ascend): Add an optional argument to preserve
8634         original position of point when unsuccessful.  Also, fix a
8635         docstring error.
8636         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
8637         work again, using allout-ascend's new option.
8638         (allout-setup-mode-map): Extract from allout-mode to initialize
8639         allout-mode-map.  Call it on file load, so the mode docstring
8640         substitutions work even if allout mode has not yet been invoked.
8641         (allout-mode): Use new allout-setup-mode-map to track any keybinding
8642         customizations since the map was last processed.  Also, refine the
8643         docstring so it's ship-shape for release.
8644         (allout-default-layout, allout-beginning-of-line-cycles)
8645         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
8646         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
8647         (allout-version, allout-layout, allout-infer-body-reindent)
8648         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
8649         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
8650         (allout-previous-heading, allout-goto-prefix-doublechecked)
8651         (allout-current-bullet-pos, allout-next-sibling-leap)
8652         (allout-pre-command-business, allout-encrypted-type-prefix)
8653         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
8654         (allout-rebullet-topic, allout-rebullet-topic-grunt)
8655         (allout-flag-region, allout-expose-topic, allout-expose-topic)
8656         (allout-old-expose-topic, allout-listify-exposed)
8657         (allout-process-exposed, allout-latex-verb-quote)
8658         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
8659         (allout-toggle-current-subtree-encryption)
8660         (allout-toggle-subtree-encryption, allout-bullet-isearch):
8661         Remove extraneous open-paren and close paren string escapes.
8663 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
8665         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
8666         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
8667         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
8668         Fix typos in docstrings.
8670 2006-12-03  Glenn Morris  <rgm@gnu.org>
8672         * progmodes/cc-align.el
8673         * progmodes/cc-awk.el
8674         * progmodes/cc-cmds.el
8675         * progmodes/cc-compat.el
8676         * progmodes/cc-defs.el
8677         * progmodes/cc-engine.el
8678         * progmodes/cc-langs.el
8679         * progmodes/cc-menus.el
8680         * progmodes/cc-mode.el
8681         * progmodes/cc-styles.el
8682         * progmodes/cc-vars.el
8683         * progmodes/vhdl-mode.el: Fix Copyright format.
8685 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
8687         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
8688         initial down event.
8690 2006-12-02  Kim F. Storm  <storm@cua.dk>
8692         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
8693         (cua-repeat-replace-region): Make M-v more robust.
8694         (cua-paste-pop-rotate-temporarily): New defcustom.
8695         (cua-paste-pop): Use it.
8696         (cua-auto-mark-last-change): New defcustom.
8697         (cua-pop-to-last-change): New helper function.
8698         (cua-set-mark): Use them.
8700 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
8702         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
8703         mini-buffer message.
8705 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
8707         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
8709 2006-12-01  Ben North  <ben@redfrontdoor.org>
8711         * paren.el: Fix the highlight overlay extension when the user types a
8712         sequence of char very fast just before the open parenthesis.
8714 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8716         * ps-mule.el: Eliminate Emacs 20 compatibility.
8718         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
8719         (ps-print-version): New version 6.7.
8720         (ps-print-quote): Replace '?\ ' by '?\s'.
8722 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
8724         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
8725         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
8726         (hexl-end-of-1k-page): Doc fixes.
8727         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
8728         Fix typos in docstrings.
8730 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8732         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
8733         locally, i.e. without using file name handlers.
8734         (ido-read-internal): Allow mono letter host names, avoiding the
8735         `c:' problem by testing if the file exists locally.
8736         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
8738 2006-11-30  Masatake YAMATO  <jet@gyve.org>
8740         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
8741         to avoid bytecomp warnings.
8742         (hexl-mode-old-ruler-function): New variable.
8743         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
8744         and `hl-line-range-function' after `require' hl-line.
8745         Then bind `hl-line-range-function' and `hl-line-face'.
8746         Don't require frame.  Don't use `with-no-warnings'.
8747         (hexl-activate-ruler): Store the original value of
8748         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
8749         (hexl-mode-exit): Restore the original value of
8750         `ruler-mode-ruler-function'.
8752 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
8754         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
8755         (hexl-mode-old-hl-line-face): New variable.
8756         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
8757         line when exit from the hexl-mode.
8759 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
8761         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
8762         Doc fixes.
8764         * international/fontset.el (create-fontset-from-ascii-font)
8765         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
8766         (fontset-name-p): Fix typo in docstring.
8768         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
8770 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8772         * ps-bdf.el: Fix maintainer email.
8774         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
8775         compatibility.
8777         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
8778         21 compatibility.
8779         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
8780         Emacs 20 & 21.
8782 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
8784         * progmodes/idlwave.el (idlwave-auto-fill):
8785         Remove paragraph-start let to prevent auto-fill giving up.
8787 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
8789         * vt100-led.el (led-state): Fix typo in previous change.
8791 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8793         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8794         Fix interactive spec of the functions getting defined to make them
8795         work as documented.
8797 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
8799         * startup.el (fancy-splash-screens): Hide initial splash buffer.
8801 2006-11-28  Kim F. Storm  <storm@cua.dk>
8803         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
8804         icomplete-mode is enabled.
8806 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
8808         * textmodes/org.el (require): Require gnus-sum during compilation
8809         to avoid problem with a macro call.
8811 2006-11-28  Glenn Morris  <rgm@gnu.org>
8813         * emacs-lisp/authors.el (authors-aliases): Add new alias.
8815         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
8816         (fortran-window-create-momentarily): Do not need string-to-char.
8818 2006-11-28  Richard Stallman  <rms@gnu.org>
8820         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8821         Replace incorrect use of assoc-default with a loop.
8823         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
8825         * simple.el (next-error-find-buffer): Improve messages.
8827         * files.el (revert-buffer): Special error message if file
8828         is now not readable.
8830         * facemenu.el (facemenu-add-new-face): Improve doc strings of
8831         constructed commands.
8833         * comint.el (comint-exec-1): Provide Emacs version and `comint'
8834         in INSIDE_EMACS.
8836 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8838         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
8840         * server.el: Remove spurious * in docstrings.
8841         (server-process-filter): Exit from recursive editing before processing
8842         a new request.
8844 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
8846         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
8847         line so hidden blocks will be correctly identified.
8849 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
8851         * ledit.el (ledit-save-defun, ledit-mode):
8852         * resume.el (resume-emacs-args-buffer):
8853         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
8854         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
8855         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
8856         (command-send-input, command-kill-line):
8857         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
8859         * autoarg.el (autoarg-kp-mode): Doc fix.
8861         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
8862         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
8863         (check-emacs-lock): Doc fix.  Simplify.
8865         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
8866         (iimage-mode-buffer): Fix typos in docstring.
8868         * misc.el (zap-up-to-char): Doc fix.
8870         * time-stamp.el: Fix comment and obsolescence string for old
8871         functions.  Use `dolist' instead of `while'.
8873         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
8875         * disp-table.el (standard-display-8bit, standard-display-default):
8876         * ebuff-menu.el (electric-buffer-list):
8877         * ehelp.el (electric-help-command-loop):
8878         * font-core.el (font-lock-mode):
8879         * help-macro.el (make-help-screen):
8880         * help.el (describe-minor-mode-completion-table-for-indicator)
8881         (lookup-minor-mode-from-indicator):
8882         * indent.el (tab-to-tab-stop, move-to-tab-stop):
8883         * info-look.el (info-lookup-guess-custom-symbol):
8884         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
8885         * longlines.el (longlines-wrap-line):
8886         * macros.el (insert-kbd-macro):
8887         * menu-bar.el (menu-bar-update-buffers):
8888         * misc.el (copy-from-above-command):
8889         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
8890         * newcomment.el (comment-indent):
8891         * novice.el (disabled-command-function):
8892         * sort.el (sort-fields-syntax-table):
8893         * subr.el (momentary-string-display):
8894         * tar-mode.el (tar-header-block-summarize)
8895         (tar-clear-modification-flags):
8896         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
8897         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
8898         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
8899         (te-delete-char, te-down-vertically-or-scroll):
8900         * time-stamp.el (time-stamp-string-preprocess):
8901         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
8903 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8905         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
8906         in GUD mode.
8908         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
8909         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
8911 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8913         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
8915 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
8917         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
8918         (ada-compile-goto-error): Adapt to new argument profile of
8919         compilation-goto-locus in Emacs 22.  Don't check if the various
8920         compile functions are defined; we already do "(require 'compile)".
8922 2006-11-26  Kim F. Storm  <storm@cua.dk>
8924         * kmacro.el: Fix commentary.
8926 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8928         * progmodes/gud.el (gdb): Explain how to run in text command mode
8929         more clearly.  Say in error message that multiple debugging
8930         requires restarting GDB.
8932 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
8934         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
8936 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
8938         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
8939         (flymake-popup-menu): Use it instead of posn-at-point.
8941 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8943         * progmodes/cc-vars.el (c-backslash-column):
8944         Mention c-backslash-max-column in documentation for c-backslash-column.
8946 2006-11-24  Lars Hansen  <larsh@soem.dk>
8948         * net/tramp.el (tramp-default-method): Under Windows, change from
8949         plink to pscp.
8950         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
8951         (tramp-actions-copy-out-of-band):
8952         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
8953         (tramp-action-out-of-band): Move "Permission denied" handling to
8954         tramp-action-copy-failed.
8955         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
8956         process buffer.
8958 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8961         strings to a single string.  Quote `errors-file-name'.
8962         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8963         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8964         Adjust calls.  Use `shell-quote-argument'.
8966         * international/mule.el (load-with-code-conversion)
8967         (with-category-table): Use with-current-buffer.
8968         (after-insert-file-set-coding): Use restore-buffer-modified-p.
8970 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
8972         * mail/smtpmail.el (smtpmail-send-it):
8973         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
8974         MIME header for the message encoding.
8975         Bind coding-system-for-write around the call to mail-do-fcc.
8976         Use smtpmail-code-conv-from to encode queued mail messages.
8978 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8980         * tabify.el (tabify-regexp): Doc fix.
8982         * net/rcirc.el (rcirc-buffer-maximum-lines):
8983         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
8985         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
8986         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
8987         Fix typos in output messages.
8988         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
8990 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8992         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
8993         the horse's mouth.
8994         (hexlify-buffer): Don't re-encode an arg that's already encoded.
8996 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8998         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
8999         Remove condition-case.
9001 2006-11-23  Glenn Morris  <rgm@gnu.org>
9003         * progmodes/f90.el (f90-comment-indent): Do not move point in
9004         default case.
9006 2006-11-21  Romain Francoise  <romain@orebokech.com>
9008         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
9009         from library name (reverts change of 2005-10-25).
9011 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9013         * tutorial.el (tutorial--default-keys): Add newline and
9014         delete-backward-char bindings.
9015         (tutorial--detailed-help): Save excursion when finding keys.
9016         Correct warning string for M-x FOO case.
9017         (tutorial--display-changes): Print special keys in tutorial style.
9018         Tweak search regexp for changed keys.
9020 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9022         * thingatpt.el (thing-at-point-url-at-point): Don't add a
9023         redundant scheme.
9025 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
9027         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
9028         are new to the list at IANA.  Also added irc, mms, mmsh.
9030 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
9032         * progmodes/idlw-help.el (idlwave-html-help-location):
9033         Fail gracefully for missing help packages.
9034         (idlwave-help-assistant-open-link): Open full links.
9035         (idlwave-help-assistant-help-with-topic): Direct help link.
9037         * progmodes/idlwave.el (idlwave-mode):
9038         Set add-log-current-defun-function.
9039         (idlwave-current-routine-fullname): Add, to support add-log.
9040         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
9041         to reflect improvements to xml-parse-file.
9042         (idlwave-mode-menu-def): New binding for help-with-topic.
9044         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
9045         Handle extra newlines and spaces.
9046         (idlwave-shell-mode-map): Add help-with-topic.
9048 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
9050         * tutorial.el (tutorial-warning-face): New face.
9051         (tutorial--detailed-help, tutorial--display-changes): Use it.
9052         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
9053         Improve search pattern for occurrences of changed keys.
9055 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9057         * term/x-win.el (x-last-cut-buffer-coding): New variable.
9058         (x-select-text): Set it.
9059         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
9060         when checking for newness.
9062 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
9064         * subr.el (posn-image):
9065         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
9067         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
9069 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9071         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
9072         Exceptions to the rule "add a space between an identifier and an
9073         opening parenthesis".  Defaulted to the `#define' problem of cpp.
9074         (glasses-parenthesis-exception-p): New.  Check if the region is an
9075         exception regarding to that.
9076         (glasses-make-readable): Use it.
9077         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
9078         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
9080 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
9082         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
9084 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
9086         * progmodes/ada-mode.el (ada-make-body): Fix typo.
9088         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
9089         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
9091 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
9093         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
9094         conditions for function or variable bindings.
9096         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
9098         * progmodes/compile.el (compilation-start): Ditto.
9100 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
9102         * net/tramp.el (top): cl and custom are always required.
9104 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9106         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
9107         cut-buffers with next-selection-coding-system if not nil.
9109 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9111         * textmodes/org.el (org-fix-decoded-time): New function.
9112         (org-display-custom-time): Use `org-fix-decoded-time'.
9114 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
9116         * menu-bar.el (menu-bar-games-menu): Remove yow.
9118 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9120         * textmodes/org.el (org-scan-tags): Re-align code fixed.
9121         (org-detach-overlay): Rename from `org-detatch-overlay'.
9122         (org-table-convert-region): Insert space after column separator.
9123         (org-agenda-kill): New command.
9124         (org-metaleft): Call `org-outdent-item' on bullets.
9125         (org-metaright): Call `org-indent-item' on bullets.
9126         (org-timestamp-change): Set `org-last-changed-timestamp'.
9127         (org-current-line): Make sure (bolp) returns correct result.
9128         (org-agenda-change-all-lines): Make sure TODO are highlighted.
9130 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9132         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
9134 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
9136         * mouse.el (global-map): Change 2006-08-16 fix to call
9137         mouse-yank-at-click explicitly, since mouse events are not carried
9138         over into keyboard macros.
9140 2006-11-16  Kim F. Storm  <storm@cua.dk>
9142         * ido.el (ido-file-internal): Use current buffer's file name as default
9143         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
9145 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
9147         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
9148         (allout-inhibit-aberrance-doublecheck): Rename from
9149         allout-during-yank-processing.  All callers changed.
9150         (allout-ascend): Provide for unusual case where some topic after
9151         the first in file is at lower depth than the first.
9152         (allout-shift-in): Ensure the offspring of the new containing
9153         topic are exposed.
9154         (allout-encrypt-string): Preserve the coding-system of the text,
9155         according to that of the containing buffer.
9156         (allout-toggle-subtree-encryption): When the text being encrypted
9157         requires a different coding system, offer to preserve the coding
9158         system using a file local var.
9160 2006-11-15  Simon Marshall  <simon@gnu.org>
9162         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
9163         to recognise "T t()" as a function declaration, rather than a
9164         variable instantiation, iff at the top-level or inside a class
9165         declaration.  Suggested by Feng Li <fengli@gmail.com>.
9167 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
9169         * progmodes/ada-xref.el (ada-parse-prj-file):
9170         Don't delete project buffer; user may want to edit it.
9171         (ada-xref-set-project-field, ada-xref-current-project-file)
9172         (ada-xref-current-project, ada-show-current-project)
9173         (ada-set-main-compile-application): New functions.
9174         (ada-xref-get-project-field, ada-require-project-file):
9175         Normalize use of ada-prj-default-project-file.
9176         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
9177         Normalize use of ada-require-project-file.
9178         (ada-prj-find-prj-file): Improve doc string, comments.
9180         * progmodes/ada-mode.el (ada-mode-version): Bump version.
9181         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
9182         (ada-create-menu): Add ada-set-main-compile-application,
9183         ada-show-current-main, ada-show-current-project.
9185 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
9188         (inferior-python-mode): Use it.
9190 2006-11-14  Andreas Schwab  <schwab@suse.de>
9192         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9194 2006-11-13  Kim F. Storm  <storm@cua.dk>
9196         * ido.el (ido-copy-current-word): C-o copies region if active.
9198 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9200         * textmodes/org.el (org-emph-face): Fix typo in variable name.
9202 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
9204         * ediff.el (ediff-revision):
9205         * files.el (set-visited-file-name):
9206         * mail/rmailout.el (rmail-output-body-to-file):
9207         Use `format', not `message', in `y-or-n-p' call.
9209 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9211         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
9212         (org-metaright): Call `org-indent-item' on bullets.
9213         (org-timestamp-change): Set `org-last-changed-timestamp'.
9214         (org-current-line): Make sure (bolp) returns correct result.
9215         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
9217 2006-11-12  Richard Stallman  <rms@gnu.org>
9219         * language/european.el (turkish-case-conversion-enable)
9220         (turkish-case-conversion-disable): New functions.
9221         ("Turkish" lang env): Use them.
9223         * international/characters.el (case table):
9224         Do nothing special for i and I.
9226         * subr.el (remove-overlays): Fix last change.
9228         * cus-edit.el (custom-save-all): Use find-file-visit-truename
9229         for visiting the custom file.
9231 2006-11-12  Markus Triska  <triska@gmx.at>
9233         * play/handwrite.el (handwrite): Also process lines not ending
9234         with newline.  Replace some position-fiddling with different
9235         logic.  Improve performance.
9237 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
9239         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
9240         replacing deleted variable `ada-check-switch'.
9241         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
9242         (ada-xref-project-files): Improve doc string.
9243         (ada-find-executable): New function.
9244         (ada-initialize-runtime-library): Use `ada-find-executable'.
9245         (ada-xref-set-default-prj-values): In compile commands, don't need
9246         `ada-cd-command'; `compile' does that more portably.
9247         Use ada-prj-default-check-cmd.
9248         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
9249         properties if not specified in project file.
9250         (ada-goto-declaration): Display useful message for new error
9251         'error-file-not-found.
9252         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
9253         'error-file-not-found.
9254         (ada-get-all-references): Match latest ali syntax.  Signal new
9255         error 'error-file-not-found.
9256         (ada-find-in-ali): Match latest ali syntax.
9257         (ada-make-filename-from-adaname): Handle different semantics of
9258         gnatkr in GNAT 3.15p vs later.
9260         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
9261         ada-procedure-start-regexp.
9262         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
9264         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
9265         with defvar.
9266         (ada-language-version): Rename ada05 -> ada2005.
9267         (ada-align-region-separate): Add `eval-when-compile'.
9268         (ada-name-regexp): Remove unneeded escapes in regexp character
9269         alternative.
9270         (ada-compile-goto-error-file-linenr-re): New constant.
9271         (ada-matching-start-re): Handle additional cases `declare',
9272         `procedure', `function'.
9273         (ada-compile-goto-error): Handle "... at line nn".
9274         (ada-mode): Clearer syntax, comments for ff-special-constructs.
9275         Delete support for old versions of `align'.
9276         (ada-search-prev-end-stmt): Handle additional keyword `private'.
9277         (ada-check-defun-name): Simplify handling of `declare'.
9278         (ada-goto-matching-start): Handle nested `begin ... end'.
9279         Handle `declare', `protected', `procedure', `function'.
9280         (ada-create-menu): Presence of arm95 is not conditional on using
9281         GNAT compiler.
9283 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
9285         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
9286         nil in the *RE-Builder* buffer (it causes spurious error messages).
9288         * server.el (server-visit-files): If `minibuffer-auto-raise' has
9289         been set to t, respect it.
9291 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
9293         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
9294         Delete commented out code for old Emacs versions.  Autoloading of
9295         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
9296         (ada-mode-version): Bump version number.
9297         (ada-95-string-keywords, ada-2005-string-keywords)
9298         (ada-2005-keywords, ada-name-regexp): New constant.
9299         (ada-language-version, ada-procedure-start-regexp, ada-mode)
9300         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
9301         (ada-package-start-regexp): Support private packages, include package
9302         name (for ada-set-point-accordingly).
9303         (ada-next-procedure, ada-previous-procedure)
9304         (ada-which-function-are-we-in): Match changes to
9305         ada-procedure-start-regexp.
9306         (ada-make-body): Make non-interactive; not a user function.
9307         (ada-make-subprogram-body): Improve doc string.
9309 2006-11-11  Romain Francoise  <romain@orebokech.com>
9311         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
9312         `compilation-error-regexp-alist' buffer-local, since we changed
9313         `compilation-error-regexp-alist-alist' locally.
9315 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
9317         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
9318         to the value of `server-raise-frame'.
9320 2006-11-11  Glenn Morris  <rgm@gnu.org>
9322         * ido.el (ido-enable-prefix)
9323         * ses.el (ses-call-printer-return)
9324         * net/tramp.el (tramp-unified-filenames)
9325         * progmodes/cc-align.el (c-lineup-string-cont)
9326         * progmodes/compile.el (compilation-directory-matcher)
9327         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9328         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9329         (vhdl-clock-rising-edge)
9330         * textmodes/org.el (org-export-with-timestamps)
9331         (org-export-remove-timestamps-from-toc)
9332         (org-export-with-tags): Improve previous doc fixes.
9334 2006-11-11  Richard Stallman  <rms@gnu.org>
9336         * textmodes/flyspell.el (flyspell-mode-map):
9337         Bind C-c $ instead of M-RET.
9339 2006-11-10  Simon Marshall  <simon@gnu.org>
9341         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
9342         fontification for "case" and "default" keywords.
9344 2006-11-10  Andreas Schwab  <schwab@suse.de>
9346         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9347         Avoid starting sentence with "nil".
9349 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9351         * server.el (server-raise-frame): New option.
9352         (server-switch-buffer): Use it.
9354 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
9356         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
9357         with a capital.
9359 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
9361         * textmodes/org.el (org-show-hierarchy-above)
9362         (org-show-following-heading): Fix typo in default value.
9363         (org-scan-tags): Make the search case-sensitive.
9364         (org-tags-sparse-tree): Don't overrule
9365         `org-show-following-heading' and `org-show-hierarchy-above'.
9366         (org-reveal): New command.
9367         (org-show-context): Rename from `org-show-hierarchy-above'.
9368         (org-fast-tag-selection-single-key): New option.
9369         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
9370         (org-tags-overlay): New variable.
9371         (org-agenda-todo-ignore-deadlines): New option.
9372         ("session"): Add circular data structure `org-mark-ring' to
9373         exceptions list in session.el.
9374         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
9375         New options.
9376         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
9377         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
9378         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
9379         (org-finalize-agenda): Activate bracket links in agenda.
9380         (org-at-timestamp-p, org-at-date-range-p): Additional argument
9381         INACTIVE-OK.
9382         (org-show-hierarchy-above, org-show-following-heading):
9383         List values allowed for fine-tuned configuration.
9384         (org-show-hierarchy-above): New argument CONTEXT, use the
9385         fine-tuned settings in `org-show-hierarchy-above' and
9386         `org-show-following-heading'.
9387         (org-display-custom-time): New function.
9388         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
9389         (org-display-custom-times, org-time-stamp-custom-formats):
9390         (org-maybe-intangible): New macro.
9391         (org-activate-bracket-links, org-hide-wide-columns):
9392         Use `org-maybe-intangible'.
9393         (org-open-file): Use `shell-quote-argument'.
9394         (org-display-internal-link-with-indirect-buffer): New option.
9395         (org-file-remote-p): Get regexp from list.
9396         (org-link-expand-abbrev): New function.
9397         (org-link-abbrev-alist): New option.
9398         (org-open-at-point, org-cleaned-string-for-export):
9399         Call `org-link-expand-abbrev'.
9400         (org-timeline, org-agenda-list, org-todo-list)
9401         (org-tags-view): Remove the KEEP-MODES argument.
9402         (org-finalize-agenda-hook): New hook.
9403         (org-get-alist-option): New function.
9404         (org-follow-timestamp-link): New function.
9405         (org-open-at-point): Call `org-follow-timestamp-link'.
9406         (org-log-note-marker, org-log-note-purpose)
9407         (org-log-note-window-configuration): New variables.
9408         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
9409         (org-log-note-headings): New option.
9410         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
9411         (org-store-link): Support for dired-mode.
9412         (org-open-file): Substitute environment variables into filename.
9413         (org-last): New defsubst.
9414         (org-agenda-re-align-tags): New function.
9415         (org-agenda-align-tags-to-column): New option.
9416         (org-agenda-timeline): Group removed.
9417         (org-prepare-agenda, org-prepare-agenda-buffers)
9418         (org-run-agenda-series, org-timeline, org-agenda-list)
9419         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
9420         the text property inticating the agenda type.
9421         (org-agenda-post-command-hook): Get agenda type from text property
9422         at point.
9423         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
9424         and obey `org-agenda-overriding-arguments'.
9425         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
9426         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9427         (org-agenda-week-view, org-agenda-day-view):
9428         Use `org-agenda-overriding-arguments' to make updating work with
9429         multi-block agendas.
9430         (org-agenda-prefix-format): Allow different formats for the
9431         different agenda entry types.
9432         (org-timeline-prefix-format): Option removed, use
9433         `org-agenda-prefix-format' instead.
9434         (org-prepare-agenda): New function.
9435         (org-select-timeline-window): Option removed, use
9436         `org-select-agenda-window' instead.
9437         (org-respect-restriction): Variable removed.
9438         (org-cmp-tag): New function.
9439         (org-agenda-sorting-strategy, org-entries-lessp):
9440         Implement sorting by last tag.
9441         (org-complete): Better completion in in-buffer option lines.
9442         (org-in-item-p): New function.
9443         (org-org-menu): Add entries for checkboxes.
9444         (org-cycle): Extra brouping in outline-regexp, because it is used
9445         in a search with "^" prepended.
9446         (org-provide-checkbox-statistics): New option.
9447         (org-set-font-lock-defaults): Highlight checkbox statistics.
9448         (org-update-checkbox-count-maybe)
9449         (org-get-checkbox-statistics-face): New functions.
9450         (org-update-checkbox-count): New command.
9451         (org-insert-item, org-toggle-checkbox):
9452         Call `org-update-checkbox-count-maybe'.
9453         (org-export-as-html): XEmacs compatibility for coding system.
9454         (org-force-cycle-archived): New command.
9455         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
9456         overrules cycling.
9457         (org-fix-position-after-promote): If the line contains only a todo
9458         keyword, add a final space.
9459         (org-promote-subtree, org-demote-subtree):
9460         Call `org-fix-position-after-promote'.
9462 2006-11-10  Glenn Morris  <rgm@gnu.org>
9464         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
9465         date in every year.
9466         (calendar-dst-check-each-year-flag): New customizable variable.
9467         (calendar-dst-find-data): New function, extracted from
9468         calendar-current-time-zone.
9469         (calendar-current-time-zone): Use calendar-dst-find-data.
9470         (calendar-dst-transition-cache): New variable.
9471         (calendar-dst-find-startend, calendar-dst-starts)
9472         (calendar-dst-ends): New functions.
9473         (calendar-daylight-savings-starts)
9474         (calendar-daylight-savings-ends): Change value to use
9475         calendar-dst-starts, calendar-dst-ends; respectively.
9477         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
9479         * ido.el (ido-enable-prefix)
9480         * ses.el (ses-call-printer-return)
9481         * net/tramp.el (tramp-unified-filenames)
9482         * progmodes/cc-align.el (c-lineup-string-cont)
9483         * progmodes/compile.el (compilation-directory-matcher)
9484         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9485         * progmodes/gdb-ui.el (gdb-many-windows)
9486         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9487         (vhdl-clock-rising-edge)
9488         * textmodes/org.el (org-export-with-timestamps)
9489         (org-export-remove-timestamps-from-toc, org-export-with-tags)
9490         (org-read-date): Doc fix (Nil -> nil).
9492 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9494         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9495         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
9497 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9499         * bs.el (bs--window-for-buffer): Remove.
9500         (bs--show-with-configuration): Use `get-window-with-predicate'
9501         instead of `bs--window-for-buffer'.
9503 2006-11-10  Kenichi Handa  <handa@m17n.org>
9505         * files.el (revert-buffer): Fix previous change.
9507 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
9509         * bs.el (bs--redisplay): Fix typo in docstring.
9510         (bs--window-config-coming-from): Make frame-local.
9511         (bs--restore-window-config): New function.
9512         (bs-kill, bs-select, bs-select-other-window)
9513         (bs-select-other-frame): Use it.
9514         (bs--window-for-buffer): Return as soon as a matching buffer is found.
9515         (bs--show-with-configuration): Save the window configuration as a
9516         frame local var, and only if *buffer-selection* is not already
9517         visible on this frame.
9519 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
9521         * vc-svn.el (vc-svn-admin-directory): New var.
9522         (vc-svn-registered, vc-svn-responsible-p)
9523         (vc-svn-repository-hostname): Use it.
9524         Suggested by arit93@yahoo.com.
9526 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9528         * ldefs-boot.el: Regenerate.
9530 2006-11-08  Alan Mackenzie  <acm@muc.de>
9532         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
9533         case (eq open-paren-in-column-0-is-defun-start nil) by searching
9534         for least nested open-paren.
9536 2006-11-08  Romain Francoise  <romain@orebokech.com>
9538         * subr.el (remove-overlays): Fix typo in last change.
9540 2006-11-08  Richard Stallman  <rms@gnu.org>
9542         * subr.el (remove-overlays): Call overlay-recenter.
9544 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9546         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9547         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
9548         behaviour.
9549         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
9550         directly.
9552 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9554         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
9555         (ido-max-dir-file-cache, ido-decorations)
9556         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
9557         (ido-magic-backward-char, ido-enter-dired)
9558         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
9559         (ido-list-directory, ido-first-match, ido-only-match)
9560         (ido-subdir, ido-indicator): Fix typos in docstrings.
9561         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
9562         (ido-read-internal): Fix typo in error message.
9564 2006-11-08  Kenichi Handa  <handa@m17n.org>
9566         * international/mule-cmds.el (set-default-coding-systems):
9567         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
9569 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9571         * makefile.w32-in (setwins): Remove.
9572         (WINS_ALMOST): New macro.
9573         (WINS): Use it.
9574         (autoloads): Don't extract autoloads from files in obsolete/.
9576 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
9578         * whitespace.el (whitespace-buffer): Call remove-overlays after
9579         overlay-recenter for performance.  Suggested by Martin Rudalics.
9581 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
9583         * net/tramp.el (tramp-default-method): scp is the default method.
9585 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
9587         * server.el (server-start): Save also the Emacs pid in the server file.
9589 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
9591         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
9592         point when displaying a bibtex cross reference in the echo area.
9594 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9596         * international/mule.el (make-char): Fix typo in docstring.
9597         (load-with-code-conversion, charsetp): Doc fixes.
9599         * international/ja-dic-cnv.el (skkdic-convert):
9600         * cus-edit.el (hook): Fix typo in docstring.
9602 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9604         * cus-edit.el (custom-mode-map): Move defvar above code using it.
9605         (custom-mode-link-map): New variable.
9606         (custom-group-link, custom-manual): Use follow-link.
9608 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9610         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
9611         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
9613 2006-11-06  Richard Stallman  <rms@gnu.org>
9615         * textmodes/flyspell.el (flyspell-correct-word-before-point):
9616         New function broken out of flyspell-correct-word.
9617         (flyspell-mode-map): Bind it to M-RET.
9618         (flyspell-correct-word): Call it.
9620         * textmodes/fill.el (fill-minibuffer-function): New function.
9621         (fill-paragraph): Bind fill-paragraph-function to
9622         fill-minibuffer-function.
9624         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
9625         so that they aren't undefined.
9627         * dired.el (dired-readin): Locally bind file-name-coding-system.
9629         * bindings.el: Shorten and clarify usual mode line mouse help string.
9631         * Makefile.in (autoloads): Don't include `obsolete'.
9633 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9635         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9636         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
9637         Printing menu if it's not initialized.
9638         (pr-menu-bind): Act on menu-bar-file-menu directly.
9640 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9642         * help.el (view-emacs-news): Fix typo in error message.
9644         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
9646         * shadowfile.el (shadow-define-regexp-group)
9647         (shadow-literal-groups, shadow-insert-var): Doc fixes.
9648         (shadow-read-files): Fix typo in message.
9649         (shadow-inhibit-overload, shadow-find, shadow-suffix)
9650         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
9651         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
9652         (shadow-file-match): Fix typos in docstrings.
9654         * terminal.el (terminal-emulator): Fix typo in message.
9656         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
9658         * emacs-lisp/lselect.el (x-kill-primary-selection)
9659         (x-delete-primary-selection, x-copy-primary-selection):
9660         Fix typos in error messages.
9662         * emulation/edt-mapper.el: Fix typo in interactive message.
9664         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
9666         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
9667         (ispell-help): Fix typos in docstrings.
9668         (ispell-help): Fix typo in output message.
9670         * allout.el (allout-adjust-file-variable)
9671         (allout-passphrase-verifier-string)
9672         (allout-passphrase-hint-string)
9673         (allout-toggle-current-subtree-encryption):
9674         * apropos.el (apropos-synonyms):
9675         * cus-edit.el (hook):
9676         * emacs-lock.el (emacs-lock-from-exiting):
9677         * follow.el (follow-avoid-tail-recenter-p):
9678         * hexl.el (hexl-mode):
9679         * mouse-copy.el (mouse-copy-work-around-drag-bug):
9680         * mouse.el (mouse-set-font):
9681         * resume.el (resume-emacs-args-file):
9682         * rfn-eshadow.el (file-name-shadow-tty-properties):
9683         * t-mouse.el (t-mouse-process, t-mouse-mode):
9684         * emacs-lisp/cust-print.el (custom-print-install)
9685         (custom-print-uninstall, custom-format):
9686         * emacs-lisp/shadow.el (list-load-path-shadows):
9687         * emulation/tpu-edt.el (tpu-help-text)
9688         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
9689         (tpu-reset-control-keys):
9690         * emulation/vip.el (vip-emacs-local-map)
9691         (vip-change-mode-to-emacs):
9692         * emulation/viper.el (viper-mode, viper-set-hooks)
9693         (viper-major-mode-modifier-list):
9694         * emulation/viper-init.el (viper-emacs-state-cursor-color):
9695         * emulation/viper-keym.el (viper-emacs-kbd-map)
9696         (viper-toggle-key):
9697         * mail/feedmail.el (feedmail-queue-reminder)
9698         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
9699         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
9700         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
9701         (feedmail-sender-line, feedmail-force-binary-write)
9702         (feedmail-from-line, feedmail-deduce-envelope-from)
9703         (feedmail-x-mailer-line, feedmail-message-id-generator)
9704         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
9705         (feedmail-enable-spray, feedmail-spray-this-address)
9706         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
9707         (feedmail-queue-runner-confirm-global)
9708         (feedmail-ask-before-queue-prompt)
9709         (feedmail-ask-before-queue-reprompt)
9710         (feedmail-prompt-before-queue-standard-alist)
9711         (feedmail-prompt-before-queue-user-alist)
9712         (feedmail-prompt-before-queue-help-supplement)
9713         (feedmail-queue-use-send-time-for-message-id)
9714         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
9715         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
9716         (feedmail-mail-send-hook-queued)
9717         (feedmail-confirm-addresses-hook-example)
9718         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
9719         (feedmail-queue-runner-mode-setter)
9720         (feedmail-queue-alternative-mail-header-separator)
9721         (feedmail-queue-runner-message-sender)
9722         (feedmail-buffer-eating-function, feedmail-binmail-template)
9723         (feedmail-run-the-queue-no-prompts)
9724         (feedmail-run-the-queue-global-prompt)
9725         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
9726         (feedmail-envelope-deducer, feedmail-fiddle-date)
9727         (feedmail-default-message-id-generator)
9728         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
9729         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
9730         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
9731         (vms-pmail-setup):
9732         * play/dunnet.el (dun-help):
9733         * play/handwrite.el (handwrite):
9734         * play/hanoi.el (hanoi-unix-64):
9735         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9736         * textmodes/enriched.el (fixed):
9737         * textmodes/org.el (org-file-apps)
9738         (org-emphasis-regexp-components, org-emphasis-alist):
9739         * textmodes/texinfmt.el (batch-texinfo-format):
9740         Fix typos in docstrings.
9742 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
9744         * loadhist.el (read-feature): Don't complete features not loaded
9745         from a file (which make `unload-feature' to fail).
9747 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9749         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
9751 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
9753         * startup.el (command-line-1): Kill emacs if the last frame is
9754         deleted while evaluating the command-line arguments.
9756 2006-11-05  Richard Stallman  <rms@gnu.org>
9758         * startup.el (init-file-had-error): Add doc string.
9759         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
9760         Use fixed-width font for keyboard key descriptions.
9762         * cus-edit.el (custom-save-all): Error if saving in .emacs
9763         and it had an error when loaded.
9765         * dired-aux.el (dired-copy-file-recursive): Catch errors
9766         from recursive copies in the loop, around the recursive call.
9768 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9770         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
9771         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
9772         `/proc/acpi/thermal_zone/*'.
9773         (battery-search-for-one-match-in-files): New.  Search a regexp in
9774         the content of some files.
9776 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
9778         * window.el (mouse-autoselect-window-now): Remove variable.
9779         (mouse-autoselect-window-state): New variable.
9780         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
9781         (mouse-autoselect-window-select, handle-select-window):
9782         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
9783         Suspend delayed autoselection during menu or popup dialog.
9785         * info-look.el (info-lookup-guess-custom-symbol): New function
9786         for retrieving symbol at point in custom buffers.
9787         (top level) <info-lookup-maybe-add-help>: Add backquote and
9788         comma to ignored characters in regexps of help specifications
9789         for emacs-lisp-mode and lisp-interaction-mode.  This permits
9790         looking up symbols in `...' and after a comma.  Add help
9791         specifications for custom-mode and help-mode.
9793 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
9795         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
9796         Don't encode body if RAW is non-nil, or if the old encoding is
9797         identical to the new encoding, or if the body contains only
9798         eight-bit-* characters.
9800 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9802         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
9803         (faces-sample-overlay): Remove variable.
9804         (describe-face): Insert sample text in the face being described.
9806 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
9808         * whitespace.el (whitespace-indent-regexp): Make this match any
9809         multiples of eight spaces near the beginning of a line.
9810         (whitespace-buffer): Use `remove-overlays' instead of
9811         `whitespace-unhighlight-the-space' and `overlay-recenter' to
9812         speed up overlay handling.
9813         (whitespace-buffer-leading, whitespace-buffer-trailing):
9814         Make these functions highlight the text removed by
9815         `whitespace-buffer-leading-cleanup' and
9816         `whitespace-buffer-trailing-cleanup' respectively.
9817         (whitespace-buffer-search): Use `with-local-quit'.
9818         Move `format' out of loop to speed up scanning larger buffers.
9819         (whitespace-unhighlight-the-space): Remove `remove-hook' since
9820         that function is never added to a hook.
9821         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
9822         (whitespace-buffer-leading-cleanup)
9823         (whitespace-refresh-rescan-list): Fix docstrings.
9825 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
9827         * allout.el (allout-during-yank-processing): Cue for inhibiting
9828         aberrance processing during yanks.
9829         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
9830         the amount of yanked topics that can be aberrant.
9831         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
9832         a function, and supplement with inihibition of doublechecking
9833         during yanks.
9834         (allout-beginning-of-line, allout-next-heading)
9835         (allout-previous-heading, allout-goto-prefix-doublechecked)
9836         (allout-back-to-current-heading, allout-next-visible-heading)
9837         (allout-next-sibling): Use new allout-do-doublecheck function.
9838         (allout-next-sibling): Ensure we made progress when returning
9839         other than nil.
9840         (allout-rebullet-heading): Preserve text property annotations
9841         indicating the text was hidden, if it was.
9842         (allout-kill-line): Remove any added was-hidden annotations.
9843         (allout-kill-topic): Remove any added was-hidden annotations.
9844         (allout-annotate-hidden): Inhibit adding was-hidden text
9845         properties to the undo list.
9846         (allout-deannotate-hidden): New function to remove was-hidden
9847         annotation.
9848         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
9849         (allout-remove-exposure-annotation): Replace by
9850         allout-deannotate-hidden.
9851         (allout-yank-processing): Signal that yank processing is happening
9852         with allout-during-yank-processing.  Also, wrap
9853         allout-unprotected's closer to the text changes, for easier
9854         debugging.  We need to inhibit-field-text-motion explicitly, in
9855         lieu of the encompassing allout-unprotected.
9856         (outlineify-sticky): Adjust criteria for triggering new outline
9857         decorations to presence or absence of any topics, not just a topic
9858         at the beginning of the buffer.
9860 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9862         * bs.el (bs--show-all, bs--redisplay):
9863         * cus-edit.el (custom-unlispify-menu-entries)
9864         (custom-unlispify-tag-names, custom-prompt-variable):
9865         * expand.el (expand-pos):
9866         * speedbar.el (speedbar-generic-list-tag-p):
9867         * wid-edit.el (widget-image-enable):
9868         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
9869         * emacs-lisp/find-func.el (find-function-noselect)
9870         (find-function, find-variable-noselect, find-variable)
9871         (find-definition-noselect, find-face-definition):
9872         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
9873         * net/eudc-vars.el (eudc-expansion-overwrites-query):
9874         * progmodes/ada-xref.el (ada-find-in-ali):
9875         * textmodes/flyspell.el (flyspell-check-tex-math-command):
9876         * textmodes/org.el (org-copy-subtree):
9877         * textmodes/table.el (table--row-column-insertion-point-p):
9878         Use "non-nil" in docstrings.
9880 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
9882         * sort.el (sort-columns): Set the field separator to tab; on
9883         NetBSD, sort complains if "\n" is used as field separator.
9885 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
9887         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
9889 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9891         * server.el (server-auth-key): Remove.  Replace by a process-property.
9892         (server-start): Don't remove the file of the previous process, but
9893         instead clear out the place for the new file.
9894         (server-start): Set the :auth-key property.
9895         (server-process-filter): Use the :auth-key property.
9897 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
9899         * textmodes/org.el (org-mode-map): No longer copy
9900         `outline-mode-map' explicitly - this is already done by
9901         `define-derived-mode'.
9903 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
9905         * server.el (server-visit-files): Use `when'.
9906         (server-process-filter): When authentication fails, send error
9907         message to client.  Wrap `process-send-region' in `ignore-errors'
9908         instead of `condition-case', and remove misleading comment.
9910 2006-11-01  Juri Linkov  <juri@jurta.org>
9912         * simple.el (yank): Doc fix.
9914 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9916         * server.el: Try and fit within 80 columns.
9917         (server-start): Make the auth file unreadable by other users.
9919 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9921         * battery.el (battery-linux-proc-acpi): Prevent range error when
9922         `full-capacity' is 0.
9924 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9926         * faces.el (faces-sample-overlay): New defvar.
9927         (faces-sample-overlay): New function to show face sample text.
9928         (describe-face): Use it.
9930 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
9932         * progmodes/ada-stmt.el: Change maintainer, apply
9933         whitespace-cleanup, checkdoc.
9934         (ada-func-or-proc-name): Add doc string.
9936         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
9937         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9938         strings and comments.
9939         (ada-prj-display-page): Change buffer name to more accurately
9940         reflect function.
9942         * progmodes/ada-xref.el: Change maintainer, apply
9943         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9944         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
9945         (ada-compile-current): Don't add newlines to commands.
9947 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
9949         * server.el: Add support for TCP sockets.
9950         (server-use-tcp, server-host, server-auth-dir): New options.
9951         (server-auth-key): New variable.
9952         (server-ensure-safe-dir): Create nonexistent parent dirs.
9953         Ignore Unix-style file modes on Windows.
9954         (server-start): Crete a TCP or Unix socket according to the value
9955         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
9956         `server-auth-dir' directory.
9957         (server-process-filter): Delete process if authentication
9958         fails (which never happens for Unix sockets).
9960 2006-10-30  David Kastrup  <dak@gnu.org>
9962         * subr.el (add-to-list): Don't continue checking if a match has
9963         been found.
9965 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
9967         * tutorial.el: Move defvars to avoid bytecomp warnings.
9968         (tutorial--find-changed-keys): Check if viper-current-state is
9969         bound before using it.
9970         (help-with-tutorial): Check if viper-tutorial is defined before
9971         using it.
9973 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9975         * help-fns.el (help-with-tutorial): Move to tutorial.el.
9977         * tutorial.el: New file.
9978         (help-with-tutorial): Move here from help-fns.el.  Add help for
9979         rebound keys.  Fix resume of tutorial.
9980         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
9981         (tutorial--find-changed-keys, tutorial--display-changes)
9982         (tutorial--saved-dir, tutorial--saved-file)
9983         (tutorial--save-tutorial): New functions to support the changes in
9984         help-with-tutorial.
9986 2006-10-30  Kenichi Handa  <handa@m17n.org>
9988         * files.el (revert-buffer): If a unibyte buffer is being reverted
9989         with a coding system for multibyte, set buffer multibyte before
9990         calling insert-file-contents.
9992 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9994         * server.el (server-select-display): Use a dummy buffer to detect when
9995         the frame is later used.
9996         (server-select-display): New function.
9997         (server-process-filter): Use it to detect unused temp frames.
9999 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
10001         * progmodes/ada-mode.el: Change maintainer, apply
10002         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
10003         (ada-mode-version): New function.
10004         (ada-create-menu): Menu operations are available for all supported
10005         compilers.
10007 2006-10-29  Lars Hansen  <larsh@soem.dk>
10009         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
10010         Highlight as keyword.
10011         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
10012         Don't call tramp-method-out-of-band-p for local files.
10013         (tramp-touch): Quote file name.
10015 2006-10-28  Glenn Morris  <rgm@gnu.org>
10017         * calendar/calendar.el (cal-html-cursor-month)
10018         (cal-html-cursor-year): Add autoloads for this new package.
10019         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
10021 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
10023         * calendar/cal-html.el: New file.
10025 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
10027         * emacs-lisp/authors.el (authors-aliases): Update.
10029 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
10031         * version.el (emacs-version): Bump version number to 22.0.90.
10033 2006-10-26  John W. Eaton  <jwe@octave.org>
10035         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
10036         New defvar.
10037         (inferior-octave-resync-dirs): Check to see whether Octave has
10038         built-in variables and set inferior-octave-has-built-in-variables.
10039         Check inferior-octave-has-built-in-variables to decide whether to
10040         send commands that set built-in variables or call functions to
10041         change Octave's behavior.
10042         Send "disp (pwd ())" to Octave instead of just "pwd".
10043         (inferior-octave-startup): Send "more off" to Octave instead of
10044         "page_screen_output = 0".
10046 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
10048         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
10049         pattern normally.
10051 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
10053         * bindings.el (mode-line-mode-menu): Remove bindings for global
10054         minor modes (line/column number) as they are on the menubar.
10056 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
10058         * term/w32-win.el (x-handle-name-switch): Doc fix.
10059         (w32-standard-fontset-spec): Fix typo in docstring.
10061         * midnight.el (midnight-buffer-display-time): Doc fix.
10062         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
10064 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
10066         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
10068         * emulation/viper-ex.el (ex-read): Quote file argument.
10070         * ediff-diff.el (ediff-same-file-contents): Expand file names.
10072         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
10074 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10076         * textmodes/flyspell.el (flyspell-check-region-doublons):
10077         Fix last fix.
10079 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
10081         * bindings.el (mode-line-mode-menu): List global minor modes
10082         before local ones.
10084 2006-10-23  Kim F. Storm  <storm@cua.dk>
10086         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
10087         (sit-for): If last command was a prefix arg, add the read-ahead
10088         event to unread-command-events as (t . EVENT) so it will be added
10089         to this-command-keys by read-key-sequence.
10091 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10093         * textmodes/flyspell.el (flyspell-word): Skip past all previous
10094         whitespace when checking doublons.
10095         (flyspell-check-region-doublons): Fix doublon regexp.
10096         (flyspell-highlight-incorrect-region): Highlight doublons using
10097         flyspell-duplicate face.
10099         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
10101 2006-10-22  John Wiegley  <johnw@newartisans.com>
10103         * progmodes/python.el (python-use-skeletons): python-mode was
10104         auto-inserting templates (for those with abbrev-mode on), not only
10105         by default -- *but without a configuration variable to disable
10106         it*.  This rendered python-mode completely useless for me, so I
10107         have added `python-use-skeletons', which is now off by default.
10109 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
10111         * progmodes/cperl-mode.el (cperl-mode): Don't assume
10112         font-lock-multiline is auto-local (it's not).
10113         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
10114         initialized before calling cperl-init-faces.
10116 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
10118         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
10119         gdb-stack-position a value when there is no fringe.
10121         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
10122         indicator if not visiting a file.
10124 2006-10-20  David Kastrup  <dak@gnu.org>
10126         * window.el (kill-buffer-and-window): Fix a bug where an aborted
10127         operation would still cause some window to collapse later.
10129 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10131         * vc.el (vc-switch-backend): Try to be more careful with unwanted
10132         side-effect due to mixing various backends's file properties.
10134         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
10135         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
10136         Return `filename's status if applicable.  Update callers.
10138 2006-10-19  Kenichi Handa  <handa@m17n.org>
10140         * international/kkc.el (kkc-region): When a key sequence is not
10141         defined, append (this-single-command-raw-keys) to
10142         unread-input-method-events.
10144 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
10146         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
10148 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10150         * version.el (emacs-version): Use mac-carbon-version-string.
10152         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
10154 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10156         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
10157         Kenichi Handa).
10158         (xselect-convert-to-string): Decline requests for UTF8_STRING if
10159         the selection is not UTF-8.
10161 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
10163         * progmodes/ada-mode.el (ada-83-string-keywords)
10164         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
10165         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
10166         (ada-looking-at-semi-private, ada-get-body-name):
10167         Fix typos in docstrings.
10168         (ada-create-case-exception, ada-create-case-exception-substring):
10169         Fix typos in error messages.
10170         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
10172 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10174         * term/x-win.el (res-geometry): Don't set geometry from Xresources
10175         to default-frame-alist if default-frame-alist already contains
10176         width/height.
10178 2006-10-18  Richard Stallman  <rms@gnu.org>
10180         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
10181         Non-interactive arg is the value, not the expression.
10183         * simple.el (read-expression-map): Just set it, no defvar.
10185         * subr.el (insert-for-yank-1): If last inserted char has
10186         properties, mark them as rear-nonsticky.
10188         * recentf.el (recentf-mode): Doc fix.
10190         * facemenu.el (facemenu-add-new-face): Defend against symbol
10191         that isn't a face name.
10193         * dired-aux.el (dired-do-copy): Doc fix.
10195 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
10197         * simple.el (line-move-1): Ignore fields when moving to the
10198         beginning of line to avoid getting point stuck.
10200 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
10202         * textmodes/flyspell.el (flyspell-word-search-backward):
10203         Set inhibit-point-motion-hooks to avoid looping due to intangibile
10204         text.
10206 2006-10-16  Richard Stallman  <rms@gnu.org>
10208         * help-fns.el (describe-function-1): Special case optimization
10209         for self-insert-command.
10211 2006-10-16  Kim F. Storm  <storm@cua.dk>
10213         * ido.el (ido-reread-directory): Work in `dir' mode too.
10215 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
10217         * textmodes/table.el: Require 'regexp-opt.
10219 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10221         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
10222         Use shell-quote-argument.
10224         * shell.el (explicit-bash-args): Likewise.
10226         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
10227         Use grep -E rather than egrep.
10229 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10231         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
10233 2006-10-15  Kim F. Storm  <storm@cua.dk>
10235         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
10237 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10239         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
10240         to protect whitespace and metacharacters from the shell.
10242 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
10244         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
10246 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
10248         * subr.el (start-process-shell-command): Doc fix.
10250 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
10252         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
10253         the regexp for Maxima symbols.
10255 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10257         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
10258         (vc-find-root): Don't walk higher up than ~.
10260 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
10262         * international/utf-8.el (utf-translate-cjk-load-tables):
10263         Avoid clobbering last-coding-system-used during load.
10265 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
10267         * textmodes/reftex-global.el (reftex-create-tags-file):
10268         Quote file arguments.
10270 2006-10-12  Richard Stallman  <rms@gnu.org>
10272         * files.el (file-name-history): Add defvar.
10273         (save-some-buffers-action-alist): Improve description strings.
10275 2006-10-12  Andreas Schwab  <schwab@suse.de>
10277         * files.el (auto-mode-alist): Match change log file name also with
10278         a dash before a numeric extension.
10280 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
10282         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
10283         After 5.0:
10284         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
10286         After 5.1: Major edit.  Summary of most visible changes:
10288         - Multiple <<HERE per line allowed.
10289         - Handles multiline subroutine declaration headers (with comments).
10290           (The exception is `cperl-etags' - but it is not used in the rest
10291           of the mode.)
10292         - Fontifies multiline my/our declarations (even with comments,
10293           and with legacy `font-lock').
10294         - Major speedup of syntaxification, both immediate and postponed
10295           (3.5x to 15x [for different CPUs and versions of Emacs] on the
10296           huge real-life document I tested).
10297         - New bindings, edits to imenu.
10298         - "_" is made into word-char during fontification/syntaxification;
10299           some attempts to recognize non-word "_" during other operations too.
10300         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
10301         - autoload some more perldoc-related stuff
10302         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
10303         - Attempt to incorporate XEmacs edits which reached me.
10305         Fine-grained changelog:
10306         (cperl-hook-after-change): New configuration variable.
10307         (cperl-vc-sccs-header): Likewise.
10308         (cperl-vc-sccs-header): Likewise.
10309         (cperl-vc-header-alist): Default via two preceding variables.
10310         (cperl-invalid-face): Remove double quoting under XEmacs
10311                 (still needed under 21.2).
10312         (cperl-tips): Update URLs for resources.
10313         (cperl-problems): Likewise.
10314         (cperl-praise): Mention new features.
10315         New C-c key bindings: for `cperl-find-bad-style',
10316         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
10317         `cperl-perdoc', and `cperl-perldoc-at-point'.
10318         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
10319         moved, new submenu of Tools with Ispell entries and narrowing.
10320         (cperl-after-sub-regexp): New defsubst.
10321         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
10322                 Allows heads up to head4.
10323                 Allow "package;".
10324         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
10325         (paren-backwards-message): ??? Something for XEmacs???
10326         (cperl-mode): Never auto-switch abbrev-mode off.
10327                 Try to allow '_' be non-word char.
10328                 Do not use `font-lock-unfontify-region-function' on XEmacs.
10329                 Reset syntax cache on mode start.
10330                 Support multiline facification (even on legacy `font-lock').
10331         (cperl-facemenu-add-face-function): ??? Some contributed code ???
10332         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
10333                 refuse to inform us whether the fontification is due to lazy
10334                 calling or due to edit to a buffer, install our own hook
10335                 (controlled by `cperl-hook-after-change').
10336         (cperl-electric-pod): =cut may have been recognized as start.
10337         (cperl-block-p): Move, updated for attributes.
10338         (cperl-calculate-indent): Try to allow '_' be non-word char
10339                 Support subs with attributes.
10340         (cperl-where-am-i): Quiet (?) a warning.
10341         (cperl-cached-syntax-table): New function.
10342         (cperl-forward-re): Use `cperl-cached-syntax-table'.
10343         (cperl-unwind-to-safe): Recognize `syntax-type' property
10344                 changing in a middle of line.
10345         (cperl-find-sub-attrs): New function.
10346         (cperl-find-pods-heres): Allow many <<EOP per line.
10347                 Allow subs with attributes.
10348                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
10349                 Recognize "extproc " (OS/2) case-folded and only at start.
10350                 /x on s///x with empty replacement was not recognized.
10351                 Better comments.
10352         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
10353                 Allow subs with attributes, labels.
10354                 Do not confuse "else::foo" with "else".
10355                 Minor optimizations...
10356         (cperl-after-expr-p): Try to allow '_' be non-word char.
10357         (cperl-fill-paragraph): Try to detect a major bug in Emacs
10358                 with `looking-at' inside `narrow' and bulk out if found.
10359         (cperl-imenu--create-perl-index): Updates for new
10360                 `cperl-imenu--function-name-regexp-perl'.
10361         (cperl-outline-level): Likewise.
10362         (cperl-init-faces): Allow multiline subroutine headers
10363                 and my/our declarations, and ones with comments.
10364                 Allow subroutine attributes.
10365         (cperl-imenu-on-info): Better docstring.
10366         (cperl-etags): Rudimentary support for attributes.
10367                 Support for packages and "package;".
10368         (cperl-add-tags-recurse-noxs): Better (?) docstring.
10369         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
10370         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
10371         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
10372         (cperl-perldoc): Add autoload.
10373         (cperl-perldoc-at-point): Likewise.
10374         (cperl-here-doc-spell): New function.
10375         (cperl-pod-spell): Likewise.
10376         (cperl-map-pods-heres): Likewise.
10377         (cperl-get-here-doc-region): Likewise.
10378         (cperl-font-lock-fontify-region-function): Likewise (backward
10379                 compatibility for legacy `font-lock').
10380         (cperl-font-lock-unfontify-region-function): Fix style.
10381         (cperl-fontify-syntaxically): Recognize and optimize away deferred
10382                 calls with no-change.  Governed by `cperl-hook-after-change'.
10383         (cperl-fontify-update): Recognize that syntaxification region
10384                 can be larger than fontification one.
10385                 XXXX we leave `cperl-postpone' property, so this is quadratic...
10386         (cperl-fontify-update-bad): Temporary placeholder until
10387                 it is clear how to implement `cperl-fontify-update'.
10388         (cperl-time-fontification): New function.
10389         (attrib-group): New text attribute.
10390         (multiline): New value: `syntax-type' text attribute.
10392         After 5.2:
10393         (cperl-emulate-lazy-lock): New function.
10394         (cperl-fontify-syntaxically): Would skip large regions.
10395         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
10396         Some globals were declared, but uninitialized.
10398         After 5.3, 5.4:
10399         (cperl-facemenu-add-face-function): Add docs, fix U<>.
10400         Copyright message updated.
10401         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
10402                         facification down a bit.
10403                 Misprint for my|our|local for old `font-lock'
10404                         "our" was not fontified same as "my|local".
10405                 Highlight variables after "my" etc even in
10406                         a middle of an expression.
10407                 Do not facify multiple variables after my etc
10408                         unless parentheses are present.
10410         After 5.5, 5.6
10411         (cperl-fontify-syntaxically): after-change hook could reset.
10412         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
10414         After 5.7:
10415         (cperl-init-faces): Allow highlighting of local ($/).
10416         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
10417         (cperl-problems): Remove fixed problems.
10418         (cperl-find-pods-heres): Recognize #-comments in m##x too.
10419                 Recognize charclasses (unless delimiter is \).
10420         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
10421         (cperl-regexp-scan): Update docs.
10422         (cperl-beautify-regexp-piece): Use information got from regexp scan.
10424         After 5.8:
10425         Major user visible changes:
10426         Recognition and fontification of character classes in RExen.
10427         Variable indentation of RExen according to groups.
10429         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
10430                 Fontify REx charclasses in variable-name face.
10431                 Fontify POSIX charclasses in "type" face.
10432                 Fontify unmatched "]" in function-name face.
10433                 Mark first-char of HERE-doc as `front-sticky'.
10434                 Reset `front-sticky' property when needed.
10435         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
10436         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
10437         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
10438                 constructs.  Support `narrow'ed buffers.
10439         (cperl-praise): Remove a reservation.
10440         (cperl-make-indent): New function.
10441         (cperl-indent-for-comment): Use `cperl-make-indent'.
10442         (cperl-indent-line): Likewise.
10443         (cperl-lineup): Likewise.
10444         (cperl-beautify-regexp-piece): Likewise.
10445         (cperl-contract-level): Likewise.
10446         (cperl-toggle-set-debug-unwind): New function.
10447                 New menu entry for this.
10448         (fill-paragraph-function): Use when `boundp'.
10449         (cperl-calculate-indent): Take into account groups when indenting RExen.
10450         (cperl-to-comment-or-eol): Recognize # which end a string.
10451         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
10452         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
10453         (cperl-fontify-syntaxically): More clear debugging message.
10454         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
10455         (cperl-init-faces): More complicated highlight even on XEmacs (new).
10456         Merge cosmetic changes from XEmacs.
10458         After 5.9:
10459         (cperl-1+): Move to before the first use.
10460         (cperl-1-): Likewise.
10462         After 5.10:
10464         This code may lock Emacs hard!!!  Use at your own risk!
10466         (cperl-font-locking): New internal variable.
10467         (cperl-beginning-of-property): New function.
10468         (cperl-calculate-indent): Use `cperl-beginning-of-property'
10469         instead of `previous-single-property-change'.
10470         (cperl-unwind-to-safe): Likewise.
10471         (cperl-after-expr-p): Likewise.
10472         (cperl-get-here-doc-region): Likewise.
10473         (cperl-font-lock-fontify-region-function): Likewise.
10474         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
10475                         recursively.
10476                 Bound `next-single-property-change' via `point-max'.
10477         (cperl-unwind-to-safe): Bound likewise
10478         (cperl-font-lock-fontify-region-function): Likewise.
10479         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
10480                 Initialization of `cperl-font-lock-multiline-start' could be
10481                 missed if the "main" fontification did not run due to the
10482                 keyword being already fontified.
10483         (cperl-pod-spell): Return t from do-one-chunk function.
10484         (cperl-map-pods-heres): Stop when the worker returns nil.
10485                 Call `cperl-update-syntaxification'.
10486         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
10487         (cperl-get-here-doc-delim): Remove unused function.
10489         After 5.11:
10491         The possible lockup of Emacs (introduced in 5.10) fixed.
10493         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
10494         (cperl-syntaxify-for-menu): New customization variable.
10495         (cperl-select-this-pod-or-here-doc): New function.
10496         (cperl-get-here-doc-region): Extra argument.
10497                 Do not adjust pos by 1.
10499         New menu entries
10500                 (Perl/Tools): Selection of current POD or HERE-DOC section.
10501                 (Debugging CPerl:) backtrace on fontification.
10503         After 5.12:
10504         (cperl-cached-syntax-table): Use `car-safe'.
10505         (cperl-forward-re): Remove spurious argument SET-ST.
10506                 Add documentation.
10507         (cperl-forward-group-in-re): New function.
10508         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
10509         (XXXX Temporary (?) hack is to syntax-mark them as comment).
10511         After 5.13:
10512         (cperl-string-syntax-table): Make { and } not-grouping
10513           (Sometimes they ARE grouping in RExen, but matching them would only
10514            confuse in many situations when they are not)
10515         (beginning-of-buffer): Replace two occurrences with goto-char...
10516         (cperl-calculate-indent): `char-after' could be nil...
10517         (cperl-find-pods-heres): REx can start after "[" too.
10518                 Hightlight (??{}) in RExen too.
10519         (cperl-maybe-white-and-comment-rex): New constant
10520         (cperl-white-and-comment-rex): Likewise.
10521                 XXXX Not very efficient, but hard to make
10522                 better while keeping 1 group.
10524         After 5.13:
10525         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
10526                 Likewise for 1 << identifier.
10528         After 5.14:
10529         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
10530                 Error-less condition-case could fail.
10531         (cperl-font-lock-fontify-region-function): Likewise.
10532         (cperl-init-faces): Likewise.
10534         After 5.15:
10535         (cperl-find-pods-heres): Support property REx-part2.
10536         (cperl-calculate-indent): Likewise.
10537                 Don't special-case REx with non-empty 1st line.
10538         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
10539                 Invert highlighting of charclasses:
10540                         now the envelop is highlighted.
10541                 Highlight many others 0-length builtins.
10542         (cperl-praise): Mention indenting and highlight in RExen.
10544         After 5.15:
10545         (cperl-find-pods-heres): Highlight capturing parens in REx.
10547         After 5.16:
10548         (cperl-find-pods-heres): Highlight '|' for alternation
10549         Initialize `font-lock-warning-face' if not present.
10550         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
10551                          `font-lock-function-name-face'.
10552         (cperl-look-at-leading-count): Likewise.
10553         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
10554                         `font-lock-keyword-face' (needed for
10555                         batch processing), etc...
10556                 Use `font-lock-builtin-face' for builtin in REx
10557                         Now `font-lock-variable-name-face'
10558                         is used for interpolated variables
10559                 Use "talking aliases" for faces inside REx
10560                 Highlight parts of REx (except in charclasses)
10561                         according to the syntax and/or semantic
10562                 Syntax-mark a {}-part of (?{}) as "comment"
10563                         (it was the ()-part)
10564                 Better logic to distinguish what is what in REx
10565         (cperl-tips-faces): Document REx highlighting
10566         (cperl-praise): Mention REx syntax highlight etc.
10568         After 5.17:
10569         (cperl-find-sub-attrs): Would not always manage to print error message.
10570         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
10572         After 5.18:
10573         (cperl-find-pods-heres): Misprint in REx for parsing REx.
10574                 Very minor optimization.
10575                 `my-cperl-REx-modifiers-face' got quoted.
10576                 Recognize "print $foo <<END" as HERE-doc.
10577                 Put `REx-interpolated' text attribute if needed.
10578         (cperl-invert-if-unless-modifiers): New function.
10579         (cperl-backward-to-start-of-expr): Likewise.
10580         (cperl-forward-to-end-of-expr): Likewise.
10581         (cperl-invert-if-unless): Works in "the opposite way" too.
10582                 Cursor position on return is on the switch-word.
10583                 Indents comments better.
10584         (REx-interpolated): New text attribute.
10585         (cperl-next-interpolated-REx): New function.
10586         (cperl-next-interpolated-REx-0): Likewise.
10587         (cperl-next-interpolated-REx-1): Likewise.
10588         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
10589         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
10590         (cperl-praise): Mention finded interpolated RExen.
10592         After 5.19:
10593         (cperl-init-faces): Highlight %$foo, @$foo too.
10594         (cperl-short-docs): Better docs for system, exec.
10595         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
10596                 Would not find HERE-doc ended by EOF without NL.
10597         (cperl-short-docs): Correct not-doubled \-escapes.
10598         start block: Put some `defvar' for stuff gone from XEmacs.
10600         After 5.20:
10601         initial comment: Extend copyright, fix email address.
10602         (cperl-indent-comment-at-column-0): New customization variable.
10603         (cperl-comment-indent): Indentation after $#a would increasy by 1.
10604         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
10605         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
10606         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
10607         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
10608                         highlight $ in $foo too (UNTESTED).
10609         (cperl-set-style): Docstring missed some available styles.
10610         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
10611                 Change "Current" to "Memorize Current".
10612         (cperl-indent-wrt-brace): New customization variable; the default is
10613                 as for pre-5.2 version.
10614         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
10615         (cperl-style-alist): Likewise.
10616         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
10617                 and `cperl-extra-newline-before-brace' etc
10618                 being t
10619         (cperl-indent-exp): Plans B and C to find continuation blocks even
10620                 if `cperl-extra-newline-before-brace' is t.
10622         After 5.21:
10623         Improve some docstrings concerning indentation.
10624         (cperl-indent-rules-alist): New variable.
10625         (cperl-sniff-for-indent): New function name
10626                 (separated from `cperl-calculate-indent').
10627         (cperl-calculate-indent): Separate the sniffer and the indenter;
10628                 uses `cperl-sniff-for-indent' now.
10629         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
10630                 was inverted;
10631                 Support `comment-column' = 0.
10633 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
10635         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
10636         * help-at-pt.el (scan-buf-move-to-region): Likewise.
10637         * longlines.el (longlines-window-change-function): Likewise.
10638         * simple.el (undo-ask-before-discard): Likewise.
10639         * wid-edit.el (widget-field-prompt-internal)
10640         (widget-documentation-link-p): Likewise.
10642 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10644         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
10645         for a keyword.
10647 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10649         * newcomment.el (comment-valid-prefix-p): Make the check
10650         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
10651         (comment-indent-new-line): Adjust call.
10653 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
10655         * allout.el (allout-back-to-current-heading): Base on lower-level
10656         routines to get proper disqualification of aberrant topics.
10658 2006-10-09  Richard Stallman  <rms@gnu.org>
10660         * textmodes/two-column.el (2C-two-columns): Doc fix.
10662 2006-10-09  Kim F. Storm  <storm@cua.dk>
10664         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
10665         about implicit use.
10667 2006-10-08  Richard Stallman  <rms@gnu.org>
10669         * textmodes/two-column.el (2C-two-columns): Doc fix.
10671 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10673         * files.el: Mark `buffer-read-only' as safe-local-variable.
10675 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
10677         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
10678         Burp if GUD buffer has been killed.
10680 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10682         * completion.el (add-completions-from-c-buffer):
10683         Don't presume an error's second element is a string.
10684         Use looking-at rather than buffer-substring + member.
10686 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
10688         * mail/rmail.el (rmail-redecode-body): If the old encoding is
10689         `undecided', call find-coding-systems-region to find a proper
10690         non-trivial encoding.
10691         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
10692         and "text/plain".
10694 2006-10-07  Kevin Ryde  <user42@zip.com.au>
10696         * textmodes/reftex-vars.el (defgroup reftex): Update home page
10697         url-link.
10699         * strokes.el (defgroup strokes): Remove invalid url-link.
10701 2006-10-07  Magnus Henoch  <mange@freemail.hu>
10703         * autoinsert.el (auto-insert-alist): Doc fix.
10705 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10707         * mouse-sel.el (mouse-insert-selection-internal):
10708         Use insert-for-yank, so that yank handlers are run.
10710 2006-10-07  Kim F. Storm  <storm@cua.dk>
10712         * ido.el (ido-file-extension-aux): Fix comparison.
10714 2006-10-06  Kim F. Storm  <storm@cua.dk>
10716         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
10718 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
10720         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
10721         (ad-make-mapped-call): Use `let', not `let*'.
10723 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
10725         * international/mule-cmds.el (coding-system-change-eol-conversion):
10726         Ensure the coding system is initialized before calling
10727         coding-system-eol-type.
10729 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
10731         * textmodes/org.el (org-rm-props, org-activate-plain-links)
10732         (org-activate-angle-links, org-activate-dates)
10733         (org-activate-target-links, org-activate-camels)
10734         (org-activate-tags): Add `rear-nonsticky' text property to avoid
10735         textproperty keymaps from being active beyond the end of a line.
10736         (org-unfontify-region): Also remove `rear-nonsticky' property.
10738 2006-10-04  Kenichi Handa  <handa@m17n.org>
10740         * international/code-pages.el (next): Table fixed.
10742 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10744         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
10745         that it's been made unnecessary by removing narrowing.
10747 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10749         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
10750         control flow a bit, simplify another bit, and add comments.
10752 2006-10-03  David Kastrup  <dak@gnu.org>
10754         * help.el (describe-mode): For clicks on mode-line, use "@"
10755         interactive argument to get the major mode of the click instead of
10756         the current buffer.
10758         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
10759         in order to better redirect mouse-2 clicks.  Also allow default
10760         bindings to apply.
10762 2006-10-03  Kim F. Storm  <storm@cua.dk>
10764         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
10765         (pushnew): Fix last change.
10767 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
10769         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
10770         Use the interactive spec of `eval-expression'.
10772 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10774         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
10776 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
10778         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
10779         2006-09-28 commit.
10781 2006-10-02  Kenichi Handa  <handa@m17n.org>
10783         * international/code-pages.el (iso-8859-6): Table fixed.
10785 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
10787         * dired.el (dired-build-subdir-alist): Fix previous change.
10789 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10791         * simple.el (undo-elt-crosses-region): Fix the inequalities.
10793 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10795         * emacs-lisp/find-func.el (find-function-regexp): Don't match
10796         "define-button-type".
10798         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
10799         they don't keep accumulating.
10801 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
10803         * ffap.el (ffap-rfc-path): Change the address of the RFC
10804         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
10806 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
10808         * allout.el (allout-expose-topic): Rectify implementation of "+"
10809         spec, so that bodies are not exposed with headlines.
10811 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
10813         * allout.el (allout-current-depth): Do aberrent check only at or
10814         below doublecheck depth.
10815         (allout-chart-subtree): Make it explicit that LEVELS being nil
10816         means unlimited depth.  Drop undocumented support for LEVELS value
10817         t meaning unlimited depth.  (This is consistent with
10818         allout-chart-to-reveal, but contrary to allout-show-children,
10819         which needs to use nil to default to depth of 1.)
10820         (allout-goto-prefix-doublechecked): Wrap long docstring line.
10821         (allout-chart-to-reveal): Be explicit in docstring about meaning
10822         of nil LEVELS, and drop support for LEVELS value t.
10823         (allout-show-children): Translate the level spec used by this
10824         routine to that used by allout-chart-subtree and
10825         allout-chart-to-reveal.
10826         (allout-show-to-offshoot): Retry once when stuck, after opening
10827         subtree - improvements in discontinuity handling likely will
10828         enable progress.
10830 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
10832         * wid-edit.el (widget-button-click-moves-point): New variable.
10833         (widget-button-click): If widget-button-click-moves-point is
10834         non-nil, set point after performing the button action.
10836         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
10838 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
10840         * files.el (find-file-existing): Modify to not allow wildcards.
10842 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10844         * simple.el (undo-more): When undo information for the region is
10845         exhausted, say "No further undo information FOR REGION".
10847 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10849         * progmodes/sh-script.el (sh-prev-thing):
10850         Take `sh-leading-keywords' into account.
10852 2006-09-29  Glenn Morris  <rgm@gnu.org>
10854         * custom.el (defcustom): Doc fix.
10856         * calendar/calendar.el (european-calendar-style):
10857         Call european-calendar or american-calendar as needed when set.
10858         (diary-view-entries, list-calendar-holidays): Move autoloads
10859         before use.
10861 2006-09-29  Juri Linkov  <juri@jurta.org>
10863         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
10864         to nil if there is no previous property change.
10866 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10868         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
10869         saving anything to be sure that `forward-sexp' behaves correctly.
10871 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
10873         * simple.el (line-move-finish): Ignore field boundaries if the
10874         initial and final points have the same `field' property.
10876 2006-09-29  Kim F. Storm  <storm@cua.dk>
10878         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
10879         to t while calling ido-read-internal.
10881 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
10883         * textmodes/org.el (org-file-remote-p): Get regexp from list.
10884         (org-archive-subtree): Remove erraneous `]' from character list.
10886 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
10888         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
10889         (ses-reconstruct-all): Make undo of "insert row" work by keeping
10890         markers for data-area and parameters-area.
10892 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10894         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
10896         * font-lock.el (font-lock-after-change-function): Refontify next line
10897         as well if end is at BOL.
10898         (font-lock-extend-jit-lock-region-after-change): Be more careful to
10899         only extend the region as much as needed.
10901 2006-09-28  Richard Stallman  <rms@gnu.org>
10903         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
10905         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
10907         * international/mule.el (after-insert-file-set-coding):
10908         If VISIT, don't let set-buffer-multibyte make undo info.
10910 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
10912         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
10913         lines in base64-encoded authentication response.
10915 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10917         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
10918         (ebnf-version): New version 4.3.
10919         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
10920         (ebnf-prologue): Adjust PostScript programming.
10921         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
10922         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
10924 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10926         * jit-lock.el (jit-lock-force-redisplay): Rename from
10927         jit-lock-fontify-again, and undo the mistaken change I've just done.
10929         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
10930         (jit-lock-fontify-again): Don't refontify text that's not displayed.
10932 2006-09-26  Kenichi Handa  <handa@m17n.org>
10934         * startup.el (display-splash-screen): Allow a prefix argument.
10936 2006-09-25  Jason Rumney  <jasonr@gnu.org>
10938         * subr.el (shell-quote-argument): Use DOS logic for Windows
10939         shells with DOS semantics.
10941 2006-09-24  Richard Stallman  <rms@gnu.org>
10943         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
10944         (compilation-goto-locus): Use compilation-goto-locus-delete-o
10945         to delete the overlay.  Put it on pre-command-hook.
10947         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
10949         * startup.el (fancy-splash-screens, normal-splash-screen):
10950         Call the splash buffer *About GNU Emacs*.
10952         * simple.el (next-error-highlight, next-error-highlight-no-select):
10953         Default to 0.5.
10954         (yank-excluded-properties): Add `fontified'.
10956         * font-lock.el (font-lock-compile-keywords): Allow value of
10957         syntax-begin-function to enable paren-column-0 highlighting.
10959 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
10961         * dired.el (dired-build-subdir-alist): When file ends in colon,
10962         don't exit the loop, just disregard that file.
10964 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
10966         * simple.el (line-move-finish): Handle corner case for fields in
10967         continued lines.
10968         (line-move-1): Remove flawed test for that case.
10970 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
10972         * icomplete.el (icomplete-simple-completing-p): Use the correct
10973         name for the new variable, `icomplete-with-completion-tables'.
10974         (file local variables): Remove superfluous setting.
10976 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
10978         * calendar/appt.el (appt-check): Fix typo for appointments just
10979         after midnight.
10981 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
10983         * help.el (describe-key-briefly, describe-key): Don't expect an
10984         extra up event if a down-event is generated by a popup menu.
10986 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
10988         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
10989         local dictionary when changing the global dictionary.
10991 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
10993         * icomplete.el (icomplete-with-completion-tables): List of
10994         specialized completion tables with which icomplete should
10995         operate.  Include the new `internal-complete-buffer', so icomplete
10996         works with interactive buffer-selection.
10997         (icomplete-simple-completing-p): Add acceptance of specialized
10998         completion tables listed in icomplete-with-completion-tables.
11000 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11002         * frame.el (focus-follows-mouse): Set default to nil on Mac.
11004         * startup.el (command-line): Use `custom-reevaluate-setting' for
11005         `focus-follows-mouse'.
11007 2006-09-22  Richard Stallman  <rms@gnu.org>
11009         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
11010         explain why Save is not available.
11012 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
11014         * woman.el (woman0-so): Use `let*', not `let'.
11015         (woman-horizontal-line): Remove unbalanced parenthesis.
11017 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11019         * woman.el: Make sure all the end-of-region markers we use have
11020         a non-nil insertion-type.
11021         (woman0-so): Move things around so we can use copy-marker.
11022         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
11023         Adjust marker type.
11024         (woman2-process-escapes): Check marker type.
11025         (woman-horizontal-line): Dispense with the use of a marker.
11027 2006-09-22  Jay Belanger  <belanger@truman.edu>
11029         * calc/calc-lang.el: Add Greek letters to math-variable-table
11030         property of tex.
11032 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
11034         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
11036 2006-09-22  Masatake YAMATO  <jet@gyve.org>
11038         * add-log.el (add-log-current-defun): Use `forward-sexp'
11039         instead of `forward-word' to pick c++::symbol.
11040         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
11042 2006-09-22  Kenichi Handa  <handa@m17n.org>
11044         * bindings.el: Fix setting self-insert-command for multibyte
11045         characters in global-map.
11047 2006-09-21  David Kastrup  <dak@gnu.org>
11049         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
11050         doc string.
11052 2006-09-21  Kenichi Handa  <handa@m17n.org>
11054         * language/european.el ("Latin-1"): Add windows-1252 to
11055         coding-priority.
11056         ("German"): Likewise.
11058 2006-09-21  Kim F. Storm  <storm@cua.dk>
11060         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
11061         Suggested by Miles Bader.
11063         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
11064         instead of add-to-list in the simple case.
11066 2006-09-20  Kenichi Handa  <handa@m17n.org>
11068         * isearch.el (isearch-process-search-char): Cancel the previous change.
11069         (isearch-search-string): New function.
11070         (isearch-search): Use isearch-search-string.
11071         (isearch-lazy-highlight-search): Likewise.
11073 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11075         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
11076         string to become an option.
11078 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
11082 2006-09-20  Kim F. Storm  <storm@cua.dk>
11084         * simple.el (line-move-partial): Call pos-visible-in-window-p with
11085         position t instead of trying both window-end and window-end - 1.
11087 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
11089         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
11090         hidden trees.
11092 2006-09-20  David Kastrup  <dak@gnu.org>
11094         * mouse.el (mouse-posn-property): Improve doc string.
11095         (mouse-on-link-p): Change buffers for function calls on links.
11097         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
11098         buffer is read-only.
11100 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
11102         * allout.el (allout-unprotected): Let inhibit-read-only only when
11103         buffer-read-only isn't set.
11104         (allout-annotate-hidden): Enable topic annotation during copies even
11105         when the buffer is read-only, eg for topic copies.  Ensure that the loop
11106         advances, even when the span extends beyond the deletion region.
11107         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
11108         rather than allout-exposure-changed-hook, as a stronger assertion.
11109         (allout-keybindings-list): Add bindings for
11110         allout-copy-line-as-kill and allout-copy-topic-as-kill.
11111         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
11112         Copy wrappers for allout-kill-line and allout-kill-topic.
11113         (allout-listify-exposed): Position correctly to accumulate lines.
11115 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
11117         * simple.el (line-move-1): Escape field boundaries occurring
11118         exactly at point.  Update goal column if constrained to a field.
11119         (line-move-finish): Escape field boundaries occurring exactly at point.
11121 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11123         * mouse.el (mouse-on-link-p): Tentatively fix last change.
11124         (mouse-drag-vertical-line): Remove unused var `wconfig'.
11126 2006-09-19  Kim F. Storm  <storm@cua.dk>
11128         * help.el (describe-key-briefly, describe-key): Simplify printing
11129         of descriptions by using format and %S.  Fix "is undefined"
11130         messages to say "at that spot" for mouse events.
11132         * simple.el (line-move-partial): Optimize.  Try window-line-height
11133         before posn-at-point to get vpos of current line.
11135 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11137         * emulation/viper.el: Bump up version/date of update to reflect the
11138         substantial changes done in August 2006.
11140         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
11141         push-button are defined.
11143         * ediff-util.el (ediff-add-to-history): New function.
11145         * ediff.el: Use ediff-add-to-history instead of add-to-history.
11147 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11149         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
11150         Delete duplicate make-local-variable form.
11151         (conf-space-keywords): Add autoload cookie.
11152         Fix typo (`keywords', not `keyword').
11154 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11156         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
11157         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
11158         to x-gtk-use-old-file-dialog.
11160 2006-09-18  Richard Stallman  <rms@gnu.org>
11162         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
11163         that might come in during mouse tracking.
11165 2006-09-18  Kim F. Storm  <storm@cua.dk>
11167         * simple.el (line-move-partial): Rework 2006-09-15 change to use
11168         new window-line-height function.  Further optimize by not calling
11169         pos-visible-in-window-p for window-end when window-line-height
11170         returns useful information.
11172 2006-09-16  Richard Stallman  <rms@gnu.org>
11174         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
11175         (conf-space-mode): Don't handle prefix arg.
11176         Delete conf-space-keywords-override code.
11177         Use add-hook.
11178         (conf-space-keywords): New command.
11179         (conf-space-mode-internal): Be careful with imenu-generic-expression.
11180         Delete conf-space-keywords-override code.
11181         (conf-space-keywords-alist): Doc fix.
11182         (conf-space-font-lock-keywords): Doc fix.
11183         (conf-space-keywords-override): Var deleted.
11185 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11187         * startup.el (fancy-splash-screens): Don't switch to the scratch
11188         buffer; it may not be the next buffer.
11190 2006-09-16  Romain Francoise  <romain@orebokech.com>
11192         * saveplace.el (load-save-place-alist-from-file): Use expanded name
11193         in both messages.
11195 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
11197         * progmodes/python.el (python-preoutput-filter):
11198         Fix arg order to string-match.
11200 2006-09-16  Richard Stallman  <rms@gnu.org>
11202         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
11203         font-lock-compile-keywords.
11205         * font-lock.el (font-lock-compile-keywords): Rename optional arg
11206         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
11208 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11210         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
11212         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
11213         and the data doesn't look like UTF8, send STRING instead.
11215 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
11217         * textmodes/flyspell.el (flyspell-check-region-doublons):
11218         New function to detect duplicated words.
11219         (flyspell-large-region): Use it.
11221 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11223         * simple.el (line-move-to-column): Revert 2006-08-03 change.
11225 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
11227         * help.el (describe-prefix-bindings): Use let, not let*.
11229 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
11231         * allout.el (allout-regexp, allout-line-boundary-regexp)
11232         (allout-bob-regexp): Correct grouping and boundaries to fix
11233         backwards traversal.
11234         (allout-depth-specific-regexp, allout-depth-one-regexp):
11235         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
11236         worse time in allout-ascend.
11237         (allout-doublecheck-at-and-shallower): Identify depth threshold
11238         below which topics are checked for and disqualified by containment
11239         discontinuities.
11240         (allout-hotspot-key-handler): Correctly handle multiple-key
11241         strokes.  Remove some unused variables.
11242         (allout-mode-leaders): Clarify that mode-specific comment-start
11243         will be used.
11244         (set-allout-regexp): Correctly regexp-quote allout regexps to
11245         properly accept alternative header-leads and primary bullets with
11246         regexp-specific characters (eg, C "/*", mathematica "(*").
11247         Include new regular expressions among those configured.
11248         (allout-infer-header-lead-and-primary-bullet):
11249         Rename allout-infer-header-lead.
11250         (allout-recent-depth): Manifest as a variable as well as a function.
11251         (allout-prefix-data): Simplify into an inline instead of a macro,
11252         assuming current match data rather than being explicitly passed
11253         it.  Establish allout-recent-depth value as well as
11254         allout-recent-prefix-beginning and allout-recent-prefix-end.
11255         (allout-aberrant-container-p): True when an item's immediate
11256         offspring discontinuously contained.  Useful for disqualifying
11257         unintended topic prefixes, likely at low depths.
11258         (allout-goto-prefix-doublechecked): Elaborate version of
11259         allout-goto-prefix which disqualifies aberrant pseudo-items.
11260         (allout-pre-next-prefix): Layer on top of lower-level routines, to
11261         get disqualification of aberrant containers.
11262         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
11263         containers.
11264         (allout-beginning-of-current-entry): Position at start of buffer
11265         when in container (depth 0) entry.
11266         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
11267         (allout-current-bullet): Strip text properties.
11268         (allout-get-prefix-bullet): Use right match groups.
11269         (allout-beginning-of-line, allout-next-heading):
11270         Disqualify aberrant containers.
11271         (allout-previous-heading): Disqualify aberrant containers, and
11272         change to regular (rather than inline) function, to allow
11273         self-recursion.
11274         (allout-get-invisibility-overlay): Increment so progress is made
11275         when the first overlay is not the sought one.
11276         (allout-end-of-prefix): Disqualify aberrant containers.
11277         (allout-end-of-line): Cycle something like allout-beginning-of-line.
11278         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
11279         outline.el outlines) functional again.  Change the primary bullet
11280         along with the header-lead - level 1 new-style bullets now work.
11281         Engage allout-before-change-handler in mainline Emacs, not just
11282         XEmacs, to do undo handling.
11283         (allout-before-change-handler): Expose undo changes occurring in
11284         hidden regions.  Use allout-get-invisibility-overlay instead of
11285         reimplementing it inline.
11286         (allout-chart-subtree): Use start rather than end of prefix in
11287         charts.  Use allout-recent-depth variable.
11288         (allout-chart-siblings): Disqualify aberrant topics.
11289         (allout-beginning-of-current-entry): Position correctly.
11290         (allout-ascend): Use new allout-depth-specific-regexp and
11291         allout-depth-one-regexp for linear instead of O(N^2) or worse
11292         behavior.
11293         (allout-ascend-to-depth): Depend on allout-ascend, rather than
11294         reimplementing an algorithm.
11295         (allout-up-current-level): Depend on allout-ascend, rather than
11296         reimplementing an algorithm.  Return to start-point if we fail.
11297         (allout-descend-to-depth): Use allout-recent-depth variable
11298         instead of function.
11299         (allout-next-sibling): On traversal of numerous intervening
11300         topics, resort to economical allout-next-sibling-leap.
11301         (allout-next-sibling-leap): Specialized version of
11302         allout-next-sibling that uses allout-ascend cleverly, to depend on
11303         a regexp search to leap large numbers of contained topics, rather
11304         than arbitrarily many one-by-one traversals.
11305         (allout-next-visible-heading): Disqualify aberrant topics.
11306         (allout-previous-visible-heading): Position consistently when
11307         interactive.
11308         (allout-forward-current-level): Base on allout-previous-sibling
11309         rather than (differently) reimplmenting the algorithm.  Remove some
11310         unused variables.
11311         (allout-solicit-alternate-bullet): Present default choice stripped
11312         of text properties.
11313         (allout-rebullet-heading): Use bullet stripped of text properties.
11314         Register changes using allout-exposure-change-hook.
11315         Disregard aberrant topics.
11316         (allout-shift-in): With universal-argument, make topic a peer of
11317         it's former offspring.  Simplify the code by separating out
11318         allout-shift-out functionality.
11319         (allout-shift-out): With universal-argument, make offspring peers
11320         of their former container, and its siblings.  Implement the
11321         functionality here, rather than inappropriately muddling the
11322         implementation of allout-shift-in.
11323         (allout-rebullet-topic): Respect additional argument for new
11324         parent-child separation function.
11325         (allout-yank-processing): Use allout-ascend directly.
11326         (allout-show-entry): Disqualify aberrant topics.
11327         (allout-show-children): Handle discontinuous children gracefully,
11328         extending the depth being revealed to expose them and posting a
11329         message indicating the situation.
11330         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
11331         Leave cursor in correct position.
11332         (allout-hide-current-subtree): Use allout-ascend directly.
11333         Disqualify aberrant topics.
11334         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
11335         a way that the yanks can restore it, as used to happen.
11336         (allout-yank-processing): Restore exposure layout as recorded by
11337         allout-kill-*, as used to happen.
11338         (allout-annotate-hidden, allout-hide-by-annotation): New routines
11339         for preseving and restoring exposure layout across kills.
11340         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
11341         (allout-encrypt-string): Strip text properties.
11342         Rearranged order and outline-headings for some of the
11343         miscellaneous functions.
11344         (allout-resolve-xref): No need to quote the error name in the
11345         condition-case handler section.
11346         (allout-flatten): Classic recursive (and recursively intensive,
11347         without tail-recursion) list-flattener, needed by allout-shift-out
11348         when confronted with discontinuous children.
11350 2006-09-16  Jason Rumney  <jasonr@gnu.org>
11352         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
11353         on ms-windows.
11354         (dnd-open-unc-file): Remove.
11355         (dnd-open-local-file): Mention in doc string that it also handles
11356         remote files if the system natively supports unc file-names.
11358 2006-09-15  Kim F. Storm  <storm@cua.dk>
11360         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
11361         all necessary information about the event before erasing *Help*.
11363         * simple.el (line-move-partial): Use window-line-visiblity to
11364         quickly check whether last line is partially visible, and only do
11365         the hard (and slow) part in that case.
11367 2006-09-15  Jay Belanger  <belanger@truman.edu>
11369         * COPYING: Replace "Library Public License" by "Lesser Public
11370         License" throughout.
11372 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11374         * term/x-win.el (x-menu-bar-open): New function for F10.
11376 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
11378         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11379         Disallow filenames containing " -" to avoid confusion with libtool
11380         compilation messages.  Suggested by Stefan Monnier.
11382 2006-09-15  David Kastrup  <dak@gnu.org>
11384         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
11385         instead of buffer position for `mouse-on-link-p'.
11387         * mouse.el (mouse-posn-property): New function looking up the
11388         properties at a click position in overlays and text properties in
11389         either buffer or strings.
11390         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
11391         of both `follow-link' as well as `mouse-face' properties.
11392         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
11393         buffer position.
11395         * help.el (describe-key-briefly): When reading a down-event on
11396         mode lines or scroll bar, swallow the following up event, too.
11397         Use the new mouse sensitity of `key-binding' for lookup.
11398         (describe-key): The same here.
11400 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
11402         * play/life.el (life-patterns): Add a few more interesting patterns.
11403         (life-setup): Force `show-trailing-whitespace' to nil.
11405 2006-09-14  Richard Stallman  <rms@gnu.org>
11407         * startup.el (fancy-splash-text): Change text to improve alignment.
11408         (fancy-splash-screens): Don't set non-standard tab width.
11409         Bind cursor-type temporarily, and make it easy to patch to
11410         preserve the splash buffer.
11411         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
11412         (fancy-splash-screens): Display echo-area message explicitly.
11413         Don't set fancy-splash-help-echo.
11415         * simple.el (line-number-mode): Group mode-line instead of
11416         editing-basics.
11417         (column-number-mode, size-indication-mode): Likewise.
11419         * faces.el (mode-line-faces): Group mode-line instead of modeline.
11421         * time.el (display-time): Group mode-line instead of modeline.
11423         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
11425 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
11427         * startup.el (fancy-splash-text): Move editing instructions to
11428         fancy-splash-head.
11429         (fancy-splash-head): Issue editing instructions.
11430         (fancy-splash-screens): Fixup whitespace.
11432 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11434         * bindings.el (mode-line-buffer-identification-keymap):
11435         Remove duplicate line.
11437 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11439         * ido.el (ido-ignore-item-p): Allow any kind of functions in
11440         ignore lists.
11442 2006-09-14  Kim F. Storm  <storm@cua.dk>
11444         * jit-lock.el (jit-lock-fontify-again): New function.
11445         (jit-lock-fontify-now): Use it instead of lambda form.
11447 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
11449         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
11450         (flyspell-auto-correct-word): Make ispell-filter local to these
11451         functions.  Check that ispell-filter has new stuff before calling
11452         ispell-parse-output.
11454 2006-09-13  Kim F. Storm  <storm@cua.dk>
11456         * simple.el (line-move-partial): Optimize.
11458 2006-09-13  Richard Stallman  <rms@gnu.org>
11460         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
11461         Delete spurious backquote.
11463 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11465         * net/rcirc.el (rcirc-print): Fix last change.
11467 2006-09-12  Jay Belanger  <belanger@truman.edu>
11469         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
11471 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11473         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
11474         rcirc-show-maximum-output.
11475         (rcirc-mode): Remove window-scroll-function hook.
11476         (rcirc-scroll-to-bottom): Remove function.
11477         (rcirc-print): Recenter so point stays at the bottom of the window
11478         if point was already there.
11480 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11482         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
11483         not to "t".
11484         * progmodes/compile.el (compilation-start): Likewise.
11485         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
11486         Don't use expand-file-name on invocation-directory, since this
11487         might mishandle special characters in invocation-directory.
11489 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11491         * pcvs-defs.el: Remove * in defcustom's docstrings.
11493 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
11495         * progmodes/compile.el (compilation-directory-properties):
11496         Doc fix for help-echo.
11498 2006-09-12  Lars Hansen  <larsh@soem.dk>
11500         * desktop.el (desktop-read): Add comment.
11502 2006-09-12  Kim F. Storm  <storm@cua.dk>
11504         * simple.el (next-error-highlight, next-error-highlight-no-select):
11505         Fix spelling error.
11507         * subr.el (sit-for): Rework to use input-pending-p and cond.
11508         Return nil input is pending on entry also for SECONDS <= 0.
11509         (while-no-input): Use input-pending-p instead of sit-for.
11511 2006-09-11  Richard Stallman  <rms@gnu.org>
11513         * simple.el (next-error-highlight, next-error-highlight-no-select):
11514         Fix custom type and doc strings.
11516 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11518         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
11519         (diff-apply-hunk): Use it to ask for confirmation.
11521 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
11523         * emacs-lisp/cl.el (pushnew): Add missing `,'.
11525 2006-09-11  David Kastrup  <dak@gnu.org>
11527         * help.el (string-key-binding, describe-key-briefly)
11528         (describe-key): Remove `string-key-binding' and its callers since
11529         `key-binding' already caters for the proper lookup now.
11531 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11533         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
11534         (cfengine-mode): Use it.  Fix \ syntax to be like /.
11536         * bindings.el (mode-line-buffer-identification-keymap):
11537         Move initialization into declaration.
11539 2006-09-10  Kim F. Storm  <storm@cua.dk>
11541         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
11542         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
11543         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
11544         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
11546 2006-09-10  Richard Stallman  <rms@gnu.org>
11548         * dired-aux.el: Handle errors in recursive copy usefully.
11549         (dired-create-files-failures): New variable.
11550         (dired-copy-file): Remove condition-case.
11551         (dired-copy-file-recursive): Check for errors on all file
11552         operations, and add them to dired-create-files-failures.
11553         Check file file-date-erorr here too.
11554         (dired-create-files): Check dired-create-files-failures
11555         and report those errors too.
11557         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11559         * subr.el (add-to-list): New argument COMPARE-FN.
11561 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11563         * filecache.el (file-cache-add-directory)
11564         (file-cache-add-directory-list, file-cache-add-file)
11565         (file-cache-add-directory-using-find)
11566         (file-cache-add-directory-using-locate)
11567         (file-cache-add-directory-recursively): Add autoloads.
11569 2006-09-09  Richard Stallman  <rms@gnu.org>
11571         * textmodes/conf-mode.el (conf-space-mode):
11572         Use hack-local-variables-hook instead of calling hack-local-variables.
11573         (conf-space-keywords-override): New variable.
11574         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
11575         (conf-space-mode): Always make conf-space-keywords and
11576         conf-space-keywords-override local.
11577         Call conf-space-mode-internal directly as well as via hook.
11579 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11581         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
11582         quasi-keywords.
11584 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11586         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
11587         (python-send-string): Be slightly more careful about adding \n.
11589         * startup.el (normal-splash-screen): Don't display the buffer if we'll
11590         kill it right away anyway.
11592 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
11594         * international/codepage.el (cp850-decode-table): Fix a few codes.
11595         (cp858-decode-table): New variable.
11597 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11599         * net/ldap.el (ldap-search-internal): Doc fix.
11601 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11603         * play/life.el (life-display-generation): Test for input manually if
11604         `sleeptime' is negative or null.
11606         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
11607         (print-region-1): Substitute `%s' with the page title.
11609 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
11611         * locate.el (locate-current-search): New variable.
11612         (locate): Set buffer local value.  Use current buffer if it is
11613         in Locate mode.
11614         (locate-mode): Disable undo here.
11615         (locate-do-setup): Use locate-current-filter from buffer to be killed.
11616         (locate-update): Use locate-current-search and locate-current-filter.
11618 2006-09-08  David Kastrup  <dak@gnu.org>
11620         * desktop.el (desktop-read): When loading a desktop, disable
11621         saving it while the load progresses, and switch off a pending lazy
11622         load by calling `desktop-lazy-abort'.
11624 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
11626         * window.el (mouse-autoselect-window-timer)
11627         (mouse-autoselect-window-position)
11628         (mouse-autoselect-window-window)
11629         (mouse-autoselect-window-now): New vars.
11630         (mouse-autoselect-window-cancel)
11631         (mouse-autoselect-window-select)
11632         (mouse-autoselect-window-start): New functions.
11633         (handle-select-window): Call `mouse-autoselect-window-start' when
11634         delayed window autoselection is enabled.
11636         * cus-start.el (mouse-autoselect-window): Handle delayed window
11637         autoselection.
11639         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
11640         commands after which it is allowed to print in the echo area.
11642 2006-09-08  Richard Stallman  <rms@gnu.org>
11644         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
11646         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
11647         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
11649         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
11650         (cancel-timer-internal): Add doc string.
11651         (cancel-function-timers): Doc fix.
11652         (with-timeout-handler, timer-event-last*): Add doc strings.
11654         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
11656         * files.el (risky-local-variable-p): Match ...-bindat-spec.
11658         * dired.el (dired-log-summary): Add doc string.
11660         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
11661         (custom-group-menu-create): Not here.
11663 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
11665         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
11667 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11669         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
11670         (mac-apple-event-map): Define its handler.
11672 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11674         * net/ldap.el (ldap-search-internal): Handle `auth' key.
11676 2006-09-07  Magnus Henoch  <mange@freemail.hu>
11678         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
11679         clause.
11681 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11683         * info.el (Info-index): Bind completion-ignore-case.
11685 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11687         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
11688         previous commit.
11689         (inferior-prolog-guess-flavor): New fun left out of previous commit.
11690         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
11691         burp in dedicated windows.
11692         (inferior-prolog-self-insert-command): New command.
11693         (inferior-prolog-mode-map): Use it.
11695 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11697         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
11699         * international/code-pages.el: Add cp858.
11701 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11703         * dnd.el: Fix bootstrapping.
11705 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11707         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
11708         (dnd-open-remote-url): New function.
11709         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
11710         not windows-nt.
11712 2006-09-07  Jason Rumney  <jasonr@gnu.org>
11714         * dnd.el (dnd-open-remote-file-function): New variable.
11715         (dnd-open-unc-file): New function.
11716         (dnd-open-file): Call dnd-open-remote-file-function if set.
11718 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11720         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
11721         pgg-passphrase-coding-system rather than locale-coding-system.
11722         * pgg-def.el (pgg-passphrase-coding-system): New user option.
11724 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11726         * progmodes/prolog.el: Remove * in docstrings.
11727         (prolog-program-name): Add SWI prolog.
11728         (prolog-mode-menu): New menu.
11729         (prolog-mode): Set comment-add.
11730         (prolog-indent-line): Simplify.  Use indent-line-to.
11731         (inferior-prolog-buffer): New var.
11732         (inferior-prolog-run, inferior-prolog-process): New funs.
11733         (run-prolog, switch-to-prolog): Rewrite, using them.
11734         (prolog-consult-region): Use inferior-prolog-buffer.
11735         (inferior-prolog-load-file): New function.
11736         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
11738         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
11739         last word, if it's not the end of the paragraph.
11741         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
11742         file name.
11744 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
11746         * frame.el (display-mm-dimensions-alist): New defcustom.
11747         (display-mm-height, display-mm-width): Use it.
11749 2006-09-06  Simon Josefsson  <jas@extundo.com>
11751         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
11753 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
11755         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11756         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
11757         string values.
11759 2006-09-06  Kim F. Storm  <storm@cua.dk>
11761         * simple.el (line-move-partial): New function to do vscrolling for
11762         partially visible images / tall lines.  Rewrite based on code
11763         previously in line-move.  Simplify backwards vscrolling.
11764         (line-move): Use it.  Simplify.
11766 2006-09-05  Kim F. Storm  <storm@cua.dk>
11768         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
11770 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
11772         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11773         Process the `gcc-include' after the `gnu' rule.
11775 2006-09-05  Kim F. Storm  <storm@cua.dk>
11777         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
11779 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11781         * pgg.el (pgg-clear-string): Alias to clear-string for backward
11782         compatibility.
11784         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
11785         inhibit-redisplay; encode passphrase with locale-coding-system.
11787 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11789         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
11791 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
11793         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11794         (gdb-var-list-children-regexp): Make type field optional.
11796         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
11797         e.g public, protected in C++.
11799 2006-09-04  John Paul Wallington  <jpw@pobox.com>
11801         * simple.el (completion-show-help): New defcustom.
11802         (completion-setup-function): Heed it.
11804 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11806         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
11808 2006-09-04  Richard Stallman  <rms@gnu.org>
11810         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
11811         (rsf-min-region-to-spam-list): Doc fix.
11812         (rsf-add-content-type-field): Doc fix.
11814         * simple.el (kill-region): Explicitly test there is a region.
11816 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11818         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
11819         sendmail in several common directories.
11821         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
11823         * paths.el (sendmail-program): Removed.
11825 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
11827         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
11828         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
11829         http://article.gmane.org/gmane.emacs.gnus.general/50457
11831 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
11833         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
11834         mark after running the menu filter.
11836 2006-09-03  Juri Linkov  <juri@jurta.org>
11838         * international/quail.el (quail-defrule-internal): Add a check
11839         if a key is a vector.
11841 2006-09-02  Juri Linkov  <juri@jurta.org>
11843         * man.el (Man-topic-history): New variable.
11844         (man): Use it.
11846         * woman.el (woman-topic-history): Change defvar to defvaralias
11847         for symbol `Man-topic-history'.
11849         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
11850         `comint-last-output-start' is a marker by using `markerp' and
11851         check if it has a position by using `marker-position', and use
11852         this position for `goto-char'.
11854         * international/quail.el (quail-defrule-internal): Add missing
11855         `error' call for null key.
11857 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
11859         * net/rcirc.el (rcirc-keywords): New variable.
11860         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
11861         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
11862         variables.
11863         (rcirc-responses-no-activity): New function.
11864         (rcirc-handler-generic): Check for responses in above.
11865         (rcirc-process-command): Add ?: character to arguments of raw
11866         server commands.
11867         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
11868         `rcirc-dim-nicks'.
11869         (rcirc-gray-toggle): Remove unused variable.
11870         (rcirc-print): Remove some tracking logic, which is moved into
11871         markup functions.
11872         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
11873         types.
11874         (rcirc-activity-string): Look for 'keyword in activity-types.
11875         (rcirc-window-configuration-change): Don't erase overlay-arrow
11876         unnecessarily.
11877         (rcirc-add-or-remove): New function.
11878         (rcirc-cmd-ignore): Use it.
11879         (rcirc-message-leader): Remove unused function.
11880         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
11881         (rcirc-add-face): New function.
11882         (rcirc-facify): Use rcirc-add-face.
11883         (rcirc-url-regexp): Add parens.
11884         (rcirc-map-regexp): Remove function.
11885         (rcirc-mangle-regexp): Remove function.
11886         (rcirc-markup-text-functions): New variable.
11887         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
11888         (rcirc-markup-body-text, rcirc-markup-attributes)
11889         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
11890         (rcirc-markup-bright-nicks): New markup handler functions.
11891         (rcirc-nick-in-message-full-line): New face.
11892         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
11893         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
11895 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
11897         * cus-start.el (hscroll-margin, hscroll-step)
11898         (mode-line-in-non-selected-windows, mouse-autoselect-window)
11899         (x-use-underline-position-properties): Change version to "22.1"
11900         since they will appear there for the first time.
11902 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
11904         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
11906 2006-08-31  Richard Stallman  <rms@gnu.org>
11908         * cus-edit.el (custom-save-variables): Slight cleanup.
11909         (Custom-no-edit): Renamed from custom-no-edit.
11910         (Custom-newline): Renamed from custom-newline.
11911         (custom-mode-map): Use new names.
11913         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
11914         about customization, rather than M-x customize, in the doc string
11915         made for the defcustom.
11917         * emacs-lisp/trace.el (trace-function-background): Doc fix.
11919 2006-08-31  Romain Francoise  <romain@orebokech.com>
11921         * dired-x.el (dired-guess-shell-alist-default): Update.
11923 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
11925         * custom.el (custom-theme-set-variables): Autoload packages before
11926         sorting the variables.
11928 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
11930         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11931         Convert events to chars if XEmacs.
11932         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
11934 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11936         * progmodes/python.el (python-eldoc-function): Re-enable quit while
11937         waiting for process.
11939 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11941         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
11942         results in ASCII-only string, encode original one directly.
11944 2006-08-29  Romain Francoise  <romain@orebokech.com>
11946         * startup.el (normal-splash-screen, fancy-splash-screens):
11947         Make buffer read-only and arrange to enter view mode if necessary.
11949 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
11951         * hl-line.el (hl-line): New face.
11952         (hl-line-face): Use it.
11954         * image-mode.el (image-mode): Fix last fix.
11955         Suggested by Kim F. Storm.
11957 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
11959         Sync with Tramp 2.0.54.
11961         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
11962         of `=', because `tramp-get-remote-gid' might not always return an
11963         integer when expected.
11964         (tramp-register-file-name-handlers): `partial-completion-mode' is
11965         unknown to XEmacs.
11966         (tramp-time-diff): Don't use `floor', it might fail for large
11967         differences.
11968         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
11969         `tramp-auto-save-directory' if unset in order to guarantee unique
11970         auto-save file names.
11972 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11974         * image-mode.el (image-mode): Display image as text on a terminal.
11976 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11978         * progmodes/python.el (python-send-command): Simplify.
11979         (run-python): Don't generate a new buffer unless `new' was specified.
11980         Make sure we send `import emacs' to the proper process.
11982         * progmodes/python.el (python-send-command): Don't wait for the command
11983         to terminate.  Don't fiddle with compilation-parsing-end.
11985 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11987         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11988         Insert commentary after first line summary.
11990         * woman.el (woman-follow): New function, based on `man-follow'.
11991         (woman-mode-map): Use it.
11993         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
11994         since ibuffer-do-sort-by-recency does not define a sorter.
11996 2006-08-28  Kim F. Storm  <storm@cua.dk>
11998         * find-dired.el (find-dired): Use shell-quote-argument to properly
11999         escape ( and ) args.  Also use it on {} and ; args in default
12000         value of find-ls-option string.
12001         (find-grep-dired): Use shell-quote-argument on {} and ; args.
12003 2006-08-27  Michael Olson  <mwolson@gnu.org>
12005         * emacs-lisp/tq.el: Small grammar fix in comments.
12006         (tq-enqueue): Check for existence of queue rather than the
12007         head queue item's question, which was a no-op.
12008         (tq-filter, tq-process-buffer): Make sure the process buffer
12009         exists before making it the current buffer.
12011 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12013         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
12014         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
12015         (special-event-map): Apply 2006-08-16 change for x-win.el.
12017 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12019         * progmodes/python.el (python-send-receive): Wait in the
12020         process's buffer so as to check the right buffer-local variables.
12022 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12024         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
12025         (defgroup checkdoc): Move to beginning.
12027         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
12028         (python-preoutput-continuation): Remove.
12029         (python-preoutput-filter): Simplify correspondingly.
12030         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
12031         Loop around to catch embedded _emacs_out output.
12032         (run-python): Send the import&print command on a single line.
12033         (python-send-command): Send command&print on a single line.
12034         (python-send-string): Only add double \n if needed.
12035         (python-send-receive): Loop until the result comes.
12036         (python-mode-running): Defvar it.
12037         (python-setup-brm): Remove unused var `menu'.
12038         Only bind py-mode-map and `features' around brm-init.
12039         (python-calculate-indentation): Remove unused var `point'.
12040         (python-beginning-of-defun): Remove unused var `def-line'.
12042 2006-08-25  Richard Stallman  <rms@gnu.org>
12044         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
12046 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
12048         * emulation/viper.el (viper-set-hooks): Use frame bindings for
12049         viper-vi-state-cursor-color.
12050         (viper-non-hook-settings): Don't set default
12051         mode-line-buffer-identification.
12053         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12054         New fun.
12055         (viper-set-cursor-color-according-to-state)
12056         (viper-get-saved-cursor-color-in-replace-mode)
12057         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
12058         viper-emacs-state-cursor-color.
12060         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
12061         (viper-undo): Use point if undo-beg-posn is nil.
12062         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
12063         (viper-after-change-undo-hook): Don't use
12064         viper-emacs-state-cursor-color by default.
12065         (viper-undo): More sensible positioning after undo.
12067         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
12068         (viper-emacs-state-cursor-color): Default to nil, since this feature
12069         doesn't work well yet.
12071         * ediff-mult.el (ediff-intersect-directories)
12072         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
12073         always expand filenames.
12075 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12077         * tumme.el: Remove * in defcustoms's docstrings.
12079 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
12081         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
12082         Accept internal time format for SECS arg.
12083         (timer-relative-time): Doc fix.
12085         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
12086         adapted from Martin Rudalics.
12087         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
12088         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
12089         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
12090         using sit-for.
12092 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
12094         * cus-start.el (all): Add `overline-margin' and
12095         `x-underline-at-descent-line'.
12097 2006-08-24  Kim F. Storm  <storm@cua.dk>
12099         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
12100         to mean "use find -exec"; nil now unambiguously means auto-detect.
12101         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
12102         Use shell-quote-argument to build grep-find-command and
12103         grep-find-template.
12104         (rgrep): Use shell-quote-argument to properly quote arguments to find.
12105         Reported by Tom Seddon.
12107 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
12109         * startup.el (fancy-splash-head): Give instructions for dismissing
12110         the splash screen for default startup too.
12111         (display-startup-echo-area-message, fancy-splash-screens)
12112         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
12113         all splash text at once and keep the splash buffer around.
12114         (command-line-1): Give display-startup-echo-area-message a t arg.
12116 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
12118         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
12119         gnus frame is selected.
12121 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
12123         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
12125 2006-08-22  Kim F. Storm  <storm@cua.dk>
12127         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
12128         Add suffix matching for subdirs.
12130 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
12132         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
12133         mouse-yank-at-point is non-nil.
12135 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
12137         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
12138         a bit wider and remove fringes to fit initial output on line.
12140 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12142         * frame.el (blink-cursor-end): Only ignore the error we care about.
12143         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
12145 2006-08-21  Richard Stallman  <rms@gnu.org>
12147         * whitespace.el (whitespace-cleanup): Doc fix.
12149 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
12151         * net/rcirc.el (rcirc-show-maximum-output): New var.
12152         (rcirc-buffer-process): If no buffer argument is supplied, use
12153         current-buffer.
12154         (rcirc-complete-nick): Complete to the last completed nick first.
12155         (rcirc-mode): Preserve the value of `rcirc-urls' across
12156         connections.  Setup scroll function.
12157         (rcirc-scroll-to-bottom): New function.
12158         (rcirc-print): Use nick syntax around regexp work.
12159         Notice dim-nicks speaking only if they say our nick.
12160         (rcirc-update-activity-string): Do not show the modeline indicator
12161         if there are no live rcirc processes.
12162         (rcirc-cmd-ignore): Ignore case.
12163         (rcirc-browse-url-at-point): Fix off-by-one error.
12165 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12167         * progmodes/python.el: Remove * in defcustom docstrings.
12168         (run-python, python-proc, python-try-complete): Use derived-mode-p.
12169         (python-mode): Set tab-width and indent-tabs-mode.
12171 2006-08-20  Dave Love  <fx@gnu.org>
12173         * progmodes/python.el: Update to Dave Love's latest version.
12174         (python-font-lock-keywords, python-mode): Don't use
12175         font-lock-syntax-table, but match symbol elements explicitly instead.
12176         (python-mode-map): Add help, and a few more key bindings.
12177         (python-skip-comments/blanks): Move out of comments as well.
12178         (python-continuation-line-p): Behave better with unbalanced parens.
12179         (python-blank-line-p): New fun.
12180         (python-open-block-statement-p): Don't use a heuristic.
12181         (python-outdent-p): Better handle blocks-in-the-same-line.
12182         (python-calculate-indentation): Misc improvements.
12183         (python-comment-indent): Remove.
12184         (python-block-pairs): New var.
12185         (python-first-word): New fun.
12186         (python-indentation-levels): Handle more common cases.
12187         (python-indent-line-1): Add `leave' argument.
12188         (python-indent-region): New fun.
12189         (python-skip-out): New fun.
12190         (python-beginning-of-statement, python-end-of-statement): Use it.
12191         (python-next-statement): Return correct count even at eob.
12192         (python-end-of-block): Fix paren-typo.
12193         (python-imenu-create-index): Add module variables.
12194         (run-python): Add `new' arg.
12195         Check we're at a prompt before returning.
12196         (python-send-command): Move to end of buffer.
12197         Wait for prompt to return.
12198         (python-set-proc): New fun.
12199         (python-imports): New var.
12200         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
12201         (python-eldoc-function): Try to move out of arg list.
12202         (python-outline-level): Offset by 1.
12203         (python-find-imports): New fun.
12204         (python-symbol-completions): Use python-imports.
12205         (python-module-path, ffap-alist): Add support for ffap.
12206         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
12207         (python-insert-*, python-default-template, python-expand-template):
12208         Add templates/skeletons.
12209         (python-setup-brm): Support for Bicycle Repair Man.
12210         (python-abbrev-syntax-table): New var.
12211         (python-abbrev-pc-hook, python-pea-hook): New funs.
12213 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
12215         * frame.el (blink-cursor-start): Set timer first.
12216         (blink-cursor-end): Ignore timer cancelling errors.
12217         Suggested by Ken Manheimer.
12219 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
12221         * newcomment.el (comment-box): Call `comment-normalize-vars'.
12222         Add autoload cookie.
12224 2006-08-20  Richard Stallman  <rms@gnu.org>
12226         * simple.el (line-number-at-pos): Doc fix.
12228         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
12229         timer-activate-when-idle, so timer can run before Emacs becomes
12230         non-idle again.
12232 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12234         * whitespace.el (whitespace-cleanup-internal): New optional arg
12235         REGION-ONLY.  If it's non-nil, modify the message to the user
12236         accordingly.
12237         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
12238         a non-nil argument.
12240 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
12242         * rect.el (spaces-string): Simplify and add doc string.
12244 2006-08-17  Romain Francoise  <romain@orebokech.com>
12246         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
12248 2006-08-17  Richard Stallman  <rms@gnu.org>
12250         * compare-w.el (compare-windows): lambda's take an arg and pass
12251         it to compare-windows-skip-whitespace.
12253 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
12255         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
12256         the right buffer.
12258 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12260         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
12261         removed files.
12263 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
12265         * progmodes/gdb-ui.el (gdb-locals-watch-map)
12266         (gdb-locals-watch-map-1): Suppress keymap first.
12267         (gdb-edit-locals-map-1): New variable.
12268         (gdb-edit-locals-value): New function.
12269         (gdb-stack-list-locals-handler): Use them.
12271 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12273         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
12274         cursor would normally be drawn in the fringe.
12276         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
12277         Reported by Martin Rudalics <rudalics@gmx.at>.
12279 2006-08-16  Richard Stallman  <rms@gnu.org>
12281         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12282         (special-event-map): Process drag-n-drop events this way.
12284         * simple.el (move-beginning-of-line): Test whether fields
12285         would prevent motion back to line's first visible character.
12286         If so, stop where the fields would stop the motion.
12288         * newcomment.el (comment-indent): Fully update INDENT
12289         before checking to see if it will change the text.
12291         * cus-edit.el (custom-newline): New function.
12292         (custom-mode-map): Bind newline to custom-newline.
12294         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
12295         into ignore-whitespace.
12296         Check each buffer for its skip-function.
12297         Handle compare-windows-skip-whitespace special-case test
12298         by returning t from default skip function.
12300 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
12302         * textmodes/org.el (org-clock-special-range)
12303         (org-clock-update-time-maybe): New functions.
12304         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
12305         not only a-z.
12306         (org-agenda-get-blocks): Allow multiple blocks per headline.
12307         (org-timestamp-change): Call `org-clock-update-time-maybe'.
12308         (org-export-html-title-format)
12309         (org-export-html-toplevel-hlevel): New options.
12310         (org-export-language-setup): Add support for Czech.
12311         (org-mode, org-insert-todo-heading, org-find-visible)
12312         (org-find-invisible, org-invisible-p, org-invisible-p2)
12313         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
12314         (org-show-subtree, org-show-entry, org-make-options-regexp):
12315         Remove compatibility support for old outline-mode.
12316         (org-check-occur-regexp): Funtion removed.
12317         (org-on-heading-p, org-back-to-heading): Made defalias.
12318         (org-set-local): New defsubst.
12319         (org-set-regexps-and-options, org-mode)
12320         (org-set-font-lock-defaults, org-edit-agenda-file-list)
12321         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
12322         (org-remember-apply-template, org-table-edit-field)
12323         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
12324         (org-set-autofill-regexps): Use `org-set-local'.
12325         (org-table-eval-formula): Fix bug with parsing of display flags.
12327 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
12329         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
12330         frame with fringe arrow.  Suggested by Simon Marshall
12331         <simon.marshall@misys.com>.
12332         (gdb-stack-position): New variable.
12333         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
12334         (gdb-frames-mode): Set gdb-stack-position to nil.
12335         Add to overlay-arrow-variable-list
12336         (gdb-reset): Delete gdb-stack-position from above list.
12338 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12340         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
12341         read only.
12343 2006-08-13  Romain Francoise  <romain@orebokech.com>
12345         * cus-theme.el (customize-create-theme)
12346         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
12348         * filesets.el (filesets-add-buffer): Ditto.
12350         * pcvs.el (cvs-change-cvsroot): Ditto.
12352 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
12354         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
12355         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
12356         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
12357         expressions.
12358         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
12359         Only search till end of line.
12360         Add face to function names in case of no filename.
12361         Add face to variable names of watchpoints.
12363 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
12365         * cus-start.el <indent-tabs-mode>: Move to the `indent'
12366         customization group.
12368 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
12370         * allout.el (allout-prior-bindings, allout-added-bindings):
12371         Remove, after long deprecation.
12372         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
12373         Add customization vars controlling allout-beginning-of-line and
12374         allout-end-of-line conveniences.
12375         (allout-header-prefix, allout-use-mode-specific-leader)
12376         (allout-use-mode-specific-leader, allout-mode-leaders):
12377         Revise docstrings.
12378         (allout-infer-header-lead): Change to be an alias for
12379         allout-infer-header-lead-and-primary-bullet.
12380         (allout-infer-header-lead-and-primary-bullet): New version of
12381         allout-infer-header-lead which assigns the primary bullet to the
12382         same as the header lead, when its being changed.
12383         (allout-infer-body-reindent): Apply regexp-quote instead of
12384         unconditionally prepending "\\", so that all literal
12385         allout-header-prefix and allout-primary-bullet strings are
12386         properly handled.
12387         (allout-add-resumptions): Add optional qualifier for extending or
12388         appending to existing values, rather than replacing them.
12389         (allout-view-change-hook): Clarify docstring.
12390         (allout-exposure-change-hook): Take explicit arguments, via
12391         run-hook-with-args.
12392         (allout-structure-added-hook)
12393         (allout-structure-deleted-hook)
12394         (allout-structure-shifted-hook): New hooks analogous to
12395         allout-exposure-change-hook for other kinds of structural outline
12396         edits.
12397         (allout-encryption-plaintext-sanitization-regexps): New encryption
12398         customization variable, by which cooperating modes can provde
12399         massage of the plaintext without actually being passed it.
12400         (allout-encryption-ciphertext-rejection-regexps)
12401         (allout-encryption-ciphertext-rejection-ceiling): New encryption
12402         customization variables, by which cooperating modes can prohibit
12403         rare but possible ciphertext patterns from fouling their
12404         operation, with actually being passed the ciphertext.
12405         (allout-mode): Run activation and deactivation hooks after the
12406         minor-mode variable has been toggled, to clarify the mode
12407         disposition.  The new encryption ciphertext rejection variable is
12408         used to ensure that the ciphertext does not contain text that
12409         would be recognized as outline structural elements by allout.
12410         Substite allout-beginning-of-line and allout-end-of-line for
12411         conventionall beginning-of-line and end-of-line bindings.
12412         If allout-old-style-prefixes is non-nil, don't nullify it on mode
12413         activation!
12414         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
12415         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
12416         (allout-chart-subtree): Implement new mode, charting only the
12417         visible items in the subtree, when new 'visible' parameter is non-nil.
12418         (allout-end-of-subtree): Properly handle the last item in the buffer.
12419         (allout-pre-command-business, allout-command-counter):
12420         Increment an advertised counter so that cooperating enhancements can
12421         track revisions of items.
12422         (allout-open-topic): Run allout-structure-added-hook with suitable
12423         arguments.
12424         (allout-shift-in): Run allout-structure-shifted-hook with suitable
12425         arguments.
12426         (allout-shift-out): Fix doubling for negative args and ensure call
12427         of allout-structure-shifted-hook by solely using allout-shift-in.
12428         (allout-kill-line, allout-kill-topic):
12429         Run allout-structure-deleted-hook with suitable arguments.
12430         (allout-yank-processing): Run allout-structure-added-hook with
12431         proper arguments.
12432         (allout-yank): Enclose activity in allout-unprotected.
12433         (allout-flag-region): Run allout-exposure-change-hook with
12434         suitable arguments, instead of making the callee infer the arguments.
12435         (allout-encrypt-string):
12436         Support allout-encryption-plaintext-sanitization-regexps,
12437         allout-encryption-ciphertext-rejection-regexps, and
12438         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
12439         en/de cryption mode in symmetric encryption failure message.
12440         (allout-obtain-passphrase): Use copy-sequence to get a distinct
12441         copy of the passphrase, and don't zero it or we'll corrupt the
12442         stashed copy.
12443         (allout-create-encryption-passphrase-verifier)
12444         (allout-verify-passphrase): Respect the new signature for
12445         allout-encrypt-string.
12446         (allout-get-configvar-values): Convenience for getting a
12447         configuration variable value and handling its absence gracefully.
12449 2006-08-11  Romain Francoise  <romain@orebokech.com>
12451         * obsolete/zone-mode.el: Delete.
12453 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12455         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
12457 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
12459         * emacs-lisp/bindat.el (bindat-ip-to-string):
12460         Use `format-network-address' if possible.
12462 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12464         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
12466 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
12468         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
12469         restore unread-command-events here.
12470         (edebug-display): Do it here, to detect sit-for interruptions.
12472 2006-08-10  Romain Francoise  <romain@orebokech.com>
12474         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
12475         (dns-mode-soa-auto-increment-serial): New user option.
12476         (dns-mode-soa-maybe-increment-serial): New function.
12477         (dns-mode): Add the latter to `write-contents-functions'.
12479         * obsolete/zone-mode.el: Move to obsolete/ from net/.
12480         Delete autoload cookies.
12482 2006-08-10  John Wiegley  <johnw@newartisans.com>
12484         * eshell/em-glob.el (eshell-glob-chars-list)
12485         (eshell-glob-translate-alist): Add support for [^g] in character globs.
12487 2006-08-10  Richard Stallman  <rms@gnu.org>
12489         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
12490         (facemenu-set-face): Doc fix.
12491         (facemenu-listed-faces): Doc fix.
12493 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
12495         * avoid.el (mouse-avoidance-animating-pointer): New var.
12496         (mouse-avoidance-nudge-mouse): Use it.
12497         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
12498         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
12499         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
12500         Don't activate if currently animating.  All callers changed.
12502 2006-08-09  John Wiegley  <johnw@newartisans.com>
12504         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
12505         variable, which causes timeclock to report elapsed time worked,
12506         instead of just work remaining.
12508 2006-08-09  Kenichi Handa  <handa@m17n.org>
12510         * international/latexenc.el (latexenc-find-file-coding-system):
12511         Fix for the case that the 2nd element of arg-list is a cons.
12513 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
12515         * info.el (Info-fontify-node): Handle preceding `in' for note
12516         reference hiding rules.
12518 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12520         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
12521         mistake a closing " for an opening one.
12523 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12525         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12527 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12529         * complete.el (PC-do-completion): Filter out completions matching
12530         completion-ignored-extensions before checking whether there are
12531         multiple completions.
12532         Don't use `list' unnecessarily when building completion tables.
12534 2006-08-06  Richard Stallman  <rms@gnu.org>
12536         * help.el (describe-mode): Make minor mode list more concise.
12538 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
12540         * bindings.el: Give mode-line-format, mode-line-modes, and
12541         mode-line-position `standard-value' properties.
12543 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
12545         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12546         "(file)node" instead of the file name.
12548 2006-08-05  Richard Stallman  <rms@gnu.org>
12550         * faces.el (escape-glyph): Doc fix.
12552 2006-08-04  Kenichi Handa  <handa@m17n.org>
12554         * international/mule-diag.el (describe-font): Improve docstring
12555         and error message.  Use frame-parameter (not frame-parameters).
12557 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12559         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
12560         Correctly mark the end-of-docstring char.
12562 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
12564         * simple.el (line-move-to-column): Constrain move-to-column to
12565         current field.
12567 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12569         * font-lock.el (font-lock-beg, font-lock-end)
12570         (font-lock-extend-region-functions): New vars.
12571         (font-lock-extend-region-multiline)
12572         (font-lock-extend-region-wholelines): New functions.
12573         (font-lock-default-fontify-region): Use them.
12574         (font-lock-extend-jit-lock-region-after-change): Only round up
12575         if font-lock-default-fontify-region will do it as well.
12577         * font-lock.el (font-lock-extend-after-change-region-function):
12578         Rename from font-lock-extend-region-function.
12579         (font-lock-extend-region): Remove by inlining at call sites.
12580         (font-lock-after-change-function): Don't needlessly round up to a whole
12581         number of lines.
12582         (font-lock-extend-jit-lock-region-after-change): Be more careful about
12583         the boundary conditions and the interactions between the various ways
12584         to extend the region.
12586 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12588         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
12589         modification status when forcing the second redisplay.
12591 2006-08-03  Kim F. Storm  <storm@cua.dk>
12593         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
12595 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12597         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
12598         doesn't look like a file name.
12600         * complete.el (PC-expand-many-files): Avoid signalling an error when
12601         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
12603 2006-08-02  Andreas Schwab  <schwab@suse.de>
12605         * bindings.el (mode-line-format): Simplify reference to vc-mode.
12607 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12609         * bindings.el (map): Make mode-line-buffer-identification-keymap
12610         before defining propertized-buffer-identification.
12612 2006-08-01  Richard Stallman  <rms@gnu.org>
12614         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
12616 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12618         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
12619         default value.
12620         (gdb-find-source-frame): New function.
12621         (menu): Add to menu bar.
12623 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12625         * font-core.el (font-lock-extend-region-function)
12626         (font-lock-extend-region): Move to font-lock.el.
12628         * font-lock.el (font-lock-extend-region-function)
12629         (font-lock-extend-region): Move from font-core.el.  Simplify.
12631         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
12632         if needed.
12633         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
12634         (jit-lock-after-change-extend-region-functions): New hook.
12635         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
12637         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
12638         (font-lock-turn-on-thing-lock): Use it.
12640         * longlines.el (longlines-show-region): Make it work on read-only
12641         buffers as well.
12643 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
12645         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
12647 2006-07-31  Richard Stallman  <rms@gnu.org>
12649         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
12650         (vhdl-speedbar-display-projects): Update old obsolete
12651         speedbar variable names.
12653 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
12655         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
12656         (gdb-stopped): Use it.
12658         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
12660 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
12662         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
12663         for load-history elements.
12665 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
12667         * files.el (convert-standard-filename): For Cygwin, replace
12668         characters not allowed in Windows file names.
12669         (make-auto-save-file-name): Add Cygwin to the list of systems
12670         where the auto-save file name needs to be run through
12671         convert-standard-filename.
12673 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12675         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
12677 2006-07-28  Richard Stallman  <rms@gnu.org>
12679         * bindings.el (mode-line-frame-identification)
12680         (propertized-buffer-identification): Centralize the code
12681         to initialize the variable.
12683         * progmodes/grep.el (grep-default-command): Catch errors from
12684         wildcard-to-regexp.
12686 2006-07-29  Kim F. Storm  <storm@cua.dk>
12688         * progmodes/grep.el (grep-tag-default): New function.
12689         (grep-default-command, grep-read-regexp): Use it.
12690         (grep-read-files): Use car of grep-files-history or grep-files-aliases
12691         as default if nothing else applies.
12693 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
12695         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12696         Throw error if buffer is not in Dired and Wdired mode, respectively.
12698 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
12700         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
12701         self-insert-command keys don't activate buttons.
12702         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
12704 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
12706         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
12707         faces for enable character.
12709 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12711         * Makefile.in (recompile): Update comment to reflect change
12712         on 2004-04-21.
12714 2006-07-27  Richard Stallman  <rms@gnu.org>
12716         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
12717         (customize-package-emacs-version): Change msg when pkg has no entry.
12718         (custom-no-edit): On a button, do like widget-button-press.
12720 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12722         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
12723         S-tab and C-S-tab.
12725 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12727         * progmodes/which-func.el (which-function): Fix documentation/
12728         comment typo.
12730 2006-07-26  Richard Stallman  <rms@gnu.org>
12732         * textmodes/ispell.el (ispell-word): If we replace the word,
12733         move point to the end.  Insert before deleting.
12735 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
12737         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
12738         a timer.
12740 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
12742         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
12743         when at first image.
12744         (tumme-forward-image): Add prefix argument.  Add error when at last
12745         image.
12747 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12749         * tabify.el (tabify-regexp): Use more specific regexps.
12750         (tabify): Avoid modifying the buffer unnecessarily.
12752 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
12754         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
12755         (tumme-format-properties-string): Handle empty `buf'.
12756         (tumme-get-comment): Change variable names inside `let'.
12757         Add missing `let' variable that cause font-lock problems.
12758         (tumme-write-comments): Change variable names inside `let'.
12759         Add missing `let' variable that cause font-lock problems.
12760         (tumme-forward-image): Rename from `tumme-forward-char'.
12761         (tumme-backward-image): Rename from `tumme-backward-char'.
12763 2006-07-25  Masatake YAMATO  <jet@gyve.org>
12765         * progmodes/ld-script.el (ld-script-keywords)
12766         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
12767         and add comments.
12769 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
12771         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12772         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
12773         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
12774         for status indicator.
12776 2006-07-24  Richard Stallman  <rms@gnu.org>
12778         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
12780         * subr.el (dolist, dotimes): Use interned symbols for locals.
12781         (--dotimes-limit--, --dolist-tail--): New defvars.
12782         (looking-back): Doc fix.
12784         * replace.el (replace-match-string-symbols): Handle dotted lists.
12786 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
12788         * tumme.el (tumme-write-tags): Add.
12789         (tumme-write-comments): Add.
12790         (tumme-tag-files): Change to use `tumme-write-tags'.
12791         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
12792         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
12793         (tumme-save-information-from-widgets): Change to use
12794         `tumme-write-comments' and `tumme-write-tags'.
12795         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
12796         (tumme-write-tag): Remove.
12797         (tumme-write-comment): Remove.
12798         (tumme-display-previous-thumbnail-original): Remove empty line.
12799         (tumme-widget-list): Add punctuation.
12801 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
12803         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
12805 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12807         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12808         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
12809         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
12811 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
12813         * mouse.el (mouse-on-link-p): Doc fix.
12815 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
12817         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12818         Handle "C-h f `".
12820 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12822         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
12823         column.
12825 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
12827         * textmodes/table.el: Add move-beginning-of-line and
12828         move-end-of-line to Point Motion Only Group.
12830 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12832         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
12834 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12836         * startup.el (user-mail-address): Initialize from the `EMAIL'
12837         environment variable first.  Document this.
12838         (command-line): Ditto.
12840 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
12842         * help-mode.el (help-function-def, help-variable-def)
12843         (help-face-def): Print a message in the minibuffer.
12845 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12847         * term/xterm.el (terminal-init-xterm): Fix key bindings
12848         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
12850 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
12852         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
12853         where `(nth 1 command)' is a cons cell.  Doc fix.
12855         * textmodes/po.el (po-find-charset): Doc fix.
12857 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
12859         * allout.el (allout-unprotected, allout-e-o-prefix-p)
12860         (allout-beginning-of-current-line, allout-end-of-current-line)
12861         (allout-next-visible-heading, allout-open-topic)
12862         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
12863         (allout-flag-current-subtree, allout-show-to-offshoot)
12864         (allout-hide-current-entry, allout-show-current-branches)
12865         (allout-hide-region-body, allout-old-expose-topic)
12866         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
12867         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
12868         containing `beginning-of-line' and `end-of-line' with
12869         `inhibit-field-text-motion' t.
12871 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
12873         * frame.el (focus-follows-mouse): Document that it doesn't have
12874         any effect on MS-Windows.
12876 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12878         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
12880 2006-07-20  Jay Belanger  <belanger@truman.edu>
12882         * calc/calc.el (calc-previous-alg-entry): Remove variable.
12884         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
12885         New variables.
12886         (calc-alg-entry): Use `calc-alg-entry-history'.
12887         (calc-do-quick-calc): Use `calc-quick-calc-history'.
12888         Remove reference to `calc-previous-alg-entry'.
12889         (calcAlg-edit, calcAlg-enter): Remove reference to
12890         `calc-previous-alg-entry'.
12891         (calcAlg-previous): Use `previous-history-element' instead of
12892         `calc-previous-alg-entry'.
12893         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
12894         Change keybinding for `calcAlg-plus-minus', add keybindings for
12895         `previous-history-element' and `next-history-element'.
12897         * calc/calc-rewr.el (calc-match): Remove reference to
12898         `calc-previous-alg-entry'.
12900         * calc/calc-sel.el (calc-selection-history): New variable.
12901         (calc-enter-selection, calc-sel-mult-both-sides)
12902         (calc-sel-add-both-sides): Use `calc-selection-history'.
12904         * calc/calc-map.el (calc-get-operator-history): New variable.
12905         (calc-get-operator): Use `calc-get-operator-history'.
12907         * calc/calcalg3.el (calc-curve-fit-history): New variable.
12908         (calc-curve-fit): Use `calc-curve-fit-history'.
12910 2006-07-20  Kenichi Handa  <handa@m17n.org>
12912         * international/mule-cmds.el (select-safe-coding-system): Fix the
12913         way of deciding eol-type of the coding system.
12915 2006-07-20  Alan Mackenzie  <acm@muc.de>
12917         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
12918         (c-lang-setvar): New macro.
12919         (c-make-init-lang-vars-fun): Use the initialization forms in
12920         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
12921         (comment-start, comment-end, comment-start-skip): Change these from
12922         c-lang-defvar's to c-lang-setvar's.
12924         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
12925         which calls make-local-variable on the elements of
12926         c-emacs-variable-inits.
12927         (c-init-language-vars-for): Call this new macro.
12929 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12931         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12932         Try to rule out false positives due to time stamps.
12933         (compilation-mode-font-lock-keywords): Remove rules made redundant
12934         because of the above change.  Add `segmentation fault' to the known and
12935         highlighted compilation termination messages.
12937 2006-07-19  Kim F. Storm  <storm@cua.dk>
12939         * progmodes/grep.el (grep-find-ignored-directories):
12940         Add .svn and _darcs to list.
12942 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
12944         * dired.el (dired-mode-map): Add key binding `C-te' for
12945         `tumme-dired-edit-comment-and-tags'.
12947         * tumme.el (tumme-display-thumbnail-original-image): Make sure
12948         image display buffer is displayed before call to
12949         `tumme-display-image.
12950         (tumme-dired-display-image): Make sure image display buffer is
12951         displayed before call to `tumme-display-image.
12952         (tumme-mouse-display-image): Make sure image display buffer is
12953         displayed before call to `tumme-display-image.
12954         (tumme-widget-list): Add.
12955         (tumme-dired-edit-comment-and-tags): Add.
12956         (tumme-save-information-from-widgets): Add.
12958 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
12962 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * progmodes/sh-script.el (sh-font-lock-keywords-1):
12965         Revert inadvertently installed patch hunk.
12967         * progmodes/compile.el (compilation-find-file): Handle the
12968         cases where the user selects a non-existent file.
12970 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12972         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
12974 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12976         * subr.el (sit-for): Just sleep-for if noninteractive.
12978 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12980         * emacs-lisp/autoload.el (make-autoload): Use new arg.
12982         * custom.el (custom-autoload): Add `noset' argument.
12983         (custom-push-theme): Don't autoload the variable, let callers do it.
12984         (custom-theme-set-variables): Autoload the variable if necessary.
12986         * cus-edit.el (custom-variable-state-set): If the variable was
12987         originally set outside custom, but to the same value as the default,
12988         consider it to be standard.
12990         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
12991         file *before* telling Emacs to add the autoloads, in case it fails.
12993         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
12994         Use `cond', push', and `dolist'.
12996 2006-07-17  Richard Stallman  <rms@gnu.org>
12998         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
12999         Add defvars to silence warnings.
13001 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
13003         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13004         Don't highlight "Compiling file" messages as error.
13006         * dired-aux.el (dired-compress-file): Confirm again if gzipped
13007         file already exists.
13009 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
13011         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
13012         entry, don't assign to free var; simply return the extracted filename.
13013         (ff-treat-as-special): Incorporate common preamble from callers.
13014         (ff-other-file-name, ff-find-the-other-file):
13015         Update call to ff-treat-as-special.
13017         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
13019 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
13021         * tumme.el (tumme-get-comment): Fix bug.
13023 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13025         * files.el: Remove spurious * in docstrings.
13027 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13029         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
13030         grammar.
13031         (allout-beginning-of-current-line): Beware beginning of buffer.
13032         Also, a comment is simplified.
13033         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
13034         when appropriate.  (This fix enables use for other than
13035         bullet-hotspot operation.)
13036         (allout-hide-current-subtree): While escalating to sibling-close,
13037         make sure to situate on a topic.
13039 2006-07-14  Kim F. Storm  <storm@cua.dk>
13041         * emulation/cua-base.el (cua-delete-selection)
13042         (cua-toggle-set-mark): New defcustoms.
13043         (cua-rectangle-modifier-key): Add `alt' modifier.
13044         (cua-replace-region): Don't delete if cua-delete-selection is nil.
13045         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
13046         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
13048         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
13050 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13052         * allout.el: Require 'cl during byte-compilation/interactive load,
13053         for the `assert' macro.
13054         (allout-mode-deactivate-hook): New hook, run when allout mode
13055         deactivates.
13056         (allout-developer): New allout customization subgroup.
13057         (allout-run-unit-tests-on-load): New allout-developer
13058         customization variable, when true allout unit tests are run towards
13059         end of file load/eval.
13060         (allout-inhibit-auto-fill): Disable auto-fill activity even during
13061         auto-fill-mode.
13062         (allout-resumptions): Remove, to be replaced by...
13063         (allout-add-resumptions): Register variable settings to be
13064         reinstated by `allout-do-resumptions'.  The settings are made
13065         buffer-local, but the locality/globality of the suspended setting
13066         is restored on resumption.
13067         (allout-do-resumptions): Reinstate all settings suspended using
13068         `allout-add-resumptions'.
13069         (allout-test-resumptions): Unit tests (and intermediate variables)
13070         for resumptions.
13071         (allout-tests-globally-unbound, allout-tests-globally-true)
13072         (allout-tests-locally-true): Intermediate variables for
13073         resumptions unit tests.
13074         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
13075         (allout-exposure-category): Replaces 'allout-overlay-category variable.
13076         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
13077         instead of retired `allout-resumptions'.  For hook functions, use
13078         `local' parameter so hook settings are created and removed as
13079         buffer-local settings.  Revise (resumptions) setting
13080         auto-fill-function so it is set only if already active.  (The
13081         related fill-function settings are all made in either case, so
13082         that activating auto-fill-mode activity will have the custom
13083         allout-mode behaviors (hanging indent on topics, if configured for it).
13084         Remove all allout-exposure-category overlays on mode deactivation.
13085         (allout-hotspot-key-handler): New function extracted from
13086         `allout-pre-command-business', so the functionality can be used
13087         for other purposes, eg as a binding in an overlay.
13088         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
13089         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
13090         customization variable.
13091         (allout-run-unit-tests): Run the (currently quite small)
13092         repertoire of unit tests.  Called just before the provide iff user
13093         has customized `allout-run-unit-tests-on-load' non-nil.
13095 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13097         * emacs-lisp/authors.el (authors-aliases): Update.
13099 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
13101         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
13102         gdb-source-window.  Add dedicated argument.
13103         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
13104         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
13105         (gdb-display-threads-buffer, gdb-display-memory-buffer)
13106         (gdb-display-locals-buffer): Use it.
13108         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
13109         Set gdb-source-window.
13111 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13113         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
13114         minor modes, redundant with the custom-autoload line above.
13116 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
13118         * longlines.el (longlines-post-command-function): Handle open-line too.
13120 2006-07-12  Richard Stallman  <rms@gnu.org>
13122         * progmodes/grep.el (grep-last-buffer): Doc fix.
13124         * info.el (Info-try-follow-nearest-node): Doc fix.
13126         * emacs-lisp/edebug.el (edebug-instrument-function):
13127         Err if find-function-noselect gives no position.
13129         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13130         If can't find definition, return nil for position.
13131         (find-function-do-it): Handle new return value
13132         of find-definition-noselect.
13133         (find-definition-noselect, find-variable-noselect): Doc fix.
13134         (find-function-noselect): Doc fix.
13136         * help-mode.el (help-variable-def): Handle find-variable-noselect
13137         returning no position.
13138         (help-function-def): Likewise for find-function-search-for-symbol.
13139         (help-face-def): Likewise.
13141         * help-fns.el (describe-variable): Handle find-variable-noselect
13142         returning no position.
13144         * files.el (locate-file-completion): Avoid duplicates in result.
13146         * cus-edit.el (custom-no-edit): New command.
13147         (custom-mode-map): Remap to custom-no-edit instead of
13148         using suppress-keymap.
13150 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
13152         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13153         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13154         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
13156         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
13158 2006-07-11  Kim F. Storm  <storm@cua.dk>
13160         * ido.el (ido-copy-current-file-name): Use buffer-name if
13161         buffer-file-name is nil.
13163 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
13165         * simple.el (undo-ask-before-discard): Set to nil.
13167         * vc.el (vc-exec-after): Don't delete process manually.
13168         (vc-print-log): Run log-view-mode in process sentinel inside
13169         inhibit-read-only.  Don't shrink window due to timing issues.
13171         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
13172         Avoid using with-output-to-temp-buffer, which clobbers local vars.
13174 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13177         Fix ambiguity introduced by last change.
13178         (compilation-find-file): Move save-excursion to where it may
13179         make sense.  Fix a left over `find-file'.
13181 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
13183         * textmodes/texinfmt.el (texinfo-format-separate-node):
13184         Insert a string before point, which fits documentation, not after.
13185         (texinfo-multitable-item): In a multitable row, insert any
13186         additional needed @tabs and spaces.
13188 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
13190         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13191         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13192         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
13193         instead of shell-command.
13194         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
13195         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
13196         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
13197         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
13198         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
13199         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
13201 2006-07-11  Kim F. Storm  <storm@cua.dk>
13203         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
13204         Remove special case for seconds < 0.  Use (redisplay t) instead.
13206 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
13208         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
13209         avoid compilation error.
13211         * subr.el (sit-for): New function.
13213         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
13215 2006-07-10  Richard Stallman  <rms@gnu.org>
13217         * ldefs-boot.el (edebug): Update page.
13219 2006-07-10  Kim F. Storm  <storm@cua.dk>
13221         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
13222         to FOR-RELEASE and TODO.
13224 2006-07-10  Romain Francoise  <romain@orebokech.com>
13226         * emacs-lisp/authors.el (authors-aliases): Update.
13228 2006-07-10  Alan Mackenzie  <acm@muc.de>
13230         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
13231         * cc-mode.el: Changes to eradicate eval-after-load.
13233 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
13235         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
13236         on non-char events.
13238 2006-07-09  Romain Francoise  <romain@orebokech.com>
13240         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13241         Don't highlight start/end markers as compilation messages.
13243         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
13244         to t.
13246 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13248         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
13250 2006-07-08  Richard Stallman  <rms@gnu.org>
13252         * term/x-win.el (x-handle-display): Add doc string.
13254         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13256         * subr.el (def-edebug-spec): Move here.
13257         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
13259         * imenu.el (imenu-choose-buffer-index): Doc fix.
13261 2006-07-08  Romain Francoise  <romain@orebokech.com>
13263         * term/x-win.el (x-display-name): Fix typo.
13265 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
13267         * hexl.el (hexl-find-file): Doc fix.
13269         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13271 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
13273         * term/x-win.el (x-display-name): Doc fix.
13275 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
13278         long prefixes.
13279         (fill-region-as-paragraph): Don't round up to a whole line.
13280         (fill-comment-paragraph): Don't include the code-before-the-comment
13281         when calling fill-region-as-paragraph.
13283         * international/mule.el (make-char): Remove redundancy.
13285         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
13286         property may contain an anonymous function rather than a symbol.
13288         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
13290         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13291         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
13293         * dirtrack.el (dirtrack-default-directory-function): Remove.
13294         (dirtrack-directory-function): Use file-name-as-directory.
13295         (dirtrack-windows-directory-function): Simplify.
13296         (dirtrack-forward-slash, dirtrack-backward-slash)
13297         (dirtrack-replace-slash): Remove.
13298         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
13299         (dirtrack): Fix wrong parenthesizing; use match-string.
13301         * progmodes/octave-inf.el: Remove spurious * in docstrings.
13302         (inferior-octave-mode): Only change the buffer-local value of
13303         comint-dynamic-complete-functions.
13304         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
13305         Move the initialization to the declaration.
13306         (inferior-octave-complete): Remove unused var `filter'.
13308         * shell.el (shell-mode): Only change the buffer-local value of
13309         comint-dynamic-complete-functions.
13311 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
13313         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
13314         entry is skipped because it has been scheduled.
13315         (org-prepare-agenda-buffers): Don't mark buffers as modified when
13316         changing `:org-archived' and `:org-comment' properties.
13318 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
13320         * server.el (server-select-display): Don't make the temp frame
13321         minibuffer-only, in case it's not a temp frame.
13322         (server-process-filter): Don't delete the temp frame if it's the
13323         only one we have on that display.
13325         * files.el (find-alternate-file): Doc fix.
13327 2006-07-05  Richard Stallman  <rms@gnu.org>
13329         * files.el (abbreviate-file-name): Add save-match-data.
13331 2006-07-03  Richard Stallman  <rms@gnu.org>
13333         * faces.el (read-face-name): Doc fix.
13335 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
13337         * net/goto-addr.el (goto-address): Mark as safe for local evals.
13339 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
13341         * vc.el (vc-diff-internal): Fix prev change.
13343 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
13345         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
13346         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
13348 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13350         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
13351         fails if the symbol contains chars like ( or '.
13352         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
13353         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
13354         `short'.
13356 2006-07-04  Kenichi Handa  <handa@m17n.org>
13358         * international/mule-cmds.el (set-language-info): If LANG-ENV is
13359         the current one, don't call set-language-environment, but call one
13360         of set-language-environment-XXX to make INFO effective now.
13361         (set-language-environment): Call set-language-environment-XXX
13362         functions instead of doing the various setups directly.
13363         (set-language-environment-coding-systems): Delete argument eol-type.
13364         (set-language-environment-input-method)
13365         (set-language-environment-nonascii-translation)
13366         (set-language-environment-charset)
13367         (set-language-environment-fontset)
13368         (set-language-environment-unibyte): New functions.
13370 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13372         * locate.el (locate-update-when-revert): New option.
13373         (locate-update-path): New option (suggested by Michael Albinus).
13374         (locate-prompt-for-command): Whitespace change.
13375         (locate-update): No longer offer to update the locate database by
13376         default.  Implement the two new options.
13378 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
13380         * tooltip.el: Move comment about track-mouse...
13382         * progmodes/gud.el: ...to here.
13384 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
13386         * facemenu.el (facemenu-listed-faces): New var.
13387         (facemenu-unlisted-faces): Variable deleted.
13388         (facemenu-add-new-face): Use facemenu-listed-faces.
13390         * emulation/viper-init.el, calendar/calendar.el:
13391         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
13393 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
13395         * textmodes/org.el (org-mode): Remove no invalid settings for
13396         calc embedded mode.
13397         (org-mode-p): New defsubst.
13398         (org-save-all-org-buffers): New function.
13399         (org-first-headline-recenter): Enclose outline-regexp in group
13400         delimiters.
13401         (org-set-tags): Keep single space after stars.
13403 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13405         * window.el (set-window-text-height): Only set window-min-height to
13406         1 if that's the requested size.
13408         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
13409         (diff-unified->context, diff-context->unified)
13410         (diff-reverse-direction): Make sure the end marker stays at the end.
13411         (diff-mode): Add the keymap table at the end of docstring.
13412         Use lexical-let rather than constructing a closure manually.
13414         * files.el (find-file-noselect-1): Remove unused var assignment.
13415         (hack-local-variables-confirm): Print lists of strings as lists of
13416         strings rather than lists of symbols.
13417         (abbreviate-file-name, hack-local-variables-prop-line):
13418         Use match-string.
13419         (hack-one-local-variable): Move `make-local-variable' nearer its use.
13420         (recover-session-finish): Use line-end-position.
13422 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
13424         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
13426 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
13428         * progmodes/make-mode.el (makefile-macroassign-regex):
13429         Accept preceding keyword.
13430         (makefile-gmake-statements): Reorganize, now that makepp has
13431         "override" and also handle forgotten "override define".
13432         (makefile-makepp-statements): Add new "global", "override export"
13433         and "override global".
13435 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
13437         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
13438         (ada-compile-mouse-goto-error, ada-deactivate-properties)
13439         (ada-no-auto-case): Fix typos in docstrings.
13441 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
13443         * info.el (Info-find-node-2): Search for makeinfo version more
13444         carefully.
13446 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
13448         * textmodes/org.el (org-prepare-agenda-buffers):
13449         Use `invisible-OK' argument for `org-end-of-subtree'.
13450         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
13451         (org-beginning-of-item): Fix bug in regular expression for white line.
13452         (org-export-as-html): Enforce space after bullet in plain list items.
13453         (org-set-autofill-regexps): Require space after plain list bullet
13454         for paragraph-start.
13455         (org-ts-regexp3): New constant.
13456         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
13457         (org-timestamp-up-day, org-timestamp-down-day)
13458         (org-timestamp-change): Work with inactive timestamps.
13459         (org-ts-regexp1): Don't allow brackets in time stamps.
13461 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
13463         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
13464         for ignoring links.
13466         * faces.el (read-face-name): Use it.
13468 2006-06-28  Juri Linkov  <juri@jurta.org>
13470         * buff-menu.el (list-buffers-noselect): Compare Info file
13471         with the string "dir" to detect Info directory.
13473         * complete.el (partial-completion-mode): In lambda for
13474         `choose-completion-string-functions' use full function signature
13475         with 4 args, and move point to the end of the minibuffer only if arg
13476         `mini-p' is non-nil.
13478 2006-06-28  John Paul Wallington  <jpw@pobox.com>
13480         * ibuffer.el (ibuffer-mode): Doc fix.
13482 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
13484         * textmodes/org.el (org-context): New contexts :item-bullet,
13485         :latex-fragment, :latex-preview.
13486         (org-overlays-at, org-overlay-start, org-overlay-end):
13487         New compatibility functions.
13488         (org-inside-LaTeX-fragment-p): More accurate matching, using the
13489         exact regexp that will be used during export.
13490         (org-latex-regexps): New variable.
13491         (org-cdlatex-mode): Improve advice for `texmathp'.
13492         (turn-on-org-cdlatex): New function.
13494 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13496         * term/mac-win.el (mac-handle-font-selection): Change keys of
13497         mac-atsu-font-table from strings to numbers.
13498         (mac-ts-caret-position): Use also when cursor-type is nil.
13499         (mac-ts-update-active-input-area): Add Mac OS Classic support.
13500         Relax condition for using overlay strings.
13501         Use mac-ts-caret-position face when cursor-type is nil.
13503 2006-06-26  Kim F. Storm  <storm@cua.dk>
13505         * help.el (view-emacs-news): Declare `res' in the right let* form.
13507 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
13509         * net/rcompile.el (remote-compile): Replace ange-ftp based
13510         implementation by Tramp functions.
13511         Suggested by Marc Abramowitz <msabramo@gmail.com>.
13513         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
13515 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
13517         * international/fontset.el (setup-default-fontset): Fix a typo in
13518         the "Oriya-Akruti" registry name.
13520 2006-06-23  Lars Hansen  <larsh@soem.dk>
13522         * desktop.el (desktop-full-file-name): New function.
13523         (desktop-kill, desktop-save, desktop-remove, desktop-read)
13524         (desktop-revert): Use it.
13525         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
13526         (desktop-after-read-hook): Add option list-buffers.
13527         (desktop-locals-to-save): Add tab-width.
13528         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
13529         Fix docstring.
13531 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
13533         * textmodes/org.el (org-cdlatex-mode-map)
13534         (org-cdlatex-texmathp-advice-is-done): New variables.
13535         (org-cdlatex-mode): New minor mode.
13536         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
13537         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
13538         (org-export-with-archived-trees): New option.
13539         (org-open-file): Remove the call to `convert-standard-filename'.
13540         (org-archive-tag, org-agenda-skip-archived-trees)
13541         (org-cycle-open-archived-trees)
13542         (org-sparse-tree-open-archived-trees): New options.
13543         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
13544         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
13545         New functions.
13546         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
13547         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
13548         (org-mode-map): Add binding for `org-toggle-archive-tag'.
13549         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13550         Call `org-prepare-agenda-buffers'.
13551         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
13552         (org-file-apps, org-file-apps-defaults-gnu)
13553         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
13554         Handle remote files by forcing them to be opened in Emacs.
13556 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
13558         * vc.el (vc-diff-knows-L): New variable.
13559         (vc-diff-internal): Use it to handle "diff" programs that don't
13560         understand -L.  This works automatically, no user action is necessary.
13562 2006-06-23  Daniel Brockman  <daniel@brockman.se>
13564         * net/rcirc.el (rcirc-default-user-full-name): Default to
13565         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
13566         longer exists).
13567         (rcirc-process-list): Check `buffer-live-p' before attempting to
13568         switch to a buffer.
13570 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
13572         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
13573         based on rcirc-coding-system-alist.
13575 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
13577         * cus-edit.el (customize-apropos): A better error message.
13578         (top level) <debug-ignored-errors>: Extend and update the list of
13579         ignored error messages.
13581 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
13583         * complete.el (PC-do-completion): Retain capitalization of user
13584         input, when possible, even if completion-ignore-case is set.
13586 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
13588         * generic-x.el (bat-generic-mode): Support .cmd files.
13590         * dos-w32.el (top level): Use find-file-not-found-functions
13591         instead of the obsolete find-file-not-found-hooks.
13593 2006-06-22  Kim F. Storm  <storm@cua.dk>
13595         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
13596         to recognize mode name containing submodes, such as Grep/lw.
13598 2006-06-21  Kim F. Storm  <storm@cua.dk>
13600         * simple.el (line-move-1): Check for move-end-of-line instead of
13601         end-of-line when setting temporary-goal-column.
13603 2006-06-21  Miles Bader  <miles@gnu.org>
13605         * play/cookie1.el (cookie): Work properly when there's only one entry.
13607 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
13609         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
13610         (gdb-frame-handler): Generalize frame regexp for templates.
13612 2006-06-20  Glenn Morris  <rgm@gnu.org>
13614         * calendar/appt.el (appt-display-format): Default value must be
13615         one of the customize options.
13617 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
13619         * term/xterm.el (terminal-init-xterm): Update key availability info.
13620         Bind C-return.
13622         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
13624 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
13626         * files.el (hack-local-variables): Run `hack-local-variables-hook'
13627         whether or not a local variables list is defined.
13629         * msb.el (msb): Move `sit-for' hack here to handle both
13630         "mouse-down and drag" and "mouse-up and select" situations.
13631         (mouse-select-buffer): Move `sit-for' hack to `msb'.
13633 2006-06-20  Kenichi Handa  <handa@m17n.org>
13635         * international/characters.el (word-combining-categories):
13636         Add entries for 2-byte Han characters.
13638 2006-06-19  Richard Stallman  <rms@gnu.org>
13640         * bindings.el (mode-line-format): Save some mode line space.
13642         * files.el (find-file-noselect): Improve the question wording.
13643         (basic-save-buffer-2): Mask UMASK against 666.
13645         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
13646         (mouse-drag-vertical-line): Call it.
13648         * cus-edit.el (customize-option, customize-option-other-window):
13649         Error if SYMBOL is nil.
13651 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
13653         * textmodes/org.el: Require noutline, also on XEmacs.
13654         (org-end-of-subtree): Return point.
13655         (org-dblock-start-re, org-dblock-end-re): New constants.
13656         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
13657         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
13658         (org-update-all-dblocks, org-find-dblock): New functions.
13659         (org-collect-clock-time-entries): New function.
13660         (org-html-handle-time-stamps): Never export CLOCK timeranges.
13661         (org-fixup-indentation): Modify to deal correctly with lines
13662         starting with TAB.  Only one argument DIFF now.
13663         (org-demote, org-promote): Call `org-fixup-indentation' with just
13664         one argument, DIFF.
13665         (org-mode): Don't mark buffer as modified when aligning tables.
13666         (org-clock-sum): Don't mark buffer modified when adding time sum
13667         properties.
13668         (org-export-as-html): Add support for a link validation function.
13669         (org-archive-all-done): New function.
13670         (org-archive-subtree): New prefix argument.  When set, archive all
13671         done subtrees in this buffer.
13672         (org-remove-clock-overlays)
13673         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
13674         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
13675         (org-put-clock-overlay): Don't swallow last headline character
13676         when displaying overlay.
13677         (org-store-link): Link to `image-mode' with just the file name.
13679 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
13681         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
13682         Use read-key-sequence.
13683         (viper-after-change-undo-hook): Misc enhancements.
13684         (viper-after-change-undo-hook): New hook.
13685         (viper-undo): Use viper-after-change-undo-hook.
13686         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
13687         (viper-next-line-at-bol): If point is on a widget or a button, simulate
13688         clicking on that widget/button.
13690         * emulation/viper.el (viper-mode): Allow a separate cursor color
13691         in Emacs state.
13693         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
13694         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
13695         (ediff-set-actual-diff-options): New function.
13696         (ediff-reset-diff-options, ediff-toggle-ignore-case):
13697         Use ediff-set-actual-diff-options.
13698         (ediff-extract-diffs): Catch errors.
13699         (ediff-whitespace): Add non-breakable space.
13700         (ediff-same-file-contents): Catch errors.
13702         * ediff-mult.el (ediff-collect-custom-diffs):
13703         Save coding-system-for-read.
13705         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
13706         (ediff-vc-internal, ediff-vc-merge-internal):
13707         Use ediff-delete-version-file.
13708         (ediff-delete-version-file): New function.
13710         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
13712         * ediff.el (ediff-directories, ediff-directory-revisions)
13713         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
13714         (ediff-directories-internal, ediff-merge-directory-revisions)
13715         (ediff-merge-directory-revisions-with-ancestor)
13716         (ediff-directories3): Use read-directory-name.
13718 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
13720         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
13721         Remove superfluous part of regexp for brace matching which is handled
13722         by `scan-lists' call.
13724 2006-06-16  Richard Stallman  <rms@gnu.org>
13726         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
13728         * files.el (basic-save-buffer-2): For a new precious file,
13729         use the default modes in the return value.
13731         * facemenu.el (facemenu-color-alist): Doc fix.
13733         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
13735 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13737         * cus-start.el (all): Add mac-ts-script-language-on-focus.
13739         * term/mac-win.el (mac-text-encoding-ascii): New constant.
13740         (mac-utxt-to-string): Use it.
13741         (mac-ts-update-active-input-area): Use mac-ae-number.
13743 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
13745         * term.el (term-handle-scroll, term-delete-lines)
13746         (term-insert-lines): Fix off by one errors.
13748 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13750         * net/tramp.el (tramp-touch): Use UTC to express time.
13752 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
13754         * mail/sendmail.el (mail-send): Search explicitly for
13755         mail-header-separator when checking for corrupted header lines.
13757 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
13759         * progmodes/gdb-ui.el (gdb-same-frame): New option.
13760         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
13761         (gdb-init-1): Initialise them.
13762         (gdb-starting): Reset gdb-printing
13763         (gdb-starting): Save value of gud-overlay-arrow-position.
13764         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
13765         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
13766         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
13767         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
13769 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13771         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
13773 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
13775         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
13776         (ldap-search-internal): Keep error messages, and a regexp fix.
13778 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
13780         * files.el (hack-local-variables-confirm):
13781         Display string value using its printed representation.
13783 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
13785         * server.el (server-edit): No-op if no server buffers exist.
13787 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
13789         * textmodes/page-ext.el (pages-directory-for-addresses):
13790         Including `pages-directory-address-mode' in the function results
13791         in the message "Buffer in which pages were found is deleted".
13793 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
13795         * textmodes/org.el (org-agenda-mode-map): Add bindings for
13796         clocking functions.
13798         (org-agenda-clock-in, org-check-running-clock)
13799         (org-clock-out-if-current, org-remove-clock-overlays)
13800         (org-put-clock-overlay): New functions.
13801         (org-clock-marker, org-clock-file-total-minutes)
13802         (org-clock-overlays): New variables.
13803         (org-clock-display, org-clock-sum, org-clock-cancel)
13804         (org-clock-out, org-clock-in): New commands.
13805         (org-export): New function.
13806         (org-emph-re): New constant.
13807         (org-set-emph-re, org-do-emphasis-faces): New functions.
13808         (org-emphasis-regexp-components, org-emphasis-alist): New options.
13809         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
13810         (org-export-html-convert-emphasize): Use the configurable emphasis.
13811         (org-cleaned-string-for-export): Make multiline emphasis visible
13812         to the exporter.  New optional argument PARAMETERS.
13813         (org-export-as-html): Specify :emph-multiline parameter to
13814         `org-cleaned-string-for-export'.
13816 2006-06-10  Richard Stallman  <rms@gnu.org>
13818         * help.el (help-for-help-internal): Clean up help text.
13820 2006-06-10  Andreas Schwab  <schwab@suse.de>
13822         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
13823         in doc string.
13825         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
13827 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
13829         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
13830         spaces after the comment start.
13832 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13834         * play/pong.el (pong-init-buffer):
13835         Fill buffer with spaces instead of ^A.
13837         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
13838         launched asynchronously, delete its process instead of being cool.
13839         (ispell-async-processp): Check for `delete-process' existence
13840         instead of `kill-process' one for consistency.
13842 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
13844         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
13845         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
13846         in mode line at startup.
13848 2006-06-08  Kim F. Storm  <storm@cua.dk>
13850         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
13851         (ido-init-completion-maps): Bind them to M-SPC and M-v.
13852         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
13853         (ido-file-internal): Pass full file name to write-file.
13854         (ido-read-internal): Only pop stack elements automatically if they
13855         actually match an existing directory or file name.
13857 2006-06-07  Kenichi Handa  <handa@m17n.org>
13859         * international/mule.el (find-auto-coding): Don't handle the short
13860         name `char-trans'.
13862         * files.el (hack-local-variables-prop-line)
13863         (hack-local-variables): Cancel the previous change.
13865 2006-06-06  Jesper Harder  <harder@phys.au.dk>
13867         * ediff-diff.el (ediff-test-utility): Protect against file-error.
13869 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
13871         * diff-mode.el (diff-mode): Set buffer-read-only to t when
13872         diff-default-read-only is non-nil.
13873         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
13874         (diff-refine-hunk): Set inhibit-read-only to t.
13876         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
13877         modifying the *Diff* buffer.
13878         (diff-process-filter): New filter function for diff process that
13879         sets inhibit-read-only to t when modifying the *Diff* buffer.
13881 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
13883         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
13884         insertion point and control the number of empty lines.
13885         (org-paste-subtree): Limit the number of empty lines at the end of
13886         the inserted tree.
13887         (org-agenda): Use buffer name of current file for narrowing.
13888         (org-export-as-xml): Command removed.
13889         (org-export-xml-type): Option removed.
13890         (org-mode-map): Call `org-export-as-xoxo' directly.
13891         (org-get-indentation): New optional argument LINE.
13892         (org-fix-indentation, org-remove-tabs): New functions.
13893         (org-export-as-ascii, org-ascii-level-start): Determine and apply
13894         correct indentation for headlines that are converted it items.
13895         (org-skip-comments): Remove table lines that contain narrowing
13896         cookies but no other non-empty fields.
13897         (org-set-tags): Allow groups of mutually exclusive tags.
13898         (org-cmp-time): Sort 24:21 before items without time.
13899         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
13900         (org-open-at-point): Require double colon also for numbers.
13902 2006-06-06  Kim F. Storm  <storm@cua.dk>
13904         * ido.el (ido-default-file-method, ido-default-buffer-method):
13905         Make choice values consistent with corresponding command names.
13906         (ido-visit-buffer): Update accordingly.  Default to selected-window.
13908 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
13910         * progmodes/gud.el (gud-running): Fix doc string.
13911         (gud-menu-map): Use :visible instead fo :enable for debugger test.
13912         (gud-tooltip-modes): Add python-mode.
13913         (gud-tooltip-print-command): Add pdb.  Remove perldb.
13915 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
13917         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
13918         Quote $(EMACS).
13920 2006-06-05  Richard Stallman  <rms@gnu.org>
13922         * faces.el (defined-colors): Doc fix.
13924 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
13926         * vc.el (vc-process-filter): Inhibit undo info collection around
13927         call to insert.
13928         (vc-setup-buffer): Likewise for call to erase-buffer.
13929         (vc-do-command): Likewise for call to process-file.
13931 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
13933         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
13934         for gud-go.
13935         (gud-common-init): Other debuggers may trigger error.
13937 2006-06-05  Kenichi Handa  <handa@m17n.org>
13939         * international/mule.el (find-auto-coding):
13940         Handle enable-character-translation in file header.
13942 2006-06-04  Kim F. Storm  <storm@cua.dk>
13944         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
13945         (authors-fixed-entries): Fix spelling.
13946         (authors-canonical-file-name): Don't report error for wildcards.
13948         * help.el (view-emacs-news): Rewrite to support new NEWS,
13949         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
13950         e.g. version 10 matches 1.10, and don't be confused by version 1.1
13951         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
13953 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
13955         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
13956         exec constructs like `foo bar`.
13957         (sh-quoted-subshell): New helper function to search for a possibly
13958         nested subshell (like `` or $()) within a "" quoted string.
13959         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
13960         (sh-apply-quoted-subshell): Flag quote characters inside a
13961         subshell, which is itself already in a quoted region, as
13962         punctuation, since this is the closest to what they actually are.
13963         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
13964         sh-apply-quoted-subshell.
13965         (sh-font-lock-syntactic-face-function): Apply the new face for
13966         text inside `` instead of the old font-lock-string-face.
13968 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13970         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
13971         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
13972         (mac-bytes-to-text-range, mac-ae-text-range-array)
13973         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
13974         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
13975         (mac-ts-unicode-for-key-event): New functions.
13976         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
13977         (mac-handle-font-selection): Use mac-ae-number.
13978         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
13979         New variables.
13980         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
13981         (mac-ts-converted-text, mac-ts-selected-converted-text)
13982         (mac-ts-block-fill-text, mac-ts-outline-text)
13983         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
13984         (mac-ts-hilite-style-faces): New constant.
13985         (mac-apple-event-map): Bind text input events.
13986         (mac-dispatch-apple-event): Use command-execute instead of
13987         call-interactively.
13988         (global-map): Don't bind mac-apple-event.
13989         (special-event-map): Bind mac-apple-event.
13991 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
13993         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
13994         file name.
13995         (emacs): Enclose the value of $(EMACS) in quotes.
13997 2006-06-02  Juri Linkov  <juri@jurta.org>
13999         * international/mule.el (sgml-html-meta-auto-coding-function):
14000         Remove the condition `(search-forward "<html" size t)'.
14001         Replace `\"' with `[\"']?' in `re-search-forward'.
14003 2006-06-02  Kenichi Handa  <handa@m17n.org>
14005         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
14006         as well as `coding'.
14007         (hack-local-variables): Likewise.
14009         * international/mule.el (enable-character-translation):
14010         Put permanent-local and safe-local-variable properties.
14011         (find-auto-coding): Handle char-trans: tag.
14013 2006-06-02  Juri Linkov  <juri@jurta.org>
14015         * international/mule.el (sgml-html-meta-auto-coding-function):
14016         Limit the search by the end of the HTML header (if any).
14018 2006-06-01  Richard Stallman  <rms@gnu.org>
14020         * subr.el (with-current-buffer): Doc fix.
14022 2006-06-02  Masatake YAMATO  <jet@gyve.org>
14024         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
14025         Almost rewrite.  Underlines over all lines of gcov output are too
14026         uncomfortable to read.  Suggested by Dan Nicolaescu.
14028 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14030         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
14032         * shell.el (shell-mode): Use shell-mode-map in docstring.
14034         * comint.el (comint-send-input): Do not add help-echo and
14035         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
14037 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14039         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
14041 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
14043         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
14044         (gdb-stopped, gdb-info-stack-custom): If there is no source info
14045         look up the stack and pop up GUD buffer if necessary.
14046         (gdb-frames-select): Remove redundant call to gud-display-frame.
14047         (gdb-info-threads-custom): Keep point at start of buffer.
14048         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
14050 2006-05-31  Juri Linkov  <juri@jurta.org>
14052         * replace.el (query-replace-read-from, query-replace-read-to):
14053         Bind `history-add-new-input' to nil.  Call `add-to-history'.
14055 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14057         * textmodes/table.el: Convert all HTML tags to lower case for
14058         XHTML compatibility.
14060 2006-05-31  Masatake YAMATO  <jet@gyve.org>
14062         * progmodes/compile.el:
14063         (compilation-error-regexp-alist-alist::gcov-called-line):
14064         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
14066 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
14068         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
14069         Revert inadvertent changes made with last commit.
14071 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14073         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
14074         New functions.
14076         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
14078 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
14080         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
14081         only matches in the right place.
14082         (org-upcoming-deadline): New face.
14083         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
14084         (org-export-ascii-underline): Rename constant `org-ascii-underline'
14085         and make it an option.
14086         (org-export-ascii-bullets): New option.
14087         (org-export-as-html): Many changes to emit valid XHTML.
14088         (org-par-open): New variable.
14089         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
14090         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
14091         (org-timeline): Pass `org-timeline-show-empty-dates' to
14092         `org-get-all-dates'.  Interpret empty dates returned by
14093         `org-get-all-dates'.
14094         (org-get-all-dates): New argument EMPTY.  Add dates without
14095         entries to the list, mark large ranges of empty dates.
14096         (org-point-in-group, org-context): New functions.
14098 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
14100         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
14102         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
14103         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
14104         to C-mouse-3 (for 2 button mice).
14105         (gdb-send): Do the right thing for C-d.
14107         * speedbar.el (speedbar-detach): Delete.
14108         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
14109         it breaks things.
14110         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
14112 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
14114         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
14115         Makeppfile.
14117         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14118         Add makepp diagnostic.
14120 2006-05-29  Richard Stallman  <rms@gnu.org>
14122         * window.el (fit-window-to-buffer): Doc fix.
14124         * help.el (temp-buffer-max-height): Doc fix.
14126         * subr.el (with-current-buffer): Doc fix.
14128 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14130         * term/x-win.el: Bind F10 to menu-bar-start if available.
14132 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
14134         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
14135         uses with a simple test.
14136         (term-set-escape-char, term-mode, term-check-kill-echo-list)
14137         (term-send-raw-string, term-send-raw, term-mouse-paste)
14138         (term-char-mode, term-line-mode, term-exec, term-sentinel)
14139         (term-handle-exit, term-read-input-ring)
14140         (term-previous-matching-input-string)
14141         (term-previous-matching-input-string-position)
14142         (term-previous-matching-input-from-input)
14143         (term-replace-by-expanded-history, term-send-input)
14144         (term-skip-prompt, term-bol, term-send-invisible)
14145         (term-kill-input, term-delchar-or-maybe-eof)
14146         (term-backward-matching-input, term-check-source)
14147         (term-proc-query, term-emulate-terminal)
14148         (term-handle-colors-array, term-process-pager, term-pager-line)
14149         (term-pager-bob, term-unwrap-line, term-word)
14150         (term-dynamic-complete-filename)
14151         (term-dynamic-complete-as-filename)
14152         (term-dynamic-simple-complete): Replace one arm ifs with whens or
14153         unlesses.
14155 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14157         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
14158         during bootstrapping.
14160         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
14161         Basically undo the change of 2006-05-26: use extra arguments instead of
14162         dynamic scoping.
14163         (ewoc-locate): Remove unused var `footer'.
14165 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
14169         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
14170         (generate-file-autoloads): Obey it.  Return whether autoloads were
14171         added at point or not.
14172         (update-file-autoloads): Use this new return value.
14173         Remove redundant test for the presence of an autoload cookie.
14175         * emacs-lisp/autoload.el (autoload-find-file): New fun.
14176         This one calls hack-local-variables.
14177         (generate-file-autoloads, update-file-autoloads): Use it.
14179         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14180         (bibtex-sort-entry-class): Add safe-local-variable predicate.
14181         (bibtex-sort-entry-class-alist): Don't set the global value.
14182         (bibtex-init-sort-entry-class-alist): New fun.
14183         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
14184         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
14185         of bibtex-init-sort-entry-class.
14187 2006-05-28  Richard Stallman  <rms@gnu.org>
14189         * subr.el (load-history-regexp): If FILE is relative, insist
14190         entire last name component must match it.
14191         (load-history-filename-element, load-history-regexp): Doc fixes.
14193 2006-05-29  Kim F. Storm  <storm@cua.dk>
14195         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
14196         `pos' and `raw-data' for clarity, as eval forms may access these.
14198 2006-05-28  Kim F. Storm  <storm@cua.dk>
14200         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
14202 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * progmodes/make-mode.el (makefile-browser-map)
14205         (makefile-mode-syntax-table): Move initialization inside declaration.
14206         (makefile-fill-paragraph): Use the default comment-filling code.
14208 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
14210         * replace.el (query-replace-defaults): New variable.
14211         (query-replace-read-from): Use `query-replace-defaults' for
14212         default value, instead of history list.
14213         (query-replace-read-to): Update `query-replace-defaults'.
14215 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
14217         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
14218         with no X toolkit.
14220 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
14222         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
14223         (tumme-show-all-from-dir): Add autoload.
14225 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14227         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
14228         (tumme-remove-tag): Fix bug.
14230 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
14232         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
14233         FOOTER args.  Update unique caller.
14234         (ewoc-delete): Compute last node once before looping.
14235         (ewoc--node-branch): Merge into unique caller.
14236         (ewoc--node): Don't define constructor make-ewoc--node for this
14237         structure.
14238         (ewoc): Add member `hf-pp' to this structure.
14239         (ewoc--wrap): New func.
14240         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
14241         header/footer pretty-printers.  Save header/footer pretty-printer.
14242         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
14244         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
14246 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14248         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
14249         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
14250         Tag'.  Change "Compare directories..." to "Change Directories...".
14251         Move tumme commands to Operate, Regexp and Immediate menus.
14252         Change "Add Comment" to "Add Image Comment".  Change "Add Image
14253         Tag" to "Add Image Tags".
14255         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
14256         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
14257         `tumme-delete-tag'.
14259 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14261         * shell.el (shell-mode): Call shell-dirtrack-mode after
14262         list-buffers-directory is made a local variable, to avoid setting
14263         the default value.
14265 2006-05-26  Kevin Ryde  <user42@zip.com.au>
14267         * info.el (Info-index-next): Use where-is-internal to report
14268         actual binding of Info-index-next, rather than hard-coded `,'.
14270 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
14272         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
14273         and "Find Command in Manual" to here.
14275         * buff-menu.el (list-buffers-noselect): For Info buffers, use
14276         Info-current-file as the file name.
14278 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
14280         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
14281         overrides will now be done a different way.
14282         (ses-set-parameter): Reapply this function for undo.
14283         (ses-set-header-row): Reconstruct header row during undo.
14284         (ses-widen): New function.
14285         (ses-goto-data, ses-reconstruct-all): Use new function.
14286         (ses-command-hook): Widen buffer during undo, before unupdating
14287         the cells.
14288         (ses-insert-row, ses-delete-row): Widen buffer during undo.
14289         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
14290         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
14291         formula hasn't been executed yet.
14293 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14295         * comint.el (comint-kill-whole-line): Rename arg to count.
14296         Fix doc string.
14298 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
14300         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
14301         to copy-file.
14303 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14305         * simple.el (toggle-truncate-lines): Make arg optional for
14306         backward compatibility.
14308 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
14310         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
14311         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
14312         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
14313         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
14314         (ewoc--adjust): Use ewoc--current-dll.
14315         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
14317 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
14319         * textmodes/org.el (org-next-item, org-previous-item): Emit more
14320         compact error message.
14321         (org-tags-view): Refresh category table in each file.
14322         (org-table-justify-field-maybe): Remove superfluous arguments to
14323         `format'.
14324         (org-export-as-html): Insert "<p>" before postamble.
14325         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
14327 2006-05-26  Kenichi Handa  <handa@m17n.org>
14329         * textmodes/po.el (po-find-charset): Pay attention to the case
14330         FILENAME is a cons (NAME . BUFFER).
14331         (po-find-file-coding-system-guts): Likewise.
14333         * arc-mode.el (archive-set-buffer-as-visiting-file):
14334         Call find-operation-coding-system with (FILENAME . BUFFER).
14336         * tar-mode.el (tar-extract): Call find-operation-coding-system
14337         with (FILENAME . BUFFER).
14339         * international/mule.el (decode-coding-inserted-region):
14340         Call find-operation-coding-system with (FILENAME . BUFFER).
14342 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
14344         * image-mode.el (image-toggle-display): Use buffer contents to
14345         generate image for a remote file.
14347 2006-05-25  Juri Linkov  <juri@jurta.org>
14349         * replace.el (query-replace-read-from, query-replace-read-to):
14350         Remove 8th arg KEEP-ALL in read-from-minibuffer.
14352 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
14354         * whitespace.el (whitespace-cleanup): Change to cleanup
14355         region if one is active.
14356         * whitespace.el (whitespace-cleanup-internal): New internal method.
14358 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14360         * dired.el (dired-mode-map): Add help-echo strings to tumme
14361         commands.  Bind `tumme-dired-display-image' to C-t i.
14363         * tumme.el (tumme-display-image): Change documentation string slightly.
14364         (tumme-dired-display-image): Add call to `display-buffer'.
14366 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
14368         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
14369         Signal error if RAW-DATA is a multibyte string.
14371 2006-05-24  Richard Stallman  <rms@gnu.org>
14373         * subr.el (with-local-quit): When handling `quit' signal,
14374         make a chance for quit-flag to cause a quit.
14376         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
14377         (ad-disable-advice): Add autoloads.
14379         * subr.el (read-passwd): Copy PROMPT before changing its properties.
14381 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14383         * dired.el (dired-mode-map): Change menu items for tumme as per
14384         suggestions in emacs-devel.
14386 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14388         * dired.el (dired-mode-map): Fix breakage.
14390 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14392         * tumme.el (tumme-display-dired-image): Rename to...
14393         (tumme-dired-display-image): ...this.
14394         (tumme-track-movement): Change default value to t.
14395         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
14396         used from `tumme-next-line-and-display' and similar commands.
14398         * dired.el (dired-mode-map): Add Thumbnail submenu under the
14399         Immediate menu.  Add some tumme commands there.
14401 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
14403         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
14405 2006-05-24  Chong Yidong  <cyd@mit.edu>
14407         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
14408         menu entries that open submenus.
14410 2006-05-24  Alan Mackenzie  <acm@muc.de>
14412         * startup.el (command-line): For names of preloaded files, don't
14413         append ".elc" (now done in Fload), and call file-truename on the
14414         lisp directory.
14416         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
14417         match ANY loaded file with the right name, not just those in
14418         load-path.  Put a regexp matching the file name into
14419         after-load-alist, rather than the name itself.
14421         * subr.el (load-history-regexp, load-history-filename-element)
14422         (do-after-load-evaluation): New functions.
14424         * international/mule.el (load-with-code-conversion): Do the
14425         eval-after-load stuff by calling do-after-load-evaluation.
14427 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14429         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
14430         has not been killed.
14432 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14434         * term/mac-win.el: Set idle timer to clean up expired Apple events.
14435         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
14436         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
14437         Optionally set error message in reply.
14439 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
14441         * textmodes/org.el (org-open-at-point): Use renamed variable
14442         `org-confirm-shell-link-function'.
14443         (org-confirm-shell-link-function): Rename from
14444         `org-confirm-shell-links'.
14445         (org-export-directory): New function.
14446         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
14447         (org-export-icalendar): Use `org-export-directory'.
14448         (org-indent-item): Keep cursor position.
14449         (org-link-file-path-type): New option.
14450         (org-export-as-html): Fix bug with plain lists starting in
14451         column 0.
14452         (org-export-as-html): Remove deadline formatting, this happens
14453         now already in `org-html-handle-time-stamps'.
14454         (org-export-html-style): Deadline class removed.
14455         (org-insert-labeled-timestamps-at-point): New option.
14456         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
14457         of `hide-sublevels 1', in case the first headline is not level 1.
14458         (org-overview, org-content): New fuction.
14459         (org-cycle-global-status, org-cycle-subtree-status): Make these
14460         variables buffer-local.
14461         (org-global-cycle): New command.
14462         (org-shifttab): Use `org-global-cycle'.
14463         (org-insert-heading, org-insert-item): Go to end of new
14464         headline/item after creating it.
14465         (org-export-visible): Rename from `org-export-copy-visible'.
14466         Now creates a temporary org-file and applies an exporting command
14467         to it.
14468         (org-table-eval-formula): Support for lisp forms.
14469         (org-agenda-todo-ignore-scheduled): New option.
14470         (org-agenda-get-todos): Use new option
14471         `org-agenda-todo-ignore-scheduled'.
14472         (org-export-html-inline-images): New value `maybe'.
14473         (org-export-as-html): Inlining of images dependent on link description.
14474         (org-archive-subtree): Check for end-of-buffer before trying
14475         `kill-line'.
14476         (org-agenda-follow-mode): New option.
14477         (org-export-with-tags, org-export-with-timestamps): New options.
14478         (org-html-handle-time-stamps): New function.
14479         (org-keyword-time-regexp): New variable.
14480         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
14481         (org-agenda-todo-list-sublevels): New option.
14482         (org-html-level-start): When TITLE is nil, just close all levels.
14483         (org-parse-key-lines, org-parse-export-options): Remove functions,
14484         replaced by `org-infile-export-plist'.
14485         (org-combine-plists, org-infile-export-plist)
14486         (org-default-export-plist): New functions.
14487         (org-export-html-preamble, org-export-html-postamble)
14488         (org-export-html-auto-preamble, org-export-html-auto-postamble):
14489         New variables.
14490         (org-export-publishing-directory): New option.
14491         (org-export-as-html, org-export-as-ascii): Use the new property
14492         lists for settings.
14493         (org-export-copy-visible, org-export-as-xoxo):
14494         Respect `org-export-publishing-directory'.
14495         (org-link-search, org-store-link, org-file-apps): Support for
14496         links to BibTeX database entries..
14497         (org-get-current-options, org-set-regexps-and-options):
14498         Implement logging as a startup option.
14499         (org-store-link): Make sure context string is never empty
14500         (org-insert-link): Use relative path when possible.
14501         (org-at-item-checklet-p): New function.
14502         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
14503         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
14504         (org-metaright, org-metaup, org-metadown, org-shiftup)
14505         (org-shiftdown, org-shiftright, org-shiftleft)
14506         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
14507         Dispatch using `call-interactively'.
14508         (org-call-with-arg): New defsubst.
14509         (org-tag-alist, org-use-fast-tag-selection): New options.
14510         (org-complete): Use `org-tag-alist'.
14511         (org-fast-tag-insert, org-fast-tag-selection): New functions.
14512         (org-next-item, org-previous-item): New commands.
14513         (org-beginning-of-item, org-end-of-item): Add (interactive) to
14514         make command.
14515         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
14517 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
14519         * emacs-lisp/ewoc.el (ewoc-delete): New function.
14520         (ewoc-filter): Use `ewoc-delete'.
14522         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
14524 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14526         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
14527         Signal more user-friendly error messages.
14529         * complete.el (PC-do-completion): Undo the addition of implicit
14530         wildcards if they did not lead to finding any match.
14531         (read-file-name-internal): Don't add the final > if the completion is
14532         not finished.
14534 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14536         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
14537         Quote safe-local-variable predicate.
14539 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14541         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
14543 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14545         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
14547         * progmodes/make-mode.el (makefile-special-targets-list)
14548         (makefile-macro-table, makefile-target-table): Mark as risky.
14549         (makefile-query-one-target-method): Make this the alias for the
14550         following variable.
14551         (makefile-query-one-target-method-function): Make this the real name.
14553         * textmodes/artist.el (artist-text-renderer): Make this the alias
14554         for the following variable.
14555         (artist-text-renderer-function): Make this the real name.
14557         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
14558         the alias for the following variable.
14559         (flyspell-generic-check-word-predicate): Make this the real name.
14561         * textmodes/ispell.el (ispell-format-word): Make this the alias
14562         for the following variable.
14563         (ispell-format-word-function): Make this the real name.
14564         (ispell-message-text-end): Mark as risky.
14566         * skeleton.el (skeleton-transformation, skeleton-filter)
14567         (skeleton-pair-filter): Make these the aliases for the following
14568         variables.
14569         (skeleton-transformation-function, skeleton-filter-function)
14570         (skeleton-pair-filter-function): Make these the real names.
14572         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
14573         and skeleton-pair-filter-function.
14575         * textmodes/sgml-mode.el (sgml-transformation): Make this the
14576         alias for the following variable.
14577         (sgml-transformation-function): Make this the real name.
14578         (sgml-tag-alist): Mark as risky.
14580 2006-05-21  Richard Stallman  <rms@gnu.org>
14582         * simple.el (kill-region): Interactively, pass point, then mark.
14584 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14586         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
14588 2006-05-21  Romain Francoise  <romain@orebokech.com>
14590         * dired-x.el (dired-mode-map): Don't bind M-g.
14592 2006-05-20  Richard Stallman  <rms@gnu.org>
14594         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
14595         (dired-goto-file): Doc fix.
14597 2006-05-21  Kim F. Storm  <storm@cua.dk>
14599         * emulation/cua-base.el: Mention customizing cua-mode as alternative
14600         way to enable built-in cua-mode if user loads older CUA-mode package.
14602         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
14603         if default-filename is specified.
14605 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14607         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
14609         * info.el (info-apropos): Make sure current-file and current-node
14610         have non-nil values.  Speed up by using add-to-list instead of
14611         manual consing.
14613 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14615         * progmodes/make-mode.el (makefile-mode): Doc fix.
14617 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14619         * dired-aux.el (dired-do-shell-command): Doc fix.
14621 2006-05-20  Kevin Ryde  <user42@zip.com.au>
14623         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
14624         ``(custom-manual :tag "Foo" "(foo)Node")''.
14626 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
14628         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
14629         value is an integer.
14631 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14633         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
14634         "format".
14635         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
14637 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
14639         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
14640         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
14642 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14644         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
14645         regexp for keywords.
14647 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
14649         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
14650         replace-regexp-in-string.
14652         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
14653         encode, and escape file name on conversion to URL.
14655 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14657         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
14658         Don't unescape URL.
14659         (dnd-get-local-file-name): Unescape URL on conversion to file name.
14661         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
14662         on conversion to URLs.
14664         * net/browse-url.el (browse-url-file-url): Encode file name on
14665         conversion to URL.
14667         * term/mac-win.el (mac-ae-open-documents): Escape file name on
14668         conversion to URL.
14670 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
14672         * progmodes/cc-styles.el (c-style-alist): Doc fix.
14674 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14676         * term/mac-win.el (mac-bytes-to-digits): Remove function.
14677         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
14679 2006-05-19  Glenn Morris  <rgm@gnu.org>
14681         * calendar/diary-lib.el (diary-bahai-date)
14682         (list-bahai-diary-entries, mark-bahai-diary-entries)
14683         (mark-bahai-calendar-date-pattern): Not interactive.
14684         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
14685         (diary-entries-list): Change format of 4th element in each entry.
14686         (diary-list-entries): Use add-to-diary-list.
14687         (diary-goto-entry): Handle the case where the buffer visiting the
14688         diary has been killed.
14689         (fancy-diary-display): Add 'locator to button rather than 'marker.
14690         Only generate temp-face when there are marks to apply.
14691         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14692         (diary-fancy-date-pattern): New variable.
14693         (diary-time-regexp): Doc fix.
14694         (diary-anniversary, diary-time): New faces.
14695         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
14696         diary-time-regexp.  Add font-lock-multiline property where needed.
14697         Use new faces diary-anniversary and diary-time.
14698         (diary-fancy-font-lock-fontify-region-function): New function, to
14699         handle multiline font-lock pattern in fancy diary.
14700         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
14701         (diary-font-lock-keywords): Tweak time regexp.  Use new face
14702         diary-time.
14704 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
14706         * international/code-pages.el (mik): Table corrected.
14708 2006-05-18  Kim F. Storm  <storm@cua.dk>
14710         * progmodes/grep.el (grep-find): Don't check grep-find-command
14711         before running command (breaks non-interactive usage).
14713 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
14715         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
14716         (ewoc--insert-new-node): Don't insert trailing newline.
14717         Instead, adjust successor nodes's start markers.
14718         (ewoc--refresh-node): Delete all text from current node's start
14719         marker to the next one's; adjust successor nodes's start markers.
14720         (ewoc--create): Doc fixes.
14721         (ewoc--refresh): Don't insert newline.
14722         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
14723         * pcvs.el (cvs-make-cvs-buffer):
14724         Specify extra newline for ewoc's header and footer.
14725         (cvs-update-header): Update initial header recognition.
14726         Append newline to final header and footer values.
14727         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
14729 2006-05-17  Richard Stallman  <rms@gnu.org>
14731         * files.el (file-name-extension): Doc fix.
14733 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14735         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
14736         we can explicitly enable/disable rather than toggle.
14737         (shell-mode): Use it.
14738         (shell-cd): Don't try to reproduce what `cd' does.
14740 2006-05-17  Kim F. Storm  <storm@cua.dk>
14742         * ido.el (ido-read-internal): Use only nondirectory part of
14743         default item.
14745 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
14747         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
14748         (ewoc-nth): Doc fix.
14750         (ewoc-map, ewoc-invalidate): Compute PP before looping.
14752 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
14754         * international/mule.el (auto-coding-alist): Add .lha to files
14755         read with no-conversion.
14757         * files.el (auto-mode-alist): Add .lha files to archive file
14758         extensions.
14760         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
14761         Convert csize to integer when computing offsets within the
14762         compressed archive file.
14764 2006-05-16  Kim F. Storm  <storm@cua.dk>
14766         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
14767         with read-from-minibuffer.
14769 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14771         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
14772         (byte-compile-warnings): Fix safe-local-variable property.
14774 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
14776         * allout.el (allout-show-bodies, allout-old-style-prefixes)
14777         (allout-stylish-prefixes, allout-numbered-bullet)
14778         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
14779         predicates to qualify `safe-local-variable' property, when
14780         available, else use equivalent lambda.
14781         (allout-current-topic-collapsed-p): Do the right thing regarding
14782         trailing blank lines.
14784 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14786         * server.el (server-start): Only create a directory if needed.
14787         (server-edit, server-unload-hook): server-start => server-mode.
14788         (kill-emacs-hook): Cleanup upon exit.
14790 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14792         * hexl.el (hexlify-buffer): Encode process arguments manually.
14794 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
14796         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
14797         call to gdb-tooltip-print.
14799 2006-05-15  Romain Francoise  <romain@orebokech.com>
14801         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
14802         systems, default to "tar" since those systems probably have GNU tar.
14804 2006-05-14  Lars Hansen  <larsh@soem.dk>
14806         * desktop.el (desktop-missing-file-warning): Fix docstring.
14807         (desktop-restore-file-buffer): Correct question asked on missing file.
14809 2006-05-14  Kim F. Storm  <storm@cua.dk>
14811         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
14812         Add CUA move property.
14814 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
14816         * custom.el (custom-push-theme): Load the variable before checking
14817         its `standard-value'.
14819 2006-05-13  Lars Hansen  <larsh@soem.dk>
14821         * desktop.el (desktop-save): Use with-temp-buffer.
14823 2006-05-12  Glenn Morris  <rgm@gnu.org>
14825         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
14826         * calendar/calendar.el (calendar-mode-map):
14827         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
14828         * calendar/appt.el (appt-check, appt-make-list): Refer to
14829         diary-view-entries, diary-list-entries, diary-show-all-entries
14830         rather than obsolete aliases.
14832 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
14834         * simple.el (line-move-finish): Avoid calling point motion hooks
14835         while processing intangibility.
14837 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
14839         * term/xterm.el (terminal-init-xterm): Fix typo.
14841 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
14843         * allout.el (allout-view-change-hook): Mark as being deprecated,
14844         to be replaced by `allout-exposure-change-hook'.
14845         (allout-exposure-change-hook): New, replacing
14846         `allout-view-change-hook'.
14847         (allout-flag-region): Run new hook `allout-exposure-change-hook',
14848         in addition to `allout-view-change-hook'.
14849         (allout-show-bodies, allout-old-style-prefixes)
14850         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
14851         lambda forms to prevent their showing up in variable help
14852         presentations as inscrutable byte-compiled code.
14853         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
14854         Use string-or-null-p to qualify safe-local-variable values.
14855         (allout-reindent-bodies): Use memq to qualify matches against
14856         valid safe-local-variable values.  Also, quote the lambda as above.
14857         (allout-use-mode-specific-leader): Add missing candidate-value
14858         symbols, use memq, and quote the lambda.
14859         (allout-overlay-interior-modification-handler): Remove unused
14860         variables `msg' and 'opened'.
14861         (allout-hidden-p): Constrain invisibility consideration to allout's
14862         invisibility spec, disregarding invisibility for other reasons.
14864 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
14866         * files.el (version-control): Correct safe values.
14868 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
14870         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
14872         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
14873         (ewoc--insert-new-node): New func.
14874         Update callers of deleted funcs to use it, instead.
14876 2006-05-11  Glenn Morris  <rgm@gnu.org>
14878         * calendar/calendar.el (diary-show-all-entries): Do not refer to
14879         obsolete alias `show-all-diary-entries'.
14880         (make-diary-entry): Not interactive.
14881         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
14882         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14883         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14884         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14885         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
14886         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
14888 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14890         * calendar/calendar.el (calendar-french-date-string)
14891         (calendar-mayan-date-string, calendar-chinese-date-string)
14892         (calendar-astro-date-string, calendar-iso-date-string)
14893         (calendar-islamic-date-string, calendar-bahai-date-string)
14894         (calendar-hebrew-date-string, calendar-coptic-date-string)
14895         (calendar-ethiopic-date-string, calendar-persian-date-string):
14896         These functions are not interactive.
14898 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
14900         * files.el: Balance parentheses.
14902 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14904         * files.el, newcomment.el, outline.el, simple.el,
14905         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
14906         * progmodes/cc-vars.el, progmodes/compile.el:
14907         Move `safe-local-variable' declarations to the respective files.
14909         * help-fns.el (describe-variable): Don't print safe-var if it is
14910         byte-code.  Improve wording as suggested by Luc Teirlinck.
14912 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14914         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
14915         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
14916         Use a token for pending-triggers to ensure gdb-var-update
14917         gets called once per user input again for pre-GDB 6.4.
14918         (gdb-var-delete): Match on more complex expressions.
14919         (gdb-var-list-children-handler, gdb-var-create-handler):
14920         Use a token for consistency.
14922 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
14924         * textmodes/org.el (org-read-date, org-goto-calendar)
14925         (org-agenda-goto-calendar):
14926         Bind `view-calendar-holidays-initially' to nil.
14928 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
14930         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
14931         Update all callers to do it there, instead.
14933 2006-05-10  Glenn Morris  <rgm@gnu.org>
14935         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
14936         prefix arg case, to avoid view-diary-entries-initially error.
14937         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
14938         (calendar-date-is-legal-p): Handle dates with no day part.
14940 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14942         * comint.el (comint-insert-input): Just make it when
14943         comint-use-prompt regexp is nil (default) and with the mouse.
14944         (comint-copy-old-input): Reinstate from 2004-06-23.
14945         (comint-mode-map): Bind C-c C-m to it.
14947 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
14949         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14950         Remove spurious move to point-max (new comint behavior fixes).
14952         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
14953         compatibility function (Emacs 18/19).
14954         (idlwave-is-continuation-line): Always return point at start of
14955         previous non-blank continuation line.
14956         (keyword-parameters): Fix continued comment font-lock matcher.
14957         (idlwave-font-lock-fontify-region): Written, use as
14958         font-lock-fontify-region-function, to fix continued keyword
14959         fontification issues.
14961 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14963         * term/mac-win.el (mac-font-panel-mode): Doc fix.
14964         (mac-service-selection, mac-service-open-file)
14965         (mac-service-open-selection, mac-service-mail-selection)
14966         (mac-service-mail-to, mac-service-insert-text): Rename from
14967         mac-services-*.  All uses changed.
14968         (mac-apple-event-map): Rename event symbol `services' to `service'.
14970 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
14972         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
14973         (ewoc--node-enter-first, ewoc--node-enter-last)
14974         (ewoc--delete-node-internal): Merge funcs into unique callers.
14976 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
14978         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
14979         return value of read-from-minibuffer for empty input.
14981 2006-05-09  Miles Bader  <miles@gnu.org>
14983         * comint.el (comint-insert-input): Remove redundant calls to setq
14984         and goto-char.
14986 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
14988         * comint.el (comint-insert-input): Make it work when
14989         comint-use-prompt-regexp is t.
14991 2006-05-10  Miles Bader  <miles@gnu.org>
14993         * subr.el (field-at-pos): New function.
14995         * comint.el (comint-insert-input): Use it.
14997 2006-05-09  Juri Linkov  <juri@jurta.org>
14999         * battery.el (battery-linux-proc-acpi): Also try
15000         `/proc/acpi/thermal_zone/THR2/temperature'.
15002         * files.el <safe-local-variable>: Remove `eval' and `let' binding
15003         for now unused lambda `string-or-null'.
15005         * add-log.el (change-log-default-name): Put `string-or-null-p'
15006         instead of lambda on `safe-local-variable' property.
15008         * diff-mode.el (diff-context->unified): Use `region-beginning' and
15009         `region-end' instead of `mark' and `point'.
15010         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
15011         Operate on region in Transient Mark mode when the mark is active.
15012         Use `region-beginning' and `region-end' instead of `mark' and
15013         `point'.
15014         (diff-hunk-text, diff-goto-source): Doc fix.
15016         * startup.el (fancy-splash-screens, normal-splash-screen): Use
15017         face `mode-line-buffer-id' for mode-line buffer face instead of
15018         hard-coded `(:weight bold)'.
15020         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
15021         buffer-undo-list to t (undo-ask is reproducible by visiting
15022         nested archives).
15024 2006-05-09  Kim F. Storm  <storm@cua.dk>
15026         * progmodes/grep.el (rgrep): Set default directory of *grep*
15027         buffer if we start M-x rgrep in the *grep* buffer and choose
15028         a different base directory.
15030 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
15032         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
15033         completion also when ido is loaded.
15035 2006-05-09  Masatake YAMATO  <jet@gyve.org>
15037         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
15038         "warning" and "import".
15039         (cpp-font-lock-keywords): Added "warning".
15041 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
15043         * term/xterm.el (terminal-init-xterm): Add more key bindings.
15045 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15047         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
15048         pages at a time, if we signal the end, we should indeed reach that end.
15050 2006-05-08  David Reitter  <david.reitter@gmail.com>
15052         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
15053         output during execution of the body.
15055 2006-05-08  Kim F. Storm  <storm@cua.dk>
15057         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
15059 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
15061         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
15062         Use with-current-buffer.
15064 2006-05-07  Kim F. Storm  <storm@cua.dk>
15066         * subr.el (add-to-history): Remove keep-dups arg.
15068         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
15069         to nil around call to add-to-history.
15071 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15073         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
15074         than after a buffer modification.
15076 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
15078         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
15079         call to...
15080         (gud-watch): ...here so speedbar is raised for already watched
15081         expressions.
15082         (gdb-speedbar-refresh): Delete function.
15083         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
15084         Use speedbar-timer-fn instead of speedbar-refresh (reverting
15085         earlier change).
15086         (gdb-var-evaluate-expression-handler)
15087         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
15089         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
15090         Update localized contents for all buffers except ignored modes.
15092 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15094         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
15095         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
15096         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
15097         (mac-handle-font-panel-closed, mac-handle-font-selection):
15098         New functions.
15099         (mac-font-panel-mode): New minor mode.
15100         (mac-apple-event-map): Add bindings for toolbar toggle button and
15101         font panel.
15102         (menu-bar-showhide-menu): Add mac-font-panel-mode.
15104 2006-05-07  John Paul Wallington  <jpw@pobox.com>
15106         * ibuffer.el (ibuffer-compressed-file-name-regexp):
15107         Avoid `regexp-opt'; simplify regexp for readability.
15109 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
15111         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
15112         * files.el (buffer-stale-function):
15113         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15114         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
15115         links to the main manual, not to emacs-xtra.
15117 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15119         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
15120         MacJapanese if text is ASCII-only.
15122 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
15124         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
15125         unless so nil isn't returned.
15126         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
15128 2006-05-06  Kim F. Storm  <storm@cua.dk>
15130         * subr.el (add-to-history): New function.
15132         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
15133         (ediff-merge-files-with-ancestor):
15134         * env.el (setenv):
15135         * isearch.el (isearch-update-ring):
15136         * server.el (server-visit-files):
15137         * progmodes/grep.el (lgrep, rgrep):
15138         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
15139         * progmodes/xscheme.el (xscheme-insert-expression):
15140         Use add-to-history.
15142         * kmacro.el (kmacro-push-ring): Use add-to-history.
15143         (kmacro-ring-length): Remove unused defun.
15144         (kmacro-start-macro): Use kmacro-push-ring.
15146 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
15148         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
15149         directly instead of a lambda expression that calls it.
15151 2006-05-06  Kim F. Storm  <storm@cua.dk>
15153         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
15154         instead of compute-motion.
15156 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
15158         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
15159         change.
15161 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
15163         * startup.el (command-line-1): Refer to "Pure Storage" on
15164         pure-space-overflow.
15166 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
15168         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
15169         provided faces once they all have been used up.
15171 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15173         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
15174         reference to the Lisp manual to the warning about pure space
15175         overflow.
15177 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15179         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15180         argument to avoid the call to `ispell-internal-change-dictionary'
15181         when not needed.
15182         (ispell-change-dictionary): Use this argument and call
15183         `ispell-internal-change-dictionary' after the possible change
15184         to `ispell-local-dictionary'.
15185         (ispell-internal-change-dictionary): Check for a change in
15186         personal dictionary use too.
15188 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15190         * startup.el (command-line): On MS-Windows, probe "~", not
15191         "~USER", for warning about non-existent home directory.
15193         * arc-mode.el (archive-l-e): New optional argument `float' means
15194         generate a float value.
15195         (archive-arc-summarize, archive-lzh-summarize)
15196         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
15197         with 3rd argument non-nil when file's size is being computed.
15198         Format the file sizes with %8.0f instead of %8d.
15200 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15202         * cus-start.el (all): Add mac-dnd-known-types.
15204         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
15205         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
15206         (mac-TIFF-to-string): New functions.
15207         (x-get-selection, x-selection-value)
15208         (mac-select-convert-to-string): Use them.
15209         (mac-text-encoding-mac-japanese-basic-variant): New constant.
15210         (mac-dnd-types-alist): New customization variable.
15211         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
15212         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
15213         (mac-dnd-handle-drag-n-drop-event): New functions.
15214         (mac-drag-n-drop): Remove function.
15215         (global-map): Bind drag-n-drop and M-drag-n-drop to
15216         mac-dnd-handle-drag-n-drop-event.
15218 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
15220         * progmodes/perl-mode.el (perl-beginning-of-function):
15221         Skip anonymous subs.
15223 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
15225         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
15226         regexp-opt at run time.
15228         * term.el (term-handle-ansi-escape): Fix off by one error.
15230 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
15232         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
15233         (gdb-init-1, gdb-post-prompt): ...and references to it.
15234         (gdb-frame-handler): Strip directory name from filename if present.
15236         * progmodes/gud.el (gdb-force-update): Delete defvar
15237         (gud-speedbar-buttons): ...and references to it.  Use window-start
15238         to try to keep positon in watch expression.
15240 2006-05-03  Richard Stallman  <rms@gnu.org>
15242         * simple.el (next-history-element, previous-history-element): Doc fix.
15244         * isearch.el (isearch-update-ring): Doc fix.
15246 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
15248         * isearch.el (isearch-update-ring): Take history-delete-duplicates
15249         into consideration.  Replace one arm ifs with whens.
15251 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
15253         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
15254         (menu): Fix typo.
15256 2006-05-02  Miles Bader  <miles@gnu.org>
15258         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
15260 2006-05-02  Jay Belanger  <belanger@truman.edu>
15262         * calc/calc-embed.el (calc-override-minor-modes-map)
15263         (calc-override-minor-modes): New variables.
15264         (calc-do-embedded): Make sure that Calc keystrokes aren't
15265         overwritten by minor modes.
15267 2006-05-02  Chong Yidong  <cyd@mit.edu>
15269         * msb.el (msb): If EVENT is a down event, read and discard the up event.
15271 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15273         * startup.el (command-line-1): Refer to Lisp manual when
15274         pure-space-overflow occurs.
15276         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
15277         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
15278         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
15279         (version-control): Don't use `t' for safe-local-variable declarations.
15281 2006-05-01  Richard Stallman  <rms@gnu.org>
15283         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
15284         M-r, M-R, M-A, M-SPC or M-DEL.
15285         (diff-mode-map): diff-refine-hunk now on C-c C-w
15286         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
15288         * help-mode.el (help-mode): view-exit-action calls delete-window
15289         only when it is safe and possible.
15291         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
15292         in messages.
15294         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
15296         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
15297         in the default tool-bar-map.
15299 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
15301         * net/tramp.el (tramp-completion-file-name-handler-alist)
15302         (tramp-run-real-handler, tramp-completion-run-real-handler)
15303         (tramp-completion-handle-file-name-all-completions)
15304         (tramp-completion-handle-file-name-completion): Autoload them.
15305         (tramp-completion-handle-file-exists-p)
15306         (tramp-completion-handle-file-name-directory)
15307         (tramp-completion-handle-file-name-nondirectory)
15308         (tramp-completion-handle-expand-file-name): Remove them.
15309         (tramp-handle-file-name-directory): Return the real directory name.
15310         Returning "/" only doesn't need to be necessary any longer.
15311         (tramp-file-name-handler): Make special attention when in hostname
15312         completion mode.
15313         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
15314         (tramp-register-file-name-handlers):
15315         Register `tramp-completion-file-name-handler' only when
15316         `partial-completion-mode' is enabled.
15317         (tramp-completion-handle-file-name-all-completions):
15318         Delete directory part from results.
15319         (tramp-get-completion-methods, tramp-get-completion-user-host):
15320         Discard deleting "/", it doesn't work after the change of
15321         `tramp-handle-file-name-directory' above.
15323 2006-05-01  Kim F. Storm  <storm@cua.dk>
15325         * progmodes/grep.el (grep-expand-template): Use save-match-data
15326         and symbol-value.
15328 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15330         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
15331         Use select-frame-set-input-focus instead of raise-frame.
15332         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
15334 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
15336         * progmodes/gud.el (gud-def): Add %c case.
15337         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
15338         (gud-format-command): Make match case sensitive.  Match on %F.
15340 2006-04-30  Glenn Morris  <rgm@gnu.org>
15342         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
15343         (cal-tex-preamble): Use cal-tex-preamble-extra.
15344         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
15345         than alias `list-diary-entries'.
15347 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
15349         * help-fns.el (describe-variable): Add info about safe local variables.
15351 2006-04-29  Richard Stallman  <rms@gnu.org>
15353         * bindings.el (mode-line-format): help-echo doc fixes.
15355         * net/tramp.el (tramp-file-name-handler-alist): Delete
15356         expand-file-name and other operations that can cause spurious loading.
15358 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15360         * files.el (safe-local-variable-p): Remove support for the special
15361         value t.
15363         * textmodes/paragraphs.el (sentence-end-without-space):
15364         Fix safety predicate.
15365         (sentence-end-double-space, sentence-end-without-period)
15366         (paragraph-ignore-fill-prefix):
15367         * textmodes/fill.el (colon-double-space):
15368         * abbrev.el (abbrev-mode): Tighten the safety predicate.
15370         * subr.el (booleanp): New fun.
15372         * textmodes/reftex-vars.el (reftex-guess-label-type):
15373         Tighten the safety predicate.
15375 2006-04-28  Kim F. Storm  <storm@cua.dk>
15377         * progmodes/grep.el (defgroup grep): Doc fix.
15378         (grep-auto-highlight): Remove.
15379         (grep-template): New defcustom.
15380         (grep-find-template): Rename from grep-tree-template.
15381         (grep-files-aliases): Rename from grep-tree-files-aliases.
15382         Remove "all" alias, add "l" alias.
15383         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
15384         (grep-find-ignored-directories): New defcustom to replace
15385         grep-tree-ignore-CVS-directories, to facilitate ignoring
15386         subdirectories for multiple version control systems.
15387         (grep-mode-map): Add Recursive grep item to GREP menu.
15388         (grep-regexp-history, grep-files-history): New defvars.
15389         (grep-probe): New helper function.
15390         (grep-compute-defaults): Use it to simplify code.
15391         Adapt to name changes.
15392         Use `.' as base in grep-find-template rather than <D>.
15393         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
15394         Call grep-compute-defaults unconditionally.
15395         (grep-expand-keywords): New defconst.
15396         (grep-expand-template): Rename from grep-expand-command-macros.
15397         Simplify via grep-expand-keywords.  Look at case-fold-search instead
15398         of grep-tree-ignore-case to add -i option.
15399         Bind case-fold-search to nil while matching keywords.
15400         (grep-tree-last-regexp, grep-tree-last-files): Remove.
15401         (grep-read-regexp, grep-read-files): New helper functions.
15402         (rgrep): Rename from grep-tree.  Rework to use proper histories.
15403         Adapt to changes in defcustoms and functions above.
15404         (lgrep): New command, as grep, but using same interactive UI as rgrep.
15406 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
15408         * net/tramp.el (tramp-completion-file-name-handler):
15409         Disable Tramp's functionality while loading Tramp itself.
15410         (tramp-register-file-name-handlers): That's a defsubst now.
15411         Code from `tramp-repair-jka-compr' moved here.  Apply it via
15412         `after-init-hook'.
15413         (tramp-repair-jka-compr): Remove.
15415 2006-04-27  Jay Belanger  <belanger@truman.edu>
15417         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
15418         read expression when `math-read-big-expr' doesn't work.
15420 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
15422         * startup.el (command-line-1): Display warning when
15423         pure-space-overflow is non-nil.
15425 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15427         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
15428         risky.
15430 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15432         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
15433         Return the URL or nil if none can be generated.
15435 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
15437         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
15438         byte compiler warnings.
15439         (gud-basic-call, gud-find-expr): Let user select an expression
15440         for printing.  Print expression as well as value in GUD buffer.
15442 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
15444         * allout.el: Remove local autoload declaration for
15445         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
15446         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
15447         (allout-plain-bullets-string, allout-distinctive-bullets-string)
15448         (allout-use-mode-specific-leader, allout-old-style-prefixes)
15449         (allout-stylish-prefixes, allout-numbered-bullet)
15450         (allout-file-xref-bullet, allout-presentation-padding)
15451         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
15452         safe-local-variable with suitable value spec, and add autoload
15453         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
15454         (move-beginning-of-line, move-end-of-line): Repair so these compat
15455         functions now actually resituate the point, when appropriate.
15457 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15459         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
15461         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
15462         (add-log-iso8601-time-string): Fix call to format-time-string.
15464 2006-04-26  Kim F. Storm  <storm@cua.dk>
15466         * subr.el (posn-string, posn-image, posn-object): Doc fix.
15468 2006-04-26  Masatake YAMATO  <jet@gyve.org>
15470         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15471         Add support for "//" style comments.  Remove `b' flag
15472         from ?* in `asm-mode-syntax-table'.
15474 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15476         * follow.el: Use (featurep 'xemacs) everywhere.
15477         (follow-mode): Use define-minor-mode.
15478         (follow-mode-map): Move initialization into the declaration.
15479         Use command remapping.
15480         (follow-emacs-version-xemacs-p): Remove.
15481         (follow-submit-feedback): Remove.
15483         * allout.el (allout-layout, allout-passphrase-verifier-string)
15484         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
15486         * textmodes/reftex-vars.el (reftex-vref-is-default)
15487         (reftex-fref-is-default, reftex-guess-label-type):
15488         Tighten up a bit the safety predicate.
15490         * textmodes/paragraphs.el (sentence-end-double-space)
15491         (sentence-end-without-period, sentence-end-without-space)
15492         (page-delimiter, paragraph-ignore-fill-prefix):
15493         Tighten up a bit the safety predicate.
15495         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
15497         * progmodes/python.el (python-continuation-line-p)
15498         (python-beginning-of-statement): syntax-ppss may return
15499         a negative depth.
15500         (python-mode): Don't forcefully enable font-lock.
15502         * time-stamp.el (time-stamp-start, time-stamp-end)
15503         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
15505         * add-log.el: Remove spurious * in docstrings.
15506         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
15507         (add-change-log-entry): Use it here, since it's not specific
15508         to iso8601.
15509         (add-log-iso8601-time-string): Don't use it here any more.
15510         (change-log-indent-text, change-log-indent): Rename from add-log-*.
15512         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
15514 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
15516         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15517         (rcirc-toggle-low-priority): Doc fix.
15518         (rcirc-handler-NOTICE): Remove beginning of line anchor in
15519         ChanServ regexp.
15520         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
15521         #emacs.
15522         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
15523         (rcirc-decode-coding-system): Use utf-8 as the default.
15524         (rcirc-multiline-minor-mode): Set the fill-column.
15525         (rcirc-format-response-string): Display bright and dim nicks.
15526         (rcirc-browse-url): Update interactive spec to fill ARG.
15527         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15528         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
15530 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
15532         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
15533         case for @Article, etc.
15535 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
15537         * net/tramp.el (tramp-register-file-name-handlers): New defun.
15538         Added with autoload cookie.
15539         (tramp-unload-file-name-handlers): Rename from
15540         `tramp-unload-file-name-handler-alist'.
15542 2006-04-23  Romain Francoise  <romain@orebokech.com>
15544         * comint.el (comint-match-partial-filename): Doc fix.
15546 2006-04-21  Glenn Morris  <rgm@gnu.org>
15548         * calendar/cal-menu.el (calendar-mode-map): Refer to
15549         `diary-view-entries' rather than alias `view-diary-entries'.
15550         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
15552 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
15554         * progmodes/antlr-mode.el (antlr-default):
15555         * cus-edit.el (custom-documentation):
15556         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
15557         in defface.
15559 2006-04-21  Kim F. Storm  <storm@cua.dk>
15561         * image.el (image-type): New defun split out of create-image.
15562         (create-image): Use it.
15564 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
15566         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
15567         (org-open-at-point): Remove the "...done" message to keep output
15568         in the echo area visible.
15569         (org-export-as-xoxo): Fix call to `indent-region'.
15571 2006-04-21  Kevin Ryde  <user42@zip.com.au>
15573         * international/mule.el (keyboard-coding-system): defcustom
15574         info-link fixes: "Specify Coding" has been split, keyboard now in
15575         "Terminal Coding", and "Single-Byte Character Support" is now
15576         "Unibyte Mode".
15578 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
15580         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
15581         Use font-lock-warning-face for any errors e.g. no stack.
15582         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
15584 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15586         * progmodes/sh-script.el (sh-shell): Mark as safe.
15588         * newcomment.el (comment-start, comment-start-skip)
15589         (comment-end-skip, comment-end): Mark as safe.
15591 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
15593         * textmodes/org.el (org-deadline-announce): Face removed.
15594         (org-level-faces, org-n-levels): Convert to constant.
15595         (org-compatible-face): New function.
15596         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
15597         (org-level-5, org-level-6, org-level-7, org-level-8)
15598         (org-special-keyword, org-warning, org-headline-done, org-link)
15599         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
15600         (org-scheduled-today, org-scheduled-previously, org-time-grid):
15601         Face definition revised for better color tty support.
15602         (org-bold-re, org-italic-re, org-underline-re): New constants.
15603         (org-set-font-lock-defaults): Use the new constants.
15604         (org-agenda-highlight-todo): New function.
15605         (org-agenda-todo): Fix bug with point at end of line.
15606         (org-agenda-change-all-lines, org-finalize-agenda-entries):
15607         Fontify TODO keywords.
15608         (org-insert-link): Preserve relative path in ../ links.
15609         (org-export-as-html): Convert links pointing to .org files into
15610         links that will work beteen the exported HTML files.
15611         (org-todo-list): Fix bug when arg=0.
15612         (org-insert-heading): More fine-tuning.
15614 2006-04-19  Romain Francoise  <romain@orebokech.com>
15616         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
15617         from `rmail-mime-charset-pattern'.
15619 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15621         * progmodes/python.el (python-mode): Fix typo.
15623 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
15625         * comint.el (comint-previous-input): Don't clobber input line
15626         when moving off either end of the input history ring.
15627         (comint-delete-input): New function, used by
15628         `comint-previous-input' and others.
15629         (comint-previous-matching-input):
15630         Use `coming-delete-input'.  Save the partial input if leaving the
15631         edit line.  Goto point-max before deleting input to avoid
15632         partial input fragments hanging around.
15633         (comint-restore-input): New function, used by `comint-previous-input'.
15635 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
15637         * imenu.el (imenu--index-alist): Balance parentheses.
15639 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15641         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
15643 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
15645         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
15646         file is nil.
15648 2006-04-18  Richard Stallman  <rms@gnu.org>
15650         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
15652         * imenu.el (imenu-create-index-function, imenu--index-alist)
15653         (imenu--last-menubar-index-alist, imenu--make-index-alist)
15654         (imenu-default-create-index-function, imenu--generic-function):
15655         Doc fixes.
15657         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
15659         * help-mode.el (help-mode): Set view-exit-action to delete window.
15661         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
15662         now works by passing nil as arg.
15664         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
15666         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
15667         (read-abbrev-file): Provide default when reading filename.
15669         * files.el (enable-local-variables): Allow :all as value.
15670         (hack-local-variables): Implement that value.
15671         (safe-local-variable-values, safe-local-eval-forms)
15672         (enable-local-variables): Mark as risky.
15673         (find-file-visit-truename, kept-old-versions): Mark safe.
15675         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
15676         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
15677         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
15679 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15681         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
15682         Use forward-line so as to get to BOL even in the presence of fields.
15683         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
15684         in return.
15685         (inferior-tcl): Tell tclsh to work in interactive mode.
15687         * complete.el (partial-completion-mode):
15688         Use 'choose-completion-string-functions to make sure that
15689         choose-completion fills the minibuffer properly.
15691         * complete.el (PC-old-read-file-name-internal): Remove.
15692         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
15693         of read-file-name-internal.
15694         (partial-completion-mode): Enable/disable this advice.
15696 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
15698         * net/tramp.el (tramp-completion-file-name-handler): Revert change
15699         of 2006-04-17.
15701 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
15703         * textmodes/org.el (org-insert-heading): Insert heading before
15704         current if at beginning of line.
15705         (org-todo, org-date): New faces.
15706         (org-table-align): Make sure tooltip window contains full text.
15707         (org-no-properties): New defsubst.
15708         (org-set-font-lock-defaults): Use new faces.
15710 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
15712         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
15713         for root variables.
15715         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
15716         (gdb-frame-address): Re-use to identify frame for watch expression.
15717         (gdb-var-list, gdb-var-create-handler): Add frame address for root
15718         variables.
15719         (gdb-init-1, gdb-source, gdb-post-prompt)
15720         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
15721         (gdb-frame-handler): Get gdb-frame-address.
15723 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
15725         Sync with Tramp 2.0.53.
15727         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
15728         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
15729         (tramp-completion-file-name-handler): Add autoload cookie for
15730         adding to `file-name-handler-alist'.
15732         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
15733         the prompt.  If it returns earlier (when detecting an error
15734         message), the rest of the output will merge accidently with the
15735         output of the next command.  Reported by M Jared Finder
15736         <jared@hpalace.com>.
15738         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15739         for `process-file', in order to let it work for older Emacsen too.
15741 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
15743         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
15744         (tex-font-lock-keywords-3): Use it.
15746 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15748         * newcomment.el (comment-add): New function.
15749         (comment-region-default, comment-dwim): Use it.
15751 2006-04-15  Michael Olson  <mwolson@gnu.org>
15753         * emacs-lisp/tq.el: Improve comments.
15754         (tq-queue-head-question): New accessor function.
15755         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
15756         Update for modified queue structure.
15757         (tq-queue-add): Accept `question' argument.
15758         (tq-queue-pop): If a question is pending, send it.
15759         (tq-enqueue): Accept new optional argument `delay-question'.
15760         If this is non-nil, and at least one other question is pending a
15761         response, queue the question rather than sending it immediately.
15763 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15765         * calendar/appt.el (appt-add): Check whether an appointment is
15766         already present in appt-time-msg-list.  Simplify code.
15768 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15770         * progmodes/cc-langs.el (c-mode-menu):
15771         Don't presume c-subword-mode is bound.
15773 2006-04-13  Bill Wohler  <wohler@newt.com>
15775         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
15776         (customize-package-emacs-version): Use cdr instead of cadr now
15777         that alists use dotted pairs.
15779         * custom.el (defcustom): Fix docstring for :package-version.
15781 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
15783         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
15784         (tramp-handle-shell-command): Display output buffer only when
15785         `tramp-display-shell-command-buffer' is true.
15786         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
15788 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15790         * textmodes/org.el (org-set-autofill-regexps): Set only the local
15791         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
15793 2006-04-13  Romain Francoise  <romain@orebokech.com>
15795         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
15796         leaving temporary .cvsignore buffers behind.
15798 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15800         * textmodes/org.el (org-set-regexps-and-options)
15801         (org-get-current-options): Better names for the startup folding
15802         options.
15804 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
15806         * vc.el (vc-annotate): Arrange for point to end up at the same
15807         line number as in the original, but only when using a new buffer.
15809 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
15811         * files.el (hack-one-local-variable-eval-safep):
15812         Recognize `edebug-form-spec' for `put', but only if it passes
15813         `edebug-basic-spec'.  Generalize `put' handling.
15815         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
15816         vetting file-local form specs.
15818         * allout.el (allout-layout): Autoload its `safe-local-variable'
15819         property.
15821 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15823         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
15824         (org-agenda-mouse-1-follows-link)
15825         (org-mouse-1-follows-link): New options.
15826         (org-format-agenda-item): Fix bug if TAGS is nil.
15827         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
15829 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
15831         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
15832         GDB 6.1+ gives full filename for "info sources" so use
15833         file-name-nondirectory.
15835 2006-04-12  Romain Francoise  <romain@orebokech.com>
15837         * subr.el (read-passwd): Bind `message-log-max' to nil.
15839 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15841         * progmodes/perl-mode.el (perl-indent-new-calculate):
15842         Recompute parse-start after jumping backward by a whole sexp.
15844 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15846         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
15847         window configuration.
15848         (vc-annotate-display-select): Select the buffer so that current-buffer
15849         (and selected-window) is the output buffer at the end of vc-annotate.
15851 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
15853         * vc.el (vc-annotate-color-map): Add custom TTY color map for
15854         8-color terminals, to use all of the colors in a sensible order.
15855         256-color terminals work well with the standard map.
15856         (vc-annotate-lines): Only strip the first color character if it
15857         is "#", to allow for terminal-style named colors.
15858         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
15859         the correct buffer is scrolled.
15861 2006-04-11  Richard Stallman  <rms@gnu.org>
15863         * emacs-lisp/bytecomp.el (byte-compile-file):
15864         Bind enable-local-variables to :safe, and make normal-mode obey it.
15866         * files.el (enable-local-variables): Allow value :safe.
15867         (normal-mode): Doc fix.
15868         (hack-local-variables): Implement enable-local-variables = :safe.
15869         (hack-local-variables-confirm): Don't prevent quitting.
15871 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15873         * loadhist.el (unload-feature): A bit of sanity check of
15874         load-history entries.  Cancel timer-vars before unbinding them.
15876         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
15877         quote special chars, and make the trick work on the hex part of the
15878         buffer as well.
15879         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
15880         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
15882         * startup.el (normal-splash-screen): Fix last change so we don't wait
15883         2 minutes if we don't show the splash screen.
15885 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
15887         * textmodes/org.el (org-export-plain-list-max-depth)
15888         (org-table-spaces-around-separators)
15889         (org-radio-targets, org-activate-camels)
15890         (org-table-spaces-around-invisible-separators): Options removed.
15891         (org-time-stamp-rounding-minutes, org-remember-templates)
15892         (org-ellipsis, org-activate-links, org-descriptive-links):
15893         New options.
15894         (org-remember-apply-template, org-current-time)
15895         (org-finish-edit-table-field)
15896         (org-link-unescape, org-link-escape)
15897         (org-string-width, org-table-clean-line, org-html-do-expand)
15898         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
15899         (org-read-agenda-file-list): New functions.
15900         (org-table-edit-field)
15901         (org-table-create-or-convert-from-region): New commands
15902         (org-table-toggle-vline-visibility): Command removed.
15903         (org-table-convert-region): Made a command.
15904         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
15905         Replace with the normal org- functions.
15906         (org-self-insert-command): Don't trigger realign unnecessarily
15907         when blanking a field that is not full.
15908         (org-mode): `Set buffer-invisibility-spec' for links.
15909         (org-activate-links2): Hide link part and only show descriptive
15910         part of the link.
15911         (org-insert-link): Modify for new linking system.
15912         (org-store-link): Store description separately, for use by
15913         `org-insert-link'.
15914         (org-table-align): Use `org-string-width'.
15915         (defgroup): Completely new group structure for custom variables.
15916         (org-agenda-files): Option: Single file name allowed.  Function:
15917         Optional argument unrestrited means ignore any restricitons.
15918         (org-install-agenda-files-menu): Find a buffer in Org-mode before
15919         trying to modify the menu.  Use generalized access to
15920         `org-agenda-files.'
15921         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
15922         (org-agenda-file-to-front, org-remove-file, org-diary)
15923         (org-tags-view, org-export-icalendar-all-agenda-files)
15924         (org-export-icalendar-combine-agenda-files): Use generalized
15925         access to `org-agenda-files'.
15926         (org-remember-handler): Correctly preserve heading if present.
15927         (org-table-insert-row, org-table-insert-hline): Deal with
15928         invisible characters.
15930 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
15932         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
15933         (vc-annotate-color-map): New 18 element constant
15934         value/saturation, rotating hue colormap, from red->blue.
15935         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
15936         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
15937         (vc-annotate): To avoid killing the required local variables,
15938         set them before the end of `with-output-to-temp-buffer', and
15939         after first switching to annotate-mode.
15940         (vc-annotate-warp-version): Add buffer argument in goto-line to
15941         ensure annotation, not source, is scrolled.
15943 2006-04-10  Bill Wohler  <wohler@newt.com>
15945         * custom.el (defcustom, custom-handle-keyword):
15946         Add :package-version keyword.
15947         (custom-add-package-version): New function.  Sets value of new
15948         property 'custom-package-version from :package-version keyword.
15949         (defcustom): Create Common Keywords section in docstring.
15950         (defface, defgroup): Replace definitions of a select few keywords
15951         with a reference to the Common Keywords in defcustom.
15952         (defcustom, defface, defgroup): Replace reference to Customization
15953         chapter in manual with hyperlink.
15955         * cus-edit.el (customize-package-emacs-version-alist): New variable.
15956         (customize-changed-options): Add check for custom-package-version.
15957         (customize-package-emacs-version): New function to look up Emacs
15958         version corresponding to the given package version.
15960         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
15961         defun name, in similar fashion to find-variable-regexp.
15963 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
15965         * international/mule-cmds.el (set-locale-environment): Fix last
15966         change for when the locale's preferences don't specify any encoding.
15968 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15970         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
15971         so the defined var/fun doesn't need to be quoted.
15973 2006-04-10  Richard Stallman  <rms@gnu.org>
15975         * finder.el (finder-mode-map): Add n and p bindings.
15977 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
15979         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
15980         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
15981         (gdb-setup-windows): Put something in source window if we can't find
15982         the source file.
15983         (gdb-frame-handler): Make it work again with just assembly.
15984         (gdb-data-list-register-values-handler): Make it work when there is
15985         no stack.
15987 2006-04-09  Richard Stallman  <rms@gnu.org>
15989         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
15990         specs while looking for charset.
15992         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
15994         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
15995         Make them faces.
15996         (lm-font-lock-keywords): Update appropriately.
15998 2006-04-10  Kim F. Storm  <storm@cua.dk>
16000         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
16001         it can also replace buffer-substring-no-properties.
16003         * emulation/cua-base.el (cua-delete-region, cua-paste)
16004         (cua-repeat-replace-region): Use filter-buffer-substring.
16006         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
16007         (cua-cut-region-to-global-mark): Likewise.
16009         * emulation/cua-rect.el (cua--extract-rectangle)
16010         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
16012 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16014         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
16015         entry-type.  Add field delimiters to numerical fields if they are
16016         not present.
16018 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16020         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
16021         string-const to return value.
16022         (bibtex-remove-delimiters): Use it.
16024 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16026         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16027         cl-byte-compile-compiler-macro unless it exists.
16029 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16031         * files.el (hack-local-variables-confirm) <offer-save>:
16032         Clarify message text.  Suggested by Ralf Angeli.
16034 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16036         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
16037         (delete-extract-rectangle-line): Use `filter-buffer-substring'
16038         instead of `buffer-substring' and `delete-region'.  (Most of the
16039         code actually copied from `kill-region'.)
16041 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
16043         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
16044         (rcirc-default-port): Rename from rcirc-port.
16045         (rcirc-default-nick): Rename from rcirc-nick.
16046         (rcirc-default-user-name): Rename from rcirc-user-name.
16047         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
16048         (rcirc-low-priority-flag): New variable.
16049         (rcirc-decode-coding-system): New defcustom.
16050         (rcirc-encode-coding-system): New defcustom.
16051         (rcirc-coding-system-alist): New defcustom.
16052         (rcirc-multiline-major-mode): New defcustom.
16053         (rcirc-nick): New internal variable.
16054         (rcirc-process): Remove variable.
16055         (rcirc-server-buffer): New variable.
16056         (rcirc): Update to use rcirc-default-* variables above.
16057         (rcirc-connect): Do not add window-configuration-hook-here.
16058         (rcirc-server): New internal variable.
16059         (rcirc-connect): Do not send keepalive pings if
16060         rcirc-keepalive-seconds is nil.
16061         (with-rcirc-server-buffer): New macro.
16062         (rcirc-send-string): Encode with rcirc-encode-coding-system.
16063         (rcirc-server-name): Rename from rcirc-server.
16064         (rcirc-buffer-process): New function.
16065         (rcirc-buffer-nick): New function.
16066         (rcirc-buffer-target): Remove function.
16067         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16068         New commands.
16069         (rcirc-mode-map): Change binding of C-c C-l to
16070         rcirc-toggle-low-priority.
16071         (rcirc-mode): Initialize coding system based on
16072         rcirc-coding-system-alist.  New change-major-mode-hook to part the
16073         channel on a mode change.  Make kill-buffer-hook buffer-local.
16074         (rcirc-change-major-mode-hook): New function.
16075         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
16076         (rcirc-last-post-time): New variable.
16077         (rcirc-process-message): Store the last time user posted a message
16078         to this target.
16079         (rcirc-multiline-minor-mode): New mode.
16080         (rcirc-multiline-minor-mode-map): New mode map.
16081         (rcirc-edit-multiline): Put multiline-edit buffer in
16082         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
16083         (rcirc-print): Ignore any line starting with an ignored nick.
16084         (rcirc-print): Decode using rcirc-decode-coding-system.
16085         (rcirc-track-minor-mode): Update global-mode-string when disabling
16086         this mode.
16087         (minor-mode-alist): Add LowPri indicator.
16088         (rcirc-toggle-low-priority): New function.
16089         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
16090         next lowpriority buffer with activity.
16091         (rcirc-record-activity): Sort buffers in rcirc-activity by the
16092         last time the user posted a message in to the target.
16093         (rcirc-update-activity-string): New formatting for low priority
16094         buffers.
16095         (rcirc-split-activity): New function.
16096         (rcirc-handler-PART, rcirc-handler-KICK)
16097         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
16098         (rcirc-nick-away-alist): New variable.
16099         (rcirc-handler-301): New handler.  Away messages are printed once
16100         per change.
16102 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16104         * info.el (Info-follow-nearest-node): Doc fix.
16106         * international/mule-cmds.el (set-locale-environment): Make sure
16107         the coding-system preferred by the locale's language has the same
16108         EOL conversion type as the original buffer-file-coding-system.
16109         (locale-language-names): Add a few MS Windows language codes.
16111 2006-04-07  Richard Stallman  <rms@gnu.org>
16113         * simple.el (eval-expression): Doc fix.
16115         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
16116         (eval-defun): Doc fixes.
16118 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
16120         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
16122 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
16124         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
16125         GDB list command without argument for greater generality.
16127 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16129         * subr.el (string-or-null-p): New function.
16131         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
16133         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
16135         * files.el: Update comment about safe-local-variable declarations.
16137 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
16139         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
16140         See idlwave.org.
16142         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
16143         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
16145         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
16146         See idlwave.org.
16148         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
16149         version 6.0 (minimal changes).  See idlwave.org.
16151         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
16152         6.0 (minimal changes).  See idlwave.org.
16154         * progmodes/idlw-rinfo.el: File obsoleted and removed.
16156 2006-04-06  Romain Francoise  <romain@orebokech.com>
16158         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
16159         symmetric encryption features and a new asynchronous interface to
16160         GnuPG.  This new version is version 1.4, plus whitespace changes.
16162 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16164         * files.el: Move some `safe-local-variable' declarations to the
16165         respective files.
16167         * textmodes/ispell.el (ispell-check-comments)
16168         (ispell-local-dictionary): Mark as safe.
16170         * abbrev.el (abbrev-mode): Mark as safe.
16172         * add-log.el (change-log-default-name): Mark as safe.
16174         * textmodes/reftex-vars.el (reftex-vref-is-default)
16175         (reftex-fref-is-default, reftex-level-indent)
16176         (reftex-guess-label-type): Mark as safe.
16178         * textmodes/fill.el (colon-double-space): Mark as safe.
16180         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
16181         (sentence-end-double-space, sentence-end-without-period)
16182         (sentence-end-without-space, sentence-end, sentence-end-base)
16183         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
16185 2006-04-06  Kim F. Storm  <storm@cua.dk>
16187         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
16188         the :set-after list.
16189         (ido-downcase-unc-hosts): New user option.  Default on.
16190         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
16191         when it is set, as regexps are now applied on the fly.
16192         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
16193         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
16194         on the fly, but only when ido-process-ignore-lists is set.
16195         Do case insensitive filtering if ido-downcase-unc-hosts is set.
16196         Only downcase names if ido-downcase-unc-hosts is set.
16198 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
16200         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
16202         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
16204 2006-04-05  Kim F. Storm  <storm@cua.dk>
16206         * ido.el (ido-mode): Set after ido-unc-hosts and
16207         ido-ignore-unc-host-regexps.
16208         (ido-save-history): Save ido-unc-hosts-cache.
16209         (ido-load-history): Load ido-unc-hosts-cache.
16210         (ido-reread-directory): Refresh unc hosts cache in // dir.
16212         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
16213         to nil while displaying slash screen.
16215 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16217         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16218         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16220 2006-04-05  Kenichi Handa  <handa@m17n.org>
16222         * international/characters.el: Setup cases of Latin, Greek, and
16223         Cyrillic characters in CJK charsets.
16225 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16227         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16228         default-enable-multibyte-characters.  This reverts the change from
16229         revision 6.17 which is no longer necessary because the passphrase
16230         is sent separately now.  GnuPG messages are unreadable under
16231         multibyte locales with default-enable-multibyte-characters set to nil.
16233 2006-04-04  Andreas Schwab  <schwab@suse.de>
16235         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
16236         and `byte-compile-warnings' as `safe-local-variable'.
16238 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
16240         * man.el (Man-mode-map): Restore the \r binding.
16241         (Man-abstract-xref-man-page): If Man-target-string is a function,
16242         call it.
16243         (Man-highlight-references): Use Man-default-man-entry to get the
16244         target.  Deal with xrefs too.
16245         (Man-highlight-references0): Don't call the target function.
16247         * woman.el (WoMan-xref-man-page): Strip the section number, woman
16248         cannot deal with it.
16250 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16252         * pgg-gpg.el: Clean up process buffers every time gpg processes
16253         complete.
16255 2006-04-04  Kenichi Handa  <handa@m17n.org>
16257         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
16258         here.
16259         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
16260         Temporarily bind inhibit-field-text-motion to t.
16262 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16264         * startup.el (normal-splash-screen): Only set mode-line-format in the
16265         splash buffer, so as not to interfere when debugging the code.
16266         Ignore errors when switching buffer.
16268 2006-04-03  Romain Francoise  <romain@orebokech.com>
16270         * dired.el (dired-dnd-protocol-alist): Fix typo.
16272 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16274         * savehist.el (savehist): Add :version.
16275         (savehist-ignored-variables): New variable.
16276         (savehist-minibuffer-hook): Don't save variables listed in
16277         `savehist-ignored-variables'.
16279         * dired.el (dired-dnd-protocol-alist): Mention that change does
16280         only apply to new buffers in doc string.
16282 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16284         * recentf.el (recentf-open-files-item): Include newline in button
16285         field, so opening a file will work, when the point is at the end
16286         of the file name.  Allow, for example, to [i]search a file by
16287         extension and just push RET to open it.
16289 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16291         * pgg-gpg.el (pgg-gpg-process-filter)
16292         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16294         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16295         lines, temporary fix.
16297 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16299         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
16301 2006-04-02  Richard Stallman  <rms@gnu.org>
16303         * progmodes/compile.el (compilation-message-face): Make it defcustom.
16305 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16307         * ibuf-macs.el (define-ibuffer-column): Add a new key:
16308         header-mouse-map.
16310         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
16311         (ibuffer-mode-header-map): New keymaps.
16312         (ibuffer-update-title-and-summary): Enable mouse face highlighting
16313         and keybindings for column headers.
16314         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
16315         property.
16317 2006-04-02  Drew Adams  <drew.adams@oracle.com>
16319         * speedbar.el (speedbar-after-create-hook): Doc fix.
16321 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
16323         * shell.el (shell-directory-tracker)
16324         (shell-dynamic-complete-command): Doc fixes.
16326 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
16328         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
16329         terminals.
16331 2006-04-01  Kim F. Storm  <storm@cua.dk>
16333         * ido.el (ido-unc-hosts-cache): New defvar.
16334         (ido-unc-hosts): If value of defcustom is a function, call it to
16335         get list of UNC hosts.  Add function-item choices to specify
16336         ido-unc-hosts-net-view or user function.
16337         (ido-ignore-unc-host-regexps): New defcustom.
16338         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
16339         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
16340         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
16342 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16344         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
16345         wwidth.
16347 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
16349         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
16350         (ido-max-work-file-list, ido-switch-buffer)
16351         (ido-read-file-name-as-directory-commands):
16352         Fix typos in docstrings.
16354 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16356         * term/mac-win.el (mac-system-coding-system): Define and use after
16357         Mac-specific coding systems are ready.
16359 2006-03-27  Romain Francoise  <romain@orebokech.com>
16361         * net/rcirc.el (rcirc-connect): Add autoload cookie.
16363         * ldefs-boot.el: Update.
16365 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16367         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16368         passphrases when it is not needed.
16369         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16370         passphrase stuff from gpg, should only be necessary when you use
16371         gpg with a smartcard.
16373 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
16375         * comint.el (comint-dynamic-list-completions): Allow user to
16376         select *Completions* buffer.
16378 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
16380         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
16382 2006-03-26  Andreas Schwab  <schwab@suse.de>
16384         * progmodes/gud.el (gdb): Only complain about multiple debugging
16385         when the gdb process is still running.
16387 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
16389         * mail/rmail.el (tool-bar-map): Defvar it.
16390         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
16391         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
16393 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16395         * help.el (print-help-return-message): Suggest to use
16396         display-buffer instead of switch-to-buffer-other-window to restore
16397         the previous window without selecting it.
16399 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16401         * frame.el (select-frame-by-name): Call x-focus-frame also when
16402         window-system is mac.
16404         * term/mac-win.el: Adjust Courier font specifications in
16405         x-fixed-font-alist.
16406         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
16407         when directly encoding to UTF-16 in native byte order, no BOM.
16409 2006-03-25  Kim F. Storm  <storm@cua.dk>
16411         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
16412         (cua--init-keymaps): Use it instead of fixed C-return.
16413         (cua-mode): Set after it.
16415         * emulation/cua-rect.el (cua--init-rectangles):
16416         Use cua-rectangle-mark-key instead of fixed C-return.
16418 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
16420         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
16421         "run" in .gdbinit.
16422         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
16424 2006-03-24  Romain Francoise  <romain@orebokech.com>
16426         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
16427         `display-buffer-other-frame'.
16429 2006-03-24  Kim F. Storm  <storm@cua.dk>
16431         * apropos.el (apropos-synonyms): Add selection => region.
16433 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16435         * progmodes/gdb-ui.el (gdb-var-create-regexp)
16436         (gdb-var-list-children-regexp, gdb-var-update-regexp)
16437         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
16438         (gdb-data-list-register-values-regexp)
16439         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
16440         Future proof against new fields being added to MI output.
16441         (gdb-send): Don't treat backslashes for program input as
16442         continuations.
16443         (gdb-assembler-handler): Don't use window-start for this handler.
16444         (gdb-frame-handler): Don't change to hollow arrow if overlay
16445         arrow doesn't move to new frame.
16447 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16449         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
16450         prevent compiler warnings.
16451         (gdb-stopped): Check for gud-last-last-frame (case: signal).
16452         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
16453         (gdb-assembler-custom): Use hollow-right-triangle for assembler
16454         buffer too.
16456 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
16458         * pgg-gpg.el (pgg-gpg-update-agent): Check for
16459         make-network-process, so we can use the same code in Gnus v5-10
16460         too and have this file fully synchronized with that release.
16462 2006-03-23  Romain Francoise  <romain@orebokech.com>
16464         * ibuf-ext.el (ibuffer-read-filter-group-name):
16465         Use `ibuffer-generate-filter-groups' to make completion list match
16466         the filter groups that are really displayed in the Ibuffer buffer.
16467         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
16469 2006-03-23  Kenichi Handa  <handa@m17n.org>
16471         * international/mule-cmds.el (sort-coding-systems): Describe that
16472         the argument is modified in docstring.
16474 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16476         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16477         (pgg-gpg-update-agent): New function.
16478         (pgg-gpg-use-agent-p): New function.
16479         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16480         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16481         (pgg-gpg-sign-region): Use it.
16483 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
16485         * cus-edit.el (custom-face-set): Call custom-push-theme before
16486         face-spec set so that `changed' theme is correctly saved.
16487         (custom-face-reset-standard): Reset to recalculated face rather
16488         than defface spec.
16490         * custom.el (custom-push-theme): Only save `changed' theme if the
16491         current face does not match the defface specs.
16493 2006-03-21  Simon Josefsson  <jas@extundo.com>
16495         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16496         <wilde@sha-bang.de>.
16497         (pgg-gpg-use-agent): New variable.
16498         (pgg-gpg-process-region): Use it.
16499         (pgg-gpg-encrypt-region): Likewise.
16500         (pgg-gpg-encrypt-symmetric-region): Likewise.
16501         (pgg-gpg-decrypt-region): Likewise.
16502         (pgg-gpg-sign-region): Likewise.
16503         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16505 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
16507         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
16508         bracket links.
16510 2006-03-21  Kim F. Storm  <storm@cua.dk>
16512         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
16513         fringe-indicator-alist instead of modifying global value.
16514         (gdb-frame-handler): Likewise.
16516 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
16518         * diff-mode.el (diff-function): Make it inherit from diff-header
16519         instead of diff-context.
16521         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
16522         bitmap.
16523         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
16524         change names in macro above for consistency.
16525         (gdb-frame-handler): Use hollow-right-triangle for all selected
16526         frames which except the innermost (where execution has stopped).
16527         (gdb-reset): Reset buffer-local values of overlay-arrow.
16529 2006-03-20  Richard Stallman  <rms@gnu.org>
16531         * simple.el (set-mark-command): Doc fix.
16533         * files.el (display-buffer-other-frame): New command.
16534         (ctl-x-4-map): Bind C-x 5 C-o to it.
16536 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16538         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
16539         rather than just defer-time, in case defer-time has been changed but
16540         the timer isn't running yet.
16541         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
16543 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
16545         * help-mode.el (help-follow-symbol): New function.
16546         Essentially identical to the old `help-follow', but do not let
16547         `push-button' do the work when on an xref.
16548         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
16550 2006-03-19  Richard Stallman  <rms@gnu.org>
16552         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
16553         preceded by the word `program'.
16554         (help-follow-mouse, help-follow): Throw error if not on xref.
16555         Delete no longer used args.
16557 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
16559         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
16560         annotation ensure gud-overlay-arrow-position is redisplayed.
16562 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16564         * textmodes/bibtex.el (bibtex-include-OPTkey)
16565         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
16566         (bibtex-autokey-name-case-convert)
16567         (bibtex-autokey-titleword-case-convert): Make these the aliases
16568         for the following two variables.
16569         (bibtex-autokey-name-case-convert-function)
16570         (bibtex-autokey-titleword-case-convert-function): Make these the
16571         real names.
16572         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
16573         bibtex-font-lock-crossref sublists.
16574         (bibtex-mode): Revert 2005-12-30 change (which made
16575         completion-ignore-case buffer-local).
16576         (bibtex-url): Simplify.
16578 2006-03-19  Kim F. Storm  <storm@cua.dk>
16580         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
16581         cursor property value to 2 (to align with C level change).
16583 2006-03-19  Bill Wohler  <wohler@newt.com>
16585         * image.el (image-load-path-for-library): Shorten first line in
16586         docstring.
16588 2006-03-18  Richard Stallman  <rms@gnu.org>
16590         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
16592 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
16594         * isearch.el (isearch-other-meta-char): Handle user bindings for
16595         shifted control characters.
16597 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
16599         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
16600         part that matches email addresses, file names, etc.
16602 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
16604         * term/w32-win.el (mouse-set-font):
16605         Mention w32-list-proportional-fonts in the doc string.
16607 2006-03-18  Kim F. Storm  <storm@cua.dk>
16609         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
16610         (ido-unc-hosts): New user option to explicitly define list of know
16611         UNC-style hosts for completion.
16612         (ido-cache-unc-host-shares-time): New user option.
16613         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
16614         New helper functions for UNC file-name support.
16615         (ido-may-cache-directory): Check for UNC host.  Simplify.
16616         (ido-wash-history): Clean out old UNC hosts.
16617         (ido-nonreadable-directory-p): UNC hosts are always readable.
16618         (ido-directory-too-big-p): UNC hosts are never too big.
16619         (ido-set-current-directory): Handle UNC root path.
16620         (ido-file-name-all-completions): Complete UNC host names from
16621         ido-unc-hosts list.  Cache UNC host shares.
16622         (ido-make-file-list-1): Don't filter UNC root.
16623         (ido-exhibit): Check for // in root directory, and switch to UNC
16624         mode by setting ido-current-directory to //.
16626 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
16628         * cus-edit.el (customize-changed-options): Mention explicit
16629         version number as default in prompt.
16631 2006-03-17  Bill Wohler  <wohler@newt.com>
16633         * image.el (image-load-path-for-library): Minor docstring fix.
16635 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
16637         * textmodes/org.el (org-read-date): Include subgroup 5 into
16638         replacement text.
16639         (org-popup-calendar-for-date-prompt): Fix customization type.
16641 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
16643         * progmodes/gdb-ui.el (gud-watch): Provide completion.
16644         (gdb-continuation): New variable.
16645         (gdb-send): Deal with continuation lines.
16647         * progmodes/gud.el (gud-gdb-complete-command)
16648         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
16649         expressions.
16650         (gud-tooltip-mode): Use buffer-local value.
16652 2006-03-16  Kim F. Storm  <storm@cua.dk>
16654         * ido.el (ido-edit-input): Use selected match, if any.
16656 2006-03-16  Bill Wohler  <wohler@newt.com>
16658         * image.el (image-load-path-for-library): Prefer user's images in
16659         image-load-path.
16661 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
16663         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
16664         when checking for attempt to drag leftmost or rightmost scrollbar.
16666 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
16668         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
16669         (gdb-force-mode-line-update): New function.
16670         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16671         (gdb-exited): Use them.
16672         (gdb-signal): New function.
16673         (gdb-annotation-rules): Provide a rule for it.
16675 2006-03-16  Kenichi Handa  <handa@m17n.org>
16677         * international/mule.el (auto-coding-regexp-alist): Add entries
16678         for Unicode BOM.
16680         * sort.el (sort-build-lists): Temporarily bind
16681         inhibit-field-text-motion to t.
16683 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
16685         * locate.el (locate-command, locate-make-command-line)
16686         (locate-fcodes-file, locate-update-command)
16687         (locate-prompt-for-command, locate, locate-with-filter)
16688         (locate-get-file-positions): Doc fixes.
16689         (locate-buffer-name, locate-header-face): Remove leading `*' in
16690         defcustom.
16691         (locate-filter-output): Use `keep-lines' instead of its alias
16692         `delete-non-matching-lines'.
16693         (locate-get-filename, locate-get-dirname): Add introductory comment.
16694         (locate-find-directory-other-window): Give appropriate error
16695         message if used outside main listing.
16697 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16699         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
16700         the new extend-region feature.
16701         (font-lock-after-change-function): Update correspondingly.
16702         * jit-lock.el (jit-lock-after-change): Update correspondingly.
16703         * progmodes/grep.el (font-lock-lines-before): Don't disable.
16705 2006-03-15  Bill Wohler  <wohler@newt.com>
16707         * image.el (image-load-path-for-library): Fix example by not
16708         recommending that one binds image-load-path.  Just defvar it to
16709         placate compiler and only use it if previously defined.
16711 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
16713         * textmodes/org.el (org-insert-centered): Use `string-width' to
16714         make underlining work for wide characters.
16715         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
16716         TAB to `org-cycle', to make sure that no binding in
16717         `outline-mode-map' can supercede it.
16719 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
16721         * allout.el: Increment version to 2.2.1 in file commentary.
16723         (allout-version): Increment to 2.2.1.
16725         (allout-default-layout): New customization variable, used when the
16726         file lacks a specific allout-layout.  Uses allout-layout-type for
16727         recursively nested definition.
16729         (allout-layout-type): Widget defining allout layouts, necessary for
16730         self-recursive definition.
16732         (allout-mode): Incorporate allout-default-layout as fallback for
16733         allout-layout.
16735         (allout-layout): Mark as 'safe-local-variable', and refer mention
16736         fallback to `allout-default-layout' in absence of a specified value.
16737         (allout-passphrase-verifier-string)
16738         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
16740         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
16742         (allout-get-encryption-passphrase-verifier): Use correct name of
16743         passphrase verifier in docstring.
16745 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
16747         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
16748         elements.
16749         (gdb-find-watch-expression): Make it work for arrays too.
16750         Follow change to gdb-var-list.
16751         (gud-watch): Allow the user to enter variable name with a prexix
16752         arg.  Create keybindings.
16753         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16754         (gdb-var-list-children-handler, gdb-var-update-handler)
16755         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
16756         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
16757         Follow change to gdb-var-list.
16758         (gdb-starting): Don't show the overlay arrows when program is running.
16760         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
16761         gdb-var-list.
16763 2006-03-14  Bill Wohler  <wohler@newt.com>
16765         * image.el (image-load-path-for-library): Pass value of path
16766         rather than symbol.  Always return list of directories.
16767         Guarantee that image directory comes first.
16769 2006-03-14  Alan Mackenzie  <acm@muc.de>
16771         * font-core.el (font-lock-extend-region\(-function\)?.):
16772         New function/variable.
16774         * font-lock.el (font-lock-after-change-function):
16775         Call font-lock-extend-region.  Obey font-lock-lines-before.
16776         (font-lock-default-fontify-region): Remove reference to
16777         font-lock-lines-before.
16779         * jit-lock.el (jit-lock-after-change):
16780         Call font-lock-extend-region.  Obey font-lock-lines-before.
16782 2006-03-14  David Ponce  <david@dponce.com>
16784         * tree-widget.el (tree-widget-themes-load-path)
16785         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16787 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
16789         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
16790         (rcirc-print): Mark the start of text at the end of the prompt.
16791         (rcirc-track-minor-mode): Add autoload cookie.
16792         (rcirc-update-activity-string): Add space to front of mode-line
16793         indicator.
16795 2006-03-13  Miles Bader  <miles@gnu.org>
16797         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
16798         (rcirc-abbrev-nick): Remove function.
16799         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
16801 2006-03-13  David Ponce  <david@dponce.com>
16803         * tree-widget.el: Handle themes across all occurrences of the main
16804         themes sub-directory found in tree-widget-themes-load-path.
16805         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16806         (tree-widget--locate-sub-directory): Return all occurrences.
16807         (tree-widget-themes-path): New function.
16808         Replace tree-widget-themes-directory, and return a list of directories.
16809         (tree-widget-set-parent-theme)
16810         (tree-widget-lookup-image): Use it.
16812 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
16814         * textmodes/org.el (org-link-search): Avoid self-matching of
16815         links, allow target text to be distributed over several lines.
16816         (org-search-not-link): New function.
16817         (org-set-regexps-and-options, org-get-current-options):
16818         New startup options.
16819         (org-export-as-html): Take odd-level setting from local variable.
16820         (org-fontify-emphasized-text): New option.
16821         (org-set-font-lock-defaults): Include emphasized text.
16822         (org-follow-mhe-link): Allow folder-only links, fix folder name.
16823         (org-font-lock): Customize group renamed from `org-faces'.
16825 2006-03-13  John Paul Wallington  <jpw@pobox.com>
16827         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
16828         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
16830 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
16832         * cus-start.el (all): Delete :version keyword for members of the
16833         fringe group, since the entire group is new in 22.1.
16835 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
16837         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
16838         map if value is hexadecimal (an address).
16839         (gud-watch): Only search roots for existing watch expressions.
16840         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
16841         prevent caching problems with speedbar-update-directory-contents.
16843 2006-03-12  Juri Linkov  <juri@jurta.org>
16845         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
16846         before comparing with `low' and `warn'.
16848         * info.el (Info-dir-remove-duplicates): Move point to the
16849         beginning of the current line after deleting the entries from
16850         redundant heading.  Use marker for `limit' and compare it with
16851         point before calling `re-search-forward'.
16853 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
16855         * simple.el (yank): Fix typo in docstring.
16857 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
16859         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
16860         messages, where "D" is the 6th character.
16862 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
16864         * simple.el (yank): Fix last change.
16866 2006-03-11  David Ponce  <david@dponce.com>
16868         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
16869         before merging elements from the standard ispell-dictionary-alist.
16870         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
16871         alist, and return the new alist.
16873 2006-03-11  Richard Stallman  <rms@gnu.org>
16875         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
16877         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
16878         the way it is implemented is too unclean.
16880         * simple.el (kill-region, yank): Doc fix.
16882         * battery.el (battery-echo-area-format): Doc fix.
16883         (battery-mode-line-format): Likewise.
16884         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
16885         (battery-linux-proc-acpi): Ignore batteries that say "charged".
16887 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16889         * progmodes/octave-mod.el (octave-indent-for-comment):
16890         Behave according to do string.
16892 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
16894         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
16895         Be visible only if major mode is Mail Mode.
16897         * textmodes/flyspell.el (flyspell-external-point-words)
16898         (flyspell-process-localwords): Fix last changes.
16900 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
16902         * calendar/holidays.el (list-holidays): Doc fix.
16904         * international/mule.el (auto-coding-alist): Add .odt
16905         (OpenOffice's open document) files.
16907         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
16908         document) files.  Mention in the doc string the need to sync with
16909         auto-coding-alist.
16911 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
16913         * files.el (hack-local-variables-confirm): Don't prompt for ! if
16914         enable-local-variables is set to always query, or there is no
16915         savable variable.
16917 2006-03-10  Bill Wohler  <wohler@newt.com>
16919         * image.el (image-load-path-for-library): Merge at least three
16920         functions from Gnus and MH-E into this one function that can now
16921         be shared.
16923 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
16925         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
16926         gdb-remove-mouse-face and remove help-echo too.
16927         (gdb-enqueue-input): Correct conditional clause.
16929 2006-03-10  Glenn Morris  <rgm@gnu.org>
16931         * calendar/calendar.el (calendar-holidays): Doc fix.
16932         * calendar/holidays.el (list-holidays): Doc fix.
16934 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
16936         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
16937         it gets called in gdb-prompt anyway.
16938         (gdb-use-separate-io-buffer): Only restore window arrangement for
16939         gdb-many-windows.
16940         (gdb-enqueue-input): Make it harder to send GDB input when program
16941         is running.
16942         (gdb-buffer-list): New variable.
16943         (gdb-remove-mouse-face): New function.
16944         (gdb-starting): Use it when GDB input won't get sent.
16946 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
16948         * help.el (view-lossage): Remove trailing whitespace before
16949         inserting "\n".
16951 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
16953         * files.el (hack-local-variables-confirm):
16954         Set coding-system-for-read to nil before writing to .emacs.
16956         * arc-mode.el (archive-extract): Check if an existing buffer name
16957         comes from a different archive.
16959         * help.el (describe-key-briefly): If KEY is a down event, read and
16960         discard the up event.
16962 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
16964         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
16965         be edited and use font-lock-warning-face for any changes.
16967         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
16968         (gdb-edit-value): Use it to report any errors.
16970 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
16972         * help.el (describe-key): Remove leftover test code.
16974 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
16976         * textmodes/org.el: Move defvars out of eval-when-compile.
16977         Use buffer-file-name variable.
16978         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
16979         arg `file'.
16980         (org-level-faces): Remove startup dependency.
16981         (org-cycle, org-map-tree, org-scan-tags)
16982         (org-remember-handler): Don't call `outline-level' directly.
16983         (org-mhe-search-all-folders): New option.
16984         (org-mhe-get-message-folder-from-index)
16985         (org-mhe-get-message-folder): Fix indexing search.
16986         (org-format-agenda-item): Handle nil TAGS argument.
16987         (org-cleaned-string-for-export, org-activate-target-links)
16988         (org-make-target-link-regexp): Deal with empty radio target list.
16989         (org-tag): New face.
16990         (org-get-level-face): New function.
16991         (org-set-font-lock-defaults): Simplify setup for headlines.
16992         (org-complete): Pass common substring to `display-completion-list'.
16994 2006-03-06  David Ponce  <david@dponce.com>
16996         * tree-widget.el: Update Commentary header.
16997         (tree-widget-theme-name): Ignore parent themes.
16998         (tree-widget-set-parent-theme): New function.
16999         (tree-widget-set-theme): Use it.
17000         (tree-widget-set-image-properties): Move definition.  Does nothing
17001         if image properties have already been set.
17002         (tree-widget-image-properties): Move definition.  Receive an image
17003         name.  Set the :pointer property.
17004         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
17005         Don't set the :pointer image property.
17006         (tree-widget-convert-widget): New function.  Handle :dynargs
17007         compatibility here.
17008         (tree-widget): Use it to :convert-widget.  Add the :expander-p
17009         predicate to control when the :expander function is entered.
17010         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
17011         (tree-widget-value-create): Handle :expander-p.  widget-apply
17012         :expander.
17013         (tree-widget-expander-p): New function.  Default value of the
17014         :expander-p property.
17016 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
17018         * help.el (describe-key): Properly handle the return value of
17019         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
17020         remaps.  Handle string and vector `follow-link' values.
17022 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17024         * complete.el (PC-expand-many-files): Try be more careful when parsing
17025         the shell's output.
17027 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17029         * outline.el (hide-sublevels): Provide better interactive default.
17031 2006-03-06  Kenichi Handa  <handa@m17n.org>
17033         * international/fontset.el (create-fontset-from-fontset-spec):
17034         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
17036 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17038         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
17039         backslashes instead of one in regexp.
17040         (gud-tooltip-dereference): Add missing optional argument.
17042 2006-03-04  John Paul Wallington  <jpw@pobox.com>
17044         * wdired.el (toplevel): Require `cl' at compile-time.
17046 2006-03-04  Andreas Schwab  <schwab@suse.de>
17048         * server.el (server-process-filter): Handle errors during
17049         evaluation of the argument.
17051 2006-03-03  John Paul Wallington  <jpw@pobox.com>
17053         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
17054         escape parentheses at beginning of line.
17055         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
17056         (t-mouse-mode): Remove period from end of error message.
17058 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
17060         * textmodes/flyspell.el (flyspell-process-localwords):
17061         Be case-sensitive.
17063 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
17065         * cus-edit.el (custom-quote): Remove function, since it has been
17066         moved to custom.el.
17068         * font-lock.el (lisp-font-lock-keywords-2)
17069         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
17070         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
17071         they have no special meaning.
17073         * midnight.el (clean-buffer-list): Handle case where base-buffer of
17074         indirect buffer gets killed before indirect buffer.  Use dolist.
17076 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17078         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17079         value instead of a literal constant (1) on more pauses.
17081 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17083         * textmodes/flyspell.el (flyspell-external-point-words):
17084         Be case-sensitive.
17086 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
17088         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
17089         with "www".
17091 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17093         * allout.el: Restablish intermediate missing comment header to
17094         preserve outline structure.
17095         (allout-beginning-of-current-entry): Skip invisible text.
17096         (allout-open-topic): Fix opening a topic at end-of-buffer.
17097         (allout-minor-mode): Move nearer to allout-mode function.
17099 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
17101         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
17103 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
17105         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
17106         is nil.
17108         * progmodes/gud.el (gud-speedbar-menu-items):
17109         Use buffer-local-value and add missing :visible keyword.
17111         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
17113 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
17115         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
17116         must be `follow-link'.
17118         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
17120         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
17121         formatting: No nested anchors.
17122         (org-all-targets): Fix bug with XEmacs compatibility.
17123         (org-read-date): Add (require 'parse-time).
17124         (org-set-tags): Fix bug with extra inserted space.
17125         (org-export-html-style): Define a style class for targets.
17126         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
17127         (org-hide-leading-stars): New option.
17128         (org-hide): New face.
17129         (org-set-font-lock-defaults): Allow to hide leading stars.
17130         (org-get-legal-level, org-tr-level): New functions.
17131         (org-odd-levels-only): New option.
17132         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
17133         (org-demote, org-promote): Deal with double-star levels.
17134         (org-convert-to-odd-levels): New command.
17136 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
17138         * speedbar.el (speedbar-update-localized-contents): Try to
17139         preserve window-start.
17140         (speedbar-update-directory-contents): Try to preserve window-start
17141         and window-point.
17142         (speedbar-update-special-contents): Don't move back to start of window.
17144         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
17145         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
17146         speedbar-timer-fn.
17147         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
17148         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
17149         instead of gdb-speedbar-timer-fn.
17151 2006-02-28  Jay Belanger  <belanger@truman.edu>
17153         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
17154         (math-compose-expr): Use latex option when calling
17155         `math-compose-tex-matrix' for latex mode.
17157 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
17159         * speedbar.el: Re-instate comments about developing for speedbar
17160         [this is what info and gdb-ui use even if better methods exist now].
17162         * t-mouse.el: New file.
17163         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
17164         (t-mouse-lispy-buffer-posn-from-coords): Remove.
17165         (t-mouse-make-event-element): Use posn-at-x-y instead.
17166         (t-mouse-make-event): Deal with Fedora Core 3.
17167         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
17168         (t-mouse-mouse-position-function): New function.  Use it instead
17169         of advising mouse-position.
17170         (t-mouse-mode): New minor mode.
17171         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
17173 2006-02-27  Glenn Morris  <rgm@gnu.org>
17175         * calendar/calendar.el (calendar-holidays): Doc fix.
17177 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
17179         * progmodes/gdb-ui.el (gdb-source-window): New variable.
17180         Re-introduce the concept of a source window.
17181         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
17182         consistency with get-buffer-create.
17183         (def-gdb-auto-update-handler, gdb-info-locals-handler)
17184         (gdb-data-list-register-values-handler)
17185         (gdb-stack-list-locals-handler): Try to preserve window-start as
17186         well as window-point.
17187         (gdb-display-source-buffer): New function (old concept).
17188         (gdb-goto-breakpoint): Use it.
17190         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
17191         for gdb-ui/gdb-mi (old concept).
17193 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
17195         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
17196         binding.
17198         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
17200         * textmodes/reftex-sel.el (reftex-select-label-map)
17201         (reftex-select-bib-map): Add `follow-mouse' binding.
17203 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
17205         * jka-cmpr-hook.el (jka-compr-compression-info-list)
17206         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
17207         Give :set functions to provide automatic updating.
17208         Update docstring.  Give compiler defvars early in the file
17209         and move the defcustoms to a later spot where all called functions
17210         are defined.
17211         (jka-compr-file-name-handler-entry): Doc fix.
17212         (jka-compr-compression-info-list--internal)
17213         (jka-compr-mode-alist-additions--internal)
17214         (jka-compr-load-suffixes--internal): New variables.
17215         (jka-compr-install): Set the three above variables.
17216         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17217         (jka-compr-update, jka-compr-set): New functions.
17218         (auto-compression-mode): Doc fix.
17220         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
17221         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17222         Use jka-compr-compression-info-list--internal,
17223         jka-compr-mode-alist-additions--internal and
17224         jka-compr-load-suffixes--internal.
17226         * files.el (load-library):
17227         * loadhist.el (file-loadhist-lookup):
17228         * startup.el (command-line):
17229         * subr.el (locate-library):
17230         * emacs-lisp/autoload.el (update-directory-autoloads):
17231         * emacs-lisp/find-func.el (find-library-suffixes):
17232         Use `get-load-suffixes' instead of `load-suffixes'.
17234         * subr.el (locate-library):
17235         * emacs-lisp/find-func.el (find-library-name):
17236         Use `load-file-rep-suffixes' instead of '("").
17238 2006-02-26  Kim F. Storm  <storm@cua.dk>
17240         * ido.el (ido-save-history, ido-load-history): Simplify.
17241         Don't use find-file-noselect to avoid interference from other modes.
17243 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
17245         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
17246         to use the default shell if filename is not available.
17247         Reported by Giorgos Keramidas.
17249 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
17251         * progmodes/etags.el (tags-completion-table): Do completion from
17252         all the tables in the current list, as documented in the manual.
17254 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17256         * CC Mode Update to 5.31.3.
17258 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17260         * progmodes/cc-mode.el (c-postprocess-file-styles):
17261         Bind inhibit-read-only to t, around the call to
17262         c-remove-any-local-eval-or-mode-variables, so that it works on a
17263         RO file.
17265 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17267         * progmodes/cc-awk.el: Correct a typo.
17269 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17271         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
17272         c-hungry-delete-backwards, at the request of RMS.  Leave the old
17273         name as an alias.
17275 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17277         * progmodes/cc-mode.el: Correct a typo.
17279 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17281         * progmodes/cc-defs.el: Update the version number to 5.31.3.
17283 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17285         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
17286         brace-else-brace (error due to mbeg, mend being undefined).
17288 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17290         * progmodes/cc-mode.el: File Local variables: Solve the problem
17291         where both `mode' and c-file-offsets are specified: `mode' will
17292         overwrite c-f-o's settings:
17293         (c-remove-any-local-eval-or-mode-variables): New function.
17294         (c-postprocess-file-styles): Call the above new function, within
17295         c-tentative-buffer-change, to splat `mode' and `eval' before the
17296         second hack-local-variables.
17298 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17300         * progmodes/cc-mode.el:
17301         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
17302         (c-after-change): Protect the match data with save-match-data.
17303         It was getting corrupted by c-after-change-check-<>-operators.
17305         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
17306         (top level): Check for a buggy font-lock-compile-keywords ONLY in
17307         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
17309         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
17310         with save-match-data.  It was being corrupted when Font Lock was
17311         not enabled.
17313 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17315         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
17316         Mode and Subword Mode.
17318         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
17319         real labels ("case 1:" or "foo:") from non-labels ("public:").
17320         (c-forward-objc-directive): Replace c-forward-token-2 with crude
17321         coding; c-f-t-2 doesn't move over a token at EOB.
17323         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
17325         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
17326         (c-update-modeline): Concatenate the minor mode indicators
17327         directly onto mode-name, removing c-submode-indicators.
17328         Sometimes, c-s-i got separated from the mode name on the mode line.
17330         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
17331         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
17333 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
17335         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
17336         error message when there's an evaluation error to show whether
17337         it's loaded from source or not.
17338         (c-filter-ops): Make it available at runtime too to work when
17339         `c-make-init-lang-vars-fun' needs to evaluate from source.
17341 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
17343         * help.el (help): Revert last part of 2006-02-23 change (deletion
17344         of the `provide' call).
17346 2006-02-23  Juri Linkov  <juri@jurta.org>
17348         * compare-w.el (compare-windows-highlight): Add new value
17349         `persistent' and change :type from `boolean' to `choice'.
17350         (compare-windows-overlays1, compare-windows-overlays2):
17351         New internal variables.
17352         (compare-windows-highlight): If compare-windows-highlight is
17353         `persistent', add current overlays to compare-windows-overlays[12]
17354         instead of adding compare-windows-dehighlight to pre-command-hook.
17355         (compare-windows-dehighlight): Delete all overlays from
17356         compare-windows-overlays[12].
17358         * info.el (Info-search): Don't bind search-spaces-regexp to
17359         Info-search-whitespace-regexp in non-regexp isearch mode.
17361 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17363         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
17365 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
17367         * textmodes/org.el (org-xemacs-p)
17368         (org-export-html-show-new-buffer, org-table-may-need-update)
17369         (org-insert-item, org-mhe-get-message-real-folder)
17370         (org-mhe-get-message-folder-from-index)
17371         (org-mhe-get-message-folder, org-mhe-get-message-num)
17372         (org-mhe-get-header, org-make-org-heading-search-string)
17373         (org-make-org-heading-camel, org-table-sort-lines)
17374         (org-format-org-table-html, org-format-table-table-html):
17375         Fix typos in docstrings.
17377 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
17379         * textmodes/org.el (org-cleaned-string-for-export)
17380         (org-solidify-link-text): New function.
17381         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
17382         XEmacs, just to silence the compiler.
17383         (org-export-as-ascii, org-export-as-html-and-open):
17384         Use `org-cleaned-string-for-export' and create internal links.
17385         (org-follow-mhe-link): Require mh-e, use folder.
17387 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17389         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
17391         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
17392         gdb-debug-log-length.
17393         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
17394         it a real ring but...
17395         (gud-gdba-marker-filter): ...make it work like mark-ring.
17396         (gdb-enable-debug): Rename from gdb-enable-debug-log.
17397         (gdb-mouse-jump): New function.  Add bindings.
17399 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17401         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
17402         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
17403         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
17404         (gdb-debug-log-length): Customize it's length.
17405         (gud-watch, gdb-var-create-handler): Display function::var format
17406         but don't use to create variable object.
17407         (gdb-var-create-handler): Use message-box in place of message.
17408         (gdb-stopped): Call gdb-exited if signalled.
17410 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
17412         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
17414         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
17416         * textmodes/reftex.el (reftex-locate-file): Search all extensions
17417         if `reftex-try-all-extensions' is set.
17419         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
17420         fail silently when there is no valid argument at point.
17421         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
17422         `fail-silently' argument.  From a patch by David Reiter.
17424         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
17425         New commands.
17426         (org-mark-ring): New variable.
17427         (org-mark-ring-length): New option.
17428         (org-open-at-point, org-goto, org-open-file): Push old position
17429         onto the mark ring.
17430         (org-add-hook): New function.
17431         (org-export-table-remove-special-lines): New option.
17432         (org-skip-comments, org-format-org-table-html): Respect new
17433         option `org-export-table-remove-special-lines'.
17434         (org-open-file): Allow special command configuration for
17435         directory link.
17436         (org-file-apps): Fix bugs in customize type, added setting
17437         for directories.
17438         (org-activate-tags, org-format-agenda-item, org-complete)
17439         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
17440         (org-get-tags, org-get-buffer-tags, org-open-at-point)
17441         (org-link-search, org-make-org-heading-search-string)
17442         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
17443         (org-radio-targets, org-file-link-context-use-camel-case)
17444         (org-activate-camels): New options.
17445         (org-update-radio-target-regexp, org-all-targets)
17446         (org-make-target-link-regexp, org-activate-target-links):
17447         New functions.
17448         (org-make-org-heading-search-string): New function.
17449         (org-store-link, org-insert-link): Use new option
17450         `org-file-link-context-use-camel-case'.
17451         (org-activate-camels): Use new option `org-activate-camels'.
17452         (org-link-regexp): Add mhe prefix.
17453         (org-open-at-point, org-store-link): Support for mhe links.
17454         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
17455         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
17456         (org-mhe-get-header, org-follow-mhe-link): New functions.
17457         (org-remove-angle-brackets, org-add-angle-brackets):
17458         New functions.
17459         (org-bracket-link-regexp): New constant.
17460         (org-read-date): Fix bug that was rejecting all typed dates.
17461         (org-link-search): Make hierarchy above visible after a match.
17462         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
17463         (org-store-link): Fix bug with link creation when cursor is in
17464         an empty line.
17465         (org-open-at-point): Fix bug with matching a link.
17466         Fixed buggy argument sequence in call to `org-view-tags'.
17467         (org-compile-prefix-format): Set `org-prefix-has-tag'.
17468         (org-prefix-has-tag): New variable.
17469         (org-format-agenda-item): Remove tags from headline
17470         if appropriate.
17471         (org-agenda-remove-tags-when-in-prefix): New option.
17473 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
17475         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
17476         Fix the regular expressions.
17478 2006-02-21  Richard M. Stallman  <rms@gnu.org>
17480         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
17481         if there's no other specific basis.
17483         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
17484         as variables at all.
17485         (unsafep-variable): Rename arg; doc fix.
17487         * abbrevlist.el (list-one-abbrev-table): Add autoload.
17489         * calendar/appt.el (diary-selective-display): Add defvar.
17491         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
17493         * isearch.el (search-whitespace-regexp): Fix custom type.
17495         * help.el (describe-key-briefly): Compute interactive args
17496         in same was as before previous change.
17498         * files.el (enable-local-variables): Doc fix.
17500 2006-02-21  Kim F. Storm  <storm@cua.dk>
17502         * fringe.el: Cleanup as file is now pre-loaded.
17503         (fringe-bitmaps): Initialize unconditionally.
17504         (fringe-mode, set-fringe-style): Remove autoload cookies.
17506 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
17508         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
17509         `horizontal-bar'.
17510         (fringe-cursor-alist): Use `horizontal-bar'.
17512 2006-02-20  Kim F. Storm  <storm@cua.dk>
17514         * fringe.el (fringe-bitmaps): Update to new bitmap names.
17515         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
17517         * loadup.el: Load "fringe" on window systems.
17519 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17521         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17522         out of scope components.
17524         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
17525         default.
17527 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
17529         * custom.el (customize-mark-to-save, customize-mark-as-set):
17530         Load the symbol first.
17532 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
17534         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
17535         strech spec so it doesn't display as "^J" on the header line
17536         when `Buffer-menu-use-header-line' is t.
17538 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17540         * speedbar.el (speedbar-make-button): Keep text properties
17541         of string arguments if desired.
17543         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
17544         expessions.
17546         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
17547         of speedbar.
17549 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
17551         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
17552         to value of `read-file-name-completion-ignore-case'.
17554 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
17556         * custom.el (customize-mark-as-set): Push to `user' theme.
17558         * cus-edit.el (custom-save-variables): Allow unthemed values.
17559         (customize-set-variable): Push setting to `user' theme.
17561 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17563         * progmodes/gud.el: Don't require font-lock as it's now
17564         automatically loaded.
17565         (gud-speedbar-buttons): Replace gdb-var-changed with
17566         gdb-force-update.
17568         * progmodes/gdb-ui.el (gdb-force-update): Rename from
17569         gdb-var-changed.
17570         (gdb-post-prompt): Use it.
17571         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17572         (gdb-var-update-handler, gdb-var-delete)
17573         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
17574         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
17575         gdb-force-update in gdb-post-prompt.
17576         (gdb-reset): Clear watch expressions from speedbar when quitting.
17578 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17580         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17581         (viper-change-state-to-vi, viper-change-state-to-emacs):
17582         Make aware of cursor coloring in the Emacs state.
17583         (viper-special-read-and-insert-char): Use read-char-exclusive.
17584         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
17586         * emulation/viper-init.el (viper-emacs-state-cursor-color):
17587         New variable.
17589         * emulation/viper-util.el (viper-save-cursor-color)
17590         (viper-get-saved-cursor-color-in-replace-mode)
17591         (viper-get-saved-cursor-color-in-insert-mode)
17592         (viper-restore-cursor-color): Make aware of the cursor color
17593         in Emacs state.
17594         (viper-get-saved-cursor-color-in-emacs-mode): New function.
17596         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
17597         (ediff-ignore-case-option3, ediff-actual-diff-options)
17598         (ediff-actual-diff3-options): New variables to control case sensitivity.
17599         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
17600         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
17601         (ediff-toggle-ignore-case): New function.
17602         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
17604         * ediff-help.el (ediff-long-help-message-narrow2)
17605         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
17606         (ediff-long-help-message-word-mode): Add ignore-case command.
17607         (ediff-help-for-quick-help): Add ignore-case command.
17609         * ediff-merg.el: Move provide to the end.
17611         * ediff-ptch.el: Move provide to the end.
17613         * ediff-wind.el: Move provide to the end.
17615         * ediff-mult.el: Move provide to the end.
17616         (ediff-set-meta-overlay): Enable follow-link.
17618         * ediff.el: Move provide to the end.
17619         Break recursive load cycle in eval-when-compile.
17620         (ediff-patch-buffer): Better heuristics.
17622         * ediff-util.el: Move provide to the end.
17623         Break recursive load cycle in eval-when-compile.
17624         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
17625         defuns.
17626         (ediff-submit-report): Pass the values of ediff-diff3-program,
17627         ediff-diff3-options.
17629 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
17631         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
17632         the opening bracket of the following bracketing pairs: {}, [], (), <>,
17633         `' (for example, in the docstring of `windmove-default-keybindings').
17635 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17637         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
17638         shadow face.  Don't provide binding to edit variable when it is
17639         out of scope.
17641         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17642         (gdb-var-update-handler): Detect out of scope variables with pre
17643         GDB 6.4 too.
17644         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
17645         Reset status of variable objects to nil in update handlers.
17646         (gdb-var-update-handler-1): Detect when a variable object comes
17647         in scope.  setcar on var changes gdb-var-list directly.
17649 2006-02-17  Juri Linkov  <juri@jurta.org>
17651         * ffap.el (ffap) <defface>: Add explicit face declaration.
17652         (ffap-highlight): Use face `ffap' directly instead of checking
17653         for its existence.
17655         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
17656         `visible-ok' of `other-buffer' to find the right original buffer.
17658         * info.el (Info-search): Skip `Local Variables' node.
17660 2006-02-17  Juri Linkov  <juri@jurta.org>
17662         * info.el (Info-find-file): Check for symbols `apropos', `history',
17663         `toc' in the input filename, and return these symbols as is.
17664         (Info-find-node-2): Set Info-current-file to symbols `apropos',
17665         `history', `toc' instead of strings.
17666         (Info-set-mode-line): For non-string Info-current-file use the
17667         symbol's name inside **.
17668         (Info-isearch-push-state): Add quote before Info-current-file and
17669         Info-current-node.
17670         (Info-isearch-pop-state): Use `equal' instead of `string='.
17671         (Info-extract-pointer, Info-following-node-name): Use
17672         `match-string-no-properties' instead of `match-string'.
17673         (Info-up): Check `old-file' for `stringp'.
17674         (Info-history): Use `equal' instead of `string-equal'.
17675         Check `file' for `stringp'.
17676         (Info-history): Use symbol `history' instead of string as first arg
17677         of `Info-find-node'.
17678         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
17679         `toc' instead of string.
17680         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
17681         instead of `buffer-substring', and `match-string-no-properties'
17682         instead of `match-string'.
17683         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
17684         instead of strings.
17685         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
17686         Use symbol `apropos' instead of string.
17687         (Info-copy-current-node-name): Check `Info-current-file' for
17688         `stringp' and construct a command with `Info-find-node' from it.
17689         (Info-fontify-node): Use `match-string-no-properties' instead of
17690         `match-string' and check file names for `stringp'.
17691         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
17692         `history', `toc' instead of strings.
17694 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
17696         * files.el: Rearrange functions and variables in the file local
17697         variables section.
17699 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
17701         * files.el: Add truncate-lines, ispell-check-comments and
17702         ispell-local-dictionary as safe local variables.
17704 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
17706         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
17707         out of scope variables.
17708         (gud-speedbar-buttons): Use unless.
17710         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
17711         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
17712         (gdb-show-changed-values): Also use for out of scope variables.
17713         (gdb-var-update-handler-1): Note if variable goes out of scope.
17715 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
17717         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
17718         default to global variable values for unsupplied args.
17719         (rcirc-get-buffer-create): Fix bug with setting the target.
17720         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
17721         test for rcirc-always-use-server-buffer-flag here.
17722         (rcirc-response-formats): Add %N, which is a facified nick.  %n
17723         uses the default face.  Change the ACTION format string.  If the
17724         "nick" is the server, don't print anything for that field.
17725         Comment fixes.
17726         (rcirc-target-buffer): Don't test
17727         rcirc-always-use-server-buffer-flag here.
17728         (rcirc-print): Squeeze extra spaces out of the text before message.
17729         (rcirc-put-nick-channel): Strip potential "@" char from nick
17730         before adding them to nick table.
17731         (rcirc-url-regexp): Improve to match address like "foo.com".
17733 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
17735         * allout.el (allout-hidden-p): Move this defsubst before
17736         allout-overlay-interior-modification-handler, where it is first
17737         used.
17739 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
17741         * allout.el: Use allout invisible-text overlays instead of
17742         selective display for concealed text.  Also, lots of general
17743         cleanup, and improved compatibility code.
17745         (allout-version): Incremented, corrected, revised, and refined
17746         module commentary.
17748         (provide 'allout): Moved to the bottom, added a require of overlay.
17750         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
17751         `except-current'.
17752         (allout-write-file-hook-handler): Minimize delay.
17753         (count-trailing-whitespace-region): New function so
17754         auto-encryption of current topic can resituate cursor exactly.
17755         PGP/GPG encryption trims trailing whitespace from lines, which
17756         must be accounted for across encryption then decryption.
17758         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
17759         just plain "\C-c", to avoid intruding on user's keybinding space.
17761         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
17762         parameter, so user request to provide a new password is done.
17764         (allout-outside-normal-auto-fill-function, allout-auto-fill):
17765         Refined mechanism for auto-filling behavior while in allout mode.
17767         (allout-mode): Explicitly specify the mode map in the docstring.
17768         Clarify provision for various write-file hook var names.
17769         Adjusted for invisible-text overlays instead of selective-display.
17771         (allout-depth): Really return 0 if not within any topic.  This
17772         rectifies `allout-beginning-of-level' and sequence numbering
17773         errors that occur when cutting and pasting numbered topics.
17774         Changed from a in-line subst to a regular function, as well.
17776         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
17778         (allout-end-of-subtree, allout-end-of-subtree)
17779         (allout-end-of-entry, allout-end-of-current-heading)
17780         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
17781         (allout-show-children, allout-show-to-offshoot)
17782         (allout-hide-current-entry, allout-show-current-entry): Rectified
17783         handling of trailing blank lines between items.
17785         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
17786         (allout-current-depth, allout-unprotected, allout-hidden-p)
17787         (allout-on-current-heading-p, allout-listify-exposed)
17788         (allout-chart-subtree, allout-goto-prefix)
17789         (allout-back-to-current-heading, allout-get-body-text)
17790         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
17791         (allout-hide-region-body, allout-toggle-subtree-encryption)
17792         (allout-encrypt-string, allout-encrypted-key-info)
17793         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
17794         (allout-file-vars-section-data): Adjusted for use with
17795         invisible-text overlays instead of selective-display.
17797         (allout-kill-line, allout-kill-topic, allout-yank-processing):
17798         Reworked for use with invisible text overlays.
17800         (allout-current-topic-collapsed-p): New function.
17802         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
17803         to know when to close the containing topic.
17805         (allout-pre-command-business, allout-post-command-business):
17806         Simplify undo-batching and dynamic isearch exposure.
17808         (allout-set-overlay-category): New for invisible-text overlays.
17809         Sets properties of allout-overlay-category, used by
17810         allout-flag-region to set invisible-text overlay properties.
17811         (allout-get-invisibility-overlay): Get the first qualifying
17812         invisibility overlay, so we can find the extent of it.
17813         (allout-back-to-visible-text): Get to just before the beginnining
17814         of the current invisibility overlay, if any.
17816         (allout-overlay-insert-in-front-handler)
17817         (allout-overlay-interior-modification-handler)
17818         (allout-before-change-handler, allout-isearch-end-handler): New
17819         functions to handle extraordinary actions affecting concealed
17820         text.
17822         (allout-flag-region): Use overlays instead of selective-display
17823         for invisible text - by inheritence from the properties of
17824         allout-overlay-category in mainline Emacs, and applied
17825         property-by-property in XEmacs, some recent versions of which
17826         don't inherit the properties from the category.  Provisions to
17827         respond to concealed-text edits simplified drastically.
17829         (allout-isearch-rectification, allout-isearch-was-font-lock)
17830         (allout-isearch-expose, allout-enwrap-isearch)
17831         (allout-isearch-abort, allout-pre-was-isearching)
17832         (allout-isearch-prior-pos, allout-isearch-did-quit)
17833         (allout-isearch-dynamic-expose)
17834         (allout-hide-current-entry-completely): Functions deleted.
17836         (allout-undo-aggregation): Explicit undo aggregation no longer
17837         necessary due to transition away from selective-display.
17839         (set-allout-regexp, allout-up-current-level)
17840         (allout-next-visible-heading, allout-forward-current-level)
17841         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
17842         (allout-kill-line, allout-yank-processing, allout-show-children)
17843         (allout-expose-topic, allout-old-expose-topic)
17844         (allout-listify-exposed, allout-insert-latex-header)
17845         (allout-toggle-subtree-encryption, allout-encrypt-string)
17846         (remove-from-invisibility-spec, allout-hide-current-subtree):
17847         Ditched unused variables.
17849 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
17851         * textmodes/ispell.el (ispell-change-dictionary): Call
17852         ispell-buffer-local-dict instead of
17853         ispell-accept-buffer-local-defs.
17854         (ispell-local-dictionary-alist): Accept as valid any coding-system
17855         supported by Emacs.
17856         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
17857         changed to iso-8859-3.
17859 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
17861         * speedbar.el (speedbar-frame-width): Make an inline function
17862         instead of a macro.  Use frame-width.
17863         (speedbar-try-completion, speedbar-update-contents)
17864         (speedbar-timer-fn): Use consp.
17865         (speedbar-update-localized-contents): Try to preserve point.
17867         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
17868         (menu): Re-order menu items.
17869         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
17870         field.
17871         (gdb-var-update-handler-1): Use it for GDB 6.4+.
17872         (gdb-post-prompt): Speed things by not forcing update.
17874 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
17876         * wid-edit.el (widget-button-click): For mouse-1, cancel button
17877         press and perform default action if we get a mouse movement event.
17879 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17881         * calendar/icalendar.el (icalendar--get-event-property)
17882         (icalendar--get-event-property-attributes): Fix typos in
17883         docstrings.
17885         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
17886         docstring.
17888 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
17890         * bs.el (bs-mode): Use `buffer-disable-undo'.
17891         (bs--get-file-name): Simplify.
17892         (bs-show-in-buffer): Mark the buffer as not modified.
17894 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17896         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
17897         widget-button-click.
17899         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
17900         (custom-mode): Update docstring.
17902         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
17903         binding.
17905         * files.el (hack-local-variables-confirm): Allow scrolling if the
17906         file variable list is too long.  Kill temp buffer after use.
17908 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
17910         * progmodes/gud.el (gdb): Improve doc string.
17911         (gdb-script-font-lock-keywords): Expand allowed character set.
17913         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
17914         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
17915         (gdb-separate-io-interrupt, gdb-separate-io-quit)
17916         (gdb-separate-io-stop, gdb-separate-io-eof):
17917         Rename from gdb-inferior-* to gdb-separate-*.
17918         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
17920 2006-02-14  Jay Belanger  <belanger@truman.edu>
17922         * calc/calc-arith.el (math-check-known-scalarp): Make sure
17923         expression is a symbol before checking that it is bound.
17925         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
17926         test to see if equation can be solved.
17928 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17930         * wid-edit.el (widget-button-click): Use :pressed-face property
17931         for overlay face, if it exists.
17933         * cus-edit.el (custom-manual, custom-add-see-also)
17934         (custom-add-parent-links, custom-group-link): Add :pressed-face
17935         property to links.
17937         * files.el (hack-local-variables): Remove ignored variables before
17938         checking if any variables need setting.
17940 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17942         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
17944 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
17946         * help.el (where-is): Fix message for remapped commands.
17948         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
17949         Fix typos in docstrings.
17951 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
17953         * files.el (safe-local-variable-values): New option.
17954         (hack-local-variables-prop-line): Return a list of variable-value
17955         pairs if MODE-ONLY is non-nil.
17956         (hack-local-variables): Construct list of variable-value pairs,
17957         and apply or reject them in one go.  Ask for confirmation if
17958         variables are not known safe.
17959         (hack-local-variables-confirm): Complete rewrite.  Support
17960         `safe-local-variable-values'.
17961         (enable-local-variables): Update docstring to reflect new
17962         behavior.
17963         (ignored-local-variables): Ignore ignored-local-variables and
17964         safe-local-variable-values.
17965         (safe-local-variable-p): New function.
17966         (risky-local-variable-p): `safe-local-variable' property check
17967         moved to safe-local-variable-p.
17968         (hack-one-local-variable): Checks moved to hack-local-variables.
17970         (byte-compile-dynamic, c-basic-offset, c-file-style)
17971         (c-indent-level, comment-column, fill-column, fill-prefix)
17972         (indent-tabs-mode, kept-new-versions, no-byte-compile)
17973         (no-update-autoloads, outline-regexp, page-delimiter)
17974         (paragraph-start, paragraph-separate, sentence-end)
17975         (sentence-end-double-space tab-width, version-control):
17976         Add `safe-local-variable' property.
17978         * find-lisp.el: Delete nonexistent `autocompile' file variable.
17980         * icomplete.el, play/landmark.el: Change nonexistent
17981         `outline-layout' file variable to `allout-layout'.
17983 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
17985         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
17986         (gdb-get-changed-registers): Test value of gud-minor-mode relative
17987         to gud-comint-buffer.
17988         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
17989         gdb-ui.el for gdb-mi.el.
17990         (gdb-post-prompt, gdb-get-changed-registers): Move test for
17991         registers buffer to gdb-get-changed-registers.
17992         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
17993         deletion of catchpoints (throw and catch).
17994         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17995         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
17996         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
17997         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
17998         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
18000 2006-02-13  Jay Belanger  <belanger@truman.edu>
18002         * calc/calc-arith.el (math-check-known-matrixp): Make sure
18003         expression is a symbol before checking that it is bound.
18005 2006-02-13  Richard M. Stallman  <rms@gnu.org>
18007         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
18008         for the minibuffer too, but not if resize-mini-windows will interfere.
18010         * help.el (describe-key-briefly, describe-key): Do all arg-reading
18011         inside `interactive' spec.
18012         (describe-key-briefly-internal, describe-key-internal):
18013         Functions merged back into their callers.
18015 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
18017         * info.el (info-xref-visited): Inherit from info-xref too.
18018         (Info-set-mode-line): Replace occurrences of `%' by `%%'
18019         when propertizing Info-current-file and Info-current-node.
18021 2006-02-13  Juri Linkov  <juri@jurta.org>
18023         * tumme.el (tumme-thumbnail-storage): Fix docstring.
18024         (tumme-thumb-name): Fix per-directory format.
18026 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
18028         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
18030 2006-02-12  Miles Bader  <miles@gnu.org>
18032         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
18034 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
18036         * tumme.el: Remove history section.  If someone needs the it, it
18037         can always be found in CVS.
18039 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18041         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
18042         about the Thumbnail Managing Standard option.
18044 2006-02-12  Richard M. Stallman  <rms@gnu.org>
18046         * subr.el (substitute-key-definition): Doc fix.
18048         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
18050         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
18052         * info.el (Info-mode): Doc fix.
18054         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
18056 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
18058         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
18059         because on Solaris a POSIX compatible "id" is needed.  Reported by
18060         Magnus Henoch <mange@freemail.hu>.
18062 2006-02-12  Juri Linkov  <juri@jurta.org>
18064         * tumme.el: Remove todo item about Thumbnail Managing Standard.
18065         (tumme) <defgroup>: Change :group to `multimedia'.
18066         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
18067         Managing Standard.
18068         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
18069         Fix dostring.
18070         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
18071         and %y.  Fix docstring.
18072         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
18073         (tumme-cmd-create-standard-thumbnail-command): New user options.
18074         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
18075         is `standard'.  Fix docstring.
18076         (tumme-thumb-width, tumme-thumb-height): New user options.
18077         (tumme-external-viewer): Try to find various viewers.
18078         (tumme-get-thumbnail-image): Use `create-image' instead of
18079         constructing the `image' structure.
18080         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
18081         `standard'.
18082         (tumme-thumb-name): Add file name generation for standard storage.
18083         Simplify code for other storages.
18084         (tumme-thumb-name): Use width %w and height %h instead of size %s.
18085         Add modification time %m and thumbnail-nq8 %q.
18086         Use `tumme-cmd-create-standard-thumbnail-command' if
18087         tumme-thumbnail-storage is `standard'.
18088         (tumme-dired-insert-marked-thumbs): New autoload command.
18089         (tumme-dired-after-readin-hook): New function.
18090         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
18091         `tumme-thumb-size'.
18092         (tumme-display-image): Replace size-x %x and size-y %y with
18093         width %w and height %h.
18095         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
18096         `tumme-dired-insert-marked-thumbs'.
18098 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18100         * tumme.el (tumme-write-tag): Fix small bug (file name did not
18101         include path).
18102         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
18103         matching tag.
18105 2006-02-12  Miles Bader  <miles@gnu.org>
18107         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
18108         New variables.
18109         (rcirc-abbrev-nick): New function.
18110         (rcirc-format-response-string): Rewrite to use the formats in
18111         `rcirc-response-formats' and expand escape sequences therein.
18112         A text-property `rcirc-text' is added over the actual response
18113         text to make easy to find inside the returned string.
18114         (rcirc-print): When filling, just look for the `rcirc-text'
18115         text-property to find the appropriate fill prefix, instead of
18116         using hardwired patterns.
18118 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18120         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
18121         Managing Standard.
18123 2006-02-11  Kim F. Storm  <storm@cua.dk>
18125         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
18126         Don't use insert-buffer; do insert-buffer-substring directly.
18127         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
18129 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18131         * files.el (revert-buffer, recover-file): Replace buffer-read-only
18132         with inhibit-read-only.  Suggested by Stefan Monnier.
18133         (revert-buffer): Let insert-file-contents discard
18134         buffer-undo-list.  Simplify code.
18135         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
18137 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
18139         * menu-bar.el (menu-bar-select-yank): Add a doc string.
18141         * help.el (describe-key-briefly): Now a wrapper for
18142         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
18143         to t.  Populate yank-menu if empty.
18144         (describe-key-briefly-internal): Renamed from describe-key-briefly.
18145         (describe-key): Now a wrapper for describe-key-internal.  Bind
18146         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
18147         (describe-key-internal): Renamed from describe-key.
18149 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
18151         * progmodes/glasses.el (glasses-separator): Doc fix.
18152         (glasses-original-separator): New defcustom.
18153         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
18155 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18157         * mwheel.el (mouse-wheel-up-event): Doc fix.
18159 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18161         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
18162         (tumme-dir): New function.  Copied from thumbs.el.
18164 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
18166         * desktop.el (desktop-outvar): Fix typo.
18167         (desktop-save-buffer-p): Doc fix.
18169         * subr.el (substitute-key-definition): Fix typo.
18171 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18173         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
18174         when window-system is mac.
18176         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
18178 2006-02-10  Kim F. Storm  <storm@cua.dk>
18180         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
18181         indirect-function instead of using condition-case.
18183 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
18185         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
18186         less `colloquial'...
18188 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
18190         * tumme.el: Add a couple of todo items.
18192 2006-02-09  Lars Hansen  <larsh@soem.dk>
18194         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
18195         (highlight-changes-mode): Don't change desktop-locals-to-save.
18197 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
18199         * image-mode.el (image-toggle-display): Clear image cache if using
18200         filename.
18202 2006-02-09  Masatake YAMATO  <jet@gyve.org>
18204         * dired-x.el (dired-guess-shell-alist-default): Add .man as
18205         a `dired-man' target.
18207         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
18208         boundary of symbols.
18210 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
18212         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
18214 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
18216         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
18217         `mapcar'; return nil.
18219 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
18221         * mouse.el (mouse-drag-track): Don't change window if we rebind to
18222         some other event.
18224 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
18226         * net/rcirc.el (rcirc-startup-channels-alist):
18227         Add irc.freenode.net and #emacs as defaults.
18228         (rcirc-ignore-all-activity-flag): Remove variable.
18229         (rcirc-authinfo): New variable.
18230         (rcirc-authinfo-filename): Remove variable.
18231         (rcirc-always-use-server-buffer-flag): New flag.
18232         (rcirc): M-x rcirc will automatically connect without prompting.
18233         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
18234         connection in lisp.
18235         (rcirc-process-server-response-1): Remove everything but the nick
18236         portion of the sender so it doesn't need to be done everywhere
18237         else.  Update related code.
18238         (global-map): Remove global keybindings.
18239         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
18240         (rcirc-send-input): Split into several functions.
18241         (rcirc-process-input-line, rcirc-process-message)
18242         (rcirc-process-command): New functions.
18243         (rcirc-target-buffer): New function to determine where to route
18244         messages.
18245         (rcirc-user-nick): Save match data.
18246         (rcirc-toggle-ignore-buffer-activity)
18247         (rcirc-update-activity-string): Remove global ignore functionality,
18248         which can be done now by toggling rcirc-track-minor-mode.
18249         (rcirc-track-minor-mode-map): New keymap.
18250         (rcirc-track-minor-mode): New minor-mode.
18251         (ignore): Make the ignore output nicer.  Always print it when
18252         adding or removing nicks.
18253         (rcirc-url-regexp): Improve.
18254         (rcirc-mangle-text): Remove properties before using text in the
18255         modeline.
18256         (rcirc-authenticate): Authentication data comes from
18257         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
18258         (rcirc-server-prefix): Inherit from rcirc-server.
18260 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
18262         * Makefile.in (compile): Append "|| true" to the end of the `find'
18263         command, like compile-always does.
18265 2006-02-08  Sam Steingold  <sds@gnu.org>
18267         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
18268         output from a dead connection.
18270 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18272         * dired.el (dired-mode-map): Add more bindings for tumme.
18274 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18276         * wdired.el (wdired-mode-map): Use remap.
18277         (wdired-get-filename): Massage.
18278         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
18279         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
18280         `keymap' property rather than `local-map'.
18282 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18284         * tumme.el (tumme-get-thumbnail-image): New utility function.
18285         Suggested by from Chong Yidong.
18286         (tumme-dired-with-window-configuration): Rename from
18287         `tumme-dired'.  Add code to save window configuration.
18288         (tumme-restore-window-configuration): New command to restore the
18289         window configuration that `tumme-dired-with-window-configuration'
18290         saves before it changes the window configuration.
18291         (tumme-show-all-from-dir): New command to display thumbnails for
18292         all files in a directory entered by the user, like M-x thumbs.
18293         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
18294         have been created.
18295         (tumme-display-thumbnail-original-image): Call `display-buffer'.
18296         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18297         Remove obsolete test function.
18299 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
18301         * vc.el (small-temporary-file-directory): Remove defvar; there's
18302         a defcustom for it in files.el.
18304         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
18305         Fix typo in message.
18306         (tumme-gallery-generate): Fix typo in `error' message.
18307         (tumme-display-window-height-correction)
18308         (tumme-display-window-width-correction, tumme-line-up-dynamic)
18309         (tumme-line-up-interactive): Dox fixes.
18310         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
18311         (tumme-restore-window-configuration, tumme-format-properties-string)
18312         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
18313         Fix typos in docstrings.
18315 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
18317         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
18319 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
18321         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
18322         User should use hook if desired.
18324         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
18325         buffer if necessary.
18326         (gdb-delete-frame-or-window): New function.
18327         (gdb-breakpoints-mode-map): Bind "q" to it.
18329 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18331         * textmodes/nroff-mode.el: Clean up name space.
18332         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
18333         (nroff-mode): Obey the global setting of nroff-electric-mode.
18334         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
18336         * calendar/calendar.el (calendar-increment-month): Typo in last change.
18338 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
18340         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
18342 2006-02-06  Lars Hansen  <larsh@soem.dk>
18344         * generic-x.el (etc-fstab-generic-mode): Add file system types
18345         cifs and usbdevfs.  Allow special chars in file names.
18347 2006-02-05  Jay Belanger  <belanger@truman.edu>
18349         Update copyright notices of the files in lisp/calc.
18351 2006-02-05  Romain Francoise  <romain@orebokech.com>
18353         Update copyright notices of all files in the lisp/play directory.
18355 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
18357         * ldefs-boot.el: Regenerate.
18359         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
18361 2006-02-05  Kim F. Storm  <storm@cua.dk>
18363         * files.el (magic-mode-regexp-match-limit): New defvar.
18364         (set-auto-mode): Use it to limit magic-mode-alist matching.
18366 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
18368         * info.el (Info-index, Info-mode): Improve the description of the
18369         `i' command.
18371         * ldefs-boot.el: Regenerate.
18373 2006-02-03  Werner Lemberg  <wl@gnu.org>
18375         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
18376         greedy to find the closing bracket in \*[...] and similar
18377         expressions.  This is a first rough fix -- many additional
18378         refinements are necessary to make nroff mode really usable with groff.
18380 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
18382         * international/mule-cmds.el (set-locale-environment):
18383         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
18384         libX11.
18386 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
18388         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18389         archive are created in archive-tmpdir.
18391 2006-02-02  John Paul Wallington  <jpw@pobox.com>
18393         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
18394         (ibuffer-fontification-alist): Use it.
18395         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
18396         to "* z" and the Ibuffer Mark menu.
18398         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
18400 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18402         * textmodes/table.el (*table--cell-describe-mode)
18403         (*table--cell-describe-bindings): Undo last change since
18404         print-help-return-message is not obsoleted by anything at all.
18406 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
18408         * emulation/cua-base.el (cua-mode): Doc fix.
18410 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
18412         * dframe.el (dframe-handle-make-frame-visible)
18413         (dframe-handle-iconify-frame, dframe-get-focus)
18414         (dframe-select-attached-frame, dframe-power-click)
18415         (dframe-frame-mode): Fix typos in docstrings.
18417         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
18418         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
18419         Fix typos in docstrings.
18421         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
18422         (hi-lock-face-buffer, hi-lock-font-lock-hook)
18423         (hi-lock-archaic-interface-message-used)
18424         (hi-lock-file-patterns-range): Fix typos in docstrings.
18426         * savehist.el (savehist-loaded, savehist-load, savehist-install)
18427         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
18429         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
18430         Fix typo in docstring.
18432         * net/newsticker.el (newsticker--decode-iso8601-date)
18433         (newsticker--set-customvar, newsticker--buffer-insert-item)
18434         (newsticker--do-run-auto-mark-filter)
18435         (newsticker--parse-generic-feed): Doc fixes.
18436         (newsticker--retrieval-timer-list, newsticker-url-list)
18437         (newsticker-hide-immortal-items-in-echo-area)
18438         (newsticker-hide-obsolete-items-in-echo-area)
18439         (newsticker-new-item-face, newsticker--enclosure)
18440         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
18441         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
18442         (newsticker--parse-generic-feed, newsticker--cache-contains)
18443         (newsticker--stat-num-items, newsticker-download-enclosures):
18444         Fix typos in docstrings.
18446         * net/rcirc.el (rcirc-debug): Doc fix.
18447         (rcirc-fill-column, rcirc-receive-message-hooks)
18448         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
18449         (rcirc-mode, rcirc-generate-new-buffer-name)
18450         (rcirc-startup-channels, rcirc-ignore-update-automatic)
18451         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
18452         Fix typos in docstrings.
18453         (rcirc-print): "?\ " -> "?\s".
18454         (rcirc-cmd-join): Improve argument/docstring consistency.
18456 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
18458         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
18459         before narrow-to-region.
18461 2006-02-01  Richard M. Stallman  <rms@gnu.org>
18463         * simple.el (move-beginning-of-line): Scan properly for invis change.
18465         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
18467 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
18469         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
18470         change bit only when id-format is 'integer.  Reported by Matt
18471         Hodges <M.P.Hodges@rl.ac.uk>.
18473 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
18475         * hilit-chg.el (highlight-changes-initial-state)
18476         (highlight-changes-global-initial-state): Doc fixes.
18477         (highlight-changes-global-modes, global-highlight-changes):
18478         Fix typos in docstrings.
18480 2006-02-01  Kim F. Storm  <storm@cua.dk>
18482         * emulation/cua-base.el (cua-mode): Mention that CUA enables
18483         transient-mark-mode in doc string.
18485 2006-01-31  Richard M. Stallman  <rms@gnu.org>
18487         * replace.el (multi-occur): Doc fix.
18488         (multi-occur-in-matching-buffers): Rename from
18489         multi-occur-by-filename-regexp.  Prefix arg says match
18490         buffer names instead of file names.
18492 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
18494         * bs.el: Allow non-default values of `bs-header-lines-length'.
18495         (bs--running-in-xemacs): Remove (not needed anymore).
18496         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
18497         instead of `shrink-window', thus avoiding having to compute the
18498         height of the window.
18499         (bs--up): Wrap around even when there's no header.
18500         (bs--down): Use `forward-line' instead of `next-line'.
18502 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
18504         * image-mode.el (image-toggle-display): Use file name if possible,
18505         instead of unnecessarily allocating a (possibly huge) lisp string.
18507 2006-01-30  John Paul Wallington  <jpw@pobox.com>
18509         * subr.el (toplevel): Define `cl-assertion-failed' condition here
18510         because the `assert' macro signals it at runtime.
18512         * emacs-lisp/cl.el (toplevel): Remove definition of
18513         `cl-assertion-failed' condition.
18515 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
18517         * thumbs.el (thumbs-marked-list): Make buffer-local and
18518         permanent-local.
18519         (thumbs-insert-thumb): Make help-echo non-sticky.
18520         (thumbs-file-alist): Use eolp as check for (non)-image.
18522 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
18524         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
18525         (ediff-before-session-group-setup-hooks)
18526         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
18527         Fix typos in docstrings.
18529         * window.el (bw-dir, bw-eqdir, balance-windows)
18530         (split-window-keep-point): Fix typos in docstrings.
18532         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
18533         (org-quote-string, org-calendar-to-agenda-key)
18534         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
18535         (org-show-following-heading, org-tags-column)
18536         (org-use-tag-inheritance, org, org-allow-space-in-links)
18537         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
18538         (org-enable-table-editor, org-calc-default-modes)
18539         (org-table-allow-automatic-line-recalculation)
18540         (org-export-html-style, org-export-with-fixed-width)
18541         (org-export-with-sub-superscripts, org-special-keyword)
18542         (org-formula, org-time-grid, org-table-may-need-update)
18543         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
18544         (org-goto-quit, org-get-indentation, org-end-of-item)
18545         (org-move-item-down, org-move-item-up)
18546         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18547         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
18548         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
18549         (org-agenda-log-mode, org-agenda-toggle-diary)
18550         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
18551         (org-agenda-file-to-end, org-agenda-no-heading-message)
18552         (org-agenda-get-closed, org-format-agenda-item)
18553         (org-cmp-priority, org-cmp-category, org-cmp-time)
18554         (org-agenda-change-all-lines, org-agenda-diary-entry)
18555         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
18556         (org-link-search, org-camel-to-words, org-open-file)
18557         (org-remember-handler, org-table-convert-region)
18558         (org-table-move-row-down, org-table-move-row-up)
18559         (org-table-copy-region, org-table-wrap-region)
18560         (org-table-toggle-vline-visibility)
18561         (org-table-get-vertical-vector, org-table-modify-formulas)
18562         (org-table-get-specials, org-recalc-commands)
18563         (org-table-rotate-recalc-marks, org-table-eval-formula)
18564         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
18565         (org-level-color-stars-only, org-insert-heading):
18566         Fix typos in docstrings.
18567         (last-arg): Add defvar.
18569         * makefile.w32-in (WINS): Add erc.
18570         (MH_E_SRC): Update (copied from lisp/Makefile.in).
18572 2006-01-29  Bill Wohler  <wohler@newt.com>
18574         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
18575         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
18576         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
18577         (mh-autoloads): Don't use comments on otherwise empty lines.
18579 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
18581         * emulation/viper.el (viper-major-mode-modifier-list):
18582         Add insert-state and vi-state entries for erc-mode.
18583         (viper-go-away, viper-set-hooks): Add and remove
18584         viper-comint-mode-hook from erc-mode-hook as appropriate.
18586         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
18588 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
18590         * bs.el (bs--format-aux): Implement `middle' alignment as
18591         described in the docstring for `bs-attributes-list'.
18592         (bs--get-name): Simplify.  Don't pad the buffer name.
18594 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
18596         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
18597         English aspell dictionary is installed, use the first entry of
18598         ispell-dictionary-alist-1.
18600 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18602         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18603         Doc fix.
18605 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
18607         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
18608         for `process-file', in order to let it work for older Emacsen too.
18610 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
18612         * international/latexenc.el: Add a suitable `coding:' tag.
18613         (latexenc-find-file-coding-system): Undo last change.
18615 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18617         * international/latexenc.el (latexenc-find-file-coding-system):
18618         Make sure latexenc-main-file is a regular file and is readable.
18620 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
18622         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
18623         Pass FILE to vc-user-login-name.
18625         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
18627 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
18629         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
18630         there are no more images to display.
18631         (thumbs-mark, thumbs-unmark): Revert change so that they move to
18632         the next image.
18634 2006-01-26  Richard M. Stallman  <rms@gnu.org>
18636         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
18638         * wid-edit.el (advertised-widget-backward): New alias.
18639         (widget-keymap): Use advertised-widget-backward for S-TAB.
18641         * tumme.el: Correct the keywords.
18642         (tumme-dir-max-size): Use defvar.
18643         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
18645         * simple.el (move-beginning-of-line): Take account of fields.
18646         (clone-indirect-buffer-other-window): Take args like
18647         clone-indirect-buffer, and work like it.
18649         * help-fns.el (describe-function): Don't pass `nil' as default.
18651         * files.el (risky-local-variable-p): Follow var aliases.
18653         * subr.el (lazy-completion-table): Doc fix.
18655         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
18656         global binding of `line'.
18658 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
18660         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
18661         Tramp.
18663         * vc.el (vc-default-dired-state-info): Pass FILE to
18664         vc-user-login-name.
18665         (vc-default-update-changelog): Don't use vc-user-login-name, we
18666         don't need it here.
18668         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
18669         no longer necessary.
18671 2006-01-25  Kenichi Handa  <handa@m17n.org>
18673         * international/mule.el (decode-char): Avoid the overhead of
18674         calling utf-lookup-subst-table-for-decode if
18675         utf-translate-cjk-mode is nil.
18676         (encode-char): Avoid the overhead of calling
18677         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
18678         nil.
18680 2006-01-22  Kenichi Handa  <handa@m17n.org>
18682         * international/mule.el (make-subsidiary-coding-system): Reset
18683         `coding-system-define-form' property of subsidiaries to nil.
18684         Avoid duplicated entry in coding-system-alist.
18685         (make-coding-system): Avoid duplicated entry in
18686         coding-system-alist.
18687         (define-coding-system-alias): Likewise.
18689 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18691         * completion.el: Minor fixes in introductory comment.
18692         (completion-def-wrapper): Fix alist.
18694 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
18696         * thumbs.el (thumbs-new-image-size): New function.
18697         (thumbs-increment-image-size-element)
18698         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
18699         (thumbs-decrement-image-size): Delete.
18700         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
18701         temp files and use to resize.
18702         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
18703         Use increment argument to enlarge/shrink.  Preserve point.
18704         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
18705         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
18706         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
18707         (thumbs-mark, thumbs-unmark): Preserve point.
18708         (thumbs-modify-image): Keep old temp files and use to modify.
18709         Cleanup old temp files at load time.  Preserve point.
18710         (thumbs-view-image-mode-map): Use new command names.
18712 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18714         * log-view.el (log-view-minor-wrap): First rev is the one at point.
18716         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
18717         the nastiest part of the cyclic dependency.
18718         (cal-menu-update): Use dotimes and calendar-increment-month.
18720         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
18721         (calendar-week-start-day): Add an :initializer.
18722         (calendar-mode-map): Use suppress-keymap, and command remapping.
18723         (describe-calendar-mode): Setup xref-stack info for the back button.
18724         (calendar-star-date): Insert before delete.
18725         (calendar-set-mode-line): Add file-modified info if applicable.
18726         (calendar-increment-month): New function.
18728 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
18730         * font-lock.el (lisp-font-lock-keywords-2):
18731         Recognize "& keywords" only at word boundaries.
18733 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
18735         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
18736         and permanent-local.
18737         (thumbs-max-image-number): New variable.
18738         (thumbs-do-thumbs-insertion): Use them.
18739         (thumbs-per-line): Change default to 4.
18740         (thumbs-marked-list): Rename from thumbs-markedL.
18741         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
18742         (thumbs-rename-images): Use -list instead of L for internal variables.
18743         (thumbs-call-convert): Use call-process instead of shell-command.
18744         (thumbs-insert-thumb): Add filename as help-echo to each image.
18745         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
18746         Give dir to thumbs-show-thumbs-list.
18747         (thumbs-show-thumbs-list): Set default-directory to that of images.
18748         (thumbs-dired-show): Rename from thumbs-dired-show-all.
18749         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18750         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
18751         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
18753 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18755         * ses.el (ses-read-cell): Provide a default value.
18757 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
18759         * term/w32-win.el (image-library-alist): Add additional names for
18760         GIF library.
18762 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18764         * international/latexenc.el (latexenc-find-file-coding-system):
18765         Add file-regular-p check.
18767 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18769         * simple.el (clone-buffer): Don't show the new buffer in the same
18770         window.
18772 2006-01-23  Juri Linkov  <juri@jurta.org>
18774         * faces.el (link, link-visited): New faces based on default values
18775         of `info-xref' and `info-xref-visited'.
18777         * info.el (info-xref): Inherit from `link'.
18778         (info-xref-visited): Inherit from `link-visited'.
18780         * cus-edit.el (custom-buffer-create-internal): Use widget type
18781         `custom-manual' instead of `info-link' and don't set properties
18782         `button-face' and `mouse-face' explicitly.
18783         (custom-browse-group-tag, custom-browse-variable-tag)
18784         (custom-browse-face-tag): Inherit from widget class
18785         `custom-group-link' instead of `push-button'.
18786         (custom-button-unraised): Inherit from `underline' face.
18787         (custom-link): Inherit from `link' face.  Fix doc and group.
18788         (custom-add-parent-links, custom-group-value-create): Don't set
18789         properties `button-face' and `mouse-face' explicitly for
18790         `custom-group-link' widget.
18791         (custom-group-link): Add properties `button-face' and `mouse-face'
18792         to widget definition.
18793         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
18794         editable-field's :keymap property.
18795         (custom-mode): Fix docstring: substitute keybindings for
18796         `widget-forward' and `widget-backward' from `widget-keymap',
18797         `widget-complete' from `custom-field-keymap', replace old
18798         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
18800         * desktop.el (desktop-load-file): Check for `fboundp' before
18801         calling `symbol-function'.
18803         * simple.el (clone-buffer, clone-indirect-buffer)
18804         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
18805         `read-string'.  Fix prompts.
18807         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
18809 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
18811         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
18813 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
18815         * startup.el (inhibit-splash-screen, initial-scratch-message):
18816         Doc fixes.
18818 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
18820         Sync with Tramp 2.0.52.
18822         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
18823         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
18824         `tramp-unload-tramp' for checklist.
18826         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
18827         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
18828         (tramp-unload-file-name-handler-alist)
18829         (tramp-unload-tramp): New defuns.
18830         (tramp-advice-PC-expand-many-files): New defadvice.
18831         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
18832         removed.
18833         (tramp-handle-expand-file-name): Remove double slash.
18834         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
18835         It doesn't matter, because it will be converted later on.
18836         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
18837         implementation was just heuristic.
18838         (tramp-post-connection): Set uid and gid properties.
18839         (tramp-convert-file-attributes): Set file's gid change bit.
18840         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
18841         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
18842         in case of su(do)? methods.  The home directory of the local user
18843         will be taken else.
18844         (tramp-open-connection-telnet)
18845         (tramp-open-connection-rsh, tramp-open-connection-su)
18846         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
18847         local shell prompt could hurt.  Reported by Romain Francoise
18848         <romain@orebokech.com>.
18849         (tramp-let-maybe): Add `edebug-form-spec' property.
18850         (tramp-handle-expand-file-name): Bind `default-directory' locally
18851         to "/" in order to avoid problems with UNC shares or Cygwin
18852         mounts.
18853         (tramp-md5-function): Fix typo in error message.
18855         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
18857         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
18858         for byte-compiler pacification.
18860 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
18862         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
18863         ID-FORMAT `string'.  This allows us to get rid of
18864         `vc-user-login-name UID'.
18866         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
18868 2006-01-22  John Paul Wallington  <jpw@pobox.com>
18870         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
18872 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
18874         * emacs-lisp/find-func.el (find-definition-noselect)
18875         (find-variable-noselect): Search variables in C source code too.
18876         (find-function-C-source, find-function-noselect, find-function)
18877         (find-function-other-frame, find-variable-noselect, find-variable)
18878         (find-variable-other-frame, find-variable-at-point):
18879         Fix docstrings.
18881 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18883         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
18885 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
18887         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
18888         Default to disabling the "Save affix" question.
18890 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
18892         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
18893         the first arg to run-python.
18895 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
18897         * startup.el (command-line-1): Handle --no-desktop if desktop.el
18898         is not loaded.
18900 2006-01-20  Jay Belanger  <belanger@truman.edu>
18902         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
18903         limit is 0.
18905         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
18906         the correct variable.
18908 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
18910         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
18911         link.  Fixed buggy argument sequence in call to `org-view-tags'.
18912         (org-compile-prefix-format): Set `org-prefix-has-tag'.
18913         (org-prefix-has-tag): New variable.
18914         (org-format-agenda-item): Remove tags from headline if
18915         appropriate.
18916         (org-agenda-remove-tags-when-in-prefix): New option.
18917         (org-get-tags-at): New function.
18919 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
18921         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
18922         (thumbs-find-image): Move image name and number from buffer name
18923         to mode name.  Set thumbs-buffer.  Preserve point so that large
18924         images remain visible.
18925         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
18926         order.
18927         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
18928         mode name.
18929         (thumbs-next-image, thumbs-previous-image): Make them work.
18931 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
18933         * cus-edit.el (custom-buffer-create-internal): State in the text above
18934         the whole buffer buttons that they do not operate on hidden items.
18935         (custom-face-menu): Use `custom-face-save' instead of
18936         `custom-face-save-command'.
18937         (custom-face-save-command): Make it an alias for `custom-face-save'
18938         and declare it obsolete.
18939         (custom-face-save): Doc fix.
18941         * dired.el (dired-no-confirm): Add quote.
18942         (dired-subdir-alist-pre-R): Add quote in
18943         `make-variable-buffer-local' form and remove unbalanced parenthesis.
18945 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18947         * textmodes/table.el (table-mode-indicator): Typo in last change.
18949 2006-01-19  Richard M. Stallman  <rms@gnu.org>
18951         * outline.el (hide-leaves): Don't call outline-end-of-heading.
18952         Fixes bug reported in Nov 2005.
18954         * isearch.el (isearch-forward): Doc fix.
18956         * dired.el (dired-move-to-filename-regexp): Define as alias.
18957         (dired-no-confirm): Use defcustom.
18958         (dired-subdir-alist-pre-R): Put defvar at top level.
18960         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
18962         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18963         Mark as risky.
18965         * simple.el (set-mark-command): Doc fix.
18966         (clone-indirect-buffer-other-window):
18967         Read arg like clone-indirect-buffer.
18968         (move-beginning-of-line): Skip invisible newlines.
18970 2006-01-19  Masatake YAMATO  <jet@gyve.org>
18972         * progmodes/cpp.el (cpp-edit-load): Make the order of
18973         listed conditions in a base C code buffer and its associate
18974         CPP Edit buffer the same.
18976 2006-01-19  Kenichi Handa  <handa@m17n.org>
18978         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
18979         (rmail-mime-feature): Likewise.
18980         (rmail-require-mime-maybe): Use display-warning to show a warning
18981         message.
18983         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
18984         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
18986 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18988         * array.el: Move defvars out of eval-when-compile.
18989         (array-make-template): Replace undeclared global var with a local one.
18990         (array-mode): Inline initialization functions.
18991         (array-init-local-variables, array-init-max-row)
18992         (array-init-max-column, array-init-columns-per-line)
18993         (array-init-field-width, array-init-rows-numbered)
18994         (array-init-line-length, array-init-lines-per-row): Remove.
18996         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
18997         (doc-mode-map): Define explicitly.
18998         (doctor-txtype): Use mapc.
19000         * textmodes/table.el: Move defvars out of eval-when-compile.
19001         Remove harmful code meant to avoid byte-compiler warnings.
19002         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
19003         specification that checks table-fixed-width-mode directly.
19004         (table-recognize-region, table-recognize-cell):
19005         Use restore-buffer-modified-p.
19006         (table-fixed-width-mode): Remove code that refreshes
19007         table-fixed-mode-indicator.
19008         (*table--cell-describe-bindings, *table--cell-describe-mode):
19009         Avoid obsolete name print-help-return-message.
19010         (table--test-cell-list): Don't use replace-regexp from elisp.
19011         (table--point-entered-cell-function, table--point-left-cell-function):
19012         Don't set table-fixed-mode-indicator, use force-mode-line-update.
19014         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
19015         that was after the end of file.  Use buffer-file-name variable.
19016         (org-timestamp-change): Use with-current-buffer.
19017         (org-todo-list): Don't unnecessarily define a new buffer-local var.
19018         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
19019         `file'.
19021         * progmodes/fortran.el: Move defvars out of eval-when-compile.
19022         (fortran-break-line): Remove unused var `opoint'.
19023         (fortran-abbrev-start): Obey help-event-list.
19025 2006-01-18  Jesper Harder  <harder@phys.au.dk>
19027         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
19029 2006-01-18  Masatake YAMATO  <jet@gyve.org>
19031         * progmodes/make-mode.el (makefile-imake-mode): New mode
19032         derived from makefile-mode.
19033         (makefile-imake-mode-syntax-table): New syntax table
19034         derived from makefile-mode-syntax-table.
19035         (makefile-mode): Write about makefile-imake-mode in doc string.
19036         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
19037         (makefile-imake-font-lock-keywords): New font lock keywords.
19039         * files.el (auto-mode-alist): Add Imakefile.
19041 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
19043         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
19044         loading the file rather than when turning on flyspell-mode.
19046 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
19048         * cus-edit.el (customize-rogue): Minor doc fix.
19050 2006-01-17  Juri Linkov  <juri@jurta.org>
19052         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
19053         instead of the file at the mark as default if the file at the mark
19054         is the same as the file at point or if dired-dwim-target-directory
19055         is not the same as the current directory and the mark is not active.
19057         * log-view.el (log-view-minor-wrap): Use the same logic to get
19058         revisions as `log-view-diff'.
19060         * info.el (Info-revert-find-node): Check for Info-current-file
19061         before preserving new-history.
19063         * man.el (Man-heading-regexp): Add `/'.
19065         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
19066         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
19068 2006-01-16  Juri Linkov  <juri@jurta.org>
19070         * faces.el (mode-line-faces): New defgroup.
19071         (mode-line-highlight): Move definition after new defgroup.
19072         (mode-line, mode-line-inactive, mode-line-highlight):
19073         Replace :group `modeline' with `mode-line-faces'.
19074         (mode-line-buffer-id): New face.
19075         (modeline-buffer-id): New face alias.
19076         (vertical-border): Remove :group `modeline'.
19078         * bindings.el (propertized-buffer-identification): Use face
19079         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
19080         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
19081         (mode-line-buffer-identification-keymap): For mouse-1 replace
19082         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
19083         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
19084         mouse-3.
19086         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
19087         Buffer-menu-buffer.  Doc fix.
19088         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
19089         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
19090         `Buffer-menu-buffer'.
19092         * info.el (Info-mode-line-node-keymap): New defvar.
19093         (Info-set-mode-line): Use `stringp' to check Info-current-file.
19094         Propertize Info-current-node with `mode-line-buffer-id' and
19095         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
19097         * time.el (display-time-mail-face): Replace :group `faces' with
19098         `mode-line-faces'.
19100 2006-01-16  Kenichi Handa  <handa@m17n.org>
19102         * international/code-pages.el: Add autoload cookies for cp125[0345678].
19104         * language/european.el (cp1252): New alias for windows-1252.
19106         * international/mule.el (autoload-coding-system): Prepare for EOL
19107         variants.
19109 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
19111         * term.el (term-raw-map): Add mapping for insert.
19112         (term-send-insert): New.
19113         (term-mode): Make variables local here instead of doing it in
19114         `term-emulate-terminal'.
19115         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
19116         Scroll reverse needs to take into account the scroll region.
19117         Saving and restoring the cursor should save the color attributes too.
19118         (term-reset-terminal): Reset the scroll region.
19119         (term-handle-ansi-escape): Cursor up and down should take into
19120         account the scroll region.
19121         (term-set-scroll-region): Rename from `term-scroll-region'.
19122         Move to 0,0 after setting the region.
19123         (term-handle-scroll): Handle scroll up.
19124         (term-down): Fix off by one error.
19125         (term-delete-lines): Do not delete outside the scroll region.
19126         (term-insert-lines): Take into account the scroll region.
19128 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19130         * textmodes/ispell.el (ispell-internal-change-dictionary)
19131         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
19132         (start, end): Move declaration outside of eval-when-compile.
19134         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
19135         (flyspell-mode-on): Use it.
19137         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
19138         ispell-kill-ispell-hook.
19140 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
19142         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19143         (Custom-reset-saved): Do not ask for confirmation in single option
19144         buffers.
19146 2006-01-13  Richard M. Stallman  <rms@gnu.org>
19148         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
19150 2006-01-13  Romain Francoise  <romain@orebokech.com>
19152         * add-log.el (add-change-log-entry, change-log-merge):
19153         Conditionally use `hard-newline'.
19155 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
19157         * wid-edit.el (widget-field-end): If the overlay is no longer
19158         associated with a buffer, behave as if the overlay didn't exist.
19160         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
19161         Make sure the links use the `custom-link' face.
19163 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19165         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
19166         (ld-script-mode): Don't set indent-line-function since we don't
19167         have one.
19169 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
19171         * textmodes/org.el (org-open-file): Use mailcap for selecting an
19172         application.
19173         (org-file-apps-defaults-gnu): Use mailcap as the default for
19174         selecting an application on a UNIX system.
19175         (org-agenda-show-tags): New command.
19176         (org-table-insert-hline): Keep cursor in current table line.
19177         (org-table-convert): Offset effect of modifying
19178         `org-table-insert-hline'.
19179         (org-format-agenda-item): New optional argument TAG.
19180         (org-compile-prefix-format): Handle %T format for the tag.
19181         (org-expand-wide-chars): New function.
19182         (org-table-insert-row, org-table-insert-hline):
19183         Use `org-expand-wide-chars'.
19184         (org-open-file): Fix bug in program launch.
19185         (org-get-time-of-day): Fix bug with times before 1am.
19186         (org-agenda-menu): Add tags commands.
19188 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
19190         * textmodes/ispell.el (ispell-init-process): Include the used
19191         dictionary in ispell process start message.
19192         (ispell-internal-change-dictionary): When flyspell-mode is active
19193         and dictionary is changed, make sure ispell process is restarted
19194         and flyspell word cache cleared out for the current buffer.
19195         (ispell-change-dictionary): Make sure flyspell word cache is
19196         cleared out in all buffers with active flyspell mode when
19197         dictionary is globally changed.
19198         Call ispell-internal-change-dictionary after dictionary change.
19200 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
19202         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
19204         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
19205         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
19206         years.  Fix small differences wrt Makefile.in.
19207         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
19208         Makefile.in does.
19210 2006-01-12  Bill Wohler  <wohler@newt.com>
19212         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
19213         mh-search.el.
19215 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19217         * progmodes/ld-script.el: Update copyright year.
19219 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
19221         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
19222         Don't add widget if setting undefined.
19224 2006-01-12  John Paul Wallington  <jpw@pobox.com>
19226         * help-fns.el (describe-variable): Remove newlines from void
19227         variable output.
19229 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
19231         * wdired.el (wdired-mode-map): Add help echo for
19232         wdired-abort-changes.
19234         * man.el (Man-file-name-regexp): Adjust for a list of files.
19236 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19238         * progmodes/ld-script.el (auto-mode-alist): Support
19239         suffix conventions used in netbsd and eCos.
19241 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
19243         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
19244         (custom-variable-menu, custom-face-menu, custom-group-menu)
19245         (Custom-mode-menu): Change names of menu items.  (As discussed on
19246         emacs-devel.)
19247         (custom-face-menu): Add "Undo Edits" item.
19249         * startup.el (init-file-user): defcustom -> defvar.
19251         * tooltip.el (tooltip-mode): Doc fix.
19253 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19255         * reveal.el (reveal-post-command): window-buffer signals an error on
19256         dead windows rather than returning nil.
19257         (reveal-open-new-overlays): An overlay might die while we open others.
19259 2006-01-11  Bill Wohler  <wohler@newt.com>
19261         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
19262         phrasing in docstring.
19264         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
19265         can give some systems gas.  Add new file mh-buffers.el.
19267 2006-01-06  Masatake YAMATO  <jet@gyve.org>
19269         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
19270         C preprocessor forward ported from GNU Emacs 21.2.
19272         * progmodes/asm-mode.el (asm-font-lock-keywords):
19273         Use `cpp-font-lock-keywords'.
19275         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
19277         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
19278         of $ for "\\.ld[s]?".
19280 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19282         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
19283         (tcl-indent-line): Return `noindent' if inside a string.
19285         * progmodes/flymake.el (flymake-split-string): Remove more than one
19286         empty string at beg/end of the result.
19287         (flymake-find-buildfile, flymake-find-possible-master-files):
19288         Use expand-file-name.
19289         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
19290         since expand-file-name does it for us.  Use directory-file-name.
19291         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
19292         (flymake-ler-get-type, flymake-ler-get-text)
19293         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
19294         (flymake-current-line-no): Remove spurious interactive spec.
19295         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
19296         (flymake-check-include): Remove arg inc-path merged into inc-name.
19297         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
19298         Arg regexp-list replaced by a simple regexp.
19299         (flymake-master-make-header-init, flymake-master-tex-init):
19300         Correspondingly replace regexp-list with a regexp.  Fix regexp.
19302 2006-01-10  Simon Josefsson  <jas@extundo.com>
19304         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
19305         describing AUTH PLAIN fix.
19307 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19309         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
19310         (report-emacs-bug): Don't record initial prompt text.
19311         Instead, add text properties to prompting text.
19312         (report-emacs-bug-hook): Delete prompting text.
19314 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19316         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
19317         `dirs'.  Adjust callers.
19319 2006-01-09  John Paul Wallington  <jpw@gnu.org>
19321         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
19323 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19325         * reveal.el (reveal-open-new-overlays): New extracted fun.
19326         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
19327         using them.  Simplify the code.
19328         (reveal-post-command): Use them.  Fix up obsolete windows in
19329         reveal-open-spots.
19331         * progmodes/flymake.el: Use `require' rather than autoload for
19332         XEmacs's overlays.
19333         (flymake-get-common-file-prefix, flymake-build-relative-filename):
19334         Delete.  Use file-relative-name instead.
19335         (flymake-get-syntax-check-program-args, flymake-perl-init):
19336         Simplify the resulting code.
19338         * log-view.el (log-view-file-re, log-view-message-re): Add support
19339         for DaRCS output.
19341 2006-01-09  Alex Schroeder  <alex@gnu.org>
19343         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
19344         identifiers sometimes added in square brackets at the beginning of
19345         subject lines.
19347 2006-01-07  Richard M. Stallman  <rms@gnu.org>
19349         * cus-edit.el (Custom-set, Custom-save): Doc fix.
19350         (Custom-reset-current, Custom-reset-saved): Change question text.
19351         (Custom-reset-standard): Likewise.
19352         (custom-variable-reset-saved): Doc fix.
19354 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
19356         * startup.el (init-file-user): Doc fix.
19358 2006-01-07  Alex Schroeder  <alex@gnu.org>
19360         * mail/rmail.el (rmail-current-subject): New function.
19361         (rmail-current-subject-regexp): New function.
19362         (rmail-next-same-subject): Use it.
19364         * mail/rmailsum.el (rmail-summary-by-topic):
19365         Use rmail-current-subject and rmail-current-subject-regexp.
19366         (rmail-summary-next-same-subject): Ditto.
19368         * net/rcirc.el (rcirc-send-input): No longer check whether the
19369         process is open, since not all commands need an open process.
19370         (rcirc-send-string): Check whether the process is open before
19371         sending anything.
19372         (rcirc-ignore-list): New option.
19373         (rcirc-ignore-list-automatic): New variable.
19374         (rcirc-print): Take rcirc-ignore-list into account.
19375         (rcirc-cmd-ignore): New command.
19376         (rcirc-ignore-update-automatic): New function.
19377         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
19378         list if ignored nicks.
19379         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
19381 2006-01-06  David Reitter  <david.reitter@gmail.com>
19383         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
19384         reflect the address to which the report will be sent.
19386 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
19388         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
19389         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
19391 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
19393         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
19395         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
19396         the doc string: "functoin" => "function".
19397         * ldefs-boot.el: Likewise.
19399         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
19400         message text: "Duplicat" => "Duplicate".
19402 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19404         * files.el (basic-save-buffer-2): If backing-up failed, reset
19405         buffer-backed-up to nil.
19407 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
19409         * progmodes/gud.el (gdb-script-skip-to-head)
19410         (gdb-script-calculate-indentation): Indent for breakpoint command
19411         lists also.
19413 2006-01-05  Bill Wohler  <wohler@newt.com>
19415         * Makefile.in (compile-always): Add mh-autoloads dependency.
19416         (bootstrap): Remove mh-autoloads dependency, as compile dependency
19417         provides it.
19418         (updates): Remove mh-autoloads dependency, since it probably has
19419         already run recently (via recompile).
19421 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19423         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
19424         argument `force' to disable the flyspell-last-buffer optimization.
19425         (flyspell-mode-on): Use it.
19427         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
19428         flymake-simple-cleanup.
19429         (flymake-allowed-file-name-masks): Use this new default.
19430         All the functions are now called in the right buffer rather than
19431         passing the buffer as argument.
19432         (flymake-process-sentinel): Switch to buffer before calling cleanup.
19433         (flymake-parse-err-lines): Remove redundant buffer arg.
19434         (flymake-get-program-dir): Comment out unused function.
19435         (flymake-start-syntax-check, flymake-start-syntax-check-process):
19436         Remove redundant buffer argument.
19437         (flymake-get-real-file-name, flymake-simple-java-cleanup)
19438         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
19440 2006-01-05  Richard M. Stallman  <rms@gnu.org>
19442         * info.el (Info-find-node): Don't record previous node if have none.
19443         (info): Go to directory only if history is empty.
19445         * simple.el (mark): Doc fix.
19447 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19449         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
19450         already of desired type.
19451         (mac-ae-list): Coerce parameter to "list" type.
19452         (mac-dispatch-apple-event): Replace cadr part of event with a
19453         dummy position so that event-start returns it.
19455 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
19457         * textmodes/org.el (org-end-of-subtree): New function.
19458         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
19459         Use `org-end-of-subtree'.
19460         (org-agenda, org-agenda-convert-date): Protect calls to
19461         `fit-window-to-buffer'.
19462         (org-tags-view): Force matching of sublevels when doing a
19463         todo-only search.  Define the correct redo command, including the
19464         arguments.
19465         (org-agenda-redo): Display message.
19466         (org-check-for-org-mode): New function.
19467         (org-agenda-type): New variable.
19468         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
19469         Set `org-agenda-type'.
19470         (org-agenda-check-type): New function.
19471         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
19472         (org-agenda-week-view, org-agenda-day-view)
19473         (org-agenda-next-date-line, org-agenda-previous-date-line)
19474         (org-agenda-log-mode, org-agenda-toggle-diary)
19475         (org-agenda-toggle-time-grid, org-agenda-date-later)
19476         (org-agenda-date-prompt, org-agenda-diary-entry)
19477         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
19478         (org-agenda-convert-date, org-agenda-menu):
19479         Use `org-agenda-check-type'.
19480         (org-make-overlay, org-delete-overlay)
19481         (org-detatch-overlay, org-move-overlay, org-overlay-put):
19482         New compatibility functions.
19483         (org-calendar-select-mouse): New command.
19485 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
19487         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
19488         (Custom-reset-standard): Fix y-or-n-p messages.
19489         (custom-link): New face for links.
19490         (custom-buffer-create-internal, custom-manual): Use it.
19491         (custom-face-save): Push to theme-face before setting face spec.
19493         * wid-edit.el (widget-default-mouse-face-get): New function.
19494         (widget-specify-button): Handle mouse-face like button-face.
19496         * custom.el (load-theme): Clear old theme settings if reloading.
19498 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19500         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
19501         "Erase Customization" button back to same position it occupies in
19502         the individual State menus.
19504 2006-01-04  Kim F. Storm  <storm@cua.dk>
19506         * wid-edit.el (key-sequence): Rework widget to read key binding
19507         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
19508         (widget-key-sequence-default-value): Default value for empty sequence.
19509         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
19510         (widget-key-sequence-read-event): New command for C-q.
19511         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
19512         (widget-key-sequence-value-to-external): New functions.
19514 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19516         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
19517         Use expand-file-name.
19518         (flymake-delete-temp-directory): Use expand-file-name,
19519         file-name-directory, and directory-file-name.
19520         (flymake-strrchr): Delete.
19521         (flymake-start-syntax-check): Don't pass the redundant buffer argument
19522         to the init-f function.
19523         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
19524         (flymake-init-find-buildfile-dir)
19525         (flymake-init-create-temp-source-and-master-buffer-copy)
19526         (flymake-simple-make-init-impl, flymake-simple-make-init)
19527         (flymake-master-make-init, flymake-master-make-header-init)
19528         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
19529         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
19530         (flymake-xml-init): Remove corresponding redundant buffer argument.
19531         (flymake-allowed-file-name-masks): Remove last elems that are equal to
19532         the default anyway.  Clean up regexps.
19534         * progmodes/flymake.el (flymake-temp-source-file-name)
19535         (flymake-master-file-name, flymake-temp-master-file-name)
19536         (flymake-base-dir): New buffer-local vars.
19537         (flymake-buffer-data, flymake-get-buffer-value)
19538         (flymake-set-buffer-value): Replace those hash-tables by the new
19539         buffer-local vars.  Update callers.
19541         * progmodes/flymake.el (flymake-check-start-time)
19542         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
19543         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
19544         Move definition, so we can remove redundant earlier declaration.
19545         (flymake-replace-regexp-in-string, flymake-split-string)
19546         (flymake-get-temp-dir): Use defalias.
19547         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
19548         (flymake-xemacs-window-edges): Remove unused function.
19549         (flymake-get-point-pixel-pos): Move.
19550         (flymake-pid-to-names, flymake-reg-names)
19551         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
19552         Replace by a simple list flymake-processes and by process-buffer.
19553         Update callers.  Other than simplify the code, it uses buffers rather
19554         than buffer-names so it doesn't get confused by uniquify.
19555         (flymake-buffer-data): The global value should just be nil.
19557         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
19558         Optimize the body of a defalias like any other code.
19560         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
19561         Make sure we've setup font-lock's vars.  It may influence which
19562         function we then call.
19563         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
19564         here since it's too late anyway.
19566 2006-01-03  Romain Francoise  <romain@orebokech.com>
19568         * startup.el (fancy-splash-tail, normal-splash-screen):
19569         Update copyright year.
19571 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
19573         * mouse.el (mouse-drag-track): Rename, from
19574         `mouse-drag-region-1'.  Includes optional argument required to
19575         enable post-drag event processing (e.g. delete region keys).
19576         Can be used without this argument to track a mouse region and operate
19577         on it as soon as the drag completes.
19578         (mouse-drag-region): Use `mouse-drag-track'.
19580 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
19582         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
19583         Move to `custom-buffer' group.
19585         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
19586         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
19587         (custom-theme-insert-face-marker, custom-theme-variable-menu)
19588         (custom-theme-face-menu): New variables.
19589         (custom-theme-add-variable, custom-theme-variable-action)
19590         (custom-variable-reset-theme, custom-theme-delete-variable)
19591         (custom-face-reset-theme, custom-theme-face-action)
19592         (custom-theme-delete-face, custom-theme-merge-theme)
19593         (custom-theme-add-face, custom-theme-visit-theme): New functions.
19595 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
19597         * custom.el: Move Custom Themes commentary to start of theme code.
19598         (custom-known-themes): Rename `standard' theme to `changed'.
19599         (custom-push-theme): Caller no longer specifies what theme to use
19600         when doing `reset'---the setting is simply removed from the theme.
19601         Delete MODE from `theme-value' and `theme-settings' properties.
19602         (custom-declare-theme): Ignore &rest args since we don't use them.
19604         (custom-loaded-themes): Delete variable.
19605         (custom-theme-load-themes, custom-theme-loaded-p)
19606         (custom-theme-value): Delete functions.
19608         (custom-declare-theme): Signal error on invalid theme names.
19609         (provide-theme): custom-loaded-themes was deleted.
19610         (load-theme): Load the file unconditionally.
19611         (enable-theme): Call `load-theme' if theme is undefined.
19612         (custom-enabled-themes): Only update value for successful loads.
19613         (disable-theme): Complete from enabled themes when interactive.
19614         (custom-variable-theme-value): Calculate theme value directly.
19616         (custom-theme-reset-variables, custom-reset-variables): Mark as
19617         XEmacs compatibility functions.  We don't actually use these.
19619         * cus-edit.el (custom-variable-state-set):
19620         Use custom-variable-theme-value instead of custom-theme-value.
19621         (custom-face-state-set): Rename `standard' theme to `changed'.
19622         (custom-save-variables, custom-save-faces): Delete unneeded
19623         references to custom-reset-variables.
19624         (custom-save-resets): Delete function.
19625         (custom-save-variables, custom-save-faces): MODE argument deleted.
19626         (custom-save-variables, custom-save-faces): Ignore theme values.
19628         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
19629         compatibility function.
19631 2006-01-01  Richard M. Stallman  <rms@gnu.org>
19633         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
19634         (Custom-reset-current, Custom-reset-saved): Likewise.
19635         (Custom-reset-standard): Show message if aborted.
19636         (custom-mode): Doc fix, describing those commands.
19638         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
19639         put on event-kind property.
19641 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
19643         * custom.el (provide-theme): Ban `user' theme name.
19644         (custom-enabling-themes): New variable.
19645         (enable-theme): Don't enable user if custom-enabling-themes is t.
19646         (custom-enabled-themes): Make it a defcustom.
19647         (custom-theme-recalc-face): No-op if face is undefined.
19649         * cus-edit.el (custom-button-mouse): New variable.
19650         (custom-button-mouse): New face.
19651         (custom-raised-buttons, custom-mode): Use it.
19653         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
19655 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19657         * progmodes/gud.el (gud-display-line): Support hl-line in the
19658         source buffer.
19660 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
19662         * mouse.el (mouse-drag-window-above): Verify that the found window
19663         overlaps with the given window in the horizontal dimension.
19665 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19667         * Makefile.in (cvs-update): New target.
19669         * makefile.w32-in (cvs-update): Ditto.
19671 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
19673         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
19674         (custom-new-theme-mode-map): New variable.
19676 2005-12-30  Richard M. Stallman  <rms@gnu.org>
19678         * custom.el (custom-load-themes): Function deleted.
19680         * cus-edit.el (custom-save-loaded-themes): Function deleted.
19681         (custom-save-variables): Don't delete or add custom-load-themes call.
19683 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19685         * cus-start.el: Add `visible-cursor'.
19687         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
19688         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
19689         (flymake-process-filter): Switch to buffer before calling it instead.
19690         (flymake-post-syntax-check, flymake-highlight-err-lines)
19691         (flymake-delete-own-overlays, flymake-parse-err-lines)
19692         (flymake-start-syntax-check, flymake-start-syntax-check-process)
19693         (flymake-count-lines, flymake-parse-residual):
19694         Remove constant buffer argument.
19695         (flymake-start-syntax-check-for-current-buffer): Remove.
19696         Update callers to use flymake-start-syntax-check instead.
19697         (flymake-display-err-menu-for-current-line):
19698         Remove unused var `mouse-pos'.
19699         (flymake-restore-formatting): Comment out unused function.
19700         (flymake-report-status, flymake-report-fatal-status): Remove buffer
19701         argument, use current-buffer instead.  Update callers.
19703 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19705         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
19706         buffer-local because choose-completion-delete-max-match requires
19707         that we set completion-ignore-case (i.e., binding via let is not
19708         sufficient).
19709         (bibtex-complete): Always set completion-ignore-case and
19710         choose-completion-string-functions.  The latter is needed because
19711         choose-completion-string-functions keeps its value if we quit the
19712         *Completions* buffer without requesting a completion.
19714 2005-12-30  Andreas Schwab  <schwab@suse.de>
19716         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
19718 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
19720         * jit-lock.el (jit-lock-chunk-size): Doc fix.
19722 2005-12-30  Juri Linkov  <juri@jurta.org>
19724         * locate.el (locate-fcodes-file, locate-header-face)
19725         * progmodes/delphi.el (delphi-other-face)
19726         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
19728         * paren.el (show-paren-match, show-paren-mismatch): Use existing
19729         group `paren-showing-faces'.
19731         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
19732         (goto-address): Fix docstring.
19734         * net/webjump.el (webjump-sample-sites): Update URLs.
19736         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
19738         * subr.el (cancel-change-group): Add listp around pending-undo-list.
19740 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19742         * font-lock.el (font-lock-compile-keywords): Signal an error when
19743         font-lock-set-defaults hasn't been called.
19745 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
19747         * subr.el (noreturn, 1value): Doc fixes.
19749 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19751         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
19752         that assoc-string returns nil.
19754 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19756         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
19757         (bibtex-entry-type-str, bibtex-empty-field-re)
19758         (bibtex-search-backward-string, bibtex-preamble-prefix)
19759         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
19760         (bibtex-any-valid-entry-type): New variable.
19761         (bibtex-parse-field-name): Simplify.
19762         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
19763         (bibtex-preamble-prefix): Include left delimiter.
19764         (bibtex-search-forward-field, bibtex-search-backward-field):
19765         Allow unbounded search past entry boundaries (required by bibtex-pop).
19766         (bibtex-text-in-field-bounds): Use push.
19767         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
19768         (bibtex-parse-preamble, bibtex-valid-entry)
19769         (bibtex-beginning-first-field): New functions.
19770         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
19771         (bibtex-map-entries): Fix docstring.
19772         (bibtex-flash-head): New arg prompt.  Simplify.
19773         (bibtex-enclosing-field): Include code of bibtex-inside-field.
19774         (bibtex-insert-kill): Simplify.  Always insert text past the
19775         current field or entry.
19776         (bibtex-format-entry): Use bibtex-parse-field.
19777         (bibtex-pop): Use bibtex-beginning-of-entry and
19778         bibtex-end-of-entry to initiate the search.  Insert empty field if
19779         we found ourselves.
19780         (bibtex-print-help-message): New args field and comma.
19781         Handle entry keys.
19782         (bibtex-make-field): Use bibtex-beginning-of-entry.
19783         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
19784         invalid entry.
19785         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
19786         Handle preambles.  Simplify code for thorough test.
19787         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
19788         New arg comma.  Handle entry heads.
19789         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19790         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
19791         New arg comma.
19792         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
19793         (bibtex-fill-field): Simplify.
19794         (bibtex-fill-entry): Use bibtex-beginning-first-field and
19795         bibtex-parse-field.
19796         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
19797         (bibtex-complete): Use bibtex-parse-preamble.
19799 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
19801         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
19802         Display name of expression instead of convenience variable.
19803         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
19805         * progmodes/gud.el (gud-tooltip-dereference): Rename from
19806         toggle-gud-tooltip-dereference.
19807         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
19808         (gud-tooltip-tips): ...here when dereferencing.
19810 2005-12-28  Bill Wohler  <wohler@newt.com>
19812         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
19814 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19816         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
19817         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
19818         (vc-annotate-display-autoscale): Adjust call.
19819         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
19820         Fix interactive spec.
19821         (vc-annotate-time-span): Remove.
19822         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
19823         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
19824         (vc-annotate-display-select): Use new name.
19826         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
19827         (vc-annotate-mode-menu): Remove left-over redundant declaration.
19828         Correct the construction of span entries.  Simplify.
19829         (vc-annotate-display-select): Fix the nil case.
19830         (vc-annotate): Remove obsolete (and now broken) code.
19831         (vc-annotate-extract-revision-at-line): Remove obsolete code.
19832         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
19834 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
19836         * subr.el (lazy-completion-table): Correct typo in docstring.
19838         * startup.el (command-line): Use `custom-reevaluate-setting' for
19839         `send-mail-function'.
19841         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
19843 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
19845         * mail/smtpmail.el (smtpmail-try-auth-methods):
19846         Send credentials together with "AUTH PLAIN" command.
19848 2005-12-27  Richard M. Stallman  <rms@gnu.org>
19850         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
19851         mouse-2, go back to previously selected window, so it's selected
19852         when mouse-2 command runs.
19854 2005-12-27  Juri Linkov  <juri@jurta.org>
19856         * descr-text.el (describe-text-sexp): Use square brackets for
19857         button [Show] to distinguish it from the property value `show'.
19858         (describe-property-list): Use `insert-text-button' with
19859         `help-face' type instead of putting face in quotes, because button
19860         is not created automatically for a list of faces.
19861         (describe-text-properties-1): Put button-type value in quotes to
19862         distinguish from plain text "button".
19863         (describe-char): Display code point values in hex.  Don't use
19864         `symbol-name' for `current-input-method' because it is a string.
19865         Use `insert-text-button' with `help-face' type instead of putting
19866         hardcoded face in quotes, because button is not created automatically.
19868 2005-12-27  Richard M. Stallman  <rms@gnu.org>
19870         * progmodes/glasses.el (glasses-face): More specific custom type.
19872         * files.el (set-visited-file-name): Doc fix.
19874         * textmodes/flyspell.el (flyspell-external-point-words):
19875         Use local var buffer-scan-pos to advance scan for next misspelling.
19876         Advance it only after we find the misspelling.
19878 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
19880         * textmodes/flyspell.el (flyspell-external-point-words):
19881         New criteria for finding the misspelling in the buffer.
19883 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
19885         * help-mode.el (help-insert-string): Set help-xref-stack-item
19886         rather than call help-setup-xref.
19888         * descr-text.el (describe-char): Revert previous changes for
19889         optional buffer argument.
19891 2005-12-27  Juri Linkov  <juri@jurta.org>
19893         * help-mode.el (help-insert-string): New function.  Save buffer
19894         contents in cases where it is impossible to recompute the old contents.
19896         * descr-text.el (describe-char): Set help-xref-stack-item
19897         explicitly after buffer has been generated.
19899 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19901         * cus-start.el (all): Add x-gtk-show-hidden-files.
19903 2005-12-26  Richard M. Stallman  <rms@gnu.org>
19905         * replace.el (perform-replace): Calculate match-again
19906         before skipping read-only matches.
19908         * paren.el (paren-showing-faces): New group.
19909         (show-paren-match, show-paren-mismatch): Move to that group.
19911         * button.el (button): Put into group `basic-faces'.
19913         * progmodes/make-mode.el: Remove faces from group `faces'.
19915         * apropos.el (apropos, apropos-value): Doc fix.
19916         (apropos-documentation): Doc fix.
19918 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19920         * subr.el (lazy-completion-table): Remove argument `args'.
19922         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19923         Don't use the `args' argument of lazy-completion-table.
19925 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
19927         * descr-text.el (describe-char): Add optional argument for buffer.
19928         Set buffer appropriately.  Call help-setup-xref.
19929         Suggested by Stefan Monnier.
19931 2005-12-26  Juri Linkov  <juri@jurta.org>
19933         * descr-text.el: Require `help-fns' at runtime.  Don't require
19934         `button' for byte compilation.
19935         (describe-text-widget): Add `help-echo' for first button.
19936         Use `help-info' for second.
19937         (describe-property-list): Use `help-argument-name' instead of `italic'.
19938         (describe-text-category): Add prompt to interactive spec.
19939         Call `help-setup-xref'.
19940         (describe-char): Use `help-character-set'.  Add `help-echo' for
19941         code point.  Use `help-input-method'.  Remove superfluous insert.
19943 2005-12-25  Richard M. Stallman  <rms@gnu.org>
19945         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
19946         at point, in case of narrowing.
19948         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
19950         * locate.el (locate-header-face): Allow nil in type.
19952         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
19954 2005-12-25  Romain Francoise  <romain@orebokech.com>
19956         * battery.el (battery-linux-proc-acpi): Also try
19957         `/proc/acpi/thermal_zone/THM0/temperature'.
19959 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
19961         * custom.el (custom-push-theme): Fix docstring.
19963         * cus-edit.el (custom-variable-set, custom-variable-save)
19964         (custom-variable-save): Custom-quote widget values.
19965         (customize-save-variable): Fix custom-push-theme call.
19967 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
19969         * w32-fns.el (w32-batch-update-autoloads): New function.
19971         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
19972         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
19973         from the command line.
19975 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
19977         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
19978         reset means to remove setting from theme entirely.  Don't keep
19979         expanding theme-settings list; delete old entries if necessary.
19981         * cus-edit.el (custom-buffer-create-internal): Move "Erase
19982         customization" button one line up.
19983         (custom-themed): New face.
19984         (custom-magic-alist): New value, THEMED, for theme settings.
19985         (custom-variable-state-set, custom-face-state-set):
19986         Check theme-value instead of saved-value.
19987         (custom-variable-reset-standard, custom-face-reset-standard):
19988         Remove theme setting entirely.  Recalculate new values.
19989         (custom-variable-set, custom-variable-set)
19990         (custom-variable-reset-saved, custom-variable-reset-backup)
19991         (custom-face-set, custom-face-reset-saved): Update `user' theme.
19992         (custom-variable-save): Fix typos.
19994 2005-12-23  Juri Linkov  <juri@jurta.org>
19996         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19997         Add autoload cookies.
19998         (edebug-outside-d-c-i-n-s-w): New variable.
19999         (edebug-display, edebug-outside-excursion): Use it to save the
20000         original value of default-cursor-in-non-selected-windows.
20001         Set default-cursor-in-non-selected-windows to t while Edebug
20002         is active.
20003         (edebug-mode, edebug-eval-mode): Doc fix.
20005         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
20006         with `buffer-substring-no-properties' to remove common substring
20007         highlighting.
20009         * info.el (info-other-window, info): Rename function argument
20010         `file' to `file-or-node'.
20011         (Info-complete-menu-item): Use local variable `complete-nodes' to
20012         keep the global value of `Info-complete-nodes' unchanged for
20013         subsequent completions.
20014         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
20016         * simple.el (get-next-valid-buffer, last-buffer)
20017         (next-error-buffer-p, next-error-find-buffer)
20018         (minibuffer-history-sexp-flag): Doc fix.
20020         * savehist.el (savehist-mode-hook): Add `:group'.
20022         * log-view.el: Call autoload for vc-find-version.
20023         (log-view-current-file): Adjust subgroup numbers.
20024         (log-view-current-tag): Add `length'.
20026 2005-12-23  Richard M. Stallman  <rms@gnu.org>
20028         * vc.el (vc-annotate-car-last-cons): Defn moved up.
20030 2005-12-23  Juri Linkov  <juri@jurta.org>
20032         * hi-lock.el (hi-lock-archaic-interface-message-used)
20033         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
20034         (hi-lock-mode): Display "Hi" in the mode line only when
20035         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
20036         (hi-lock-write-interactive-patterns):
20037         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
20038         (hi-lock-set-pattern, hi-lock-set-file-patterns)
20039         (hi-lock-font-lock-hook): Set 3rd arg `how' of
20040         font-lock-add-keywords to t.
20042 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
20044         * hi-lock.el (hi-lock-highlight-range): New variable.
20045         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
20046         only if font-lock-fontified is non-nil.  Remove overlays.
20047         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
20048         font-lock-fontified is non-nil, otherwise use overlays (instead of
20049         text properties).
20050         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
20051         New variables.
20052         (hi-lock-string-serialize): New function.
20054 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20056         * menu-bar.el (menu-find-file-existing): New function.
20057         (menu-bar-file-menu): Use menu-find-file-existing for Open.
20059         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
20061 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20063         * vc.el: Remove unnecessary leading * in docstrings.
20064         (vc-annotate-mode-map): Move initialization into declaration.
20065         (vc-static-header-alist): Nitpick on the regexp.
20066         (vc-default-init-version): New fun.
20067         (vc-register): Use it.
20068         (vc-insert-headers): Use dolist.
20069         (vc-annotate-get-backend): Remove unused function.
20070         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
20071         (vc-annotate-mode): Remove corresponding call.
20072         (vc-annotate-car-last-cons): Simplify.
20073         (vc-annotate-buffers): Remove var.
20074         (vc-annotate-backend): Make it buffer-local.
20075         (vc-annotate): Move the interaction to the interactive spec.
20076         Add a `buf' argument.
20077         (vc-annotate-warp-version): Use this new `buf' argument to avoid
20078         killing&creating a vc-annotate buffer, which is very disruptive when
20079         the buffers are shown in dedicated frames.
20081 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
20083         * descr-text.el: Add FSF as maintainer.
20084         (describe-text-mode, describe-text-mode-map)
20085         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
20086         help-mode.
20087         (describe-text-widget, describe-text-sexp)
20088         (describe-property-list, describe-text-category)
20089         (describe-text-properties, describe-text-properties-1)
20090         (describe-char): Use help buttons instead of widgets.
20091         (describe-char-unicodedata-file): Make URL link in doc string.
20093 2005-12-22  Richard M. Stallman  <rms@gnu.org>
20095         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
20096         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
20097         Don't include buttons that write a file when there's no file.
20098         (custom-variable-menu, custom-face-menu, custom-group-menu):
20099         Don't include commands that write a file when there's no file.
20100         (customize-browse): Reword the top-of-buffer help intro.
20101         (custom-buffer-create-internal): Fix previous change.
20102         (customize-changed-options-previous-release): Prev release is 21.1.
20103         (customize-changed-options): Doc fix.
20104         (customize-changed): New alias.
20105         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
20106         Say "standard values".
20107         (Custom-reset-standard): Doc fix.
20108         (custom-face-reset-standard): Doc fix.
20110 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20112         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
20113         even if font-lock-mode is non-nil since it may be t without having
20114         turned on font-lock-mode-internal.
20115         (font-lock-choose-keywords): Minor optimization.
20116         (font-lock-add-keywords, font-lock-remove-keywords)
20117         (font-lock-set-defaults): Don't call make-local-variable on a variable
20118         that we know to already be local.
20120 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20122         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
20123         messages if in the minibuffer.
20125 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20127         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
20128         (tex-mode-flyspell-verify, flyspell-get-word)
20129         (flyspell-external-point-words): Don't use point-min/max uselessly.
20131         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
20132         by Kevin Rodgers.  Instead, just hide the completions buffer if we
20133         don't need to show it.
20135 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
20137         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
20139 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20141         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
20142         delete-windows-on with an inexistent buffer.
20144 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
20146         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20147         Delete defcustom variable :tag names.
20149 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20151         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
20152         (log-view-font-lock-keywords): Ajust subgroup numbers.
20153         (log-view-current-tag): Don't hard code the number of subgroups.
20155 2005-12-20  Juri Linkov  <juri@jurta.org>
20157         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
20158         (tooltip-x-offset, tooltip-y-offset): Doc fix.
20160         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20161         (menu-bar-non-minibuffer-window-p): Instead of checking
20162         display-multi-frame-p, use selected-frame when menu-updating-frame
20163         is nil.
20165 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
20167         * align.el (align-rules-list): Use [ \t] instead of \s-
20168         for column separators in text mode.
20170 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
20172         * help-mode.el (help-customize-variable, help-customize-face):
20173         Don't pop help-xref-stack as help-follow no longer pushes
20174         anything on to it.
20176 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
20178         * textmodes/org.el (org-agenda-custom-commands): New option.
20179         (org-agenda): Offer custom commands on splash screen.
20180         (org-make-tags-matcher): Parser for Boolean logic added.
20181         (org-agenda-set-tags): New command.
20182         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
20183         (org-set-tags): Efficiency improvements.
20184         (org-auto-align-tags): New option.
20185         (org-todo, org-demote, org-promote): Realign tags.
20186         (org-tags-completion-function): Use also "&" and "|" as separators.
20187         (org-org-menu): Agenda commands simplified.
20189 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
20191         * cus-edit.el (customize-apropos, customize-apropos-options):
20192         Docstring changes.
20194         * font-lock.el (font-lock): Add tags to the links in the defgroup.
20196 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
20198         * longlines.el (longlines-mode): Wrap while widened.
20199         (longlines-decode-region, longlines-encode-region): Compute max
20200         just once.
20202 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20204         * cus-edit.el (mac): New group.
20206         * cus-start.el (all): Add user options in macterm.c.  Add test for
20207         Mac-related built-ins.  Fix test for GTK-related built-ins.
20209         * term/mac-win.el (mac-handle-language-change)
20210         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
20211         (mac-services-open-selection, mac-services-mail-selection)
20212         (mac-services-mail-to, mac-services-insert-text)
20213         (mac-dispatch-apple-event): Add docstrings.
20214         (x-get-selection, mac-select-convert-to-string): Select coding
20215         system from `utf-16be' and `utf-16le' using `byteorder'.
20217 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20219         * subr.el (lazy-completion-table): Don't be fooled if the var holds
20220         a "list" (lambda ...) rather than a real completion list.
20222         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
20223         lexical-let when encountering ((lambda (...) ...) ...).
20225 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20227         * progmodes/sh-script.el (sh-mode):
20228         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
20229         * textmodes/picture.el (picture-mode): Update docstrings.
20231 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
20233         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
20234         commands enclosed in $(ARGQUOTE)s should not be split between two
20235         lines, as that will break with GNU Make >3.80, when sh.exe is used
20236         and arg quoting is with '..'.
20237         (autoloads): Don't break the quoted --eval expression between
20238         several lines.
20240 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20242         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
20243         Capture error from printing circular structures.
20245 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
20247         * wid-edit.el (widget-checkbox-action): Clear undo info.
20249 2005-12-16  Bill Wohler  <wohler@newt.com>
20251         * menu-bar.el (kill-this-buffer): Set a good example by using menu
20252         bar, not menubar in comment.
20254 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20256         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
20257         After-change-functions should not clobber the match data.
20259 2005-12-16  Juri Linkov  <juri@jurta.org>
20261         * simple.el (choose-completion): Use `buffer-substring-no-properties'
20262         instead of `buffer-substring'.
20263         (completion-common-substring): Doc fix.
20264         (completion-setup-function): Use minibuffer-completion-contents
20265         instead of minibuffer-contents.  Don't set common-string-length
20266         initially.  Remove special handling of partial-completion-mode.
20267         Move computation of completion-base-size into one cond.
20268         Call completion-base-size-function in mainbuf.  In computation of
20269         completion-base-size for file name completion don't move point to
20270         the end of the minibuffer.  Move computation of common-string-length
20271         into one cond.  Start putting faces only when common-string-length>=0.
20272         Add condition to put completions-common-part when
20273         common-string-length>0.
20275         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
20276         place point at the first different character in the minibuffer
20277         even if this position is at the beginning of the minibuffer.
20279         * info.el (Info-read-node-name-1): In completion-base-size-function's
20280         lambda return 1 if common-substring or minibuffer-completion-contents
20281         starts with (, and 0 otherwise.
20283         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
20284         Use `crm-current-element' for second arg of `display-completion-list'.
20286 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
20288         * files.el (set-auto-mode): Look for an interpreter specified on
20289         the first line also if search for mode specification succeeded,
20290         but the mode is not known.
20292 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
20294         * textmodes/org.el (org-tags-match-list-sublevels): New option.
20295         (org-open-at-point): Implement tag searches as links.
20296         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
20297         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
20298         (org-tags-sparse-tree, org-tags-view, org-set-tags)
20299         (org-agenda-dispatch): New commands.
20300         (org-use-tag-inheritance, org-tags-column): New options.
20301         (org-tab-follows-link, org-return-follows-link): New options.
20302         (org-tags): New customize group.
20303         (org-start-icalendar-file): Get local time zone.
20304         (org-tags-completion-function): New function.
20305         (org-set-font-lock-defaults): Make sure links will also be
20306         highlighted inside headlines.
20308 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
20310         * term.el (term-emulate-terminal):
20311         Let term-handle-ansi-terminal-messages override what Bash says about
20312         its current directory.
20314 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20316         * bindings.el (last-buffer): Move to simple.el.
20317         * simple.el (last-buffer): Move here.
20318         (get-next-valid-buffer): New function.
20319         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
20320         (prev-buffer): Ditto.  Rename to `previous-buffer'.
20322         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
20323         * bindings.el (global-map): Ditto.
20325 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
20327         * cus-edit.el: Introductory comment change.
20328         (custom-magic-alist): Change message string for the `rogue' state.
20330 2005-12-15  Richard M. Stallman  <rms@gnu.org>
20332         * tooltip.el: Delete defcustom variable :tag names.
20334         * complete.el (partial-completion-mode): Doc fix.
20336         * textmodes/flyspell.el (flyspell-external-point-words):
20337         Use save-excursion to ensure we don't move backward in the
20338         search loop, not even one character.
20339         (flyspell-delete-all-overlays): Use remove-overlays directly.
20341         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
20342         (ispell-start-process): Set that variable.
20343         Clear ispell-buffer-local-name.
20344         (ispell-internal-change-dictionary):
20345         Set ispell-current-dictionary after killing process.
20346         (ispell-buffer-local-dict):
20347         Don't set spell-personal-dictionary after killing process.
20348         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
20349         (ispell-tex-skip-alists, ispell-html-skip-alists)
20350         (ispell-skip-region-alist): Mark as risky.
20352         * net/newsticker.el (newsticker--retrieval-timer-list)
20353         (newsticker--display-timer, newsticker-running-p)
20354         (newsticker-ticker-running-p): Definitions moved up.
20356 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
20358         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
20360 2005-12-15  David Ponce  <david@dponce.com>
20362         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
20363         (recentf-edit-list, recentf-open-files): Signal an error when
20364         there is no recent file.
20366 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20368         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
20369         read-only except for texinfo-format-region evaluation.
20371 2005-12-14  Richard M. Stallman  <rms@gnu.org>
20373         * vc.el (vc-default-previous-version, vc-default-next-version)
20374         (vc-do-command): Doc fixes.
20376 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20378         * textmodes/bibtex.el (bibtex-expand-strings)
20379         (bibtex-autokey-expand-string, bibtex-name-part)
20380         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
20381         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
20382         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
20383         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20384         (bibtex-entry-postfix, bibtex-known-entry-type-re)
20385         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
20386         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
20387         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
20388         (bibtex-beginning-of-last-entry): Remove.
20389         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
20390         message if comma is missing but buffer is read-only.
20391         (bibtex-parse-field-text): Handle whitespaces at the end of field
20392         text.  Return 3-element list with beginning and end of field text
20393         and end of field.
20394         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
20395         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
20396         (bibtex-search-forward-field, bibtex-search-backward-field):
20397         Search always delimited by limits of entry.  Use more efficient
20398         search algorithms.
20399         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
20400         bibtex-end-of-name-in-field.
20401         (bibtex-text-in-field-bounds): Handle BibTeX strings when
20402         extracting the content of a field.
20403         (bibtex-text-in-field): Use search limits.
20404         (bibtex-parse-string-prefix): Handle empty string keys based on
20405         bibtex-string-empty-key.
20406         (bibtex-parse-string): Fix docstring.
20407         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
20408         (bibtex-preamble-prefix, bibtex-strings): New functions.
20409         (bibtex-skip-to-valid-entry): Include preceding whitespace in
20410         BibTeX entries (consistent with other BibTeX functions).
20411         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
20412         (bibtex-search-entry): Fix docstring.  Simplify.
20413         (bibtex-flash-head, bibtex-complete-string-cleanup)
20414         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
20415         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
20416         (bibtex-parse-entry): New optional arg content.
20417         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
20418         Use bibtex-text-in-field-bounds.
20419         (bibtex-print-help-message): Handle BibTeX strings and preambles.
20420         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
20421         bibtex-parse-string-postfix.
20422         (bibtex-find-text-internal): New function.
20423         (bibtex-remove-delimiters): Use it.
20424         (bibtex-find-text): Use it.  New optional arg help.
20425         (bibtex-complete): Handle BibTeX string and preamble entries.
20426         (bibtex-Preamble): Fix order of closing delimiters.
20428 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20430         * vc.el (vc-default-revert): New fun.
20432         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
20434 2005-12-14  Romain Francoise  <romain@orebokech.com>
20436         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
20437         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
20438         (font-lock-remove-keywords): Likewise.
20440 2005-12-14  Juri Linkov  <juri@jurta.org>
20442         * log-view.el (log-view-diff): Doc fix.
20444         * isearch.el (isearch-query-replace): Use (mark) instead of
20445         isearch-opoint if mark is active in transient-mark-mode.
20447 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
20449         * isearch.el (isearch-query-replace): Check for isearch-other-end.
20451 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
20453         * progmodes/cpp.el (cpp-face): New widget.
20454         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
20456 2005-12-14  Juri Linkov  <juri@jurta.org>
20458         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
20459         around `erase-buffer' and `insert'.
20461         * descr-text.el (describe-text-properties): Replace buffer name
20462         "*Help-2*" with "*Help*<2>".
20463         (describe-char): Add functions print-help-return-message,
20464         toggle-read-only.  Use help-setup-xref with nil to not store
20465         describe-char in help-xref-stack.  Use help-make-xrefs to
20466         make [back] button.
20468         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
20470         * wdired.el (wdired-old-point): New internal variable.
20471         (wdired-change-to-wdired-mode): Set it buffer-locally.
20472         (wdired-abort-changes): Restore point after aborting changes.
20474 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20476         * vc.el (vc-do-command): Add a new value t for okstatus.
20478         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
20479         frame in case of errors.
20481 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20483         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
20484         so it comes after "On the Left" in the menu.
20486 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
20488         * cus-edit.el (customize-apropos, customize-apropos-options)
20489         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
20491 2005-12-12  Bill Wohler  <wohler@newt.com>
20493         * vc-svn.el (vc-svn-registered): Fix problem of visiting
20494         non-writable Subversion-controlled files by saving window
20495         configuration before calling vc-do-command.  vc-do-command calls
20496         pop-to-buffer on error which is unexpected during registration.
20498 2005-12-12  Jay Belanger  <belanger@truman.edu>
20500         * calc/README: Update the summary of changes.
20502 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20504         * descr-text.el (describe-char): Rework last fix to solve the problem
20505         is the same way it's solved for everything else in that function
20506         (i.e. by extracting the info before setting up the *Help* buffer).
20508 2005-12-12  Kim F. Storm  <storm@cua.dk>
20510         * subr.el (version-regexp-alist): Allow space as separator before
20511         non-numeric part, e.g. "1.0 alpha".
20512         (version-to-list): Interpret .X.Y version as 0.X.Y version.
20514 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
20516         * textmodes/org.el (org-agenda, org-timeline, org-todo):
20517         Implement Logging and the keep-modes setting.
20518         (org-get-category): Make sure a string is returned.
20519         (org-log-done): New function.
20520         (org-log-done, org-closed-string): New options.
20522 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20524         * tooltip.el (tooltip-y-offset): Change default to 20.
20526 2005-12-12  Richard M. Stallman  <rms@gnu.org>
20528         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
20530         * frame.el (display-hourglass): Doc fix.
20532         * help.el (help-for-help-internal): Simplify entry for `a'.
20534         * info.el (Info-on-current-buffer): Doc fix.
20535         (info-insert-file-contents): Don't test (featurep 'jka-compr).
20537         * startup.el (inhibit-splash-screen): Make this the real name.
20538         (inhibit-startup-message): Make this the alias.
20539         (command-line): Find only simple.el, and use its directory
20540         to fill in other preloaded files' names.
20541         (command-line): Deactivate the mark if deactivate-mark is set.
20543         * international/mule.el (load-with-code-conversion):
20544         Bind deactivate-mark.
20546         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20548 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
20550         * cus-edit.el (customize-apropos): Avoid listing an option more
20551         than once under different aliases.  No longer list user options
20552         that are not defined with defcustom (unless a prefix arg is given).
20553         Doc fix.
20554         (customize-apropos-options): Doc fix.
20556 2005-12-11  Juri Linkov  <juri@jurta.org>
20558         * frame.el (set-background-color, set-foreground-color)
20559         (set-cursor-color, set-mouse-color, set-border-color):
20560         Add explicit prompts to read colors by `facemenu-read-color'.
20561         (show-trailing-whitespace, blink-cursor-delay)
20562         (blink-cursor-interval, display-hourglass, hourglass-delay):
20563         Remove tags.
20564         (display-hourglass, hourglass-delay): Doc fix.
20565         (cursor-in-non-selected-windows): Capitalize words in tag.
20567         * faces.el (frame-background-mode): Replace `choice-item' keywords
20568         with `const' to not make [default] button.  Change default value tag
20569         from `default' to `automatic'.  Doc fix.
20570         (trailing-whitespace) <defface>: Change group `whitespace' to
20571         `whitespace-faces'.
20573 2005-12-11  Richard M. Stallman  <rms@gnu.org>
20575         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
20577 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20579         * term/mac-win.el: Create keymap for mac-apple-event-map.
20581 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
20583         * tooltip.el (tooltip-mode): Move to start of file so that it
20584         appears at top of customize buffer.
20586         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20587         Add the gud groupname.
20588         (gud-tooltip-mode): Add the tooltip groupname.
20589         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
20590         avoid conflict with tooltip-use-echo-area.
20592 2005-12-10  Romain Francoise  <romain@orebokech.com>
20594         * help.el (help-for-help-internal): Add `r' in doc string.
20596 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20598         * align.el (align-regexp, align-highlight-rule):
20599         Use region-beginning and region-end instead of point and mark, so that
20600         repetition (with `repeat-complex-command') recomputes the region
20601         bounds.
20603 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20605         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20606         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20607         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
20608         (balance-windows): Rewrite using the above new functions.
20610 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
20612         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
20613         react if global-hi-lock-mode seems intended.
20614         (global-hi-lock-mode): Renamed from hi-lock-mode.
20615         (hi-lock-archaic-interface-message-used)
20616         (hi-lock-archaic-interface-deduce): New variables.
20617         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
20618         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
20619         (hi-lock-find-patterns, hi-lock-font-lock-hook):
20620         Replace hi-lock-buffer-mode with hi-lock-mode.
20622 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20624         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
20625         completion list, even after a partial completion has been
20626         inserted in the current buffer.  If there are more than 1
20627         completion, redisplay the *Completions* buffer; if the
20628         completion is unique, delete the *Completions* window.
20630 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
20632         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
20633         strings and long subject lines that were broken into multiple
20634         lines at arbitrary places.  Handle subjects that have "Re: " in
20635         the middle.
20637 2005-12-10  John W. Eaton  <jwe@octave.org>
20639         * progmodes/octave-mod.el (octave-electric-space): Don't indent
20640         comments or strings if octave-auto-indent is nil.
20642 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20644         * term/mac-win.el: Require url when compiling.
20645         Call mac-process-deferred-apple-events after loading init files.
20646         (mac-apple-event-map): New defvar.  Define event handlers in it.
20647         (core-event, internet-event): New Apple event class symbols.
20648         (open-application, reopen-application, open-documents)
20649         (print-documents, open-contents, quit-application)
20650         (application-died, show-preferences, autosave-now, get-url):
20651         New Apple event ID symbols.
20652         (about): New HICommand ID symbol.
20653         (mac-event-spec, mac-event-ae): New macros.
20654         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
20655         (mac-ae-selection-range, mac-ae-text-for-search)
20656         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
20657         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
20658         and Services menu events are now defined in mac-apple-event-map.
20659         (mac-drag-n-drop): Remove selection range handling.
20661 2005-12-10  Kenichi Handa  <handa@m17n.org>
20663         * simple.el (zap-to-char):
20664         * isearch.el (isearch-process-search-char): Translate CHAR by
20665         translation-table-for-input.
20667 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
20669         * foldout.el (foldout-exit-fold): Properly hide subtree.
20671 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20673         * files.el (save-buffer):
20674         * international/ucs-tables.el (ucs-set-table-for-input):
20675         * mail/mail-extr.el (mail-extract-address-components):
20676         * mail/sendmail.el (mail-mode): Reformat doc string.
20678 2005-12-09  Juri Linkov  <juri@jurta.org>
20680         * isearch.el (isearch-highlight): Change main overlay priority
20681         from 1 to 1001.  Simplify.
20682         (isearch-lazy-highlight-update): Change lazy overlay priority
20683         from 0 to 1000.
20685         * replace.el (replace-highlight): Change overlay priority from
20686         1 to 1001.
20688         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
20689         Change overlay priority from 1 to 1001.  Reuse existing overlay.
20691         * compare-w.el (compare-windows-highlight): Change overlay
20692         priority from 1 to 1000.
20694         * menu-bar.el (menu-bar-edit-menu): Add listp around
20695         pending-undo-list to disable menu item "undo" when pending
20696         undo list is empty.
20698         * locate.el (locate): Disable undo in *Locate* buffer.
20700 2005-12-09  Kim F. Storm  <storm@cua.dk>
20702         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
20704 2005-12-09  David Ponce  <david@dponce.com>
20706         * recentf.el: Improvement of the menu code.
20707         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
20708         instead of menu hook.
20709         (recentf-show-menu, recentf-hide-menu): New functions.
20710         (recentf-menu-customization-changed, recentf-mode): Use them.
20711         (recentf-menu-action, recentf-max-menu-items)
20712         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
20713         (recentf-arrange-by-rule-others)
20714         (recentf-arrange-by-rules-min-items)
20715         (recentf-arrange-by-rule-subfilter): Don't use
20716         `recentf-menu-customization-changed'.
20717         (recentf-arrange-rules): Likewise.  Accept functions to compute
20718         sub-menu titles.
20719         (recentf-menu-filter): Likewise.  Doc fix.
20720         (recentf-menu-value-shortcut): Doc fix.
20721         (recentf-dump-variable): Quote atom value.
20722         (recentf-make-menu-items): Update to use it as a menu filter.
20723         (recentf-match-rule): New function.
20724         (recentf-arrange-by-rule): Use it.
20725         (recentf-indirect-mode-rule): New function.
20726         (recentf-build-mode-rules): Use it.
20727         (recentf-dir-rule): New function.
20728         (recentf-arrange-by-dir): Use it.
20729         (recentf-filter-changer-current): Rename from
20730         `recentf-filter-changer-state'.  All references updated.
20731         (recentf-filter-changer-alist): Update filter names.
20732         (recentf-filter-changer-select): New function.
20733         (recentf-filter-changer): Use it.  Make a sub-menu from filters
20734         available in `recentf-filter-changer-alist'.
20735         (recentf-data-cache, recentf-clear-data)
20736         (recentf-update-menu): Remove.  All references updated.
20737         (recentf-match-rule-p, recentf-build-dir-rules)
20738         (recentf-filter-changer-goto-next)
20739         (recentf-filter-changer-get-current)
20740         (recentf-filter-changer-get-next): Remove.
20742 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
20744         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
20745         buffer "Reset" button to "Reset to Current" for consistency with
20746         the State buttons.
20748 2005-12-08  John Paul Wallington  <jpw@pobox.com>
20750         * ibuf-ext.el (define-ibuffer-filter filename):
20751         If `dired-directory' is a list then really use its car.
20753 2005-12-08  Kim F. Storm  <storm@cua.dk>
20755         * emulation/cua-rect.el (cua--rectangle-aux-replace):
20756         Fix indention of text on right side of replaced rectangle.
20758 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
20760         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
20761         No need to check gud-comint-buffer is bound.
20762         (gdb): Prevent multiple debugging when first session uses gdba.
20764 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20766         CC Mode update to 5.31.
20768         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
20769         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
20770         We might do this function properly in the future).
20772         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
20773         New macros c-sentence-end and c-default-value-sentence end, to cope
20774         with Emacs 22's new function `sentence-end'.
20776 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20778         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
20779         compat issue using `c-put-overlay' and `c-delete-overlay'.
20781         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
20782         New compat macros to handle overlays/extents.
20784 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20786         * progmodes/cc-fix.el: Add definitions of the macros push and pop
20787         (for GNU Emacs 20.4).
20789         * progmodes/cc-defs.el
20790         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
20792         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
20793         highlighting mechanism so it will work in XEmacs too.
20795         * progmodes/cc-defs.el: Insert c-int-to-char.
20797         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
20798         call to the new macro c-int-to-char.  This solves XEmacs's
20799         regarding characters as different from integers.
20801 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20803         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
20804         New internal helper.
20806         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
20807         construct to make the indirect face lookup work in XEmacs.
20809         (c-cpp-matchers): Append the negation char face to the existing
20810         fontification, so that the cpp face doesn't disappear.
20811         Use `c-make-syntactic-matcher' to avoid negation chars in comments
20812         and strings.
20814         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
20815         to map to `font-lock-negation-char-face' in emacsen where it exists.
20817 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20819         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
20821         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
20822         Rename "c-subword-move-mode" as "c-subword-mode".
20824         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
20825         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
20827 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20829         * progmodes/cc-mode.el: Added autoload directive for
20830         `c-subword-move-mode' for use in older emacsen.
20832 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20834         * progmodes/cc-mode.el:
20835         (i): Insert a binding for C-c C-backspace into
20836         c-bind-special-erase-keys which works in TTYs.
20837         (ii): Make sure that when file styles are used, any explicitly
20838         given style variables take priority over those in the style.
20839         Do this by calling `hack-local-variables' a second time.
20841         * progmodes/cc-vars.el: Add language specific customization
20842         widgets for AWK to c-doc-comment-style, c-require-final-newline
20843         and c-default-style.  Add a defcustom for awk-mode-hook.
20844         Give c-syntactic-element and c-syntactic-context doc-strings by
20845         directly setting their `variable-documentation' propery.
20846         This allows Emacs 22.1 to read these with C-h v.
20848         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
20850 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20852         * progmodes/cc-fonts.el, cc-vars.el
20853         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
20854         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
20855         Masatake YAMATO.
20857         (c-doc-comment-style): Made GtkDoc default in C mode.
20859         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
20860         and C-c C-<delete>.
20862         (c-bind-special-erase-keys): New function for use on
20863         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
20865         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
20866         <delete> key behavior in XEmacs according to `delete-forward-p'.
20867         C.f. `c-electric-delete'.
20869 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20871         * progmodes/cc-mode.el: Give c-hungry-backspace and
20872         c-hungry-delete-forward permanent key bindings.
20874         * progmodes/cc-cmds.el (c-electric-semi&comma):
20875         Bind c-syntactic-context for calls to "criteria functions", for
20876         consistency with other calls to user functions.
20878         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
20879         `current-prefix-arg', since this might be the prefix arg to a
20880         command which calls c-indent-command as a function.  Change the
20881         interactive spec from "p" to "P".
20883         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
20884         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
20885         was difficult to understand.
20887 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20889         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
20890         first char of an identifier.
20892         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
20893         +" syntax in C++.
20895 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20897         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
20898         auto-fill doesn't split a c-comment's last word from a hanging
20899         "*/" when a space is typed between them after fill-column.
20901         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
20903         * progmodes/cc-styles.el (c-set-style)
20904         (c-setup-paragraph-variables): Abort the command if we're not in a
20905         CC Mode buffer.
20907         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
20908         with blank comment-prefix, and a blank line as the comment's
20909         second line.
20911 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20913         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
20914         Incorporate the patterns added in the Emacs development branch
20915         for the new Emacs 22 face `font-lock-negation-char-face'.
20917         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
20918         of "red" since it stands out better in xterms and DOS terminals.
20920         * progmodes/cc-engine.el (c-literal-faces):
20921         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
20923 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20925         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
20926         forcibly enable c-electric-flag.
20928         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
20929         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
20930         after the comment-prefix of a C-style comment will close that comment.
20932 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20934         * progmodes/cc-fonts.el (c-basic-matchers-before)
20935         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
20936         in Pike.
20938         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
20939         digraphs.
20941         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
20942         (c-cpp-message-directives, c-cpp-include-directives)
20943         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
20944         (c-cpp-expr-directives): Introduce new language constants to
20945         control cpp syntax in a cleaner way.
20947         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
20949         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
20951         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
20952         (c-multiline-string-start-char): New language constants and
20953         variables to specify how newlines in string literals work.
20955         (c-font-lock-invalid-string): Use them.
20957         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
20958         unbalanced close brace is entered.  Optimization by avoiding going
20959         back over arbitrarily large blocks.  Removed hints that this
20960         function only would be relevant/useful in AWK.
20962         (c-electric-brace): Indent syntactically after the cleanups since
20963         lineup functions might do it differently then.
20965         * progmodes/cc-engine.el, cc-langs.el
20966         (c-opt-op-identifier-prefix): New language constant and variable.
20968         (c-just-after-func-arglist-p, c-after-special-operator-id)
20969         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
20971         * progmodes/cc-align.el, cc-engine.el
20972         (c-after-special-operator-id): New helper to handle C++ operator
20973         identifiers.
20975         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
20976         (c-guess-basic-syntax): Handle C++ operator identifiers in
20977         declarations.
20979         * progmodes/cc-langs.el (c-assignment-operators): Add the
20980         trigraph version of ^= too.
20982         * progmodes/cc-langs.el (c-assignment-operators): Add the
20983         trigraph version of |= in C++.
20985         * progmodes/cc-fonts.el (c-font-lock-declarators):
20986         Handle `c-decl-hangon-kwds' after the identifier name.
20988         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
20989         whether an arglist is "nonempty", ignore a comment after the open
20990         paren if it isn't followed by a non-comment token on the same line.
20992         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
20993         Enable heuristics below the point to cope with classes inside special
20994         brace lists in Pike.
20996 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20998         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
21000 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21002         * progmodes/cc-guess.el (cc-guess-install): New function to
21003         install an already guessed style in another buffer.
21005         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
21006         sets `inhibit-read-only' - `c-save-buffer-state' should be used
21007         anyway if the change always is undone.
21009 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21011         Implement togglable electricity:
21013         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
21014         saying when it should be used.
21016         * progmodes/cc-engine.el: Add the new buffer-local variable,
21017         c-electric-flag.
21019         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
21020         c-toggle-auto-newline.
21022         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
21023         c-toggle-auto-newline.  Remove the binding for
21024         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
21025         c-toggle-electric-state.
21027         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
21029         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
21030         c-\(forward\|backward\)-subword.
21031         (c-update-modeline): Add the new modeline flag `l' for
21032         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
21033         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
21034         Make the old name an alias of the new name.
21035         (c-toggle-electric-state): New function.
21036         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
21037         Adapt these functions to do electric things only when
21038         c-electric-flag is non-nil.
21039         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
21040         new functions from c-electric-brace.
21041         (c-point-syntax): Add a check for "virtual semicolons" in AWK
21042         mode, so that the tentative extra newline doesn't change the
21043         syntax of the following brace.
21044         (c-electric-brace): Restructure by extracting the above functions.
21045         Tidy up the coding somewhat.
21046         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
21047         restructure a bit.
21049 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21051         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
21052         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
21054         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
21055         (c-submode-indicators): Change name from `c-auto-hungry-string'
21056         since it's now used to track another submode.
21058         (c-update-modeline): Convert to function and extended to check
21059         `c-subword-move-mode'.
21061         (c-forward-into-nomenclature, c-backward-into-nomenclature):
21062         Convert to compat aliases for `c-forward-subword' and
21063         `c-backward-subword'.
21065         * progmodes/cc-subword.el: New functions and minor mode to handle
21066         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
21068         (c-forward-subword, c-backward-subword, c-mark-subword)
21069         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
21070         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
21071         Functions corresponding to the standard word handling functions.
21073         (c-subword-move-mode): Minor mode that replaces all the standard
21074         word handling functions with their subword equivalences.
21076 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21078         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
21079         entry for one-liner-defun.
21081         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
21082         name in its def-edebug-spec.
21084         * progmodes/cc-cmds.el (c-electric-brace): Make the
21085         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
21086         compacts space before a comment, if this will make things fit on
21087         one line.
21089         Introduce an "awk" style, mainly for auto-newline and clean-ups.
21091         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
21093         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
21094         clean-up one-liner-defun.
21096         * progmodes/cc-styles.el: Add the new "awk" style.
21098         * progmodes/cc-vars.el: Add description of one-liner-defun to
21099         c-cleanup-list's doc-string.  New user options,
21100         c-max-one-liner-length.  In c-default-style, set the default style
21101         for AWK to "awk".
21103 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21105         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
21106         macros inside labels.
21108         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
21109         `c-at-statement-start-p' and `c-at-expression-start-p'.
21111         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
21112         error if the mark isn't set.
21114         * progmodes/cc-engine.el (c-guess-continued-construct)
21115         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
21116         accurately detect functions inside functions.
21118         * progmodes/cc-engine.el (c-at-expression-start-p): New function
21119         like `c-at-statement-start-p' that additionally recognizes commas
21120         and expression parentheses as delimiters.
21122         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
21123         to avoid heuristics that doesn't work for unclosed blocks.
21124         (c-at-statement-start-p): New function.
21126         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
21127         Objective-C directives, e.g. directives spanning lines should work
21128         reasonably well now.
21130         (c-put-c-type-property, c-clear-c-type-property): New helpers.
21132         (c-forward-objc-directive): New function to move over any ObjC
21133         directive.
21135         (c-just-after-func-arglist-p, c-guess-basic-syntax)
21136         (c-basic-matchers-before): Use it.
21138         (c-font-lock-objc-iip-decl): Remove.
21140         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
21141         in the template arglist recognition.
21143         * progmodes/cc-styles.el (c-style-alist): Fix several
21144         inconsistencies in the Whitesmith style.
21146         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
21147         New lineup function to get lines after Whitesmith style blocks
21148         correctly indented.
21150         (c-lineup-whitesmith-in-block): Back out the compensation for
21151         opening parens since it's done using `add' lists in the style
21152         definition instead.  Don't use the anchor position since it varies
21153         too much between the syntactic symbols. :P
21155         * progmodes/cc-vars.el (c-valid-offset): Update.
21157         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
21158         lists where the offsets are combined according to several
21159         different methods: `first', `min', `max', and `add'.
21160         Report offset evaluation errors with `c-benign-error' so that some kind
21161         of reindentation still is done.
21163         * progmodes/cc-engine.el (c-guess-basic-syntax):
21164         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
21165         `arglist-close'.
21167         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
21168         situations for `arglist-cont-nonempty' and `arglist-close'.
21170         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
21172         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
21173         cc-bytecomp-boundp' in a number of places.
21175         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
21176         macro related issue.
21178 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21180         * progmodes/cc-awk.el: Change the terminology of regexps: A char
21181         list is now [asdf], a char class [:alpha:].
21182         Include code for char classes.
21183         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
21184         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
21186         Remove (nearly all of) the cruft associated with AWK Mode's former
21187         concept of "virtual semicolons":
21189         Adapt c-beginning-of-statement, c-end-of-statement (together with
21190         subfunctions) to use the new notion of "virtual semicolon" in
21191         place of the old awkward special handling for AWK.  There remains
21192         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
21193         * progmodes/cc-cmds.el:
21194         (c-ascertain-adjacent-literal): In the backwards direction, now
21195         recognises AWK regexp delimiters as string delimiters.
21196         (c-after-statement-terminator-p): Adapt for virtual semicolons;
21197         check more rigorously for "end of macro".
21198         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
21199         virtual semicolons;
21200         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
21201         out the code for forward movement into ...
21202         (c-end-of-statement): Now contains the code for forward movement,
21203         adapted for virtual semicolons.
21205         * progmodes/cc-engine.el:
21206         (c-ws*-string-limit-regexp): New regexp.
21207         (c-forward-single-comment, c-backward-single-comment): Comment out
21208         the (now redundant) "special" AWK stuff.
21210         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
21211         c-string-par-start, c-string-par-separate to be more like Text
21212         Mode than Fundamental Mode.
21214 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21216         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
21217         to the fontified region so that fontification doesn't occur
21218         outside it (could happen e.g. when fontifying a line with an
21219         unfinished declaration).
21221 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21223         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
21224         start of the file.  ^L now separate sections of the file.
21225         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
21226         (c-awk-one-line-possibly-open-string-re)
21227         (c-awk-regexp-one-line-possibly-open-char-class-re)
21228         (c-awk-one-line-possibly-open-regexp-re)
21229         (c-awk-one-line-non-syn-ws*-re): New defonsts.
21230         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
21232         Amend the concept of "virtual semicolons" (in the indentation
21233         engine) for languages like AWK, such that they are now
21234         conceptually attached to end of the last token of a statement, not
21235         the end of the line.  (In AWK Mode, however, the pertinent text
21236         property is still physically set on the EOL.)  Remove the specific
21237         tests for awk-mode, thus facilitating the introduction of other
21238         language modes where EOLs can end statements.
21239         (Note: The funtionality in cc-cmds.el, specifically
21240         c-beginning/end-of-statement has yet to be amended.)
21242         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
21243         New macros.
21245         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
21246         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
21247         c-vsemi-status-unknown-p-fn (in a new page).
21249         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
21250         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
21251         numerous awkward forms like
21252         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
21253         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
21254         variable before-ws-ip, the place just after char-before-ip appears.
21256         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
21257         a comment.
21259 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21261         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
21262         `c-tentative-buffer-changes'.
21264         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
21265         convert to macro to choose between Emacs and XEmacs at compile time.
21267         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
21269         (c-tentative-buffer-changes): New macro to handle temporary buffer
21270         changes in a convenient way.
21272         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
21273         for `c-tentative-buffer-changes'.
21275         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
21276         the checks for paren sexps between the point and the keyword, to
21277         avoid some false alarms.
21279         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
21280         Fixed a situation where an error could be thrown for unbalanced
21281         parens.  Changed to make use of c-keyword-member' to avoid some
21282         repeated regexp matches.
21284         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
21285         These language variable are no longer necessary.
21287         (c-block-stmt-kwds): New language constant used by
21288         c-looking-at-inexpr-block'.
21290         (c-guess-basic-syntax): Remove an optional check that looked at
21291         the existence of the now removed language variables.
21293         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
21294         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
21295         object instantiation expressions as declarations in some contexts.
21296         This bug only affected languages where the declarator can't be
21297         enclosed in parentheses.
21299         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
21300         insert newlines before and after substatement braces.
21302         * progmodes/cc-engine.el: Improved the heuristics for recognizing
21303         function declaration headers and the handling of C++ style member
21304         init lists.
21306         (c-just-after-func-arglist-p): Rewritten to use
21307         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
21309         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
21311         (c-guess-basic-syntax): Adapt case 5B for the new
21312         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
21313         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
21314         covers all cases now).
21316         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
21318 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21320         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
21321         c-string-par-start/separate c-sentence-end-with-esc-eol,
21322         initialised in c-setup-paragraph-variables, used in string
21323         scanning subroutines of c-beginning-of-statement.
21325         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
21326         which precedes the newly inserted `{'.
21328 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21330         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
21331         function for declaration level blocks.  It should now cope with
21332         templates better and also be a lot more comprehensible.
21334         (c-looking-at-decl-block): The new function.
21336         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
21337         for compatibility.
21339         (c-add-class-syntax, c-guess-continued-construct)
21340         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
21342         (c-decl-block-key): Change to tell apart ambiguous and
21343         unambiguous keywords.  Pike specials are now handled directly in
21344         the code instead.
21346         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
21347         New language constants and variables to make the backward skip in
21348         `c-looking-at-decl-block' as tight as possible.
21350         (c-nonsymbol-token-char-list): New language constant.
21352         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
21353         find balanced template arglists backwards.
21355         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
21356         making char classes for `c-syntactic-skip-backward'.
21358         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
21359         16D - can't be a class-close at that point.
21361         * progmodes/cc-engine.el (c-guess-basic-syntax)
21362         (c-add-class-syntax): Don't narrow out the enclosing declaration
21363         level.  This makes everything a lot easier, and it was actually
21364         only four small places that needed it to work.  Some places that
21365         previously did `widen' are removed now, which has the effect that
21366         `c-guess-basic-syntax' never will look at things outside the
21367         current narrowment now.  The anchor position for `topmost-intro'
21368         is affected by this, but it was so bogus it was basically useless
21369         before, and now it's equally bogus but in a slightly different way.
21371         (c-narrow-out-enclosing-class): Gone.
21373         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
21374         the narrowed region.
21376         (c-least-enclosing-brace): Remove silly optional argument.
21378         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
21379         the point could be left directly after an open paren when finding
21380         the beginning of the first decl in the block.
21382         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
21383         Specify which submatch to use.
21385         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
21387         (c-decl-start-re): No longer any need for special treatment of
21388         ObjC due to the above.
21390         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
21391         presumably follows C in that regard.
21393         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
21394         New language constants to specify operator tokens inside
21395         identifiers in a more high level way.
21397         (c-opt-identifier-prefix-key): New internal language constant.
21399         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
21400         (c-identifier-start, c-identifier-key): Now completely calculated
21401         from other constants.
21403         (c-identifier-last-sym-match): Decommission since it's no longer used.
21405         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
21407         * progmodes/cc-engine.el (c-forward-name): Remove the
21408         optimization when c-identifier-key is equal to c-symbol-key since
21409         it doesn't work in byte compiled files.  Don't record empty
21410         regions as identifiers.
21412         * progmodes/cc-langs.el (c-filter-ops): New helper function to
21413         simplify access to `c-operators' and its likes.
21415         (c-operator-list, c-all-op-syntax-tokens)
21416         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
21417         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
21418         (c-primary-expr-regexp, c-cast-parens): Use it.
21420         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
21421         an explicit language in functions.
21423         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
21424         variant of adornment.
21426         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
21427         variable.
21429         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
21430         the Pike value.
21432         * progmodes/cc-engine.el (c-on-identifier)
21433         (c-simple-skip-symbol-backward): Small fix for handling "-"
21434         correctly in `skip-chars-backward'.  Affected the operator lfun
21435         syntax in Pike.
21437         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
21438         diagnostic message about precompiled language vars not being used.
21440         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
21441         "__attribute__" is followed by a parenthesis.
21443         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
21444         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
21445         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
21447         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
21448         Internal cleanups to properly detect the declared identifiers in
21449         various declarations.
21451         (c-decl-start-kwds): New language constant to recognize
21452         declarations that can start anywhere.  Used for class declarations
21453         in Pike.
21455         (c-specifier-key, c-not-decl-init-keywords)
21456         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
21457         (c-find-decl-spots): Implement `c-decl-start-kwds'.
21459         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
21460         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
21461         handling of the compiler specific extension keywords into a new
21462         language constant `c-decl-hangon-kwds' that defines keyword
21463         clauses to be ignored in declarations.
21465         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
21466         past unrecognized tokens when handling `c-colon-type-list-kwds'.
21467         Necessary to stop at the declared identifier in e.g. IDL valuetype
21468         declarations.
21470         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
21471         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
21472         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
21473         (c-forward-decl-or-cast-1): Recognize the declared identifier in
21474         class and enum declarations as such and not as part of the type.
21476         (c-forward-decl-or-cast-1, c-forward-label): Relax the
21477         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
21479         (c-forward-decl-or-cast-1): Don't disregard sure signs of
21480         declarations when there's some syntax error later on.
21482         (c-complex-decl-matchers): Did away with a reference to
21483         `c-specifier-key'.
21485         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
21486         value - this variable is always dynamically bound.
21488         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
21489         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
21490         * cc-cmds.el, cc-defs.el: Change the policy for marking up
21491         functions that might do hidden buffer changes: All such internal
21492         functions are now marked instead of those that don't.
21494         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
21495         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
21496         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
21497         (c-literal-type): Allow these functions to make hidden buffer changes,
21498         so that they are free to use text property caching later on.
21500         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
21501         (c-electric-brace, c-electric-slash, c-electric-star)
21502         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
21503         (c-electric-paren, c-electric-continued-statement, c-indent-command)
21504         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
21505         (c-context-line-break): Add `c-save-buffer-state' calls to comply
21506         with the changed semantics of the functions above.
21508         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
21509         when macros occur in obscure places.  Optimized the sexp movement
21510         a bit.
21512 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21514         Enhancements for c-beginning-of-statement to work in AWK Mode:
21516         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
21517         (completed statement) with `}' (statement completed by closing
21518         brace or semicolon) and `$' (statement completed by EOL).
21520         (c-awk-virtual-semicolon-ends-prev-line-p)
21521         (c-awk-virtual-semicolon-ends-line-p)
21522         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
21523         (c-awk-at-statement-end-p): New functions.
21525         * progmodes/cc-cmds.el: Simplify the structure of functions
21526         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
21527         two functions and c-beginning-of-statement to handle AWK Mode.
21529         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
21530         c-backward-single-comment for AWK mode.  Attempt to clarify their
21531         doc-strings.
21533         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
21535 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21537         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
21538         label handling.  Labels are now recognized in a uniform and more
21539         robust way, regardless of context.  Text properties are put on all
21540         labels to recognize the following declarations better.
21541         Multiword labels are handled both in indentation and fontification for
21542         the benefit of language extensions like Qt.  For consistency, keywords
21543         in labels are now fontified with the label face instead.
21544         That also applies to "case" and "default".
21546         (c-beginning-of-statement-1): Fix some bugs in the label
21547         handling.  Disregard `c-nonlabel-token-key' in labels that begin
21548         with `c-label-kwds'.
21550         (c-find-decl-spots): Support that the callback adds more
21551         `c-decl-end' spots to find.
21553         (c-forward-decl-or-cast-1): Don't treat a list of plain
21554         identifiers followed by a colon as a declaration.
21556         (c-forward-label): New function to recognize labels.
21558         (c-guess-basic-syntax): Replace uses of `c-label-key' with
21559         `c-forward-label'.  Moved the label recognition cases (14 and 15)
21560         earlier since they aren't so context sensitive now.  Handle labels
21561         on the top level gracefully.  Moved access label recognition to
21562         the generic label case (CASE 15) - removed CASE 5E.
21564         (c-font-lock-declarations): Add recognition of labels in the
21565         same round since we need to handle labels in parallell with other
21566         declarations to recognize both accurately.  It should also improve
21567         speed.
21569         (c-simple-decl-matchers, c-basic-matchers-after):
21570         Move `c-font-lock-labels' so that it only is used on decoration level 2
21571         since `c-font-lock-declarations' handles it otherwise.
21573         (c-complex-decl-matchers): Remove the simplistic recognition of
21574         access labels.
21576         (c-decl-prefix-re): Remove the kludges that was necessary to cope
21577         with labels earlier.
21579         (c-decl-start-re): New language variable to make
21580         `c-font-lock-declarations' stop for the special protection labels
21581         in Objective-C that start with `@'.
21583         (c-label-key): Remove since it's no longer used.
21585         (c-recognize-colon-labels, c-label-prefix-re): New language
21586         constants to support recognition of generic colon-terminated labels.
21588         (c-type-decl-end-used): `c-decl-end' is now used whenever there
21589         are colon terminated labels.
21591         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
21592         first argument starts with a special brace list.
21594         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
21595         (c-font-lock-declarations): Break out the declaration and cast
21596         recognition from `c-font-lock-declarations' to a new function, so
21597         that it can be used in the indentation engine.
21599         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
21600         up to the start of the literal.  Fixed bug with the point on the
21601         wrong side of the search limit that could happen when the start
21602         position is inside a literal.
21604         * progmodes/cc-engine.el (c-parse-state)
21605         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
21606         so that it's kept a little bit back to increase the hit rate.
21608         (c-parse-state): Change the macro handling and fixed some
21609         glitches.  Macro context is checked more often than necessary now,
21610         but otoh less garbage conses are generated.
21612         * progmodes/cc-engine.el (c-parse-state)
21613         (c-invalidate-state-cache): Cache the last position where
21614         `c-state-cache' applies.  This can speed up refontification quite
21615         a bit in blocks where there are many non-brace parens before the point.
21617         (c-state-cache-end): New variable for this.
21619         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
21620         cache variable.
21622         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
21623         get close initial continue positions when the start position is
21624         inside a literal or macro.  Do not call the callback for spots
21625         before the start position (which can happen e.g. for `c-decl-end'
21626         spots inside comments).  Optimize better in special cases when the
21627         region is a single line inside a literal or macro (typically when
21628         the current line is refontified).
21630         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
21631         to `c-add-stmt-syntax' - there's no need to explicitly whack off
21632         entries from the paren state.
21634         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
21635         special case for "else if" clauses.
21637         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
21638         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
21640         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
21641         New language variable to recognize the gcc extension with statement
21642         blocks inside expressions.
21644         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
21645         it somewhat more comprehensible.  The argument AT-BLOCK-START is
21646         no longer used and hence removed.
21648         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
21649         to `c-add-stmt-syntax'.
21651         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21652         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
21653         This fixes bogus label recognition.
21655         * progmodes/cc-engine.el (c-add-type, c-check-type)
21656         (c-forward-name, c-forward-type): Improve storage of template
21657         types in `c-found-types' so that they can be recognized better.
21659         (c-syntactic-content): Add option to skip past nested parens.
21661         * progmodes/cc-engine.el (c-forward-name):
21662         Set `c-last-identifier-range' all the time.  It's less work that way.
21663         Handle that there might not be an identifier to store in
21664         `c-last-identifier-range'.
21666         (c-forward-type): Handle that `c-last-identifier-range' might be
21667         nil from `c-forward-name'.
21669         * progmodes/cc-defs.el (c-safe-scan-lists)
21670         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
21672         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
21673         to work even if the form fails.
21675         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
21676         down in a large file in one go.
21678         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
21680         * progmodes/cc-align.el (c-lineup-assignments): New lineup
21681         function which is like `c-lineup-math' but returns nil instead of
21682         `c-basic-offset' when it doesn't match.
21684         (c-lineup-math): Change to use `c-lineup-assignments'.
21686 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21688         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
21689         c-beginning-of-statement.  New subfunctions
21690         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
21692 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21694         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
21695         hardcoded char classes whereever possible.  Changed a couple of
21696         places to use skip by syntax instead of skip by char class.
21698         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
21699         Fix a bug in the regexp that caused extreme backtracking.
21701         * progmodes/cc-langs.el (c-block-comment-starter)
21702         (c-block-comment-ender): New language constants to specify in a
21703         single place how block comments look.
21705         (c-comment-start-regexp, c-block-comment-start-regexp)
21706         (comment-start, comment-end, comment-start-skip)
21707         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
21708         (c-syntactic-ws, c-nonempty-syntactic-ws)
21709         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
21710         `c-line-comment-starter', `c-block-comment-starter' and
21711         `c-block-comment-ender'.
21713         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
21714         New language constants to break up things a bit.
21716         (c-simple-ws): New language constant for simple whitespace.
21718         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
21720         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
21721         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
21722         newlines.  Allow and ignore nil elements in the list.
21724 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21726         * progmodes/cc-cmds.el: Comment out a (n almost certainly
21727         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
21729         * progmodes/cc-cmds.el: Tidy up the comments in
21730         c-beginning-of-statement and subfunctions.
21732         * progmodes/cc-awk.el: Replace calls to put-text-property to the
21733         more flexible c-put-char-property and c-clear-char-properties.
21734         Add the author's email address.
21736         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
21738         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
21739         closing "*/" of a block comment.
21741         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
21742         subfunctions) so that it works at BOB and EOB.
21744         * progmodes/cc-cmds.el, cc-vars.el: More updating of
21745         c-beginning-of-statement, including new variable
21746         c-block-comment-start-regexp.
21748 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21750         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
21751         symbols from `*-font-lock-extra-types' so that there's no need to
21752         use `regexp-opt' on those lists.
21754         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
21755         `c-type-modifier-kwds' is empty.
21757         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
21758         there are several strings on the same line.
21760         * progmodes/cc-engine.el (c-literal-limits): Remove the
21761         compatibility function for older emacsen.  `c-literal-limits-fast'
21762         has now taken the place of this function.
21764         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
21765         with older emacsen: We now require `pps-extended-state'.
21767 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21769         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
21770         which obviates the need to hack sentence-end.  This now handles
21771         escaped newlines in strings correctly.  Correct minor bugs in
21772         c-move-over-sentence and in c-beginning-of-statement.
21774         * progmodes/cc-cmds.el (c-beginning-of-statement (and
21775         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
21776         that movement over macros and code are rigorously separated from
21777         eachother.  Correct a few incidental bugs.
21779         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
21780         Improve its doc-string.  Improve the handling of certain specific cases.
21782 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21784         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
21785         (c-guess-basic-syntax): Change the way class-level labels are
21786         recognized; they can now contain essentially any symbols.
21788         (c-opt-extra-label-key): New language variable to cope with the
21789         special protection label syntax in Objective-C.
21791         (c-opt-access-key): Remove; this is now handled better by
21792         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
21794         (c-complex-decl-matchers): Update to handle that
21795         `c-opt-access-key' no longer exists.
21797         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
21798         improved label recognition in `c-beginning-of-statement-1'.
21800         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21801         Recognize bitfields better.
21803         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
21804         Remove some cruft and fixed a bug that could cause it to go to a
21805         position further down.
21807         * progmodes/cc-langs.el, cc-engine.el
21808         (c-beginning-of-statement-1): Improve detection of labels in
21809         declaration contexts.
21811         (c-beginning-of-decl-1): Use it.
21813         (c-nonlabel-token-key): New language constant and variable needed
21814         by `c-beginning-of-statement-1'.
21816         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
21817         manifested itself due to the correction in `c-forward-sexp'.
21819         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
21820         Make these behave as documented when used at the buffer limits.
21822         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
21823         (c-type-decl-end-used): Made this a language variable.
21825         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
21826         correctly when `combine-after-change-calls' is used together with
21827         temporary narrowings.
21829         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21830         Report labels correctly when the start point is immediately after the
21831         colon.
21833         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
21834         Remove since it isn't used anymore.
21836         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
21837         bracket arglists such as template parens in C++.
21839         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
21840         in the last check-in.  Some optimization.
21842         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
21843         where it could stop at the same level in a preceding sexp when
21844         PAREN-LEVEL is set.
21846         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
21847         text property lookup only when it's needed.
21849         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
21850         Change the policy for paren marked angle brackets to be more
21851         persistent; once marked they remain marked even when they're found
21852         to be unbalanced in the searched region.  This should keep the
21853         paren syntax around even when individual lines are refontified in
21854         multiline template arglists.
21856         (c-parse-and-markup-<>-arglists): New dynamically bound variable
21857         to control markup so that incorrect angle bracket arglists aren't
21858         marked in contexts where the correct value for
21859         `c-disallow-comma-in-<>-arglists' isn't known.
21861         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
21862         argument has become `c-parse-and-markup-<>-arglists'.
21864         (c-remove-<>-arglist-properties): Remove - no longer used.
21866         (c-after-change-check-<>-operators): New function used on
21867         `after-change-functions' to avoid that "<" and ">" characters that
21868         are part of longer operators have paren syntax.
21870         (c-<>-multichar-token-regexp): New language variable used by
21871         `c-after-change-check-<>-operators'.
21873         (c-after-change): Call `c-after-change-check-<>-operators'.
21875         (c-font-lock-<>-arglists): Use the context properties set by
21876         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
21877         correctly to avoid doing invalid markup.
21879         (c-font-lock-declarations): Remove code that undoes the invalid
21880         markup done by `c-font-lock-<>-arglists'.
21882         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
21883         after `c-font-lock-declarations'.
21885         * progmodes/cc-engine.el (c-syntactic-skip-backward):
21886         Add paren-level feature.
21888         (c-guess-basic-syntax): Improve the anchor position for
21889         `template-args-cont' in nested template arglists.  There's still
21890         much to be desired in this area, though.
21892 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21894         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
21895         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
21897 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21899         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
21900         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
21902         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
21903         it doesn't work no longer are supported.
21905         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
21906         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
21907         requires support for the syntax-table' text property, which rules
21908         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
21909         cruft associated with those versions.
21911         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
21912         for the `syntax-table' text property, which rules out Emacs 19 and
21913         XEmacs < 21.4.  Removed various compatibility cruft associated
21914         with those versions.
21916         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
21917         support for the `syntax-table' text property.
21919         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
21920         variable and use an extra quoted face name instead.  All the
21921         emacsen flavors handle that correctly.
21923         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
21924         (c-font-lock-declarators, c-font-lock-declarations)
21925         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
21926         property to mark the items in in declarator lists to handle
21927         refontification inside multiline declarations better.
21929         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
21930         construct like "a * b = c;" as a declaration.
21932 2005-12-08  Kim F. Storm  <storm@cua.dk>
21934         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
21935         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
21936         select either meta, hyper, or super modifier for rectangle commands.
21937         (cua--rectangle-modifier-key): New defvar.
21938         (cua--M/H-key): Use it.  Remove special case for `space'.
21939         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
21940         on X, to meta otherwise.  Always bind C-return to toggle
21941         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
21943         * emulation/cua-rect.el (cua-help-for-rectangle):
21944         Use cua--rectangle-modifier-key.  Handle super modifier too.
21945         (cua--init-rectangles): Always bind C-return to toggle rectangle.
21946         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
21948         * ido.el: Move Acknowledgements and History after Commentary.
21949         Minor changes to Commentary.
21951         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
21952         keymap if cua--prefix-override-timer is `shift'.
21953         (cua--shift-control-prefix): New function; emulate "type prefix
21954         key twice" functionality to handle shifted prefix key override.
21955         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
21956         New commands.
21957         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
21959 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
21961         * textmodes/org.el (org-insert-heading): Try to do items before
21962         headings.
21963         (org-agenda-mode): Quote `org-agenda-mode-hook'.
21964         (org-insert-item): New function.
21965         (org-renumber-ordered-list): Don't skip to higher level lists.
21967 2005-12-08  Juri Linkov  <juri@jurta.org>
21969         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
21971         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
21973         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
21975         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
21976         the constructed function name fun-1.
21978         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
21979         because such links don't lead to parent documentation.
21981 2005-12-08  Kenichi Handa  <handa@m17n.org>
21983         * descr-text.el (describe-char): Use *Help-2* buffer if the
21984         current buffer is *Help*.  Call describe-text-properties while
21985         setting the original buffer.
21987 2005-12-07  Bill Wohler  <wohler@newt.com>
21989         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
21990         and causes problems with non-MH users (such as Gnus users).
21992 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
21994         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
21995         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
21996         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
21997         command "info sources".  Move calls to GDB command "list".
21998         (gdb-find-file-hook): Just use gdb-source-file-list.
21999         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
22000         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
22001         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
22002         (gdb-data-list-register-values-handler): Use correct trigger name.
22004 2005-12-07  Kim F. Storm  <storm@cua.dk>
22006         * ido.el (ido-completion-map): Rename from ido-mode-map.
22007         (ido-common-completion-map, ido-file-completion-map)
22008         (ido-file-dir-completion-map, ido-buffer-completion-map):
22009         Rename from ido-mode-....-map.
22010         (ido-init-completion-maps): Rename from ido-init-mode-maps.
22011         (ido-setup-completion-map): Rename from ido-define-mode-map.
22012         (ido-read-internal): Bind minibuffer-local-filename-completion-map
22013         to ido-completion-map.
22015 2005-12-07  Kenichi Handa  <handa@m17n.org>
22017         * international/mule-cmds.el
22018         (set-display-table-and-terminal-coding-system): If the coding
22019         system specified in `unibyte-display' property is different from
22020         the arg coding-system, don't setup standard-display-table.
22022 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22024         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
22025         that comments end at \n, regardless of selective-display.
22027 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
22029         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
22030         (gdb-version): New variables.
22031         (gdb-source-file-list, gdb-register-names)
22032         (gdb-changed-registers): New variables for use with GDB 6.4+.
22033         (gdb-ann3): Replace with...
22034         (gdb-init-1, gdb-init-2): ...two new functions.
22035         (gdba, gdb-prompt): Call gdb-init-1.
22036         (gdb-get-version): New function.  Call gdb-init-2 from here.
22037         (gud-watch): Make it work with mouse events too.
22038         (gdb-post-prompt): Don't add to queue until GDB version is known.
22039         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
22040         (gdb-locals-mode): Use gdb-version.
22041         (gdb-memory-format-map, gdb-memory-unit-map)
22042         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
22043         (gdb-locals-font-lock-keywords-1)
22044         (gdb-locals-font-lock-keywords-2): New variables.
22045         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
22046         (gdb-set-gud-minor-mode-existing-buffers-1)
22047         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
22048         (gdb-var-update-1, gdb-var-update-handler-1)
22049         (gdb-data-list-register-values-handler)
22050         (gdb-data-list-register-values-custom)
22051         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
22052         (gdb-stack-list-locals-handler, gdb-get-register-names):
22053         New functions for use with GDB 6.4+.
22054         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
22055         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
22056         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
22057         (gdb-stack-list-locals-regexp)
22058         (gdb-data-list-register-names-regexp): New regexps for use with
22059         GDB 6.4+.
22061 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22063         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
22065 2005-12-06  Nozomu Ando  <nand@mac.com>
22067         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
22068         prompts work for AUTH PLAIN.  Also reported by Steve Allan
22069         <seallan@verizon.net>.
22071 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22073         * frame.el (set-frame-parameter): Add doc string.
22075 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
22077         * textmodes/org.el (org-occur-highlights): New variable.
22078         (org-highlight-new-match, org-remove-occur-highlights): New functions.
22079         (org-highlight-sparse-tree-matches): New option.
22080         (org-do-occur): New function.
22081         (org-get-heading): Make it work also at beginning of line.
22082         (org-category-table): New variable.
22083         (org-get-category-table, org-get-category)
22084         (org-camel-to-words, org-link-search): New functions.
22085         (org-select-this-todo-keyword): New variable.
22086         (org-todo-list): New command.
22087         (org-shiftright, org-shiftleft): New commands.
22088         (org-agenda-todo): Add prefix argument.
22089         (org-show-hierarchy-above): New option.
22090         (org-show-todo-tree): Numerical prefix creates tree for specific
22091         TODO keyword.
22092         (org-outline-level): New function, to assign a level to plain
22093         lists items.
22094         (org-cycle-include-plain-lists): New option.
22095         (org-mode): Use `org-outline-level' as value of `outline-level'.
22096         (org-cycle): Temporarily switch `outline-regexp' if
22097         `org-cycle-include-plain-lists' is non-nil.
22098         (org-start-icalendar-file): Fix format bug.
22099         (org-agenda-get-day-entries): Create category table.
22100         (org-agenda-get-todos, org-agenda-get-timestamps)
22101         (org-agenda-get-deadlines, org-agenda-get-scheduled)
22102         (org-agenda-get-blocks): Use `org-get-category'.
22103         (org-context-in-file-links): Rename from
22104         `org-line-numbers-in-file-links'.
22106 2005-12-06  Romain Francoise  <romain@orebokech.com>
22108         * window.el (balance-windows): Delete extraneous third arg in call
22109         to `enlarge-window'.
22111 2005-12-06  Kenichi Handa  <handa@m17n.org>
22113         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
22115 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
22117         * progmodes/gdb-ui.el (gdb-var-create-handler)
22118         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
22119         (gdb-var-list-children-handler, gdb-var-update-handler):
22120         Current buffer is already gdb-partial-output-buffer, don't
22121         make it current again.
22123 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
22125         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
22126         (list-buffers-noselect): Use it.
22128 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22130         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
22131         (mail-yank-ignored-headers): Use regexp-opt.
22132         (mail-mode-map): Move initialization into declaration.
22133         (mail-sent-via): Remove unused shadowed var `to-line'.
22134         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
22135         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
22136         (mail-do-fcc): Use dolist and push.
22137         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
22138         (mail-yank-ignored-headers): Don't autoload.
22140 2005-12-05  Kenichi Handa  <handa@m17n.org>
22142         * international/mule-cmds.el (set-language-info-internal): New fun.
22143         (set-language-info): Call set-language-info-internal to update
22144         language-info-alist.  If LANG-ENV is the current one, call
22145         set-language-environment to make INFO effective now.
22146         (set-language-info-alist): Likewise.
22147         (locale-language-names): With locale "en", use English
22148         lang. env. but set the default codings to iso-8859-1.
22150 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
22152         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
22153         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
22154         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
22155         for plain strings.
22156         (gdb-frames-mode): Remove redundant call to font-lock-mode.
22157         (gdb-all-registers): Rename from toggle-gdb-all-registers.
22158         Create registers buffer if necessary.  Echo new state in minibuffer.
22159         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
22161 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
22163         * info.el (Info-fontify-node): Match external links using
22164         non-directory part of filename.
22166 2005-12-04  Juri Linkov  <juri@jurta.org>
22168         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
22169         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
22170         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
22171         because there is no customization option for it.
22173         * font-lock.el (lisp-font-lock-keywords-1):
22174         Add define-global-minor-mode.
22176         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
22178         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
22179         properties on the constructed variable names.
22181         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22182         Put `definition-name' properties on the constructed function names
22183         next-sym and prev-sym.
22185         * emacs-lisp/find-func.el (find-function-regexp):
22186         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
22187         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
22188         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
22189         and easy-menu-define.
22191         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
22192         easy-mmode-define-global-mode and define-global-minor-mode.
22193         (lisp-imenu-generic-expression): Add define-global-minor-mode.
22195         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
22196         instead of easy-mmode-define-global-mode.
22198         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
22199         Use define-minor-mode instead of easy-mmode-define-minor-mode.
22201         * cus-edit.el (customize-group, customize-group-other-window):
22202         Filter out autoloaded options from the group completion list by
22203         using heuristics that autoloaded groups don't have `custom-autoload'
22204         property on their symbols (they have only `custom-loads').
22206         * simple.el (completion-setup-function): Put completions-common-part
22207         face on complete completion string too (i.e. completion string
22208         without completions-first-difference face).
22210         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
22212 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
22214         * view.el (view-mode): Doc fix.
22216         * disp-table.el (standard-display-european): Add to the warning
22217         message a reference to the doc string.
22219         * play/yow.el (apropos-zippy): Call print-help-return-message,
22220         similar to other Help and Apropos commands.
22222         * help.el (print-help-return-message): If pop-up-frames is
22223         non-nil, set up help-return-method to delete the help window and,
22224         possibly, its frame as well, and don't display message about
22225         scrolling the help window.  Doc fix.
22226         (help-return-method): Doc fix.
22228 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
22230         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
22231         whereby names of length one or names starting with a
22232         symbol-constituent character would not be returned.
22234 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22236         * subr.el (atomic-change-group): Add edebug and indentation spec.
22238 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22240         * completion.el (save-completions-file-name): Fix typo in last change.
22242 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22244         * info.el: Move back/forward history to the beginning of the tool bar.
22246 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
22248         * allout.el (eval-when-compile): Remove unnecessary load of cl.
22249         Add fset of allout-real-isearch-abort during compile to fix
22250         byte-compilation warnings.
22251         (allout-mode-p): Move definition of this macro above all uses, or
22252         byte compilation in barren Emacs (eg, during Emacs build) will
22253         lack the definition.
22254         (allout-mode): Move this variable above any uses, or byte
22255         compilation will fail.
22256         (allout-resolve-xref): Remove use of personal file-reference function.
22257         (allout-toggle-current-subtree-encryption): Do the current (ie,
22258         visible containing) topic, rather than nearest around point.  Doc fix.
22259         (allout-toggle-subtree-encryption): New function, workhorse that
22260         works on nearest topic containing point.
22261         (allout-encrypt-string): Signal requirement for newer version of pgg.
22262         (allout-resumptions): Doc fix.
22264 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
22266         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
22268 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
22270         * textmodes/flyspell.el (flyspell-external-point-words):
22271         Consider a misspelling as found in the string search if: (a) misspelling
22272         and found string lengths match, or (b) misspelling is found as
22273         element in a boundary-chars separated longer string, or (c)
22274         ispell-program-name is really ispell and misspelling is found as
22275         part of a TeX string.  After successful match move beginning of
22276         search region to end of match.  Warn about not found misspellings
22277         once the process is done.
22278         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
22280 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
22282         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
22283         tool bar (removed inadvertently).
22285 2005-12-02  Juri Linkov  <juri@jurta.org>
22287         * log-view.el (log-view-diff): Clarify doc string.
22289 2005-12-01  Bill Wohler  <wohler@newt.com>
22291         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
22292         triggers lm-verify errors.
22294 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
22296         * simple.el (transient-mark-mode, line-number-mode)
22297         (column-number-mode, size-indication-mode): Remove `:require nil'.
22299 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
22301         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
22302         in the margin also.
22303         (gdb-breakpoints-mode-map): Use D instead of d for
22304         gdb-delete-breakpoint.
22305         (gdb-get-frame-number): Require a number to match on.
22306         (gdb-threads-mode-map): Add follow-link binding.
22308 2005-11-30  Jason Rumney  <jasonr@gnu.org>
22310         * isearch.el (isearch-mode-map): Avoid exiting search on
22311         language-change event.
22313 2005-11-30  Romain Francoise  <romain@orebokech.com>
22315         * speedbar.el (speedbar-default-position): New defcustom.
22316         (speedbar-frame-reposition-smartly): Use it.
22318         * dframe.el (dframe-reposition-frame-emacs): Fix position
22319         computation for `left' location.
22320         Update copyright year.
22322 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22324         * help.el (help-map): Move initialization into declaration.
22326         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
22328         * help-fns.el (help-argument-name): Don't autoload.
22329         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
22330         to be re-loaded when customizing the `help' group.
22332 2005-11-30  John Paul Wallington  <jpw@gnu.org>
22334         * help-fns.el (describe-function-1): Fill arglist output.
22336 2005-11-30  Kim F. Storm  <storm@cua.dk>
22338         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
22339         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
22340         after revert-buffer (or anything else which kills all local variables).
22342         * apropos.el (apropos-parse-pattern): Doc fix.
22343         Set apropos-regexp directly, rather than expecting callers to do so.
22344         (apropos-command, apropos, apropos-value, apropos-documentation):
22345         Simplify calls to apropos-parse-pattern.
22347 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22349         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
22350         (hi-lock-face-phrase-buffer): Use hi-yellow face.
22351         (hi-lock-write-interactive-patterns): Use comment-region.
22353         * longlines.el (longlines-mode): Add mail-setup-hook.
22355         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
22357         * simple.el (sendmail-user-agent-compose, next-line):
22358         Conditionally use hard-newline.
22360 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22362         * international/latexenc.el (latex-inputenc-coding-alist):
22363         Reword doc string.
22365 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22367         * help.el (describe-key-briefly, describe-key): Recognize default
22368         bindings.
22370 2005-11-29  Romain Francoise  <romain@orebokech.com>
22372         * view.el (view-inhibit-help-message): New defcustom.
22373         (view-mode-enter): Use it.
22375 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
22377         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
22378         Preserve user position.
22380 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
22382         * font-lock.el: Throw error if facemenu is not loaded to prevent
22383         accidental change of loading order in loadup.el.  (Suggested by RMS.)
22385         * loadup.el: Add comment explaining why facemenu must be loaded
22386         before font-lock.
22388 2005-11-28  Jay Belanger  <belanger@truman.edu>
22390         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
22391         (calc-dispatch-map): Add more keys for `calc-same-interface'.
22393         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
22395         * calc/calc-embed.el (calc-do-embedded): Update help message.
22397         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
22399 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22401         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
22403         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22404         called-interactively-p.
22405         (elp-profilable-p): Rename from elp-not-profilable-p.
22406         Invert result and take into account macros and autoloaded functions.
22407         (elp-instrument-function): Update call.
22408         (elp-instrument-package): Update call.  Add completion.
22409         (elp-pack-number): Use match-string.
22410         (elp-results-jump-to-definition-by-mouse): Merge into
22411         elp-results-jump-to-definition and then remove.
22412         (elp-output-insert-symname): Make help echo text single-line.
22414         * replace.el (query-replace-map): Move initialization into declaration.
22415         (occur-engine): Use with-current-buffer.
22416         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
22417         (occur-mode-mouse-goto): Replace with an alias.
22419 2005-11-28  Juri Linkov  <juri@jurta.org>
22421         * simple.el (quoted-insert): Let-bind input-method-function to nil.
22423         * term/w32-win.el: Bind [S-tab] to [backtab].
22425         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
22426         `Info-find-file' to t.
22428         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
22429         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
22430         and same-window-regexps.
22431         (occur-next-error): Don't move point for arg 0.
22433 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
22435         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
22437 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22439         * log-edit.el (log-edit-changelog-use-first): New var.
22440         (log-edit-changelog-ours-p): Use it.
22441         (log-edit-insert-changelog): Set it with new arg `use-first'.
22442         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
22443         (log-edit-hook): Add them to the list of suggested options.
22445         * textmodes/flyspell.el (flyspell-last-buffer): New var.
22446         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
22447         redundant work.
22448         (flyspell-mode-on): Use add-hook for after-change-functions.
22449         (flyspell-mode-off): Use remove-hook for after-change-functions.
22450         (flyspell-changes): Make it buffer-local.
22451         (flyspell-after-change-function): Make it non-interactive.  Use push.
22452         (flyspell-post-command-hook): Check input-pending-p while processing
22453         the potentially long list of buffer changes.
22455 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22457         * buff-menu.el (list-buffers-noselect): Display the selected
22458         frame's buffer list, not the global one.
22460 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22462         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
22463         that (list last-input-event) works as in interactive spec.
22465 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22467         * loadup.el ("facemenu"): Load facemenu before font-lock, because
22468         `facemenu-keymap' needs to be defined when font-lock is loaded.
22469         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
22471 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22473         * completion.el: Remove useless leading * in defcustom docstrings.
22474         (save-completions-file-name): Use ~/.emacs.d if available.
22475         (completion-standard-syntax-table): Rename from
22476         cmpl-standard-syntax-table and fold initialization into declaration,
22477         thus removing cmpl-make-standard-completion-syntax-table.
22478         (completion-lisp-syntax-table, completion-c-syntax-table)
22479         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
22480         (cmpl-saved-syntax, cmpl-saved-point): Remove.
22481         (symbol-under-point, symbol-before-point)
22482         (symbol-under-or-before-point, symbol-before-point-for-complete)
22483         (add-completions-from-c-buffer): Use with-syntax-table.
22484         (make-completion): Don't return a list of completion entries.
22485         Update callers.
22486         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
22487         (completion-initialize): Rename from initialize-completions.
22488         (completion-find-file-hook): Rename from cmpl-find-file-hook.
22489         (kill-emacs-save-completions): Collect stats here.
22490         (save-completions-to-file, load-completions-from-file):
22491         Use with-current-buffer.
22492         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
22493         into a function.  Move all calls to toplevel.
22494         (completion-lisp-mode-hook): New fun.
22495         (completion-c-mode-hook, completion-setup-fortran-mode):
22496         Set the syntax-table here.  Use local-set-key.
22497         (completion-saved-bindings): New var.
22498         (dynamic-completion-mode): Make it into a proper minor mode.
22499         (load-completions-from-file): Remove unused var `num-uses'.
22501         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
22502         constructor if it is explicitly overridden.
22504         * complete.el (PC-completion-as-file-name-predicate):
22505         Use minibuffer-completing-file-name.
22506         (partial-completion-mode): Use find-file-not-found-functions.
22507         (PC-lisp-complete-symbol): Use with-syntax-table.
22508         (PC-look-for-include-file): Remove dead setq.
22509         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
22510         (PC-complete): Use with-current-buffer.
22512         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
22513         escape single quotes.
22515 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22517         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
22518         of `if' whose condition always returned nil.  Doc fix.
22520         * buff-menu.el (Buffer-menu-revert-function): Make the selected
22521         window's buffer the current buffer around the call to
22522         `list-buffers-noselect'.  This is necessary to mark that buffer
22523         with a `.' in the Buffer Menu when called from Lisp, for instance
22524         by Auto Revert Mode.
22526 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22528         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
22529         attaching to it.
22530         (gdb-pre-prompt): Make sure gdb-error is reset.
22532         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
22533         with a child process, detect it.
22534         (gud-speedbar-buttons): Match regexp more carefully.
22536 2005-11-27  Richard M. Stallman  <rms@gnu.org>
22538         * mouse.el (mouse-drag-move-window-bottom):
22539         Use adjust-window-trailing-edge.
22541 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22543         * simple.el (blink-matching-open): Ignore
22544         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
22545         (blink-matching-paren-on-screen): Update docstring.
22547         * paren.el (show-paren-mode): No longer change
22548         `blink-matching-paren-on-screen'.
22550 2005-11-27  John Paul Wallington  <jpw@pobox.com>
22552         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22553         (gdb-threads-select, gdb-edit-register-value):
22554         Use `posn-set-point' instead of `mouse-set-point' because the
22555         latter is not fbound when configured without X.
22557 2005-11-27  Kim F. Storm  <storm@cua.dk>
22559         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
22560         existing face when partially highlighting a TAB in a rectangle.
22562 2005-11-26  Kim F. Storm  <storm@cua.dk>
22564         * ido.el (ido-mode-map): Doc fix.
22565         (ido-mode-common-map, ido-mode-file-map)
22566         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
22567         (ido-define-mode-map): Rewrite.  Select one of the new maps as
22568         parent for ido-mode-map instead of building from scratch.
22569         (ido-init-mode-maps): New defun to initialize new maps.
22570         (ido-mode): Call it.
22571         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
22572         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
22574 2005-11-26  John Paul Wallington  <jpw@pobox.com>
22576         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
22577         `mouse-set-point' because the latter is not fbound when configured
22578         without X.
22580 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
22582         * files.el (file-relative-name): Doc fix.
22584 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
22586         * progmodes/octave-inf.el (inferior-octave-startup): Force a
22587         non-empty string for secondary prompt PS2.
22589 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22591         * progmodes/compile.el (compilation-setup): Fix last change.
22593 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
22595         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22596         (gdb-mouse-toggle-breakpoint-margin)
22597         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
22598         Add gdb-server-prefix to keep out of command history.
22599         (gdb-edit-register-value): New function.
22600         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
22601         (gdb-info-registers-custom): Use above map.
22603 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22605         * custom.el (enable-theme): Signal error if argument is not a
22606         theme.  Don't recalculate a face if it's not loaded yet.
22608         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
22609         the `user' theme is in effect.
22611         * info.el (Info-on-current-buffer): Record actual filename in
22612         Info-current-file, instead of t, or a fake filename if a non-file
22613         buffer.  Make autoload.
22614         (Info-find-node, Info-revert-find-node): No need to check for
22615         Info-current-file nil.
22616         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
22617         Info-current-file is now never `t'.
22618         (Info-fontify-node): Many simplifications due to Info-current-file
22619         always being valid.  Use Info-find-file to find node filename.
22621 2005-11-25  David Kastrup  <dak@gnu.org>
22623         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
22624         new character, then delete" in order to preserve markers.
22626 2005-11-25  David Ponce  <david@dponce.com>
22628         * recentf.el (recentf-arrange-by-rule): Handle a special
22629         `auto-mode-alist'-like "strip suffix" rule.
22630         (recentf-build-mode-rules): Handle second level auto-mode entries.
22632 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
22634         * emulation/viper-keym.el (viper-ESC-key): Use different values
22635         in terminal and window modes.
22637         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
22638         add jde-javadoc-checker-report-mode.
22640         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
22642         * ediff.el (ediff-date): Change the date of last update.
22644 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
22646         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
22647         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
22648         (hi-lock-mode): New global minor mode.
22649         (turn-on-hi-lock-if-enabled): New function.
22650         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
22651         Change arguments to regexp and face instead of a font-lock pattern.
22652         Directly set face property, instead of refontifying.
22653         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
22654         (hi-lock-find-patterns): Use line-number-at-pos.
22656         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
22657         arguments for hi-lock-set-pattern.
22658         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
22659         Call font-lock-fontify-buffer.
22660         (hi-lock-find-file-hook, hi-lock-current-line)
22661         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
22663         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
22664         turned off.
22666         * progmodes/compile.el (compilation-setup): Don't fiddle with
22667         font-lock-defaults.
22669 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
22671         * progmodes/gdb-ui.el (gdb-var-create-handler)
22672         (gdb-var-list-children-handler): Find values for all variable
22673         objects.  gud-speedbar-buttons decides whether to display them.
22675 2005-11-24  Romain Francoise  <romain@orebokech.com>
22677         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
22678         buffer name with a space.
22680 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
22682         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
22683         `org-export-local-list-max-depth'.  Change default value to 3.
22684         (org-auto-renumber-ordered-lists)
22685         (org-plain-list-ordered-item-terminator): New options.
22686         (org-at-item-p, org-beginning-of-item, org-end-of-item)
22687         (org-get-indentation, org-get-string-indentation)
22688         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
22689         New functions.
22690         (org-move-item-down, org-move-item-up): New commands.
22691         (org-export-as-html): New classes for CSS support.  Bug fix in
22692         regular expression detecting fixed-width regions.  Respect
22693         `org-local-list-ordered-item-terminator'.
22694         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
22695         also a list item.
22696         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
22697         New item moving functions.
22699 2005-11-24  Juri Linkov  <juri@jurta.org>
22701         * isearch.el (isearch-repeat): With empty search ring set
22702         `isearch-error' to the error string instead of signaling error
22703         with the function `error'.
22705 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22707         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
22709 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
22711         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
22712         and variable.
22713         (gdb-var-create-handler, gdb-var-list-children-handler):
22714         Don't match on "char **...".
22715         (gdb-var-update-handler): Find values for all variable objects.
22716         (gdb-info-frames-custom): Identify frames by leading "#".
22718         * progmodes/gud.el (gud-speedbar-menu-items): Add
22719         gdb-speedbar-auto-raise as radio button.
22720         (gud-speedbar-buttons): Raise speedbar if requested.
22721         Don't match on "char **...".
22722         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
22723         Make it editable.
22725 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
22727         * info.el (Info-fontify-node): Handle the case where
22728         Info-current-file is t.
22730 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22732         * simple.el (blink-matching-open): Fix off-by-one in last change.
22734 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22736         * term/mac-win.el: Don't change default directory.
22738 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
22740         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
22741         buffers correctly.  (It used to throw an error in such buffers.)
22742         Make it ask for confirmation in group buffers and other Custom
22743         buffers containing more than one customization item.
22745 2005-11-22  John Paul Wallington  <jpw@gnu.org>
22747         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
22748         property on mail and url overlays.
22749         (goto-address-at-point): Use `posn-set-point' instead of
22750         `mouse-set-point' because the latter is not fbound when configured
22751         without X.
22753 2005-11-22  Lars Hansen  <larsh@soem.dk>
22755         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
22756         (ls-lisp-classify, ls-lisp-format): Delete call to
22757         ls-lisp-parse-symlink.
22758         (ls-lisp-handle-switches): Handle symlinks to directories as
22759         directories when ls-lisp-dirs-first in non-nil.
22761 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
22763         * startup.el (command-line): Make sure that loaddefs.el is handled
22764         correctly in load-history.
22766 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
22768         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
22769         (gdb-struct-string, gdb-array-string): New constants.
22770         (gdb-info-locals-handler): Use them.
22771         (gdb-reset): Reset gdb-var-list to nil.
22773 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22775         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
22776         in patterns.
22778 2005-11-21  Juri Linkov  <juri@jurta.org>
22780         * custom.el (defcustom): Update link types in docstring.
22782 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
22784         * custom.el (defgroup): Add doc-string-elt info.
22786         * widget.el (define-widget): Don't use declare for the doc-string-elt.
22788 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22790         * newcomment.el (comment-enter-backward): Fix last fix.
22792         * simple.el (blink-matching-open):
22793         * paren.el (show-paren-function): Allow new paren-class info.
22795 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
22797         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
22798         handled automagically.
22800 2005-11-20  Andreas Schwab  <schwab@suse.de>
22802         * descr-text.el (describe-char): When copying overlays put them
22803         over the full char description instead of just the first character
22804         of it.
22806 2005-11-20  Juri Linkov  <juri@jurta.org>
22808         * simple.el (what-cursor-position):
22809         * descr-text.el (describe-char): Use Lisp-readable syntax
22810         for octal and hex.  Reorder decimal, octal and hex values.
22811         Remove excess whitespace in the output.  Use `=' in `column='
22812         like in `point=' and `Hscroll='.
22814         * international/mule-cmds.el (encoded-string-description):
22815         Use Lisp-readable syntax for hex.
22817 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22819         * newcomment.el (comment-enter-backward): Handle the case where the
22820         comment is closed by EOB.
22822 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22824         * longlines.el (longlines-before-revert-hook)
22825         (longlines-after-revert-hook): New functions.
22826         (longlines-mode): Turn off longlines temporarily when reverting.
22827         Add a message-setup-hook.
22828         (longlines-decode-buffer): New function.
22829         (longlines-wrap-line): Preserve marker positions.
22831 2005-11-19  Andreas Schwab  <schwab@suse.de>
22833         * emacs-lisp/shadow.el: Handle compressed files.
22835 2005-11-19  Romain Francoise  <romain@orebokech.com>
22837         * net/browse-url.el (browse-url-default-browser): Signal an error
22838         if no usable browser can be found, rather than try to load w3.
22840 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
22842         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
22843         replacing existing properties.
22844         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22845         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
22846         tty specs.
22847         (rcirc-server-prefix, rcirc-server): New faces.
22848         (rcirc-url-regexp): Generate with rx macro.
22849         (rcirc-last-server-message-time): New variable.
22850         (rcirc-filter): Record time of last message.
22851         (rcirc-keepalive): Kill processes that did not send a message
22852         since the last ping.
22853         (rcirc-mode): Give rcirc-topic a local binding here.
22855 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
22857         * subr.el (read-passwd): Fontify the prompt as we do with other
22858         prompts.
22860 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
22862         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
22863         binding buffer-read-only to nil.
22865 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
22867         * complete.el (partial-completion-mode):
22868         Mention completion-auto-help in the doc string.
22870         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
22871         more Lisp-ish way.
22873 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
22875         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
22876         digits, not 8, to avoid misalignment for files larger than 100MB.
22878 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
22880         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
22881         Mention "keyboard shortcuts" in the help text.
22883 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22885         * startup.el (fancy-splash-default-action): Discard only
22886         mouse-down and succeeding mouse-up events in the splash screen
22887         window so that drag-n-drop event can be processed.
22889 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
22891         * longlines.el (longlines-mode): Add hacks for mail-mode and
22892         message-mode.
22894 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
22896         * textmodes/org.el (org-table-sort-lines): New command.
22897         (org-tbl-menu): Add entry for `org-table-sort-lines'.
22898         (org-add-file): Command removed, use `org-agenda-file-to-front'
22899         instead.
22900         (org-export-icalendar): Use `org-icalendar-combined-name'.
22901         (org-cycle-agenda-files, org-agenda-file-to-end)
22902         (org-agenda-file-to-front): New commands.
22903         (org-table-tab-jumps-over-hlines, org-export-html-style):
22904         New options.
22905         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
22906         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
22907         New functions.
22908         (org-fill-paragraph): Call `org-table-align' in tables.
22909         (org-mode): Call `org-set-autofill-regexps'.
22910         (org-export-as-html): Support for local handformatted lists.
22911         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
22912         (org-export-local-list-max-depth): New option.
22913         (org-html-expand): Use `org-html-protect'.
22915 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
22917         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
22918         to "p".
22919         (gdb): Move definition of gud-pp to...
22921         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
22922         speedbar.
22923         (gdb-find-watch-expression): New function.
22925 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22927         * faces.el (face-attribute, set-face-attribute): Mention existence
22928         of `:ignore-defface' setting in docstring.
22930 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22932         * simple.el (completion-setup-function): Fix last change.
22934 2005-11-17  John Paul Wallington  <jpw@pobox.com>
22936         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
22937         Use `posn-set-point' instead of `mouse-set-point' because the
22938         latter is not fbound when configured without X.
22940         * comint.el (comint-insert-input): Likewise.
22942 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22944         * simple.el (hard-newline): New variable.
22945         (sendmail-user-agent-compose, next-line): Use it.
22947         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
22948         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
22949         (mail-mail-reply-to, mail-mail-followup-to)
22950         (mail-position-on-field, mail-signature, mail-yank-original)
22951         (mail-attach-file): Likewise.
22953         * mail/mailheader.el (mail-header-format)
22954         (mail-header-format-function): Likewise.
22956         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
22958 2005-11-17  Juri Linkov  <juri@jurta.org>
22960         * font-lock.el (font-lock-faces): Rename this defgroup from
22961         `font-lock-highlighting-faces'.
22962         (font-lock-comment-face, font-lock-comment-delimiter-face)
22963         (font-lock-string-face, font-lock-doc-face)
22964         (font-lock-keyword-face, font-lock-builtin-face)
22965         (font-lock-function-name-face, font-lock-variable-name-face)
22966         (font-lock-type-face, font-lock-constant-face)
22967         (font-lock-warning-face, font-lock-negation-char-face)
22968         (font-lock-preprocessor-face)
22969         (font-lock-regexp-grouping-backslash)
22970         (font-lock-regexp-grouping-construct): Rename :group from
22971         `font-lock-highlighting-faces' to `font-lock-faces'.
22973         * cus-edit.el (lisp, c, tex):
22974         * progmodes/ada-mode.el (ada):
22975         * progmodes/asm-mode.el (asm):
22976         * progmodes/cperl-mode.el (cperl-faces):
22977         * progmodes/cpp.el (cpp):
22978         * progmodes/dcl-mode.el (dcl):
22979         * progmodes/f90.el (f90):
22980         * progmodes/fortran.el (fortran):
22981         * progmodes/icon.el (icon):
22982         * progmodes/idlwave.el (idlwave-misc):
22983         * progmodes/m4-mode.el (m4):
22984         * progmodes/make-mode.el (makefile):
22985         * progmodes/meta-mode.el (meta-font):
22986         * progmodes/modula2.el (modula2):
22987         * progmodes/octave-mod.el (octave):
22988         * progmodes/pascal.el (pascal):
22989         * progmodes/perl-mode.el (perl):
22990         * progmodes/prolog.el (prolog):
22991         * progmodes/ps-mode.el (PostScript-edit):
22992         * progmodes/scheme.el (scheme):
22993         * progmodes/sh-script.el (sh-script):
22994         * progmodes/simula.el (simula):
22995         * progmodes/tcl.el (tcl):
22996         * textmodes/nroff-mode.el (nroff):
22997         * textmodes/reftex-vars.el (reftex-fontification-configurations):
22998         * textmodes/sgml-mode.el (sgml):
22999         * textmodes/texinfo.el (texinfo):
23000         Add :link (custom-group-link font-lock-faces) to defgroup.
23002         * hi-lock.el (hi-lock): Rename this defgroup from
23003         `hi-lock-interactive-text-highlighting'.  Change parent group from
23004         `faces' to `font-lock'.  Add link to the manual.
23005         (hi-lock-mode, hi-lock-file-patterns-range)
23006         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
23007         `hi-lock-interactive-text-highlighting' to `hi-lock'.
23008         (hi-lock-faces): Add :group `faces'.
23010         * cus-edit.el (custom-variable-prompt): Clarify the code.
23012         * faces.el (face-read-string): Set the default value arg of
23013         completing-read.
23015 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
23017         * rfn-eshadow.el (file-name-shadow-properties)
23018         (file-name-shadow-tty-properties, file-name-shadow-mode):
23019         Remove autoloads, because the file is now preloaded.
23021 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23023         * printing.el (easy-menu-intern): Don't define.
23024         (pr-get-symbol): Use easy-menu-intern only if defined.
23026         * simple.el (blink-matching-open): Simplify a bit.
23027         (completion-setup-function): Fix the case of partial-completion-mode
23028         when the minibuffer's contents start with "-".
23029         Obey completion-base-size-function even when
23030         minibuffer-completing-file-name is non-nil.
23032 2005-11-16  Richard M. Stallman  <rms@gnu.org>
23034         * net/eudcb-ph.el (eudc-ph-open-session):
23035         Use set-process-query-on-exit-flag.
23037         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
23039         * international/ucs-tables.el (ucs-set-table-for-input):
23040         Use make-local-variable, not make-variable-buffer-local.
23042         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23043         Improve warning message text.
23045         * savehist.el (savehist-save-hook): Add :group.
23047         * menu-bar.el (menu-bar-help-menu):
23048         Rename Find Extra Packages to External Packages.
23050         * cus-edit.el (Custom-reset-standard): Verify that
23051         :custom-standard-value prop exists before calling it.
23053         * apropos.el (apropos-calc-scores): Use apropos-pattern.
23055 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
23057         * wid-edit.el (color): Enclose %t in %{...%}.
23059         * cus-edit.el (face): Enclose %t in %{...%}.
23061 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
23063         * savehist.el (savehist-mode-hook): Re-add the var.
23064         (savehist-mode): Use it.
23066 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23068         * textmodes/flyspell.el: Fix commenting convention.
23069         Remove unnecessary leading * in custom docstrings.
23070         (flyspell-emacs): Remove unused var.
23071         (flyspell-delete-region-overlays): Use remove-overlays.
23072         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
23073         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
23074         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
23075         (flyspell-debug-signal-word-checked): Use with-current-buffer.
23076         (make-flyspell-overlay): Don't locally reuse a global name.
23077         (flyspell-highlight-incorrect-region)
23078         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
23079         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
23080         (flyspell-notify-misspell): Remove unused args `start' and `end'.
23081         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
23082         Wrap calls to accept-process-output inside with-local-quit since it's
23083         often called from a post-command-hook.
23084         (flyspell-correct-word, flyspell-auto-correct-word):
23085         Use ispell-send-string.
23086         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
23088         * calendar/diary-lib.el (diary-list-entries): Also hide the
23089         terminating newline.
23091 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
23093         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
23094         window-system, to allow fonts on tty.
23096 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
23098         * progmodes/gud.el (gud-speedbar-item-info): New function.
23099         (gud-install-speedbar-variables): Use it to display data type
23100         of watch expression as a tooltip in speedbar.
23102 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
23104         * font-core.el (global-font-lock-mode): Add :version keyword,
23105         because default was changed.
23107         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
23109         * startup.el (command-line): Use `custom-reevaluate-setting' for
23110         `file-name-shadow-mode'.
23112         * loadup.el: Preload rfn-eshadow.
23114         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
23115         Add :version keyword.
23116         (file-name-shadow-properties, file-name-shadow-tty-properties)
23117         (file-name-shadow): Add :version keyword.
23119         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
23120         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
23121         in the custom-group property of the symbol frames and the fringe
23122         group got no link to its parent group frames.
23123         Doc fix.
23125 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23127         * progmodes/gud.el (gud-stop-subjob): New function.
23128         (gud-menu-map, gud-tool-bar-map): Use it.
23130 2005-11-16  Kim F. Storm  <storm@cua.dk>
23132         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
23133         than kill it.
23134         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
23135         to a more useful/logical place.
23137 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23139         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
23140         go buttons complementary.
23142 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23144         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
23145         (rfn-eshadow-sifn-equal): New function.
23146         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
23148 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
23150         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
23151         Quote `-' in string.
23153         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
23154         rcirc-mode buffers come up in Emacs state.
23156         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
23157         operation.
23159 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
23161         * term.el (term-termcap-format): Fix typos.
23162         (term-down): Fix the negative argument case.
23164 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23166         * progmodes/gdb-ui.el: Remove face-alias left over from change on
23167         2005-08-15.
23168         (gdb-ann3): New command gud-go.
23169         (menu): Accomodate gdb-mi.el.
23170         (gdb-assembler-custom): Make buffer of selected window current
23171         so that set-window-point works.
23173         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
23174         buttons and include new ones.
23176 2005-11-16  Kim F. Storm  <storm@cua.dk>
23178         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
23179         (gud-menu-map): Use it.
23181 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
23183         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
23184         that works correctly for Custom and that does not override a user
23185         who disables it.
23187         * help-mode.el (help-make-xrefs, help-xref-on-pp)
23188         (help-xref-interned, help-follow): Make hyperlinks for variables
23189         that are unbound, but have a non-nil variable-documentation property.
23191         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
23192         mode hook.  (It conflicted with defcustoms for some mode hooks.)
23193         Use the `variable-documentation' property to give the mode hook a
23194         docstring and expand that docstring.
23196 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
23198         * savehist.el (savehist-mode): Don't bother with
23199         `custom-set-minor-mode'.
23200         (savehist-coding-system): Check XEmacs version.
23201         (history-length): Declare also at run time.
23202         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
23203         Don't set the customize state.
23204         (savehist-minibuffer-hook): Special case for when
23205         minibuffer-history-variable is equal to t.
23207 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23209         * files.el (write-file): Refresh VC status.
23211         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
23212         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
23213         than fundamental-mode to see if the mode was set.
23215 2005-11-14  Romain Francoise  <romain@orebokech.com>
23217         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
23218         dummy function in `eval-when-compile' to avoid compiler warning.
23219         Require `man' at compile time.
23221 2005-11-14  Jay Belanger  <belanger@truman.edu>
23223         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
23224         calcFunc-powerexpand.
23225         (math-write-out-power): Rename it to math-powerexpand; have it
23226         handle negative exponents.
23227         (calc-writeoutpower): Rename it to calc-powerexpand.
23229         * calc/calc-ext.el: Change calcFunc-writeoutpower and
23230         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
23231         autoloads.
23232         Add calcFunc-ldiv to autoloads.
23234         * calc/calc-arith.el (calcFunc-ldiv): New function.
23236         * calc/calc.el (calc-left-divide): New function.
23238 2005-11-14  Juri Linkov  <juri@jurta.org>
23240         * cus-edit.el (custom-variable-prompt): Set the default value arg
23241         of completing-read.
23243         * cus-dep.el (custom-make-dependencies): Reverse the list of
23244         found dependencies.
23246 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
23248         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
23249         Highlighting" entry, it is on by default now.
23250         (menu-bar-options-save): Do not save global-font-lock-mode.
23252 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23254         * textmodes/flyspell.el (flyspell-large-region):
23255         Call flyspell-accept-buffer-local-defs.
23257 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
23259         * textmodes/flyspell.el (flyspell-notify-misspell):
23260         Fix misspelling of "Misspelling".
23261         (flyspell-process-localwords): New function.
23262         (flyspell-large-region): Call flyspell-process-localwords and
23263         flyspell-delete-region-overlays.
23264         (flyspell-delete-region-overlays): New function.
23265         (flyspell-delete-all-overlays): Call that.
23267 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23269         * help.el (help-for-help-internal): Improve doc of C-h a.
23270         (describe-key): Improve prompt; doc fix.
23272 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23274         * vc-svn.el (vc-svn-registered): Catch all errors.
23276         * cus-dep.el (custom-make-dependencies): Typo.
23278 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
23280         * net/tramp-util.el (top): Fix compilation warning.
23282 2005-11-13  Kim F. Storm  <storm@cua.dk>
23284         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
23286 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23288         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
23289         (gud-speedbar-buttons): Match on "const char *" too.
23291         * progmodes/gdb-ui.el (gdb-var-create-handler)
23292         (gdb-var-list-children-handler): Match on "const char *" too.
23293         (gdb-var-evaluate-expression-handler): Match on empty string.
23294         (gdb-var-update-handler): Only call
23295         gdb-var-evaluate-expression-handler when required.
23297 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23299         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
23300         selected window.  This still doesn't work for speedbar.
23301         (gud-speedbar-buttons): Handle string expressions properly.
23303         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
23304         (gdb-var-create-handler): Handle string expressions properly.
23305         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
23306         Handle string expressions properly.  Move "type" field into regexp.
23308 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23310         * bookmark.el (bookmark-maybe-message): New function to reduce
23311         code duplication: invokes `message' iff baud-rate is high enough.
23312         (bookmark-write-file): Use above instead of an inline conditional.
23313         (bookmark-load): Same.
23315 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23317         * bookmark.el (bookmark-write-file): Don't visit the destination
23318         file, just write the data to it using write-region.  This is
23319         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
23320         change to avoid visiting the file in the first place.
23322 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
23324         * hi-lock.el (hi-lock-mode): Set the default value of
23325         font-lock-defaults.
23327 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
23329         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
23330         arg to `file-attributes'.
23331         (find-lisp-format): The UID and GID can now be strings.
23333 2005-11-12  Kim F. Storm  <storm@cua.dk>
23335         * help.el (help-map): Bind C-h d to apropos-documentation.
23337         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
23338         when point is at end-of-buffer.
23340         * apropos.el (apropos-match-face): Doc fix.
23341         (apropos-sort-by-scores): Add new choice `verbose'.
23342         (apropos-documentation-sort-by-scores): New defcustom.
23343         (apropos-pattern): Now contains the pattern entered by the user.
23344         (apropos-pattern-quoted): New defvar.
23345         (apropos-regexp): New defvar, containing the regexp corresponding
23346         to apropos-pattern.
23347         (apropos-all-words-regexp): Rename from apropos-all-regexp.
23348         (apropos-read-pattern): New defun.  Use it to read pattern arg in
23349         interactive calls; returns list of words for a word list, and
23350         string for a regexp.
23351         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
23352         parses a list of words or regexp as returned by apropos-read-pattern.
23353         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
23354         (apropos-score-doc): Return a very high score if the string
23355         entered by the user matches literally.
23356         (apropos-variable): Doc fix.  Use apropos-read-pattern.
23357         (apropos-command): Doc fix.  Use apropos-read-pattern and
23358         apropos-parse-pattern.  Call apropos-print with nosubst=t.
23359         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
23360         apropos-parse-pattern.
23361         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
23362         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
23363         apropos-documentation-sort-by-scores.  Call apropos-print with
23364         nosubst=t.
23365         (apropos-documentation-internal): Pass doc string through
23366         substitute-key-definition before adding text properties.
23367         Highlight substring matching literal user input if possible.
23368         (apropos-documentation-check-doc-file): Remove locals beg and end.
23369         Fix calculation of score (as added twice).  Pass doc string through
23370         substitute-key-definition before adding text properties.
23371         (apropos-documentation-check-elc-file): Pass doc string through
23372         substitute-key-definition before adding text properties.
23373         Highlight substring matching literal user input if possible.
23374         (apropos-print): Add new arg NOSUBST; if set, command and variable
23375         doc strings have already been passed through substitute-key-definition.
23376         Add code to handle apropos-accumulator items without score element
23377         for backwards compatibility (e.g. with woman package).
23378         Only show scores if apropos-sort-by-scores is `verbose'.
23380 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23382         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
23383         Add jka-compr-load-suffixes to load-suffixes.
23385         * jka-compr.el: Require jka-cmpr-hook.
23386         (jka-compr-info-compress-message, jka-compr-info-compress-program)
23387         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
23388         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
23389         (jka-compr-info-can-append, jka-compr-info-strip-extension)
23390         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
23391         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
23392         (jka-compr-uninstall): Remove entries from
23393         jka-compr-added-to-file-coding-system-alist after they are used.
23394         (jka-compr-error): Remove unused var `curbuf'.
23395         (jka-compr-file-local-copy): Remove unused var `notfound'.
23397 2005-11-10  Romain Francoise  <romain@orebokech.com>
23399         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
23401 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
23403         * progmodes/gud.el (gud-menu-map): Move parentheses.
23404         (gdb): New command gud-pv.
23406 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23408         * tar-mode.el: Remove spurious or unnecessary leading stars
23409         in docstrings.
23410         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
23411         (tar-parse-octal-integer-safe): Use mapc.
23412         (tar-header-block-summarize): Remove unused var `ck'.
23413         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
23414         cleared before.  Obey default-enable-multibyte-characters.
23415         Use mapconcat.  Simplify setting of tar-header-offset.
23416         (tar-mode-map): Move initialization inside delcaration.
23417         (tar-flag-deleted): Use `abs'.
23418         (tar-expunge-internal): Remove unused var `line'.
23419         (tar-expunge-internal): Don't hardcode point-min==1.
23420         (tar-expunge): Widen while doing set-buffer-multibyte.
23421         (tar-rename-entry): Use file-name-coding-system.
23422         (tar-alter-one-field): Don't hardcode point-min==1.
23423         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
23424         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
23426 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23428         * add-log.el (add-log-current-defun): Handle class::method
23429         notation of c++.  Fix incorrect comment.
23431 2005-11-10  Alan Mackenzie  <acm@muc.de>
23433         * help-fns.el (describe-variable): Make C-h v work when a variable
23434         has variable documentation yet is unbound.
23436 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23438         * man.el (Man-highlight-references): Set an empty
23439         string to `Man-arguments' if it is nil.
23440         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
23442 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23444         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
23445         commenting conventions.
23447         * cus-dep.el (custom-make-dependencies): Simplify.
23448         Better follow the commenting conventions.
23450 2005-11-09  Richard M. Stallman  <rms@gnu.org>
23452         * apropos.el (apropos-pattern): Rename from apropos-regexp.
23453         (apropos-orig-pattern): Rename from apropos-orig-regexp.
23454         All uses changed.
23455         (apropos-rewrite-regexp): Doc fix.
23456         (apropos-variable, apropos-command, apropos, apropos-value):
23457         Change prompt; carry through the argument renaming.
23459 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
23461         * find-lisp.el: Require dired.
23462         (find-lisp-find-dired-internal): Do not call
23463         `abbreviate-file-name' on DIR.
23465 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
23467         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
23469 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
23471         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
23472         when using the speedbar.
23473         (gdb): New command gud-pp.
23474         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
23476 2005-11-09  Juri Linkov  <juri@jurta.org>
23478         * replace.el (occur-excluded-properties): New defcustom.
23479         (occur-1, occur-engine, occur-accumulate-lines): Use it.
23481 2005-11-08  Jay Belanger  <belanger@truman.edu>
23483         * calc/calc-units.el (math-convert-units): Replace any composite
23484         unit by its definition.
23486 2005-11-08  Lars Hansen  <larsh@soem.dk>
23488         * emacs-lisp/autoload.el (update-directory-autoloads):
23489         Add obsolete function alias.
23491 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23493         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
23494         comment-indent-function.
23495         (lisp-comment-indent): Replace by an alias for comment-indent-default.
23497         * reveal.el (reveal-post-command): Rework the handling of
23498         reveal-open-spots, so as to be more reliable.  There were several
23499         tricky corner cases where an open spot might be lost, or where
23500         a closed spot might end up on the list of open spots.
23501         Only reveal text that's ellipsised.
23503 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
23505         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
23507 2005-11-07  John Paul Wallington  <jpw@gnu.org>
23509         * ibuffer.el (ibuffer): Search iconified frames too when
23510         getting Ibuffer buffer's window.
23512 2005-11-06  Richard M. Stallman  <rms@gnu.org>
23514         * progmodes/compile.el (compilation-internal-error-properties):
23515         save-excursion around the computation of MARKER.
23517 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
23519         * textmodes/flyspell.el (flyspell-external-point-words):
23520         flyspell-get-word returns a list, not just a string.
23522 2005-11-06  John Paul Wallington  <jpw@pobox.com>
23524         * ibuffer.el (ibuffer): Search all visible frames when getting
23525         Ibuffer buffer's window.
23527 2005-11-07  Masatake YAMATO  <jet@gyve.org>
23529         * man.el (Man-reference-regexp): Accept spaces between
23530         `Man-name-regexp' and `Man-section-regexp'.
23531         (Man-apropos-regexp): New variable.
23532         (Man-abstract-xref-man-page): Use value for `Man-target-string'
23533         if available.
23534         (Man-highlight-references, Man-highlight-references0):
23535         Handle the case when `Man-arguments' includes "-k".
23536         (Man-highlight-references0): Rename the argument `TARGET-POS' to
23537         `TARGET'. `TARGET' can be a number, function or nil.
23539 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
23541         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
23542         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
23543         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
23544         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
23545         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
23546         (gdb-send-item): Use buffer-local-value and simplify.
23548 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
23550         * startup.el (command-line): Use `custom-reevaluate-setting' for
23551         `global-font-lock-mode'.
23553         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
23554         by default, except in batch mode or when the -D option is given.
23556         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
23557         specified keyword args on to `define-minor-mode'.  Update docstring.
23559 2005-11-05  Romain Francoise  <romain@orebokech.com>
23561         * replace.el (occur-engine): Add marker at end of line, too.
23563 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
23565         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23566         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23567         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23568         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23569         argument to all these routines, so the passphrase can be managed
23570         externally and passed in to the system.
23571         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23572         pgg-add-passphrase-to-cache function.
23574         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23575         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23576         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23577         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23578         argument to all these routines, so the passphrase can be managed
23579         externally and passed in to the system.
23580         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23581         function.
23583 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
23585         * font-lock.el: Don't deal with font-lock-face-attributes here,
23586         move the code ...
23588         * startup.el (command-line): ... here.  Use face-spec-set instead
23589         of custom-declare-face.
23591         * faces.el (face-spec-set): Reset the face if spec is not nil.
23593 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23595         * newcomment.el (comment-region-internal): Box more tightly in the
23596         common case where there's no TAB in the boxed text.
23598 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23600         * info.el (info-tool-bar-map): Use images prev-node, next-node and
23601         up-node.
23603 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
23605         * net/newsticker.el: Commentary updated.  Code formatting changed.
23606         (newsticker-version): Change to "1.9".
23607         (newsticker, newsticker-feed): Doc fix.
23608         (newsticker-url-list): Doc fix.  Add option "Weekly".
23609         (newsticker-retrieval-interval): Add option "Weekly".
23610         (newsticker-headline-processing): Doc fix.
23611         (newsticker-auto-mark-filter): Remove.
23612         (newsticker-auto-mark-filter-list): New.
23613         (newsticker-layout, newsticker-sort-method): Doc fix.
23614         (newsticker-hide-old-items-in-newsticker-buffer)
23615         (newsticker-heading-format, newsticker-item-format)
23616         (newsticker-desc-format): Doc fix.
23617         (newsticker-show-all-rss-elements): Remove.
23618         (newsticker-show-all-news-elements): New.
23619         (newsticker-faces, newsticker-ticker): Doc fix.
23620         (remove-from-invisibility-spec): Code formatting.
23621         (newsticker--process-ids): New.
23622         (newsticker-mode): Doc fix.
23623         (newsticker-mode): Change mode-line-format.
23624         (newsticker-start): Remove debug output.
23625         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
23626         (newsticker-w3m-show-inline-images): Code formatting.
23627         (newsticker-next-item): Call `force-mode-line-update'.
23628         (newsticker-previous-item): Call `force-mode-line-update'.
23629         (newsticker-next-feed): Call `force-mode-line-update'.
23630         (newsticker-previous-feed): Call `force-mode-line-update'.
23631         (newsticker-mark-all-items-at-point-as-read): Code formatting.
23632         (newsticker-show-old-items): Do not show descs.
23633         (newsticker-hide-entry): Hide too much.
23634         (newsticker-hide-entry, newsticker-show-entry)
23635         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
23636         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
23637         (newsticker-toggle-auto-narrow-to-item): Code formatting.
23638         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
23639         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
23640         (newsticker-get-news): Call `force-mode-line-update'.
23641         Collect process ids.
23642         (newsticker--sentinel): Change coding system handling.
23643         Move image retrieval to new functions newsticker--get-logo-url-*.
23644         Move feed parsing to new functions newsticker--parse-*.
23645         Update list of process ids.
23646         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
23647         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
23648         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
23649         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
23650         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
23651         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
23652         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
23653         (newsticker--decode-coding-string): Remove.
23654         (newsticker--decode-numeric-entities): Check input.  Format code.
23655         (newsticker--remove-whitespace): Check input.
23656         (newsticker--do-forget-preformatted): Doc fix.
23657         (newsticker--decode-rfc822-date): Allow for missing time.
23658         (newsticker--update-process-ids): New.
23659         (newsticker--image-sentinel): Change comment.
23660         (newsticker--image-read): Change error message.
23661         (newsticker--imenu-goto): Doc fix.  Show headline title.
23662         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
23663         (newsticker--buffer-do-insert-text): Clean whitespace in
23664         html-rendered headline title.  Code formatting.
23665         Call `newsticker--buffer-print-extra-elements'.
23666         (newsticker--buffer-print-extra-element): Remove.
23667         (newsticker--buffer-print-extra-elements): New.
23668         (newsticker--buffer-do-print-extra-element): New.
23669         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
23670         large sizes.
23671         (newsticker--run-auto-mark-filter)
23672         (newsticker--do-run-auto-mark-filter):
23673         Use `newsticker-auto-mark-filter-list'.
23675 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
23677         * net/rcirc.el: Use split-string OMIT-NULLS argument.
23678         (rcirc-print): Force redisplay before running hooks.  Do long
23679         buffer truncation after making new text read-only.  Deal with nil
23680         text when decoding strings.  If TARGET is nil, use either the
23681         currently selected buffer, if it is an rcirc buffer and of the
23682         same process or the process buffer.
23683         (rcirc-mode): Remove header-line.  Recompute short buffer names.
23684         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
23685         (rcirc-short-buffer-name): Add variable.
23686         (rcirc-kill-buffer-hook): Recompute short buffer names.
23687         Remove nick from private channel.
23688         (rcirc-send-input): Send command text to current-buffer.
23689         Don't clear overlay arrow here.
23690         (rcirc-short-buffer-name): Return a short buffer name.
23691         (rcirc-update-short-buffer-names, rcirc-abbreviate)
23692         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
23693         buffer-name abbreviations.
23694         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
23695         Do not touch nick-table when killing a parted channel.
23696         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
23697         Clear arrow from current buffer if it is now hidden.
23698         (rcirc-current-buffer): Add variable.
23699         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23700         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
23701         Remove -face from names.
23702         (rcirc-update-activity-string): Print "DND" when globally ignoring
23703         activity.
23704         (rcirc-ignore-buffer-activity-flag): Rename from
23705         rcirc-ignore-channel-activity.
23706         (rcirc-ignore-all-activity-flag): Doc fix.
23707         (rcirc-channels): Remove variable.
23708         (rcirc-kill-buffer-hook):
23709         (rcirc-get-buffer-create): Add nick to private channel.
23710         (rcirc-multiline-edit-submit): Remove tabs.
23711         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
23712         folded.
23713         (rcirc-remove-nick-channel): Bug fix.
23714         (rcirc-toggle-ignore-buffer-activity): Rename from
23715         rcirc-toggle-ignore-channel-activity.
23716         (rcirc-record-activity): Add buffers to the front of the list.
23717         (rcirc-update-activity): Remove killed buffers from list.
23718         (rcirc-process-server-response-1): Remove last argument if it is
23719         null before calling handler.
23720         (rcirc): Add "rcirc" defcustom prefix.
23721         (rcirc-prompt): Simplify default prompt.
23722         Use custom-initialize-default.
23723         (rcirc-private-chats): Remove variable.
23724         (rcirc-prompt): Change initialization.
23725         (rcirc-version): Remove function.
23726         (rcirc-id-string): Add constant.
23727         (rcirc-last-buffer): Remove variable.
23728         (rcirc-buffer-alist): Add variable.
23729         (rcirc-connect): Update variable setup.
23730         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
23731         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
23732         default.
23733         (rcirc-handler-generic): Trigger activity.
23734         (rcirc-send-message): Create the buffor of the target.
23735         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
23736         (rcirc-get-buffer): Just return nil if there is no matching buffer.
23737         (rcirc-multiline-edit-cancel): Remove function.
23738         (rcirc-set-last-buffer): Remove function.
23739         (rcirc-get-any-buffer): Add function.
23740         (rcirc-join-channels): Don't print /join text.
23741         (rcirc-toggle-ignore-channel-activity): Add and update echo area
23742         messages.
23743         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
23744         (rcirc-handler-NOTICE): Recognize CTCP responses.
23745         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
23746         constructing TOPIC string for buffers we are not JOINed.
23747         (rcirc-handler-CTCP-response): Add handler.
23748         (rcirc-multiline-edit-submit): Restore the window-configuration
23749         before adjusting point.
23750         (rcirc): Add customization group.
23751         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
23752         (rcirc-user-full-name, rcirc-startup-channels-alist)
23753         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
23754         (rcirc-ignore-all-activity-flag, rcirc-time-format)
23755         (rcirc-input-ring-size, rcirc-read-only-flag)
23756         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
23757         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
23758         Change defvar to defcustom.
23759         (rcirc-update-prompt): Add optional ALL arg, which will update
23760         prompts in all rcirc buffers.  Regexp quote replacement text.
23761         (rcirc-fill-column): Accept frame-width as a value.
23762         (rcirc-set-changed): Add function.
23763         (rcirc-next-active-buffer): Write more meaningful messages.
23764         (rcirc-faces): Add customization group.
23765         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
23766         (rcirc-nick-in-message-face, rcirc-prompt-face)
23767         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
23768         (with-rcirc-process-buffer): Move before first usage.
23769         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
23770         (rcirc-debug-flag): Rename from `rcirc-log-p'.
23771         (rcirc-debug): Rename from `rcirc-log'.
23772         (rcirc-format-response-string): Do not print `-' chars for a
23773         NOTICE with no sender.  Simplify output of server responses.
23775 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
23777         (rcirc-browse-url-map, rcirc-browse-url-at-point)
23778         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
23779         Make urls mouse and RET clickable.
23781 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
23783         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
23785 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
23787         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23788         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23789         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23790         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23791         argument to all these routines, so the passphrase can be managed
23792         externally and passed in to the system.
23793         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23794         pgg-add-passphrase-to-cache function.
23796         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23797         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23798         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23799         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23800         argument to all these routines, so the passphrase can be managed
23801         externally and passed in to the system.
23802         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23803         function.
23805 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
23807         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
23808         from goto-address-url-regexp.
23810 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
23812         * textmodes/org.el (org-read-date, org-goto-calendar)
23813         (org-recenter-calendar, org-agenda-goto-calendar):
23814         Temporarily clear `calendar-move-hook'.
23816 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
23818         * ediff-merg.el (ediff-merge-region-is-non-clash):
23819         Return t, if not merging.
23821         * ediff-util.el (ediff-previous-difference): Don't skip regions that
23822         have merge clashes.
23824 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23826         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23827         Undo previous change.
23829         * startup.el (command-line): Use `custom-reevaluate-setting' for
23830         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
23831         tty-register-default-colors on Mac.
23833 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
23835         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
23836         (gdb-buffer-type): Make it automatically buffer local...
23837         (gdb-get-create-buffer): ...and set it accordingly.
23838         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
23839         actually work.
23841 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
23843         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
23844         not red.
23846 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
23848         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
23849         case GUD buffer is not visible.
23850         (gdb-goto-breakpoint): Try to force display in source buffer.
23851         (gdb-frame-gdb-buffer): Copy other similar functions.
23852         (gdb-restore-windows): Don't display source if not asked for.
23853         (gdb-assembler-buffer-name): Don't capitalise.
23855 2005-11-03  Richard M. Stallman  <rms@gnu.org>
23857         * wid-edit.el (key-sequence): New widget type.
23859         * simple.el (set-mark-command-repeat-pop): New variable.
23860         (set-mark-command): Only interpret plan C-@ after a pop as a pop
23861         if set-mark-command-repeat-pop is true.
23863         * info.el (Info-fontify-node): Don't display extra "see" if there
23864         already is one here.
23866         * mouse.el: Fix special handling of DEL after dragging a region:
23867         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
23868         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
23870         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
23872         * textmodes/ispell.el (ispell-command-loop): Change `i' description
23873         not to assume it pertains to an affix.
23875         * textmodes/flyspell.el (flyspell-post-command-hook):
23876         Bind deactivate-mark to prevent deactivation.
23878 2005-11-03  Lars Hansen  <larsh@soem.dk>
23880         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
23881         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
23882         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
23884 2005-11-03  Romain Francoise  <romain@orebokech.com>
23886         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
23887         Update copyright years.
23889 2005-11-03  Sam Steingold  <sds@gnu.org>
23891         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23892         Use system-type instead of window-system because window-system is not
23893         correctly defined during loadup.
23895 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
23897         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
23898         (xml-parse-tag): Join strings separated by a comment properly.
23900 2005-11-02  Andreas Schwab  <schwab@suse.de>
23902         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
23904 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23906         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
23907         (byte-optimize-pure-func): Quote the eval'd value.
23909         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
23910         Rename from perl-font-lock-syntactic-face-function.
23911         Change the calling convention so it can be used as a font-lock MATCHER.
23912         Do the parse-partial-sexp loop outselves.
23913         (perl-font-lock-syntactic-keywords): Use it.
23914         (perl-mode): Don't set font-lock-syntactic-face-function any more.
23916 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
23918         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
23919         disassembly buffer too.
23920         (gdb-exited): Remove overlay arrows when execution has finished.
23921         (gdb-info-frames-custom, gdb-info-threads-custom)
23922         (gdb-info-registers-custom): Don't add inappropriate text
23923         properties if inferior is not active.
23925 2005-11-02  Glenn Morris  <rgm@gnu.org>
23927         * progmodes/fortran.el (fortran-blink-match):
23928         Use `blink-matching-delay'.
23930 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
23932         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
23934 2005-11-02  Lars Hansen  <larsh@soem.dk>
23936         * net/tramp.el (tramp-action-out-of-band): Handle scp message
23937         "Permission denied".
23939 2005-11-01  Richard M. Stallman  <rms@gnu.org>
23941         * textmodes/flyspell.el (flyspell-external-point-words):
23942         Pass nil to flyspell-get-word.
23944 2005-11-02  Kim F. Storm  <storm@cua.dk>
23946         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
23947         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
23949 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23951         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
23952         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
23953         (calendar-mouse-print-dates): Add optional `event' argument.
23954         Update interactive-spec.
23955         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
23956         Use `calendar-event-to-date' instead of `event'.
23958 2005-11-02  Masatake YAMATO  <jet@gyve.org>
23960         * progmodes/ld-script.el (ld-script-builtins):
23961         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
23962         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
23963         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
23965 2005-11-01  Romain Francoise  <romain@orebokech.com>
23967         * vc-sccs.el: Update copyright year.
23968         * ezimage.el: Likewise.
23970 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
23972         * info.el (Info-fontify-node): Use `string-width' for fontifying
23973         underlined titles.
23975 2005-11-01  Juri Linkov  <juri@jurta.org>
23977         * info.el (Info-fontify-node): Downcase node header keywords Node,
23978         Prev, Next, Up before comparison.
23979         (Info-history): Insert absolute directory name, and put invisible
23980         property on it.
23982 2005-11-01  Juri Linkov  <juri@jurta.org>
23984         * info.el (Info-file-supports-index-cookies): New variable.
23985         (Info-find-node-2): Check makeinfo version for index cookie support.
23986         (Info-index-nodes): Search for nodes with index cookies only when
23987         Info-file-supports-index-cookies is t.  Otherwise, search nodes
23988         with "Index" in the node name.
23989         (Info-index-node): Search index cookie in the current node only when
23990         Info-file-supports-index-cookies is t.  Otherwise, check the word
23991         "Index" in the node name.
23992         (Info-find-emacs-command-nodes): Remove code that searches nodes
23993         with "Index" node name in the top menu.
23995 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23997         * progmodes/scheme.el (scheme-mode-variables): Use the default
23998         comment-indent-function.
24000         * faces.el (face-attribute): Handle the case where a face inherits from
24001         a non-existent face.
24003         * simple.el (eval-expression-print-format): Use lisp-readable syntax
24004         for octal and hexa output, and merge the char into the paren.
24005         (kill-new): Use push.
24006         (copy-to-buffer): Use with-current-buffer.
24007         (completion-setup-function): Move code in loop to remove redundancy.
24008         (minibuffer-local-must-match-map): Don't add bindings that duplicate
24009         those inherited from minibuffer-local-completion-map.
24011         * savehist.el (savehist-mode) <defcustom>:
24012         Use custom-set-minor-mode if available.
24013         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
24014         and emit a message if applicable.
24016 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
24018         * savehist.el: Sync up to version 19.
24019         (savehist-mode): New minor mode.
24020         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
24021         (savehist-length): Remove (use history-length instead).
24022         (savehist-file-modes): Rename from savehist-modes.
24023         (savehist-save-hook, savehist-loaded): New vars.
24024         (savehist-load): Use savehist-mode.  Try to smooth up transition from
24025         old format to new format.
24026         (savehist-install): Allow savehist-autosave-interval to be nil.
24027         (savehist-save): Run the new hook.  Be more careful to only trim the
24028         history variables.
24029         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
24030         (savehist-printable): Print into a buffer rather than char-by-char.
24032 2005-11-01  John Wiegley  <johnw@newartisans.com>
24034         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
24035         toggle-ignore keybinding (C-a).  The author said it had been
24036         disabled much earlier due to a possible incompatibility, but after
24037         many months of usage I have encountered no problems (and it is a
24038         rather useful option, especially for switching to " *temp*").
24040         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
24041         support for OS/X's AddressBook, by calling out to the open source
24042         program "contacts" (installable through Fink).
24044         * net/eudc.el (eudc-expand-inline): If the
24045         `eudc-multiple-match-handling-method' is set to `all', delete the
24046         query string before inserting the query result.
24048         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
24049         flag, to prevent Eshell from using the system ls when
24050         `eshell-ls-insert-directory' is in used.
24051         (eshell-ls-insert-directory): Disable font-lock in directory
24052         buffer so that Eshell's own fontification is seen.  This broke
24053         recently due to changes in font-lock, so this goes back to version
24054         21 behavior.
24056 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
24058         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
24059         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
24060         (gdb-many-windows): Doc fix.
24062 2005-10-31  Romain Francoise  <romain@orebokech.com>
24064         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
24066 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
24068         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
24069         that global-font-lock-mode can be enabled by default.
24071         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
24072         (font-lock-add-keywords, font-lock-remove-keywords)
24073         (font-lock-fontify-buffer): Remove autoload cookies.
24075         * jit-lock.el (jit-lock-register): Likewise.
24077         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
24079 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24081         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
24082         intact if there is no gud-comint-buffer.
24084 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
24086         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
24087         old prompt comint-prompt-read-only is t and GDB commands are
24088         issued from tool bar etc.
24090 2005-10-31  Masatake YAMATO  <jet@gyve.org>
24092         * vc.el (vc-directory-exclusion-list): Add "{arch}".
24094 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
24096         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
24097         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
24099 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
24101         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
24102         starting at beginning of line.  Fontification is messed up when
24103         `open-paren-in-column-0-is-defun-start' set to t.
24104         Reported by John Paul Wallington <jpw@pobox.com>.
24106 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
24108         * comint.el (comint-send-input): Call `comint-update-fence' when
24109         `comint-process-echoes' and `comint-prompt-read-only' are both
24110         non-nil, to avoid leftover read-only newline.
24112 2005-10-30  Richard M. Stallman  <rms@gnu.org>
24114         * textmodes/flyspell.el (flyspell-external-point-words):
24115         Detect when WORD can't be checked properly because
24116         flyspell-get-word finds just part of it, and move on.
24118         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
24119         boundarychar for Polish.
24120         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
24121         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
24123 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24125         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
24126         (gdb-registers-font-lock-keywords): Delete.
24127         (gdb-registers-mode): Don't fontify.
24128         (gdb-info-registers-custom): Use text properties instead as, in
24129         future, changed register values will use font-lock-warning-face.
24130         (gdb-local-font-lock-keywords): Rename to...
24131         (gdb-locals-font-lock-keywords): ...for consistency.
24133 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
24135         * vc.el (vc-switch-backend): Better error message if the buffer is
24136         not visiting a file under version control.
24138         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
24140 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
24142         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
24143         ~/.emacs.d/.emacs.
24145 2005-10-29  Richard M. Stallman  <rms@gnu.org>
24147         * replace.el (occur-mode-mouse-goto): Always go to other window.
24148         (occur-mode-goto-occurrence): Always switch in same window.
24150         * simple.el (undo): Display message at end, not at start.
24152         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
24153         New arg REUSE-CELL.
24154         (cancel-timer-internal): New function.
24155         (timer-event-handler): Use cancel-timer-internal,
24156         and pass the cell it returns to timer-activate...
24158         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
24159         (jit-lock-deferred-fontify, jit-lock-context-fontify)
24160         (jit-lock-after-change): Test memory-full.
24162 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24164         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24165         part of the decoded armor to find the key-identifier.
24166         (pgg-gpg-lookup-key-owner): New function to return the
24167         human-readable identifier of a key owner.
24168         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24169         key itself.
24170         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24171         the key value) if we have a key and can match it against a secret
24172         key.  Also, added a note pointing out fact that the prompt only
24173         indicates the first matching key.
24175         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24176         pgg-decrypt-region.
24177         (pgg-pending-timers): A new hash for tracking the passphrase cache
24178         timers, so that new ones supercede old ones.
24179         (pgg-add-passphrase-to-cache): Rename from
24180         `pgg-add-passphrase-cache' to reduce confusion (all callers
24181         changed).  Modified to cancel old timers when new ones are added.
24182         (pgg-remove-passphrase-from-cache): Rename from
24183         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24184         changed).  Modified to cancel old timers when their keys are
24185         removed from the cache.
24186         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24187         XEmacs, an indirection to delete-itimer.
24188         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24189         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24190         users can only check cache without risk of prompting.  Correct bug in
24191         notruncate behavior.
24192         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24193         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24194         Add informative docstrings.
24195         (pgg-decrypt): Convey provided passphrase in subordinate call to
24196         pgg-decrypt-region.
24198         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24199         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24200         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24201         `passphrase' argument, so the passphrase can be managed externally
24202         and then passed in to the system.
24204         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24205         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24206         so the passphrase cache can be used reliably with identifiers
24207         besides a pgp packet's key id.
24209         * pgg-gpg.el (pgg-pgp-encrypt-region)
24210         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24211         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24212         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24213         argument to all these routines, so the passphrase can be managed
24214         externally and passed in to the system.
24216         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24217         `notruncate' argument, so the passphrase cache can be used
24218         reliably with identifiers besides a pgp packet's key id.
24220 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24222         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24223         symmetric encryption.
24224         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24225         encrypted session key.
24226         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24227         message ask for the passphrase in a proper way.
24229         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24230         New user commands for symmetric encryption.
24232 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
24234         * textmodes/conf-mode.el (conf-assignment-sign)
24235         (conf-assignment-regexp): Fix docstrings.
24236         (conf-mode-initialize): New function.
24237         (conf-mode): Remove optional args.  Use delay-mode-hooks to
24238         recognize recursive calls.
24239         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
24240         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
24241         (conf-xdefaults-mode): Use define-derived-mode and
24242         conf-mode-initialize.
24244 2005-10-29  Romain Francoise  <romain@orebokech.com>
24246         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
24248 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24250         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24251         part of the decoded armor to find the key-identifier.
24252         (pgg-gpg-lookup-key-owner): New function to return the
24253         human-readable identifier of a key owner.
24254         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24255         key itself.
24256         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24257         the key value) if we have a key and can match it against a secret
24258         key.  Also, added a note pointing out fact that the prompt only
24259         indicates the first matching key.
24261         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24262         pgg-decrypt-region.
24263         (pgg-pending-timers): A new hash for tracking the passphrase cache
24264         timers, so that new ones supercede old ones.
24265         (pgg-add-passphrase-to-cache): Rename from
24266         `pgg-add-passphrase-cache' to reduce confusion (all callers
24267         changed).  Modified to cancel old timers when new ones are added.
24268         (pgg-remove-passphrase-from-cache): Rename from
24269         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24270         changed).  Modified to cancel old timers when their keys are
24271         removed from the cache.
24272         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24273         XEmacs, an indirection to delete-itimer.
24274         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24275         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24276         users can only check cache without risk of prompting.  Correct bug in
24277         notruncate behavior.
24278         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24279         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24280         Add informative docstrings.
24281         (pgg-decrypt): Convey provided passphrase in subordinate call to
24282         pgg-decrypt-region.
24284 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
24286         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24287         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24288         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24289         `passphrase' argument, so the passphrase can be managed externally
24290         and then passed in to the system.
24292         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24293         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24294         so the passphrase cache can be used reliably with identifiers
24295         besides a pgp packet's key id.
24297         * pgg-gpg.el (pgg-pgp-encrypt-region)
24298         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24299         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24300         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24301         argument to all these routines, so the passphrase can be managed
24302         externally and passed in to the system.
24304         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24305         `notruncate' argument, so the passphrase cache can be used
24306         reliably with identifiers besides a pgp packet's key id.
24308 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24310         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24311         symmetric encryption.
24312         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24313         encrypted session key.
24314         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24315         message ask for the passphrase in a proper way.
24317         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24318         New user commands for symmetric encryption.
24320 2005-10-28  Bill Wohler  <wohler@newt.com>
24322         * help-mode.el (help-url): New button type.  Calls browse-url.
24323         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
24324         Similar to Info nodes: URL `url'.
24325         (help-make-xrefs): Create help-url buttons for
24326         help-xref-url-regexp matches.
24328 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
24330         * tool-bar.el (tool-bar-add-item-from-menu)
24331         (tool-bar-local-item-from-menu): Fix doc strings.
24333 2005-10-28  Romain Francoise  <romain@orebokech.com>
24335         * ldefs-boot.el: Update.
24337         * subr.el (locate-library): Move from help-fns.el.
24338         * help-fns.el (locate-library): Move to subr.el.
24340 2005-10-28  Richard M. Stallman  <rms@gnu.org>
24342         * net/tramp.el (tramp-completion-mode): defvar moved up.
24344         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
24346         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
24348         * files.el (find-file-noselect): Use %d to format large file size.
24350         * bindings.el (mode-line-format): Add %e.
24352         * loadup.el ("facemenu"): Load unconditionally.
24353         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
24354         ("x-dnd"): Load, when appropriate.
24356         * startup.el (command-line): Call before-init-hook earlier.
24357         Warn about some bad characters in -u user name.
24359         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
24360         (flyspell-external-point-words): Error if misspelled word is not found.
24361         Set flyspell-large-region-beg at end of word.
24363 2005-10-28  Andreas Schwab  <schwab@suse.de>
24365         * view.el (View-revert-buffer-scroll-page-forward):
24366         Use view-page-size-default.
24368 2005-10-28  Juri Linkov  <juri@jurta.org>
24370         * international/quail.el (quail-get-current-str): Translate last
24371         raw character for deterministic input methods.
24373 2005-10-27  Jay Belanger  <belanger@truman.edu>
24375         * calc/calc-ext.el: Add functions to autoloads.
24376         (math-identity-matrix-p, math-ident-row-p): New functions.
24378         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
24379         multiplication by an identity matrix; don't turn multiplication by
24380         an inverse matrix into division.
24381         (math-div-symbol-fancy): Replace division by matrices with
24382         multiplication by inverse.
24384         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
24386         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
24387         (calc-writeoutpower): New functions.
24389 2005-10-27  Romain Francoise  <romain@orebokech.com>
24391         * replace.el (occur-engine): Include colon in mouse-face highlight.
24393         * dired-x.el: Change Maintainer field.
24395 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
24397         * longlines.el (longlines-mode): Bind after-change-functions to
24398         nil during initial decoding and final encoding.
24400 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
24402         * term.el (term-emulate-terminal, term-handle-colors-array)
24403         (term-handle-ansi-escape): Specify the terminfo capabilities
24404         implemented.
24406 2005-10-26  Richard M. Stallman  <rms@gnu.org>
24408         * info.el (Info-fontify-node): Fix detection of sentence-break
24409         before *Note.
24411 2005-10-26  Romain Francoise  <romain@orebokech.com>
24413         * smerge-mode.el: Add `tools' to file keywords.
24415 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
24417         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
24418         when the fringe is not available.
24420         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
24421         (def-gdb-auto-update-trigger): Simplify construction.
24422         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
24423         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
24424         defined explicitly.
24425         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
24426         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
24427         defined explicitly.
24428         (gdb-info-locals-custom): Remove as it's a no-op.
24430 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
24432         * longlines.el (longlines-mode): Remove narrowing before
24433         performing the initial decoding or final encoding.
24435 2005-10-25  Romain Francoise  <romain@orebokech.com>
24437         * emacs-lisp/find-func.el (find-library-name): Also strip
24438         extension if library name ends in .el, to take advantage of
24439         `find-library-suffixes'.
24441 2005-10-25  Richard M. Stallman  <rms@gnu.org>
24443         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
24445 2005-10-25  Juri Linkov  <juri@jurta.org>
24447         * textmodes/texinfo.el (texinfo-mode): Change charset of one
24448         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
24450 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24452         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
24453         (blackbox-redefine-key): Add argument `map'.
24455         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
24456         regions when moving the jit-lock-context-unfontify-pos boundary.
24458 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24460         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
24462 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24464         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
24466 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
24468         * play/blackbox.el (blackbox-redefine-key): New function.
24469         (blackbox-mode-map): Use it to remap existing bindings for cursor
24470         motion instead of binding literal keys.
24472 2005-10-25  Glenn Morris  <rgm@gnu.org>
24474         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
24475         diary does not end in a newline.  Do not assume a blank line at
24476         the start of the diary file.
24478 2005-10-25  Kenichi Handa  <handa@m17n.org>
24480         * international/quail.el (quail-translate-key): If the input
24481         method is deterministic and failed to handle the last key, restart
24482         the key handling loop from an appropriate key.
24484 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
24486         * vc.el (vc-dired-mode): Extend comment for binding of
24487         `directory-listing-before-filename-regexp'.
24489 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24491         * textmodes/texinfo.el (texinfo-mode):
24492         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
24493         not to unnecessarily expose emacs-mule's internal char codes.
24495 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
24497         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
24498         Display hand pointer and help-echo on disabled icon too.
24499         (gdb-mouse-until): New function.
24500         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
24502 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
24504         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
24505         with 2005-10-23 change to doctor.el.
24507         * finder.el (finder-mode-map): Add follow-link binding.
24509 2005-10-25  Kim F. Storm  <storm@cua.dk>
24511         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
24512         to gdb-mouse-toggle-breakpoint-fringe.
24513         (gdb-mouse-toggle-breakpoint-margin): Rename from
24514         gdb-mouse-toggle-breakpoint.  Fix doc.
24515         (gdb-mouse-toggle-breakpoint-fringe): New defun.
24516         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
24517         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24518         string properties also for fringe breakpoint bitmaps.
24520 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
24522         * textmodes/org.el (org-start-icalendar-file): Fix format form.
24524 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24526         * simple.el (completion-common-substring):
24527         Use `completion-common-substring' prior to `completion-base-size'.
24529 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
24531         * savehist.el: Require CL while compiling.
24532         (savehist-history-variables): Remove.
24533         (savehist-save-minibuffer-history, savehist-additional-variables)
24534         (savehist-minibuffer-history-variables): New vars.
24535         (savehist-save): Use them.
24536         (savehist-uninstall, savehist-minibuffer-hook): New funs.
24537         (savehist-install): New fun, extracted from savehist-load.
24538         (savehist-load): Use them.
24540 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24542         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
24543         a dummy doc-string-elt property.
24544         (defalias, defvaralias, define-category): Add a docstring property.
24546         * image.el (defimage):
24547         * widget.el (define-widget):
24548         * custom.el (defface, defcustom): Add `doc-string' declaration.
24550         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
24551         (defadvice): Add `doc-string' declaration.
24553         * emacs-lisp/byte-run.el (macro-declaration-function):
24554         Handle `doc-string' declarations.
24555         (define-obsolete-function-alias, define-obsolete-variable-alias):
24556         Add `doc-string' declaration.
24558 2005-10-24  Kenichi Handa  <handa@m17n.org>
24560         * international/utf-7.el (utf-7): Add autoload cookie.
24562         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
24564 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
24566         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
24567         list of directories passed to batch-update-autoloads.  Add "." to
24568         the list of the echoed directories.
24570         * pgg-def.el:
24571         * pgg-gpg.el:
24572         * pgg-parse.el:
24573         * pgg-pgp.el:
24574         * pgg-pgp5.el:
24575         * pgg.el: Moved here from the gnus subdirectory.
24577 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
24579         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
24580         in case comint-prompt-read-only is set to t.
24582         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
24583         in case comint-prompt-read-only is set to t.
24585 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
24587         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
24588         Now a string.
24589         (icalendar-import-format): Handle CLASS, STATUS, URL.
24590         Rename `subject' to `summary'.
24591         (icalendar-import-format-summary): Rename from
24592         `icalendar-import-format-subject'.
24593         (icalendar-import-format-url, icalendar-import-format-status)
24594         (icalendar-import-format-class): New variables.
24595         (icalendar--rris): Take variable argument list.
24596         (icalendar--datestring-to-isodate): Remove unnecessary
24597         calendar-style check when converting dates with explicit month names.
24598         (icalendar-export-region): Change return type of conversion
24599         subroutines.  Bury current buffer unless error occurred.
24600         (icalendar--convert-to-ical)
24601         (icalendar--parse-summary-and-rest): New functions.
24602         (icalendar--convert-ordinary-to-ical)
24603         (icalendar--convert-weekly-to-ical)
24604         (icalendar--convert-yearly-to-ical)
24605         (icalendar--convert-block-to-ical)
24606         (icalendar--convert-cyclic-to-ical)
24607         (icalendar--convert-anniversary-to-ical): Change return type.
24608         Strip trailing blanks from subject.
24609         (icalendar--convert-sexp-to-ical): Change return type.
24610         Strip trailing blanks from subject.  Handle simple sexp
24611         entries as generated by icalendar.el.
24612         (icalendar--convert-float-to-ical)
24613         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
24614         (icalendar-import-file): Doc fix.
24615         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
24616         Correct call to icalendar--rris.
24617         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
24618         `summary'.
24619         (icalendar--add-diary-entry): Rename `subject' to `summary'.
24621 2005-10-24  Romain Francoise  <romain@orebokech.com>
24623         * server.el (server-sentinel): Set query-on-exit flag to nil on
24624         new client processes (it isn't inherited from the server process).
24626         * replace.el (occur-engine): Rearrange text properties.
24628 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24630         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
24631         case-fold-search is nil.
24632         (debug-help-follow): Use help-xref-interned directly.
24634 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24636         * thumbs.el (thumbs-image-type): Add .pbm.
24638 2005-10-23  Richard M. Stallman  <rms@gnu.org>
24640         * faces.el (inhibit-face-set-after-frame-default): New variable.
24641         (set-face-attribute): Bind it.
24642         (face-set-after-frame-default): Test it.
24644         * help-fns.el (describe-simplify-lib-file-name): New function.
24645         (describe-function-1, describe-variable): Use it.
24647         * faces.el (describe-face): Use describe-simplify-lib-file-name.
24649         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
24650         Eliminate nil as possible value.
24651         (tooltip-hide-delay): Reduce internal-border-width.
24653         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
24654         (menu-bar-file-menu) <new-file>: Likewise.
24656         * simple.el (line-move-finish): Ignore fields computing LINE-END.
24658         * international/mule.el (load-with-code-conversion):
24659         Pass full file name to `eval-buffer' unless preloading.
24661         * textmodes/flyspell.el (flyspell-large-region):
24662         Call ispell-check-version.
24664         * textmodes/ispell.el (ispell-local-dictionary-overridden):
24665         Fix the make-variable-buffer-local call that was supposed
24666         to be for this variable.
24667         (ispell-aspell-supports-utf8): Doc fix.
24668         (ispell-find-aspell-dictionaries): Preserve elements of
24669         ispell-dictionary-alist for dictionaries that aspell doesn't report.
24670         (ispell-aspell-find-dictionary): Return nil on error.
24672         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
24673         (doctor-symptoms): Likewise.
24675         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
24677 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24679         * cus-edit.el (custom-button, custom-button-pressed): New vars.
24680         (custom-raised-buttons): Add :set spec.
24681         (custom-button-unraised, custom-button-pressed-unraised):
24682         New faces, so that custom-raised-buttons actually does something.
24683         (custom-mode): Use custom-button and custom-button-pressed.
24685         * wid-edit.el (widget-specify-button): Don't ignore
24686         widget-mouse-face on graphic terminals.
24687         (widget-move-and-invoke): Cleanup.
24689 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
24691         * whitespace.el (whitespace-cleanup): Doc fix.
24693 2005-10-23  Romain Francoise  <romain@orebokech.com>
24695         * emulation/viper.el (viper-set-hooks): Quote forms passed to
24696         `eval-after-load' to avoid evaluating their result.
24698 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
24700         * files.el (directory-listing-before-filename-regexp):
24701         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
24703         * dired.el (dired-move-to-filename-regexp): Remove.
24704         All occurrences replaced by `directory-listing-before-filename-regexp'.
24706         * dired-x.el, locate.el, vc.el:
24707         Replace `dired-move-to-filename-regexp' by
24708         `directory-listing-before-filename-regexp'.  In vc.el it is
24709         overwritten locally; maybe this can be handled in files.el too.
24711         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
24712         replaced by `directory-listing-before-filename-regexp'.
24714 2005-10-23  Andreas Schwab  <schwab@suse.de>
24716         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
24717         and eval-next-after-load.
24719 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
24721         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
24722         exist, create it.
24724 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
24726         * allout.el: Remove autoloads for mailcrypt and crypt++.
24727         Require pgg, pgg-gpg during compilation.
24728         (allout-version): Increment version number to 2.1, and use a literal
24729         rather than RCS Id.
24730         (allout-default-encryption-scheme): Remove.
24731         (allout-passphrase-verifier-handling)
24732         (allout-passphrase-verifier-string)
24733         (allout-file-passphrase-verifier-string)
24734         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
24735         (allout-passphrase-hint-handling): Rename and simplify.
24736         (allout-init): Use `find-file-hook' if available, otherwise
24737         `find-file-hooks'.
24738         (allout-mode): Use `write-file-functions' if available, otherwise
24739         `local-write-file-hooks' and, instead of making auto-save-hook
24740         buffer local, make the write-file-hook activity contingent to
24741         allout-mode.
24742         (allout-mode): Use key-binding substitution in the docstring.
24743         (allout-kill-line): Spell-out kill ring data structure mutation
24744         instead of using byte-compiler-complaint-provoking `pop'.
24745         (allout-insert-listified): Use `insert' rather than `insert-string'
24746         (allout-toggle-current-subtree-encryption): Update docstring, adjust
24747         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
24748         (allout-encrypt-string): Totally revamped vis new underlying
24749         encryption facilities.
24750         (allout-mc-activate-passwd): Remove.
24751         (allout-obtain-passphrase): New, more or less replaces
24752         allout-mc-activate-passwd.
24753         (allout-encrypted-key-info): More or less replaces
24754         allout-encrypted-text-type.
24755         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
24756         (my-mark-marker): Use `(featurep 'xemacs)'.
24758 2005-10-23  Lars Hansen  <larsh@soem.dk>
24760         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
24761         (byte-compile-file-form-defmumble, byte-compile-defun)
24762         (byte-compile-defmacro): Use it.
24763         (byte-compile-form): Don't call byte-compile-set-symbol-position
24764         when a byte-compile handler is called.
24766 2005-10-22  Romain Francoise  <romain@orebokech.com>
24768         * savehist.el (savehist-history-variables): Add `grep-find-history'.
24770         * subr.el (eval-after-load): Convert library name to an absolute
24771         file name using locate-library, since load-history no longer has
24772         library names in it.
24774 2005-10-22  Richard M. Stallman  <rms@gnu.org>
24776         * files.el (make-temp-file): Move from subr.el.
24777         * subr.el (make-temp-file): Move to files.el.
24779         * window.el (get-buffer-window-list): Move from subr.el.
24780         * subr.el (get-buffer-window-list): Move to window.el.
24782         * image.el (image-load-path): Use eval-at-startup to initialize.
24784         * subr.el (eval-at-startup): New macro.
24786         * subr.el: Much rearrangement of functions and division
24787         into pages.  No code changes.
24789 2005-10-22  Kenichi Handa  <handa@m17n.org>
24791         * tar-mode.el (tar-extract): Be sure to call
24792         find-operation-coding-system if set-auto-coding doesn't find a
24793         coding system.
24795 2005-10-22  Kim F. Storm  <storm@cua.dk>
24797         * image.el (image-type-header-regexps): Rename from image-type-regexps.
24798         Change users.
24799         (image-type-file-name-regexps): New defconst.
24800         (image-type-from-data): Simplify loop.
24801         (image-type-from-buffer): New defun.
24802         (image-type-from-file-header): Use it instead of image-type-from-data.
24803         Use image-search-load-path instead of only looking in data-directory.
24804         (image-type-from-file-name): New defun.
24805         (image-search-load-path): Change `pathname' to `filename'.
24806         Make PATH arg optional, default to image-load-path.
24808 2005-10-21  Richard M. Stallman  <rms@gnu.org>
24810         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
24812         * textmodes/paragraphs.el (sentence-end-base): New variable.
24813         (sentence-end): Use sentence-end-base.
24815 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24817         * font-lock.el (font-lock-default-fontify-region): Check the multiline
24818         property independently from the font-lock-multiline variable.
24820 2005-10-21  Richard M. Stallman  <rms@gnu.org>
24822         * emacs-lisp/find-func.el (find-library-name): Doc fix.
24824         * startup.el (command-line): Convert library names
24825         in `load-history' to absolute file names.
24827         * subr.el (symbol-file): Doc fix.
24829         * loadhist.el (file-loadhist-lookup): Call locate-library
24830         instead of find-library-name.  Don't try converting
24831         abs file names to library names, since load-history no longer
24832         has library names in it.
24833         (file-dependents, file-provides, file-requires): Doc fixes.
24835 2005-10-21  Juri Linkov  <juri@jurta.org>
24837         * progmodes/etags.el (tags-table-mode): New function.
24838         (tags-verify-table): Replace initialize-new-tags-table with
24839         tags-table-mode.
24841         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
24842         default value.
24843         (desktop-modes-not-to-save): Add tags-table-mode to the
24844         default value.
24846         * info.el (Info-index-next): Add total number of index
24847         alternatives to the message.
24849         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
24850         backward only space (instead of space and period) before looking
24851         at sentence end.
24853         * simple.el (set-variable): Use user-variable-p instead of symbolp.
24854         Add the old variable value as 4th default-value arg of read-string.
24856 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24858         * cus-face.el (custom-declare-face): Make face from X resources
24859         also on Mac.
24861         * disp-table.el (standard-display-g1, standard-display-graphic):
24862         Refuse to use string glyphs also on Mac.
24863         (standard-display-european): Don't set terminal coding system also
24864         on Mac.
24866         * frame.el (display-screens): Use x-display-screens also on Mac.
24868 2005-10-21  Romain Francoise  <romain@orebokech.com>
24870         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
24872 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24874         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
24875         and $? into sexps.
24877         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
24878         warning face on open-paren-in-column-0.
24880         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
24881         boundary case.  Fix typo.
24882         Suggested by Martin Rudalics <rudalics@gmx.at>.
24884 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
24886         * textmodes/org.el (org-combined-agenda-icalendar-file)
24887         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
24888         (org-export-icalendar-this-file)
24889         (org-export-icalendar-all-agenda-files)
24890         (org-export-icalendar-combine-agenda-files): New commands.
24891         (org-export-icalendar, org-print-icalendar-entries)
24892         (org-start-icalendar-file, org-finish-icalendar-file)
24893         (org-ical-ts-to-string): New functions.
24894         (org-read-date, org-goto-calendar)
24895         (org-agenda-goto-calendar): Inhibit displaying diary entries by
24896         call to `calendar'.
24897         (orgtbl-setup): Remove the :keys arguments from the menu description.
24898         (org-after-save-iCalendar-file-hook): New variable.
24900 2005-10-21  Kenichi Handa  <handa@m17n.org>
24902         * language/vietnamese.el (tcvn-5712): Make it an alias of
24903         vietnamese-tcvn coding-system.
24905 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
24907         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
24908         group id is given.
24910 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24912         * progmodes/sh-script.el (sh-escaped-line-re): New var.
24913         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
24914         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
24915         whose line is either continued or ends with a comment.
24917 2005-10-20  Romain Francoise  <romain@orebokech.com>
24919         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
24921         * replace.el (occur-engine): Add follow-link property.
24923         * font-core.el (font-lock-mode): Doc fix.
24925 2005-10-20  Richard M. Stallman  <rms@gnu.org>
24927         * net/rcirc.el: New file.
24929 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
24931         * term.el (term-term-name): Initialize to "eterm-color".
24933 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
24935         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
24936         for encryption functionality.
24937         Move allout customization subgroup from `editing' to `outlines' group.
24938         Fix commentary keywords to legitimate ones.
24939         Update author info (using my current email address, obscurified).
24940         (allout-encrypt-string, allout-encryption-produce-work-buffer)
24941         (allout-encrypted-topic-p, allout-encrypted-text-type)
24942         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
24943         (allout-situate-encryption-key-verifier)
24944         (allout-get-encryption-key-verifier, allout-verify-key)
24945         (allout-next-topic-pending-encryption)
24946         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
24947         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
24948         (outline-key-verifier-handling, outline-key-hint-handling)
24949         (outline-encrypt-unencrypted-on-saves): New defcustoms.
24950         (allout-file-key-verifier-string, allout-encryption-scheme)
24951         (allout-key-verifier-string, allout-key-hint-string)
24952         (allout-after-save-decrypt): New variables.
24953         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
24954         (allout-after-saves-handler): New hook functions.
24955         (allout-post-command-business): Do allout-after-save-decrypt.
24956         (allout-enable-file-variable-adjustment): Custom var to enable
24957         mechanism for adding and adjusting settings of Emacs file variables.
24958         (allout-adjust-file-variable, allout-file-vars-section-data):
24959         New functions, implement the mechanism.
24960         (outlineify-sticky): Use the file vars mechanism.
24961         (allout-inhibit-protection, allout-during-write-cue)
24962         (allout-override-protect, allout-before-change-protect): Remove.
24963         (allout-flag-region, allout-open-topic): Adjust read-only text.
24964         (allout-open-line-not-read-only): Add to facilitate read-only
24965         text based protection.
24966         (allout-kill-line): Revise to adjust read-only text, clue the
24967         user about the inhibition.
24968         (allout-unprotected): Use unwind-protect.
24969         (allout-shift-in, allout-shift-out): Disallow manually shifting a
24970         topic deeper than the offspring depth of the previous topic -
24971         avoiding confusing "containment discontinuities".
24972         (allout-reindent-bodies): Fix retention of body relative hanging
24973         indent during promotion of collapsed bodies.
24974         (allout-open-topic): Make it easy to open new topic with same
24975         bullet as current topic - topic creation functions provided with
24976         any universal argument provokes now prompt for bullet, defaulting
24977         to the bullet of the previous topic.
24978         (allout-plain-bullets-string, allout-distinctive-bullets-string):
24979         Plain bullet alternates `.' period and `,' comma only.  All other
24980         bullets are relegated to special status (but customizable).
24981         (allout-end-of-entry): Rename from allout-end-of-current-entry
24982         since it actually operates w.r.t. most immediately containing
24983         entry, visible or not.
24984         (allout-hide-current-entry, allout-show-current-entry): Use the
24985         revised version.
24986         (allout-old-expose-topic): Solidify deprecation.
24987         (allout-end-of-subtree): Add so we can span concealed as well
24988         as visible topics.
24989         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
24990         (allout-end-of-current-heading): Tweak to just respect the first line.
24991         (allout-get-body-text): Add.
24992         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
24993         when invoked interactively.
24994         (allout-up-current-level): Use `interactive-p'.
24995         (allout-mode, allout-init): Miscellaneous docstring and
24996         operational refinements, as well as hookups of new encryption stuff.
24997         (allout-beginning-of-current-entry): Now works as advertised.
24998         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
24999         (allout-isearch-rectification): Refine condition for isearching.
25000         (allout-isearch-abort, allout-enwrap-isearch)
25001         (allout-flag-region, my-region-active-p): Relocate some macros.
25002         (allout-title): Fallback title is (buffer-name), not
25003         non-existing (current-buffer-name).
25004         (subst-char-in-string): Define if absent (for some XEmacs versions).
25006 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
25008         * mail/sendmail.el (mail-setup-hook, mail-aliases)
25009         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
25010         (mail-citation-prefix-regexp, mail-signature-file)
25011         (mail-default-headers, mail-bury-selects-summary)
25012         (mail-send-nonascii): Add autoload cookies.
25014 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25016         * frame.el (blink-cursor-mode): Add `mac' to the list of
25017         window-system's that support blinking cursor.
25019 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
25021         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
25023 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
25025         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
25026         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
25027         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
25029 2005-10-20  Kim F. Storm  <storm@cua.dk>
25031         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
25032         (ido-set-current-directory): Don't add / after final @.
25033         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
25034         Explicitly handle ange-ftp completion oddities.
25035         (ido-make-file-list): Don't rotate list at tramp root to avoid
25036         triggering tramp file handler for expand-file-name via get-file-buffer.
25038 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25040         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
25042 2005-10-19  Jay Belanger  <belanger@truman.edu>
25044         * calc/calc-units.el (math-standard-units): Add units, adjust
25045         symbols and update values.
25046         (math-unit-prefixes): Add more prefixes.
25048 2005-10-19  Romain Francoise  <romain@orebokech.com>
25050         * bookmark.el (bookmark-menu-heading): New face.
25051         (bookmark-bmenu-list): Use it.
25052         Don't fiddle with `baud-rate' at top-level.
25054 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
25056         * image.el (create-image, find-image): Mention max-image-size in
25057         docstring.
25059 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25061         * savehist.el (savehist-load): Revert to checking XEmacs.
25063         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
25064         Various docstring and line-width fixups.
25065         (conf-mode): Use cond.
25066         Set font-lock-defaults.  Don't set comment-use-syntax.
25068 2005-10-18  David Ponce  <david@dponce.com>
25070         * tree-widget.el (tree-widget-button-click): New function.
25071         (tree-widget-button-keymap): Use it.
25073 2005-10-18  Romain Francoise  <romain@orebokech.com>
25075         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
25076         (bookmark-bmenu-hide-filenames): Add follow-link property.
25077         Improve help-echo text.
25079         * ffap.el (find-file-at-point): Doc fix.
25081 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25083         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
25085 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25087         Install to the CVS repository what I forgot to install in my
25088         2005-10-16 changes.
25090         * progmodes/python.el (python-complete-symbol): Pass the common
25091         prefix substring of completion to `display-completion-list'.
25093         * textmodes/org.el (org-complete): Ditto.
25095 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25097         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
25099         * woman.el (WoMan-xref-man-page): New button type derived
25100         from `Man-abstract-xref-man-page'.
25101         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
25103         * man.el (Man-abstract-xref-man-page): New button type.
25104         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
25105         (Man-highlight-references): Add new optional argument `xref-man-type'.
25107 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25109         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
25111 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
25113         * cus-edit.el (Custom-move-and-invoke): Delete.
25114         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
25116         * wid-edit.el (widget-move-and-invoke): New function, from
25117         Custom-move-and-invoke.
25119 2005-10-17  Bill Wohler  <wohler@newt.com>
25121         Move all remaining images from lisp/toolbar to etc/images, move
25122         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
25123         the low resolution images in their own directory (low-color).
25125         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
25126         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
25127         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
25128         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
25129         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
25130         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
25131         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
25133         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
25134         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
25135         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
25136         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
25137         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
25138         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
25139         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
25140         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
25141         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
25142         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
25143         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
25144         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
25145         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
25146         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
25147         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
25149         To conform with convention, replace the underscore (_) in the
25150         following image names with dash (-) or (/) as appropriate.
25152         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
25153         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
25154         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
25155         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
25156         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
25157         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
25158         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
25159         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
25160         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
25161         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
25162         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
25163         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
25164         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
25165         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
25166         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
25168         * info.el (info-tool-bar-map): Replace underscores in image names
25169         with dashes.
25171         * makefile.w32-in (WINS): Remove toolbar.
25173         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
25175         * tool-bar.el: Move to lisp from toolbar.  Now that
25176         toolbar is empty, it should be deleted when folks run "cvs up -P".
25178 2005-10-18  Jay Belanger  <belanger@truman.edu>
25180         * calc/calc-store.el (calc-store-into): Get the proper variable name
25181         to display in message.
25183 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25185         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
25186         expressions display in speedbar for all buffers when debugging.
25187         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
25189         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
25190         (speedbar-insert-button, speedbar-make-button):
25191         Use add-text-properties.
25192         (speedbar-update-localized-contents)
25193         (speedbar-update-directory-contents)
25194         (speedbar-update-special-contents): Use dolist.
25195         (speedbar-buffer-easymenu-definition): Add a menu separator.
25197 2005-10-17  Jason Rumney  <jasonr@gnu.org>
25199         * makefile.w32-in: Use $(lisp) consistently.
25200         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25201         for shell specific generation of mh-autoloads.
25203 2005-10-17  Richard M. Stallman  <rms@gnu.org>
25205         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
25207 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25209         * jit-lock.el (jit-lock-fontify-now):
25210         Move jit-lock-context-unfontify-pos to avoid wasted work.
25212 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
25214         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
25215         `tramp-completion-mode' for checking if we are in completion mode.
25216         (tramp-completion-handle-file-name-all-completions): Reorder code
25217         in order to complete for file names only in case there are no
25218         method/user/host completions.  This is necessary for cooperation
25219         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
25221 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
25223         * longlines.el (longlines-search-forward)
25224         (longlines-search-backward): Match any number of spaces.
25226 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
25228         * diff-mode.el (diff-mode): Doc fix.
25230 2005-10-16  David Reitter  <david.reitter@gmail.com>
25232         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
25233         as default on darwin and windows systems.
25235 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25237         * arc-mode.el (archive-zip-extract): Doc fix.
25239 2005-10-16  Romain Francoise  <romain@orebokech.com>
25241         * mouse.el (mouse-1-click-follows-link): Doc fix.
25243 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25245         * savehist.el: Don't require CL at runtime.
25246         (savehist-xemacs): Remove.
25247         (savehist-coding-system): Use utf-8 if present, regardless of religion.
25248         (savehist-no-conversion): Use (featurep 'xemacs).
25249         (savehist-load): Check existence of start-itimer rather than XEmacs.
25250         Use an idle timer.
25251         (savehist-process-for-saving): Replace use of CL funs `subseq' and
25252         `delete-if-not'.
25254 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
25256         * savehist.el: Newer version.
25257         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
25258         (savehist-last-checksum, savehist-no-conversion): New vars.
25259         (savehist-autosave, savehist-process-for-saving, savehist-printable):
25260         New functions.
25261         (savehist-load, savehist-save): Use them.
25262         (savehist-delimit): Remove.
25264 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25266         * progmodes/compile.el (compilation-goto-locus): Display the
25267         compilation buffer first and the source buffer second, in case they're
25268         in overlapping frames.  Don't raise the compilation frame if it was the
25269         selected window upon entry.  Pass the `other-window' arg to
25270         pop-to-buffer.
25272         * info.el (Info-fontify-node): Use dolist.
25273         Change add-text-properties to put-text-property.
25275 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25277         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
25278         bound of search.
25280 2005-10-16  Masatake YAMATO  <jet@gyve.org>
25282         * dabbrev.el (dabbrev-completion): Pass the common
25283         prefix substring of completion to `display-completion-list'.
25285         * filecache.el (file-cache-minibuffer-complete)
25286         (file-cache-complete): Ditto.
25288         * tempo.el (tempo-display-completions): Ditto.
25290         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
25292         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
25294         * eshell/em-hist.el (eshell-list-history): Ditto.
25296         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
25298         * mail/mailalias.el (mail-complete): Ditto.
25300         * progmodes/etags.el (complete-tag): Ditto.
25302         * progmodes/make-mode.el (makefile-complete): Ditto.
25304         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
25306         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
25308         * progmodes/pascal.el (pascal-complete-word)
25309         (pascal-show-completions): Ditto.
25311         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
25313         * simple.el (completion-common-substring): New variable.
25314         (completion-setup-function): Use `completion-common-substring'
25315         to put faces.
25317 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25319         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
25320         (x-get-selection, mac-select-convert-to-string): Convert from/to
25321         UTF-16 clipboard data as in native byte order, no BOM.
25323 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
25325         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25326         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
25327         (gud-sentinel): Use speedbar-frame to check for speedbar.
25329 2005-10-15  Richard M. Stallman  <rms@gnu.org>
25331         * savehist.el: New file.
25333 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
25335         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
25336         Fix bug in \bf fontification.
25338 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25340         * pcvs.el (cvs-edit-log-files): New var.
25341         (cvs-mode-edit-log): New arg `file'.
25342         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
25343         Instead force the use of the original file and nothing else.
25344         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
25345         the cvs-minor-wrap-function is set.
25346         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
25348 2005-10-14  Bill Wohler  <wohler@newt.com>
25350         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
25351         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
25352         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25353         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
25354         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
25355         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
25356         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
25357         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
25358         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
25359         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
25360         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
25361         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
25362         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
25363         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
25364         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
25366         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25367         appropriately (for example, gud-break to gud/break).
25369 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
25371         * longlines.el (longlinges-search-function)
25372         (longlines-search-forward, longlines-search-backward): New functions.
25373         (longlines-mode): Set isearch-search-fun-function to
25374         longlinges-search-function.
25376         * mouse.el (mouse-drag-region-1): Handle the case where a
25377         double-click event is bound to an arbitrary function.
25379 2005-10-14  David Ponce  <david@dponce.com>
25381         * recentf.el (recentf-track-opened-file)
25382         (recentf-track-closed-file, recentf-update-menu)
25383         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
25384         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
25385         mouse-1-click-follows-link.
25387 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25389         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
25390         Gnome file-manager.png.  Suggested by
25391         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25393         * toolbar/README: Add diropen.xpm.
25395 2005-10-13  Bill Wohler  <wohler@newt.com>
25397         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
25398         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
25400 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25402         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
25403         Don't waste the byte-compiler's time on constant data.
25405 2005-10-13  Kenichi Handa  <handa@m17n.org>
25407         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
25408         byte with `escape-glyph' face.
25410         * international/fontset.el (ccl-encode-unicode-font):
25411         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
25412         Handle the case that ucs-mule-to-mule-unicode translates a character to
25413         ASCII (usually for IPA characters).
25415 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25417         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
25418         Don't hide the underline of titles if font-lock-mode is disabled.
25420 2005-10-12  Bill Wohler  <wohler@newt.com>
25422         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
25423         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25424         files in MH-E-SRC have been updated.
25425         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
25427 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25429         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
25430         (mixal-mode-syntax-table): Add \n as end-comment.
25431         (mixal-operation-codes-alist): Immediately initialize to full value.
25432         (mixal-add-operation-code): Remove.
25433         (mixal-describe-operation-code): Make the arg non-optional.
25434         Use the interactive spec instead.
25435         Use mixal-operation-codes-alist rather than mixal-operation-codes.
25436         (mixal-font-lock-keywords): Don't highlight comments here any more.
25437         (mixal-font-lock-syntactic-keywords): New var.
25438         (mixal-mode): Use it.  Fix comment-start-skip.
25440 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25442         * startup.el (command-line-x-option-alist): -nb => -nbi.
25444 2005-10-12  Kim F. Storm  <storm@cua.dk>
25446         * startup.el (fancy-splash-default-action): Discard mouse click in
25447         the splash screen window, as it has no sensible meaning in the
25448         next window to be selected.  Fixes error reported by Jan D.
25450 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25452         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
25454 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25456         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
25457         Try to fix up minor layout issues like indentation, line break, etc...
25458         (mixal-mode-syntax-table): Don't try to specify comment syntax,
25459         because it doesn't work.
25460         (mixal-operation-codes): Add some more codes.
25461         (mixal-font-lock-keywords): Process comments here.
25462         (mixal-mode): mixasm no longer needs -g option.
25464 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25466         * progmodes/sh-script.el (sh-tmp-file):
25467         Use mktemp -t.  Finish support for es and rc shells.
25469 2005-10-11  Jay Belanger  <belanger@truman.edu>
25471         * calc/calcalg2.el (calc-integral): With an argument, compute the
25472         definite integral.
25474 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
25476         * mouse.el (mouse-drag-region-1): Don't try to catch a
25477         double-click when doing follow-link (it's overridden anyway).
25479 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
25481         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
25482         (autoload-print-form-outbuf): Add docstring.
25484 2005-10-11  Juri Linkov  <juri@jurta.org>
25486         * info.el (Info-mode-menu): Delete menu item "Edit".
25487         (Info-mode): Delete description of Info-edit from docstring,
25488         and rearrange descriptions of Info commands in the order
25489         they are documented in the Info manual.
25491 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25493         * calendar/appt.el (appt-check): Use diary-selective-display var.
25495 2005-10-10  Richard M. Stallman  <rms@gnu.org>
25497         * net/newsticker.el (newsticker-start, newsticker-show-news):
25498         Add autoload cookies.
25500 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
25502         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25504 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
25506         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
25508 2005-10-10  Jay Belanger  <belanger@truman.edu>
25510         * calc/calc-arith.el (math-check-known-scalarp)
25511         (math-check-known-matrixp): Check the values of arguments that are
25512         variables.
25513         (math-check-known-square-matrixp): New function.
25514         (math-known-square-matrixp): Use math-check-known-square-matrixp.
25515         (math-super-types): Add sqmatrix type.
25517         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
25518         mode name `square' to `sqmatrix'.
25520         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
25521         mode name `square' to `sqmatrix'.
25523 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25525         * progmodes/etags.el (select-tags-table-mode): Don't use
25526         selective-display.
25527         (tags-select-tags-table): Pass `button' to the action function.
25528         (select-tags-table): Place the side-info on button properties rather
25529         than in hidden text.  Abbreviate file names.
25530         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
25531         (select-tags-table-select): Add `button' argument.
25532         Get side-info from the button property rather than from hidden text.
25534 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
25536         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
25537         (gud-speedbar-buttons): Preserve point if possible.
25538         (gud-sentinel): Restore previous speedbar display type.
25540         * progmodes/gdb-ui.el (gdba): Improve diagram.
25541         (def-gdb-auto-update-handler, gdb-info-locals-handler)
25542         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
25543         Call get-buffer-window once.
25545 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25547         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
25548         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
25549         (pascal-indent-command): Remove unused var `ind'.
25550         (pascal-indent-case): Remove unused var `oldpos'.
25551         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
25552         since it's now used as a proper minor mode map.
25553         (pascal-outline): Rename to pascal-outline-mode.
25554         (pascal-outline-mode): Use define-minor-mode.
25555         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
25556         selective-display.
25558 2005-10-10  Andreas Schwab  <schwab@suse.de>
25560         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
25561         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
25563         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
25564         outside source directory.
25566 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
25568         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
25569         C-x' as a prefix.
25570         (orgtbl-mode-map): Full keymap instead of sparse, because all
25571         `self-insert-command' keys are redefined in this map.
25572         (org-export-as-html): Specify charset for HTML file, by taking it
25573         from the coding system.
25575 2005-10-10  Kenichi Handa  <handa@m17n.org>
25577         * textmodes/flyspell.el (flyspell-check-word-p):
25578         If unread-command-events is non-empty, don't call sit-for.
25580 2005-10-09  Richard M. Stallman  <rms@gnu.org>
25582         * font-lock.el (font-lock-syntactic-keywords)
25583         (font-lock-keywords): Doc fixes.
25585         * textmodes/flyspell.el (flyspell-external-point-words):
25586         Simplify logic, and don't try to check for consecutive appearances
25587         of one incorrect word.
25589 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
25591         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
25592         separator.
25594         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
25595         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
25596         (gud-expansion-speedbar-buttons): New function.
25597         (gud-speedbar-buttons): Check for gud-comint-buffer.
25599 2005-10-09  Bill Wohler  <wohler@newt.com>
25601         * Makefile.in (updates): Add mh-loaddefs dependency.
25603 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
25605         * speedbar.el (speedbar-file-key-map): Fix typo.
25607 2005-10-09  Daniel Brockman  <daniel@brockman.se>
25609         * cus-start.el (line-spacing): Add custom spec.
25611 2005-10-09  Romain Francoise  <romain@orebokech.com>
25613         * textmodes/ispell.el (ispell-check-version): Fix last change.
25615 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25617         * term/x-win.el: Remove -i, --icon-type from comment.
25619         * startup.el (command-line-x-option-alist): Remove options -i,
25620         -itype, --icon-type, added -nb, --no-bitmap-icon.
25622 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
25624         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
25625         instead of :active.
25627 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
25629         * textmodes/ispell.el (ispell-check-version):
25630         Ignore hyphen, and all that follows, in aspell's version text.
25632 2005-10-08  Jay Belanger  <belanger@truman.edu>
25634         * calc/calc-arith.el (math-known-square-matrixp): New function.
25635         (math-pow-fancy): Check for matrices before distributing exponent
25636         across products.
25638         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
25639         fullscreen keypad.  Suggested by Luc Teirlinck.
25640         (calc-keypad-show-input): Add space for formatting.
25642         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
25643         Add square matrix option.
25645         * calc/calc-poly.el (math-expand-term): Check for matrices instead
25646         of checking calc-matrix-mode when deciding how to expand.
25648         * calc/calc.el (calc-set-mode-line): Add square matrix option.
25650 2005-10-08  Lars Hansen  <larsh@soem.dk>
25652         * net/tramp.el (tramp-perl-directory-files-and-attributes):
25653         Add error handling.
25654         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
25656 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
25658         Sync with Tramp 2.0.51.
25660         * net/tramp.el (tramp-handle-set-visited-file-modtime)
25661         (tramp-handle-insert-file-contents, tramp-handle-write-region):
25662         Insert special handling for `last-coding-system-used', again
25663         it still seems to be necessary (unlike stated before).
25664         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
25665         (tramp-password-prompt-regexp): There might be other words before
25666         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
25667         (tramp-chunksize): Improve docstring.
25668         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
25669         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
25670         Christian Joergensen <bugs@razor.dk>.
25672 2005-10-07  Glenn Morris  <rgm@gnu.org>
25674         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
25675         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
25676         precision'.
25678 2005-10-07  Romain Francoise  <romain@orebokech.com>
25680         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
25681         (ibuffer-do-shell-command-pipe-replace)
25682         (ibuffer-do-shell-command-file, ibuffer-do-eval)
25683         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
25684         (ibuffer-do-revert, ibuffer-do-replace-regexp)
25685         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
25686         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
25687         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
25688         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
25689         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
25690         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
25691         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
25692         Autoload file sans suffix.
25694         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
25696 2005-10-07  David Ponce  <david@dponce.com>
25698         * recentf.el (recentf-menu-open-all-flag): New option.
25699         (recentf-digit-shortcut-command-name): New function.
25700         (recentf--shortcuts-keymap): New variable.
25701         (recentf-menu-shortcuts): New variable.
25702         (recentf-make-menu-items): Initialize it.  Replace the "More..."
25703         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
25704         (recentf-menu-value-shortcut): New function.
25705         (recentf-make-menu-item): Use it.  No more in-lined.
25706         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
25707         (recentf-open-most-recent-file): Rename from
25708         `recentf-open-file-with-key'.  Don't depend on key binding.
25709         (recentf-mode-map): New variable.
25710         (recentf-mode): Use it.
25712 2005-10-06  Bill Wohler  <wohler@newt.com>
25714         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
25716         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
25717         (MH-E-SRC): New.  Used by mh-autoloads.
25718         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25719         files in MH-E-SRC have been updated.
25720         (compile, recompile, bootstrap): Depend on mh-autoloads.
25722 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
25724         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
25725         gud-break and gud-remove icons when the fringe is not available.
25727         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
25728         Typo.
25730 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
25732         * play/zone.el (zone): Wrap body with save-window-excursion.
25734 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25736         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
25737         Use the new `list-only' arg to diary-list-entries.
25739         * calendar/diary-lib.el: Use overlays rather than selective-display.
25740         (diary-selective-display): New var.
25741         (diary-header-line-format): Use it.
25742         (diary-list-entries): Add argument `list-only'.
25743         Put the buffer in diary-mode.  Don't add \^M at beg and end.
25744         Replace \^M by invisible overlays.
25745         (diary-unhide-everything): Replace \^M by invisible overlays.
25746         (print-diary-entries): Look for overlays rather than \^M.
25747         Add a space to the temp buffer name.
25748         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
25749         Put the buffer in diary-mode.
25750         (list-sexp-diary-entries): Replace \^M by invisible overlays.
25751         (diary-anniversary): Make the year arg optional.
25752         (diary-time-regexp): New const.
25753         (diary-font-lock-keywords): Use it to accept a few more time formats.
25755         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
25757 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
25759         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
25760         Fix bug introduced 2005-07-03: Use (car (last ...))
25761         to faithfully reproduce replaced artist-last.
25762         (artist-set-arrow-points-for-poly): Likewise.
25763         Suggested by Johan Bockg\e,Ae\e(Brd.
25765 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
25767         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
25768         * wid-edit.el (widget):
25769         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
25770         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
25772 2005-10-06  Kenichi Handa  <handa@m17n.org>
25774         * international/mule-cmds.el (set-language-environment):
25775         Fix setting up of case-table for unibyte mode.
25777         * simple.el (what-cursor-position): If the character is displayed
25778         by some `display' text property, show that.  Don't use
25779         single-key-description for eight-bit characters in multibyte mode.
25781 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
25783         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
25784         (gdb-ann3): Set it.
25785         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
25786         (gdb-info-frames-custom): Use inverse-video for first five
25787         characters of selected frame only.
25788         (gdb-get-frame-number): Select frame even when point is on frame
25789         number.
25791 2005-10-06  Masatake YAMATO  <jet@gyve.org>
25793         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
25794         Put `font-lock-function-name-face'.
25795         (gdb-info-frames-custom): Put `font-lock-function-name-face'
25796         and `font-lock-variable-name-face'
25797         (gdb-registers-font-lock-keywords): New font lock keywords definition.
25798         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
25799         (gdb-memory-font-lock-keywords): New font lock keywords definition.
25800         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
25801         (gdb-local-font-lock-keywords): New font lock keywords definition.
25802         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
25803         (gdb-threads-font-lock-keywords): New font lock keywords definition.
25804         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
25806 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
25808         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
25809         (ediff-merge-region-is-non-clash-to-skip): Previously called
25810         ediff-merge-region-is-non-clash.
25812         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
25813         Use insert-buffer-substring.
25815         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
25816         selecting files to patch.  Also bug fixes.
25818         * ediff-util.el (ediff-setup): Bug fix.
25819         (ediff-next-difference): Never skip clashes that differ in white
25820         space only.
25822         * ediff-wind.el (ediff-setup-control-frame)
25823         (ediff-destroy-control-frame): Check the menubar feature.
25825         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
25826         (viper-refresh-mode-line): Use make-local-variable to localize
25827         some vars instead of make-variable-buffer-local.  Suggested by
25828         Stefan Monnier.
25830         * emulation/viper-init.el (viper-make-variable-buffer-local):
25831         Delete alias.
25832         (viper-restore-cursor-type, viper-set-insert-cursor-type):
25833         Use make-local-variable instead of make-variable-buffer-local.
25834         Suggested by Stefan Monnier.
25836         * emulation/viper.el (viper-mode): Don't use
25837         viper-make-variable-buffer-local.
25838         (viper-comint-mode-hook): Use make-local-variable on
25839         require-final-newline.
25840         (viper-non-hook-settings): Don't use make-variable-buffer-local.
25842 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25844         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
25845         also the second char of a comment-start sequence.
25846         (scheme-sexp-comment-syntax-table): New var.
25847         (lambda, define): Set their scheme-doc-string-elt property.
25848         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
25849         Use lisp-font-lock-syntactic-face-function now that it properly
25850         handles |...| symbols.
25851         (scheme-mode-variables): Set lisp-doc-string-elt-property,
25852         parse-sexp-lookup-properties and font-lock-extra-managed-props.
25854         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
25855         bit from # to |.
25856         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
25858         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
25859         (lisp-doc-string-elt-property): New var.
25860         (lisp-font-lock-syntactic-face-function): Use it.
25861         Rewrite to recognize docstrings even for forms not at toplevel.
25863         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
25864         annotation on the | part of #| rather than on the # part.
25865         (scheme-font-lock-syntactic-face-function): New function, to
25866         distinguish strings from |...| symbols.
25867         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
25868         syntax-table so that #|...|# is properly highlighted.
25870         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
25871         Don't mark as docstring the 3rd elem of an unknown toplevel form.
25873 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25875         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
25876         and C-e.
25878         * emacs-lisp/eldoc.el: Move comments into docstrings.
25879         (eldoc-message-commands): Initialize in its declaration.
25880         Add move-beginning-of-line and move-end-of-line.
25881         (eldoc-add-command, eldoc-add-command-completions)
25882         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
25884         * outline.el (outline-mark-subtree): Activate the mark.
25886         * calendar/appt.el (appt-time-regexp): New var.
25887         (appt-add, appt-make-list): Use it.
25888         (appt-convert-time): Clean up.
25890         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
25891         Don't set any syntax-table property here.
25892         (tex-font-lock-verb): New function.  Do it here.
25893         (tex-font-lock-syntactic-keywords): Use it.
25895 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25897         * wid-edit.el (widget-file-complete): Get the widget start point
25898         the right way.  Default directory to `/' if file has none.
25900         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
25902         * textmodes/flyspell.el (flyspell-mode-on):
25903         Call ispell-maybe-find-aspell-dictionaries.
25905         * textmodes/ispell.el (ispell-word, ispell-region):
25906         Call ispell-maybe-find-aspell-dictionaries.
25907         (ispell-accept-buffer-local-defs):
25908         Don't call ispell-maybe-find-aspell-dictionaries.
25910 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25912         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
25914 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
25916         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
25917         instead of `fboundp' in order to allow for anonymous functions.
25919 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
25921         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
25922         case the user clicks on the link while another window is selected.
25923         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
25925         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
25926         functionality.
25927         (dframe-help-echo): Save point in case mouse tracking is off.
25929 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
25931         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
25933 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25935         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
25936         not change the global value of those vars.
25938         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
25939         make-local-variable which we do not need any more.
25941 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
25943         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
25944         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
25945         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
25946         (speedbar-path-line): Define obsolete aliases.
25947         (speedbar-line-directory): Doc fix.
25949         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
25950         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
25951         instead of speedbar-line-path.
25953 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25955         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
25956         to nil if dropping on a window.  Handle dropping on a minibuffer window
25957         like dropping on a non-window part of Emacs.
25959 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25961         * net/ange-ftp.el: Use with-current-buffer.
25962         (ange-ftp-insert-directory): Do not follow symlinks any more.
25964         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
25965         Remove interactive spec.
25967 2005-10-03  Kim F. Storm  <storm@cua.dk>
25969         * ido.el (ido-mode): Use custom-initialize-set.
25971 2005-10-02  Richard M. Stallman  <rms@gnu.org>
25973         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
25974         Use insert-buffer-substring.
25976         * net/tramp.el: Pacify byte compiler warnings in pacification code.
25977         (tramp-handle-file-local-copy): Use insert-buffer-substring.
25979 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25981         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
25982         in last change.
25983         (ange-ftp-insert-directory): Fix up the search for the case where
25984         `file' is absolute.
25986 2005-10-02  Romain Francoise  <romain@orebokech.com>
25988         * progmodes/compile.el (compile-goto-error): Delete extra paren.
25990 2005-10-02  Andreas Schwab  <schwab@suse.de>
25992         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
25993         directory component in the session info.
25995 2005-10-01  Richard M. Stallman  <rms@gnu.org>
25997         * comint.el (comint-redirect-subvert-readonly): Doc fix.
25999         * simple.el (next-error-internal): New function.
26001         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
26002         (compilation-start): Pass new arg to compilation-buffer-name.
26003         (compile-goto-error): Use next-error-internal.
26005 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
26007         * speedbar.el: Remove RCS tag.
26008         (speedbar-check-read-only): Handle non-existent files.
26010         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
26012         * info.el (Info-speedbar-hierarchy-buttons)
26013         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
26015 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26017         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
26018         Do not match newline.
26019         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
26020         (bibtex-summary): Remove unnecessary save-excursion.
26021         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
26023 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26025         * term/mac-win.el: Add charset info for "iso10646-1".
26026         Modify default fontset to use ATSUI-compatible fonts for some charsets
26027         if available.
26029 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
26031         * speedbar.el: Re-apply arch tag.
26032         (speedbar-version): Rename to version 1.0.  Suggested by Eric
26033         M. Ludlam.
26034         Reapply two changes from Emacs CVS' version of speedbar lost
26035         during the merge:
26036         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
26037         (speedbar-frame-parameters): Improve customize type.
26039 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26041         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
26042         (ange-ftp-file-directory-p): Fix the symlink case.
26043         (ange-ftp-insert-directory): When listing a single file, get a list of
26044         the parent buffer and extract the relevant line.  Inspired from a patch
26045         by Katsumi Yamaoka <yamaoka@jpl.org>.
26046         (ange-ftp-file-name-sans-versions): Simplify.
26048 2005-09-30  Bill Wohler  <wohler@newt.com>
26050         Move MH-E image files from toolbar and mail directories into
26051         etc/images.
26053         * mail/reply2.*: Move to etc/images/mail/reply*.
26055         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
26056         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
26057         etc/images.
26059         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
26060         * toolbar/reply*: Move to etc/images/mail.
26062         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
26064 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
26066         * speedbar.el: New version 1.0pre3.
26068         Frame management code (including timer, and mouse click specifics)
26069         moved to dframe.el:
26070         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
26071         (speedbar-timer): Removed.  Use dframe-timer.
26072         (speedbar-close-frame): Removed.  Use dframe-close-frame.
26073         (speedbar-activity-change-focus-flag): Removed.  Use
26074         dframe-activity-change-focus-flag.
26075         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
26076         dframe-update-speed.
26078         (speedbar-current-frame): New macro.  Use this instead of the
26079         variable speedbar-frame.
26081         (speedbar-use-images, speedbar-expand-image-button-alist)
26082         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
26084         (speedbar-find-image-on-load-path): Removed.  Replaced by
26085         defezimage in ezimage.el.
26086         (speedbar-expand-image-button-alist): Removed.  Replaced by
26087         ezimage-expand-image-button-alist in ezimage.el.
26089         (speedbar-ignored-directory-regexp)
26090         (speedbar-add-ignored-directory-regexp)
26091         (speedbar-ignored-directory-expressions)
26092         (speedbar-line-directory, speedbar-buffers-line-directory)
26093         (speedbar-directory-line, speedbar-buffers-line-directory):
26094         Renamed, replacing `path' with `directory'.
26096         (speedbar-create-directory, speedbar-expand-line-descendants)
26097         (speedbar-toggle-line-expansion)
26098         (speedbar-contract-line-descendants): New commands.
26100         (speedbar-query-confirmation-method, speedbar-select-frame-method)
26101         (speedbar-use-tool-tips-flag): New options.
26103         (speedbar-check-read-only, speedbar-require-version)
26104         (speedbar-insert-separator, speedbar-buffers-tail-notes)
26105         (speedbar-handle-delete-frame, speedbar-try-completion)
26106         (speedbar-update-localized-contents): New functions.
26108         (speedbar-incompatible-version, speedbar-ro-to-do-point)
26109         (speedbar-object-read-only-indicator): New variables.
26111         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
26112         New hooks.
26114         (speedbar-separator-face): New face.
26116         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
26117         (speedbar-ignored-modes): Add fundamental-mode.
26118         (speedbar-directory-unshown-regexp): Add . directories.
26120         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
26121         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
26122         `]' for full expand/close.
26123         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
26125         (speedbar-check-vc): Support hidden files.
26126         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
26127         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
26128         state is nil, it is not checked out.
26130         (speedbar-line-text, speedbar-line-token): Support expand buttons
26131         with no text.
26132         (speedbar-refresh): Universal argument acts as power-click.
26133         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
26134         that buffer to get variable values.
26136         And many other bugfixes.
26138         * dframe.el, ezimage.el, sb-image.el: New files.
26140         * sb-*.xpm: Remove files.  New image files installed into
26141         etc/images/ezimage.
26143 2005-09-30  Kenichi Handa  <handa@m17n.org>
26145         * ps-mule.el (ps-mule-show-warning): If a character is in
26146         ps-print-translation-table, don't treat it as non-printable.
26148 2005-09-30  David Ponce  <david@dponce.com>
26150         * tree-widget.el (tree-widget-themes-load-path): New variable.
26151         (tree-widget-themes-directory): Doc fix.
26152         (tree-widget-image-formats) [Emacs]: Doc fix.
26153         (tree-widget--locate-sub-directory): New function.
26154         (tree-widget-themes-directory): Use it.
26156         * recentf.el (recentf-filename-handlers): Rename from
26157         `recentf-filename-handler'.  Allow a list of functions.
26158         (recentf-menu-items-for-commands): Fix :help strings.
26159         (recentf-apply-filename-handlers): New function.
26160         (recentf-expand-file-name): Use it.
26161         (recentf-cleanup): Remove duplicates too.
26163 2005-09-29  Juri Linkov  <juri@jurta.org>
26165         * faces.el: Rearrange face definitions to be in the same order as
26166         their face descriptions in "(emacs)Standard Faces".
26168         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
26170         * tooltip.el (tooltip): Add group `basic-faces'.
26172         * buff-menu.el (Buffer-menu-buffer): Remove group
26173         `font-lock-highlighting-faces'.
26175         * progmodes/compile.el (compilation-error, compilation-warning)
26176         (compilation-info, compilation-line-number, compilation-column-number):
26177         Change group from `font-lock-highlighting-faces' to `compilation'.
26179         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26180         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
26181         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
26182         (vhdl-font-lock-reserved-words-face)
26183         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
26184         `font-lock-highlighting-faces'.
26186         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
26188 2005-09-28  Kim F. Storm  <storm@cua.dk>
26190         * emulation/cua-base.el: Set CUA move property on additional commands:
26191         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
26192         forward-sexp, backward-sexp, forward-list, backward-list.
26194 2005-09-28  Romain Francoise  <romain@orebokech.com>
26196         * comint.el (comint-show-output): Really set point at the
26197         beginning of the output when not using `comint-use-prompt-regexp'.
26199 2005-09-27  Jay Belanger  <belanger@truman.edu>
26201         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
26202         in TeX mode.
26204 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
26206         * textmodes/org.el (org-table-sum): Fix format string.
26208         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
26209         Quote face names.
26211 2005-09-26  Romain Francoise  <romain@orebokech.com>
26213         * isearch.el (isearch-forward-regexp): Close doc string.
26215 2005-09-25  Richard M. Stallman  <rms@gnu.org>
26217         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
26219         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
26221         * progmodes/compile.el (compilation-error-properties):
26222         When getting the file from the previous error message,
26223         correctly decode the new data format.
26225         * progmodes/cc-cmds.el (c-electric-paren):
26226         Call old-blink-paren only for close-paren.
26228 2005-09-24  Andreas Schwab  <schwab@suse.de>
26230         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
26231         condition.
26233 2005-09-25  Romain Francoise  <romain@orebokech.com>
26235         * dired-aux.el (dired-copy-file-recursive):
26236         * dired.el (dired-delete-file):
26237         * ediff-mult.el (ediff-dir-diff-copy-file):
26238         * ediff-util.el (ediff-test-save-region):
26239         * forms.el (forms-mode):
26240         * ido.el (ido-file-internal, ido-delete-file-at-head):
26241         * log-edit.el (log-edit-done):
26242         * ses.el (ses-yank-resize):
26243         * play/gomoku.el (gomoku-human-plays, gomoku)
26244         (gomoku-human-resigns, gomoku-prompt-for-other-game)
26245         (gomoku-offer-a-draw):
26246         * play/landmark.el (lm-human-resigns, lm):
26247         * net/eudcb-ldap.el (eudc-ldap-check-base):
26248         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
26249         * progmodes/ebrowse.el (ebrowse-find-pattern):
26250         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
26251         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
26252         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
26254         * vc.el (vc-delete-file):
26255         * play/gomoku.el (gomoku-terminate-game, gomoku)
26256         (gomoku-prompt-for-move, gomoku-human-takes-back):
26257         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
26258         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
26260 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
26262         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
26263         color rxvt terminals by using the code xterm.el used to use before
26264         2005-04-09 in order to match the colors used by rxvt.
26266 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26268         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
26269         colors rxvt-unicode terminals by using the same code as xterm.el.
26271 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26273         * textmodes/tex-mode.el (tex-font-lock-append-prop)
26274         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
26275         new symbol used for the tex-verbatim face.
26277 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
26279         * woman.el (woman-file-name):
26280         * wid-edit.el (widget-file-prompt-value)
26281         (widget-coding-system-prompt-value):
26282         * w32-fns.el (set-w32-system-coding-system):
26283         * vc.el (vc-version-diff, vc-annotate):
26284         * textmodes/reftex-auc.el (reftex-arg-cite)
26285         (reftex-arg-index-tag):
26286         * textmodes/refer.el (refer-get-bib-files):
26287         * textmodes/artist.el (artist-figlet-choose-font):
26288         * terminal.el (terminal-emulator):
26289         * replace.el (occur-read-primary-args):
26290         * rect.el (string-rectangle, string-insert-rectangle):
26291         * ps-print.el (ps-print-preprint):
26292         * progmodes/pascal.el (pascal-goto-defun):
26293         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
26294         * progmodes/compile.el (compilation-find-file):
26295         * printing.el (pr-interactive-n-up):
26296         * play/animate.el (animate-birthday-present):
26297         * net/rcompile.el (remote-compile):
26298         * man.el (man, Man-goto-section, Man-follow-manual-reference):
26299         * mail/rmailsum.el (rmail-summary-search-backward)
26300         (rmail-summary-search):
26301         * mail/rmailout.el (rmail-output-read-rmail-file-name)
26302         (rmail-output-read-file-name):
26303         * mail/rmail.el (rmail-search, rmail-search-backwards):
26304         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
26305         * locate.el (locate):
26306         * international/quail.el (quail-show-keyboard-layout):
26307         * international/mule.el (set-buffer-file-coding-system)
26308         (revert-buffer-with-coding-system, set-file-name-coding-system)
26309         (set-terminal-coding-system, set-keyboard-coding-system)
26310         (set-next-selection-coding-system):
26311         * international/mule-diag.el (describe-coding-system)
26312         (describe-font, describe-fontset):
26313         * international/mule-cmds.el (universal-coding-system-argument)
26314         (search-unencodable-char, describe-input-method)
26315         (set-language-environment, describe-language-environment):
26316         * international/codepage.el (codepage-setup):
26317         * international/code-pages.el (codepage-setup):
26318         * info.el (Info-search, Info-follow-reference)
26319         (Info-search-backward):
26320         * emacs-lisp/advice.el (ad-read-advised-function)
26321         (ad-read-advice-class, ad-clear-cache, ad-activate)
26322         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
26323         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
26324         (ad-read-regexp):
26325         * ediff-util.el (ediff-toggle-regexp-match):
26326         * ediff-ptch.el (ediff-prompt-for-patch-file):
26327         * dired-aux.el (dired-diff):
26328         * diff.el (diff):
26329         * cus-edit.el (custom-variable-prompt):
26330         * calendar/timeclock.el (timeclock-ask-for-project):
26331         * calc/calcalg3.el (calc-get-fit-variables):
26332         * calc/calc-store.el (calc-edit-variable)
26333         (calc-permanent-variable):
26334         * vc-mcvs.el (vc-mcvs-register):
26335         * shadowfile.el (shadow-define-literal-group):
26336         * woman.el (woman-file-name):
26337         * vc.el (vc-version-diff, vc-merge):
26338         * textmodes/reftex-index.el (reftex-index-complete-tag):
26339         * format.el (format-decode-buffer, format-decode-region):
26340         * emulation/viper-cmd.el (viper-read-string-with-history):
26341         * emacs-lisp/debug.el (cancel-debug-on-entry):
26342         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
26343         * ediff.el (ediff-merge-revisions)
26344         (ediff-merge-revisions-with-ancestor, ediff-revision):
26345         * completion.el (interactive-completion-string-reader):
26346         * calc/calc-prog.el (calc-user-define-formula):
26347         Follow convention for reading with the minibuffer.
26349 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
26351         * progmodes/python.el (python-describe-symbol): Add globals() and
26352         locals() to the arguments of emacs.ehelp.
26354 2005-09-24  Magnus Henoch  <mange@freemail.hu>
26356         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
26357         New function, code extracted from ispell-valid-dictionary-list.
26358         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
26359         Call it.
26361 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
26363         * subr.el (version-regexp-alist): Extend valid syntax for version
26364         strings: allow any of the characters -,_,+ to separate the
26365         alpha/beta/rc part from the version part.  Doc fix.
26366         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
26368 2005-09-23  David Reitter  <david.reitter@gmail.com>
26370         * mail/mailclient.el: New file.
26372 2005-09-23  Richard M. Stallman  <rms@gnu.org>
26374         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
26375         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
26376         Doc fixes.
26378         * progmodes/cc-mode.el (c-font-lock-init):
26379         Specify font-lock-lines-before.
26381 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26383         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
26384         whole conflict.
26386 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
26388         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
26389         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
26390         of `remap' feature when available.  Additional key bindings for
26391         better tty support.
26392         (org-mode-restart, org-force-self-insert): New commands.
26393         (org-time-stamp-inactive): New command.
26394         (org-remap): New function.
26395         (org-table-auto-blank-field, org-level-color-stars-only): New options.
26396         (org-enable-fixed-width-editor): Move to `org-structure'
26397         customization group.
26398         (org-self-insert-command, orgtbl-self-insert-command): Modify to
26399         blank field after field motion commands.
26401 2005-09-23  Kenichi Handa  <handa@m17n.org>
26403         * international/mule-cmds.el (set-language-environment):
26404         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
26405         have to call utf-translate-cjk-load-tables.
26407 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26409         * mouse.el (mouse-move-drag-overlay): Fix last change.
26411 2005-09-22  David Ponce  <david@dponce.com>
26413         * tree-widget.el (tree-widget-value-create): Fix previous change.
26415 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26417         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
26419 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26421         * mouse.el (mouse-move-drag-overlay): New function.
26422         (mouse-drag-region-1): Use it.
26423         Try to simplify a bit the state handling.  Handle clicks on links
26424         inside intangible areas.
26425         (mouse-save-then-kill): Minor simplification.
26426         (mouse-secondary-overlay): Make it always non-nil instead of
26427         recreating it each time.
26428         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
26429         (mouse-kill-secondary, mouse-secondary-save-then-kill):
26430         Simplify accordingly.
26432 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26434         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
26436 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
26438         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26439         (ediff-file-name-sans-prefix): Treat nil as an empty string.
26440         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
26441         to patch.
26443         * ediff-util.el: Use insert-buffer-substring.
26445         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
26447         * emulation/viper-cmd.el (viper-change-state): Don't move over the
26448         field boundaries in the minibuffer.
26449         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
26450         (viper-minibuffer-post-command-hook): New hook.
26451         (viper-line): Don't move cursor at bolp.
26453         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
26455         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
26456         avoid compiler warnings.
26458         * emulation/viper-macs.el (ex-map): Better messages.
26460         * emulation/viper-util.el (viper-beginning-of-field): New function.
26462         * emulation/viper.el: Replace make-variable-buffer-local with
26463         viper-make-variable-buffer-local everywhere, to avoid warnings.
26465 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26467         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
26468         Delete unused var `old-selected-window'.
26469         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
26470         (mouse-drag-secondary): Delete unused var `start-frame'.
26472 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26474         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
26476 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26478         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
26479         Re-indent within 80 columns.  Use inhibit-read-only.
26481 2005-09-19  Romain Francoise  <romain@orebokech.com>
26483         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
26485 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26487         * font-lock.el (font-lock-default-fontify-region): Don't add a line
26488         unconditionally, since the after-change-function already did it.
26490 2005-09-19  Miles Bader  <miles@gnu.org>
26492         * net/newsticker.el: Get rid of CVS keyword.
26494 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26496         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
26497         The prompt is formatted later.
26499 2005-09-19  David Ponce  <david@dponce.com>
26501         * tree-widget.el (tree-widget-value-create): Save the converted
26502         tree :node widget.
26504 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
26506         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
26507         variable `message'.
26509 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
26511         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
26512         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
26513         <slawomir.nowaczyk.847@student.lu.se>.
26515 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
26517         * image.el (image-load-path): Use symbol `data-directory' instead
26518         of its value, for backward compatibility with packages that bind
26519         it during `find-image'.  Suggested by Katsumi Yamaoka.
26520         (image-search-load-path): Handle symbols whose values are strings.
26522 2005-09-18  Romain Francoise  <romain@orebokech.com>
26524         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
26525         with-current-buffer form in save-excursion.
26527 2005-09-18  Deepak Goel  <deego@gnufans.org>
26529         * apropos.el (apropos-command): Fix `message' call: first arg
26530         should be a format spec.  In this and all other cases that appear
26531         below and elsewhere in the source code, I made a change only when
26532         two conditions were satisfied: [1] I can think of a possibility
26533         that the arguments would cause an error, for example, the code in
26534         question relies on external variables such as filenames.  [2] I
26535         was sure that the arg to `message' could not have been nil in the code.
26537         * textmodes/tildify.el (tildify-region): Ditto.
26539         * textmodes/reftex-index.el (reftex-index-change-entry)
26540         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
26541         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
26542         * textmodes/org.el (org-complete, org-deadline, org-schedule)
26543         (org-priority, org-table-sum):
26544         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
26545         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
26546         (flyspell-word, flyspell-display-next-corrections):
26547         * textmodes/bibtex.el (bibtex-print-help-message):
26548         * textmodes/artist.el (artist-key-set-point-poly):
26549         * term/mac-win.el (mac-services-insert-text):
26550         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
26551         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
26552         (vhdl-port-paste-testbench, vhdl-compose-new-component)
26553         (vhdl-compose-configuration):
26554         * progmodes/sh-script.el (sh-blink, sh-show-indent)
26555         (sh-set-indent, sh-learn-line-indent):
26556         * progmodes/ps-mode.el (ps-mode-target-column):
26557         * progmodes/idlwave.el (idlwave-make-tags)
26558         (idlwave-scan-library-catalogs):
26559         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
26560         * progmodes/gud.el (gud-jdb-analyze-source):
26561         * progmodes/flymake.el (flymake-log):
26562         * progmodes/ebnf2ps.el (ebnf-generate-region):
26563         * progmodes/cmacexp.el (c-macro-expansion):
26564         * progmodes/ada-xref.el (ada-treat-cmd-string):
26565         * progmodes/ada-mode.el (ada-create-case-exception-substring)
26566         (ada-justified-indent-current, ada-batch-reformat):
26567         * play/zone.el (zone):
26568         * play/landmark.el (lm-move):
26569         * play/decipher.el (decipher-show-alphabet):
26570         * net/newsticker.el (newsticker--display-jump)
26571         (newsticker--display-scroll):
26572         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
26573         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
26574         * mail/feedmail.el (feedmail-dump-message-to-queue):
26575         * eshell/esh-proc.el (eshell-remove-process-entry):
26576         * emulation/ws-mode.el (ws-last-error):
26577         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
26578         (viper-record-kbd-macro):
26579         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
26580         * emacs-lisp/lisp-mnt.el (lm-report-bug):
26581         * emacs-lisp/find-func.el (find-function-noselect):
26582         * calendar/timeclock.el (timeclock-status-string)
26583         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
26584         (timeclock-when-to-leave-string):
26585         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
26586         * calc/calc-units.el (calc-enter-units-table):
26587         * calc/calc-mode.el (calc-mode-record-mode):
26588         * woman.el (woman-mini-help):
26589         * wdired.el (wdired-change-to-wdired-mode):
26590         * vc.el (vc-retrieve-snapshot):
26591         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
26592         * startup.el (display-startup-echo-area-message):
26593         * simple.el (set-goal-column):
26594         * ses.el (ses-command-hook, ses-recalculate-cell):
26595         * server.el (server-process-filter):
26596         * printing.el (pr-interface-txt-print, pr-interface-printify)
26597         (pr-interface-ps):
26598         * pcvs.el (cvs-help):
26599         * log-edit.el (log-edit, log-edit-mode-help):
26600         * iswitchb.el (iswitchb-possible-new-buffer):
26601         * isearch.el (isearch-edit-string):
26602         * image-mode.el (image-mode, image-minor-mode):
26603         * ibuf-macs.el (define-ibuffer-filter):
26604         * hi-lock.el (hi-lock-find-patterns):
26605         * files.el (toggle-read-only):
26606         * ediff-util.el (ediff-copy-diff)
26607         (ediff-write-merge-buffer-and-maybe-kill):
26608         * echistory.el (Electric-history-undefined):
26609         * dnd.el (dnd-insert-text):
26610         * dired-aux.el (dired-query):
26611         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
26612         * bookmark.el (bookmark-bmenu-locate):
26613         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
26614         Fix `message' calls to ensure first arg is a format string.
26615         The change was made only when these two conditions were satisfied:
26616         [1] when there is a possibility that the arguments would cause an error
26617         for example, if the code in question relies on external variables
26618         such as filenames, and
26619         [2] if the arg to `message' could not have been nil in the code.
26621         * pcomplete.el (pcomplete--help): Fix `message' format spec.
26622         Not having a %s would be weird, though not technically wrong.
26624 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26626         * term/mac-win.el (mac-add-charset-info): Doc fix.
26628 2005-09-17  Romain Francoise  <romain@orebokech.com>
26630         * shell.el (shell-resync-dirs): Handle echoing processes more
26631         reliably.  Don't insert resync command if `comint-process-echoes'
26632         is non-nil.
26634 2005-09-17  Magnus Henoch  <mange@freemail.hu>
26636         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
26637         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
26638         aspell versions >= 0.60.
26639         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
26640         only if ispell-aspell-supports-utf8 is non-nil.
26642 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26644         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
26645         buffer-local value to lisp-indent-function.
26647 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
26649         * progmodes/glasses.el (glasses-make-readable): If
26650         glasses-separator differs from underscore, put appropriate
26651         overlays over underscore characters.
26652         (glasses-convert-to-unreadable): If glasses-separator differs from
26653         underscore, try to convert glasses-separator characters to
26654         underscores.
26656 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
26658         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
26659         Use with-syntax-table and dolist.
26661 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
26663         * textmodes/reftex-auc.el:
26664         * textmodes/reftex-cite.el:
26665         * textmodes/reftex-dcr.el:
26666         * textmodes/reftex-global.el:
26667         * textmodes/reftex-parse.el:
26668         * textmodes/reftex-ref.el:
26669         * textmodes/reftex-sel.el:
26670         * textmodes/reftex-toc.el:
26671         * textmodes/reftex-vars.el:
26672         * textmodes/reftex.el: Small changes to remove compiler warnings.
26674         * textmodes/reftex-index.el: Likewise.
26675         (reftex-query-index-phrase): More efficient use of markers.
26677 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26679         * image.el (image-load-path): New variable.
26680         (image-search-load-path): New function.
26681         (find-image): Search for images in `image-load-path'.
26683 2005-09-15  Richard M. Stallman  <rms@gnu.org>
26685         * follow.el: Change Maintainer field.
26687 2005-09-15  David Ponce  <david@dponce.com>
26689         * recentf.el (recentf-save-file-modes): New option.
26690         (recentf-save-list): Use it.
26692 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
26694         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
26695         (mode-line-mule-info, mode-line-modified): Move bindings from
26696         mouse-3 to mouse-1.
26698 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26700         * simple.el (sendmail-user-agent-compose): Revert last change.
26702 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26704         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
26705         Use with-current-buffer.
26706         (ange-ftp-gwp-start): Remove unused var `gw-user'.
26707         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26708         (ange-ftp-insert-directory): Remove unused var `short'.
26709         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
26711         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
26712         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
26714         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
26715         (check-calendar-holidays, diary-list-entries): Autoload.
26716         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
26717         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
26719         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
26720         which mistakenly removed a call to display-buffer.
26722 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
26724         * obsolete/iso-insert.el: Move to obsolete/ from international/.
26726 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
26728         * progmodes/hideshow.el
26729         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
26730         (hs-allow-nesting): New user var.
26731         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
26732         (hs-hide-block-at-point): When nesting allowed,
26733         if there is already an overlay in place, delete it.
26734         (hs-safety-is-job-n): Delete func; remove call sites.
26735         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
26736         (hs-overlay-at): New func.
26737         (hs-already-hidden-p, hs-show-block): Use it.
26738         (hs-hide-all): Don't pre-clean if nesting allowed.
26739         (hs-show-all): Temporarily disallow
26740         nesting around call to `hs-discard-overlays'.
26742 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
26744         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
26745         Delete unused local var.
26747 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
26749         * help-fns.el (describe-categories): "?\ " -> "?\s".
26750         (help-do-arg-highlight): Recognize also ARG-n, as in
26751         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
26753         * international/codepage.el (dos-unsupported-char-glyph):
26754         * net/newsticker.el (tool-bar-map, w3-mode-map)
26755         (w3m-minor-mode-map):
26756         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
26757         (ent-alist):
26758         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
26760 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
26762         * custom.el (custom-push-theme): Handle the case where a symbol is
26763         bound but face properties have not yet been assigned.
26765         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
26766         Fix behavior if noerase is `t' and there is no mail buffer.
26768         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
26769         if `continue' is nil, rather than signal an error.
26771 2005-09-12  Richard M. Stallman  <rms@gnu.org>
26773         * font-lock.el (font-lock-keywords): Add autoload.
26775         * help-fns.el (describe-variable): Rearrange to put source link
26776         in a predictable place.
26778         * net/newsticker.el: New file.
26780 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26782         * calendar/calendar.el (calendar-for-loop): Add edebug info.
26783         (calendar-basic-setup): Use the new nil arg.
26784         (number-of-diary-entries): Move to diary-lib.el.
26786         * calendar/diary-lib.el: Use with-current-buffer, match-string.
26787         (diary-list-entries): Use with-syntax-table and dolist.
26788         Rename from list-diary-entries.
26789         Use number-of-diary-entries if `number' is nil.
26790         (diary, diary-view-entries): Use this new name and new nil arg value.
26791         (number-of-diary-entries): Move from calendar.el.
26792         (diary-unhide-everything): New function.
26793         (include-other-diary-files, fancy-diary-display)
26794         (diary-show-all-entries, make-diary-entry): Use it.
26795         (diary-mail-entries): Use buffer-string.
26796         (mark-diary-entries): Fix long standing paren typo.
26797         (diary-sexp-entry): Use count-lines.
26798         (make-diary-entry): Avoid `previous-line'.
26799         (diary-mode-map): New var.
26800         (diary-mode): Redraw cal after saving.  Setup header-line.
26801         (fancy-diary-display-mode): Use local-set-key.
26803         * startup.el (command-line): Try calling various terminal-init-foo-bar
26804         functions by stripping hyphenated suffixes from $TERM.
26806         * files.el (normal-mode): Check boundness of font-lock-keywords.
26808 2005-09-12  Richard M. Stallman  <rms@gnu.org>
26810         * progmodes/compile.el: Don't decide a file's directory
26811         until the user actually tries to go there.
26812         (compilation-next-error-function):
26813         Pass compilation-find-file the directory from the file-struct.
26814         (compilation-internal-error-properties): Separate local FILE-STRUCT
26815         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
26816         (compilation-find-file): Arg DIR renamed to DIRECTORY.
26817         Expand it, and if nil, use default-directory.
26818         (compilation-get-file-structure): Don't mix specified directory
26819         with default directory.  Put specified directory into
26820         file-struct.  Don't make the file name absolute.
26822         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
26823         (compile-command): Add autoload.
26824         (compilation-disable-input): Add autoload.
26826 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
26828         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
26829         strings of the variables it can override.
26830         (time-stamp): New (as yet undocumented) time-stamp-format escapes
26831         %Q and %q, for fully-qualified domain name and unqualified host name.
26833 2005-09-11  Kim F. Storm  <storm@cua.dk>
26835         * emacs-lisp/authors.el (authors-aliases): Update list.
26836         (authors-fixed-entries): Update mldrag.el entry.
26838 2005-09-10  Alan Mackenzie  <acm@muc.de>
26840         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
26841         delimiter from the region narrowed to.
26843 2005-09-10  Magnus Henoch  <mange@freemail.hu>
26845         * textmodes/ispell.el (ispell-check-version): Signal an error if
26846         aspell version is less than 0.60.
26848 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
26850         * progmodes/octave-inf.el (inferior-octave-startup):
26851         Resync current dir at the end.
26853 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
26855         * woman.el (woman-topic-at-point-default):
26856         Rename to woman-use-topic-at-point-default.
26857         (woman-topic-at-point): Rename to woman-use-topic-at-point.
26858         (woman-file-name): Reflect renames above.  Automatically use the
26859         word at point as topic if woman-use-topic-at-point is non-nil.
26860         Otherwise offer it as default but don't insert it in the
26861         minibuffer.  Also use `test-completion' instead of `assoc' as
26862         suggested by Stefan Monnier.
26864 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
26866         * vc.el (vc-directory, vc-update-change-log): Throw an error on
26867         the attempt to do it over Tramp.  This is not yet supported.
26869 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
26871         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
26872         (menu-bar-non-minibuffer-window-p): New functions.
26873         ("Split Window", "Save As..."): Use them.
26874         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
26875         ("Print Buffer", "Truncate Long Lines in this Buffer"):
26876         Use menu-bar-menu-frame-live-and-visible-p.
26877         ("Save Buffer", "Insert File", "Open Directory...")
26878         ("Open File...", "Visit New File..."):
26879         Use menu-bar-non-minibuffer-window-p.
26880         (kill-this-buffer-enabled-p, dired <menu-enable>):
26881         Use menu-bar-non-minibuffer-window-p.
26883 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26885         * cus-start.el (all): Don't complain about fringe-related
26886         built-ins if fringes are not supported.  Ditto about
26887         selection-related built-ins.  Fix the test for GTK-related built-ins.
26889         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
26890         ("Postscript Print Buffer", "Print Region", "Save As...")
26891         ("Save", "Insert File...", "Open Directory...")
26892         ("Open File...", "Visit New File..."")
26893         ("Truncate Long Lines in this Buffer"): Don't look at
26894         menu-updating-frame if this display does not support multiple frames.
26896 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26898         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
26900 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
26902         * woman.el: Format- and whitespace-related changes.
26904 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26906         * woman.el: Fix my email address.
26908 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26910         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
26911         (sh-mode): Locally set skeleton-pair-default-alist.
26913         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
26915         * progmodes/flymake.el: Require `compile' unconditionally.
26917         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
26919         * woman.el (woman-file-name): Provide a default, not initial input.
26921         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
26923         * font-lock.el (font-lock-support-mode): Doc fix.
26925         * descr-text.el (describe-property-list): Handle non-symbol prop names.
26927 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26929         * simple.el (blink-matching-open): Get rid of text props from
26930         the string shown in echo area.  Don't permanently set point.
26931         Some rearrangements.
26933 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
26935         * recentf.el (recentf-filename-handler): Add custom choice
26936         `abbreviate-file-name'.
26938         * msb.el (msb--very-many-menus): Fix typo.
26940         * disp-table.el (standard-display-european): Don't set
26941         enable-multibyte-characters to nil.
26943 2005-09-08  David Ponce  <david@dponce.com>
26945         * recentf.el (recentf-show-file-shortcuts-flag): New option.
26946         (recentf-expand-file-name): Doc fix.
26947         (recentf-dialog-mode-map): Define digit shortcuts.
26948         (recentf--files-with-key): New variable.
26949         (recentf-show-digit-shortcut-filter): New function.
26950         (recentf-open-files-items): New function.
26951         (recentf-open-files): Use it.
26952         (recentf-open-file-with-key): New command.
26954 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
26956         * buff-menu.el (Buffer-menu-sort-by-column): New function.
26957         Suggested by Kim F. Storm.
26958         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
26959         (Buffer-menu-make-sort-button): Use global keymap.
26961 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
26963         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
26964         (Man-getpage-in-background-advice): Remove defadvice; it isn't
26965         necessary any longer with the remapped command.
26966         (Man-bgproc-sentinel-advice): Remove defadvice which counts
26967         formatting time only.
26969         * net/tramp.el (tramp-action-password)
26970         (tramp-multi-action-password): Compile the password prompt from
26971         `method', `user' and `host'.  Sometimes it isn't obvious which
26972         password to enter, for example with remote files offered by
26973         recentf.el, or with multiple steps.  Suggested by Robert Marshall
26974         <robert@chezmarshall.freeserve.co.uk>.
26976 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26978         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
26979         Fix regexp for when "s///" is at the beginning of line.
26981 2005-09-07  Jay Belanger  <belanger@truman.edu>
26983         * calc/calc-poly.el (math-expand-term): Multiply out any powers
26984         when in matrix mode.
26986 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26988         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
26989         non-anonymous functions.
26991 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
26993         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
26994         when using a header line.  Otherwise, use mouse-1-click-follows-link.
26996         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
26997         can't be moved; don't signal an error.
26999 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
27001         * cus-theme.el (custom-theme-write-faces): Save the current face
27002         spec, not the defface spec.
27004         * custom.el (custom-known-themes): Clarify meaning of "standard".
27005         (custom-push-theme): Save old values in the standard theme.
27006         (disable-theme): Correct typo.
27007         (custom-face-theme-value): Deleted unused function.
27008         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
27010 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27012         * progmodes/compile.el (compilation-goto-locus): Take into account
27013         iconified frames when determining whether the buffer is
27014         already visible.
27015         Don't reset window height if the window already existed.
27017 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
27019         * custom.el (load-theme): Rename from require-theme.
27020         Add interactive spec.
27021         (enable-theme): Rename from custom-enable-theme.
27022         Add interactive spec.
27023         (disable-theme): Rename from custom-disable-theme.
27024         Add interactive spec.
27025         (custom-make-theme-feature): Doc fix.
27026         (custom-theme-directory): Doc fix.
27027         (provide-theme): Call enable-theme.
27029 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27031         * obsolete/lazy-lock.el (lazy-lock-mode):
27032         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
27033         font-lock-mode if it's off.  Print a warning instead.
27035         * progmodes/compile.el (compilation-start): Ignore errors if the
27036         process died before we get to send-eof.
27038         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
27039         Undo last change.  Enclosing the result in quotes broke things on Unix
27040         since tex-send-command passes it through shell-quote-argument.
27041         (tex-send-command): Pass `file' through convert-standard-filename
27042         when possible.
27043         (tex-uptodate-p): Handle the case where TeX hasn't put additional
27044         info in a transcript.
27046 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
27048         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
27049         fix compilation warning.  Reorder the key definitions to group
27050         together keys emitted by the current version of xterm.
27052         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
27053         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
27054         Reorder predicates to correct min-color usage.
27056 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
27058         * longlines.el (longlines-mode): Inhibit read-only when encoding.
27059         Kill local variables when longlines-mode is turned off.
27061 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27063         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
27065         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
27067         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
27069         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
27070         (font-lock-lines-before): Change default to being inactive.
27071         (font-lock-default-fontify-region): Obey font-lock-lines-before.
27072         (font-lock-after-change-function): Don't handle f-l-lines-before here.
27074 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27076         * net/tramp.el (tramp-handle-make-auto-save-file-name):
27077         Deactivate temporarily advice if active (not needed for Emacs 22,
27078         but for backwards compatibility).
27079         (tramp-exists-file-name-handler): Rewrite.  First implementation
27080         was too simple.
27081         (tramp-advice-make-auto-save-file-name):
27082         Call `tramp-handle-make-auto-save-file-name' (again, just for
27083         backwards compatibility).
27085 2005-08-31  Reto Zimmermann  <reto@gnu.org>
27087         * progmodes/vhdl-mode.el
27088         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
27089         (vhdl-end-p): Fix indentation bug "else" after "-- when".
27090         (vhdl-set-default-project): New function (easier setting of default).
27091         (vhdl-port-copy): Handle extended identifiers for generics.
27092         (vhdl-compiler-alist): Better description for error message regexp.
27093         (vhdl-make): Query for target, use previous as default.
27094         (vhdl-port-copy): Fix port copy for port names starting with "signal".
27095         (vhdl-font-lock-keywords-2): Fix fontification for record
27096         el. assign.
27097         (vhdl-speedbar-make-subpack-line): Add package body link.
27098         (vhdl-generate-makefile-1): Not include itself as dependency.
27099         (vhdl-font-lock-init): Highlight c-preprocessor directives.
27100         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
27101         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
27102         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
27103         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
27104         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
27105         (vhdl-import-project): Add string argument for `error'.
27106         (vhdl-compose-configuration)
27107         (vhdl-compose-configuration-architecture): Add configuration
27108         declaration generation.
27109         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
27110         (vhdl-trailer-re): Add "record" keyword (better indentation).
27111         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
27112         "[^ \t-\"]+".
27113         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
27114         (vhdl-testbench-entity-file-name)
27115         (vhdl-testbench-architecture-file-name): Allow separate
27116         customization of testbench file names.
27117         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
27118         (vhdl-get-visible-signals): Allow newline within alias declaration.
27119         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
27120         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
27121         (member-ignore-case): Alias for missing function in XEmacs.
27122         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
27123         (vhdl-update-sensitivity-list): Ignore case on read signals.
27124         (vhdl-replace-string): Adjust case only for file names.
27125         (vhdl-update-sensitivity-list): Fix search for read signals.
27126         (vhdl-update-sensitivity-list): Exclude formal parameters.
27127         (vhdl-get-visible-signals): Include aliases of signals.
27128         (vhdl-get-visible-signals): Fix signal name searching.
27129         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
27130         (vhdl-fixup-whitespace-region): Fix for character
27131         literals (e.g. `:').
27133 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
27135         * ansi-color.el (comint-last-output-start):
27136         * bs.el (font-lock-verbose):
27137         * diff-mode.el (add-log-buffer-file-name-function):
27138         * dired-x.el (vm-folder-directory):
27139         * faces.el (help-xref-stack-item):
27140         * files.el (font-lock-keywords):
27141         * find-lisp.el (dired-buffers, dired-subdir-alist):
27142         * ido.el (cua-inhibit-cua-keys):
27143         * log-view.el (cvs-minor-wrap-function):
27144         * outline.el (font-lock-warning-face):
27145         * simple.el (compilation-current-error):
27146         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
27147         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
27148         * tooltip.el (comint-prompt-regexp):
27149         * w32-fns.el (explicit-shell-file-name):
27150         * term/mac-win.el (mac-charset-info-alist)
27151         (mac-services-selection, mac-system-script-code):
27152         * term/tty-colors.el (msdos-color-values):
27153         * term/w32-win.el (xlfd-regexp-registry-subnum):
27154         * term/x-win.el (x-keysym-table, x-selection-timeout)
27155         (x-session-id, x-session-previous-id):
27156         * textmodes/ispell.el (mail-yank-prefix):
27157         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
27158         * textmodes/org.el (calc-embedded-close-formula)
27159         (calc-embedded-open-formula)
27160         (font-lock-unfontify-region-function):
27161         * textmodes/reftex-global.el (isearch-next-buffer-function)
27162         (TeX-master):
27163         * textmodes/reftex.el (font-lock-keywords):
27164         * textmodes/tex-mode.el (font-lock-comment-face)
27165         (font-lock-doc-face):
27166         * textmodes/texinfo.el (outline-heading-alist):
27167         Add defvars.
27169         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
27170         (artist-spray-chars, artist-mode-init, artist-replace-string)
27171         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
27172         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
27173         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
27175         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
27176         (conf-align-assignments): "?\ " -> "?\s".
27178         * textmodes/reftex-index.el (TeX-master): Add defvar.
27179         (reftex-index-phrases-marker): Move up defvar.
27181         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
27182         (reftex-toc-include-labels-indicator)
27183         (reftex-toc-include-index-indicator)
27184         (reftex-toc-max-level-indicator): Move up declarations.
27186         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
27187         of args to `tramp-run-real-handler', even if it's empty in this case.
27189 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27191         * dired.el (dired-move-to-filename-regexp): Add date format for
27192         Mac OS X 10.3 in East Asian locales.
27194 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27196         * files.el (make-auto-save-file-name): Add file name handler call
27197         if applicable.
27199         * net/tramp.el (tramp-file-name-handler-alist)
27200         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
27201         (tramp-handle-make-auto-save-file-name): Rename from
27202         `tramp-make-auto-save-file-name'.
27203         (tramp-exists-file-name-handler): New defun.
27204         (tramp-advice-make-auto-save-file-name): Make defadvice only when
27205         `make-auto-save-file-name' is not a magic file name operation.
27207 2005-08-30  Richard M. Stallman  <rms@gnu.org>
27209         * files.el (risky-local-variable-p):
27210         Match `-predicates' and `-commands.
27212         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
27213         (custom-save-all): Visit the file if necessary;
27214         kill the buffer if we created it.
27215         (custom-save-delete): Don't visit file or kill buffer here.
27217 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
27219         * textmodes/org.el (org-special-keyword): New face.
27220         (org-table-copy-down, org-table-eval-formula)
27221         (org-table-recalculate, org-init-section-numbers):
27222         Use `string-to-number' instead of `string-to-int'.
27223         (org-get-location): Use `insert-buffer-substring' instead of
27224         `insert-buffer'.
27225         (org-modify-diary-entry-string): New function.
27226         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
27227         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
27228         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
27229         active region.
27230         (org-export-as-html): Handle QUOTE keyword.
27231         (org-quote-string): New option.
27232         (org-bookmark-jump-unhide): New function, used for
27233         `bookmark-after-jump-hook'.
27234         (org-diary-default-entry): Apply only when not called through
27235         `org-agenda'.
27237 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
27239         * net/eudc.el (mode-popup-menu):
27240         * play/handwrite.el (ps-printer-name, ps-lpr-command):
27241         * progmodes/ada-mode.el (compile-auto-highlight)
27242         (skeleton-further-elements):
27243         * progmodes/autoconf.el (font-lock-syntactic-keywords):
27244         * progmodes/cmacexp.el (msdos-shells):
27245         * progmodes/compile.el (font-lock-extra-managed-props)
27246         (font-lock-keywords, font-lock-maximum-size)
27247         (font-lock-support-mode):
27248         * progmodes/grep.el (font-lock-lines-before):
27249         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
27250         * progmodes/mixal-mode.el (compile-command):
27251         * progmodes/perl-mode.el (font-lock-comment-face)
27252         (font-lock-doc-face, font-lock-string-face):
27253         * progmodes/prolog.el (comint-prompt-regexp):
27254         * progmodes/sh-script.el (font-lock-comment-face)
27255         (font-lock-set-defaults, font-lock-string-face):
27256         * progmodes/sql.el (font-lock-keyword-face)
27257         (font-lock-set-defaults, font-lock-string-face):
27258         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
27259         (itimer-version, lazy-lock-defer-contextually)
27260         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
27261         Add defvars.
27263         * progmodes/cperl-mode.el (cperl-electric-lbrace)
27264         (cperl-electric-keyword, cperl-electric-pod)
27265         (cperl-electric-backspace, cperl-forward-re)
27266         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
27267         (vc-rcs-header, vc-sccs-header): Add defvars.
27269         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
27270         (font-lock-syntactic-keywords, gud-find-expr-function):
27271         Add defvars.
27273         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
27274         (gdb-frame-parameters): Declare before use.
27276         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
27277         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
27278         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
27279         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
27281         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
27282         (idlwave-help-with-source): Use `insert-buffer-substring', not
27283         `insert-buffer'.
27285 2005-08-29  Juri Linkov  <juri@jurta.org>
27287         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
27288         Put outline-back-to-heading function call inside save-excursion.
27290 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
27292         * man.el (Man-init-defvars, Man-translate-references)
27293         (Man-support-local-filenames, Man-highlight-references):
27294         * progmodes/sql.el (sql-interactive-mode):
27295         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
27297         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
27298         (compilation-mode-font-lock-keywords): Add defvars.
27299         (checkdoc-interactive-loop): "?\ " -> "?\s".
27301         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
27302         (font-lock-doc-face, font-lock-string-face)
27303         (font-lock-keywords-case-fold-search): Add defvars.
27304         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
27306         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
27307         Don't pass X and Y (they are ignored anyway).
27308         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
27309         (mouse-delete-window): Make arguments optional.
27311         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
27312         (caesar-translate-table, minor-modes, news-buffer-save)
27313         (news-group-name, news-minor-modes): Add defvars.
27315         * emacs-lisp/lselect.el (mouse-highlight-priority)
27316         (x-lost-selection-functions, zmacs-regions):
27317         * emacs-lisp/pp.el (font-lock-verbose):
27318         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
27319         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
27320         (ses-mode-map):
27321         * emacs-lisp/tcover-unsafep.el (safe-functions):
27322         * international/mule-cmds.el (mac-system-coding-system)
27323         (mac-system-locale):
27324         * language/ethio-util.el (rmail-current-message)
27325         (rmail-message-vector):
27326         * language/thai-util.el (thai-auto-composition-mode):
27327         * mail/metamail.el (rmail-current-message, rmail-message-vector):
27328         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
27329         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
27330         (vm-primary-inbox, vm-spool-files):
27331         * mail/rmail.el (deleted-head, font-lock-fontified)
27332         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
27333         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
27334         (total-messages):
27335         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
27336         (rmail-summary-mode-map):
27337         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
27338         (rmail-last-label, rmail-last-multi-labels)
27339         (rmail-summary-vector, rmail-total-messages):
27340         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
27341         * mail/rmailsum.el (msgnum):
27342         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
27343         (rmail-current-message):
27344         * obsolete/fast-lock.el (font-lock-face-list):
27345         * obsolete/rnewspost.el (mail-reply-buffer):
27346         * obsolete/scribe.el (compile-command):
27347         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
27349 2005-08-28  John Paul Wallington  <jpw@gnu.org>
27351         * ibuf-ext.el (ibuffer-auto-update-changed):
27352         Use `frame-or-buffer-changed-p' to check whether we need to update.
27353         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
27354         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
27355         as a `frame-or-buffer-changed-p' state vector instead.
27357 2005-08-27  Romain Francoise  <romain@orebokech.com>
27359         * textmodes/makeinfo.el (makeinfo-compile):
27360         Use `compilation-start'.  Set `next-error-function' according to
27361         `disable-errors'.
27362         (makeinfo-next-error): New function.
27363         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
27364         (makeinfo-buffer): Likewise.
27366         * progmodes/compile.el (compilation-start): Add autoload cookie.
27368         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
27369         * textmodes/sgml-mode.el: Likewise.
27370         * progmodes/python.el: Likewise.
27372 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
27374         * simple.el (blink-matching-paren-distance): Document the meaning
27375         of nil value, and allow to customize to nil.
27377         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
27378         command.com, not command.exe.
27380 2005-08-26  John Wiegley  <johnw@newartisans.com>
27382         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
27383         code around a bit so that an extraneous nil argument is not added
27384         to a command when no args are given.
27386         * eshell/esh-arg.el (eshell-parse-double-quote): If a
27387         double-quoted argument resolves to nil, return it as an empty
27388         string rather than as nil.  This made it impossible to pass "" to
27389         a shell script as a null string argument.
27391 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27393         * outline.el (outline-invent-heading): New fun.
27394         (outline-promote, outline-demote): Use it.
27395         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
27396         (outline-end-of-subtree): Remove unused var `opoint'.
27398 2005-08-26  David Reitter  <david.reitter@gmail.com>
27400         * menu-bar.el (truncate-lines, write-file, print-buffer)
27401         (ps-print-buffer-faces, ps-print-buffer, split-window):
27402         Disable menu items when the frame they refer to is invisible, or when
27403         they refer to a buffer and the minibuffer is selected.
27405 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
27407         * progmodes/flymake.el (flymake-highlight-err-lines):
27408         Use save-excursion around flymake-highlight-line to preserve point.
27410 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
27412         * progmodes/octave-mod.el: Change Author and Maintainer address.
27413         (octave-maintainer-address): Change Kurt's email address.
27414         * progmodes/octave-inf.el: Change Author and Maintainer address.
27415         * progmodes/octave-hlp.el: Change Author and Maintainer address.
27417 2005-08-26  Kim F. Storm  <storm@cua.dk>
27419         * subr.el (version-list-<, version-list-<=, version-list-=):
27420         Rename from integer-list-*.
27421         (version-list-not-zero): Likewise.  Fix while loop.
27422         (version=): Use version-list-= instead of string-equal.
27424 2005-08-26  Richard M. Stallman  <rms@gnu.org>
27426         * outline.el (outline-promote): Try shortening the heading.
27427         As last resort, read the heading to use.
27428         (outline-demote): As last resort, read the heading to use.
27430 2005-08-26  Romain Francoise  <romain@orebokech.com>
27432         * progmodes/compile.el (compilation-start): Doc fix.
27434         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
27435         (antlr-font-lock-additional-keywords): Fix reference to
27436         `antlr-font-lock-literal-regexp' erroneously changed during the
27437         mass face rename.
27438         (antlr-run-tool): Use `compilation-start'.
27440         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
27441         instead of the obsolete `compile-internal'.
27443 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
27445         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
27446         (number, original-date):
27447         * calendar/cal-china.el (date):
27448         * calendar/cal-coptic.el (date):
27449         * calendar/cal-french.el (date):
27450         * calendar/cal-hebrew.el (date, entry, number, original-date):
27451         * calendar/cal-islam.el (date, number, original-date):
27452         * calendar/cal-iso.el (date):
27453         * calendar/cal-julian.el (date):
27454         * calendar/cal-mayan.el (date):
27455         * calendar/cal-menu.el (date, event):
27456         * calendar/cal-persia.el (date):
27457         * calendar/lunar.el (date):
27458         * calendar/solar.el (date): Add defvars.
27460         * emerge.el:
27461         * ibuffer.el:
27462         * info-xref.el:
27463         * obsolete/bg-mouse.el:
27464         * obsolete/sun-curs.el:
27465         * obsolete/swedish.el: Move the `defvar's to the top level.
27467         * smerge-mode.el (smerge-refined-change): Add :group.
27469 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27471         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
27472         (smerge-keep-n): Remove props.
27473         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
27474         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
27475         now that it's done in smerge-keep-n.
27476         (smerge-refined-change): New face.
27477         (smerge-refine-chopup-region, smerge-refine-highlight-change)
27478         (smerge-refine): New funs.
27479         (smerge-basic-map): Bind smerge-refine.
27481 2005-08-25  Juri Linkov  <juri@jurta.org>
27483         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
27484         compilation-process-setup-function and compilation-disable-input
27485         in grep-mode instead of let-bindings in grep.
27487         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
27488         Delete "Automatic File De/compression" (auto-compression-mode).
27490 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
27492         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
27493         Silence warning about non-existent variable.
27495 2005-08-25  Richard M. Stallman  <rms@gnu.org>
27497         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
27498         Rename "Describe Key" to "Describe Key or Mouse Operation".
27500         * mail/mailalias.el (build-mail-aliases): Delete comments
27501         from the contents before processing them.
27503         * isearch.el (isearch-edit-string): Erase the Search prompt
27504         if user enters an empty string and there is no default.
27506         * comint.el (comint-file-name-prefix): Add autoload.
27508 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
27510         * subr.el (play-sound): Rearrange to avoid warning.
27512 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
27514         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
27515         New hook.
27516         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
27518 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27520         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
27522         * custom.el (custom-theme-set-variables): Sort minor modes last.
27524 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27526         * subr.el (version-separator, version-regexp-alist): New vars used by
27527         version comparison funs.
27528         (integer-list-<, integer-list-=, integer-list-<=)
27529         (integer-list-not-zero): New funs for integer list comparison.
27530         (version-to-list, version=, version<, version<=): New funs for version
27531         comparison.
27533 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
27535         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
27536         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
27537         time to silence the byte-compiler.
27539         * ibuffer.el (ibuffer-compile-make-eliding-form)
27540         (ibuffer-check-formats): Use `with-no-warnings' to hide references
27541         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
27542         so it's silly to get warnings for it).
27543         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27544         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
27545         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
27546         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
27547         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
27548         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
27549         Defvar at compile time.
27550         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
27551         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
27552         Declare them before use.
27554         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
27555         (info-xref-good, info-xref-bad): Defvar at compile time.
27557         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
27558         Use `let*' instead of `let'.
27560         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
27561         (*mouse-y*, menu, char): Defvar at compile time.
27562         (sc::menu): Declare it before use.
27563         (sc::pack-one-line): Use `let', not `let*'.
27565         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
27566         (mail-send-hook): Defvar at compile time.
27568         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
27569         Defvar at compile time.
27571         * term/sun-mouse.el (current-global-mousemap)
27572         (current-local-mousemap): Declare them before use.
27574 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
27576         * bookmark.el (bookmark-after-jump-hook): New hook.
27577         (bookmark-jump): Run `bookmark-after-jump-hook'.
27579 2005-08-23  Juri Linkov  <juri@jurta.org>
27581         * faces.el (minibuffer-prompt): Doc fix.
27583 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
27585         * progmodes/xscheme.el: Trivial changes to silence warnings.
27586         (xscheme-previous-mode, xscheme-previous-process-state):
27587         Add defvars.
27588         (xscheme-last-input-end, xscheme-process-command-line)
27589         (xscheme-process-name, xscheme-buffer-name)
27590         (xscheme-expressions-ring-max, xscheme-expressions-ring)
27591         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
27592         (xscheme-control-g-synchronization-p)
27593         (xscheme-control-g-disabled-p, xscheme-string-receiver)
27594         (default-xscheme-runlight, xscheme-runlight)
27595         (xscheme-runlight-string, xscheme-process-filter-state)
27596         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
27597         Move to beginning of file.
27598         (scheme-interaction-mode-commands-alist)
27599         (scheme-interaction-mode-map, scheme-debugger-mode-map):
27600         Declare them before use.  Note: the initialization code for the
27601         variables has not been moved because it uses functions that reference
27602         the variables.
27603         (xscheme-control-g-message-string, xscheme-process-filter-alist)
27604         (xscheme-prompt-for-expression-map): Declare them before use.
27605         (scheme-debugger-mode-commands): "?\ " -> "?\s".
27607 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
27609         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
27611 2005-08-22  Juri Linkov  <juri@jurta.org>
27613         * faces.el (set-face-underline): Delete this duplicate function
27614         and make an obsolete alias to set-face-underline-p.
27615         (set-face-underline-p): Use docstring of set-face-underline.
27616         (describe-face): Create hyperlink to parent face.
27618         * info.el (Info-insert-dir): Use save-excursion around
27619         insert-buffer-substring.
27620         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
27621         (Info-escape-percent): Delete function.
27622         (Info-fontify-node): Replace Info-escape-percent by
27623         replace-regexp-in-string with REP arg set to lambda that
27624         duplicates `%' and preserves text properties.
27626         * progmodes/compile.el (compilation-disable-input): Doc fix.
27627         (define-compilation-mode): Doc fix and refill.
27628         (kill-compilation): Use `mode-name' in the error message.
27629         (compilation-find-file): Use `compilation-error' in the
27630         read-file-name's prompt.
27632 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27634         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
27635         (smerge-auto-leave): Make undo re-enable the mode.
27636         (debug-ignored-errors): Add the user-error of impossible resolution.
27637         (smerge-resolve): Move things around a bit, in preparation for later.
27638         (smerge-diff): Don't fail if the buffer has no associated file.
27639         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
27640         (smerge-conflict-overlay): New function.
27641         (smerge-match-conflict): Don't add text properties here.
27642         (smerge-find-conflict): Instead, add an overlay here.
27643         Also check for the case where we're inside a conflict already, so as to
27644         obviate the need for font-lock-multiline, which is unbearably slow with
27645         large conflicts and ciomplex font-lock patterns.
27646         (smerge-remove-props): Remove overlay rather than text-properties.
27647         (smerge-mode): Don't set font-lock-multiline.
27648         Remove overlays when turned off.
27650 2005-08-21  Kim F. Storm  <storm@cua.dk>
27652         * ido.el (ido-ignore-item-p): Use save-match-data.
27653         Bind case-fold-search to ido-case-fold locally.
27655 2005-08-20  Richard M. Stallman  <rms@gnu.org>
27657         * files.el (normal-mode): If font lock is on, turn it off and on.
27659         * subr.el (replace-regexp-in-string): Doc fix.
27661         * startup.el (command-line-1): Don't suppress startup screen
27662         due to existing processes.
27664         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
27666         * progmodes/compile.el (compilation-disable-input): Default to nil.
27668 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
27670         * progmodes/compile.el (compilation-disable-input): New defcustom.
27671         (compilation-start): If compilation-disable-input is non-nil, send
27672         EOF to the compilation process.
27674 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
27676         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
27677         Run the argument of tex-shell-cd-command through
27678         convert-standard-filename, to get the correct style of slashes on
27679         Windows, and enclose the result in quotes, in case the file name
27680         includes whitespace or other special characters.
27682 2005-08-19  Andreas Schwab  <schwab@suse.de>
27684         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
27685         process.
27687 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
27689         * cus-start.el (minibuffer-prompt-properties): Correct typo.
27691 2005-08-18  Kim F. Storm  <storm@cua.dk>
27693         * scroll-lock.el: Fix errors due to incorrect line wrapping.
27695 2005-08-18  Richard M. Stallman  <rms@gnu.org>
27697         * scroll-lock.el: New file.
27699 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
27701         * dired.el (dired-move-to-end-of-filename):
27702         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
27704 2005-08-18  Kim F. Storm  <storm@cua.dk>
27706         * ido.el (ido-everywhere): Fix defcustom :set function to disable
27707         rather than toggle mode when custom value is nil.
27708         (ido-everywhere): Fix defun doc string.
27710 2005-08-17  Richard M. Stallman  <rms@gnu.org>
27712         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27713         as tag instead of "Inviolable".
27715 2005-08-17  Kim F. Storm  <storm@cua.dk>
27717         * windmove.el (windmove-coordinates-of-position): Remove.
27718         (windmove-coordinates-of-window-position): Remove.
27719         (windmove-reference-loc): Use posn-at-point instead.
27721         * subr.el (insert-for-yank-1): Doc fix.
27723         * ido.el (ido-enter-matching-directory): Rename from
27724         ido-enter-single-matching-directory.  Change `slash' choice to
27725         `only'.  Add `first' choice.
27726         (ido-exhibit): Adapt to above changes.
27728 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
27730         * Makefile.in: Expand comment about building loaddefs.el.
27732 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
27734         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
27735         Comment use of defadvice.
27737         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
27739 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
27741         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
27742         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
27743         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
27744         * progmodes/idlw-shell.el, progmodes/ld-script.el,
27745         * progmodes/which-func.el, ruler-mode.el, strokes.el,
27746         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
27747         for backward compatibility for faces that did not appear in the
27748         previous Emacs release.
27750         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
27752 2005-08-15  Kim F. Storm  <storm@cua.dk>
27754         * emulation/cua-base.el (cua-delete-region): Return t if
27755         deleted region was non-empty.
27756         (cua-replace-region): Inhibit overwrite-mode for
27757         self-insert-command if replaced region was non-empty.
27758         (cua--explicit-region-start, cua--status-string): Make them
27759         buffer-local at top-level...
27760         (cua-mode): ...rather than when mode is enabled.
27762 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
27764         * progmodes/vhdl-mode.el (vhdl-emacs-21):
27765         Set t for Emacs 21, 22, and so on.
27767 2005-08-15  David Ponce  <david@dponce.com>
27769         * tree-widget.el: Update Commentary header.
27770         (tree-widget-theme): Doc fix.
27771         (tree-widget-space-width): New option.
27772         (tree-widget-image-properties): Look up in the default theme too.
27773         (tree-widget--cursors): Only for images with arrow pointer shape.
27774         (tree-widget-lookup-image): Pointer shape is hand by default.
27775         (tree-widget-icon): Rename generic icon widget from
27776         `tree-widget-control'.
27777         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
27778         derive from `tree-widget-icon'.
27779         (tree-widget-handle): Improve default look and feel of the text
27780         representation.
27781         (tree-widget): Rename :*-control properties to :*-icon properties.
27782         Add :action and :help-echo properties.
27783         (tree-widget-after-toggle-functions): Move.
27784         (tree-widget-close-node, tree-widget-open-node): Remove.
27785         (tree-widget-before-create-icon-functions): New hook.
27786         (tree-widget-value-create): Update to allow customization of icons
27787         and nodes at run-time via that new hook.
27788         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
27789         (tree-widget-icon-action, tree-widget-icon-help-echo)
27790         (tree-widget-action, tree-widget-help-echo): New functions.
27792 2005-08-15  Kim F. Storm  <storm@cua.dk>
27794         * ido.el (ido-buffer-internal): Use with-no-warnings.
27795         (ido-make-merged-file-list): Use while-no-input.
27797 2005-08-15  Richard M. Stallman  <rms@gnu.org>
27799         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
27800         (flyspell-large-region): Fix doc and custom type.
27802 2005-08-14  Richard M. Stallman  <rms@gnu.org>
27804         * files.el (interpreter-mode-alist): Doc fix.
27806         * mail/rmail.el (rmail-nonignored-headers): New variable.
27807         (rmail-clear-headers): Use it.
27808         (rmail-reply): Better handling of mail-followup-to header.
27810         * progmodes/sh-script.el (sh-font-lock-keywords-var):
27811         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
27812         don't try to refer to executable-font-lock-keywords.
27813         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
27814         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
27815         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
27816         (sh-mode): Set comment-start-skip, local-abbrev-table,
27817         imenu-case-fold-search.
27818         (sh-set-shell): Don't set them here.
27819         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
27820         Don't cache the results in the original alist; don't ever modify
27821         that alist.
27823         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
27825         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
27826         empty.
27828 2005-08-15  Andreas Schwab  <schwab@suse.de>
27830         * desktop.el: Put autoload cookie at risky-local-variable declarations.
27832         * dired.el, info.el, mail/rmail.el: Revert last change.
27834 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
27836         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
27837         modification in `eval-after-load' form.
27838         * info.el: Likewise.
27839         * mail/rmail.el: Likewise.
27841 2005-08-14  Juri Linkov  <juri@jurta.org>
27843         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27844         Remove highlighting of "Compilation started".  Highlight only
27845         the word "finished" in "Compilation finished".  Add highlighting
27846         of "interrupt", "killed", "terminated" and the exit code.
27847         (compilation-start): Add newline after header.  Use exactly the
27848         same time stamp format as the finishing message.
27849         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
27851         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
27852         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
27853         Add highlighting of "interrupt", "killed", "terminated".
27855         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
27856         enabled and the current command is self-insert-command, call it
27857         explicitly with overwrite-mode bound to nil, to not allow it
27858         to delete the character after the selected region.
27860 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
27862         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
27863         move-end-of-line, end-of-line, and beginning-of-line to the list
27864         of commands after which the echo area is updated.
27866 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
27868         * cus-edit.el (custom-save-all, custom-save-delete):
27869         Bind recentf-exclude to exclude custom-file.
27871 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
27873         * mail/rmailsum.el (rmail-summary-end-of-message): New command
27874         to go to the bottom of the mail message.  Added to
27875         `rmail-summary-mode-map' with key "/".
27876         (rmail-summary-show-message): New (internal) function for use by
27877         both `rmail-summary-beginning/end-of-message'.
27878         (rmail-summary-beginning-of-message): Change to use
27879         rmail-summary-show-message.
27881         * mail/rmail.el (rmail-end-of-message): New command to go to the
27882         end of the current message.  Added to `rmail-mode-map' with key "/".
27883         (rmail-beginning-of-message): Fix to work as documented.
27884         (rmail-mode): Change documentation.
27886         * progmodes/compile.el (compilation-start): Add the line
27887         "Compilation started" with compilation start time.
27888         (compilation-mode-font-lock-keywords): Add `started' to keywords.
27890 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
27892         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
27893         of menu items.
27895 2005-08-11  Richard M. Stallman  <rms@gnu.org>
27897         * simple.el (pop-global-mark): Reverse test of widen-automatically.
27899         * battery.el (battery-status-function): Don't use ignore-errors.
27901 2005-08-11  Lute Kamstra  <lute@gnu.org>
27903         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
27904         define-obsolete-variable-alias.
27906 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27908         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
27909         (ange-ftp-send-cmd): Revert last change, and expand
27910         the comment explaining the problem.
27912 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
27914         * ldefs-boot.el: Update.
27916         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
27917         item to "Time, Load and Mail".  Change help echo text.
27919         * time.el (display-time-use-mail-icon, display-time-format)
27920         (display-time-string-forms): Shorten first line of docstrings.
27922 2005-08-10  Lars Hansen  <larsh@soem.dk>
27924         * desktop.el (desktop-buffer-mode-handlers):
27925         Make non-customizable.  Add autoload cookie.  Change initial value to
27926         nil; add elements in respective modules instead.  Fix doc string.
27927         (desktop-load-file): New function.
27928         (desktop-minor-mode-handlers): New autoloaded variable.
27929         (desktop-create-buffer): Call minor mode handlers.
27930         Use desktop-load-file to load major and minor mode modules prior to
27931         checking for a handler.
27932         (desktop-save): Don't add nil to desktop-minor-modes for minor
27933         modes with nil function in desktop-minor-mode-table.  Don't delete
27934         desktop file before rewriting it.
27935         (desktop-locals-to-save): Add autoload cookie.  Don't make
27936         automatically buffer-local.  Add variables column-number-mode,
27937         size-indication-mode, indent-tabs-mode,
27938         indicate-buffer-boundaries, indicate-empty-lines and
27939         show-trailing-whitespace.
27940         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
27941         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
27942         (desktop-clear-preserve-buffers-regexp): Delete.
27943         (desktop-clear-preserve-buffers): Update initial value and docstring.
27944         (desktop-save-buffer): Fix doc string.
27946         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
27947         (hilit-chg-desktop-restore): New function.
27948         (highlight-changes-mode): Add highlight-changes-mode to
27949         desktop-locals-to-save.
27951         * dired.el: Add handler to desktop-buffer-mode-handlers.
27952         (dired-restore-desktop-buffer): Remove autoload cookie.
27953         (dired-mode): Add autoload cookie.
27955         * info.el: Add handler to desktop-buffer-mode-handlers.
27956         (Info-restore-desktop-buffer): Remove autoload cookie.
27957         (Info-mode): Add autoload cookie.
27959         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
27960         (mh-restore-desktop-buffer): Remove autoload cookie.
27961         (mh-folder-mode): Add autoload cookie.
27963         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
27964         (rmail-restore-desktop-buffer): Remove autoload cookie.
27966 2005-08-11  Masatake YAMATO  <jet@gyve.org>
27968         * hexl.el (hexl-address-region):
27969         (hexl-ascii-region, hexl-font-lock-keywords):
27970         (hexl-highlight-line-range): Use the term "region"
27971         instead of "area" for consistency with the other symbols
27972         defined in hexl.el.
27974 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
27976         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
27977         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
27978         out by Juri Linkov).  Add `display-battery-mode'.
27980 2005-08-09  Juri Linkov  <juri@jurta.org>
27982         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27983         Remove `-text' from face variable names.
27984         (compilation-error-file-name, compilation-warning-file-name)
27985         (compilation-info-file-name): Delete faces.
27986         (compilation-line-number, compilation-column-number):
27987         Remove face underlining.
27988         (compilation-message-face): Set to `underline' value by default.
27989         (compilation-error-face, compilation-warning-face)
27990         (compilation-info-face): Remove `-file-name' from face names.
27991         (compilation-error-text-face, compilation-warning-text-face)
27992         (compilation-info-text-face): Delete face variables.
27993         (compilation-text-face): Delete function.
27995         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
27996         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
27997         (grep-error-face): Set to `compilation-error' instead of
27998         `compilation-error-face' (which is redefined to `grep-hit-face' in
27999         grep buffers).
28000         (grep-mode-font-lock-keywords): Remove `-text' from face variable
28001         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
28003         * dired-aux.el (dired-do-query-replace-regexp):
28004         Use `query-replace-read-args'.
28006         * replace.el (query-replace-read-from, query-replace-read-to)
28007         (query-replace-read-args): Rename arg `string' to `prompt'.
28009         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
28011 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
28013         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
28014         uploading files.
28015         (ange-ftp-canonize-filename): Handle file names beginning with ~
28016         correctly.
28018 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28020         * textmodes/fill.el (canonically-space-region)
28021         (fill-context-prefix, fill-french-nobreak-p)
28022         (fill-delete-newlines, fill-comment-paragraph)
28023         (justify-current-line): "?\ " -> "?\s".
28025 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
28027         * textmodes/fill.el (fill-nonuniform-paragraphs):
28028         Improve argument/docstring consistency.
28030 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28032         * textmodes/ispell.el (ispell-word): More fboundp checks.
28034         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
28035         (find-file-noselect-1): Call it here, only if RAWFILE.
28036         (normal-mode): Always set some major mode.
28037         (save-some-buffers-action-alist): Change some explanation strings.
28038         (file-name-non-special): In the `quote' method, use unwind-protect.
28040 2005-08-09  Magnus Henoch  <mange@freemail.hu>
28042         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
28043         (ispell-have-aspell-dictionaries): New variable.
28044         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
28045         (ispell-get-aspell-config-value): New function.
28046         (ispell-aspell-find-dictionary): New function.
28047         (ispell-aspell-add-aliases): New function.
28048         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
28049         appropriate.  Don't look for ispell dictionaries if we use aspell.
28050         (ispell-menu-map): Don't build a submenu of dictionaries.
28052 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28054         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
28055         (sql-read-passwd): Use read-passwd.
28057         * progmodes/idlw-toolbar.el (idlwave-toolbar)
28058         (idlwave-toolbar-is-possible): Add defvars.
28060         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
28061         Avoid warnings.
28063         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
28064         (idlwave-system-class-info, idlwave-executive-commands-alist):
28065         Use defvar.
28067         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
28069         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
28070         Avoid warnings.
28072         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
28073         and content-type: headers.
28075         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
28077         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
28078         and rename some of them to be more self-explanatory.
28080         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
28082         * startup.el (command-line-1): Implement -scriptload.
28084         * replace.el (occur-engine): Initial *Occur* output not undoable.
28086         * menu-bar.el (menu-bar-file-menu): Rename some menu items
28087         and improve help strings.
28089         * isearch.el (isearch-repeat): When changing direction,
28090         mark search successful.
28092         * ediff-init.el: Use (featurep 'xemacs).
28094         * comint.el (send-invisible): Identify buffer, if not selected.
28096         * align.el: Delete autoload for c-guess-basic-syntax.
28098 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28100         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
28101         Improve argument/docstring consistency.  Doc fixes.
28102         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
28103         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
28104         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
28105         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
28106         (r2bv-organization, r2bv-pages, r2bv-primary-author)
28107         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
28108         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
28109         Defvar at compile time.
28111 2005-08-09  Juri Linkov  <juri@jurta.org>
28113         * info.el: Replace `info' with upper-case `Info' where appropriate.
28114         (info-title-1, info-title-2, info-title-3, info-title-4)
28115         (info-menu-header): Move up face definitions.
28116         (info-menu-star): Rename from `info-menu-5'.
28117         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
28118         (Info-fontify-visited-nodes): Fix docstring.
28119         (Info-hide-note-references): Fix docstring.
28120         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
28121         menu items in the same way as on cross-references.
28122         (info-apropos): Fix sorting order and formatting to be like in the
28123         stand-alone Info browser.  Display error messages for 1 sec.
28124         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
28125         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
28126         from the menu bar.
28127         (Info-insert-dir): Restore point after calling
28128         `insert-buffer-substring'.
28130 2005-08-08  Richard M. Stallman  <rms@gnu.org>
28132         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
28133         (recompute-lucid-menubar): Add defvars.
28135         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
28137         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
28139         * net/net-utils.el (run-dig): Rename from `dig'.
28141         * play/gametree.el (gametree-mode): Use make-local-variable,
28142         not make-variable-buffer-local.
28144         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
28146         * ansi-color.el (ansi-color-make-extent)
28147         (ansi-color-set-extent-face): Use fboundp, not functionp.
28149         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
28150         not make-variable-buffer-local.
28152         * bookmark.el (Info-current-file): Add defvar.
28153         (bookmark-jump-noselect): Use with-no-warnings.
28155         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
28157         * ebuff-menu.el (Helper-return-blurb): Add defvar.
28159         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
28161         * find-file.el (ada-procedure-start-regexp)
28162         (ada-package-start-regexp): Add defvars.
28164         * info.el (Info-insert-dir): Use insert-buffer-substring.
28166         * xml.el (xml-att-def-re): Add defvar.
28168         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
28169         calling convention.
28171         * subr.el (while-no-input): Return t if there is input.
28173 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
28175         * cus-start.el (all): Add `overflow-newline-into-fringe'.
28177 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
28179         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
28180         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
28182 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
28184         * cmuscheme.el (scheme-start-file): Replace reference to
28185         `user-emacs-directory' by "~/.emacs.d/".
28187 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
28189         * info.el (Info-dir-remove-duplicates): Avoid case folding
28190         in loop; instead, keep downcased strings for comparison.
28191         Suggested by Helmut Eller.
28193 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
28195         Sync with Tramp 2.0.50.
28197         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
28198         XEmacs case; not necessary anymore.
28199         (tramp-user-regexp): Allow "@" as part of user name.
28200         (tramp-handle-set-visited-file-modtime)
28201         (tramp-handle-insert-file-contents)
28202         (tramp-handle-write-region): No special handling for
28203         `last-coding-system-used, because this is done in
28204         `tramp-accept-process-output' now.
28205         (tramp-accept-process-output): New defun.
28206         (tramp-process-one-action, tramp-process-one-multi-action)
28207         (tramp-wait-for-regexp, tramp-wait-for-output)
28208         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
28209         Howells <dhowells@redhat.com>.
28210         (clear-visited-file-modtime): Defadvice removed.  The check for
28211         unset buffer's modtime does not need to be based on
28212         `tramp-buffer-file-attributes'.  Suggested by RMS.
28213         (tramp-message): Insert "\n" if not being at beginning of line.
28214         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
28215         sequence with same logic.
28216         (tramp-completion-handle-expand-file-name): Discard call of
28217         `tramp-drop-volume-letter'.  It is not necessary, and there have
28218         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
28219         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28220         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
28221         should always be visible.
28222         (tramp-handle-insert-directory, tramp-setup-complete)
28223         (tramp-set-process-query-on-exit-flag)
28224         (tramp-append-tramp-buffers): Pacify byte-compiler.
28225         (tramp-bug): Delete non-existing variables from list.
28226         Apply `tramp-load-report-modules' as pre-hook.
28227         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
28228         `shell-prompt-pattern' because of non-7bit characters.
28229         Reported by Sebastian Luque <sluque@mun.ca>.
28230         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
28231         (tramp-match-string-list): Remove function.
28232         (tramp-wait-for-regexp): Remove call of that function.
28233         Suggested by Kim F. Storm <storm@cua.dk>.
28234         (tramp-set-auto-save-file-modes): Use octal integer code #o600
28235         instead of octal character code ?\600.  The latter resulted in a
28236         syntax error with XEmacs.
28238         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
28239         XEmacs case; not necessary anymore.
28240         (tramp-smb-handle-write-region): No special handling for
28241         `last-coding-system-used, because this is done in
28242         `tramp-accept-process-output' now.
28243         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
28245 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
28247         * wid-edit.el (widget-choice-value-create):
28248         Unconditionally respect user choice.  Set :explicit-choice back to nil
28249         when no longer needed.
28250         (widget-choice-action): Unconditionally respect user choice.
28251         Eliminate :explicit-choice-value.
28253         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
28255         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
28256         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
28257         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
28258         running new function `toggle-indicate-empty-lines'.
28259         Rename "Customize" item to "Customize fringe".
28260         Rename "Indicators" item to "Buffer boundaries" and change help echo.
28261         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
28262         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
28263         Delete "Empty lines only" item.
28264         (menu-bar-showhide-fringe-ind-customize): New function.
28265         (menu-bar-showhide-fringe-ind-mixed)
28266         (menu-bar-showhide-fringe-ind-box)
28267         (menu-bar-showhide-fringe-ind-right)
28268         (menu-bar-showhide-fringe-ind-left)
28269         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
28270         instead of `fringe-indicators'.
28272 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28274         * emulation/viper.el (viper-emacs-state-mode-list):
28275         Add recentf-dialog-mode.  Change the date of last update.
28277 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28279         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
28280         (viper-exec-yank, viper-put-back): Don't display modification msg
28281         if in the minibuffer.
28283         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
28284         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
28285         Make variables frame local.
28287         * emulation/viper-util.el (viper-append-filter-alist):
28288         Use append instead of nconc.
28290         * emulation/viper.el (viper-vi-state-mode-list)
28291         (viper-emacs-state-mode-list): Move help-mode and
28292         completion-list-mode from the first list to the second.
28293         (viper-mode): Docstring.
28294         (viper-go-away, viper-non-hook-settings): Don't localize
28295         minor-mode-alist in newer Emacsen.  Add advice to
28296         set-cursor-color.  Don't bind "\C-c\\".
28298 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
28300         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
28301         (scheme-macro-expand-command): New user options.
28302         (scheme-trace-procedure, scheme-expand-current-form): New commands.
28303         (scheme-form-at-point, scheme-start-file)
28304         (scheme-interactively-start-process): New functions.
28305         (scheme-get-process): New function, extracted from `scheme-proc'.
28306         (run-scheme): Call `scheme-start-file' to get start file, and pass
28307         it to `make-comint'.
28308         (switch-to-scheme, scheme-proc):
28309         Call `scheme-interactively-start-process' if no Scheme buffer/process
28310         is available.
28312 2005-08-06  Juri Linkov  <juri@jurta.org>
28314         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28315         Use `compilation-text-face', `compilation-info-text-face' and
28316         `compilation-error-text-face' instead of `font-lock-keyword-face'.
28317         (compilation-error): New face.
28318         (compilation-error-file-name): Inherit from
28319         `compilation-error' instead of `font-lock-warning-face'.
28320         (compilation-warning-file-name): Inherit from
28321         `compilation-warning' instead of `font-lock-warning-face'.
28322         (compilation-info, compilation-error-file-name)
28323         (compilation-warning-file-name, compilation-info-file-name)
28324         (compilation-line-number, compilation-column-number): Doc fix.
28325         (compilation-error-text-face, compilation-warning-text-face)
28326         (compilation-info-text-face): New face variables.
28327         (compilation-line-face, compilation-column-face)
28328         (compilation-enter-directory-face)
28329         (compilation-leave-directory-face): Doc fix.
28330         (compilation-text-face): New function.
28332         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
28333         instead of 1 to display binary file names as info file links.
28334         (grep-error-face): Use `compilation-error-face' instead of
28335         `font-lock-keyword-face'.
28336         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
28337         and `compilation-warning-text-face' instead of
28338         `font-lock-keyword-face'.  Use `compilation-error-text-face'
28339         instead of `grep-error-face'.
28341 2005-08-05  Kenichi Handa  <handa@m17n.org>
28343         * international/code-pages.el: Add autoload cookies for all coding
28344         systems.
28346 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
28348         * cus-start.el (all): Put undo.c where it alphabetically belongs.
28350 2005-08-04  Juri Linkov  <juri@jurta.org>
28352         * progmodes/compile.el (compilation-mode-map):
28353         * progmodes/grep.el (grep-mode-map):
28354         Bind TAB to `compilation-next-error' and [backtab] to
28355         `compilation-previous-error'.
28357         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
28358         matching line numbers, column numbers and their ranges with regexp
28359         matching only line numbers.
28360         (grep-context-face): New face variable.
28361         (grep-mode-font-lock-keywords): Use it.
28363         * faces.el (read-face-name): Delete duplicate faces.
28365 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
28367         * thumbs.el (thumbs-find-image): Don't make variables
28368         automatically buffer local.
28369         (thumbs-current-tmp-filename, thumbs-current-image-filename)
28370         (thumbs-image-num): Make automatically buffer local.
28371         (thumbs-show-thumbs-list): Use `make-local-variable', not
28372         `make-variable-buffer-local'.
28373         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
28375         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
28376         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
28377         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
28378         (bother, bye, canyou, chatlst, continue, deathlst, describe)
28379         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
28380         (feelings-about, foullst, found, hello, history, howareyoulst)
28381         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
28382         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
28383         (neglst, obj, object, owner, please, problems, qlist)
28384         (random-adjective, relation, remlst, repetitive-shortness)
28385         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
28386         (shortlst, something, sportslst, stallmanlst, states, subj)
28387         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
28388         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
28389         Defvar at compile time.
28391         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
28392         not `make-variable-buffer-local'.
28394 2005-08-02  Kim F. Storm  <storm@cua.dk>
28396         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
28397         rectangle overlay in selected window.
28399 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
28401         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
28402         instead of display group.  Make `indicate-buffer-boundaries'
28403         customizable through Custom.
28405 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
28407         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
28408         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
28409         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
28410         (gdb-put-string): Fix typos in docstrings.
28412 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
28414         Update copyright notices of files in progmodes directory for
28415         release of Emacs 22.1.
28417         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
28419         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
28420         Don't barf if the GUD buffer has been killed.
28422 2005-08-01  Kim F. Storm  <storm@cua.dk>
28424         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
28426 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28428         * simple.el (next-error-follow-minor-mode):
28429         make-variable-buffer-local -> make-local-variable.
28431         * emacs-lisp/cl-extra.el: Require CL also when compiling.
28433         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
28434         (byte-compile-form-make-variable-buffer-local): New functions to warn
28435         about misuses of make-variable-buffer-local where make-local-variable
28436         was meant.
28438 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
28440         * bs.el (bs-attributes-list): Doc fix.
28441         (bs): Update url-link.
28443         * desktop.el (desktop-save-buffer): Fix typos in docstring.
28444         (desktop-load-default): Simplify.
28446         * ibuffer.el (ibuffer-columnize-and-insert-list)
28447         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
28448         (ibuffer-unmark-all, ibuffer-toggle-marks)
28449         (ibuffer-unmark-forward, ibuffer-unmark-backward)
28450         (ibuffer-compile-make-format-form, ibuffer-format-column)
28451         (ibuffer-current-buffers-with-marks)
28452         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
28453         (ibuffer): Doc fix.
28454         (ibuffer-mode): Fix typo in docstring.
28455         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
28456         with `define-obsolete-variable-alias'.
28457         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
28459 2005-07-29  Kenichi Handa  <handa@m17n.org>
28461         * international/mule-cmds.el (select-message-coding-system):
28462         Be sure to use LF for end-of-line.  If no coding system is decided,
28463         return iso-8859-1-unix.
28465 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28467         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
28468         (ange-ftp-pending-error-line): New vars.
28469         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
28470         to handle the non-fatal no-route-to-host messages.
28471         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
28473 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
28475         * isearch.el (isearch-mode-map, isearch-other-meta-char)
28476         (isearch-quote-char, isearch-printing-char)
28477         (isearch-text-char-description): "?\ " -> "?\s".
28478         (isearch-lazy-highlight-cleanup)
28479         (isearch-lazy-highlight-initial-delay)
28480         (isearch-lazy-highlight-interval)
28481         (isearch-lazy-highlight-max-at-a-time)
28482         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
28483         Declare with define-obsolete-*-alias macros.
28484         (isearch-forward): Fix typo in docstring.
28485         (search-invisible, search-ring-yank-pointer)
28486         (regexp-search-ring-yank-pointer): Doc fixes.
28488         * recentf.el (recentf-menu-append-commands-p): Declare with
28489         `define-obsolete-variable-alias'.
28490         (recentf-max-saved-items, recentf-menu-filter)
28491         (recentf-arrange-by-rule-subfilter): Doc fixes.
28492         (recentf-menu-append-commands-flag)
28493         (recentf-initialize-file-name-history, recentf-expand-file-name)
28494         (recentf-clear-data): Fix typos in docstrings.
28496 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
28498         * progmodes/gdb-ui.el: Smarten comments.
28499         (gdb-info-breakpoints-custom): Use nowarn when finding file.
28501 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
28503         * term/apollo.el (terminal-init-apollo): New function containing
28504         all former top level forms in the file.
28505         * term/bobcat.el (terminal-init-bobcat):
28506         * term/cygwin.el (terminal-init-cygwin):
28507         * term/iris-ansi.el (terminal-init-iris-ansi):
28508         * term/linux.el (terminal-init-linux):
28509         * term/news.el (terminal-init-news):
28510         * term/rxvt.el (terminal-init-rxvt):
28511         * term/sun.el (terminal-init-sun):
28512         * term/tvi970.el (terminal-init-tvi970):
28513         * term/vt100.el (terminal-init-vt100):
28514         * term/vt102.el (terminal-init-vt102):
28515         * term/vt125.el (terminal-init-vt125):
28516         * term/vt200.el (terminal-init-vt200):
28517         * term/vt201.el (terminal-init-vt201):
28518         * term/vt220.el (terminal-init-vt220):
28519         * term/vt240.el (terminal-init-vt240):
28520         * term/vt300.el (terminal-init-vt300):
28521         * term/vt320.el (terminal-init-vt320):
28522         * term/vt400.el (terminal-init-vt400):
28523         * term/vt420.el (terminal-init-vt420):
28524         * term/wyse50.el (terminal-init-wyse50):
28525         * term/xterm.el (terminal-init-xterm): Likewise.
28527         * term/README: Describe the terminal-init-* functionality.
28529         * startup.el (command-line): After loading the terminal initialization
28530         file call the corresponding terminal initialization function.
28532 2005-07-27  Kenichi Handa  <handa@m17n.org>
28534         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
28535         negative.
28537         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
28538         (ps-mule-composition-prologue): Fix for the case that
28539         RelativeCompose is false.
28541 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28543         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
28545         * descr-text.el (describe-char): Handle the case where the list of
28546         chars is displayed in a separate frame.
28547         Be a bit more discriminating when looking for the char.
28549 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
28551         * bookmark.el (bookmark-automatically-show-annotations)
28552         (bookmark-read-annotation-text-func): Doc fixes.
28553         (bookmark-save): Improve argument/docstring consistency.
28554         (bookmark-get-bookmark, bookmark-get-bookmark-record)
28555         (bookmark-alist-from-buffer)
28556         (bookmark-upgrade-file-format-from-0)
28557         (bookmark-grok-file-format-version)
28558         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
28559         (bookmark-read-annotation-mode)
28560         (bookmark-insert-current-bookmark, bookmark-jump)
28561         (bookmark-exit-hook): Fix typos in docstrings.
28562         (bookmark-exit-hooks): Define as obsolete alias.
28563         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
28564         not `bookmark-exit-hooks'.  Fix docstring.
28565         (bookmark-bmenu-select): "?\ " -> "?\s".
28567 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
28569         * startup.el (command-line): Fix typo.
28571 2005-07-24  Richard M. Stallman  <rms@gnu.org>
28573         * tooltip.el (tooltip-mode): Test emacs-basic-display,
28574         not emacs-quick-startup.
28576 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
28578         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
28579         (reb-next-match, reb-show-subexp): Use `with-selected-window'
28580         instead of `reb-with-current-window'.
28581         (reb-prev-match): Likewise.  Also, don't move left if the search
28582         was unsuccessful.
28583         (reb-initialize-buffer): New function.
28584         (re-builder, reb-change-syntax): Use it.
28586         * man.el (Man-goto-page): Make second argument NOERROR optional.
28588 2005-07-23  Richard M. Stallman  <rms@gnu.org>
28590         * man.el (Man-bgproc-sentinel): Check here for failure to find
28591         any man page in the output, and report the error here.
28592         (Man-arguments): Make it permanent local.
28593         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
28594         (Man-mode): Pass t for NOERROR.
28596         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
28597         (grep-mode-font-lock-keywords):
28598         Don't use compilation-...-face for messages that are not file names.
28600         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28601         Don't use compilation-...-face for messages that are not file names.
28603 2005-07-22  Juri Linkov  <juri@jurta.org>
28605         * startup.el (normal-splash-screen): Update menu name.
28607         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
28609 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
28611         * term/xterm.el: Load term/rxvt if the terminal is actually an
28612         rxvt terminal.
28613         (xterm-rxvt-set-background-mode): Remove, not used anymore.
28615         * term/rxvt.el (function-key-map): Use substitute-key-definition
28616         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
28618         * term/cygwin.el: New file.
28620 2005-07-22  Kim F. Storm  <storm@cua.dk>
28622         * image-file.el (insert-image-file, image-file-yank-handler):
28623         Fix last change to maintain a (unique) yank-handler on yanked images.
28625 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
28627         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
28628         of the file size (as in "177B" for 177 bytes).  This happens with
28629         "ls -lh" on FreeBSD.
28631 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
28633         * hilit-chg.el (highlight-changes-global-initial-state)
28634         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
28635         (hilit-chg-fixup, highlight-changes-mode):
28636         Fix typos in docstrings.
28637         (highlight-changes-global-modes, highlight-changes-rotate-faces):
28638         Doc fixes.
28640 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
28642         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
28643         mode function using `eval-after-load'.
28645 2005-07-21  Kim F. Storm  <storm@cua.dk>
28647         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
28648         included when reporting an Emacs crash, and tell about the DEBUG file.
28650         * image-file.el (insert-image-file): Add yank-handler.
28651         (image-file-yank-handler): Yank handler to make unique copies of
28652         images when they are yanked into a buffer next to each other.
28654 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
28656         * comint.el (comint-use-prompt-regexp, comint-send-input)
28657         (comint-source-default, comint-extract-string)
28658         (comint-get-source, comint-word, comint-completion)
28659         (comint-source, comint-prompt-read-only, comint-update-fence):
28660         Fix typos in docstrings.
28661         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
28662         Declare with define-obsolete-*-alias macros.
28663         (comint-previous-matching-input-from-input)
28664         (comint-next-matching-input-from-input)
28665         (comint-previous-matching-input, comint-next-matching-input)
28666         (comint-forward-matching-input):
28667         Improve argument/docstring consistency.
28669         * desktop.el (desktop-clear-preserve-buffers-regexp):
28670         Also preserve the *server* buffer.
28672         * simple.el (clone-indirect-buffer): Doc fix.
28673         (fixup-whitespace, just-one-space)
28674         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
28675         (next-error, next-error-highlight)
28676         (next-error-highlight-no-select, next-error-last-buffer)
28677         (next-error-buffer-p, next-error-find-buffer, next-error)
28678         (previous-error, next-error-no-select, previous-error-no-select)
28679         (open-line, split-line, minibuffer-prompt-width, kill-new)
28680         (binary-overwrite-mode): Fix typos in docstrings.
28681         (set-fill-column): Fix typo in message.
28683         * skeleton.el (skeleton-proxy-new): Doc fix.
28685         * strokes.el (strokes-load-hook): Doc fix.
28686         (strokes-grid-resolution, strokes-get-grid-position)
28687         (strokes-renormalize-to-grid, strokes-read-stroke)
28688         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
28689         (strokes-global-map): Fix typos in docstrings.
28690         (strokes-help): Doc fix.  Fix help message and pass it through
28691         `substitute-command-keys'.
28693         * tempo.el (tempo-insert-prompt, tempo-interactive)
28694         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
28695         (tempo-insert-string-functions, tempo-local-tags)
28696         (tempo-define-template, tempo-insert-template)
28697         (tempo-insert-prompt-compat, tempo-is-user-element)
28698         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
28699         Fix typos in docstrings.
28701         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
28702         (vcursor-key-bindings, vcursor-use-vcursor-map)
28703         (vcursor-find-window, vcursor-scroll-down)
28704         (vcursor-disable, vcursor-beginning-of-buffer)
28705         (vcursor-end-of-buffer): Fix typos in docstrings.
28706         (vcursor-relative-move, vcursor-get-char-count):
28707         Improve argument/docstring consistency.
28709         * version.el: "?\ " -> "?\s".
28711         * wid-edit.el (widget-default-create, widget-after-change)
28712         (widget-default-format-handler, widget-checklist-add-item)
28713         (widget-radio-add-item, widget-choose, widget-specify-secret)
28714         (widget-field-value-create, widget-field-value-get)
28715         (widget-editable-list-format-handler)
28716         (widget-editable-list-entry-create, widget-group-value-create)
28717         (widget-documentation-link-add)
28718         (widget-documentation-string-value-create): "?\ " -> "?\s".
28719         (widget-convert-text): Doc fix.
28720         (widget-narrow-to-field, widget-field-find)
28721         (widget-url-link-action, widget-emacs-library-link-action)
28722         (widget-color-notify): Fix typos in docstrings.
28724         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
28725         (x-select-text, set-w32-system-coding-system)
28726         (w32-add-charset-info): Fix typos in docstrings.
28728         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
28729         (cua-enable-cua-keys, cua-use-hyper-key)
28730         (cua-virtual-rectangle-edges): Fix typos in docstrings.
28731         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
28733         * net/tramp.el (tramp-handle-load): Fix typo in error message.
28735         * emacs-lisp/re-builder.el (regexp-builder): Declare with
28736         `defalias' instead of faking it.
28738         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
28739         (eshell-ls-missing, eshell-ls-dired-initial-args)
28740         (eshell-ls-use-in-dired): Fix typos in docstrings.
28742 2005-07-20  Kim F. Storm  <storm@cua.dk>
28744         * emulation/cua-base.el (cua-mode): Improve doc string.
28746 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
28748         * abbrev.el (expand-region-abbrevs): Doc fix.
28749         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
28750         Improve argument/docstring consistency.
28752         * arc-mode.el (archive-get-descr, archive-alternate-display):
28753         Doc fixes.
28754         (archive-l-e): Improve argument/docstring consistency.
28755         (archive-tmpdir, archive-unixdate, archive-unixtime)
28756         (archive-chmod-entry): Fix typos in docstrings.
28757         (archive-unflag, archive-unflag-backwards)
28758         (archive-unmark-all-files): "?\ " -> "?\s".
28760         * buff-menu.el (Buffer-menu-unmark): Doc fix.
28761         (Buffer-menu-not-modified, Buffer-menu-execute)
28762         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
28763         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
28765         * composite.el (compose-string, encode-composition-rule)
28766         (compose-last-chars): Fix typos in docstrings.
28768         * desktop.el (desktop-enable, desktop-basefilename):
28769         Declare with `define-obsolete-variable-alias'.
28770         (desktop-internal-v2s): Don't quote keywords.
28771         (desktop-clear): "?\ " -> "?\s".
28773         * dired.el (dired-align-file, dired-flag-backup-files)
28774         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
28775         (dired-listing-switches, dired-ls-F-marks-symlinks)
28776         (dired-dwim-target, dired-load-hook, dired-mode-hook)
28777         (dired-directory, dired-faces, dired, dired-revert)
28778         (dired-mode, dired-summary, dired-view-file)
28779         (dired-copy-filename-as-kill, dired-delete-file)
28780         (dired-no-confirm, dired-unmark-all-marks)
28781         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
28782         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
28783         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
28784         Fix typos in message strings.
28786         * dired-x.el (virtual-dired): Declare with `defalias'.
28787         (dired-mark-unmarked-files, dired-local-variables-file)
28788         (dired-omit-here-always): Doc fix.
28789         (dired-omit-mode, dired-find-subdir)
28790         (dired-enable-local-variables, dired-clean-up-buffers-too)
28791         (dired-extra-startup, dired-mark-extension, dired-jump)
28792         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
28793         (dired-smart-shell-command, dired-guess-shell-alist-user)
28794         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
28795         (dired-x-bind-find-file, dired-x-submit-report):
28796         Fix typos in docstrings.
28797         (dired-mark-unmarked-files): "?\ " -> "?\s".
28799         * dirtrack.el (dirtrack-list): Fix typos in docstring.
28801         * faces.el (describe-face): "?\ " -> "?\s".
28802         (read-all-face-attributes, read-face-font, modify-face)
28803         (face-attr-construct, italic): Fix typos in docstrings.
28804         (frame-update-face-colors): Declare with
28805         `define-obsolete-function-alias'.
28807         * files.el (find-file-noselect, recode-file-name): Doc fixes.
28808         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
28809         (magic-mode-alist, buffer-file-numbers-unique)
28810         (write-file-functions, get-free-disk-space):
28811         Fix typos in docstrings.
28812         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
28813         (write-contents-hooks, write-file-hooks):
28814         Declare with `define-obsolete-variable-alias'.
28816         * forms-d2.el (arch-rj): Fix typo in docstrings.
28817         (arch-tocol): Likewise.  "?\ " -> "?\s".
28819         * frame.el (set-frame-font, cursor-in-non-selected-windows):
28820         Fix typo in docstring.
28821         (set-screen-width, set-screen-height): Delete redundant info in
28822         doctrings.
28823         (new-frame, screen-height, screen-width): Declare with
28824         `define-obsolete-function-alias'.
28825         (delete-frame-hook, blink-cursor): Declare with
28826         `define-obsolete-variable-alias'.
28828         * paths.el (prune-directory-list): Fix typos in docstring.
28830         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
28831         (cvs-prefix-get): Fix typos in docstrings.
28833         * ps-print.el (ps-extend-face-list, ps-extend-face)
28834         (ps-print-background-image): Fix typos in docstrings.
28835         (ps-default-fg, ps-default-bg): Doc fixes.
28837         * s-region.el (s-region-bind): Doc fix.
28838         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
28840         * textmodes/org.el (org-table-formula-substitute-names)
28841         (org-table-get-vertical-vector): Doc fixes.
28842         (org-table-recalculate): Remove unused argument to `message'.
28844 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
28846         * textmodes/org.el (org-table-column-names)
28847         (org-table-column-name-regexp)
28848         (org-table-named-field-locations): New variables.
28849         (org-archive-subtree): Protect `this-command' when calling
28850         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
28851         the kill buffer.
28852         (org-complete): Remove fixed-formula completion.
28853         (org-edit-formulas-map): New variable.
28854         (org-table-edit-formulas): New command.
28855         (org-finish-edit-formulas, org-abort-edit-formulas)
28856         (org-show-variable, org-table-get-vertical-vector): New functions.
28857         (org-table-maybe-eval-formula): Handle `:=' fields.
28858         (org-table-get-stored-formulas, org-table-store-formulas)
28859         (org-table-get-formula, org-table-modify-formulas)
28860         (org-table-replace-in-formulas): Handle named field formulas.
28861         (org-table-get-specials): Store locations of named fields.
28863 2005-07-19  Juri Linkov  <juri@jurta.org>
28865         * progmodes/grep.el (grep-regexp-alist)
28866         (grep-mode-font-lock-keywords, grep-process-setup):
28867         Use default GNU grep match color "01;31m" instead of "01;41m".
28868         (grep-regexp-alist, grep-mode-font-lock-keywords):
28869         Use `\\[[0-9]*m' instead of `\\[00m'.
28870         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
28871         sgr_start where its handling is more important.  Use the real
28872         length of sgr_start instead of constant 8.
28873         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
28874         specially.  Delete all remaining escape sequences.
28875         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
28876         (grep-regexp-alist): Make hyperlink only for binary file name
28877         instead of the whole line.
28878         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
28879         (grep-mode): Add autoload.
28881         * emacs-lisp/find-func.el (find-function-regexp):
28882         Add `define-compilation-mode'.
28884 2005-07-19  Juri Linkov  <juri@jurta.org>
28886         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
28887         (compare-windows-sync-string-size, compare-windows-recenter)
28888         (compare-windows-highlight, compare-windows): Add version 22.1.
28889         (compare-windows) <defface>: Inherit from lazy-highlight instead
28890         of duplicating its default value.
28892         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
28893         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
28895         * descr-text.el (describe-char): Create link buttons for `charset'
28896         and `code point'.  Add the current input method name with a link
28897         button to `to input' field.  Print face names of display table
28898         characters in `The display table entry is displayed by' section
28899         instead of printing face-id in the `display' field.
28900         Guess hardcoded faces and create a link button for them.
28901         Skip empty fields when calculating max-width.
28902         Treat `widget-create' specially while inserting strings from the
28903         collected field list.
28904         (describe-char-after): Made obsolete in version 22.1, not 21.5.
28906         * diff-mode.el (diff-file-header): Change foreground color from
28907         yellow to green on light backgrounds.
28908         (diff-context): Inherit from `shadow' only for color/grayscale
28909         with more than 88 colors.
28910         (diff-indicator-removed, diff-indicator-added)
28911         (diff-indicator-changed): New faces.
28912         (diff-font-lock-keywords): Use new faces.  Regroup rules.
28913         Add "^---$" for `normal' diff format.  Fontify `#' lines with
28914         font-lock-comment-delimiter-face and font-lock-comment-face.
28915         Add `#' to ^[^...] in the rule for `diff-context-face'.
28917         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
28918         a button-like box.  Inherit from `highlight' on low colors.
28919         (shadow): Use shades of gray only for color/grayscale with
28920         more than 88 colors.  Use green for light backgrounds with
28921         8 colors, and yellow for dark backgrounds with 8 colors.
28923         * font-lock.el (font-lock-regexp-grouping-backslash):
28924         Don't inherit from escape-glyph (use bold for all cases).
28926         * info.el (info-xref-visited): Use light foreground color `violet'
28927         for dark backgrounds instead of dark color `magenta3'.
28928         (info-title-1): Use `yellow' color for dark backgrounds.
28930         * isearch.el (isearch): Use not-too-dark magenta3 instead of
28931         too-light magenta2.
28933         * replace.el (match): Use slightly more light RoyalBlue3 instead
28934         of dark RoyalBlue4.
28936         * wid-edit.el (widget-inactive): Inherit from `shadow'.
28938 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
28940         * novice.el (disabled-command-hook): Declare it with
28941         `define-obsolete-variable-alias'.
28943         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
28944         (desktop-buffer-misc-functions, desktop-buffer-handlers)
28945         (desktop-load-default): Add release to obsolescence info.
28946         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
28947         (desktop-append-buffer-args, desktop-read):
28948         Fix typos in docstrings.
28949         (desktop-kill): Fix typo in message.
28950         (desktop-save): Doc fix.
28952 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28954         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
28955         (viper-envelop-ESC-key): Change the definition of fast
28956         keysequence so it'll work with keyboard macros.
28958         * ediff.el (ediff-patch-buffer): Change the docstring.
28960 2005-07-19  Kenichi Handa  <handa@m17n.org>
28962         * international/mule-cmds.el (select-safe-coding-system): Try to
28963         use an auto-coding (if any) before anything else.  If the found
28964         auto-coding is invalid, show a warning message.
28966         * international/mule.el (find-auto-coding): New function created
28967         by modifying the body of set-auto-coding.
28968         (set-auto-coding): Use find-auto-coding to find a coding.
28970 2005-07-18  Richard M. Stallman  <rms@gnu.org>
28972         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
28973         not isearch-mode-end-hook-error.
28974         (allout-before-change-protect): Fix error message.
28976 2005-07-18  Juri Linkov  <juri@jurta.org>
28978         * allout.el (allout-mode):
28979         * calculator.el (calculator-copy):
28980         * custom.el (custom-known-themes):
28981         * dired.el (dired-desktop-buffer-misc-data)
28982         (dired-restore-desktop-buffer):
28983         * dired-x.el (dired-omit-marker-char):
28984         * files.el (basic-save-buffer):
28985         * font-core.el (font-lock-mode):
28986         * calendar/calendar.el (calendar-goto-hebrew-date)
28987         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
28988         (calendar-goto-persian-date):
28989         * language/ethio-util.el (ethio-sera-to-fidel-region):
28990         * textmodes/picture.el (picture-mode):
28991         Delete duplicate duplicate words.
28993 2005-07-18  Juri Linkov  <juri@jurta.org>
28995         * isearch.el (isearch-mode-map): Remove key bindings for regexp
28996         chars * ? } |.
28997         (isearch-fallback): Don't call `isearch-process-search-char'.
28998         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
28999         (isearch-process-search-char): Call `isearch-fallback' for regexp
29000         chars * ? } |.
29001         (isearch-return-char): Make obsolete with `make-obsolete' instead
29002         of simply documenting it as obsolete in the docstring.
29003         (isearch-fallback): Refill docstring.
29005         * international/isearch-x.el
29006         (isearch-process-search-multibyte-characters): Remove unneeded
29007         `concat'.  Add intermediate values to `junk-hist' instead of
29008         `minibuffer-history'.  Test the length of `str'.
29010 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
29012         * allout.el (allout-resolve-xref): Fix typos in error strings.
29013         (allout-before-change-protect): Remove unneeded `concat'.
29015         * array.el (array-mode, array-reconfigure-rows)
29016         (untabify-backward): Fix typos in docstrings.
29017         (array-reconfigure-rows): Use `insert-buffer-substring', not
29018         `insert-buffer'.
29020         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
29021         * progmodes/ada-mode.el (ada-make-body):
29022         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
29024         * dired.el (dired-log):
29025         * tar-mode.el (tar-subfile-save-buffer):
29026         * play/zone.el (zone-pgm-stress-destress):
29027         Use `insert-buffer-substring', not `insert-buffer'.
29029 2005-07-17  Simon Josefsson  <jas@extundo.com>
29031         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
29033 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
29035         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
29036         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
29038 2005-07-17  Kim F. Storm  <storm@cua.dk>
29040         * ido.el (dired-other-window): Add ido property.
29042 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
29044         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29045         Fix typo in docstring.
29046         (byte-compile-interactive-only-functions): Add `insert-buffer' and
29047         `insert-file-literally'.
29049         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
29050         info and delete redundant message.  Doc fix.
29051         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
29052         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
29054 2005-07-16  Richard M. Stallman  <rms@gnu.org>
29056         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
29057         (byte-compile-and): Use byte-compile-and-recursion.
29058         (byte-compile-or-recursion): New function.
29059         (byte-compile-or): Use that.
29060         (byte-compile-if): Guard the else-clause too.
29061         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
29063         * isearch.el (isearch-mode-end-hook-quit): New variable.
29064         (isearch-done): Bind it.
29065         (isearch-mode-end-hook): Doc fix.
29067         * allout.el (allout-isearch-did-quit): Variable deleted.
29068         (allout-real-isearch-abort): Function name no longer used.
29069         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
29070         (allout-isearch-rectification): isearch-mode always exists.
29071         Don't set allout-isearch-did-quit.
29072         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
29073         allout-isearch-did-quit.
29074         (allout-enwrap-isearch): Just add the hook.
29075         (allout-isearch-abort): Function deleted.
29076         (allout-pre-command-business): Avoid warning.
29078         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
29079         Correctly avoid warnings.
29080         (pascal-outline): Likewise.
29082         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
29084         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
29086         * play/tetris.el (tetris-mode): Avoid warning.
29088         * play/snake.el (snake-mode): Avoid warning.
29090         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
29091         (gamegrid-set-display-table): Avoid warning.
29092         (gamegrid-set-timer): Likewise.
29093         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
29094         (gamegrid-add-score-with-update-game-score-1): Take FILE
29095         as argument.
29096         (gamegrid-add-score-with-update-game-score): Pass that argument.
29097         Rename have-shared-game-dir to gamegrid-shared-game-dir.
29099         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
29101         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
29102         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
29104         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
29105         and insert-file.
29107         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
29108         (sc-ask): Avoid warnings.
29110         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
29111         (eshell-hist-initialize): Use that var the natural way.
29113         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
29115         * emacs-lisp/re-builder.el (reb-cook-regexp):
29116         Avoid warning calling lre-compile-string.
29117         (reb-color-display-p): Avoid warning.
29119         * calculator.el (calculator-last-input): Guard uses
29120         of event-key and key-press-event-p.
29121         (event-key, key-press-event-p): Delete definitions.
29123         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
29124         (find-gc-source-directory, find-gc-subrs-callers)
29125         (find-gc-noreturn-list, find-gc-source-files)
29126         (find-gc-subrs-called): Vars renamed and defvar'd.
29128         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
29129         (checkdoc-overlay-put, checkdoc-delete-overlay)
29130         (checkdoc-overlay-start, checkdoc-overlay-end)
29131         (checkdoc-mode-line-update, checkdoc-char=):
29132         Define such that compiler knows they are defined.
29133         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
29134         (checkdoc-read-event): Delete.  Use read-event directly.
29136         * whitespace.el (whitespace-make-overlay)
29137         (whitespace-overlay-put, whitespace-delete-overlay)
29138         (whitespace-overlay-start, whitespace-overlay-end):
29139         Define such that compiler knows they are defined.
29140         (whitespace): Move conditional inside.
29142         * tempo.el (tempo-insert-template): Suppress warning.
29144         * ediff-diff.el (longlines-mode): Add defvar.
29146 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
29148         * server.el: Bind "C-x #" in a way that works even if C-x is
29149         redefined to a command key, not a prefix key.
29151 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29153         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
29154         cl-make-type-test till execution time.
29156 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
29158         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
29159         arg ARG and use it.
29161 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29163         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
29165 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
29167         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29168         a defcustom with two :set or :type keywords.
29170 2005-07-15  Richard M. Stallman  <rms@gnu.org>
29172         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
29173         Don't give ^M comment-end syntax.
29175 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
29177         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
29178         Don't consider gdbmi (gdb-mi.el has its own update functions).
29179         (gdb-var-delete): Make it work for gdbmi as well.
29180         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
29182         * progmodes/gud.el (etags, sdb): Only require etags when needed.
29183         (gud-speedbar-menu-items): Correct logic for enabling items.
29185 2005-07-15  Kim F. Storm  <storm@cua.dk>
29187         * ido.el: Fix commentary.
29188         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
29189         Use with-no-warnings around ffap-guesser.
29190         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
29191         Let bind minibuffer-completing-file-name to t.
29193 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
29195         * startup.el (site-run-file, keyboard-type): Doc fixes.
29196         (command-line): Check for "--basic-display" argument; also for
29197         "--quick", not "--bare-bones" (which was renamed).
29198         (fancy-splash-text): Add missing item "Getting New Versions".
29199         (normal-splash-screen): Fix typos and improve consistency with
29200         `fancy-splash-text'.  Update copyright year.
29202         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29203         valid binding for `help-char'.
29205         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
29207 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
29209         * term.el (term-mode): Disable cua-mode for term buffers.
29211 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
29213         * add-log.el (add-log-mailing-address, change-log-merge):
29214         Doc fixes.
29215         (change-log-get-method-definition): Fix typo in docstring.
29217 2005-07-14  Kim F. Storm  <storm@cua.dk>
29219         * emulation/cua-base.el:
29220         (cua--pre-command-handler-1, cua--pre-command-handler)
29221         (cua--post-command-handler-1, cua--post-command-handler):
29222         Split in two.  Check (buffer local) value of cua-mode.
29223         (cua-selection-mode): New command.
29225 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
29227         * custom.el (custom-initialize-safe-set)
29228         (custom-initialize-safe-default): Doc fixes.
29230         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29231         and simplify :init-value again.
29233         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29234         and simplify :init-value again.  Delete autoload.
29236         * startup.el (command-line): Use `custom-reevaluate-setting' again
29237         for tooltip-mode.
29239         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29240         a defcustom with two :initialize keywords.
29242 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
29244         * allout.el (my-mark-marker, allout-isearch-prior-pos)
29245         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
29246         (allout-post-command-business, allout-flag-region)
29247         (isearch-reenable-font-lock, allout-yank)
29248         (allout-insert-latex-header, allout-insert-latex-trailer)
29249         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
29250         (allout-latex-verb-quote): Fix typos in docstrings.
29251         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
29252         (allout-unprotected, allout-prefix-data):
29253         Improve argument/docstring consistency.
29254         (allout-chart-subtree): Fix argument spec.
29255         (allout-open-topic): Rename `use_sib_bullet' argument to
29256         `use-sib-bullet'.  Doc fix.
29258         * whitespace.el (whitespace-check-buffer-leading)
29259         (whitespace-check-buffer-trailing)
29260         (whitespace-check-buffer-indent)
29261         (whitespace-check-buffer-spacetab)
29262         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
29263         (whitespace-check-leading-whitespace)
29264         (whitespace-check-trailing-whitespace)
29265         (whitespace-check-spacetab-whitespace)
29266         (whitespace-check-indent-whitespace)
29267         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
29268         (whitespace-modes): Fix typos in docstrings.
29269         (defgroup, defcustom): Doc fixes.
29271         * winner.el (winner-mode, winner-boring-buffers)
29272         (winner-pending-undo-ring): Doc fixes.
29273         (winner-ring): Remove unneeded `progn'.
29274         (winner-equal): `defsubst' it.
29275         (winner-redo): Fix message.
29277 2005-07-13  Kim F. Storm  <storm@cua.dk>
29279         * simple.el (line-move-1): Always use vertical-motion to
29280         do the last (or only) line move to ensure some movement.
29281         Undo 2005-06-23 change--don't check for overlays.
29283 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29285         * term/mac-win.el (ccl-encode-mac-roman-font)
29286         (ccl-encode-mac-centraleurroman-font)
29287         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
29288         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
29289         Change charset-id boundary of dimension to ?\xef.
29290         (mac-char-fontspec-list): New constant.
29291         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
29292         argument.  Nil uses itself as family in font-spec.  Previous
29293         behavior for nil is now provided by non-nil non-string argument.
29294         All callers changed.  Add font-specs for Mac fonts to
29295         "fontset-default" unless iso8859-1 fonts are installed.
29297 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29299         * progmodes/sh-script.el (sh-get-indent-info): Only indent
29300         a continuation line if the \ is preceded by SPC or TAB.
29301         (sh-get-indent-info): Simplify.
29302         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
29303         Use with-current-buffer.
29305         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
29306         when the matched text is empty.
29308 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
29310         * startup.el (command-line): Revert to previous handling of
29311         tooltip-mode.  Explain in comment why the complexity is needed.
29313         * tooltip.el (tooltip-mode): Revert to previous implementation of
29314         its defcustom.
29316         * frame.el (blink-cursor-mode): Revert to previous implementation
29317         of its defcustom.  Update comment.
29319 2005-07-12  Lars Hansen  <larsh@soem.dk>
29321         * desktop.el: Update e-mail address.
29323 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29325         * term/mac-win.el (mac-services-mail-selection)
29326         (mac-services-mail-to): New functions.
29327         (mac-application-menu-map): Bind them.
29329 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
29331         * progmodes/gdb-ui.el: Add note about buffering with Windows.
29333 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
29335         * custom.el (custom-reevaluate-setting): Doc fix.
29337 2005-07-11  Jay Belanger  <belanger@truman.edu>
29339         * calc/calc.el (calc-embedded-announce-formula-alist)
29340         (calc-embedded-open-close-plain-alist)
29341         (calc-embedded-open-close-mode-alist): Add checks for additional
29342         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
29344 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
29346         * custom.el (custom-enable-theme): Don't add theme to
29347         `custom-enabled-themes' with `push' because there is no
29348         setf-method for `delq'.
29350 2005-07-11  Richard M. Stallman  <rms@gnu.org>
29352         * custom.el (custom-declare-variable): Doc fix.
29354         * dired-aux.el (dired-compare-directories): Remove "." and ".."
29355         from the alists.
29357         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
29358         Do nothing if edebug-active.
29360         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
29361         (edebug-display): Do it here instead.
29363 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29365         * cus-face.el (custom-theme-set-faces): Make it work.
29366         (custom-reset-faces): Doc fix.
29367         (custom-theme-reset-internal-face, custom-theme-face-value):
29368         Functions deleted.
29370         * custom.el (custom-push-theme): Maintain list of the settings
29371         of a given theme in its theme-settings property.
29372         Maintain position of old settings in the theme-value
29373         or theme-face property.
29374         (custom-enabled-themes): New variable.
29375         (custom-theme-enabled-p): New function.
29376         (provide-theme): Update custom-enabled-themes.
29377         Disable and reenable the `user' theme.
29378         (require-theme): Doc fix.
29379         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
29380         (custom-theme-value, custom-theme-variable-value): Likewise.
29381         (custom-theme-reset-internal): Likewise.
29382         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
29383         (custom-enable-theme, custom-disable-theme): New functions.
29384         (custom-variable-theme-value, custom-face-theme-value): Likewise.
29385         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
29386         (custom-theme-reset-variables): Simplify.
29387         (deftheme, custom-declare-theme, custom-make-theme-feature):
29388         Definitions moved.
29390 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
29392         * longlines.el (longlines-show-region)
29393         (longlines-unshow-hard-newlines): Recognize hard newlines by
29394         non-nil hard property, instead of t.
29396 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
29398         * emulation/viper-cmd.el (viper--key-maps): New variable.
29399         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
29400         emulation-mode-map-alists.
29401         (viper-envelop-ESC-key): Use viper-subseq.
29402         (viper-search-forward/backward/next): Disable debug-on-error.
29404         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29405         (viper-ESC-key): New defcustoms.
29407         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
29409         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
29410         (viper-subseq): Copy of subseq from cl.el.
29412         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
29413         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
29415         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
29417         * emulation/viper-init.el: Get rid of -face in face names.
29419         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
29420         Make it work with longlines mode.
29422         * ediff-mult.el (ediff-meta-mode-hook): New variable.
29424         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
29426         * ediff-init.el: Get rid of -face in face names.
29428 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29430         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
29431         and with-timeout-unsuspend.
29433         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
29434         and with-timeout-unsuspend.
29436         * emacs-lisp/timer.el (with-timeout-timers): New variable.
29437         (with-timeout): Bind that variable to record timers.
29438         (with-timeout-suspend, with-timeout-unsuspend): New functions.
29440         * emacs-lisp/debug.el (debug-help-follow): New function.
29441         (debugger-mode-map): Use that instead of help-follow.
29442         (debugger-setup-buffer): Use eval-buffer-list
29443         to handle eval-buffer frames.
29445 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
29447         * timezone.el (timezone-parse-date): Change first regexp
29448         so it will not mistakenly match dates with no time zone.
29450 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
29452         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
29454 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
29456         * custom.el (custom-initialize-safe-set)
29457         (custom-initialize-safe-default): New functions.
29459         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29460         and simplify :init-value.
29462         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29463         and simplify :init-value.  Delete obsolete comment.
29465         * startup.el (command-line): Use `custom-reevaluate-setting' to
29466         handle `tooltip-mode'.  Delete obsolete comment.
29468         * files.el (set-visited-file-name): Avoid calling
29469         `file-name-nondirectory' with a nil argument.
29471 2005-07-09  Richard M. Stallman  <rms@gnu.org>
29473         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
29474         was called with nil for the buffer, handle the read position right.
29475         Handle read position for eval-region, too.
29477 2005-07-09  Juri Linkov  <juri@jurta.org>
29479         * fringe.el (fringe-mode): Add period in docstring.
29480         (fringe-query-style): Build prompt depending on `all-frames' arg.
29482         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
29483         to not create links to unrelated functions in the Help buffer.
29485         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
29486         Doc fix.
29488         * simple.el (next-error-hook): New variable.
29489         (next-error): Use it.  Doc fix.
29491         * textmodes/ispell.el (ispell-command-loop): Add current
29492         dictionary name and program name to mode-line-format.
29493         (ispell-region, ispell-process-line): Add current dictionary name
29494         and program name to messages.
29496 2005-07-08  Jay Belanger  <belanger@truman.edu>
29498         * calc/calc.el (calc-embedded-announce-formula-alist)
29499         (calc-embedded-open-close-formula-alist)
29500         (calc-embedded-open-close-word-alist)
29501         (calc-embedded-open-close-plain-alist)
29502         (calc-embedded-open-close-new-formula-alist)
29503         (calc-embedded-open-close-mode-alist)
29504         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
29505         (calc-embedded-mode-hook): New variables.
29507         * calc/calc-embed.el (calc-embedded-firsttime)
29508         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
29509         New variables.
29510         (calc-do-embedded): Use calc-embedded-firsttime,
29511         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
29512         determine whether or not to run hooks.
29513         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
29514         calc-embedded-firsttime-formula appropriately.
29515         Set calc-embedded delimiter variables according to mode.
29517 2005-07-08  Richard M. Stallman  <rms@gnu.org>
29519         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
29520         Check for "emacs", etc., as entire symbol, not just as word.
29521         (checkdoc-file-comments-engine): Use regexp-quote on FN.
29523         * files.el (set-visited-file-name): Report the error
29524         for "empty filename" earlier.
29525         (kill-some-buffers): Ignore buffers already dead.
29527         * fringe.el (fringe-mode): Doc fix.
29529         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29530         Check for (featurep 'xemacs) and turn off warnings in what it guards.
29531         Use unwind-protect to ensure byte-compile-unresolved-functions
29532         is updated.
29534         * whitespace.el (whitespace-buffer-leading-cleanup):
29535         Simplify w/ skip-chars-forward.
29536         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
29538         * mail/rmail.el (rmail-only-expunge): Fix paren error.
29539         Unconditionally try to leave point at the same old place.
29541 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
29543         * comint.el (comint-postoutput-scroll-to-bottom)
29544         (comint-show-maximum-output): Take scroll-margin into consideration.
29546 2005-07-08  Kim F. Storm  <storm@cua.dk>
29548         * ido.el (ido-use-filename-at-point): New choice `guess'.
29549         (ido-file-internal): Try ffap-guesser if selected.
29551         * ido.el (ido-before-fallback-functions): New hook.
29552         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
29553         (ido-read-file-name): Run it.
29555 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
29557         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
29558         strings rather than a list of symbols to the completion function.
29560 2005-07-07  Jay Belanger  <belanger@truman.edu>
29562         * calc/calc-units.el (math-apply-units): Change the places in
29563         which units are simplified.
29565 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
29567         * cus-edit.el (customize-option, customize-option-other-window):
29568         Make them handle aliases.
29570         * custom.el (custom-variable-p): Make it recursively follow
29571         aliases.  Mention that in the docstring.
29573 2005-07-07  Richard M. Stallman  <rms@gnu.org>
29575         * cus-start.el (exec-path): Use `directory' instead of `file'.
29576         Fix tag for nil.
29578 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29580         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
29581         when called non-interactively.  Doc fix.
29583 2005-07-07  Lute Kamstra  <lute@gnu.org>
29585         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
29586         new address as well.
29588 2005-07-07  Kenichi Handa  <handa@m17n.org>
29590         * international/mule.el (make-coding-system):
29591         Describe `ascii-incompatible' property in the docstring.
29592         (set-file-name-coding-system): Signal an error if coding-system is
29593         ascii-incompatible.
29594         (set-keyboard-coding-system): Likewise.
29596         * international/mule-cmds.el (set-default-coding-systems):
29597         Don't set default-file-name-coding-system and
29598         default-keyboard-coding-system if coding-system is ASCII-incompatible.
29600         * international/utf-16.el: Declare that all UTF-16-based coding
29601         systems are ASCII-incompatible.
29603 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
29605         * progmodes/gud.el: Require font-lock for displaying errors.
29606         Used by gdb-ui.el.
29608 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29610         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
29611         values for the pattern lists which are `read'able but not
29612         `append'able (like symbols).
29614 2005-07-06  Richard M. Stallman  <rms@gnu.org>
29616         * progmodes/flymake.el (flymake-float-time): Instead of
29617         with-no-warnings, test for XEmacs.
29618         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
29619         to avoid warning.
29621 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
29623         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
29625 2005-07-05  Lute Kamstra  <lute@gnu.org>
29627         * battery.el: Add support for Darwin (with much debugging help
29628         from Samuel Lauber <sam124@operamail.com>).
29629         (battery-status-function, battery-echo-area-format)
29630         (battery-mode-line-format): Add support for pmset on Darwin.
29631         (battery-load-low, battery-load-critical): New user options.
29632         (battery-pmset): New function.
29634 2005-07-05  Lute Kamstra  <lute@gnu.org>
29636         Update FSF's address in GPL notices.
29638         * textmodes/page-ext.el: Update FSF's address.
29640 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
29642         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
29643         filling from using prefix when filling a single-line docstring.
29645         * progmodes/flymake.el: Remove useless eval-when-compile.
29647         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
29649 2005-07-04  Richard M. Stallman  <rms@gnu.org>
29651         * textmodes/org.el (org-file-apps-defaults-gnu):
29652         Rename from org-file-apps-defaults-linux.
29653         (org-default-apps): Don't test system-type for `linux'.
29654         (org-file-apps): Doc fix.
29656 2005-07-04  David Ponce  <david@dponce.com>
29658         * tree-widget.el: Improve header Commentary section.
29659         (tree-widget) [defgroup]
29660         (tree-widget-image-enable, tree-widget-themes-directory)
29661         (tree-widget-theme, tree-widget-image-properties-emacs)
29662         (tree-widget-image-properties-xemacs, tree-widget-create-image)
29663         (tree-widget-image-formats, tree-widget-control)
29664         (tree-widget-empty-control, tree-widget-leaf-control
29665         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
29666         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
29667         (tree-widget-keep, tree-widget-after-toggle-functions)
29668         (tree-widget-open-node, tree-widget-close-node): Doc fix.
29669         (tree-widget-open-control, tree-widget-close-control): Fix doc and
29670         :help-echo message.
29671         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
29672         (tree-widget-image-properties): Doc fix.  Clearer implementation.
29673         (tree-widget--cursors): New constant.
29674         (tree-widget-lookup-image): New function split from
29675         `tree-widget-find-image'.  Clearer implementation.
29676         (tree-widget-find-image): Use it.
29677         (tree-widget-button-keymap): Use `set-keymap-parent'.
29678         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
29679         Define the sub-widgets here.
29680         (tree-widget-node): Check that :node is not a tree-widget.
29681         (tree-widget-get-super, tree-widget-open-control)
29682         (tree-widget-close-control, tree-widget-empty-control)
29683         (tree-widget-leaf-control, tree-widget-guide)
29684         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
29685         (tree-widget-no-handle, tree-widget-value-delete)
29686         (tree-widget-map): Remove.
29687         (tree-widget-children-value-save): Doc fix.  Simplified.
29688         (tree-widget-value-create): Update according to previous changes.
29690 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
29692         * textmodes/org.el: Leading space replaced by TABS.
29693         (org-recalc-marks, org-table-rotate-recalc-marks)
29694         (org-table-get-specials): Treat "^" and "_" marks.
29695         (org-table-justify-field-maybe): Optional argument NEW.
29696         (org-table-eval-formula): Parsing of the format simplified.
29697         New modes C,I.  Honor the %= parameter in the current table.
29698         Avoid unnecessary re-align by using the NEW argument to
29699         `org-table-justify-field-maybe'.
29700         (org-calc-default-modes): Default for date-format mimicks org-mode.
29701         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
29703 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
29705         * cus-face.el (custom-theme-set-faces): Make it handle face
29706         aliases whose alias declarations are pre- or autoloaded.
29708 2005-07-04  Juri Linkov  <juri@jurta.org>
29710         * faces.el (read-face-name): Put the code for getting a face name
29711         from the buffer before adding the faces from the `face' property.
29712         Use `completing-read-multiple' instead of `completing-read'.
29713         Require `crm'.  Add default value and post-process the returned
29714         list of faces.
29716         * emacs-lisp/crm.el (crm-find-current-element)
29717         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
29719         * emacs-lisp/lisp-mode.el (eval-defun-1):
29720         * emacs-lisp/edebug.el (edebug-eval-defun):
29721         Remove unnecessary quotes.
29723 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
29725         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
29726         (prolog-indent-level): Fix typo in docstring.
29728         * info.el (Info-history, Info-history-forward)
29729         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
29731         * add-log.el (add-change-log-entry):
29732         * comint.el (comint-dynamic-list-input-ring)
29733         (comint-dynamic-list-completions):
29734         * dabbrev.el (dabbrev-expand):
29735         * delim-col.el (delimit-columns-rectangle-line):
29736         * diff-mode.el (diff-context->unified, diff-reverse-direction)
29737         (diff-unified->context):
29738         * ediff-init.el (ediff-abbrev-jobname):
29739         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
29740         (ediff-replace-session-activity-marker-in-meta-buffer):
29741         * info.el (Info-summary):
29742         * lpr.el (printify-region):
29743         * printing.el (pr-create-interface):
29744         * ps-print.el (ps-print-quote):
29745         * ses.el (ses-column-widths, ses-print-cell)
29746         (ses-adjust-print-width, ses-center):
29747         * shell.el (shell-file-name-quote-list):
29748         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
29749         (strokes-fill-current-buffer-with-whitespace)
29750         (strokes-xpm-for-stroke, strokes-list-strokes)
29751         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
29752         * term.el (term-dynamic-list-input-ring)
29753         (term-dynamic-list-completions):
29754         * calc/calc.el (math-format-stack-value):
29755         * emacs-lisp/edebug.el (edebug-display-freq-count):
29756         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
29757         (delphi-new-comment-line):
29758         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
29759         * progmodes/executable.el (executable-set-magic):
29760         * progmodes/python.el (inferior-python-mode):
29761         * progmodes/scheme.el (scheme-mode-syntax-table):
29762         * progmodes/sh-script.el (sh-maybe-here-document):
29763         * progmodes/sql.el (sql-copy-column):
29764         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
29765         * textmodes/bibtex.el (bibtex-mode):
29766         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
29767         (sgml-auto-attributes):
29768         * textmodes/table.el (table-insert, table-shorten-cell)
29769         (table--generate-source-scan-lines, table-delete-row)
29770         (*table--cell-delete-char, table--spacify-frame)
29771         (table--horizontally-shift-above-and-below)
29772         (table--cell-insert-char, table--cell-blank-str)
29773         (table--fill-region-strictly):
29774         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
29775         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
29777         * add-log.el (change-log):
29778         * apropos.el (apropos):
29779         * comint.el (comint-completion, comint-source):
29780         * dabbrev.el (dabbrev):
29781         * delim-col.el (columns):
29782         * diff-mode.el (diff-mode):
29783         * ediff.el (ediff):
29784         * ediff-diff.el (ediff-diff):
29785         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
29786         * ediff-mult.el (ediff-mult):
29787         * ediff-ptch.el (ediff-ptch):
29788         * ediff-wind.el (ediff-window):
29789         * facemenu.el (facemenu):
29790         * indent.el (indent):
29791         * info.el (info):
29792         * jka-cmpr-hook.el (compression, jka-compr):
29793         * lpr.el (lpr):
29794         * outline.el (outlines):
29795         * pcmpl-cvs.el (pcmpl-cvs):
29796         * pcmpl-rpm.el (pcmpl-rpm):
29797         * printing.el (printing):
29798         * ps-print.el (postscript, ps-print, ps-print-horizontal)
29799         (ps-print-vertical, ps-print-headers, ps-print-font)
29800         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
29801         (ps-print-background, ps-print-printer, ps-print-page)
29802         (ps-print-miscellany):
29803         * ses.el (ses):
29804         * shell.el (shell, shell-directories, shell-faces):
29805         * startup.el (initialization):
29806         * strokes.el (strokes):
29807         * term.el (term):
29808         * uniquify.el (uniquify):
29809         * w32-vars.el (w32):
29810         * calc/calc.el (calc):
29811         * emacs-lisp/bytecomp.el (bytecomp):
29812         * emacs-lisp/cl-indent.el (lisp-indent):
29813         * emacs-lisp/edebug.el (edebug):
29814         * emacs-lisp/elp.el (elp):
29815         * emacs-lisp/testcover.el (testcover):
29816         * emacs-lisp/trace.el (trace):
29817         * emulation/viper-ex.el (viper-ex):
29818         * emulation/viper-mous.el (viper-mouse):
29819         * mail/mailalias.el (mailalias):
29820         * mail/supercite.el (supercite, supercite-frames)
29821         (supercite-attr, supercite-cite, supercite-hooks):
29822         * net/rcompile.el (remote-compile):
29823         * net/rlogin.el (rlogin):
29824         * obsolete/ooutline.el (outlines):
29825         * progmodes/delphi.el (delphi):
29826         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
29827         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
29828         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
29829         (ebnf-optimization):
29830         * progmodes/etags.el (etags):
29831         * progmodes/executable.el (executable):
29832         * progmodes/idlwave.el (idlwave):
29833         * progmodes/pascal.el (pascal):
29834         * progmodes/prolog.el (prolog):
29835         * progmodes/python.el (python):
29836         * progmodes/scheme.el (scheme):
29837         * progmodes/sh-script.el (sh, sh-script):
29838         * progmodes/sql.el (SQL):
29839         * progmodes/tcl.el (tcl):
29840         * textmodes/bibtex.el (bibtex, bibtex-autokey):
29841         * textmodes/enriched.el (enriched):
29842         * textmodes/makeinfo.el (makeinfo):
29843         * textmodes/sgml-mode.el (sgml):
29844         * textmodes/table.el (table-hooks):
29845         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
29846         * textmodes/texinfo.el (texinfo):
29847         * textmodes/two-column.el (two-column):
29848         Finish `defgroup' description with period.
29850         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
29851         * eshell/esh-var.el (eshell-var):
29852         * progmodes/vhdl-mode.el (vhdl-testbench):
29853         * textmodes/org.el (org): Fix typos in docstrings.
29855         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
29856         consistency.
29858         * progmodes/flymake.el (flymake-find-file): Remove.
29859         (flymake-float-time): Use `with-no-warnings'.
29860         (flymake-check-start-time, flymake-check-was-interrupted)
29861         (flymake-err-info, flymake-is-running, flymake-last-change-time)
29862         (flymake-new-err-info): `defvar' at compile time.
29864 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
29866         * replace.el (occur-hook): Doc fix.
29867         (occur-1): Don't call `occur-hook' if there are no matches.
29869 2005-07-03  Richard M. Stallman  <rms@gnu.org>
29871         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
29872         global-map, save the same map.
29873         (global-map): Don't alter it at top level.
29874         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
29875         Then alter it here instead.
29876         (tpu-edt-off): Set global-map to the saved one.
29878         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
29879         All references simplified.
29880         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
29881         (zmacs-regions): Add defvar.
29882         (repeat-complex-command-map): Everything about that deleted.
29884         * textmodes/artist.el (artist-key-is-drawing)
29885         (artist-key-endpoint1, artist-key-poly-point-list)
29886         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
29887         (artist-key-compl-table, artist-rb-save-data)
29888         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
29889         Don't put them in eval-when-compile.
29890         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
29892         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
29893         Use with-no-warnings.
29895         * net/browse-url.el (dos-windows-version): Add defvar.
29897         * mail/supercite.el (filladapt-prefix-table): Add defvar.
29899         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
29900         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
29901         (rmail-new-summary-line-count): Rename from new-summary-line-count.
29902         Add defvar.
29903         (rmail-summary-beginning-of-message): Use with-no-warnings.
29904         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
29906         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
29907         Use with-no-warnings.
29909         * emulation/vi.el (vi-mark-region): Use c-mark-function.
29910         (c-mark-function): Add point-moving-unit property.
29911         (vi-goto-line): Use with-no-warnings.
29913         * emulation/edt.el (edt-last-copied-word): Add defvar.
29914         (zmacs-region-stays): Likewise.
29915         (edt-mark-section-wisely): Use c-mark-function for C.
29916         Use makr-defun for Fortran.
29917         (time-string): defvar deleted.
29918         (edt-display-the-time): Don't set time-string.
29920         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
29922         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29923         Don't warn when name is not constant
29924         or for defining the group `emacs'.
29926         * tooltip.el (gud-tooltip-mode): Add defvar.
29928         * startup.el (default-frame-background-mode): Add defvar.
29930         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
29932         * info.el (tool-bar-map): Add defvar.
29934         * dired.el (dnd-protocol-alist): Add defvar.
29936         * dired-aux.el (dired-query): Display question with answer, when
29937         the user answers.
29939         * custom.el (custom-add-option): Doc fix.
29941         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
29943 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
29945         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
29946         bogus name from the last change.
29948 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
29950         * custom.el (custom-declare-variable): Fix typos in comment.
29951         (custom-known-themes): Doc fix.
29952         (custom-theme-directory): New defcustom.
29953         (require-theme): Make it check `custom-theme-directory'.
29955         * cus-theme.el (custom-new-theme-mode): New function.
29956         (custom-theme-name, custom-theme-variables, custom-theme-faces)
29957         (custom-theme-description): Add compiler defvars.
29958         (customize-create-theme): Add doc to the "*New Custom Theme*"
29959         buffer.  Use `custom-new-theme-mode'.
29960         (custom-theme-write): Put the created buffer in emacs-lisp-mode
29961         and save it to the `custom-theme-directory'.  Make this the
29962         default directory of the buffer.
29964 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
29966         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
29967         Fix unbalanced parentheses.
29969 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29971         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
29972         into flymake-mode and delegate to flymake-mode.
29974         * find-file.el (ff-which-function-are-we-in): Clean up.
29976 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
29978         * replace.el (occur-rename-buffer): Fix docstring.
29980         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
29981         (edt-last-copied-word, edt-learn-macro-count)
29982         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
29983         (edt-rect-start-point, edt-user-global-map, rect-start-point)
29984         (time-string, zmacs-region-stays):
29985         * emulation/edt-mapper.el (edt-save-function-key-map)
29986         (EDT-key-name): `defvar' to silence the byte-compiler.
29988 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
29990         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
29991         font-lock-regexp-backslash.  Doc fix.
29992         (font-lock-regexp-backslash-grouping-construct): Rename from
29993         font-lock-regexp-backslash-construct.  Doc fix.
29994         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
29995         grouping constructs.
29997 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
29999         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
30000         updating all the prerequisites.
30002 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
30004         * textmodes/org.el (org-agenda-start-on-weekday)
30005         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
30006         (org-agenda-use-time-grid, org-archive-location)
30007         (org-allow-space-in-links, org-usenet-links-prefer-google)
30008         (org-enable-table-editor, org-export-default-language)
30009         (org-export-html-show-new-buffer, org-fill-paragraph)
30010         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
30011         (org-goto-quit, org-occur, org-eval-in-calendar)
30012         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
30013         (org-agenda-diary-entry, org-remember-help)
30014         (org-table-convert-region, org-at-table-p)
30015         (org-table-move-row-down, org-table-move-row-up)
30016         (org-table-copy-region, org-table-toggle-vline-visibility)
30017         (org-table-get-stored-formulas, org-table-get-specials)
30018         (org-recalc-commands, org-table-eval-formula)
30019         (org-table-formula-substitute-names, orgtbl-make-binding)
30020         (org-format-org-table-html, org-format-table-table-html)
30021         (org-format-table-table-html-using-table-generate-source)
30022         (org-customize): Fix typos in docstrings.
30023         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
30024         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
30025         (org-back-to-heading): Doc fixes.
30026         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
30027         (org-agenda-change-all-lines, org-get-header):
30028         Improve argument/docstring consistency.
30029         (orgtbl-error): Fix error message.
30031         * progmodes/flymake.el (flymake-find-possible-master-files)
30032         (flymake-master-file-compare, flymake-get-line-err-count)
30033         (flymake-highlight-line, flymake-gui-warnings-enabled):
30034         Fix typos in docstrings.
30035         (flymake-parse-line, flymake-get-project-include-dirs-function)
30036         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
30037         Doc fixes.
30038         (flymake-get-project-include-dirs-function)
30039         (flymake-make-err-menu-data):
30040         Improve argument/docstring consistency.
30042 2005-07-01  Lute Kamstra  <lute@gnu.org>
30044         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
30045         Catch errors with ignore-errors.  Use temporary buffer.
30046         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
30048         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
30049         background color faces.
30050         (facemenu-set-foreground, facemenu-set-background):
30051         Use facemenu-set-face-from-menu.
30052         (facemenu-set-face-from-menu): Treat face names that start with
30053         "fg:" or "bg:" as special.
30054         (facemenu-add-new-color): Don't create faces.  Simplify.
30056 2005-06-30  Richard M. Stallman  <rms@gnu.org>
30058         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
30059         (crm-find-current-element): Likewise.
30061 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30063         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
30065 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
30067         * arc-mode.el (archive-extract): Make it work as a mouse binding.
30068         (archive-mouse-extract): Make it an obsolete alias.
30069         (archive-mode-map): Don't use archive-mouse-extract any more.
30070         (archive-mode, archive-extract): write-contents-hooks ->
30071         write-contents-functions.
30072         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
30073         first arg.
30074         (archive-rename-entry): Update the call.
30075         (archive-zip-summarize): Remove unused var `method'.
30076         (archive-lzh-summarize): Remove unused var `creator'.
30078         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
30079         dedicated frame upon exit.
30081         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
30082         (archive-zip-extract, archive-zip-expunge)
30083         (archive-zip-update, archive-zip-update-case): Use executable-find.
30084         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
30085         Use restore-buffer-modified-p.
30086         (archive-extract, archive-add-new-member, archive-write-file-member):
30087         Use with-current-buffer.
30088         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
30090 2005-06-30  Andreas Schwab  <schwab@suse.de>
30092         * progmodes/gud.el (gud-filter): Remove unneeded progn.
30094 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30096         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
30098 2005-06-30  Juri Linkov  <juri@jurta.org>
30100         * faces.el (vertical-border): Inherit from mode-line-inactive
30101         only on tty.
30103 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
30105         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
30106         example, -NLINES in the `occur' docstring).
30108         * replace.el (occur-1): When no matches are found, do not set the
30109         `buffer-read-only' and modified flags for the occur buffer,
30110         because it is deleted.
30112         * emulation/cua-base.el (cua-check-pending-input)
30113         (cua-repeat-replace-region, cua-mode, cua-debug)
30114         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
30115         Fix typos in docstrings.
30117         * emulation/cua-gmrk.el (cua-toggle-global-mark)
30118         (cua-cut-region-to-global-mark)
30119         (cua--cut-rectangle-to-global-mark):
30120         Remove period from end of messages.
30122         * emulation/cua-rect.el (cua-do-rectangle-padding):
30123         Remove period from end of messages.
30124         (cua--rectangle-seq-format): Fix typo in docstring.
30125         (cua-sequence-rectangle, cua-fill-char-rectangle):
30126         Improve argument/docstring consistency.
30128 2005-06-29  Juri Linkov  <juri@jurta.org>
30130         * faces.el (default-frame-background-mode): New internal variable.
30131         (frame-set-background-mode): Use it.
30133         * startup.el (normal-top-level): Set default-frame-background-mode
30134         instead of frame-background-mode.  Before setting it, test for its
30135         nil value.  Remove tests for frame-background-mode and frame
30136         parameter `reverse'.  Add test for "unspecified-fg".
30138         * term/xterm.el (xterm-rxvt-set-background-mode):
30139         * term/rxvt.el (rxvt-set-background-mode):
30140         Set default-frame-background-mode instead of frame-background-mode.
30142 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
30144         * simple.el (set-variable): Warn about obsolete user variables.
30146         * imenu.el (imenu--completion-buffer):
30147         * mouse.el (mouse-buffer-menu-alist):
30148         * msb.el (msb-invisible-buffer-p):
30149         * calendar/diary-lib.el (diary-header-line-format):
30150         * emacs-lisp/pp.el (pp-buffer):
30151         * progmodes/cperl-mode.el (cperl-do-auto-fill):
30152         * textmodes/picture.el (picture-replace-match):
30153         Change space constants followed by a sexp to "?\s ".
30155         * play/decipher.el (decipher-loop-with-breaks):
30156         * textmodes/texinfo.el (texinfo-insert-@item): Change space
30157         constants "protected" from end of line by a comment to "?\s".
30159 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30161         * font-lock.el (save-buffer-state): Use `declare'.
30163         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
30164         reset the syntax-table to cperl-mode-syntax-table.
30165         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
30166         "foo_print_bar" is not matched as a reserved keyword.
30168 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
30170         * textmodes/org.el (orgtbl-setup): New function, for delayed
30171         setup for the orgtbl commands.
30172         (org-calc-default-modes): New option.
30173         (orgtbl-make-binding): Use `defun' to get better help display.
30174         (org-diary): Call `org-compile-prefix-format'.
30175         (org-table-formula-substitute-names): New function.
30176         (org-agenda-day-view, org-agenda-week-view): New commands.
30177         (org-agenda-toggle-week-view): Command removed.
30178         (org-tbl-menu): Split off from org-org-menu.
30179         (org-mode): Move removal of outline-mode menus to here.
30180         (org-table-formula-debug): New option.
30181         (org-table-insert-row): Keep first field if just "#" or "*".
30182         (org-mode): Paragraph regexps fixed.
30183         (org-table-recalculate-regexp): New constant.
30184         (org-table-justify-field-maybe): Avoid replace if not necessary.
30185         (org-copy-special, org-cut-special): Use `call-interactively'.
30186         (org-table-copy-region): Take region from `interactive' call.
30187         (org-trim): Return string even if no match.
30188         (org-formula): New face.
30189         (org-set-font-lock-defaults): No longer highlight "FIXME".
30190         But highlight formula-related fields in table.
30191         (org-table-p): Use regexp, not fontification.
30192         (org-table-align): Handle white space at end of line.
30193         (org-table-formula-evaluate-inline): New option.
30194         (org-mode): Auto-wrapping in comment lines turned off.
30195         (org-table-copy-down): Evaluate only in copied field, not in
30196         destination.
30197         (org-table-current-formula): Variable removed.
30198         (org-table-store-formulas, org-table-get-stored-formulas)
30199         (org-table-modify-formulas, org-table-replace-in-formulas)
30200         (org-table-maybe-eval-formula): New functions.
30201         (org-table-get-formula): Modify to use stored formulas.
30202         (org-table-insert-column, org-table-delete-column)
30203         (org-table-move-column): Call `org-table-modify-formulas'.
30204         (org-complete): Add completion for keyword formulas.
30205         (orgtbl-mode): Pull orgtbl-mode-map to start of
30206         minor-mode-map-alist.
30208 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30210         * progmodes/python.el (python-check): Require `compile' before
30211         modifying its variables.
30213         * newcomment.el (comment-indent-default): Don't get fooled by an early
30214         end of buffer.
30216 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30218         * ps-print.el (ps-print-version): Fix version number.
30220 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
30222         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
30224 2005-06-28  Richard M. Stallman  <rms@gnu.org>
30226         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
30227         (flyspell-local-mouse-map): Declaration deleted.
30228         (flyspell-mouse-map): Bind only mouse-2.
30229         (flyspell-mode-map): Don't test flyspell-use-local-map.
30230         (flyspell-overlay-keymap-property-name): Var deleted.
30231         (flyspell-mode-on): Don't make local bindings for
30232         flyspell-mouse-map and flyspell-mode-map.
30233         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
30235         * textmodes/ispell.el (ispell-word): Do not ignore short words.
30237         * progmodes/compile.el (compilation-next-error-function):
30238         Don't switch buffers; operate on the current buffer.
30240         * progmodes/compile.el (compilation-error-file-name)
30241         (compilation-warning-file-name, compilation-info-file-name)
30242         (compilation-line-number, compilation-column-number): New faces.
30243         (compilation-error-face, compilation-warning-face)
30244         (compilation-info-face, compilation-line-face)
30245         (compilation-column-face): Use them.
30247         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
30249         * comint.el (comint-password-prompt-regexp): Accept ", try again".
30251         * bindings.el (global-map): Bind insertchar and its variants.
30253 2005-06-27  Richard M. Stallman  <rms@gnu.org>
30255         * textmodes/artist.el (artist-text-overwrite)
30256         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
30258 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30260         * ps-print.el: It was not working the page selection for printing.
30261         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
30262         (ps-print-version): New version 6.6.7.
30263         (ps-end-sheet): New fun.
30264         (ps-header-sheet, ps-end-job): Call it.
30266 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
30268         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
30270 2005-06-27  Lute Kamstra  <lute@gnu.org>
30272         * facemenu.el (facemenu-unlisted-faces): Add foreground and
30273         background color faces.
30274         (facemenu-get-face): Delete function.
30275         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
30276         (facemenu-add-new-color): Make second argument mandatory.
30277         Create the appropriate face and return it.  Simplify.
30278         (facemenu-set-foreground, facemenu-set-background): Don't check if
30279         color is defined.  Use return value of facemenu-add-new-color.
30281 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
30283         * progmodes/gud.el (gud-filter): Add missing argument to
30284         with-selected-window.
30286 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30288         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
30289         a :require to the defcustom.
30291         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
30292         defcustoms corresponding to minor modes.
30294 2005-06-26  David Ponce  <david@dponce.com>
30296         * recentf.el: Require tree-widget instead of wid-edit.
30297         (recentf-filename-handler): Fix widget :type.
30298         (recentf-cancel-dialog, recentf-open-more-files)
30299         (recentf-open-files-action): Doc fix.
30300         (recentf-dialog-goto-first): New function.
30301         (recentf-dialog-mode-map): Set parent keymap first.
30302         (recentf-dialog-mode): Define with define-derived-mode.
30303         Don't display continuation lines in dialogs.
30304         (recentf-edit-list): Rename from recentf-edit-selected-items.
30305         (recentf-edit-list-select): Rename from recentf-edit-list-action.
30306         Simplify.
30307         (recentf-edit-list-validate): New function.
30308         (recentf-edit-list): Update accordingly.
30309         (recentf-open-files-item-shift): Remove.
30310         (recentf-open-files-item): Convert menu elements into tree and
30311         link widgets.  Don't create the widgets.
30312         (recentf-open-files): Update accordingly.
30313         (recentf-save-list): Untabify.
30315 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
30317         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
30318         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
30319         partially contained in the active region.  Do not take active
30320         region into account when called from Lisp, unless INTERACTIVE arg
30321         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
30322         avoid trouble with fields.  Make marker point nowhere when no
30323         longer used.  Always return nil.  Doc fix.
30324         (flush-lines): Add INTERACTIVE arg.  Do not take active region
30325         into account when called from Lisp, unless INTERACTIVE arg is
30326         non-nil.  Use `forward-line' instead of `beginning-of-line' to
30327         avoid trouble with fields.  Make marker point nowhere when no
30328         longer used.  Always return nil.  Doc fix.
30329         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
30330         interchangeable.  Do not take active region into account when
30331         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
30332         message in echo area when called from Lisp, unless INTERACTIVE arg
30333         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
30334         Return the number of matches.  Doc fix.
30335         (occur): Doc fix.
30336         (perform-replace): Make comment follow double space convention for
30337         the sake of `outline-minor-mode'.
30339         * faces.el (facep): Doc fix.
30341 2005-06-25  Richard M. Stallman  <rms@gnu.org>
30343         * facemenu.el (facemenu-enable-faces-p): New function.
30344         (facemenu-background-menu, facemenu-foreground-menu)
30345         (facemenu-face-menu): Add menu-enable property.
30347         * jka-compr.el (jka-compr-insert-file-contents):
30348         Special handling if cannot find the uncompression program.
30350         * cus-face.el (custom-face-attributes): Add autoload.
30352         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30353         Bind comment-indent-function locally.
30355         * window.el (save-selected-window): Use save-current-buffer.
30357         * subr.el (with-selected-window): Use save-current-buffer.
30359         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
30360         and with-current-buffer.
30362 2005-06-24  Richard M. Stallman  <rms@gnu.org>
30364         * simple.el (line-move-1): Fix previous change.
30366 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
30368         * replace.el (occur-1): Set `buffer-read-only' and the
30369         buffer-modified flag before running `occur-hook' to protect
30370         against unintentional buffer switches that can lead to data loss.
30372 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
30374         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
30375         (gud-gdb-marker-filter): Use font-lock-warning-face for any
30376         initial error.
30378         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
30379         after fresh input.
30380         (gdb-var-create-handler): Put name of expression in quotes.
30382 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
30384         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
30385         elements of RING in order, and without bogus nil elements.
30387 2005-06-23  Richard M. Stallman  <rms@gnu.org>
30389         * simple.el (set-variable): Args renamed; doc fix.
30390         (line-move-1): When there are overlays around, use vertical-motion.
30392         * faces.el (escape-glyph): Use brown against light background.
30393         (nobreak-space): Rename from no-break-space.
30394         Fix previous change.
30396         * dired-aux.el (dired-do-copy): Fix arg prompt.
30398         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
30400 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
30402         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
30403         rather than "Distributor".
30405 2005-06-23  Lute Kamstra  <lute@gnu.org>
30407         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
30408         (debug-on-entry): Use it.  New interactive declaration that uses
30409         function-called-at-point.
30411 2005-06-23  Kim F. Storm  <storm@cua.dk>
30413         * subr.el (save-match-data): Add comment about using evaporate arg
30414         to set-match-data.
30416 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
30418         * cus-edit.el (customize-face)
30419         (customize-face-other-window): Handle face aliases.
30421         * faces.el (face-documentation, set-face-attribute)
30422         (face-spec-set): Handle face aliases.
30424 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
30426         * help-mode.el (help-make-xrefs): If a symbol representing a face
30427         name is not followed by the word "face", it could still be a
30428         function or variable name, so don't bypass other checks.
30430 2005-06-22  Juri Linkov  <juri@jurta.org>
30432         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
30433         Replace aliased functions with calls where second arg `inherit' is t.
30435 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
30437         * progmodes/gdb-ui.el (gdb-error): New variable.
30438         (gdb-error): New function.
30439         (gdb-annotation-rules): Act on error-begin and error annotations.
30440         (gdb-concat-output): Use font-lock-warning-face for errors.
30442 2005-06-22  Miles Bader  <miles@gnu.org>
30444         * bindings.el (propertized-buffer-identification): Use renamed
30445         `Buffer-menu-buffer' face.
30447         * faces.el (vertical-border): Rename from `vertical-divider'.
30448         (escape-glyph): Change dark-background color back to `cyan'.
30450 2005-06-21  Juri Linkov  <juri@jurta.org>
30452         * faces.el (face-user-default-spec): Try getting `customized-face'
30453         prior to `saved-face'.
30454         (frame-background-mode): Refill docstring.
30456         * emacs-lisp/lisp-mode.el (eval-defun-1):
30457         * emacs-lisp/edebug.el (edebug-eval-defun):
30458         Set `saved-face' temporarily to nil before calling form.
30459         Set `customized-face' to the new spec after that.
30461 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
30463         * subr.el (1value, lambda, key-substitution-in-progress):
30464         Doc fixes.
30466         * autoinsert.el (auto-insert-alist):
30467         * ses.el (ses-call-printer):
30468         * subr.el (noreturn):
30469         * emacs-lisp/lisp.el (check-parens):
30470         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
30471         * net/browse-url.el (browse-url-mosaic):
30472         * progmodes/cc-defs.el (c-safe-scan-lists):
30473         * progmodes/ebnf-abn.el (ebnf-abn-lex):
30474         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
30475         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
30476         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
30477         * progmodes/ebnf-iso.el (ebnf-iso-lex):
30478         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
30480 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
30482         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
30484 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
30486         * calendar/appt.el (appt-make-list): Activate the package, if
30487         not already active (for backwards compatibility).
30489 2005-06-20  Kim F. Storm  <storm@cua.dk>
30491         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
30493 2005-06-20  Miles Bader  <miles@gnu.org>
30495         * faces.el (vertical-divider): New face.
30497 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
30499         * simple.el (kill-whole-line): Doc fix.
30500         (next-error-buffer-p, next-error-find-buffer)
30501         (clone-indirect-buffer): Fix typos in docstrings.
30502         (comment-line-break-function): Doc fix: don't say variable
30503         is automatically buffer-local (it isn't).
30505 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
30507         * net/tramp-ftp.el (top):
30508         * net/tramp-smb.el (top):
30509         * net/tramp-util.el (top):
30510         * net/tramp-uu.el (top):
30511         * net/tramp-vc.el (top):
30512         * net/tramp.el (top): Revert copyright years back to original
30513         ones.  Tramp has a life outside GNU Emacs.
30515 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
30517         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
30519 2005-06-18  Juri Linkov  <juri@jurta.org>
30521         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
30522         end of first regexp to limit the match to the position between
30523         line number and source line with same separator character as used
30524         between file name and line number.  In the second regexp limit
30525         mouse-face area to file name and line number by adding new group
30526         for them and referring it in HYPERLINK arg.
30527         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
30528         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
30529         previous line where grep markers may be already removed.
30531 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
30533         * progmodes/ps-mode.el: Update version and maintainer's email address.
30535 2005-06-18  Steve Youngs  <steve@xemacs.org>
30537         * net/browse-url.el (browse-url-browser-function)
30538         (browse-url-default-browser): Add firefox.
30539         (browse-url-firefox-program, browse-url-firefox-arguments)
30540         (browse-url-firefox-startup-arguments)
30541         (browse-url-firefox-new-window-is-tab): New defcustoms.
30542         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
30544 2005-06-17  Richard M. Stallman  <rms@gnu.org>
30546         * startup.el (command-line): Warn if specified user name has
30547         no home directory.
30549         * term.el (term-get-old-input, term-input-filter, term-input-sender)
30550         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
30552         * longlines.el (longlines-mode, longlines-show-hard-newlines):
30553         Doc fixes.
30555         * faces.el (underline): Try bold if terminal doesn't support underline.
30557         * mail/sendmail.el (mail-setup-with-from): New variable.
30558         (mail-insert-from-field): New function.
30559         (sendmail-send-it): Call it.
30560         (mail-setup): Optionally call it here.
30562         * term/linux.el: Call tty-no-underline.
30564 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
30566         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
30568 2005-06-17  Miles Bader  <miles@gnu.org>
30570         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
30571         (ediff-current-diff-C, ediff-current-diff-Ancestor)
30572         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
30573         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
30574         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
30575         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30576         Remove "-face" suffix from face names.
30577         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30578         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30579         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30580         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30581         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30582         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30583         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30584         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30585         New backward-compatibility aliases for renamed faces.
30586         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30587         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30588         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30589         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30590         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30591         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30592         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30593         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30594         Use renamed ediff faces.
30596         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
30597         Remove "-face" suffix from face names.
30598         (eshell-test-ok-face, eshell-test-failed-face):
30599         New backward-compatibility aliases for renamed faces.
30600         (eshell-run-test): Use renamed eshell-test faces.
30602         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
30603         face name.
30604         (eshell-prompt-face): New backward-compatibility alias for renamed
30605         face.
30606         (eshell-emit-prompt): Use renamed eshell-prompt face.
30608         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
30609         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
30610         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
30611         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
30612         Remove "-face" suffix from face names.
30613         (eshell-ls-directory-face, eshell-ls-symlink-face)
30614         (eshell-ls-executable-face, eshell-ls-readonly-face)
30615         (eshell-ls-unreadable-face, eshell-ls-special-face)
30616         (eshell-ls-missing-face, eshell-ls-archive-face)
30617         (eshell-ls-backup-face, eshell-ls-product-face)
30618         (eshell-ls-clutter-face):
30619         New backward-compatibility aliases for renamed faces.
30620         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
30622         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
30623         Remove "-face" suffix from face name.
30624         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
30625         instead of literal face.
30627 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
30629         * emacs-lisp/warnings.el (display-warning, lwarn)
30630         (warning-minimum-log-level): Doc fixes.
30631         (warning-minimum-level, warning-minimum-log-level):
30632         Add :debug to :type choices.
30634         * progmodes/ada-mode.el (ada-format-paramlist)
30635         (ada-get-indent-case, ada-check-matching-start)
30636         (ada-check-defun-name, ada-goto-matching-decl-start)
30637         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
30638         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
30639         (ada-make-subprogram-body): Follow error conventions.
30640         (ada-case-exception-file, ada-indent-comment-as-code)
30641         (ada-indent-handle-comment-special, ada-indent-renames)
30642         (ada-indent-return, ada-search-directories-internal)
30643         (ada-tab-policy, ada-case-exception-substring)
30644         (ada-other-file-alist, ada-matching-start-re)
30645         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
30646         (ada-imenu-generic-expression, ada-compile-goto-error)
30647         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
30648         (ada-popup-menu, ada-add-extensions, ada-mode)
30649         (ada-region-selected, ada-create-case-exception)
30650         (ada-create-case-exception-substring, ada-after-keyword-p)
30651         (ada-activate-keys-for-case, ada-adjust-case-region)
30652         (ada-adjust-case-buffer, ada-format-paramlist)
30653         (ada-scan-paramlist, ada-insert-paramlist)
30654         (ada-indent-newline-indent)
30655         (ada-indent-newline-indent-conditional)
30656         (ada-justified-indent-current, ada-goto-previous-word)
30657         (ada-indent-current, ada-get-indent-open-paren)
30658         (ada-get-indent-paramlist, ada-get-indent-end)
30659         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
30660         (ada-get-indent-block-start, ada-get-indent-subprog)
30661         (ada-get-indent-noindent, ada-get-indent-label)
30662         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
30663         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
30664         (ada-goto-stmt-end, ada-goto-next-word)
30665         (ada-check-matching-start, ada-check-defun-name)
30666         (ada-goto-matching-decl-start, ada-goto-matching-start)
30667         (ada-goto-matching-end, ada-search-ignore-string-comment)
30668         (ada-in-decl-p, ada-looking-at-semi-or)
30669         (ada-looking-at-semi-private, ada-in-paramlist-p)
30670         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
30671         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
30672         (ada-next-procedure, ada-previous-procedure, ada-next-package)
30673         (ada-previous-package, ada-create-menu)
30674         (ada-fill-comment-paragraph-justify)
30675         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
30676         (ada-other-file-name, ada-last-which-function-line)
30677         (ada-last-which-function-subprog, ada-which-function)
30678         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
30679         (ada-gen-treat-proc, ada-check-emacs-version)
30680         (ada-continuation-indent, ada-align-region-separate):
30681         Fix typos in docstrings.
30682         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
30684 2005-06-16  Lute Kamstra  <lute@gnu.org>
30686         * simple.el (fundamental-mode): Run after-change-major-mode-hook
30687         conditionally.
30689 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
30691         * comint.el (comint-replace-by-expanded-filename)
30692         (comint-prompt-regexp, comint-delimiter-argument-list)
30693         (comint-preinput-scroll-to-bottom):
30694         * info.el (Info-hide-cookies-node):
30695         * ls-lisp.el (ls-lisp-classify):
30696         * find-file.el (ff-search-directories, ff-special-constructs)
30697         (ff-find-other-file):
30698         * font-lock.el (font-lock-keywords):
30699         * shell.el (shell-prompt-pattern)
30700         (shell-dynamic-complete-functions, shell-mode)
30701         (shell-delimiter-argument-list):
30702         * term.el (term-replace-by-expanded-filename)
30703         (term-prompt-regexp, term-delimiter-argument-list):
30704         * woman.el (woman-ignore, woman0-if):
30705         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
30706         * emacs-lisp/elint.el (elint-init-env):
30707         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
30708         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
30709         * language/ethio-util.el (ethio-tilde-escape)
30710         (ethio-use-three-dot-question):
30711         * net/zone-mode.el (zone-mode-load-time-setup):
30712         * progmodes/cc-align.el (c-lineup-argcont):
30713         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
30714         * progmodes/cperl-mode.el (cperl-set-style-back):
30715         * progmodes/inf-lisp.el (inferior-lisp-prompt):
30716         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
30717         Fix spellings in docstrings.
30719         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
30720         * progmodes/modula2.el (m2-for): Fix spellings.
30722         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
30724         * simple.el (undo-more): Don't use `format' on `error' arguments.
30725         Improve argument/docstring consistency.
30726         (pending-undo-list): Doc fix.
30728         * smerge-mode.el (smerge-ensure-match):
30729         * emulation/vip.el (vip-ex):
30730         * net/zone-mode.el (zone-mode-update-serial):
30731         * progmodes/idlwave.el (idlwave-complete):
30732         * progmodes/vhdl-mode.el (vhdl-visit-file)
30733         (vhdl-compose-wire-components):
30734         Don't use `format' on `error' arguments.
30736         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
30737         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
30738         (tooltip-help-tips): Fix typos in docstrings.
30740 2005-06-16  David Ponce  <david@dponce.com>
30742         * tree-widget.el (tree-widget-value-create): Simplify last change.
30744 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
30746         * ido.el (ido-incomplete-regexp): New variable.
30747         (ido-set-matches-1): Handle invalid-regexp error and set
30748         ido-incomplete-regexp.
30749         (ido-incomplete-regexp): New face.
30750         (ido-completions): Use it.
30751         (ido-complete, ido-exit-minibuffer, ido-completions):
30752         Handle incomplete regexps.
30753         (ido-completions): Add check for complete match when entering a regexp.
30755 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
30757         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
30759 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30761         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
30762         by field delimiters.
30764 2005-06-15  David Ponce  <david@dponce.com>
30766         * tree-widget.el: eval-and-compile inlined functions so they will
30767         be available at run-time too.
30768         (tree-widget-super-format-handler)
30769         (tree-widget-format-handler): Remove.
30770         (tree-widget-value-create): Handle the :indent property.
30772 2005-06-15  Miles Bader  <miles@gnu.org>
30774         * progmodes/which-func.el (which-func): Only inherit
30775         `font-lock-function-name-face' when that makes sense against the
30776         default mode-line face, otherwise set the face color explicitly.
30778         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
30779         faces instead of (non-existent) variables.
30781 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30783         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
30784         (iswitchb-get-matched-buffers): Likewise.  Simplify.
30786 2005-06-14  Miles Bader  <miles@gnu.org>
30788         * progmodes/ld-script.el (ld-script-location-counter):
30789         Remove "-face" suffix from face name.
30790         (ld-script-location-counter-face):
30791         New backward-compatibility alias for renamed face.
30792         (ld-script-location-counter-face): Use renamed face.
30794         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
30795         (cperl-hash): Remove "-face" suffix from face names.
30796         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
30797         New backward-compatibility aliases for renamed faces.
30798         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
30799         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
30801         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
30802         name.
30803         (which-func-face): New backward-compatibility alias for renamed face.
30804         (which-func-format): Use renamed which-func face.
30806         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
30807         (vhdl-function, vhdl-directive, vhdl-reserved-word)
30808         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
30809         names.
30810         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
30811         (vhdl-speedbar-configuration, vhdl-speedbar-package)
30812         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
30813         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
30814         (vhdl-speedbar-architecture-selected)
30815         (vhdl-speedbar-configuration-selected)
30816         (vhdl-speedbar-package-selected)
30817         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
30818         names.
30819         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
30820         Use renamed faces.
30821         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
30822         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
30823         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
30824         Use renamed faces.
30825         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
30826         names.
30827         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
30828         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
30829         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
30830         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
30831         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
30832         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
30834         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
30835         face name.
30836         (sh-heredoc-face): New backward-compatibility alias for renamed face.
30837         (sh-heredoc-face): Use renamed sh-heredoc face.
30839         * progmodes/idlw-help.el (idlwave-help-link):
30840         Remove "-face" suffix from face name.
30841         (idlwave-help-link-face):
30842         New backward-compatibility alias for renamed face.
30843         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
30845         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
30846         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
30847         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
30848         New backward-compatibility aliases for renamed faces.
30849         (idlwave-shell-disabled-breakpoint-face)
30850         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
30852         * progmodes/flymake.el (flymake-errline, flymake-warnline):
30853         Remove "-face" suffix from face names.
30854         (flymake-errline-face, flymake-warnline-face):
30855         New backward-compatibility aliases for renamed faces.
30856         (flymake-highlight-line): Use renamed flymake faces.
30858         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
30859         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
30860         (ebrowse-member-class, ebrowse-progress):
30861         Remove "-face" suffix from face names.
30862         (ebrowse-tree-mark-face, ebrowse-root-class-face)
30863         (ebrowse-file-name-face, ebrowse-default-face)
30864         (ebrowse-member-attribute-face, ebrowse-member-class-face)
30865         (ebrowse-progress-face):
30866         New backward-compatibility aliases for renamed faces.
30867         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
30868         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
30869         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
30870         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
30872         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
30873         antlr-syntax)
30874         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
30875         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
30876         names.
30877         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
30878         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
30879         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
30880         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
30881         backward-compatibility aliases for renamed faces.
30882         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
30883         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
30884         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
30885         remove "font-lock-".  Use renamed antlr-mode faces.
30886         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
30887         literal face-names with face variable references.
30889         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
30890         face name.
30891         (Buffer-menu-buffer-face): New backward-compatibility alias for
30892         renamed face.
30893         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
30895 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
30897         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
30898         Eliminate "-face" suffix.
30899         (makefile-targets): Inherit from font-lock-function-name-face and
30900         eliminate "-face" suffix.
30901         (makefile-shell): Remove attributes and eliminate "-face" suffix.
30902         (makefile-*-font-lock-keywords): Append makefile-targets in rule
30903         actions, instead of prepending, to make it less visible.
30904         (makefile-previous-dependency, makefile-match-dependency):
30905         Don't match a target on a continuation line.
30907         * files.el (auto-mode-alist): Put Makefile in gmake mode.
30909 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
30911         * progmodes/gdb-ui.el (menu): Re-order menu items.
30912         (gdb-tooltip-print): Respect tooltip-use-echo-area.
30914         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
30915         Define in tooltip.el.
30916         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
30917         (gud-tooltip-tips): Respect tooltip-use-echo-area and
30918         gud-tooltip-echo-area.
30920         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
30921         backward compatibility and make obsolete.
30922         (tooltip-help-tips): Use tooltip-use-echo-area.
30923         (tooltip-show-help-function): Rename to...
30924         (tooltip-show-help): ...this, because it is a function.
30925         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
30927 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
30929         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
30930         (edebug-print-length, edebug-print-level, edebug-print-circle)
30931         (edebug-modify-breakpoint, edebug-eval-last-sexp)
30932         (edebug-eval-print-last-sexp): Doc fixes.
30934 2005-06-14  Kim F. Storm  <storm@cua.dk>
30936         * ido.el (ido-mode): Make a new keymap every time we enable ido,
30937         as the coverage buffer/file/both may change.
30939 2005-06-14  Lute Kamstra  <lute@gnu.org>
30941         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
30942         and run-mode-hooks.  Simplify.
30944         * mail/rmailedit.el (rmail-edit-mode):
30945         * progmodes/octave-inf.el (inferior-octave-mode):
30946         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
30948         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
30949         and run-mode-hooks.
30950         (recentf-edit-list, recentf-open-files): Don't call
30951         kill-all-local-variables directly.
30953         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
30955 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
30957         * emacs-lisp/byte-run.el (make-obsolete)
30958         (define-obsolete-function-alias): Rename arguments FUNCTION and
30959         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
30960         (make-obsolete-variable, define-obsolete-variable-alias):
30961         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
30962         respectively.
30964         * isearchb.el (isearchb-activate):
30965         * pcvs.el (cvs-mode):
30966         * ses.el (ses-load):
30967         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
30968         * net/tramp.el (tramp-find-file-exists-command)
30969         (tramp-find-shell):
30970         * progmodes/ada-mode.el (ada-create-case-exception)
30971         (ada-create-case-exception-substring, ada-make-subprogram-body):
30972         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
30973         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
30974         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
30975         * textmodes/org.el (org-promote, org-evaluate-time-range)
30976         (org-agenda-next-date-line, org-agenda-previous-date-line)
30977         (org-agenda-error, org-open-at-point, org-table-move-row)
30978         (org-format-table-table-html-using-table-generate-source)
30979         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
30980         * textmodes/reftex.el (reftex-access-scan-info):
30981         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
30982         (reftex-toc-promote-prepare): Follow error conventions.
30984         * diff-mode.el (diff-mode): Fix typo in docstring.
30986         * forms.el (forms--intuit-from-file): Fix reference to
30987         `forms-number-of-fields' in error message.
30988         (forms-print): Fix quoting in error message.
30990         * forms.el (forms-mode):
30991         * emulation/vi.el (vi-goto-insert-state):
30992         * progmodes/flymake.el (flymake-new-err-info)
30993         (flymake-start-syntax-check-for-current-buffer)
30994         (flymake-simple-cleanup):
30995         * eshell/esh-var.el (eshell/export):
30996         * progmodes/gud.el (xdb):
30997         * textmodes/flyspell.el (flyspell-incorrect-hook)
30998         (flyspell-maybe-correct-transposition)
30999         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
31001 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
31003         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
31004         minibuffer prompt.
31006 2005-06-13  Kim F. Storm  <storm@cua.dk>
31008         * subr.el (add-to-ordered-list): New defun.
31010         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
31011         add cua--keymap-alist to emulation-mode-map-alists.
31013 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31015         * subr.el (complete-in-turn): New macro.
31016         (dynamic-completion-table, lazy-completion-table): Add debug info.
31018         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
31019         in preference to face aliases.
31021         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
31022         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
31023         Remove unused vars `start' and `firstline'.
31024         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
31025         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
31027 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
31029         * cus-start.el (all): Don't complain about missing GTK-related
31030         variables, unless either `gtk' is boundp or this isn't a
31031         `windows-nt' build.
31033 2005-06-13  Lute Kamstra  <lute@gnu.org>
31035         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31036         run-mode-hooks.
31038         * ediff-mult.el (ediff-meta-mode):
31039         * ediff-util.el (ediff-mode): Use run-mode-hooks.
31041         * ledit.el (ledit-mode): Use delay-mode-hooks.
31043         * woman.el (woman-mode-line-format): Delete constant.
31044         (woman-mode-map): Initialize it properly.
31045         (woman-mode): Set mode-class property to special.
31046         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
31047         Set major-mode and mode-name.  Don't set mode-line-format directly.
31048         (Man-getpage-in-background): Don't reference woman-mode-line-format.
31050         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
31051         string argument obsolete.
31053 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
31055         * textmodes/org.el (org-CUA-compatible): New option.
31056         (org-disputed-keys): New variable.
31057         (org-key): New function.
31058         (orgtbl-make-binding): Add docstring to the created function.
31059         (org-mode): Set paragraph start/separate regexps.
31060         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
31061         (org-archive-location, org-archive-mark-done)
31062         (org-archive-stamp-time): New options.
31063         (org-archive-subtree): New command.
31064         (org-fill-paragraph): New function.
31065         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
31066         (org-fake-empty-table-line): Function removed.
31067         (org-format-org-table-html): Do not create empty table lines at
31068         separator lines.  Improved table header treatment.
31069         (org-link-format): New option.
31070         (org-make-link): New function.
31071         (org-insert-link, org-store-link): Use org-make-link.
31072         (org-open-file): Quote file name for shell command, to allow
31073         spaces in file names.
31074         (org-link-regexp): Fix bug with mailto link.
31075         (org-link-maybe-angles-regexp, org-protected-link-regexp):
31076         New constants.
31077         (org-export-as-html): Deal with the optional angles around a link.
31078         Better treatment of file: links.
31079         (org-open-at-point): Replace @{ and @} with < and >.
31080         (org-run-mode-hooks): Function removed.
31081         (org-agenda-mode): No longer use `org-run-mode-hooks'.
31083 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
31085         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
31086         MI command -data-list-register-values.
31087         (gdb-post-prompt): Indent properly.
31089 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
31091         * hilit-chg.el (highlight-changes-colors): Rename from
31092         `highlight-changes-colours'.
31093         (highlight-changes-colours): Keep as obsolete alias.
31094         (highlight-changes-face-list): Doc fix.
31095         (hilit-chg-make-list): Use `highlight-changes-colors'.
31097 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
31099         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
31100         defun-prompt-regexp.
31102 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
31104         * loadup.el: Don't say we are dumping under 2 names on windows-nt
31105         and cygwin.
31107         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
31108         Don't use an old loaddefs.el, as in Makefile.in.
31110 2005-06-12  Lute Kamstra  <lute@gnu.org>
31112         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31114         * man.el (Man-mode-map): Initialize it properly.
31115         (Man-mode): Set mode-class property to special.
31117         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
31119 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
31121         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
31122         A newline is needed in the docstring there.
31124         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
31125         Doc fixes.
31127 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31129         * printing.el: Doc fix.  The menubar is no more changed when printing
31130         is loaded, it only changes when pr-menu-bind or pr-update-menus is
31131         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
31132         (pr-version): New version number (6.8.4).
31133         (pr-menu-bind): New command.
31134         (pr-update-menus): Docstring and code fix.
31135         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
31136         Docstring fix.
31137         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
31138         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
31140 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
31142         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
31143         "Returns" to "return", document useful return values, etc.
31145 2005-06-11  Alan Mackenzie  <acm@muc.de>
31147         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
31148         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
31149         (adaptive-file-function): Minor amendment to doc-string.
31151 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31153         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
31154         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
31155         Fix :type--it is `integer', not `string'.
31157         * faces.el (modeline-highlight): Rename from (the erroneous)
31158         `modeline-higilight'.
31160 2005-06-11  Lute Kamstra  <lute@gnu.org>
31162         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
31163         lisp-interaction-mode-map but make it the parent.
31164         (edebug-eval-mode): Use define-derived-mode.
31166 2005-06-11  Andreas Schwab  <schwab@suse.de>
31168         * bindings.el: Add binding of `ESC functionkey' for every
31169         `M-functionkey'.
31170         * hexl.el (hexl-mode-map): Likewise.
31172 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
31174         * progmodes/compile.el (compilation-error-regexp-alist-alist)
31175         [msft]: update regexp for newer msft compilers.
31177 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
31179         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
31180         ATTLIST portions of included DTDs.
31181         (xml-parse-dtd): Eliminate use of inefficient match-data.
31183 2005-06-10  Miles Bader  <miles@gnu.org>
31185         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
31186         (mpuz-text): Remove "-face" suffix from face names.
31187         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
31188         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
31189         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
31191         * play/gomoku.el (gomoku-O, gomoku-X):
31192         Remove "-face" suffix from face names.
31193         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
31194         New backward-compatibility aliases for renamed faces.
31195         (gomoku-font-lock-keywords): Use renamed gomoku faces.
31197 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31199         * thumbs.el: Fixes for changes of 2005-06-09.
31200         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
31201         as a directory.
31202         (thumbs-thumbname): Remove directory separator from format string;
31203         `thumbs-thumbsdir' now returns a valid directory name.
31204         (thumbs-temp-dir): New defsubst.
31205         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
31206         Use it.
31208         * cus-edit.el (minibuffer):
31209         * files.el (make-backup-file-name-function):
31210         * filesets.el (filesets-external-viewers):
31211         * hilit-chg.el (highlight-changes-colours)
31212         (highlight-changes-face-list, highlight-changes-rotate-faces):
31213         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
31214         * kmacro.el (kmacro-call-macro):
31215         * log-edit.el (log-edit-changelog-full-paragraphs):
31216         * mouse.el (mouse-1-click-follows-link):
31217         * skeleton.el (skeleton-autowrap):
31218         * subr.el (insert-for-yank-1):
31219         * tempo.el (tempo-insert-region):
31220         * terminal.el (terminal-emulator):
31221         * time.el (display-time-mail-face):
31222         * vc.el (vc-annotate):
31223         * vcursor.el (vcursor-copy-line):
31224         * woman.el (woman-bold-headings, woman-ignore)
31225         (woman-default-faces, woman-monochrome-faces):
31226         * calendar/todo-mode.el (todo-insert-threshold):
31227         * emulation/pc-select.el (pc-select-selection-keys-only)
31228         (pc-selection-mode):
31229         * emulation/vip.el (vip-find-char-forward):
31230         * emulation/viper-cmd.el (viper-find-char-forward):
31231         * international/mule-cmds.el
31232         (select-safe-coding-system-accept-default-p)
31233         (input-method-exit-on-invalid-key):
31234         * international/mule-diag.el (describe-coding-system):
31235         * international/ucs-tables.el (unify-8859-on-encoding-mode):
31236         * net/browse-url.el (browse-url-xterm-program):
31237         * obsolete/lazy-lock.el (lazy-lock-mode):
31238         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
31239         (cperl-mode):
31240         * progmodes/cpp.el (cpp-face-light-name-list)
31241         (cpp-face-dark-name-list):
31242         * progmodes/delphi.el (delphi-newline-always-indents):
31243         Fix spellings in docstrings.
31245         * ido.el (ido-mode, ido-file-extensions-order)
31246         (ido-default-file-method, ido-default-buffer-method)
31247         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
31248         (ido-decorations, ido-read-file-name-as-directory-commands)
31249         (ido-read-file-name-non-ido, ido-work-directory-list)
31250         (ido-ignore-item-temp-list, ido-current-directory)
31251         (ido-magic-forward-char, ido-enter-find-file)
31252         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
31253         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
31255 2005-06-10  Lute Kamstra  <lute@gnu.org>
31257         * play/dunnet.el (dun-mode): Use define-derived-mode.
31258         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
31259         obsolete alias.
31261         * play/doctor.el (doctor-mode-map): Remove defvar.
31262         (doctor-mode): Use define-derived-mode.
31264         * mail/mspools.el (mspools-mode):
31265         * net/eudc-hotlist.el (eudc-hotlist-mode):
31266         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
31268 2005-06-10  Miles Bader  <miles@gnu.org>
31270         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
31271         Remove "-face" suffix from face names.
31272         (flyspell-incorrect-face, flyspell-duplicate-face):
31273         New backward-compatibility aliases for renamed faces.
31274         (flyspell-mode-on, make-flyspell-overlay)
31275         (flyspell-highlight-incorrect-region)
31276         (flyspell-highlight-duplicate-region)
31277         (flyspell-display-next-corrections)
31278         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
31280         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
31281         from face name.
31282         (texinfo-heading-face): New backward-compatibility alias for
31283         renamed face.
31284         (texinfo-heading-face): Use renamed texinfo-heading face.
31286         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
31287         suffix from face names.
31288         (tex-math-face, tex-verbatim-face):
31289         New backward-compatibility aliases for renamed faces.
31290         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
31291         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
31292         literal face name.
31294         * textmodes/table.el (table-cell): Remove "-face" suffix from face
31295         name.
31296         (table-cell-face): New backward-compatibility alias for renamed face.
31297         (table--put-cell-face-property, table--update-cell-face):
31298         Use renamed table-cell face.
31300         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
31301         from face name.
31302         (sgml-namespace-face): New backward-compatibility alias for
31303         renamed face.
31304         (sgml-namespace-face): Use renamed sgml-namespace face.
31306         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
31307         (org-level-4, org-level-5, org-level-6, org-level-7)
31308         (org-level-8, org-warning, org-headline-done)
31309         (org-deadline-announce, org-scheduled-today)
31310         (org-scheduled-previously, org-link, org-done, org-table)
31311         (org-time-grid): Remove "-face" suffix from face names.
31312         (org-level-1-face, org-level-2-face, org-level-3-face)
31313         (org-level-4-face, org-level-5-face, org-level-6-face)
31314         (org-level-7-face, org-level-8-face, org-warning-face)
31315         (org-headline-done-face, org-deadline-announce-face)
31316         (org-scheduled-today-face, org-scheduled-previously-face)
31317         (org-link-face, org-done-face, org-table-face)
31318         (org-time-grid-face):
31319         New backward-compatibility aliases for renamed faces.
31320         (org-level-faces, org-set-font-lock-defaults, org-timeline)
31321         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
31322         (org-agenda-get-timestamps, org-agenda-get-scheduled)
31323         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
31325         * emulation/viper-init.el (viper-search, viper-replace-overlay)
31326         (viper-minibuffer-emacs, viper-minibuffer-insert)
31327         (viper-minibuffer-vi): Remove "-face" suffix from face names.
31328         (viper-search-face, viper-replace-overlay-face)
31329         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31330         (viper-minibuffer-vi-face):
31331         New backward-compatibility aliases for renamed faces.
31332         (viper-search-face, viper-replace-overlay-face)
31333         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31334         (viper-minibuffer-vi-face): Use renamed viper faces.
31336         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
31337         Remove "-face" suffix from face names.
31338         (testcover-nohits-face, testcover-1value-face):
31339         New backward-compatibility aliases for renamed faces.
31340         (testcover-mark): Use renamed testcover faces.
31342         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
31343         face name.
31344         (diary-button-face): New backward-compatibility alias for renamed face.
31345         (diary-entry): Use renamed diary-button face.
31347         * calendar/calendar.el (diary, calendar-today, holiday)
31348         (mark-visible-calendar-date): Remove "-face" suffix from face names.
31349         (diary-face, calendar-today-face, holiday-face):
31350         New backward-compatibility aliases for renamed faces.
31351         (eval-after-load "facemenu", diary-entry-marker)
31352         (calendar-today-marker, calendar-holiday-marker, diary-face):
31353         Use renamed calendar faces.
31355         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
31356         (compare-windows-face): New backward-compatibility alias for
31357         renamed face.
31358         (compare-windows-highlight): Use renamed compare-windows face.
31360         * strokes.el (strokes-char): Remove "-face" suffix from face name.
31361         (strokes-char-face): New backward-compatibility alias for renamed face.
31362         (strokes-encode-buffer): Use renamed strokes-char face.
31364         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
31365         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
31366         Remove "-face" suffix from face names.
31367         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
31368         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
31369         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
31370         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
31371         Use renamed pcvs faces.
31372         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
31373         * pcvs-defs.el (cvs-mode-map): Likewise.
31374         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
31376         * info.el (info-title-1, info-title-2, info-title-3)
31377         (info-title-4): Remove "-face" suffix from and downcase face names.
31378         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
31379         (Info-title-4-face):
31380         New backward-compatibility aliases for renamed faces.
31381         (Info-fontify-node): Use renamed info faces.
31383         * hilit-chg.el (highlight-changes, highlight-changes-delete):
31384         Remove "-face" suffix from face names.
31385         (highlight-changes-face, highlight-changes-delete-face):
31386         New backward-compatibility aliases for renamed faces.
31387         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31388         (hilit-chg-make-list): Use renamed highlight-changes faces.
31390         * generic-x.el (show-tabs-tab, show-tabs-space):
31391         Remove "-face" suffix from face names.
31392         (show-tabs-tab-face, show-tabs-space-face):
31393         New backward-compatibility aliases for renamed faces.
31394         (show-tabs-generic-mode-font-lock-defaults-1)
31395         (show-tabs-generic-mode-font-lock-defaults-2):
31396         Use renamed show-tabs faces.
31398         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
31399         (smerge-markers): Remove "-face" suffix from face names.
31400         (smerge-mine-face, smerge-other-face, smerge-base-face)
31401         (smerge-markers-face):
31402         New backward-compatibility aliases for renamed faces.
31403         (smerge-mine-face, smerge-other-face, smerge-base-face)
31404         (smerge-markers-face): Use renamed smerge faces.
31406         * log-view.el (log-view-file, log-view-message): Remove "-face"
31407         suffix from face names.
31408         (log-view-file-face, log-view-message-face):
31409         New backward-compatibility aliases for renamed faces.
31410         (log-view-file-face, log-view-message-face): Use renamed log-view
31411         faces.
31413         * paren.el (show-paren-match, show-paren-mismatch):
31414         Remove "-face" suffix from face names.
31415         (show-paren-match-face, show-paren-mismatch-face):
31416         New backward-compatibility aliases for renamed faces.
31417         (show-paren-function): Use renamed show-paren faces.
31419         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
31420         (ruler-mode-margins, ruler-mode-fringes)
31421         (ruler-mode-column-number, ruler-mode-fill-column)
31422         (ruler-mode-comment-column, ruler-mode-goal-column)
31423         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
31424         suffix from face names.
31425         (ruler-mode-default-face, ruler-mode-pad-face)
31426         (ruler-mode-margins-face, ruler-mode-fringes-face)
31427         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
31428         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
31429         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
31430         New backward-compatibility aliases for renamed faces.
31431         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
31432         (ruler-mode-column-number, ruler-mode-fill-column)
31433         (ruler-mode-comment-column, ruler-mode-goal-column)
31434         (ruler-mode-tab-stop, ruler-mode-current-column)
31435         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
31436         faces.
31438         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
31439         face name.
31440         (whitespace-highlight-the-space): Use renamed face.
31441         (whitespace-highlight-face): New backward-compatibility alias for
31442         renamed face.
31444         * woman.el (woman-italic, woman-bold, woman-unknown)
31445         (woman-addition, woman-symbol-face):
31446         Remove "-face" suffix from face names.
31447         (woman-italic-face, woman-bold-face, woman-unknown-face)
31448         (woman-addition-face):
31449         New backward-compatibility aliases for renamed faces.
31450         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
31451         (woman-decode-region, woman-replace-match)
31452         (woman-display-extended-fonts, woman-special-characters)
31453         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
31454         Use renamed woman faces.
31456         * longlines.el (longlines-visible-face): Face removed.
31458         * diff-mode.el (diff-header, diff-file-header, diff-index)
31459         (diff-hunk-header, diff-removed, diff-added, diff-changed)
31460         (diff-function, diff-context, diff-nonexistent): Remove "-face"
31461         suffix from face names.
31462         (diff-header-face, diff-file-header-face, diff-index-face)
31463         (diff-hunk-header-face, diff-removed-face, diff-added-face)
31464         (diff-changed-face, diff-function-face, diff-context-face)
31465         (diff-nonexistent-face): New backward-compatibility aliases for
31466         renamed faces.
31467         (diff-header-face, diff-file-header-face)
31468         (diff-index, diff-index-face, diff-hunk-header)
31469         (diff-hunk-header-face, diff-removed, diff-removed-face)
31470         (diff-added, diff-added-face, diff-changed-face, diff-function)
31471         (diff-function-face, diff-context-face, diff-nonexistent)
31472         (diff-nonexistent-face): Use renamed diff-mode faces.
31474         * progmodes/compile.el (compilation-warning-face)
31475         (compilation-info-face): Remove "-face" suffix from face names.
31476         (compilation-warning-face, compilation-info-face):
31477         New backward-compatibility aliases for renamed faces.
31478         (compilation-warning-face, compilation-info-face):
31479         Use renamed compilation faces.
31481         * add-log.el (change-log-date, change-log-name)
31482         (change-log-email, change-log-file, change-log-list)
31483         (change-log-conditionals, change-log-function)
31484         (change-log-acknowledgement): Remove "-face" suffix from face names.
31485         (change-log-date-face, change-log-name-face)
31486         (change-log-email-face, change-log-file-face)
31487         (change-log-list-face, change-log-conditionals-face)
31488         (change-log-function-face, change-log-acknowledgement-face):
31489         New backward-compatibility aliases for renamed faces.
31490         (change-log-font-lock-keywords): Use renamed change-log faces.
31492         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
31493         (custom-set, custom-changed, custom-saved, custom-button)
31494         (custom-button-pressed, custom-documentation, custom-state)
31495         (custom-comment, custom-comment-tag, custom-variable-tag)
31496         (custom-variable-button, custom-face-tag, custom-group-tag-1)
31497         (custom-group-tag): Remove "-face" suffix from face names.
31498         (custom-magic-alist, custom-magic-value-create)
31499         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
31500         (custom-invalid-face, custom-rogue-face, custom-modified-face)
31501         (custom-set-face, custom-changed-face, custom-saved-face)
31502         (custom-button-face, custom-button-pressed-face)
31503         (custom-documentation-face, custom-state-face)
31504         (custom-comment-face, custom-comment-tag-face)
31505         (custom-variable-tag-face, custom-variable-button-face)
31506         (custom-face-tag-face, custom-group-tag-face-1)
31507         (custom-group-tag-face):
31508         New backward-compatibility aliases for renamed faces.
31510         * wid-edit.el (widget-documentation, widget-button)
31511         (widget-field, widget-single-line-field, widget-inactive)
31512         (widget-button-pressed): "-face" suffix removed from face names.
31513         (widget-documentation-face, widget-button-face)
31514         (widget-field-face, widget-single-line-field-face)
31515         (widget-inactive-face, widget-button-pressed-face):
31516         New backward-compatibility aliases for renamed faces.
31517         (widget-documentation-face, widget-button-face)
31518         (widget-button-pressed-face, widget-specify-field)
31519         (widget-specify-inactive): Use renamed widget faces.
31521 2005-06-10  Kenichi Handa  <handa@m17n.org>
31523         * term/x-win.el (x-clipboard-yank): Remove condition-case
31524         wrapping.
31526 2005-06-11  Kenichi Handa  <handa@m17n.org>
31528         * add-log.el (change-log-font-lock-keywords): Make the regexp for
31529         date lines stricter.
31531 2005-06-10  Zhang Wei  <id.brep@gmail.com>
31533         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
31534         of x-get-selection.
31536 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31538         * comint.el (comint-mode, comint-snapshot-last-prompt):
31539         * frame.el (frame-current-scroll-bars):
31540         * term.el (term-mode, term-check-proc, term-input-sender)
31541         (term-simple-send, term-extract-string, term-word)
31542         (term-match-partial-filename):
31543         * window.el (window-current-scroll-bars):
31544         * emulation/cua-base.el (cua-normal-cursor-color)
31545         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
31546         (cua-global-mark-cursor-color):
31547         * mail/undigest.el (rmail-forward-separator-regex):
31548         Fix typos in docstrings.
31550         * comint.el (comint-check-proc, make-comint-in-buffer)
31551         (comint-source-default): Doc fixes.
31553         * term.el (term-send-string): Improve argument/docstring consistency.
31555 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
31557         * comint.el (comint-send-input): Bind `inhibit-read-only' around
31558         call to `delete-region'.
31559         (comint-mode-hook): Do not enable Font Lock by default.
31561 2005-06-09  Lute Kamstra  <lute@gnu.org>
31563         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
31564         could be void.
31566 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31568         * emacs-lisp/debug.el (debugger-will-be-back): New var.
31569         (debug): Use it.
31570         (debugger-step-through, debugger-continue, debugger-jump)
31571         (debugger-return-value): Set it when needed.
31572         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
31573         Use inhibit-read-only.
31575 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
31577         * window.el (shrink-window-if-larger-than-buffer)
31578         (window-size-fixed): Fix typo in docstring.
31580         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
31581         thumbnails directory on loading.
31582         (thumbs-conversion-program): Use `eq' to check the system type,
31583         not `equal'.
31584         (thumbs-temp-dir): Initialize to `temporary-file-directory',
31585         not "/tmp".  Fix docstring.
31586         (thumbs-thumbsdir): New function to return the thumbnails
31587         directory, creating it if needed.
31588         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
31589         (thumbs-temp-file): Delete variable and make it into a function.
31590         (thumbs-resize-image, thumbs-modify-image): Use it.
31591         (thumbs-kill-buffer): Simplify.
31592         (thumbs-gensym): Defalias or duplicate CL `gensym'.
31593         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
31594         docstrings.
31596 2005-06-09  Kim F. Storm  <storm@cua.dk>
31598         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31599         set-match-data to free markers in match-data.
31601         * replace.el (replace-match-data): Pass RESEAT arg `t' to
31602         match-data to unchain markers in match-data.
31604 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31606         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
31607         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
31608         unnecessary now.
31610 2005-06-08  Richard M. Stallman  <rms@gnu.org>
31612         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
31613         give the variable a doc string that doesn't say don't set it directly.
31615         * textmodes/ispell.el (ispell-check-version):
31616         Use match-string-no-properties.
31617         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
31618         (ispell-buffer-local-words): Likewise.
31620         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
31621         except on terminals with enough colors to really display it.
31622         (makefile-dependency-regex): Delete spurious `bb'.
31624         * faces.el (escape-glyph): Use blue once again in last case.
31625         (no-break-space): Redefine so that it isn't invisible on a tty.
31627 2005-06-08  Kim F. Storm  <storm@cua.dk>
31629         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
31630         also when reading directory name.
31632 2005-06-08  Lute Kamstra  <lute@gnu.org>
31634         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
31635         (flyspell-mode-line-string): Remove autoload cookie.
31636         (flyspell-mode): Remove defvar.
31638 2005-06-07  Lute Kamstra  <lute@gnu.org>
31640         * textmodes/org.el (org-run-mode-hooks): New function.
31641         (org-agenda-mode): Use it.
31643 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
31645         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
31647 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31649         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
31651 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
31653         * font-lock.el (font-lock-add-keywords): Doc fix.
31655 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31657         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
31658         (tex-compile-default): In the absence of any history, use the order in
31659         tex-compile-alist to choose the preferred command.
31660         (tex-compile-commands): Reorder a bit.
31662         * textmodes/flyspell.el (flyspell-auto-correct-binding)
31663         (flyspell-incorrect-face, flyspell-duplicate-face):
31664         Use (X)Emacs-agnostic code.
31665         (flyspell-mode-map): Don't overwrite at each load.  Remove code
31666         redundant with the subsequent add-minor-mode.  Merge Emacs and
31667         XEmacs code.
31668         (flyspell-word): Minor simplification.
31669         (flyspell-math-tex-command-p): Quieten the byte-compiler.
31670         (flyspell-external-point-words): Remove unused vars `size' and `start'.
31671         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
31672         Merge the corresponding Emacs code.
31673         (flyspell-correct-word, flyspell-xemacs-popup):
31674         Use flyspell-do-correct.
31676         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
31677         a dedicated window.
31679         * international/latexenc.el (latexenc-find-file-coding-system):
31680         Undo part of last patch, to turn off a compiler warning.
31682 2005-06-06  Juri Linkov  <juri@jurta.org>
31684         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
31685         Rename `tmm-inactive-face' to `tmm-inactive'.
31687 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
31689         * iswitchb.el: Rename faces.
31691 2005-06-06  Kim F. Storm  <storm@cua.dk>
31693         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
31694         (cua-global-mark): Remove -face suffix from face names.
31696         * emulation/cua-gmrk.el (cua--init-global-mark):
31697         Remove cua-global-mark face setup.
31699 2005-06-06  Richard M. Stallman  <rms@gnu.org>
31701         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
31702         just like other allowed characters.
31703         (makefile-match-dependency): Exclude leading and training whitespace
31704         from the range of regexp subexp 1.
31705         (makefile-macroassign-regex): Don't try to match the body,
31706         just the name of the macro being defined.
31708         * info.el (Info-read-node-name-2): New function.
31709         (Info-read-node-name-1): Use that.
31710         Add a completion-base-size-function property.
31712         * simple.el (completion-setup-function): Look for
31713         completion-base-size-function property of minibuffer-completion-table.
31715         * files.el (locate-file-completion): Doc fix.
31717         * printing.el: Don't call pr-update-menus; user must do that.
31719         * emacs-lisp/debug.el (debugger-window): New variable.
31720         (debug): Use debugger-window if it is set and still alive.
31721         Record debugger-window for next entry.
31723         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
31725 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
31727         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31728         (hack-one-local-variable, hack-local-variables)
31729         (hack-local-variables-prop-line): Pass that arg.
31731 2005-06-06  Kim F. Storm  <storm@cua.dk>
31733         * ido.el (ido-first-match, ido-only-match, ido-subdir)
31734         (ido-indicator): Remove -face suffix from face names.
31736 2005-06-06  Juri Linkov  <juri@jurta.org>
31738         * font-lock.el (font-lock-regexp-backslash)
31739         (font-lock-regexp-backslash-construct): New faces.
31740         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
31741         after `('.  Add `while-no-input' to control structures.
31743         * faces.el (no-break-space, shadow): New faces.
31744         (escape-glyph): Use less loud colors pink2 and red4.
31746         * diff-mode.el (diff-context-face)
31747         * dired.el (dired-ignored)
31748         * rfn-eshadow.el (file-name-shadow)
31749         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
31751         * info.el (Info-title-1-face): Use green instead of yellow because
31752         bold yellow is not readable on light backgrounds.
31754         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
31755         before selecting the desired mode to not spend time fontifying
31756         old contents.
31758 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
31760         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
31761         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
31763         * ps-print.el (ps-default-fg, ps-default-bg):
31764         Fix typos in docstrings.
31766         * isearchb.el (isearchb): Don't pass a spurious second argument to
31767         `iswitchb-completions'.
31769 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
31771         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
31772         to preserve point.
31773         (gdb-find-file-hook): Add doc string.
31775         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
31776         C dereferenced pointer expression.
31777         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
31779         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
31781         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
31782         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
31783         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
31784         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
31785         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
31786         Make background transparent.
31788 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
31790         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
31791         (font-lock-remove-keywords): Doc fix.
31792         (font-lock-mode-major-mode): Compiler defvar.
31793         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
31795         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
31796         (font-lock-mode): Update `font-lock-mode-major-mode'.
31797         (font-lock-set-defaults): Compiler defvar.
31798         (font-lock-default-function): Take `font-lock-mode-major-mode'
31799         into account.
31801         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
31802         keep track of which major mode it enabled the minor mode for.
31803         Use find-file-hook again.  Update docstring.
31805         * simple.el (eval-expression-print-level)
31806         (eval-expression-print-length, eval-expression-debug-on-error):
31807         Doc fixes.
31809 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
31811         * iswitchb.el (iswitchb-single-match-face)
31812         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
31813         (iswitchb-invalid-regexp-face): New faces.
31814         (iswitchb-completions): Use them.
31815         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
31816         now marked as an obsolete alias.
31817         (iswitchb-read-buffer): Remove check for bound font variables.
31818         (iswitchb-invalid-regexp): New free variable.
31819         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
31820         set iswitchb-invalid-regexp.
31821         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
31822         invalid regexps.
31823         (iswitchb-completions): Add check for complete match when entering
31824         a regexp.
31825         (iswitchb-completions): Remove require-match argument.
31826         (iswitchb-exhibit): Fix caller.
31827         (iswitchb-common-match-inserted): New variable.
31828         (iswitchb-complete, iswitchb-completion-help): Use it.
31830 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
31832         * url/url-http.el (url-http-chunked-encoding-after-change-function):
31833         Use `url-http-debug' instead of `message'.
31835 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
31837         * url/url-http.el (url-http-parse-headers): Pass redirected URL
31838         as a callback argument.
31840 2005-06-04  Kim F. Storm  <storm@cua.dk>
31842         * simple.el (line-move): Only call sit-for when moving backwards.
31844         * ido.el (ido-make-merged-file-list-1): New defun split from
31845         ido-make-merged-file-list.
31846         (ido-make-merged-file-list): Bind throw-on-input around call to
31847         ido-make-merged-file-list-1.  Return input-pending-p if
31848         interrupted by more input available.
31849         (ido-read-internal): Handle input-pending-p return value from
31850         ido-make-merged-file-list.
31852 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31854         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
31855         compatibility code.
31857         * international/latexenc.el (latexenc-find-file-coding-system):
31858         Don't inherit the EOL part of the coding-system from the
31859         tex-main buffer.  Fit within 80 columns.
31861 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
31863         * tmm.el (tmm-inactive-face): New face.
31864         (tmm-remove-inactive-mouse-face): New function.
31865         (tmm-prompt, tmm-add-one-shortcut)
31866         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
31867         but not selectable.
31869 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
31871         * faces.el (face-equal): Improve argument/docstring consistency.
31873 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
31875         * progmodes/make-mode.el (makefile-targets-face)
31876         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
31877         (makefile-bsdmake-dependency-regex)
31878         (makefile-makepp-rule-action-regex)
31879         (makefile-bsdmake-rule-action-regex): New constants.
31880         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
31882         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31883         Allow (...) within `...' for makepp messages.
31885 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
31887         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
31889         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
31890         "." files are deleted from all file lists before comparison.
31892         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
31893         (viper-ESC-key): Made them customizable.
31895         * emulation/viper.el (viper-non-hook-settings):
31896         Fix the names of defadvices.
31898 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
31900         * autorevert.el (auto-revert-buffers): Use save-match-data.
31902 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31904         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
31905         menu items with a nil command binding.
31907 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
31909         * emacs-lisp/cl-macs.el (defsetf):
31910         Improve argument/docstring consistency.
31912         * faces.el (list-faces-display): Improve the formatting by
31913         computing the maximum length required for any face-name (reworked
31914         patch of 1999-01-11, accidentally deleted on 1999-07-21).
31915         (internal-find-face): Remove redundant info in docstring.
31917 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
31919         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
31920         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
31921         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
31922         (gdb-assembler-custom): Improve regexps.
31923         (def-gdb-auto-update-handler): Use window point to preserve point.
31925 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31927         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
31929 2005-05-31  Jay Belanger  <belanger@truman.edu>
31931         * calc/calc-embed.el (calc-embedded-word): Change argument passed
31932         to calc-embedded.
31933         (calc-embedded-make-info): Have plain prefix argument select
31934         entire line.
31936 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
31938         * faces.el (list-faces-display): Signal error if passed a regexp
31939         that matches no face name.
31941         * simple.el (filter-buffer-substring): Fix typo in docstring.
31943 2005-05-31  Richard M. Stallman  <rms@gnu.org>
31945         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
31946         (vhdl-emacs-21): Doc fix.
31947         (vhdl-mode): Unconditionally set comment-padding.
31948         (vhdl-fixup-whitespace-region): Insert spaces only where
31949         there are none.
31950         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
31952 2005-05-30  John Wiegley  <johnw@newartisans.com>
31954         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
31955         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
31956         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
31957         `directory-sep-char' to ?/, and all uses of `string-to-int' to
31958         `string-to-number'.
31960 2005-05-30  Jay Belanger  <belanger@truman.edu>
31962         * calc/calc.el (calc-bug-address): Fix docstring.
31963         (calc-window-hook, calc-trail-window-hook): New variables.
31964         (calc-trail-display): Restore use of calc-trail-window-hook.
31965         (calc): Restore use of calc-window-hook.
31967 2005-05-31  Masatake YAMATO  <jet@gyve.org>
31969         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
31971         * help-fns.el (help-C-file-name): Add autoload mark for
31972         `find-function-noselect'.
31974 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
31976         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
31977         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
31979 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31981         * calendar/diary-lib.el (mark-included-diary-files): Only kill
31982         included diary buffer if it was not already being visited.
31983         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
31985         * calendar/icalendar.el (top-level): Do not require appt.
31987         * mail/supercite.el (sc-select-attribution): Only use a list
31988         element from sc-attrib-selection-list if it returns a string.
31989         Reported by Davide G. M. Salvetti <salve@debian.org>.
31991 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
31993         * thumbs.el (thumbs-thumbname): The resulting thumbname now
31994         includes a hash value to improve its uniqueness, and has a ".jpg"
31995         extension.  Also, it is now a valid filename on all systems.
31996         (thumbs-make-thumb): Use `let', not `let*'.
31997         (thumbs-show-thumbs-list): Check for JPEG availability.
31999 2005-05-30  Richard M. Stallman  <rms@gnu.org>
32001         * filesets.el (filesets-menu-ensure-use-cached):
32002         Prevent warning when emacs-version>= is undefined.
32004         * printing.el (pr-interactive-n-up): Use string-to-number.
32006         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
32008         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
32009         Warn only when name to be defined is quoted.
32011 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
32013         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
32014         Make regexp more robust.
32015         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
32016         Force regeneration of disassembly.
32018 2005-05-29  Jay Belanger  <belanger@truman.edu>
32020         * calc/calc.el (calc-user-invocation): Check if
32021         calc-invocation-macro is non-nil.
32023 2005-05-29  Juri Linkov  <juri@jurta.org>
32025         * add-log.el (change-log-font-lock-keywords):
32026         Add `+' to e-mail regexp to accept mail address with keywords.
32028         * man.el (Man-name-regexp): Add `:' to accept qualified names.
32030 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
32032         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
32034         * ielm.el (inferior-emacs-lisp-mode): Ditto.
32036 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32038         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32039         Undo the change that moves to end of the current word.
32041 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32043         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
32044         Throw error when count <= 0 to ensure input is a number.
32045         (gdb-read-memory-custom): Pick up address from buffer.
32046         (gdb-memory-mode): Allow user to increment and decrement
32047         memory address from header line.
32049 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32051         * textmodes/flyspell.el (flyspell-version): Function deleted.
32052         (flyspell-auto-correct-previous-hook): Doc fix.
32054         * jit-lock.el (jit-lock-function, jit-lock-after-change):
32055         Do nothing if memory is full.
32057         * font-lock.el (font-lock-fontify-syntactically-region):
32058         Pass t for GREEDY to looking-back.
32060         * saveplace.el (save-place-alist-to-file): Write the file
32061         using write-region.
32063         * subr.el (looking-back): New argument GREEDY.
32065         * progmodes/compile.el (compilation-start): Set the mode
32066         before inserting the initial text.
32068         * progmodes/which-func.el (which-func-update-1): Turn the mode
32069         off in case of error by setting which-func-mode.
32071 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
32073         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32074         Narrow down to what's on the screen, and recenter overlays
32075         at the end of the next word.
32077 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
32079         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
32080         8Vars moved up.
32081         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
32082         (flyspell-abbrev-p): Default to nil.
32083         (flyspell-use-global-abbrev-table-p): Doc fix.
32084         (flyspell-large-region): Allow nil as value.
32085         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
32087         (mail-mode-flyspell-verify): More robust handling
32088         of `mail-header-separator'.  More efficient signature detection.
32089         Allow for regexp metacharacters in message-header-separator.
32090         Adding `To' not to be checked in mail-mode-flyspell-verify.
32092         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
32093         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
32094         Bind flyspell-auto-correct-binding.
32095         Bind C-. and C-, .
32096         (flyspell-mode-map): Likewise.
32097         (flyspell-mode): Doc fix.
32098         (flyspell-accept-buffer-local-defs): Preserve current buffer.
32099         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
32100         (flyspell-word-cache-result): New var, always local.
32101         (flyspell-check-pre-word-p): Doc fix.
32102         (flyspell-check-changed-word-p): Handle spc like newline.
32103         (flyspell-post-command-hook): Set flyspell-word-cache-result.
32104         (flyspell-word-search-backward, flyspell-word-search-forward):
32105         New functions.
32106         (flyspell-word): Return t if nothing to check.
32107         When parsing TeX code, check for after } or \.
32108         Use flyspell-word-search-backward to find previous word.
32109         Return nil if duplicated word.
32110         For word already checked, return same value as last time.
32111         Set flyspell-word-cache-result after checking.
32112         Don't clobber the return value.
32113         (flyspell-get-word): Major rewrite.
32114         (flyspell-external-point-words): New locals pword, pcount.
32115         Fix size used in progress message.
32116         Find the proper corresponding word in flyspell-large-region-buffer.
32117         (flyspell-region): Check for flyspell-large-region = nil.
32118         (flyspell-highlight-incorrect-region): Clean up overlays in region.
32119         (flyspell-auto-correct-word): Check that WORD is a cons.
32120         (flyspell-correct-word): Likewise.
32122 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
32124         * progmodes/make-mode.el (makefile-rule-action-regex)
32125         (makefile-macroassign-regex, makefile-makepp-mode)
32126         (makefile-bsdmake-mode): Continuation lines may be empty.
32127         Reported by Joshua Varner.
32128         (makefile-makepp-font-lock-keywords): Add $(stem).
32130 2005-05-28  Karl Berry  <karl@gnu.org>
32132         * textmodes/tex-mode.el: Now that tex-send-command calls
32133         shell-quote-argument (2005-03-31 change), remove all calls to
32134         shell-quote-argument; they all end up invoking tex-send-command.
32135         The double quoting loses on filenames with non-safe characters,
32136         such as "@".  Reported by Frederik Fouvry.
32138 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32140         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
32141         about preserving point.
32143 2005-05-27  Jay Belanger  <belanger@truman.edu>
32145         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
32146         Info-goto-node.
32148         * calc/calc-embed.el (calc-embed-arg): New variable.
32149         (calc-do-embedded-activate, calc-embedded-activate-formula)
32150         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
32151         variable by new variable.
32152         (calc-embedded-make-info): Replace undeclared variable by new
32153         variable.  When selecting region with positive prefix
32154         argument, use end of previous line instead of beginning of line.
32156         * calc/calc-aent.el (calc-arg-values): Declare it.
32158         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
32159         Declare them.
32161         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
32163         * calc/calc.el (calc-alg-map): Declare it.
32165         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
32167 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
32169         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
32170         (gdb-registers-buffer, toggle-gdb-all-registers):
32171         Toggle display of floating point registers.
32172         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
32174         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
32175         (toggle-gud-tooltip-dereference):
32176         Rename from gud-toggle-tooltip-dereference.
32178 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32180         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
32182 2005-05-27  Jay Belanger  <belanger@truman.edu>
32184         * calc/calc-prog.el (calc-kbd-report): Remove.
32185         (calc-kbd-query): Rewrite.
32187 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
32189         * image.el (image-library-alist): Move to image.c.
32190         (image-type-available-p): Doc fix.
32192 2005-05-27  Lute Kamstra  <lute@gnu.org>
32194         * calc/calc.el (calc):
32195         * outline.el (outline-1, outline-2, outline-3, outline-4)
32196         (outline-5, outline-6, outline-7, outline-8):
32197         * textmodes/dns-mode.el (dns-mode):
32198         * textmodes/sgml-mode.el (sgml-namespace-face):
32199         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
32200         (tex-verbatim-face, tex-use-reftex):
32201         * textmodes/texinfo.el (texinfo-heading-face):
32202         Specify customization group.
32204         * longlines.el: Don't require easy-mmode.
32205         (longlines-visible-face): Specify customization group.
32207 2005-05-27  Kenichi Handa  <handa@m17n.org>
32209         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
32210         encoding table of windows-1251.
32212         * international/ucs-tables.el (ucs-set-table-for-input):
32213         If translation-table-for-input of a coding system is a symbol, get
32214         its translation-table property.
32216         * international/code-pages.el: Don't register a coding system into
32217         non-iso-charset-alist more than once.
32218         (cp-make-coding-system): Likewise.
32220 2005-05-26  John Wiegley  <johnw@newartisans.com>
32222         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
32223         `eshell-resume-eval' is wrapped in a list, it indicates that the
32224         command was run asynchronously.  In that case, unwrap the value
32225         before checking the delimiter value.
32227         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
32228         character before a space at the end of a line is \, assume the space
32229         is part of the last argument rather than a final argument separator.
32231         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
32232         is in use, and the target is `t' or `nil' (which are the most common
32233         values), don't assume that the symbol target is a buffer.
32235 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
32237         * calendar/calendar.el (calendar-mode-line-format):
32238         Use mode-line-highlight as mouse-face.
32240         * time.el (display-time-string-forms, display-time-update):
32241         Use mode-line-highlight as mouse-face.
32243 2005-05-26  Jay Belanger  <belanger@truman.edu>
32245         * calc/calc.el (calc-language-alist): Remove extra defvar.
32247 2005-05-26  Lute Kamstra  <lute@gnu.org>
32249         * arc-mode.el (archive-mode):
32250         * bookmark.el (bookmark-read-annotation-mode)
32251         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
32252         * bs.el (bs-mode):
32253         * calc/calc-yank.el (calc-edit-mode):
32254         * calc/calc.el (calc-mode, calc-trail-mode):
32255         * calculator.el (calculator-mode):
32256         * chistory.el (command-history-mode):
32257         * comint.el:
32258         * cus-edit.el (custom-mode):
32259         * descr-text.el (describe-text-mode):
32260         * ebuff-menu.el (Electric-buffer-menu-mode):
32261         * ediff-util.el (ediff-mode):
32262         * emacs-lisp/re-builder.el (reb-mode):
32263         * emulation/vi.el (vi-mode-setup):
32264         * emulation/ws-mode.el (wordstar-mode):
32265         * eshell/esh-mode.el (eshell-mode):
32266         * forms.el (forms-mode):
32267         * help-mode.el (help-mode):
32268         * hexl.el (hexl-mode):
32269         * ibuffer.el (ibuffer-mode):
32270         * ielm.el (inferior-emacs-lisp-mode):
32271         * info.el (Info-mode, Info-edit-mode):
32272         * international/swedish.el:
32273         * ledit.el (ledit-from-lisp-mode):
32274         * locate.el (locate-mode):
32275         * mail/rmail.el (rmail-mode):
32276         * mail/rmailedit.el (rmail-edit-mode):
32277         * mail/rmailsum.el (rmail-summary-mode):
32278         * mail/supercite.el (sc-electric-mode):
32279         * net/eudc.el (eudc-mode):
32280         * net/quickurl.el (quickurl-list-mode):
32281         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
32282         * obsolete/ooutline.el (outline-mode):
32283         * obsolete/options.el (Edit-options-mode):
32284         * obsolete/rnews.el (news-mode):
32285         * obsolete/rnewspost.el (news-reply-mode):
32286         * play/5x5.el (5x5-mode):
32287         * play/decipher.el (decipher-mode, decipher-stats-mode):
32288         * play/gomoku.el (gomoku-mode):
32289         * play/snake.el (snake-mode):
32290         * play/solitaire.el (solitaire-mode):
32291         * play/tetris.el (tetris-mode):
32292         * progmodes/ada-mode.el (ada-mode):
32293         * progmodes/antlr-mode.el (antlr-mode):
32294         * progmodes/autoconf.el (autoconf-mode):
32295         * progmodes/dcl-mode.el (dcl-mode):
32296         * progmodes/delphi.el (delphi-mode):
32297         * progmodes/ebrowse.el (ebrowse-tree-mode)
32298         (ebrowse-electric-list-mode, ebrowse-member-mode)
32299         (ebrowse-electric-position-mode):
32300         * progmodes/f90.el (f90-mode):
32301         * progmodes/fortran.el (fortran-mode):
32302         * progmodes/icon.el (icon-mode):
32303         * progmodes/idlw-help.el (idlwave-help-mode):
32304         * progmodes/idlw-shell.el (idlwave-shell-mode):
32305         * progmodes/idlwave.el (idlwave-mode):
32306         * progmodes/inf-lisp.el (inferior-lisp-mode):
32307         * progmodes/m4-mode.el (m4-mode):
32308         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
32309         * progmodes/modula2.el (modula-2-mode):
32310         * progmodes/octave-inf.el (inferior-octave-mode):
32311         * progmodes/octave-mod.el (octave-mode):
32312         * progmodes/pascal.el (pascal-mode):
32313         * progmodes/sh-script.el (sh-mode):
32314         * progmodes/sql.el (sql-mode, sql-interactive-mode):
32315         * progmodes/vhdl-mode.el (vhdl-mode):
32316         * progmodes/xscheme.el (scheme-interaction-mode):
32317         * replace.el (occur-mode):
32318         * ses.el (ses-mode):
32319         * simple.el (completion-list-mode):
32320         * skeleton.el:
32321         * speedbar.el (speedbar-mode):
32322         * term.el (term-mode):
32323         * terminal.el (terminal-edit-mode):
32324         * textmodes/reftex-index.el (reftex-index-mode)
32325         (reftex-index-phrases-mode):
32326         * textmodes/reftex-sel.el (reftex-select-label-mode)
32327         (reftex-select-bib-mode):
32328         * textmodes/reftex-toc.el (reftex-toc-mode):
32329         * wdired.el (wdired-change-to-wdired-mode):
32330         * wid-browse.el (widget-browse-mode):
32331         Use run-mode-hooks.
32333         * array.el (array-mode):
32334         * calendar/todo-mode.el (todo-mode):
32335         * man.el (Man-mode):
32336         * play/landmark.el (lm-mode):
32337         * play/mpuz.el (mpuz-mode):
32338         Use kill-all-local-variables and run-mode-hooks.
32340         * subr.el (delay-mode-hooks): Specify indentation.
32342 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
32344         * xml.el (xml-substitute-special): Don't die for undefined xml
32345         entities.
32347 2005-05-26  Jay Belanger  <belanger@truman.edu>
32349         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
32350         of nil.
32352 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
32354         * progmodes/gdb-ui.el (gdb-frame-address):
32355         Rename from gdb-current-address.
32356         (gdb-previous-frame-address): Rename from gdb-previous-address.
32357         (gdb-selected-frame): Rename from gdb-current-frame.
32358         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
32359         (gdb-frame-number): Rename from gdb-current-stack-level.
32360         (gdb-ann3): Match new mode-name for disassembly buffer.
32361         Extend initialization of variables.
32362         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
32363         (gdb-memory-mode): Use mouse-face in header line.
32364         (gdb-assembler-buffer-name): Call it disassembly and give frame
32365         in mode line.
32366         (gdb-source-spec-regexp, gdb-assembler-custom)
32367         (gdb-invalidate-assembler, gdb-frame-handler):
32368         Make robust to leading zeroes in address format.
32370 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
32372         * textmodes/org.el (org-mode): Use `define-derived-mode' to
32373         define `org-mode'.
32374         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
32376 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32378         * log-edit.el (log-edit-changelog-entries): Distinguish between
32379         filenames like xfns.c and fns.c.
32381 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
32383         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
32384         point after reverting.
32385         (Buffer-menu-make-sort-button): Handle the case where
32386         `Buffer-menu-use-header-line' is nil.
32388 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
32390         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
32391         New funcs.  In minibuffer-local-completion-map bind `]', `/'
32392         and `:' to them.
32394 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32396         * startup.el (normal-top-level): Allow modification of load-path while
32397         we're iterating over it.
32399 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
32401         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
32402         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
32403         (thumbs-resize-interactive, thumbs-insert-image)
32404         (thumbs-insert-thumb, thumbs-dired-show-marked)
32405         (thumbs-find-image-at-point, thumbs-delete-images)
32406         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
32407         (thumbs-increment-image-size, thumbs-decrement-image-size):
32408         Fix typos in docstrings.
32410 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
32412         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
32413         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
32414         (cperl-mode): Use them.
32416 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
32418         * window.el (quit-window, shrink-window-if-larger-than-buffer):
32419         Doc fixes.
32421 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
32423         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
32424         Bind C-d to gdb-inferior-io-eof.
32426         * dired.el (dired-dnd-popup-notice): Use message-box.
32428 2005-05-23  Masatake YAMATO  <jet@gyve.org>
32430         * bindings.el (mode-line-major-mode-keymap):
32431         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
32433         * faces.el (mode-line-highlight): New face.
32435         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
32436         as mouse-face.
32438         * bindings.el (top-level, help-echo, mode-line-modified)
32439         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
32440         as mouse-face.
32442 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
32444         * progmodes/cc-engine.el (c-guess-basic-syntax):
32445         Remove spurious call to `zerop'.
32447         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
32449 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
32451         CC Mode update to 5.30.10:
32453         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
32454         the point could go past the limit in decoration level 2, thereby
32455         causing errors during interactive fontification.
32457         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
32458         bug when the file is evaluated interactively.
32460         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
32461         declarations somewhat better in C++.
32463         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
32464         New helper macro to make use of `run-mode-hooks'
32465         which has been added in Emacs 21.1.
32466         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
32467         (awk-mode): Use it.
32468         (make-local-hook): Suppress warning about obsoleteness.
32470         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
32471         (c-append-backslashes-forward, c-delete-backslashes-forward)
32472         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
32473         Compensate for return value from `forward-line' when it has moved
32474         but not to a different line due to eob.
32476         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
32477         `objc-method-intro' and `objc-method-args-cont'.
32479 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
32481         CC Mode update to 5.30.10:
32483         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
32484         address in the copyright statement.  Incidentally, change "along with
32485         GNU Emacs" to "along with this program" where it occurs.
32487         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
32488         autoload, so that it is interactive, hence can be found by M-x awk-mode
32489         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
32490         <gmorris+emacs@ast.cam.ac.uk>.
32492         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
32493         Mode's regexps.
32495 2005-05-23  Kevin Ryde  <user42@zip.com.au>
32497         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
32498         from c-parse-state, to avoid a lisp error (on bad code).
32500 2005-05-23  Lute Kamstra  <lute@gnu.org>
32502         * subr.el (font-lock-defaults): Remove defvar as it's already
32503         defined in font-core.el.
32505         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
32507 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
32509         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
32510         more general and work when GDB variable "print pretty" is on,
32511         as with Emacs, for example.
32513 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
32515         * font-core.el: Update comment.
32517         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32518         Use `after-change-major-mode-hook' instead of `find-file-hook'.
32520         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
32522 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
32524         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
32525         and `yank-handler' in the doc strings.
32527 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32529         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
32531 2005-05-22  Richard M. Stallman  <rms@gnu.org>
32533         * help.el (describe-key): Move print-help-return-message call
32534         out of conditional.
32536         * progmodes/etags.el (list-tags): Use with-no-warnings.
32538         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
32539         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
32540         (starttls-extra-args, starttls-extra-arguments): Add defvars.
32542         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
32544         * language/viet-util.el (viet-viscii-nonascii-translation-table):
32545         Add defvar.
32547         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
32548         Use defvar, not defconst.
32550         * hexl.el (hexl-follow-line): Use with-no-warnings.
32552         * emulation/tpu-extras.el: Use write-file-functions instead of
32553         write-file-hooks.
32555         * dired.el (dired-font-lock-keywords): Fontify files with junk
32556         extensions even if marked by -F.
32558 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
32560         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
32561         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
32562         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
32563         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
32564         (concatenate, list-length, get*, getf, cl-remprop):
32565         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
32566         (etypecase, progv, lexical-let, lexical-let*)
32567         (multiple-value-bind, multiple-value-setq, shiftf):
32568         Improve argument/docstring consistency.
32570         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
32572 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
32574         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
32575         doesn't exist.
32577         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
32578         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
32580 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
32582         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
32583         already deleted variables: auto-fill-hook, blink-paren-hook,
32584         lisp-indent-hook, inhibit-local-variables, unread-command-event,
32585         suspend-hooks, comment-indent-hook, meta-flag,
32586         before-change-function, after-change-function,
32587         font-lock-doc-string-face.
32589 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
32591         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
32593 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
32595         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
32596         rmail-dont-reply-to.
32598 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32600         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
32601         literal blank when splitting new-header-values.
32603 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
32605         * calendar/cal-menu.el (cal-menu-update): Add separator as a
32606         string so that tmm doesn't create a completion entry for it.
32608         * textmodes/table.el (table-disable-menu): Ditto.
32610 2005-05-21  Richard M. Stallman  <rms@gnu.org>
32612         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
32614         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
32616         * net/rcompile.el (remote-compile): Use compilation-start.
32618         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
32620 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
32622         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
32623         Default to makefile-bsdmake-mode on BSD systems.
32625         * imenu.el (imenu-generic-expression, imenu--generic-function'):
32626         REGEXP may also be a search function now.  The part of doc-string
32627         for describing the structure was 95% identical to that of
32628         `imenu--generic-function'.  Unify it there.
32630         * progmodes/make-mode.el (makefile-imenu-generic-expression):
32631         Use function to find dependencies, because regexp alone is so complex,
32632         it easily goes into an endless loop.
32633         (makefile-makepp-mode): Also add submenu for Perl functions
32634         defined in the makefile.
32635         (makefile-bsdmake-mode): Special imenu-generic-expression no
32636         longer needed, due to function call.
32637         (makefile-match-dependency): Take BOUND into account when checking
32638         if we're through.
32640 2005-05-20  Jay Belanger  <belanger@truman.edu>
32642         * calc/calc-units.el (calc-invalidate-units-table):
32643         Use inhibit-read-only.
32644         (math-build-units-table-buffer): Use view-mode.
32646 2005-05-20  David Kastrup  <dak@gnu.org>
32648         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
32649         easy-menu-add is not a nop on Emacs; and clarify when to call it.
32651 2005-05-20  Lute Kamstra  <lute@gnu.org>
32653         * diff-mode.el (diff-header-face, diff-file-header-face)
32654         (diff-index-face, diff-hunk-header-face, diff-removed-face)
32655         (diff-added-face, diff-changed-face, diff-function-face)
32656         (diff-context-face, diff-nonexistent-face): Put them in the
32657         diff-mode customization group.
32659 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32661         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
32663         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
32665         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
32666         Minor regexp-optimization.
32668 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
32670         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
32671         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
32672         (org-agenda-add-time-grid-maybe): New function.
32673         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
32674         (org-table-create): `dotimes' instead of `mapcar'.
32675         (org-xor): Simplify implementation.
32676         (org-agenda): `inhibit-redisplay' turned on.
32677         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
32678         a consistent line after a state change.
32679         (org-agenda-remove-times-when-in-prefix): New option.
32680         (org-prefix-has-time): New variable.
32681         (org-parse-time-string): Optional argument NODEFAULT.
32682         (org-format-agenda-item): Parse items for time-of-day
32683         specifications and move these into the prefix if possible.
32684         (org-agenda-priority): Get current heading, not previous heading
32685         during agenda remote editing.
32687 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
32689         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
32690         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
32691         (remove-duplicates, delete-duplicates, substitute)
32692         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
32693         (nsubstitute-if-not, find, find-if, find-if-not, position)
32694         (position-if, position-if-not, count, count-if, count-if-not)
32695         (mismatch, search, sort*, stable-sort, merge, member*)
32696         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
32697         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
32698         (intersection, nintersection, set-difference, nset-difference)
32699         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
32700         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
32701         (nsublis, tree-equal): Improve argument/docstring consistency.
32703         * subr.el (send-string, send-region): Remove obsolescence declaration.
32704         (window-dot, set-window-dot, read-input, show-buffer)
32705         (eval-current-buffer, string-to-int):
32706         Add release number to obsolescence declarations.
32708 2005-05-19  Kim F. Storm  <storm@cua.dk>
32710         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
32711         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
32713 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
32715         * faces.el (list-faces-display): Make back button respect optional
32716         regexp arg.
32718 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
32720         * calculator.el (calculator-radix-grouping-mode)
32721         (calculator-radix-grouping-digits, calculator-displayer)
32722         (calculator-radix-grouping-separator, calculator-copy-displayer):
32723         * dabbrev.el (dabbrev-search-these-buffers-only):
32724         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
32725         (diff-advance-after-apply-hunk, diff-mode-hook)
32726         (diff-minor-mode-prefix):
32727         * imenu.el (imenu-use-popup-menu):
32728         * jit-lock.el (jit-lock-context-time):
32729         * newcomment.el (comment-fill-column, comment-column)
32730         (comment-style, comment-padding, comment-multi-line)
32731         (comment-empty-lines, comment-auto-fill-only-comments):
32732         * reveal.el (reveal-around-mark):
32733         * uniquify.el (uniquify-buffer-name-style)
32734         (uniquify-after-kill-buffer-p)
32735         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
32736         (uniquify-min-dir-content, uniquify-separator)
32737         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
32738         * w32-vars.el (w32-fixed-font-alist):
32739         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
32740         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
32741         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
32742         * progmodes/perl-mode.el (perl-indent-level)
32743         (perl-continued-statement-offset, perl-continued-brace-offset)
32744         (perl-brace-offset, perl-brace-imaginary-offset)
32745         (perl-label-offset, perl-indent-continued-arguments)
32746         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
32747         * progmodes/tcl.el (tcl-indent-level)
32748         (tcl-continued-indent-level, tcl-auto-newline)
32749         (tcl-tab-always-indent, tcl-electric-hash-style)
32750         (tcl-help-directory-list, tcl-use-smart-word-finder)
32751         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
32752         (inferior-tcl-source-command):
32753         * textmodes/fill.el (enable-kinsoku):
32754         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
32755         * textmodes/table.el (table-yank-handler):
32756         Specify missing group (and type, if simple) in defcustom.
32758 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
32760         * progmodes/compile.el (compilation-finish-function): Fix defvar.
32762 2005-05-19  Richard M. Stallman  <rms@gnu.org>
32764         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
32766         * subr.el (event-basic-type): Don't get an error.
32767         (left-fringe-p): Function deleted.
32769         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
32770         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
32772         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
32773         in recursive copy.
32775         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
32777         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
32779         * emacs-lisp/bytecomp.el
32780         (byte-compile-file-form-custom-declare-variable):
32781         Call byte-compile-nogroup-warn if appropriate.
32783         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
32784         (compilation-set-window): Don't call left-fringe-p; do it directly.
32786 2005-05-19  Jay Belanger  <belanger@truman.edu>
32788         * calc/calc-graph.el (calc-graph-format-data): Make sure
32789         var-PlotRejects is bound before trying to check its value.
32791 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
32793         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
32794         definition of this variable from reftex-global.el to reftex.el,
32795         because it is needed in the menu.
32797 2005-05-19  Lute Kamstra  <lute@gnu.org>
32799         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
32800         years are fixed.  Don't insert a space after a dash.
32802 2005-05-19  Kim F. Storm  <storm@cua.dk>
32804         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
32806 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
32808         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
32809         strings, because (eq ... ?\\) is fairly frequent.
32811         * progmodes/make-mode.el (makefile-add-this-line-targets):
32812         Simplify and integrate into `makefile-pickup-targets'.
32813         (makefile-add-this-line-macro): Simplify and integrate into
32814         `makefile-pickup-macros.
32815         (makefile-pickup-filenames-as-targets): Simplify.
32816         (makefile-previous-dependency, makefile-match-dependency):
32817         Don't stumble over `::'.
32819 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
32821         * subr.el (post-command-idle-hook, post-command-idle-delay):
32822         Remove obsoletion of post-command-idle-hook and
32823         post-command-idle-delay.
32825         * faces.el (list-faces-display): Provide button when describe-face
32826         is called to take user back to the list of faces.
32828         * help-fns.el (describe-variable): Remove hyperlinks in a
32829         variable's value as these are quite frequently inappropriate.
32831         * follow.el (follow-submit-feedback, follow-mode):
32832         Remove references to post-command-idle-hook.
32834 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
32836         * progmodes/make-mode.el (makefile-previous-dependency)
32837         (makefile-match-dependency): Check for := (and in bsd mode also
32838         !=) to give a better result, even when font-lock is not on.
32840 2005-05-18  Jay Belanger  <belanger@truman.edu>
32842         * calc/calc-help.el (calc-s-prefix-help):
32843         Add `calc-copy-special-constant' to help string.
32845 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
32847         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32849 2005-05-18  Jay Belanger  <belanger@truman.edu>
32851         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
32852         in linear factors are in proper order.
32854 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
32856         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32857         Support for jurabib.
32859         * textmodes/reftex.el (featurep): Define aliases for overlay
32860         commands, for XEmacs compatibility, and use these aliases in
32861         overlay initializations.
32862         (reftex-highlight): Use `reftex-move-overlay'.
32863         (reftex-unhighlight): Use `reftex-delete-overlay'.
32864         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
32865         (reftex-access-search-path): Use `reftex-uniquify' instead of
32866         `reftex-uniq'.
32868         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
32869         `before-string' property modification enables for Emacs as well.
32870         (reftex-select-item): Use `reftex-delete-overlay'.
32871         (reftex-select-mark): Use `reftex-make-overlay' and
32872         `reftex-overlay-put'.
32873         (reftex-select-unmark): Use `reftex-delete-overlay' and
32874         `reftex-overlay-put'.
32876 2005-05-18  Lute Kamstra  <lute@gnu.org>
32878         * emacs-lisp/lisp.el (check-parens): Fix docstring.
32880 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
32882         * add-log.el (add-change-log-entry):
32883         * array.el (array-make-template, array-reconfigure-rows)
32884         (array-init-max-row, array-init-max-column)
32885         (array-init-columns-per-line, array-init-field-width):
32886         * replace.el (replace-match-maybe-edit, perform-replace):
32887         * textmodes/spell.el (spell-region):
32888         Replace `read-input' by `read-string'.
32890         * forms.el (forms-mode):
32891         * finder.el (finder-compile-keywords):
32892         * shadowfile.el (shadow-read-files):
32893         Replace `eval-current-buffer' by `eval-buffer'.
32895         * terminal.el (te-pass-through):
32896         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
32897         (ange-ftp-raw-send-cmd):
32898         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
32899         (send-process-next-char, telnet-initial-filter, telnet):
32900         Replace `send-string' by `process-send-string'.
32902         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
32903         (prolog-consult-region): Replace `send-string' by
32904         `process-send-string'; replace `send-region' by `process-send-region'.
32906         * progmodes/delphi.el (delphi-log-msg):
32907         Replace `set-window-dot' by `set-window-point'.
32909         * subr.el (window-dot, set-window-dot, read-input, send-string)
32910         (send-region, show-buffer, eval-current-buffer):
32911         Make really obsolete, as the comment says.
32913 2005-05-17  Kim F. Storm  <storm@cua.dk>
32915         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
32916         (cua--init-keymaps): Bind C-return instead of S-return to set
32917         rectangle mark.
32919         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
32920         instead of S-return to toggle/clear rectangle mark.
32922 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
32924         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
32925         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
32926         Also fontify plain strings assigned to variables, mostly so that a
32927         colon has a face and is thus not taken as a dependency separator.
32928         (makefile-previous-dependency): Inline the new matcher, because it
32929         is too complex to work in both directions.
32930         (makefile-match-dependency): Eliminate `backward' arg (see above).
32931         Completely reimplemented so as to not sometimes go into an endless
32932         loop.  It should also be more efficient, because first it only
32933         searches for `:', instead of applying the very complex regexp.
32934         (makefile-mode): Cancel `font-lock-support-mode', because blocks
32935         to be fontified in one piece can be too long for JIT.
32936         Makefiles are never *that* big.
32938 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
32940         * dired.el (dired-mode): Simplify.
32942 2005-05-17  Lute Kamstra  <lute@gnu.org>
32944         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
32945         defcustom for the mode hook variable.
32947         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
32948         Emacs Lisp Reference Manual.
32950 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
32952         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
32953         (evenp, list*):
32954         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
32955         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
32957         * net/tramp-smb.el (tramp-smb-open-connection):
32958         Pass `tramp-chunksize' as fifth (required) argument.
32960 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
32962         * font-lock.el (lisp-font-lock-keywords-1):
32963         Set `font-lock-negation-char-face' for [^...] char group.
32964         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
32966         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
32967         a var, and refine it to mask one more level of nested vars.
32968         (makefile-rule-action-regex): Turn it into a var, and refine it so
32969         it recognizes backslashed continuation lines as belonging to the
32970         same command.
32971         (makefile-macroassign-regex): Refine it so it recognizes
32972         backslashed continuation lines as belonging to the same command.
32973         (makefile-var-use-regex): Don't look at the next char, because it
32974         might be the same one to be skipped by the initial [^$], leading
32975         to an overlooked variable use.
32976         (makefile-make-font-lock-keywords): Remove two parameters, which
32977         are now variables that some of the modes set locally.
32978         Handle dependency and rule action matching through functions, because
32979         regexps alone match too often.  Dependency matching now comes
32980         last, so it can check, whether a colon already matched something else.
32981         (makefile-mode): Inform that font-lock improves makefile parsing
32982         capabilities.
32983         (makefile-match-dependency, makefile-match-action): New functions.
32985 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
32987         * emacs-lisp/cl-extra.el (equalp): Doc fix.
32989         * align.el (align-regexp):
32990         * ansi-color.el (ansi-color-get-face):
32991         * array.el (array-reconfigure-rows, array-init-max-row)
32992         (array-init-max-column, array-init-columns-per-line)
32993         (array-init-field-width):
32994         * dired-aux.el (dired-trample-file-versions):
32995         * dired-x.el (dired-mark-sexp):
32996         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
32997         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
32998         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
32999         * faces.el (face-read-integer):
33000         * files.el (backup-extract-version, insert-directory):
33001         * hexl.el (hexl-insert-decimal-char):
33002         * server.el (server-process-filter):
33003         * shell.el (shell-extract-num):
33004         * startup.el (command-line-1):
33005         * term.el (term-command-hook):
33006         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
33007         (time-stamp-do-number):
33008         * time.el (display-time-update):
33009         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
33010         (timezone-fix-time):
33011         * vms-patch.el (vms-suspend-resume-hook):
33012         * calendar/appt.el (appt-convert-time):
33013         * calendar/cal-bahai.el (mark-bahai-diary-entries):
33014         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
33015         * calendar/cal-islam.el (mark-islamic-diary-entries):
33016         * calendar/calendar.el (calendar-cursor-to-date)
33017         (calendar-star-date):
33018         * calendar/diary-lib.el (diary-attrtype-convert)
33019         (mark-diary-entries, diary-entry-time):
33020         * calendar/solar.el (solar-get-number):
33021         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
33022         * emacs-lisp/re-builder.el (reb-display-subexp):
33023         * emulation/edt.el (edt-set-scroll-margins):
33024         * emulation/tpu-extras.el (tpu-set-scroll-margins):
33025         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
33026         (vip-get-ex-count):
33027         * emulation/viper-ex.el (viper-get-ex-token)
33028         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
33029         * international/fontset.el (fontset-plain-name):
33030         * mail/feedmail.el (feedmail-look-at-queue-directory):
33031         * mail/mailalias.el (mail-get-names):
33032         * mail/rmail.el (rmail-convert-to-babyl-format):
33033         * mail/rmailsum.el (rmail-make-basic-summary-line)
33034         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
33035         (rmail-summary-goto-msg):
33036         * mail/smtpmail.el (smtpmail-read-response):
33037         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
33038         (ange-ftp-vms-add-file-entry):
33039         * play/gametree.el (gametree-looking-at-ply)
33040         (gametree-current-branch-score):
33041         * progmodes/ada-xref.el (ada-prj-find-prj-file)
33042         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
33043         * progmodes/cperl-mode.el (condition-case):
33044         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
33045         (ebrowse-set-member-buffer-column-width)
33046         (ebrowse-select-1st-to-9nth):
33047         * progmodes/etags.el (etags-snarf-tag):
33048         * progmodes/flymake.el (flymake-parse-line):
33049         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
33050         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
33051         (idlwave-shell-menu-def):
33052         * progmodes/ps-mode.el (ps-run-goto-error):
33053         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
33054         (vhdl-speedbar-contract-level):
33055         * term/mac-win.el (x-handle-numeric-switch):
33056         * term/sun-mouse.el (sun-get-frame-data):
33057         * term/w32-win.el (x-handle-numeric-switch):
33058         * term/x-win.el (x-handle-numeric-switch):
33059         * textmodes/ispell.el (ispell-parse-output):
33060         * textmodes/nroff-mode.el (nroff-outline-level):
33061         * textmodes/reftex-cite.el (reftex-bib-sort-year)
33062         (reftex-bib-sort-year-reverse, reftex-format-citation):
33063         * textmodes/reftex-parse.el (reftex-init-section-numbers)
33064         (reftex-section-number):
33065         * textmodes/texinfmt.el (texinfo-paragraphindent):
33066         Replace `string-to-int' by `string-to-number'.
33068         * international/latexenc.el: Add page marker to force the "Local
33069         Variables:" string out of the last page.
33071 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33073         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
33074         tooltip-change-major-mode.
33075         (gud-tooltip-print-command): Remove case where gud-minor-mode
33076         is gdb ("--fullname").
33077         (gud-tooltip-tips): Turn GUD tooltips off for this case and
33078         explain to user.
33080 2005-05-16  Jay Belanger  <belanger@truman.edu>
33082         * calc/calc-store.el (calc-copy-special-constant): New function.
33084         * calc/calc-ext.el (calc-init-extensions): Add binding for
33085         `calc-copy-special-constant'.
33087         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
33088         for the `calc-copy-special-constant' command.
33090 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33092         * subr.el (left-fringe-p): New function.
33094         * progmodes/compile.el (compilation-setup): Set local value of
33095         overlay-arrow-string to "" always.
33096         (compilation-set-window): Left fringe then don't scroll.
33097         No left fringe then no arrow and scroll message to top.
33098         (compilation-context-lines): Adjust doc string accordingly.
33100 2005-05-16  Kim F. Storm  <storm@cua.dk>
33102         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
33103         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
33104         (ido-wide-find-dir-or-delete-dir): New command for M-d.
33105         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
33106         (ido-read-file-name): Handle commands with ido property value
33107         equal to find-file as reading a file name, to allow C-d to enter dired.
33108         (ibuffer-find-file): Add ido property with value find-file.
33110 2005-05-15  Kim F. Storm  <storm@cua.dk>
33112         * subr.el (open-network-stream-nowait): Remove.
33113         (open-network-stream-server): Remove.
33115 2005-05-15  Richard M. Stallman  <rms@gnu.org>
33117         * faces.el (describe-face): Output a definition link button.
33119         * help-mode.el (help-face-def): New button type.
33121         * emacs-lisp/copyright.el (copyright-fix-years):
33122         Match properly if the first year is 2-digit.
33123         Don't mess up the whitespace after the years by filling.
33125         * dired-aux.el (dired-mark-confirm):
33126         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
33128         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
33129         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
33130         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
33132         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33133         Set font-lock-comment-start-skip.
33135         * font-lock.el (font-lock-comment-start-skip): New variable.
33136         (font-lock-comment-end-skip): New variable.
33137         (font-lock-fontify-syntactically-region): Use them if non-nil.
33139 2005-05-15  Jay Belanger  <belanger@truman.edu>
33141         * calc/calc-store.el (calc-store-value): Return a string rather
33142         than display it as a message.
33143         Use calc-var-name for variable name.
33144         (calc-store-into): Add the result of calc-store-value to message.
33145         (calc-copy-variable): Add a message.
33146         (calc-store-exchange): Improve error messages.
33147         (calc-store-binary, calc-store-map): Don't reset the values of
33148         special constants.
33150 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
33152         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
33153         manual to docstring.
33155         * files.el (hack-local-variables-confirm): Add STRING argument.
33156         Make the function handle non file visiting buffers correctly.
33157         (hack-local-variables-prop-line, hack-local-variables)
33158         (hack-one-local-variable): Use STRING arg of
33159         `hack-local-variables-confirm'.
33161 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
33163         Sync with Tramp 2.0.49.
33165         * net/tramp.el (tramp-handle-dired-call-process)
33166         (tramp-handle-insert-directory):`insert-buffer' cannot be used
33167         because the contents of the Tramp buffer is changed before
33168         insertion (`expand-file' and alike).
33169         (tramp-handle-insert-directory): If `localname' has an empty
33170         nondirectory name, it must not be quoted.
33171         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
33172         variable `tramp-chunksize'.  Change callees.
33173         (tramp-open-connection-setup-interactive-shell): Check remote host
33174         for buggy `send-process-string' implementation.
33175         Set `tramp-chunksize' if found.  Reported by Michael Kifer
33176         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
33177         (tramp-handle-shell-command): `insert-buffer' cannot be used
33178         because the contents of the Tramp buffer is changed before
33179         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
33180         <frederic.bothamy@free.fr>.
33181         (tramp-set-auto-save): Actions should be done for Tramp file name
33182         handler only.  Ange-FTP has its own auto-save mechanism.
33183         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
33184         (tramp-set-auto-save-file-modes): Set file modes of
33185         `buffer-auto-save-file-name' to ?\600 as fallback solution.
33186         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
33187         (tramp-bug): Remove obsolete variable.
33188         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
33189         for presence of `mml-mode'.  Make it running for older Emacsen as well.
33191 2005-05-14  John Paul Wallington  <jpw@pobox.com>
33193         * ibuf-ext.el (define-ibuffer-filter filename):
33194         If `dired-directory' is a list, use its car.
33196 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
33198         * ibuffer.el (define-ibuffer-column filename):
33199         If `dired-directory' is a list, use its car.
33201 2005-05-14  Richard M. Stallman  <rms@gnu.org>
33203         * subr.el (symbol-file): Doc fix.
33205         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
33206         (byte-compile-form): Call byte-compile-nogroup-warn.
33207         (byte-compile-warning-types): Doc fix.
33209         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
33211         * progmodes/cc-engine.el (c-literal-faces):
33212         Add font-lock-comment-delimiter-face.
33214         * net/net-utils.el (dig): Use with-no-warnings.
33216         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
33217         (sc-recite-frame-alist, sc-default-cite-frame)
33218         (sc-default-uncite-frame, sc-default-recite-frame)
33219         (sc-attrib-selection-list, sc-rewrite-header-list):
33220         Mark as risky-local-variable.
33222         * international/ogonek.el (ogonek-jak, ogonek-how):
33223         Don't use beginning-of-buffer.
33225         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
33227         * calendar/solar.el (solar-data-list): Move definition up.
33229         * dnd.el (dnd-protocol-alist): Add autoload.
33231         * progmodes/sh-script.el: Many doc usage fixes.
33232         (sh-indent-after-do): Change default to match common styles.
33234 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
33236         * files.el (interpreter-mode-alist)
33237         (auto-mode-interpreter-regexp): Doc fixes.
33239 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
33241         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
33243         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
33245 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33247         * dired.el (dired-mode): make-variable-buffer-local =>
33248         make-local-variable.
33250 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33252         * term/mac-win.el (mac-select-convert-to-string): Try coding
33253         systems in mac-script-code-coding-systems if specified one cannot
33254         encode string for `com.apple.traditional-mac-plain-text'.
33256 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
33258         * progmodes/make-mode.el (makefile-targets-face)
33259         (makefile-shell-face, makefile-makepp-perl-face): New faces.
33260         (makefile-dependency-regex): Fix it to not make the colon in
33261         $(var:a=b) special.
33262         (makefile-rule-action-regex): New regexp for highlighting embedded
33263         Shell strings.
33264         (makefile-macroassign-regex): Handle != for highlighting as
33265         embedded Shell strings.
33266         (makefile-var-use-regex): New const.
33267         (makefile-statements, makefile-automake-statements)
33268         (makefile-gmake-statements, makefile-makepp-statements)
33269         (makefile-bsdmake-statements): New consts.
33270         (makefile-make-font-lock-keywords): New function.
33271         (makefile-automake-font-lock-keywords)
33272         (makefile-gmake-font-lock-keywords)
33273         (makefile-makepp-font-lock-keywords)
33274         (makefile-bsdmake-font-lock-keywords): New consts.
33275         (makefile-mode-map): Add switchers between the various submodes.
33276         (makefile-mode): Document the availability of the variants.
33277         (makefile-automake-mode, makefile-gmake-mode)
33278         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
33280         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
33281         new variants of makefile-mode.
33283 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33285         * font-lock.el (font-lock-comment-delimiter-face): Fix up
33286         the inheritance.
33288 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
33290         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
33291         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
33293         * files.el (normal-mode): Extend the scope of the
33294         `enable-local-variables' binding to include the `set-auto-mode' call.
33295         (magic-mode-alist): Doc fix.
33297 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33299         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
33300         font-lock-comment-face rather than copying its setting.
33302 2005-05-12  Andreas Schwab  <schwab@suse.de>
33304         * eshell/esh-mode.el (eshell-send-input): Doc fix.
33306 2005-05-12  Lute Kamstra  <lute@gnu.org>
33308         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
33309         defcustom for the mode hook variable.  Delete the last argument.
33310         * generic-x.el: Fix callers of define-generic-mode.
33311         (generic-x-modes): Delete group.
33312         (show-tabs-tab-face, show-tabs-space-face): Put them in the
33313         generic-x customization group.
33315 2005-05-12  Kim F. Storm  <storm@cua.dk>
33317         * font-lock.el (font-lock-negation-char-face): Default to "off".
33319         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
33320         font-lock-negation-char-face to ! in !=.
33322 2005-05-12  Masatake YAMATO  <jet@gyve.org>
33324         * add-log.el (find-change-log): Fix typos in the docstring
33325         of function.
33327 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33329         * international/latexenc.el (latexenc-find-file-coding-system):
33330         Avoid `re-search-forward' when looking for input encoding because
33331         of speed and safety.  Better regular expressions for recognizing
33332         input encoding.  Limit a search for TeX-master/tex-main-file to
33333         the local variable section.
33335 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
33337         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
33338         syntax of $ to "'" (quote).
33340 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
33342         * dnd.el (dnd-protocol-alist): Improve custom type.
33344         * dired.el (dired-dnd-protocol-alist): New variable.
33345         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
33346         `dired-mode-hook' to the end.
33348 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33350         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
33351         comment-end if comment-start-skip is not set.
33352         Obey the font-lock-comment-delimiter-face variables.
33354 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33356         * files.el (executable-find): Move from executable.el.  Use
33357         locate-file.
33358         * progmodes/executable.el (executable-find): Move to files.el.
33360         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
33361         when trying to ensure forward progress.
33363 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
33365         * mouse-sel.el (mouse-sel-follow-link-p): New function.
33366         (mouse-select, mouse-select-internal, mouse-extend-internal):
33367         Use it to implement mouse-1-click-follows-link functionality.
33369 2005-05-11  Richard M. Stallman  <rms@gnu.org>
33371         * font-lock.el (font-lock-fontify-syntactically-region):
33372         Use font-lock-comment-delimiter-face for comment delimiters.
33374 2005-05-10  Jay Belanger  <belanger@truman.edu>
33376         * calc/calc-help.el (calc-m-prefix-help): Add mention of
33377         preserving embedded modes.
33379 2005-05-10  Richard M. Stallman  <rms@gnu.org>
33381         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
33383         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
33384         Move from ada-stmt.el.
33385         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
33387         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
33388         Move to ada-mode.el.
33389         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
33391         * cus-edit.el (custom-file): Call file-chase-links.
33393         * files.el (read-directory-name): Fix previous change.
33394         (hack-local-variables-confirm): New function.
33395         (hack-local-variables-prop-line, hack-local-variables)
33396         (hack-one-local-variable): Use it.
33398 2005-05-10  Lute Kamstra  <lute@gnu.org>
33400         * font-lock.el (font-lock-keywords-alist)
33401         (font-lock-removed-keywords-alist): Clarify docstrings.
33403 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
33405         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
33406         (gdb-source-info): Check for preprocessor info.
33407         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
33408         a macro for a function.
33409         (gdb-info-breakpoints-custom): Try to find file again if not already
33410         found (user might have used GDB dir command).
33411         (gdb-get-location): Update gdb-location-alist correctly for change
33412         to gdb-info-breakpoints-custom.
33414         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
33415         (gud-tooltip-print-command): Add gdbmi case.
33416         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
33417         preprocessor info.
33419 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
33421         * startup.el (fancy-splash-insert): Fix typo in doc string.
33423 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
33425         * obsolete/float.el (string-to-float):
33426         * obsolete/hilit19.el (hilit-add-pattern):
33427         * obsolete/rnews.el (news-parse-range, news-select-message)
33428         (news-get-pruned-list-of-files): Replace `string-to-int' by
33429         `string-to-number'.
33431         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
33432         `find-file-not-found-hooks'; use `add-hook'.
33433         (uncompress-while-visiting): Set `write-file-functions', not
33434         `write-file-hooks'; use `add-hook'.
33436 2005-05-09  Kim F. Storm  <storm@cua.dk>
33438         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
33439         (cua-paste): Handle clipboard action.
33440         (cua--init-keymaps): Remap clipboard-kill-region and
33441         clipboard-kill-ring-save.
33443 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
33445         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33446         Improve commentary.
33448         * simple.el (next-error-overlay-arrow-position): Revert the change
33449         made on 2005-04-30.
33451 2005-05-07  Jay Belanger  <belanger@truman.edu>
33453         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
33454         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
33455         `calc-sel-reselect'.
33457         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
33458         Calc is in embedded mode.
33460 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33462         * progmodes/compile.el (compilation-setup):
33463         Set overlay-arrow-string to an empty string on text terminals.
33465         * textmodes/ispell.el (ispell-program-name): Try looking for
33466         "aspell" along exec-path, and if found, use it as the default
33467         speller program.
33469 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
33471         * international/mule.el (sgml-xml-auto-coding-function):
33472         Recognize encoding='FOO' in single quotes as well as in double quotes.
33474 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
33476         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
33477         as well as `interactive', so that defmacro* would recognize
33478         `declare' forms.
33480 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33482         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33483         Explain more about the LIGHTER arg's usage in the doc string.
33484         Add commentary to clarify what the code does.  Fix the regexp that
33485         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
33486         since it could have characters special to regular expressions.
33488 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
33490         * replace.el (occur-1): Bind inhibit-read-only so that
33491         erase-buffer doesn't barf on read-only text properties (likewise
33492         for add-text-properties in occur-engine).  Mark buffer as unmodified.
33493         (occur-engine): Don't set buffer-read-only here.
33495 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33497         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
33498         list-buffers-directory.  This caused the *cvs-commit* buffer to be
33499         sometimes mistakenly reused as a *cvs* buffer.
33501 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
33503         * tooltip.el: Move code for GUD tooltips into gud.el.
33504         (require): CL no longer needed to compile case.
33505         (tooltip-mode): Do not toggle functions for GUD tooltips.
33506         (tooltip-gud-tips-p): Remove.  Replace with minor mode
33507         gud-tooltip-mode in gud.el.
33508         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
33509         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
33510         tooltip-gud prefix with gud-tooltip and obsolete.
33511         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
33512         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
33513         (tooltip-mouse-motion): Mouse movement functions/variable.
33514         Rename in gud.el by adding gud prefix.
33515         (tooltip-gud-original-filter, tooltip-gud-dereference)
33516         (tooltip-gud-event, tooltip-toggle-gud-tips)
33517         (tooltip-gud-process-output, tooltip-gud-print-command)
33518         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
33519         gud.el by replacing tooltip-gud prefix with gud-tooltip.
33520         (gdb-tooltip-print): Move to gdb-ui.el.
33522         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
33523         (require): CL needed to compile case.
33524         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
33525         tooltip-gud-tips-p.  Make it a minor-mode.
33526         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
33527         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
33528         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
33529         (gud-tooltip-change-major-mode)
33530         (gud-tooltip-activate-mouse-motions-if-enabled)
33531         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
33532         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
33533         (gud-tooltip-original-filter, gud-tooltip-dereference)
33534         (gud-tooltip-event, tooltip-toggle-gud-tips)
33535         (gud-tooltip-process-output, gud-tooltip-print-command)
33536         (gud-tooltip-tips): Move from tooltip.el.
33538         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
33539         (gdb-cpp-define-alist-flags): Doc fix.
33540         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
33541         gud-tooltip-mode is t.
33543 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33545         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
33546         evaporate if their text is deleted.
33547         (goto-address-at-point): Make it work as a mouse binding as well.
33548         (goto-address-at-mouse): Obsolete it.  Update users.
33550 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
33552         * calendar/appt.el (top-level): No longer activate on load.
33554 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
33556         * calendar/cal-bahai.el (mark-bahai-diary-entries):
33557         * net/webjump.el (webjump):
33558         * progmodes/idlw-help.el (idlwave-do-context-help1)
33559         (idlwave-highlight-linked-completions):
33560         * textmodes/po.el (po-find-file-coding-system-guts):
33561         Replace `assoc-ignore-case' by `assoc-string'.
33563 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
33565         * files.el (locate-file): Doc fix.
33567         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
33568         Remove the redundant test for ms-dos.
33570         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
33571         look for the preprocessor with exec-suffixes.  If not found in
33572         standard places, look in exec-path.  Remove most of the tests that
33573         used system-type.
33575         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
33577         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
33579         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
33580         file-name clash with jka-compr.el on 8+3 filesystems.
33582 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33584         * term/mac-win.el: Don't define or bind scroll bar functions if
33585         x-toolkit-scroll-bars is t.
33586         (x-select-text, x-get-selection-value): Clear
33587         x-last-selected-text-clipboard if x-select-enable-clipboard is
33588         nil.
33589         (PRIMARY): Put mac-scrap-name property.
33590         (mac-select-convert-to-file-url): New function.
33591         (public.file-url): New selection target type.  Add to
33592         selection-converter-alist.
33593         (x-get-selection, x-selection-value): Handle it.
33594         (x-cut-buffer-or-selection-value): New alias.
33596 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33598         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
33599         entry to avoid calling bibtex-find-entry with arg global
33600         being t.  Remove arg key.
33601         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
33602         (bibtex-copy-summary-as-kill): Change accordingly.
33604 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33606         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
33607         (org-agenda-date-later): Use with-current-buffer.
33609 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
33611         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
33612         (define-obsolete-variable-alias): Doc Fixes.
33614 2005-05-06  Kim F. Storm  <storm@cua.dk>
33616         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
33617         vertical-motion when selective-display is active.
33619         * ido.el (ido-setup-hook): New hook.
33620         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
33621         (ido-input-stack): New var.
33622         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
33623         ido-next-work-file binding to M-O.
33624         Bind M-f to ido-wide-find-file-or-pop-dir.
33625         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
33626         (ido-read-internal): Run ido-setup-hook.
33627         Catch quit in read-file-name and read-string to cancel edit.
33628         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
33629         Automatically pop-all when completing a directory name (RET).
33630         (ido-file-internal): Add with-no-warnings around ffap and dired code.
33631         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
33632         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
33633         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
33634         New functions for M-b/M-f to move among the directory components.
33635         (ido-make-merged-file-list): Catch quit to cancel merge.
33636         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
33637         (ido-completion-help): No warnings for ido-completion-buffer-full.
33639 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
33641         * font-lock.el (font-lock-negation-char-face): New face and variable.
33642         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
33643         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
33644         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
33645         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
33647 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
33649         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
33650         Fix typo in docstring.
33652         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
33653         (ebrowse-print-statistics-line)
33654         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
33656         * term/w32-win.el (image-library-alist): Add additional name for
33657         Xpm library.
33659 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
33661         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
33662         use gcc instead of cpp.
33664         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
33665         (gdb-create-define-alist): Use it.
33666         (gdb-cpp-define-alist-program): Update for MS-DOS.
33668 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
33670         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
33672 2005-05-04  Richard M. Stallman  <rms@gnu.org>
33674         * help.el (describe-key): No error when UNTRANSLATED is nil.
33676         * simple.el (line-move-1): Fix previous change to signal errors
33677         appropriately.
33679 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
33681         * calendar/icalendar.el (icalendar-version): Now at 0.12.
33682         (icalendar-duration-correction): Remove.
33683         (icalendar--get-event-properties): Split result at commas.
33684         (icalendar--decode-isoduration): New optional argument
33685         DURATION-CORRECTION.
33686         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
33687         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
33688         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
33689         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
33690         (icalendar--convert-anniversary-to-ical): New functions, extracted
33691         from icalendar-export-region, with bug fixes.
33692         (icalendar-export-region): Use the above functions.
33693         (icalendar-import-buffer): Check before saving diary file.
33694         (icalendar--convert-recurring-to-diary)
33695         (icalendar--convert-non-recurring-all-day-to-diary)
33696         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
33697         extracted from icalendar--convert-ical-to-diary, with bug fixes.
33698         (icalendar--convert-ical-to-diary): Use the above functions.
33700 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
33702         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
33703         Remove these recent additions.
33704         (c-mode): Restore to before 2005-04-28.
33706         * progmodes/cc-vars.el (cc-define-list-program): Remove this
33707         recent addition.
33709         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
33710         (gdb-define-alist): New variables.
33711         (gdb-create-define-alist): New function.
33712         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
33713         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
33714         with string-to-number.
33715         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
33717         * progmodes/gud.el: Replace string-to-int with string-to-number.
33718         (gud-find-file): Handle gdb-define-alist.
33720         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
33722 2005-05-02  Jay Belanger  <belanger@truman.edu>
33724         * calc/calc-aent.el (math-read-token):
33725         * calc/calc-bin.el (calc-word-size):
33726         * calc/calc-ext.el (calc-read-number-fancy):
33727         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
33728         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
33729         * calc/calc-frac.el (calc-over-notation):
33730         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
33731         (calc-graph-num-points, calc-graph-init):
33732         * calc/calc-prog.el (calc-read-parse-table-part)
33733         (calc-edit-macro-repeats):
33734         * calc/calc-yank.el (calc-do-grab-rectangle):
33735         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
33736         Replace `string-to-int' by `string-to-number'.
33738 2005-05-02  Kim F. Storm  <storm@cua.dk>
33740         * kmacro.el: Use executing-kbd-macro-index variable.
33742 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
33744         * net/rlogin.el (rlogin-parse-words): Delete func.
33745         (rlogin): Use split-string, not rlogin-parse-words.
33746         Also, if there are option-like elements in the parsed args,
33747         take the host to be the first arg immediately following them.
33748         Suggested by Michael Mauger.
33750 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
33752         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
33754 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
33756         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
33757         (cc-mode-cpp-program): Rename to cc-define-list-program and
33758         move to cc-vars.el.
33760         * progmodes/cc-vars.el (cc-define-list-program):
33761         Change to "gcc -E -dM -".  Make customizable.
33763 2005-05-02  Kim F. Storm  <storm@cua.dk>
33765         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
33767 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
33769         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
33771         * international/mule-util.el (truncate-string): Remove alias and
33772         obsolete declaration.
33774         * international/mule-cmds.el (update-iso-coding-systems):
33775         Remove alias and obsolete declaration.
33777         * international/mule.el (coding-system-parent): Remove alias and
33778         obsolete declaration.
33780         * subr.el (define-function, sref): Remove aliases and obsolete
33781         declarations.
33782         (chars-in-region): Remove obsolete declaration.
33784 2005-05-01  Richard M. Stallman  <rms@gnu.org>
33786         * info.el (Info-mode): Set widen-automatically to nil, locally.
33788         * simple.el (widen-automatically): New variable.
33789         (pop-global-mark): Obey widen-automatically.
33791 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
33793         * term/xterm.el (function-key-map): Call substitute-key-definition
33794         before the keymap size is increased by a lot of define-key calls.
33796 2005-05-01  Richard M. Stallman  <rms@gnu.org>
33798         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
33799         Rename ARG to ELEMENT.  Doc fix.
33801 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
33803         * allout.el (allout-exposure): Remove macro and obsolete declaration.
33804         Remove references to allout-exposure/change to allout-new-exposure.
33806         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
33807         bytecode symbols.
33809         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
33810         (compiled-function-p, focus-frame, unfocus-frame):
33811         Remove aliases and obsolete declarations.
33812         Back out inadvertent changes from previous commit.
33814 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
33816         * files.el (require-final-newline): Make Custom tags consistent
33817         with mode-require-final-newline.
33818         (mode-require-final-newline): Doc fix.
33820 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33822         * international/latexenc.el (latexenc-find-file-coding-system):
33823         Fix regular expressions.
33825 2005-05-01  David Kastrup  <dak@gnu.org>
33827         * international/latexenc.el (latexenc-find-file-coding-system):
33828         Fix regular expressions.
33830 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
33832         * subr.el (string-to-int): Make obsolete.
33834 2005-04-30  Richard M. Stallman  <rms@gnu.org>
33836         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
33838         * loadup.el: Load jka-comp-hook.
33840         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
33841         (jka-compr-handler): Add autoload.  `put' calls moved
33842         to jka-comp-hook.el.
33843         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
33844         (jka-compr-inhibit): Autoload.
33846         * jka-comp-hook.el: New file.
33847         Enable the mode by default.
33849         * files.el (backup-buffer-copy): Use copy-file instead
33850         of write-region, and put back the 'excl.
33852 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
33854         * progmodes/flymake.el (flymake-split-string)
33855         (flymake-split-string, flymake-log, flymake-pid-to-names)
33856         (flymake-reg-names, flymake-get-source-buffer-name)
33857         (flymake-unreg-names, flymake-add-line-err-info)
33858         (flymake-add-err-info): Clarify docstrings.
33859         (flymake-popup-menu, flymake-make-emacs-menu)
33860         (flymake-make-xemacs-menu): Add docstrings.
33861         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
33862         Set variables directly throughout.
33864 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
33866         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
33867         exists.  Initialize cc-define-alist.
33868         (c-mode): Add cc-create-define-alist locally to after-save-hook.
33869         If there is no file (Macroexpansion) don't create an alist.
33871 2005-04-29  Sam Steingold  <sds@gnu.org>
33873         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
33874         (cc-create-define-alist): Use it instead of the hard-coded string.
33876 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33878         * international/mule-conf.el (file-coding-system-alist): Fix regexp
33879         for latexenc.
33881 2005-04-29  Lute Kamstra  <lute@gnu.org>
33883         * emacs-lisp/generic.el: Improve commentary section.
33884         (define-generic-mode): Improve docstring.
33886 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
33888         * textmodes/org.el (many places): Change to quiet the byte compiler.
33889         (org-prefix-format-compiled): New variable.
33890         (org-compile-prefix-format): New function.
33891         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
33892         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
33893         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
33894         (org-get-entries-from-diary): Use `org-get-time-of-day' for
33895         consistency with entries from `org-mode' files.
33896         (org-get-time-of-day): Fix bug with partial matches early in a line.
33897         (org-non-link-chars): New constant.
33898         (org-link-regexp): Respect `org-non-link-chars'.
33899         (org-agenda-day-view): Remove command.
33900         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
33901         (org-follow-bbdb-link, org-store-link): Search also company field.
33902         (org-highlight-overlay): New variable.
33903         (org-highlight, org-unhighlight): New functions.
33904         (org-agenda-mode): Add pre-command-hook to remove highlight.
33905         (org-evaluate-time-range): Behavior depends upon whether time stamp
33906         contains a time or not.
33907         (org-show-subtree, org-show-entry): New functions.
33908         (org-agenda-cleanup-fancy-diary): Remove empty lines.
33910 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
33912         * comint.el (comint-output-filter-functions): Add autoload cookie.
33914 2005-04-28  Kim F. Storm  <storm@cua.dk>
33916         * ido.el (ido-everywhere): Fix last change.
33918 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33920         * international/latexenc.el: New file.
33921         * international/mule-conf.el (file-coding-system-alist): For .tex,
33922         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
33924 2005-04-28  Lute Kamstra  <lute@gnu.org>
33926         * font-lock.el (font-lock-add-keywords)
33927         (font-lock-remove-keywords): Clarify docstring.
33928         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
33929         Don't start docstrings with a `*'.
33930         (font-lock-update-removed-keyword-alist): Give it a docstring.
33932         * generic-x.el: Update commentary section.
33933         Only require font-lock when compiling.
33934         Define all modes conditionally.
33935         Place all generic modes in the generic-x-modes customization group.
33936         (generic-x-modes): New customization group.
33937         (generic-default-modes, generic-mswindows-modes)
33938         (generic-unix-modes, generic-other-modes): New constants.
33939         (generic-define-mswindows-modes, generic-define-unix-modes):
33940         Update docstrings.  Make them obsolete.
33941         (generic-extras-enable-list): New default value.  Update docstring.
33942         Improve :type.  Change :set function.
33943         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
33944         Fix docstring.
33946         * emacs-lisp/generic.el (generic-mode-internal):
33947         Simplify font-lock-defaults.
33948         (define-generic-mode): Fix docstring.
33950 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33952         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
33953         font-lock-face property to highlight matches.
33955 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
33957         * progmodes/cc-mode.el (cc-create-define-alist): New function.
33958         (cc-define-alist): New variable.
33959         (c-mode): Make it local and initialize it.
33961         * progmodes/gdb-ui.el (gdb-active-process): New variable.
33962         (gdb-exited): New function.
33963         (gdb-annotation-rules): Use it.
33964         (gdb-starting): Set gdb-active-process to t.
33965         (gdb-stopping): Amend doc string.
33966         (gdb-reset): Set gdb-active-process to nil.
33968         * tooltip.el (tooltip-gud-tips): Show the associated #define
33969         directives when a C program under GDB is not executing.
33971 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33973         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
33974         font-lock-fontify-syntactic-keywords.
33976         * font-lock.el (font-lock-default-fontify-region): Don't force
33977         parse-sexp-lookup-properties to nil.
33979 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
33981         * man.el (man-mode-syntax-table): Set up `:' to have
33982         word-constituent syntax.
33984 2005-04-27  Lute Kamstra  <lute@gnu.org>
33986         * novice.el (disable-command): Don't add spurious newlines to the
33987         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
33989 2005-04-26  Jay Belanger  <belanger@truman.edu>
33991         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
33992         than one window before deleting window.
33994 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
33996         * shell.el (shell-prompt-pattern): Doc fix.
33997         (shell-mode): Set paragraph-separate buffer locally to "\\'".
33999         * comint.el (comint-prompt-regexp, comint-get-old-input)
34000         (comint-use-prompt-regexp)
34001         (comint-use-prompt-regexp-instead-of-fields)
34002         (comint-replace-by-expanded-history, comint-send-input)
34003         (comint-output-filter, comint-get-old-input-default)
34004         (comint-line-beginning-position, comint-bol, comint-show-output)
34005         (comint-backward-matching-input, comint-forward-matching-input)
34006         (comint-next-prompt, comint-previous-prompt):
34007         Rename `comint-use-prompt-regexp-instead-of-fields' to
34008         `comint-use-prompt-regexp'.  Keep old name as alias and declare
34009         obsolete.
34010         (comint-use-prompt-regexp): Shorten first line of doc string.
34012         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
34013         Set paragraph-separate buffer locally to "\\'".
34015         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
34016         Adapt to above name change.
34018         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
34019         (smbclient-prompt-regexp): Ditto.
34021         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
34023 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
34025         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
34026         gdb-location-list.
34027         Break lines that are over 80 characters wide.
34029 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34031         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
34032         New fun and var, to preserve compatibility.
34034         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
34036 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
34038         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
34039         name to file-newer-than-file-p.
34041 2005-04-26  Richard M. Stallman  <rms@gnu.org>
34043         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
34045         * progmodes/python.el (python-mode):
34046         Use new name eldoc-documentation-function.
34048         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
34050         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
34051         (eldoc-documentation-function):
34052         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
34054 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
34056         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
34058 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34060         * term/xterm.el (function-key-map): Fix strings for
34061         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
34062         {C,S,A,C-S}-{f1-f12}.
34064 2005-04-26  Kenichi Handa  <handa@m17n.org>
34066         * international/mule-cmds.el (select-safe-coding-system):
34067         Fix previous change.
34069 2005-04-26  Lute Kamstra  <lute@gnu.org>
34071         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
34073         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
34074         (font-lock-comment-delimiter-face): Ditto.
34076         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
34078 2005-04-25  Jay Belanger  <belanger@truman.edu>
34080         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34081         to t while inserting information; use help-mode.
34083 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34085         * term.el (ansi-term-color-vector): Use the xterm colors.
34086         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
34088 2005-04-25  Lute Kamstra  <lute@gnu.org>
34090         * font-core.el (font-lock-defaults): Fix docstring.
34092         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
34094 2005-04-25  Kenichi Handa  <handa@m17n.org>
34096         * international/mule-cmds.el (select-safe-coding-system):
34097         Don't check consistency with coding: spec, etc if raw-text or
34098         no-conversion was found to be safe.
34100 2005-04-24  Richard M. Stallman  <rms@gnu.org>
34102         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
34103         citation markers at start of each line.
34105         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
34106         citation markers at start of each line.
34108         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
34110         * files.el (mode-require-final-newline): Fix previous change.
34111         (require-final-newline): Fix type label.
34113 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
34115         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
34116         statement in buffer (broken by 2004-11-24 change).
34118 2005-04-24  Kim F. Storm  <storm@cua.dk>
34120         * ido.el (ido-everywhere): Save and restore old read-buffer-function
34121         and read-file-name-function values.  Don't overwrite existing
34122         non-nil values if ido-mode is enabled without ido-everywhere.
34124 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
34126         * files.el (mode-require-final-newline): Minor doc fix.
34128 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
34130         * subr.el (syntax-after): Doc fix.
34131         (syntax-class): If argument is nil, return nil.  Mask off upper 16
34132         bits, not 8 bits.
34134         * files.el (mode-require-final-newline): Doc fix.
34135         (backup-buffer-copy): Fix last change.
34137 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34139         * term/mac-win.el: Require select.  Set selection-coding-system to
34140         mac-system-coding-system.  Call menu-bar-enable-clipboard.
34141         (x-last-selected-text-clipboard, x-last-selected-text-primary)
34142         (x-select-enable-clipboard): New variables.
34143         (x-select-text, x-get-selection, x-selection-value)
34144         (x-get-selection-value, mac-select-convert-to-string)
34145         (mac-services-open-file, mac-services-open-selection)
34146         (mac-services-insert-text): New functions.
34147         (CLIPBOARD, FIND): Put mac-scrap-name property.
34148         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
34149         (public.tiff): Put mac-ostype property.
34150         (selection-converter-alist): Add entries for them.
34151         (mac-application-menu-map): New keymap.
34152         (interprogram-cut-function, interprogram-paste-function): Set to
34153         x-select-text and x-get-selection-value, respectively.
34154         (split-window-keep-point): Set to t.
34156 2005-04-23  Richard M. Stallman  <rms@gnu.org>
34158         * files.el (read-directory-name): Always pass non-nil
34159         DEFAULT-FILENAME arg to read-file-name.
34160         (backup-buffer-copy, basic-save-buffer-2): Take care against
34161         writing thru an unexpected existing symlink.
34162         (revert-buffer): In indirect buffer, revert the base buffer.
34163         (magic-mode-alist): Doc fix.
34164         (buffer-stale-function): Doc fix.
34165         (minibuffer-with-setup-hook): Avoid warning.
34166         (mode-require-final-newline): Doc and custom fix.
34168         * follow.el (follow-end-of-buffer): Use with-no-warnings.
34170         * font-lock.el (font-lock-comment-face): On terminals with few colors,
34171         use the default appearance.
34172         (font-lock-comment-delimiter-face): New face, new variable.
34174         * imenu.el (imenu--generic-function): The official position of a
34175         definition is the start of the line that BEG is in.
34177         * midnight.el (midnight-timer): Move defvar up.
34179         * mouse.el (mouse-drag-region-1): Delete some debugging code.
34181         * saveplace.el (save-place-to-alist): Use with-no-warnings.
34183         * startup.el (command-line): Use with-no-warnings.
34185         * window.el (window-size-fixed): New defvar.
34187         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
34189         * mail/rmail.el (rmail-font-lock-keywords):
34190         Use font-lock-comment-delimiter-face.
34192         * mail/sendmail.el (mail-font-lock-keywords):
34193         Use font-lock-comment-delimiter-face.
34195         * progmodes/compile.el (next-error-highlight-timer): New defvar.
34197 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
34199         * progmodes/compile.el (compilation-mode-font-lock-keywords):
34200         Specify t for LAXMATCH when matching directories.
34201         Save match data around compilation-compat-error-properties form.
34203 2005-04-23  David Kastrup  <dak@gnu.org>
34205         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
34206         Mention that the autoloaded aliases should be kept for AUCTeX.
34208 2005-04-23  Andreas Schwab  <schwab@suse.de>
34210         * isearch.el (isearch-forward): Doc fix.
34212 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
34214         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
34215         (jit-lock-stealth-nice): Change default value to 0.5.
34217 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
34219         * abbrev.el (write-abbrev-file): Write table entries in
34220         alphabetical order by table name.
34222 2005-04-22  Kim F. Storm  <storm@cua.dk>
34224         * ido.el (ido-read-internal): Fix `list' completion.
34226 2005-04-22  Kenichi Handa  <handa@m17n.org>
34228         * recentf.el (recentf-save-file-coding-system): New variable.
34229         (recentf-save-list): Encode the file by
34230         recentf-save-file-coding-system and add coding: tag.
34232 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
34234         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
34236 2005-04-21  Lute Kamstra  <lute@gnu.org>
34238         * loadhist.el (unload-feature): Don't remove a function from hooks
34239         if it is about to be restored to an autoload .  Remove functions
34240         that will become unbound from auto-mode-alist.  Simplify the code.
34242         * subr.el (assq-delete-all): New implementation that is linear,
34243         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
34244         (rassq-delete-all): New function.
34246         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34247         Add size-indication-mode.
34249 2005-04-21  Kenichi Handa  <handa@m17n.org>
34251         * international/mule-cmds.el: Add autoload for widget-value in
34252         eval-when-compile.
34254 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
34256         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34257         Add tooltip-mode.
34259         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
34261 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
34263         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
34264         (inferior-lisp-filter-regexp, inferior-lisp-program)
34265         (inferior-lisp-load-command, inferior-lisp-prompt)
34266         (inferior-lisp-mode-hook, lisp-source-modes)
34267         (inferior-lisp-load-hook): defvar->defcustom.
34268         (inferior-lisp-program, inferior-lisp-prompt)
34269         (inferior-lisp-load-hook): Doc fixes.
34270         (inferior-lisp-install-letter-bindings): Small change in
34271         introductory comment.
34273 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
34275         * vc.el (vc-annotate-color-map): Change some colors so that text
34276         using them as foreground is readable on both white and black
34277         backgrounds.
34279 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34281         * international/mule-conf.el (translation-table-for-input):
34282         Remove redundant declaration.
34284 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34286         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
34288         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
34289         (tooltip-toggle-gud-tips): New function.
34291 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34293         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
34294         right angle brackets.
34296 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34298         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
34300 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
34302         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
34303         Remove.  Update callers to use expand-file-name instead.
34305         * subr.el (syntax-class): New function.
34307         * simple.el (blink-matching-open): Use it.
34309         * paren.el (show-paren-function): Use it to recognize parens that are
34310         also used in 2-char comment markers.
34312 2005-04-19  Lute Kamstra  <lute@gnu.org>
34314         * loadhist.el (unload-feature): Update for new format of
34315         load-history.  Simplify the code.
34317 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34319         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
34320         (mac-add-charset-info): New function.  Initialize variable
34321         mac-charset-info-alist using it.
34322         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
34323         for translation.
34324         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
34325         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
34326         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
34327         New CCL programs.
34329 2005-04-19  Kim F. Storm  <storm@cua.dk>
34331         * simple.el (next-buffer, prev-buffer, next-error)
34332         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34333         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
34335         * bindings.el (next-buffer, prev-buffer, next-error)
34336         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34337         (clone-indirect-buffer-other-window): Move bindings from simple.el.
34338         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
34339         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
34341 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34343         * isearch.el (isearch-edit-string): Make the search-ring available for
34344         minibuffer history commands.
34345         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
34346         the default history commands now work just as well.
34347         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
34349 2005-04-18  Kim F. Storm  <storm@cua.dk>
34351         * emulation/cua-base.el (cua--pre-command-handler): Add more
34352         elaborate check for shift modifier on non-window systems.
34354 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
34356         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
34358 2005-04-18  Kim F. Storm  <storm@cua.dk>
34360         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
34361         and make it optional.  Don't test tooltip-gud-echo-area here.
34362         (tooltip-gud-process-output, gdb-tooltip-print):
34363         Pass tooltip-gud-echo-area to tooltip-show.
34364         (tooltip-help-tips): Remove second optional arg to tooltip-show.
34366 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34368         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
34369         `display-graphic-p' may not be bound yet.
34371 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
34373         * startup.el (command-line): No longer enable Xterm Mouse mode by
34374         default in terminals compatible with xterm.
34376         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
34378 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
34380         * tooltip.el (tooltip-gud-echo-area): Rename from
34381         tooltip-use-echo-area.
34382         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
34383         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
34384         area independently of where help tooltips are displayed.
34386 2005-04-17  David Kastrup  <dak@gnu.org>
34388         * cus-theme.el (custom-theme-write-variables): Quote variables
34389         where necessary.
34391 2005-04-17  Richard M. Stallman  <rms@gnu.org>
34393         * simple.el (yank-excluded-properties): Add follow-link to value.
34395         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
34397         * startup.el (fancy-splash-max-time): Just 30 seconds.
34398         (fancy-splash-delay): Just 7.
34399         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
34401         * loadhist.el (unload-feature): Update for new format of load-history.
34402         Simplify the code.
34404         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
34405         (rmail-font-lock-keywords): Don't fontify the text of a citation.
34407         * mail/sendmail.el (mail-font-lock-keywords):
34408         Don't fontify subject text.
34409         Don't fontify the text of a citation.
34411 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
34413         * comint.el (comint-output-filter): Run comint-output-filter-functions
34414         with point where the user had it.
34416 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
34418         * international/ucs-tables.el (ucs-set-table-for-input):
34419         Disable when using unify-on-decoding.
34421 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
34423         * emulation/cua-base.el (cua-global-mark-face): Add special case
34424         for displays supporting a high number of colors.
34426 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
34428         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
34430 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
34432         * filesets.el (filesets-add-buffer): If user supplies a name of a
34433         non-existing fileset, create a new fileset.
34435 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
34437         * textmodes/org.el (org-up-heading-all): Fix bug with
34438         `outline-up-heading-all'.
34440 2005-04-16  Andreas Schwab  <schwab@suse.de>
34442         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
34443         /etc/permissions.d/* and /etc/aliases.d/*.
34445 2005-04-16  Kenichi Handa  <handa@m17n.org>
34447         * international/code-pages.el (cp-make-coding-system):
34448         Set `translation-table-for-input' property value to the symbol
34449         ucs-mule-to-mule-unicode, not to that value.
34450         (pt154): Escape guillemet by `\'.
34452 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
34454         * loadup.el: Load tooltip if x-show-tip is fboundp.
34456         * startup.el (command-line): Add comment.
34458         * tooltip.el (tooltip-mode): Specify correct standard value for
34459         Custom in init-value.
34461 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
34463         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
34464         possible.
34466 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
34468         * textmodes/org.el (org-agenda-date-prompt): Rename from
34469         `org-agenda-date-today'.
34470         (org-evaluate-time-range): Insert at point instead of directly
34471         after time range.
34472         (org-first-headline-recenter, org-subtree-end-visible-p)
34473         (org-optimize-window-after-visibility-change): New functions
34474         (org-agenda-post-command-hook): Don't allow point at end of line,
34475         to make sure it always hits the text properties.
34476         (org-agenda-next-date-line, org-agenda-previous-date-line):
34477         New commands.
34478         (org-set-regexps-and-options): Category may contain white space.
34479         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34480         Improve marker positions.
34481         (org-agenda-new-marker): Argument POS made optional.
34482         (org-agenda-get-timestamps): Deadlines which are done are listed
34483         in org-done-face now.
34484         (org-agenda-get-todos, org-agenda-get-timestamps)
34485         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34486         Set `undone-face' and `done-face' properties.
34487         (org-last-todo-state-is-todo): New variable.
34488         (org-todo): Set `org-last-todo-state-is-todo'.
34489         (org-agenda-todo): Change face according to
34490         `org-last-todo-state-is-todo'.  And change other lines referring to
34491         the same entry.
34492         (org-calendar-goto-agenda): New command.
34493         (org-calendar-to-agenda-key): New option.
34494         (org-startup-folded): New allowed value `content'.
34495         (org-set-regexps-and-options): Accept new value `content' for
34496         `org-startup-folded'.
34497         (org-get-current-options): Handle new value `content' for
34498         `org-startup-folded'.
34499         (org-insert-todo-heading): New command.
34500         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
34501         interactively in empty file and option
34502         `org-insert-mode-line-in-empty-file' has been set.
34503         (org-agenda-todo, org-agenda-priority): Modify to use
34504         `org-agenda-change-all-lines'.
34505         (org-warning-face): Change color on dark background.
34507 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34509         * international/mule-cmds.el (set-locale-environment): On Mac OS,
34510         use preferences AppleLocale and AppleLanguages, and variable
34511         mac-system-locale for default locale.  On Mac OS Classic, use
34512         mac-system-coding-system for default coding systems.
34514         * term/mac-win.el: Don't set file-name-coding-system.
34515         Decode variables system-name, emacs-build-system, user-login-name, and
34516         user-full-name by mac-system-coding-system on Mac OS Classic.
34517         (mac-system-coding-system): New variable.
34519 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
34521         * startup.el (command-line): Handle `xterm-mouse-mode' before
34522         reading init file.
34524         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
34526 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
34528         * progmodes/sh-script.el (sh-here-document-word): Make it a
34529         defcustom.  Doc fix.
34530         (sh-add): Bash uses $(( )) for arithmetic.
34531         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
34532         (sh-maybe-here-document): Remove quotes and leading whitespace
34533         from heredoc word when closing.  Indent heredoc with tabs if word
34534         starts with "-".
34536 2005-04-13  Richard M. Stallman  <rms@gnu.org>
34538         * simple.el (undo): Fix previous change.
34540         * custom.el (defface): Doc fix.
34542 2005-04-13  Lute Kamstra  <lute@gnu.org>
34544         * Makefile.in (DONTCOMPILE): Remove list.
34545         (compile, compile-always): Don't use DONTCOMPILE.
34546         (update-authors): Load the library in which batch-update-authors
34547         is defined.
34548         * makefile.w32-in (DONTCOMPILE): Remove list.
34549         (compile, compile-always): Fix comments.
34550         (update-authors): Load the library in which batch-update-authors
34551         is defined.
34553         * generic-x.el (generic-mode-ini-file-find-file-hook):
34554         Rename to ini-generic-mode-find-file-hook.
34555         Keep generic-mode-ini-file-find-file-hook as an alias.
34556         (ini-generic-mode-find-file-hook): Rename from
34557         generic-mode-ini-file-find-file-hook.  Fix docstring.
34558         (ini-generic-mode): Docstring change.
34559         (bat-generic-mode-run-as-comint): Silence the byte compiler.
34561         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
34562         called from lisp.
34564         * generic.el: Move to the emacs-lisp subdir.
34566 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
34568         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
34569         and C-S- function and cursor motion keys.
34571 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
34573         * startup.el (command-line): Enable Xterm Mouse mode by default.
34574         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
34575         for Custom.  No longer show "Mouse" in mode line when enabled.
34576         Doc fix.
34578 2005-04-12  Kim F. Storm  <storm@cua.dk>
34580         * emulation/cua-base.el (cua-rectangle-face)
34581         (cua-rectangle-noselect-face): Define face attributes here.
34583         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
34585 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34587         * startup.el (command-line): Turn off blinking cursor if
34588         cursorBlink in resources is off or false.
34590 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34592         * term/mac-win.el (dnd): Require dnd.
34593         (mac-drag-n-drop): Call dnd-handle-one-url.
34594         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
34595         (kTextEncodingISOLatin2): Remove constants.
34596         (mac-script-code-coding-systems): New constant.
34597         (mac-handle-language-change): New function.
34598         (special-event-map): Bind it to `language-change' event.
34599         (mac-centraleurroman, mac-cyrillic): New coding systems.
34600         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
34601         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
34602         and mac-cyrillic-encoder to encode-mac-centraleurroman and
34603         encode-mac-cyrillic, respectively.
34605 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34607         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
34608         Don't set overlay-arrow-string to "=>" as this is done
34609         globally in C now.
34611 2005-04-12  Lute Kamstra  <lute@gnu.org>
34613         * generic-x.el (rc-generic-mode, rul-generic-mode):
34614         Fix auto-mode-alist entries.
34615         (etc-fstab-generic-mode): Tweak fontification.
34617         * generic.el (generic-make-keywords-list): Fix docstring.
34618         (generic-mode-internal): Simplify generic-font-lock-keywords.
34620 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34622         * whitespace.el (whitespace-buffer-leading)
34623         (whitespace-buffer-trailing): Revert the incorrect test inversion.
34624         However, fix the highlight area for the leading and
34625         trailing whitespaces to show space.
34627 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34629         * whitespace.el (whitespace-version): Bump to 3.5.
34631         (whitespace-buffer-leading, whitespace-buffer-trailing):
34632         Invert sense of the test to highlight the whitespace.
34634 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34636         * progmodes/gud.el (gud-display-line): GUD uses its own
34637         overlay arrow now so don't set overlay-arrow-string.
34638         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
34640 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
34642         * term.el (term-ansi-current-bold, term-ansi-current-underline)
34643         (term-ansi-current-reverse, term-ansi-current-invisible)
34644         (term-ansi-face-already-done): Change to boolean.
34645         (term-reset-terminal, term-handle-colors-array): Handle the above
34646         vars accordingly.
34647         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
34648         (term-emulate-terminal): Use the new name.
34650         * faces.el (secondary-selection): Use yellow1, not yellow.
34651         (trailing-whitespace): Use red1, not red.
34653 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34655         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
34656         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
34657         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
34659         * cus-edit.el (dnd): New group.
34661         * term/w32-win.el (dnd): Require dnd
34662         (w32-drag-n-drop): Call dnd-handle-one-url.
34664         * x-dnd.el: Require dnd.
34665         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
34666         Call dnd-handle-one-url.
34667         (x-dnd-types-alist, x-dnd-insert-utf8-text)
34668         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
34669         to dnd-insert-text.
34670         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
34671         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
34672         (x-dnd-get-local-file-name, x-dnd-open-local-file)
34673         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
34675         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
34677 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34679         * wdired.el: Doc fixes.
34680         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
34681         (wdired-use-dired-vertical-movement): Rename from
34682         wdired-always-move-to-filename-beginning.
34683         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
34684         (wdired-change-to-wdired-mode): Change mode name.
34685         (wdired-newline): Delete.
34687 2005-04-11  Richard M. Stallman  <rms@gnu.org>
34689         * whitespace.el (whitespace-highlight-the-space):
34690         Don't call whitespace-unhighlight-the-space here.
34692         * simple.el (undo): Record t in undo-equiv-table
34693         for the redo record made by an undo-in-region.
34695 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34697         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
34698         (gdb-frame-inferior-io-buffer): New Functions to control
34699         display of separate IO buffer.
34700         (menu): Add them to menu-bar.
34701         (gdb-display-buffer): Check for buffer another frame.
34702         Protect GUD buffer.
34703         (gdb-setup-windows): Create IO buffer if not already there.
34704         (gdb-memory-mode): Remove purecopy noops.
34706 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34708         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
34709         and pass to self-insert-command.
34711 2005-04-11  Lute Kamstra  <lute@gnu.org>
34713         * generic.el: Commentary section cleanup.
34714         (generic): Delete.
34715         (generic-use-find-file-hook, generic-lines-to-scan)
34716         (generic-find-file-regexp, generic-ignore-files-regexp)
34717         (default-generic-mode, generic-mode-find-file-hook)
34718         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
34719         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
34720         (generic-use-find-file-hook, generic-lines-to-scan)
34721         (generic-find-file-regexp, generic-ignore-files-regexp)
34722         (default-generic-mode, generic-mode-find-file-hook)
34723         (generic-mode-ini-file-find-file-hook): Move from generic.el.
34725 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
34727         * bookmark.el (bookmark-write-file): Catch errors writing file.
34728         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
34730 2005-04-10  Richard M. Stallman  <rms@gnu.org>
34732         * startup.el (fancy-splash-tail): Update copyright year.
34733         (command-line): Split part of -Q into -D.
34734         (emacs-basic-display): New defvar.
34735         (fancy-splash-text): Correct name of menu item.
34737         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
34739         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
34740         lines in one node.
34742         * comint.el (comint-send-input): New arg ARTIFICIAL.
34743         Callers in this file changed.
34745         * abbrev.el (define-abbrevs): Read system abbrevs properly.
34747         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
34749 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
34751         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
34752         `ldap-search-internal'.
34754 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34756         * files.el (set-auto-mode-1): Use line-end-position.
34758         * international/latin-1.el:
34759         * international/latin-2.el:
34760         * international/latin-3.el:
34761         * international/latin-4.el:
34762         * international/latin-5.el:
34763         * international/latin-8.el:
34764         * international/latin-9.el: Give punctuation syntax to NBSP.
34766         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
34767         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
34768         Use char-classes to accept non-ascii letters, accepted in some recent
34769         bibtex implementations.
34771 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
34773         * custom.el (custom-set-minor-mode): Any non-nil value for the
34774         variable should enable the mode when set through Custom.
34776 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34778         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
34779         TAB binding so tab-always-indent is obeyed.
34780         (vhdl-minibuffer-local-map): Move initialization into declaration.
34781         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
34782         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
34783         (vhdl-hooked-abbrev): Avoid test for XEmacs.
34784         (vhdl-current-line): Use line-beginning-position.
34785         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
34786         with-output-to-temp-buffer, so the current position can be recorded.
34788 2005-04-10  Masatake YAMATO  <jet@gyve.org>
34790         * progmodes/compile.el (compilation-error-regexp-alist-alist):
34791         Add regexp for gcov.
34793 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
34795         * calendar/time-date.el (time-to-seconds, seconds-to-time)
34796         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
34797         syntax which Emacs 20 doesn't support.
34799 2005-04-09  Richard M. Stallman  <rms@gnu.org>
34801         * help.el (describe-key-briefly, describe-key):
34802         Replace strings as event types with "(any string)".
34804 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
34806         * arc-mode.el (archive-mode-map): Move initialization into
34807         the declaration.  Override *all* bindings of `undo'.
34808         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
34810 2005-04-09  Jay Belanger  <belanger@truman.edu>
34812         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
34814 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
34816         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
34817         (xterm-register-default-colors): Update color values computation
34818         to match xterm-200.
34820 2005-04-09  Kenichi Handa  <handa@m17n.org>
34822         * international/code-pages.el (iso-latin-7): Fix the map.
34824 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
34826         * emacs-lisp/lisp.el (defun-prompt-regexp)
34827         (parens-require-spaces, buffer-end, end-of-defun)
34828         (insert-parentheses): Doc fixes.
34830 2005-04-08  Kim F. Storm  <storm@cua.dk>
34832         * comint.el (comint-highlight-prompt): Fix face spec.
34833         * hi-lock.el (hi-green): Likewise.
34835 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
34837         * cus-edit.el (custom-modified-face):
34838         * comint.el (comint-highlight-input): Fix previous changes.
34839         * term.el (term-handle-ansi-escape): Add a comment.
34841 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
34843         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
34844         in the buffer and in whitespace-highlighted-space.
34845         (whitespace-unhighlight-the-space): Simplify.
34846         (whitespace-buffer): Simplify.
34848 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
34850         * textmodes/table.el (table-cell-face): Add special case for
34851         displays supporting a high number of colors.
34852         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
34853         (vhdl-font-lock-reserved-words-face)
34854         (vhdl-speedbar-architecture-face)
34855         (vhdl-speedbar-instantiation-face)
34856         (vhdl-speedbar-architecture-selected-face)
34857         (vhdl-speedbar-instantiation-selected-face): Likewise.
34858         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
34859         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
34860         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
34861         (ebrowse-root-class-face, ebrowse-member-attribute-face)
34862         (ebrowse-progress-face): Likewise.
34863         * progmodes/compile.el (compilation-info-face): Likewise.
34864         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
34865         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
34866         * calendar/calendar.el (diary-face): Likewise.
34867         * woman.el (woman-italic-face, woman-bold-face)
34868         (woman-unknown-face): Likewise.
34869         * wid-edit.el (widget-button-pressed-face): Likewise.
34870         * whitespace.el (whitespace-highlight-face): Likewise.
34871         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
34872         * pcvs-info.el (cvs-marked-face): Likewise.
34873         * info.el (info-xref): Likewise.
34874         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
34875         * hilit-chg.el (highlight-changes-face)
34876         (highlight-changes-delete-face): Likewise.
34877         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
34878         (hi-red-b): Likewise.
34879         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
34880         * font-lock.el (font-lock-keyword-face)
34881         (font-lock-function-name-face, font-lock-warning-face): Likewise.
34882         * cus-edit.el (custom-invalid-face, custom-modified-face)
34883         (custom-set-face, custom-changed-face, custom-variable-tag-face)
34884         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
34885         * comint.el (comint-highlight-prompt): Likewise.
34887 2005-04-08  Lute Kamstra  <lute@gnu.org>
34889         * font-lock.el (font-lock-keywords): Docstring fixes.
34891 2005-04-08  Kenichi Handa  <handa@m17n.org>
34893         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
34894         chars are more than a limit, print " and more..." at the tail.
34896 2005-04-08  Kim F. Storm  <storm@cua.dk>
34898         * emacs-lisp/authors.el (authors-aliases): Update list.
34899         (authors-ignored-files): New list.
34900         (authors-fixed-entries): Fix typo.
34901         (authors-renamed-files-alist): Update list.
34902         (authors-add): Check authors-ignored-files.
34904 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
34906         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
34907         optional, to ensure backward compatibility.
34909 2005-04-08  Stephen Eglen  <stephen@gnu.org>
34911         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
34913 2005-04-08  Kim F. Storm  <storm@cua.dk>
34915         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
34917         * mouse.el (mouse-on-link-p): Doc fix.
34919 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
34921         * ielm.el (ielm-prompt-read-only): Doc fix.
34923         * comint.el (comint-prompt-read-only): Doc fix.
34925 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
34927         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
34928         ensure dired always handles wildcards passed to ffap.
34929         (find-file-at-point): Use it.
34930         (ffap-dired-wildcards): Doc fix.
34932 2005-04-07  Juri Linkov  <juri@jurta.org>
34934         * simple.el (next-error-overlay-arrow-position): New defvar.
34935         Put "=>" on its property `overlay-arrow-string'.  Add it to
34936         `overlay-arrow-variable-list'.
34938         * progmodes/compile.el (compilation-setup):
34939         Set `next-error-overlay-arrow-position' to nil.  Also set it to
34940         nil in the local hook `kill-buffer-hook'.  Make local variable
34941         `overlay-arrow-string' and set it to "=>".
34942         (compilation-goto-locus): Set BOL position to
34943         `next-error-overlay-arrow-position' instead of
34944         `overlay-arrow-position'.
34946         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
34947         locally instead of adding it to the global hook.
34948         (Info-kill-buffer): Move up.
34950 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
34952         * term/xterm.el (xterm-standard-colors): Update color values from
34953         xterm-200.
34955 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
34957         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
34959         * fast-lock.el:
34960         * lazy-lock.el: Move them to the obsolete subdir.
34962 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34964         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
34965         (wdired-add-replace-advice): Remove.
34966         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
34968 2005-04-06  Kim F. Storm  <storm@cua.dk>
34970         * startup.el (command-line): Add --bare-bones alias for -Q.
34972 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34974         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
34975         create the startup fontset if a font specification ends with
34976         `mac-roman'.
34978 2005-04-06  Lute Kamstra  <lute@gnu.org>
34980         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
34981         change.
34983         * emacs-lisp/copyright.el (copyright-update-year): Replace the
34984         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
34986 2005-04-05  Lute Kamstra  <lute@gnu.org>
34988         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
34989         (define-generic-mode): Ditto.  Fix debug declaration.
34991         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
34992         Put them in the generic-x group.
34994         * calendar/timeclock.el (timeclock): Doc fix.
34996         * generic.el (define-generic-mode): Don't use custom-current-group.
34997         Document default :group value.
34998         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
34999         (define-global-minor-mode): Don't use custom-current-group.
35001 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
35003         * startup.el (command-line-1): Display startup-echo-area-message
35004         when fancy splash screen is in use.
35006         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
35007         (sh-escaped-newline): New face.
35008         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
35009         newline, and use sh-escaped-newline face.
35011         * progmodes/tcl.el (tcl-escaped-newline): New face.
35012         (tcl-builtin-list): New variable.
35013         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
35014         newlines.  Fix keywords subexpression number.
35016 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
35018         * textmodes/org.el (org-diary-default-entry): Fix call to
35019         `add-to-diary-entry'.
35021 2005-04-05  Kim F. Storm  <storm@cua.dk>
35023         * ediff-init.el: Use (featurep 'xemacs).
35025 2005-04-05  David Ponce  <david@dponce.com>
35027         * cus-edit.el (face): Derive from symbol widget.  Display sample
35028         of the current face on the fly.
35029         (widget-face-sample-face-get, widget-face-notify): New functions.
35030         (widget-face-value-create): Remove.
35032         * wid-edit.el (widget-field-end): Temporarily remove field
35033         narrowing before to call `get-char-property'.
35035 2005-04-04  Jay Belanger  <belanger@truman.edu>
35037         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
35038         (math-read-subscripts): New variable.
35039         (math-read-preprocess-string): Process subscripts.
35041 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
35043         * comint.el (comint-prompt-read-only): Doc fix.
35045         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
35046         `-1'.  Doc fix.
35048 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
35050         * textmodes/org.el (org-insert-mode-line-in-empty-file):
35051         Change default value to nil.
35053 2005-04-04  Lute Kamstra  <lute@gnu.org>
35055         * autorevert.el (auto-revert-mode): Specify :group.
35056         * battery.el (display-battery-mode): Specify :group.
35057         * diff-mode.el (diff-minor-mode): Specify :group.
35058         * font-core.el (font-lock-mode): Specify :group.
35059         * hl-line.el (hl-line-mode): Specify :group.
35060         * iimage.el (iimage): New customization group.
35061         (iimage-mode): Specify :group.
35062         * longlines.el (longlines-mode): Specify :group.
35063         * master.el: Don't require easy-mmode.
35064         (master): New customization group.
35065         (master-mode): Specify :group.
35066         * msb.el (msb-mode): Specify :group.
35067         * reveal.el (reveal-mode): Specify :group.
35068         * simple.el (next-error-follow-minor-mode): Specify :group.
35069         * smerge-mode.el (smerge-mode): Specify :group.
35070         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
35071         * emulation/cua-base.el (cua-mode): Specify :group.
35072         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
35073         * language/thai-util.el (thai-auto-composition-mode)
35074         (thai-word-mode): Specify :group.
35075         * mail/supercite.el (sc-minor-mode): Specify :group.
35076         * progmodes/cwarn.el (cwarn-mode): Specify :group.
35077         * progmodes/flymake.el (flymake-mode): Specify :group.
35078         * progmodes/glasses.el (glasses-mode): Specify :group.
35079         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
35080         * textmodes/enriched.el (enriched-mode): Specify :group.
35081         * textmodes/refill.el (refill-mode): Specify :group.
35083         * add-log.el (change-log-font-lock-keywords): Names in
35084         parenthesized lists can contain spaces.
35086 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
35088         * startup.el (fancy-splash-text): Shorten default text of
35089         "Emacs Tutorial" line.  Also, if the current language env
35090         indicates an available tutorial file other than TUTORIAL,
35091         extract its title and append it to the line in parentheses.
35092         (fancy-splash-insert): If arg is a thunk, funcall it.
35094 2005-04-04  Jay Belanger  <belanger@truman.edu>
35096         * calc/calc.el (calc-language-alist): Add tags to customization type.
35098 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
35100         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
35101         Doc fix.
35103 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
35105         * add-log.el (change-log-font-lock-keywords): The manual
35106         describing a Change Log entry, says: (...) "Aside from these
35107         header lines, every line in the change log starts with a space or
35108         a tab.".  The font-lock was not highlighting lines started with
35109         spaces, added support for it.
35111 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35113         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
35114         (bibtex-generate-url-list): Update docstring accordingly.  Put the
35115         complex example in the docstring.
35116         (bibtex-font-lock-url): Use pop.
35118 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35120         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
35122         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
35124 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
35126         * filesets.el (filesets-set-default): Doc fix.
35128 2005-04-03  Lute Kamstra  <lute@gnu.org>
35130         * generic.el (define-generic-mode): Add argument to specify
35131         keywords for defcustom.
35132         (default-generic-mode): Specify :group.
35134         * generic-x.el: Specify :group for all generic modes.
35136         * desktop.el (desktop-no-desktop-file-hook)
35137         (desktop-after-read-hook): Doc fix.
35139 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
35141         * simple.el (visible-mode): Use explicit :group keyword.
35142         This changes the group of `visible-mode-hook' from paren-blinking
35143         to editing-basics.
35145 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
35147         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
35148         mailbox specifications as well as URLs.
35149         (rmail-insert-inbox-text): Remove unused conditional branches.
35151 2005-04-01  Jay Belanger  <belanger@truman.edu>
35153         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
35154         (calc-gnuplot-print-command): Move definitions to calc.el.
35156         * calc/calc-embed.el (calc-embedded-announce-formula)
35157         (calc-embedded-open-formula, calc-embedded-close-formula)
35158         (calc-embedded-open-word, calc-embedded-close-word)
35159         (calc-embedded-open-plain, calc-embedded-close-plain)
35160         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
35161         (calc-embedded-open-mode, calc-embedded-close-mode):
35162         Move definitions to calc.el.
35164         * calc/calc.el (calc-settings-file, calc-language-alist):
35165         Make customizable.
35166         (calc-embedded-announce-formula, calc-embedded-open-formula)
35167         (calc-embedded-close-formula, calc-embedded-open-word)
35168         (calc-embedded-close-word, calc-embedded-open-plain)
35169         (calc-embedded-close-plain, calc-embedded-open-new-formula)
35170         (calc-embedded-close-new-formula, calc-embedded-open-mode)
35171         (calc-embedded-close-mode, calc-gnuplot-name)
35172         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
35173         from other files and make customizable.
35175 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35177         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
35178         Use buffer-live-p.
35179         (cvs-mode-run): Don't call cvs-update-header here.
35180         (cvs-run-process): Call cvs-update-header.
35181         Use process properties for cvs-postprocess and cvs-buffer so that
35182         the sentinel can behave better if the temp buffer is killed.
35183         Use a pipe rather than a tty, to better handle unexpected prompts.
35184         (cvs-sentinel): Rewrite.  Call cvs-update-header.
35186 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
35188         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
35189         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
35191 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
35193         * generic.el (define-generic-mode): Add indentation rule.
35195 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
35197         * files.el (mode-require-final-newline): Make Custom correctly
35198         report a nil value and allow to set it to nil via Custom.
35199         Doc fix.
35201 2005-04-01  Kenichi Handa  <handa@m17n.org>
35203         * international/characters.el: Enable the correct case setting for
35204         dotless-i and dotted-I.
35206 2005-04-01  Kim F. Storm  <storm@cua.dk>
35208         * ido.el (ido-file-internal): Fall back to non-ido command if
35209         initial directory is on slow ftp (or tramp) host.
35211 2005-03-31  Richard M. Stallman  <rms@gnu.org>
35213         * emacs-lisp/autoload.el (make-autoload):
35214         Handle define-global-minor-mode.
35216         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
35217         Rename from easy-mmode-define-global-mode.
35218         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
35220         * progmodes/scheme.el (scheme-mode-syntax-table):
35221         Update syntax of | and # for two-character comment syntax.
35223 2005-03-31  Lute Kamstra  <lute@gnu.org>
35225         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
35226         (define-minor-mode): Call custom-current-group at load-time.
35228         * generic.el (define-generic-mode): Add debug declaration.
35229         Add defcustom for the mode hook.
35230         (generic-mode-internal): Use run-mode-hooks.
35232 2005-03-31  Kim F. Storm  <storm@cua.dk>
35234         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
35235         (mouse-fixup-help-message): New defun called by show_help_echo
35236         to fixup mouse-2 prefix in help messages when applicable.
35238         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
35240 2005-03-31  Kenichi Handa  <handa@m17n.org>
35242         * language/thai-word.el (thai-find-word-ends): Pay attention to
35243         the case that we reach the end of buffer.
35245         * textmodes/fill.el (fill-text-properties-at): New function.
35246         (fill-newline): Use fill-text-properties-at instead of
35247         text-properties-at.
35249 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35251         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
35252         not comint-quote-filename.
35254 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
35256         * help-fns.el (help-with-tutorial): Revert last change.
35258 2005-03-31  Kim F. Storm  <storm@cua.dk>
35260         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
35262 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35264         * calendar/cal-china.el: Update reference to "Calendrical
35265         Calculations" book; there's a new edition.
35266         * calendar/cal-coptic.el: Likewise.
35267         * calendar/cal-french.el: Likewise.
35268         * calendar/cal-hebrew.el: Likewise.
35269         * calendar/cal-islam.el: Likewise.
35270         * calendar/cal-iso.el: Likewise.
35271         * calendar/cal-julian.el: Likewise.
35272         * calendar/cal-mayan.el: Likewise.
35273         * calendar/cal-persia.el: Likewise.
35274         * calendar/calendar.el: Likewise.
35275         * calendar/holidays.el: Likewise.
35276         * calendar/lunar.el: Likewise.
35277         * calendar/solar.el: Likewise.
35279         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
35280         white space from doc string.
35282 2005-03-30  Jay Belanger  <belanger@truman.edu>
35284         * calc/calc-help.el (calc-full-help): Remove email address.
35286 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
35288         * help-fns.el (help-with-tutorial): Delete title line.
35290 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
35292         * calendar/cal-x.el (calendar-one-frame-setup)
35293         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
35294         rather than `symbol' for set-window-dedicated-p.
35296         * calendar/appt.el (appt-buffer-name): Make it a constant.
35297         (appt-add): Doc fix.
35299         * filesets.el (filesets-menu-path, filesets-menu-before)
35300         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
35301         (filesets-menu-cache-file): Use directory ~/.emacs.d.
35302         (filesets-add-submenu): Delete and use add-submenu instead.
35304 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
35306         * textmodes/org.el (org-agenda-phases-of-moon)
35307         (org-agenda-sunrise-sunset, org-agenda-convert-date)
35308         (org-agenda-goto-calendar): New commands.
35309         (org-diary-default-entry): New function.
35310         (org-get-entries-from-diary): Better parsing of diary entries.
35311         (org-agenda-check-no-diary): New function.
35312         ("diary-lib"): Advice to function `add-to-diary-list', to allow
35313         linking to diary entries.
35314         (org-agenda-execute-calendar-command): New function.
35315         (org-agenda): Improve visible section in window.
35316         Use `org-fit-agenda-window'.
35317         (org-fit-agenda-window): New option.
35318         (org-move-subtree-down): Better handling of empty lines
35319         at end of subtree.
35320         (org-cycle): Numeric prefix is interpreted now as show-subtree N
35321         levels up.
35322         (org-fontify-done-headline): New option.
35323         (org-headline-done-face): New face.
35324         (org-set-font-lock-defaults): Use `org-headline-done-face'.
35325         (org-table-copy-down): Rename from `org-table-copy-from-above'.
35326         When current field is non-empty, it is copied to next row.
35327         (org-table-copy-from-above): Fix bug which made it
35328         impossible to copy fields containing only a single non-white character.
35330 2005-03-30  Kim F. Storm  <storm@cua.dk>
35332         * kmacro.el (kmacro-end-macro): Isearch may store this command
35333         into the macro -- so ignore it when executing keyboard macro.
35335 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35337         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
35339 2005-03-29  Kenichi Handa  <handa@m17n.org>
35341         * language/thai.el ("Thai"): Set setup-function and exit-function
35342         for Thai language environment.
35344         * language/thai-util.el: Require thai-word.
35345         (thai-word-mode-map): New variable.
35346         (thai-word-mode): New minor mode.
35347         (setup-thai-language-environment-internal): New function.
35348         (exit-thai-language-environment-internal): New function.
35350         * language/thai-word.el (thai-word-table): Declare it by defvar,
35351         use dolist to initialize it.
35352         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
35353         (thai-fill-find-break-point): New functions.
35355 2005-03-29  Richard M. Stallman  <rms@gnu.org>
35357         * simple.el (idle-update-delay): Move definition up.
35358         (set-mark): Doc fix.
35360 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
35362         * longlines.el: New file.
35364         * simple.el (buffer-substring-filters): New variable.
35365         (filter-buffer-substring): New function.
35366         (kill-region, copy-region-as-kill): Use it.
35368         * register.el (copy-to-register, append-to-register)
35369         (prepend-to-register): Use filter-buffer-substring.
35371 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35373         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
35374         (gud-filter-pending-text): Move in front of gdb.
35375         (gud-overlay-arrow-position): New variable.
35376         (gud-sentinel, gud-display-line): Use it in place of
35377         overlay-arrow-position.
35379 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
35381         * progmodes/fortran.el (fortran-if-indent): Doc fix.
35382         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
35383         (fortran-font-lock-keywords-4): New variable.
35384         (fortran-blocks-re, fortran-end-block-re)
35385         (fortran-start-block-re): New constants, for hideshow.
35386         (hs-special-modes-alist): Add a Fortran entry.
35387         (fortran-mode-map): Bind fortran-end-of-block,
35388         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
35389         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
35390         (fortran-looking-at-if-then, fortran-end-of-block)
35391         (fortran-beginning-of-block): New functions, for hideshow.
35393         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
35394         Doc fix.  Tweak regexp.
35395         (f90-beginning-of-block): Push mark first.
35397 2005-03-29  Jay Belanger  <belanger@truman.edu>
35399         * calc/calc.el: Update copyright date.
35400         (calc-version): Increase to 2.1.
35401         (calc-version-date): Remove.
35403         * calc/calc-help.el: Update copyright date.
35404         (calc-full-help): Remove reference to calc-version-date.
35405         Update copyright date.
35407 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35409         * vc.el (vc-do-command): Use a pipe for async processes, so password
35410         prompts don't show up at places where the user can't reply.
35412 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35414         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
35415         on the file name we pass to the inferior shell.
35417 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
35419         * progmodes/which-func.el (which-function): Be robust in the face of an
35420         imenu--make-index-alist failure.
35422 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35424         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
35426         * progmodes/python.el (python-preoutput-filter): Fix last change.
35428 2005-03-29  Lute Kamstra  <lute@gnu.org>
35430         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
35431         functions and compiled macros.
35432         (debug-convert-byte-code): Handle macros too.
35433         (debug-on-entry-1): Don't signal an error when trying to clear a
35434         function that is not set to debug on entry.
35436 2005-03-29  Jay Belanger  <belanger@truman.edu>
35438         * calc/calc-lang.el: Add functions to math-function-table
35439         properties of tex and math.
35441 2005-03-29  Kenichi Handa  <handa@m17n.org>
35443         * ps-mule.el (ps-mule-plot-string): Translate characters by
35444         ps-print-translation-table.
35445         (ps-mule-begin-job): Call find-charset-region/string with
35446         ps-print-translation-table.
35447         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
35449         * ps-print.el (ps-print-translation-table): New variable.
35450         (ps-plot-region): Translate characters by ps-print-translation-table.
35452 2005-03-29  Juri Linkov  <juri@jurta.org>
35454         * simple.el (next-error-highlight-timer): New variable.
35456         * progmodes/compile.el (compilation-goto-locus):
35457         Use `next-error-highlight-timer' instead of `sit-for'.
35459 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35461         * mail/supercite.el (sc-mail-field): Use assoc-string.
35462         (sc-get-address): Simplify regexps.
35464         * files.el (minibuffer-with-setup-hook): New macro.
35465         (find-file-read-args): Use it to avoid let-binding
35466         minibuffer-with-setup-hook (which breaks turning on/off
35467         file-name-shadow-mode while in the prompt).
35469         * complete.el (PC-read-include-file-name-internal):
35470         Use test-completion.
35472 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
35474         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
35476 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35478         * window.el (window-buffer-height): Use count-screen-lines.
35480         * progmodes/python.el (python-preoutput-leftover): New var.
35481         (python-preoutput-filter): Use it.
35482         (python-send-receive): Loop until all the result has been received.
35484 2005-03-28  Juri Linkov  <juri@jurta.org>
35486         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
35488         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
35489         "Recover Crashed Session".
35490         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
35491         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
35492         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
35493         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
35494         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
35495         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
35496         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
35497         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
35499         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
35500         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
35501         Ediff Sessions", "Toggle use of separate control buffer frame",
35502         "Use separate frame for Ediff control buffer".
35504         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
35505         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
35506         "Rename Bookmark", "Delete Bookmark".
35508         * info.el (Info-mode-menu): Remove ellipsis from "Index".
35509         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
35510         Add `:active Info-index-alternatives' to "Next Matching Item".
35512         * wdired.el (wdired-change-to-wdired-mode):
35513         Mention `wdired-abort-changes' key in the initial message.
35515         * international/mule.el (auto-coding-alist): Associate non-ascii
35516         image filename extensions with `no-conversion'.
35518 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35520         * international/iso-acc.el:
35521         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
35523 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
35525         * textmodes/sgml-mode.el (html-mode): Doc update.
35527         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
35529 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
35531         * term.el (term-move-columns): Fix face after extending a line.
35532         (term-insert-spaces): Likewise.
35533         (term-reset-terminal): Fix off by one error.
35535 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35537         * international/mule.el (auto-coding-alist): Add .xpi files.
35539         * files.el (auto-mode-alist): Add .xpi files.
35541 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
35543         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
35545 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35547         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
35549 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
35551         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
35552         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
35554         * calendar/cal-move.el (calendar-beginning-of-year): Move the
35555         cursor to Jan 1 when needed.
35556         (calendar-end-of-year): Fix -/+ typo.
35557         Reported by Chong Yidong <cyd@stupidchicken.com>.
35559 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35561         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
35563         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
35564         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
35566 2005-03-25  Richard M. Stallman  <rms@gnu.org>
35568         * filesets.el (filesets-init): Add autoload.
35570         * mail/mailalias.el (mail-directory): Doc fix.
35572 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
35574         * mail/mailalias.el (mail-directory-process): Do nothing if
35575         mail-directory-process is an atom.
35576         (mail-get-names): Ignore mail-directory-names if it is an atom.
35577         (mail-directory-process defvar): Doc fix.
35578         (mail-names): Doc fix.
35580 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
35582         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
35584 2005-03-26  Kenichi Handa  <handa@m17n.org>
35586         * international/mule-util.el (detect-coding-with-priority):
35587         Call update-coding-systems-internal before detect-coding-region.
35589 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
35591         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
35592         (gdb-frames-mode-map): Add follow-link property.
35594 2005-03-25  Jay Belanger  <belanger@truman.edu>
35596         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
35597         for variables.
35599 2005-03-25  Juri Linkov  <juri@jurta.org>
35601         * image-mode.el: Optimize image filename extension regexps in
35602         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
35603         in `auto-mode-alist'.
35604         (image-mode): Add `image-toggle-display-text' to local hook
35605         `change-major-mode-hook'.  Display the image as an image by
35606         default.  Set `cursor-type' and `truncate-lines' if the image
35607         is already displayed.  Take into account the current mode (image
35608         or text) in message.
35609         (image-minor-mode): New minor mode.
35610         (image-mode-maybe, image-toggle-display-text): New functions.
35611         (image-toggle-display): Use called-interactively-p.
35612         Let-bind `inhibit-read-only' to t.
35614         * image-mode.el (image-minor-mode): Set `cursor-type' and
35615         `truncate-lines' if the image is already displayed.  Add turning
35616         image-minor-mode off to `change-major-mode-hook'.  Add message.
35617         Call `image-toggle-display-text' after turning image-minor-mode off.
35619 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
35621         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
35622         Terminal.app, use utf-8.
35623         (set-display-table-and-terminal-coding-system): Add coding-system arg.
35624         (set-locale-environment): Use it.
35626         * term/xterm.el: Undo last change, better done in mule-cmds.el.
35628         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
35630         * progmodes/python.el (python-close-block-statement-p)
35631         (python-outdent-p, python-current-defun): Use symbol-end.
35633 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
35635         * files.el (save-some-buffers): Doc fix.
35637 2005-03-25  Werner Lemberg  <wl@gnu.org>
35639         * complete.el, thumbs.el: Replace `legal' with `valid'.
35640         * calendar/calendar.el: Replace `legal' with `valid'.
35641         * emacs-lisp/advice.el: Replace `legal' with `valid'.
35642         * mail/supercite.el: Replace `legal' with `valid'.
35643         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
35644         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
35645         Replace `legal' with `valid'.
35646         * textmodes/reftex-vars.el, textmodes/reftex.el:
35647         Replace `legal' with `valid'.
35649 2005-03-25  Werner Lemberg  <wl@gnu.org>
35651         * calc/calc-forms.el, calc/calc-sel.el
35652         * midnight.el, vc-cvs.el
35653         * emacs-lisp/cl-macs.el
35654         * emulation/vip.el
35655         * eshell/esh-io.el, eshell/esh-var.el
35656         * mail/supercite.el
35657         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
35658         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
35659         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
35660         * progmodes/sh-script.el, progmodes/xscheme.el
35661         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
35662         * textmodes/reftex-index.el, textmodes/reftex-parse.el
35663         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
35664         * textmodes/reftex.el, textmodes/org.el:
35665         Replace `illegal' with `invalid'.
35667 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35669         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
35670         (flymake-find-buildfile, flymake-find-possible-master-files)
35671         (flymake-check-include, flymake-parse-line): Replace loops over the
35672         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
35674         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
35675         Substitute file-name-as-directory in the rest of the file.
35676         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
35677         (flymake-replace-region): Remove unused arg `buffer'.
35678         (flymake-check-patch-master-file-buffer): Update calls to it.
35679         (flymake-add-err-info): Remove unused var `count'.
35680         (flymake-mode): Use define-minor-mode.
35682         * progmodes/flymake.el: Use with-current-buffer.
35683         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
35684         flymake-replace-regexp-in-string, flymake-line-beginning-position)
35685         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
35686         Avoid testing for `xemacs'.
35687         (flymake-nop): Move.
35688         (flymake-region-has-flymake-overlays): Return the computed value.
35689         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
35690         Remove unused var `endline'.
35691         (flymake-get-line-count): Remove unused function.
35692         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
35694         * emulation/vi.el:
35695         * generic.el:
35696         * hilit-chg.el (global-highlight-changes):
35697         * hi-lock.el (hi-lock-mode):
35698         * follow.el: find-file-hooks -> find-file-hook.
35700         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
35702 2005-03-24  Juri Linkov  <juri@jurta.org>
35704         * dired.el (dired-mode-map): Add menu item "Compare directories"
35705         for dired-compare-directories.
35707         * dired-aux.el (dired-compare-directories): Add autoload cookie.
35708         Doc fix.  Replace `read-file-name' with `read-directory-name'.
35710 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35712         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
35714 2005-03-24  Jay Belanger  <belanger@truman.edu>
35716         * calc/calc-embed.el (calc-embedded-mode-change): Save all
35717         relevant mode settings in calc-embedded-original-modes when modes
35718         are permanently changed.
35720 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35722         * autoinsert.el: find-file-hooks -> find-file-hook.
35724 2005-03-24  Lute Kamstra  <lute@gnu.org>
35726         * generic.el (generic-font-lock-defaults): Make it obsolete.
35727         (generic-font-lock-keywords): New variable to replace
35728         generic-font-lock-defaults.
35729         (generic-mode-set-font-lock): Delete it.
35730         (generic-mode-internal): Don't call generic-mode-set-font-lock.
35731         (generic-bracket-support): Add docstring.
35733         * generic-x.el: Rename generic-font-lock-defaults to
35734         generic-font-lock-keywords throughout.
35735         (mailagent-rules-setup-function): Delete it.
35736         (mailagent-rules-generic-mode): Use anonymous function instead.
35737         (show-tabs-generic-mode-font-lock-defaults-1)
35738         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
35739         Quote faces.
35740         (show-tabs-tab-face, show-tabs-space-face): Specify background,
35741         not foreground.
35743         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
35744         Recognize define-generic-mode.
35746 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35748         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
35749         if there's no completion table.
35751 2005-03-23  Miles Bader  <miles@gnu.org>
35753         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35754         Remove tty-specific variants, as they're no longer needed.
35756 2005-03-23  Lute Kamstra  <lute@gnu.org>
35758         * generic-x.el: Code cleanup: make args constant whenever possible.
35759         (installshield-statement-keyword-list)
35760         (installshield-system-functions-list)
35761         (installshield-system-variables-list, installshield-types-list)
35762         (installshield-funarg-constants-list): Make them constants.
35764         * generic.el (generic-make-keywords-list): Add autoload cookie.
35766         * calendar/time-date.el: Add comment on time value formats.
35767         Don't require parse-time.
35768         (with-decoded-time-value): New macro.
35769         (encode-time-value): New function.
35770         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
35771         (days-to-time): Return a valid time value when arg is huge.
35772         (time-since): Use time-subtract.
35773         (time-to-number-of-days): Use time-to-seconds.
35775 2005-03-23  David Ponce  <david@dponce.com>
35777         * recentf.el (recentf-keep): New option.
35778         (recentf-menu-action): Default to `find-file'.
35779         (recentf-keep-non-readable-files-flag)
35780         (recentf-keep-non-readable-files-p)
35781         (recentf-file-readable-p, recentf-find-file)
35782         (recentf-cleanup-remote): Remove.
35783         (recentf-include-p): More robust.
35784         (recentf-keep-p): New function.
35785         (recentf-remove-if-non-kept): Rename from
35786         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
35787         All callers updated.
35788         (recentf-menu-items-for-commands): Fix help string.
35789         (recentf-track-closed-file): Update.  Doc fix.
35790         (recentf-cleanup): Update.  Count removed files.  Doc fix.
35792 2005-03-23  Kim F. Storm  <storm@cua.dk>
35794         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35795         Don't inherit from fringe face (now happens automatically).
35797 2005-03-22  Kim F. Storm  <storm@cua.dk>
35799         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
35800         position values.
35802 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
35804         * menu-bar.el (showhide-date-time): Remove.
35805         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
35806         (menu-bar-make-mm-toggle): Simplify.
35808 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35810         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
35811         Accept qualified variable and function names.
35813 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
35815         * bindings.el (completion-ignored-extensions):
35816         Remove ".lis" for `vax-vms'.
35818 2005-03-22  Andreas Schwab  <schwab@suse.de>
35820         * generic-x.el: Revert last change.
35821         * ldefs-boot.el: Update.
35823 2005-03-22  Jay Belanger  <belanger@truman.edu>
35825         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
35826         (calc-embedded-save-original-modes)
35827         (calc-embedded-restore-original-modes): New functions.
35828         (calc-do-embedded): Save original modes when entering embedded mode
35829         and restore when leaving embedded mode.
35830         (calc-embedded-modes-change): Change the value of
35831         calc-embedded-original-modes to reflect permanent changes.
35833 2005-03-22  Lute Kamstra  <lute@gnu.org>
35835         * generic-x.el: Require generic again.
35837 2005-03-22  Miles Bader  <miles@gnu.org>
35839         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35840         Tweak details to look good on both ttys and bitmap displays, light
35841         or dark background, etc.
35843 2005-03-21  Kim F. Storm  <storm@cua.dk>
35845         * tooltip.el (tooltip-show-help-function): Check car and cdr of
35846         mouse position.
35848 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
35850         * icomplete.el: Don't forcibly turn on the mode upon load.
35851         (icomplete-mode): Use define-minor-mode.
35852         (icomplete-eoinput): Default to nil.
35853         (icomplete-minibuffer-setup): Remove autoload.
35854         (icomplete-tidy): Simplify.
35855         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
35856         in the initial state or if the user has modified the field.
35857         Fix handling of icomplete-max-delay-chars.
35858         Remove code that handles the oddball case where
35859         minibuffer-completion-table is an integer.
35860         Wrap icomplete-completions in while-no-input in case building
35861         completions takes more time than expected.
35862         (icomplete-completions): Simplify.
35864 2005-03-21  Richard M. Stallman  <rms@gnu.org>
35866         * jka-compr.el (jka-compr-really-do-compress):
35867         Make variable buffer-local.
35869         * image-mode.el: Handle .xpm files too.
35870         (image-toggle-display): Preserve modification flag.
35872         * help.el (where-is): Don't mention aliases with no key bindings.
35874 2005-03-21  Lute Kamstra  <lute@gnu.org>
35876         * generic.el: Fix commentary section.  Don't require cl for
35877         compilation.
35878         (generic-mode-list): Add autoload cookie.
35879         (generic-use-find-file-hook, generic-lines-to-scan)
35880         (generic-find-file-regexp, generic-ignore-files-regexp)
35881         (generic-mode, generic-mode-find-file-hook)
35882         (generic-mode-ini-file-find-file-hook): Fix docstrings.
35883         (define-generic-mode): Make it a defmacro.  Fix docstring.
35884         (generic-mode-internal): Code cleanup.  Add autoload cookie.
35885         (generic-mode-set-comments): Code cleanup.
35886         * generic-x.el: Don't prevent compilation.  Don't require generic.
35887         Follow coding conventions.  Minor code cleanup.
35888         (etc-fstab-generic-mode): Add some keywords.
35889         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
35890         define-generic-mode like a function declaration.
35892 2005-03-21  Jay Belanger  <belanger@truman.edu>
35894         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
35895         changing modes.
35897 2005-03-21  Sam Steingold  <sds@gnu.org>
35899         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
35901 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
35903         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
35904         Add underscore to "f$ lexicals" regexp.
35906 2005-03-20  Juri Linkov  <juri@jurta.org>
35908         * subr.el (progress-reporter-do-update): When `min-value' is equal
35909         to `max-value', set `percentage' to 0 and prevent division by zero.
35911 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
35913         Sync with Tramp 2.0.48.
35915         * net/tramp.el (all): Change all addresses to .gnu.org.
35916         (tramp-append-tramp-buffers): New defun.
35917         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
35918         Catch `dont-send' signal.
35919         (tramp-set-auto-save-file-modes): Set always permissions, because
35920         there might be an old auto-saved file belonging to another
35921         original file.  This could be a security threat.  Reported by
35922         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
35923         Check for Emacs 21.3.50 removed.
35925         * net/tramp-smb.el (all): Remove debug construct for
35926         `with-parsed-tramp-file-name'.
35927         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
35928         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
35929         No error message if DIRECTORY or FILENAME doesn't exist.
35930         (tramp-smb-open-connection): Check existence of
35931         `tramp-smb-program'.
35933 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35935         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
35936         Properly handle the case where the `m' or `s' command's argument is not
35937         yet terminated.
35938         (perl-indent-new-calculate): New function.
35939         (perl-indent-line): Use it.
35941 2005-03-20  Miles Bader  <miles@gnu.org>
35943         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
35944         in text-mode too.  Change to new face names.
35945         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
35946         Add `:weight bold' attribute.
35947         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
35949 2005-03-19  Juri Linkov  <juri@jurta.org>
35951         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
35953         * international/mule.el (auto-coding-alist): Sync with
35954         `auto-mode-alist' by adding upper case archive file extensions
35955         and adding ear/war to jar extension.
35957 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
35959         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
35960         running, restart it.
35962 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
35964         * finder.el (finder-current-item): Throw an error on an empty line.
35966         * man.el (Man-follow-manual-reference): If current-word returns
35967         nil, use "".
35969 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
35971         * simple.el (goto-line): Doc fix.
35973 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
35975         * files.el (save-buffer): Doc fix.
35977 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
35979         * recentf.el (recentf-cleanup-remote): New variable.
35980         (recentf-cleanup): Use it to conditionally check availability of
35981         remote files.
35983 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
35985         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
35986         function names.
35988 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35990         * language/thai-word.el: New file.
35992 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35994         * files.el (backup-buffer): If the file's directory is not
35995         writable, use copy instead of move to backup the file.
35997 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35999         * obsolete/keyswap.el: Moved to obsolete/ from term/.
36001 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
36003         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
36004         Use functionp instead of symbolp and fboundp.  Reported by Drkm
36005         <darkman_spam@yahoo.fr>.
36006         (ps-print-version): New version 6.6.6.
36008 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
36010         * textmodes/table.el (table--line-column-position): New idiom.
36011         (table--row-column-insertion-point-p): New function to test
36012         validity of row and column insertion operation at a location.
36013         (table-global-menu, table-cell-menu): Use above functions for
36014         deterministic test operation.
36015         (table--editable-cell-p): Behave in deterministic fashion.
36017 2005-03-18  Juri Linkov  <juri@jurta.org>
36019         * isearch.el (isearch-lazy-highlight-new-loop):
36020         Make arguments beg and end optional.
36021         (isearch-update): Remove optional arguments nil from
36022         isearch-lazy-highlight-new-loop.
36023         (isearch-lazy-highlight-search): Let-bind case-fold-search to
36024         isearch-lazy-highlight-case-fold-search instead of
36025         isearch-case-fold-search, and let-bind isearch-regexp to
36026         isearch-lazy-highlight-regexp.
36027         Use isearch-lazy-highlight-last-string instead of isearch-string.
36029         * replace.el (perform-replace): Remove bindings of global
36030         variables isearch-string, isearch-regexp, isearch-case-fold-search.
36031         Add three new arguments to `replace-highlight'.
36032         (replace-highlight): Add arguments string, regexp, case-fold.
36033         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
36034         to allow isearch-lazy-highlight-new-loop to use these values
36035         to set corresponding isearch-lazy-highlight-* internal
36036         variables whose values lazy highlighting will use regardless of
36037         changes to global variables isearch-string, isearch-regexp,
36038         isearch-case-fold-search during lazy highlighting loop.
36039         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
36040         to `lazy-highlight-cleanup'.
36042         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
36043         (ispell-highlight-face): Set default face to `isearch' when
36044         lazy highlighting is enabled.
36045         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
36046         priority to 1.  Add lazy highlighting.
36047         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
36048         from `isearch-dehighlight'.
36050 2005-03-18  David Ponce  <david@dponce.com>
36052         * files.el (hack-local-variables): Do a case-insensitive search
36053         for End.
36055 2005-03-18  Juri Linkov  <juri@jurta.org>
36057         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
36058         `isearch-lazy-highlight-cleanup', add alias to old name and
36059         declare obsolete.  Add release numbers to other obsolete vars.
36060         (isearch-done, isearch-lazy-highlight-new-loop):
36061         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
36062         (lazy-highlight-cleanup) <variable>: Doc fix.
36063         (isearch-lazy-highlight-update): Rename obsolete
36064         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
36066 2005-03-18  Kenichi Handa  <handa@m17n.org>
36068         * language/thai-util.el: Fix categorization of Thai characters in
36069         thai-category-table.
36070         (thai-composition-pattern): Adjust it for the above change.
36071         (thai-self-insert-command, thai-compose-syllable): New functions.
36072         (thai-compose-region): Use thai-compose-syllable.
36073         (thai-compose-string): Likewise.
36074         (thai-composition-function): Likewise.
36075         (thai-auto-composition): New function.
36076         (thai-auto-composition-mode): New minor mode.
36078         * language/thai.el: Fix patterns to be registered in
36079         composition-function-table.
36081         * international/quail.el (quail-input-method): Locally bind
36082         inhibit-modification-hooks to t.
36084 2005-03-17  Richard M. Stallman  <rms@gnu.org>
36086         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
36087         (perl-mode): Use run-mode-hooks.
36089         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36090         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
36091         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
36093         * mail/sendmail.el (sendmail-send-it): Reenable the code
36094         to compute resend-to-address and use it.
36096         * tar-mode.el (tar-mode): Turn off undo unconditionally.
36098         * image-mode.el: New file.
36100         * image.el (insert-sliced-image): Add autoload cookie.
36102         * font-lock.el (font-lock-lines-before): New user option.
36103         (font-lock-after-change-function): Obey it.
36105         * bindings.el (esc-map): Make M-g a prefix.
36106         Bind M-g g and M-g M-g to goto-line.
36108         * faces.el (face-id): Doc fix.
36110 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
36112         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
36113         (rmail-show-message): Use rmail-unknown-mail-followup-to.
36114         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
36116         * mail/sendmail.el (mail-yank-ignored-headers)
36117         (mail-font-lock-keywords, mail-mode-fill-paragraph):
36118         Add Mail-Followup-To and Mail-Reply-To headers.
36119         (mail-citation-hook): Add autoload cookie.
36120         (mail-mode): Doc fix.
36121         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
36122         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
36123         (mail-mode-fill-paragraph): Handle those headers.
36124         (mail-mailing-lists): New variable.
36125         (mail-mail-reply-to, mail-mail-followup-to): New functions.
36127 2005-03-17  Juri Linkov  <juri@jurta.org>
36129         * isearch.el (isearch-fallback): Check for `(car previous)'
36130         before calling `isearch-other-end-state'.
36132 2005-03-17  Kim F. Storm  <storm@cua.dk>
36134         * simple.el (move-beginning-of-line): Move to beginning of buffer
36135         line, as well as beginning of screen line.
36137 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
36139         * calendar/diary-lib.el (mark-diary-entries): Use new optional
36140         argument REDRAW rather than calendar-redrawing variable.
36141         * calendar/calendar.el (calendar-redrawing): Delete.
36142         (redraw-calendar): Do not bind calendar-redrawing.
36144 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
36146         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
36147         diary-file buffer.
36149 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
36151         * help.el (describe-mode): Allow a :minor-mode-function property to
36152         specify a different minor mode toggle function than the variable.
36153         * simple.el (auto-fill-function):
36154         * subr.el (add-minor-mode): Use it.
36156 2005-03-16  Kenichi Handa  <handa@m17n.org>
36158         * language/ethio-util.el (sera-being-called-by-w3): New variable.
36159         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
36160         (ethio-fidel-to-sera-buffer): Likewise.
36162 2005-03-16  Juri Linkov  <juri@jurta.org>
36164         * emacs-lisp/find-func.el (find-function-regexp):
36165         Add defun-emitting macro `menu-bar-make-toggle'.
36167         * isearch.el: Put `isearch-scroll' property to
36168         `split-window-horizontally'.
36170         * info.el: Update error messages for `debug-ignored-errors'.
36171         (Info-isearch-search): Doc fix.
36172         (Info-find-node): Move up code to go into info buffer before
36173         recording the node to the history.
36174         (Info-fontify-node): Fontify titles only if the next line
36175         has two or more `*', `=', `-', `.'.
36176         Display "go to this node" for empty (match-string 3).
36178 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36180         * term/mac-win.el: Add mouse pointer shape constants.
36182 2005-03-15  Kim F. Storm  <storm@cua.dk>
36184         * simple.el (move-beginning-of-line): Use vertical-motion.
36186 2005-03-15  Juri Linkov  <juri@jurta.org>
36188         * isearch.el (isearch-error): New variable.
36189         (isearch-invalid-regexp, isearch-within-brackets): Remove.
36190         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
36191         (isearch-within-brackets-state): Remove.
36192         (isearch-case-fold-search-state, isearch-pop-fun-state):
36193         Decrease frame index.
36194         (isearch-mode, isearch-top-state, isearch-push-state)
36195         (isearch-edit-string, isearch-abort, isearch-search-and-update)
36196         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
36197         (isearch-search, isearch-lazy-highlight-new-loop):
36198         Replace `isearch-invalid-regexp' with `isearch-error'.
36199         Remove `isearch-within-brackets'.
36200         (isearch-search): Add `search-failed' handler to `condition-case'.
36201         (isearch-lazy-highlight-search): Add `condition-case' to catch
36202         errors and allow `isearch-lazy-highlight-update' to try
36203         highlighting from the beginning of the window.
36204         (isearch-repeat): Move up code to set isearch-wrapped to t
36205         before calling isearch-wrap-function.
36207         * info.el (Info-isearch-initial-node): New internal variable.
36208         (Info-search): Signal an error in isearch mode when search leaves
36209         the initial node.  Signal an error when `bound' is non-nil and
36210         nothing was found in the current subfile.
36211         (Info-isearch-search): Remove `condition-case'.
36212         (Info-isearch-wrap): Don't wrap when search failed during leaving
36213         the initial node.  If `Info-isearch-search' is nil, wrap around
36214         the current node.
36215         (Info-isearch-start): New fun.
36216         (Info-mode): Add buffer-local hook `Info-isearch-start' to
36217         `isearch-mode-hook'.
36219 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36221         * simple.el (normal-erase-is-backspace): Set default to t if
36222         running on Mac.
36224         * term/mac-win.el (function-key-map): Sync with x-win.el.
36226 2005-03-15  Kenichi Handa  <handa@m17n.org>
36228         * international/mule-cmds.el (locale-language-names): Modify the
36229         format of elements and add more entries.
36230         (locale-preferred-coding-systems): Add more entries.
36231         (set-locale-environment): Adjust for the change of
36232         locale-language-names.
36234 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
36236         * pcvs.el (smerge-ediff): Remove bogus autoload.
36238 2005-03-14  Lute Kamstra  <lute@gnu.org>
36240         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
36241         Ignore a `*' at the beginning of a line.
36243         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
36244         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
36245         subr.el.
36246         (dont-compile, eval-when-compile, eval-and-compile): Use declare
36247         to specify indentation.
36249         * generic.el (define-generic-mode): Let generic-mode-list be a
36250         list of strings; test membership with equal.
36252 2005-03-14  Kim F. Storm  <storm@cua.dk>
36254         * simple.el (next-line, previous-line): Add optional try-vscroll
36255         arg to recognize interactive use.  Pass it on to line-move.
36256         (line-move): Don't perform auto-window-vscroll when defining or
36257         executing keyboard macro to ensure consistent behavior.
36259 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
36261         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
36263 2005-03-13  Lute Kamstra  <lute@gnu.org>
36265         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
36266         debugger-setup-buffer so that backtrace marks the frames set to
36267         debug-on-exit and we don't have to do it manually.  Set an extra
36268         debug-on-exit for macro's.
36269         (debugger-setup-buffer): Don't mark the top frame manually.
36271 2005-03-12  Lute Kamstra  <lute@gnu.org>
36273         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
36274         lisp-indent-function throughout.
36275         (with-no-warnings): Set lisp-indent-function property.
36277 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
36279         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
36280         Add entry for backslash.
36282 2005-03-12  Juri Linkov  <juri@jurta.org>
36284         * info.el (Info-search): Four fixes for backward search.
36286 2005-03-11  Jay Belanger  <belanger@truman.edu>
36288         * calc/calc.el (calc-language-alist): New variable.
36289         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
36290         (calc-embedded-find-modes): Use calc-language-alist instead of
36291         calc-embedded-language-alist.
36293 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
36295         * calendar/calendar.el (calendar-redrawing): New internal
36296         variable.
36297         (redraw-calendar): Remove bogus save-excursion from previous
36298         change.  Bind calendar-redrawing to t for mark-diary-entries.
36299         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
36300         calendar if that is why we were called.
36302 2005-03-11  Kenichi Handa  <handa@m17n.org>
36304         * international/mule.el (make-coding-system): Set property
36305         coding-system-define-form to nil.
36306         (define-coding-system-alias): Likewise.
36308 2005-03-11  Kenichi Handa  <handa@m17n.org>
36310         These changes are suggested by Dave Love <fx@gnu.org>.
36312         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
36313         coding: tag.
36314         (adaptive-fill-regexp): Add more bullets.
36315         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
36316         regexps.
36318 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
36320         * help.el (describe-mode): Properly handle non-trivial lighters.
36321         Don't ignore minor modes that are not listed in minor-mode-list.
36323         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
36324         feature ON when the user requests to turn it OFF.
36326 2005-03-10  Lute Kamstra  <lute@gnu.org>
36328         * emacs-lisp/debug.el (debug-entry-code): Delete it.
36329         (implement-debug-on-entry): New function to replace debug-entry-code.
36330         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
36331         second argument as the 2005-03-07 change makes it obsolete.
36332         (debug-on-entry, cancel-debug-on-entry): Update call to
36333         debug-on-entry-1.
36334         (debug, debugger-setup-buffer): Comment update.
36335         (debugger-frame-number): Update to work with implement-debug-on-entry.
36337 2005-03-10  Jay Belanger  <belanger@truman.edu>
36339         * calc/calc-embed.el (math-ms-args): Declare it.
36340         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
36341         math-ms-args.
36342         (calc-embedded-subst): Use math-multi-subst-rec to substitute
36343         variables.
36345 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
36347         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
36348         Use message-box.
36350         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
36351         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
36352         (tooltip-gud-tips): Simplify.
36353         (tooltip-gud-tips-p): Remove superfluous :set.
36354         (tooltip-gud-modes): Add fortran-mode.
36355         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
36357         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
36359 2005-03-09  Kim F. Storm  <storm@cua.dk>
36361         * play/animate.el (animate-place-char): Use forward-line instead
36362         of next-line to improve performance.
36364 2005-03-09  Simon Josefsson  <jas@extundo.com>
36366         * net/browse-url.el (browse-url-default-browser): Doc fix.
36368 2005-03-09  Miles Bader  <miles@gnu.org>
36370         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
36371         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
36373 2005-03-09  Kenichi Handa  <handa@m17n.org>
36375         * international/latin-1.el: Set case and syntax for 255 only if
36376         set-case-syntax-set-multibyte is nil.
36378         * textmodes/ispell.el (ispell-insert-word): New function.
36379         (ispell-word): Use ispell-insert-word to insert a new word.
36380         (ispell-process-line): Likewise.
36381         (ispell-complete-word): Likewise.
36383 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
36385         * calendar/calendar.el (redraw-calendar): Preserve point.
36386         Reported by Matt Hodges <MPHodges@member.fsf.org>.
36387         (calendar-week-start-day): Move after definition of
36388         redraw-calendar.  Delete buffer test, since redraw-calendar has
36389         that now.
36391         * calendar/diary-lib.el (mark-diary-entries): Only call
36392         redraw-calendar in the first of any recursive calls.
36393         Reported by Alan Shutko <ats@acm.org>.
36395 2005-03-08  Juri Linkov  <juri@jurta.org>
36397         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
36398         (html-horizontal-rule, html-line, html-image, html-checkboxes)
36399         (html-radio-buttons): Add a space before the trailing `/>' where
36400         sgml-xml-mode is non-nil.
36401         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
36402         the subsequent tag of the empty XML tag.
36403         (html-href-anchor): Don't set initial input to "http:".
36404         (html-image): Ask for the image URL and set point inside alt="".
36405         (html-name-anchor): Duplicate the name in the `id' attribute when
36406         sgml-xml-mode is non-nil.
36407         (html-paragraph): Remove \n before <p>.
36408         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
36409         instead of `checked' when sgml-xml-mode is non-nil.
36411         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
36412         Remove 1 space before #RRGGBB to not truncate it on terminal
36413         windows w/o fringes.  Remove 1 space between bg and fg examples
36414         to get more space.
36415         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
36416         avoid byte-compile warnings.
36418         * image-file.el (image-file-handler): Put `safe-magic' property to
36419         `image-file-handler'.
36421         * info.el (Info-isearch-search): Emulate word search in
36422         isearching through multiple Info nodes with Info-search.
36423         (Info-isearch-wrap): Allow isearch-word.
36425 2005-03-08  Lute Kamstra  <lute@gnu.org>
36427         * emacs-lisp/debug.el (debugger-step-through): Make sure that
36428         stepping into the debugger's code is not possible.
36429         (debugger-jumping-flag): Docstring update.
36431 2005-03-08  Jay Belanger  <belanger@truman.edu>
36433         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
36434         embedded mode begins.
36435         (calc-embedded-language-alist): New variable.
36436         (calc-embedded-find-modes): Use calc-embedded-language-alist to
36437         set default language mode.
36439 2005-03-08  Kenichi Handa  <handa@m17n.org>
36441         * international/ccl.el (define-ccl-program): Fix docstring about
36442         extra 256 bytes assured for the output buffer.
36444         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36445         Fix BUFFER_MAGNIFICATION to 2.
36446         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36448 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
36450         * align.el (align-rules-list): Added an alignment rule for CSS
36451         declarations (applies to css-mode and html-mode buffers).
36453 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
36455         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
36457 2005-03-07  Kim F. Storm  <storm@cua.dk>
36459         * simple.el (move-beginning-of-line): New command.
36461         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
36463         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
36465         * emulation/cua-base.el: Put CUA move property on move-end-of-line
36466         and move-beginning-of-line.
36468         * apropos.el (apropos-print): Omit command from M-x ... RET.
36470 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
36472         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
36473         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
36475 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36477         * bindings.el (esc-map): Bind M-g to goto-line.
36479         * facemenu.el (global-map): Bind M-o, not M-g.
36481 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36483         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
36484         "Open Directory" as for "Open File".
36486 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
36488         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
36489         (push-mark-command): Run activate-mark-hook.
36491 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36493         * help-mode.el (help-mode-finish): Don't alter the element
36494         in view-return-to-alist if there already is one.
36496         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
36497         make sure the current buffer is the expected one.
36499         * novice.el (disabled-command-function): Output in *Disabled Command*.
36500         Explicitly ignore non-keyboard events, and explicitly handle C-g.
36502         * textmodes/flyspell.el (flyspell-large-region):
36503         Pass args differently for aspell.
36505         * files.el (mode-require-final-newline): Doc fix.
36507 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
36509         * progmodes/which-func.el (which-function):
36510         Specify NOERROR when calling imenu--make-index-alist.
36512 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36514         * simple.el (normal-erase-is-backspace): Define default value.
36516         * custom.el (custom-theme-set-variables): Remove unused var
36517         `immediate'.
36518         (custom-reevaluate-setting): Simple function to handle variables
36519         that are defined before their default value can really be
36520         computed.
36522         * startup.el (command-line): Use it for temporary-file-directory,
36523         small-emporary-file-directory, auto-save-file-name-transforms,
36524         blink-cursor-mode, and normal-erase-is-backspace.
36526         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
36527         progress, even with buggy anchored keywords.
36529 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
36531         * simple.el (goto-line): Remove unbalanced final parenthesis.
36533 2005-03-05  Richard M. Stallman  <rms@gnu.org>
36535         * simple.el (goto-line): Use a number at point as the default.
36536         With C-u as arg, switch buffers.
36538 2005-03-05  Juri Linkov  <juri@jurta.org>
36540         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
36541         with `no-blinking-cursor'.
36543         * startup.el (no-blinking-cursor): New defvar.
36544         (command-line): Add `--no-blinking-cursor' to longopts.
36545         Set `no-blinking-cursor' to t for command line arguments
36546         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
36547         with `no-blinking-cursor' in the condition for calling
36548         `blink-cursor-mode'.
36550 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
36552         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
36553         (menu-bar-options-save): Add blink-cursor-mode.
36554         (menu-bar-options-menu): Add blink-cursor-mode.
36556 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
36558         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
36559         (icalendar-export-file, icalendar-export-region)
36560         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
36561         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
36563 2005-03-04  Lute Kamstra  <lute@gnu.org>
36565         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
36566         (debug-function-list): Ditto.
36568 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
36570         * textmodes/texinfmt.el (texinfo-append-refill):
36571         Redefine the types of line to which @refill
36572         is not appended by replacing a search for `@refill\\|@bye' with
36573         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
36574         itemize@refill' bug and the unfilled long lines bug.
36575         (texinfmt-version): Update number and date.
36577 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
36579         * international/code-pages.el (windows-1250, windows-125[2-8])
36580         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
36582 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36584         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
36585         bound yet.
36587 2005-03-02  Romain Francoise  <romain@orebokech.com>
36589         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
36590         buffer after removing limits.
36591         (ibuffer-pop-filter): Ditto.
36592         Update copyright.
36594 2005-03-02  Miles Bader  <miles@gnu.org>
36596         * button.el (make-text-button): If the user doesn't specify a
36597         type, use the default.  Rewrite to use `add-text-properties' and
36598         plist functions.
36600 2005-03-01  Lute Kamstra  <lute@gnu.org>
36602         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
36603         (debugger-jumping-flag): New var.
36604         (debug-entry-code): Use it.
36605         (debugger-jump): Use debugger-jumping-flag and add
36606         debugger-reenable to post-command-hook.
36607         (debugger-reenable): Use debugger-jumping-flag and remove itself
36608         from post-command-hook.
36609         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
36610         debugger-reenable.
36612 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
36614         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
36615         inclusion of "itemize\\|", which may be unnecessary, is certainly
36616         inelegant, and stops refilling in itemize lists when formatting
36617         Japanese Texinfo files to Info.
36618         Update copyright to 2005.
36620 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
36622         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
36623         of an error if GDB can't find the source file.
36625 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
36627         * calendar/calendar.el (redraw-calendar): Work from any buffer,
36628         not just the calendar.
36630         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
36631         first.
36632         (diary-redraw-calendar): New function.
36633         (make-diary-entry): Add diary-redraw-calendar to local
36634         write-contents-functions.  Turn off selective display before
36635         inserting in diary.
36637 2005-03-01  Kim F. Storm  <storm@cua.dk>
36639         * emacs-lisp/copyright.el (copyright-fix-years): New command.
36641 2005-03-01  Lute Kamstra  <lute@gnu.org>
36643         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
36644         that debug-entry-code can be safely removed from a function while
36645         this code is being evaluated.  Revert the 2005-02-27 change as the
36646         new implementation no longer requires it.  Make sure that a
36647         function body containing just a string is not mistaken for a docstring.
36648         (debug): Skip one more frame in case of debug on entry.
36649         (debugger-setup-buffer): Delete one more frame line in case of
36650         debug on entry.
36651         (debugger-frame-number): Update to use the new text introduced by
36652         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
36654 2005-02-28  Kim F. Storm  <storm@cua.dk>
36656         * double.el (double-translate-key): Call force-window-update after
36657         read-event to avoid crash in redisplay.
36659 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
36661         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
36662         (debug): Use it.  Move the inhibit-trace earlier.
36663         (debug-entry-code): New const.
36664         (debug-on-entry-1): Use it.
36666 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
36668         * international/utf-16.el (ccl-encode-mule-utf-16le):
36669         Fix BUFFER_MAGNIFICATION to 2.
36670         (ccl-encode-mule-utf-16be): Likewise.
36672 2005-02-28  Kenichi Handa  <handa@m17n.org>
36674         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36675         Fix BUFFER_MAGNIFICATION to 4.
36676         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36678 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
36680         * speedbar.el (speedbar-update-flag): Doc fix.
36681         (speedbar-show-info-under-mouse): Give set-mouse-position the right
36682         argument.
36684 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
36686         * reveal.el (reveal-post-command): Don't try to reveal overlays which
36687         have a non-nil `invisible' property but are actually visible.
36689         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
36690         for perldoc sections.
36691         (perl-outline-regexp, perl-outline-level): New var and function.
36692         (perl-mode): Use them.
36694 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
36696         * calendar/diary-lib.el (diary-remind): Discard any mark portion
36697         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
36699 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
36701         * cus-edit.el: Comment change.
36702         (custom-buffer-create-internal): Slightly reword text at top of
36703         Custom buffers.  Mention there that saving an option edits the
36704         init file.  Add link to Emacs manual node on `custom-file'.
36705         (custom-magic-alist): Rewrite individual State messages to use
36706         capitalized keywords.  Doc fix.
36708 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
36710         * calendar/calendar.el (calendar-buffer): Move above
36711         calendar-week-start-day.
36712         (calendar-week-start-day): Doc fix.  Add :set function.
36713         (calendar-minimum-window-height): New variable.
36714         (generate-calendar-window): Only resize window if selected-window
36715         is displaying the calendar buffer.  Use new variable
36716         calendar-minimum-window-height.
36717         (generate-calendar): Reword error message.
36718         (calendar-mode-map): Bind DEL to scroll-other-window-down.
36720 2005-02-27  Andreas Schwab  <schwab@suse.de>
36722         * vc.el (vc-do-command): Don't run command asynchronously when
36723         operating in a remote directory.
36725         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
36726         change from sync with Tramp 2.0.47.
36728 2005-02-27  Richard M. Stallman  <rms@gnu.org>
36730         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
36732         * textmodes/flyspell.el (flyspell-mode-on):
36733         Call ispell-change-dictionary only if necessary.
36735         * emacs-lisp/re-builder.el (regexp-builder): New function.
36737         * register.el (describe-register-1): Explicitly handle
36738         yank-excluded-properties = t.
36740         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
36741         (custom-magic-alist): Change the status descriptions again.
36742         (face widget-type): Total rewrite based on `restricted-sexp'
36743         to eliminate the confusing double hiding levels.
36745         * emacs-lisp/debug.el (debug-on-entry-1):
36746         If function body is empty, add nil as body form.
36748 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
36750         * emacs-lisp/trace.el (inhibit-trace): New var.
36751         (trace-make-advice): Use it.
36753         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
36755 2005-02-26  Kim F. Storm  <storm@cua.dk>
36757         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
36758         (mouse-on-link-p, mouse-drag-region-1): Use it.
36760 2005-02-25  Lute Kamstra  <lute@gnu.org>
36762         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
36764 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
36766         * frame.el (blink-cursor-mode): Add :group keyword.
36768 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
36770         * calendar/icalendar.el (icalendar--decode-isodatetime):
36771         New optional argument DAY-SHIFT.
36772         (icalendar-export-region): Fix coding-system-for-write.
36773         (icalendar--convert-ical-to-diary): Shift end-day of all-day
36774         events by one.
36776 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
36778         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
36780 2005-02-24  Kim F. Storm  <storm@cua.dk>
36782         * international/iso-acc.el (iso-accents-compose): Fix crash
36783         during redisplay.  Call force-window-update after read-event
36784         and delete-region to signal that window is not accurate.
36786 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
36788         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
36789         Remove unused and inexistent var `inhibit-trace'.
36790         (debugger-mode): Use run-mode-hooks.
36791         (debugger-list-functions): Add buttons; setup xref stack.
36793 2005-02-23  Richard M. Stallman  <rms@gnu.org>
36795         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
36796         appointment says it was explicitly made.
36797         (appt-add): Set the 3rd element.
36798         (appt-make-list): Preserve explicit appointments.
36800         * subr.el (find-tag-default): Catch errors in forward-sexp.
36802 2005-02-23  Juri Linkov  <juri@jurta.org>
36804         * info.el (Info-isearch-search): New defcustom.
36805         (Info-isearch-search): Call the default isearch function
36806         when Info-isearch-search is nil.
36807         (Info-isearch-wrap): Use variable Info-isearch-search.
36809 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
36811         * cus-edit.el: Comment change.
36813 2005-02-22  Kim F. Storm  <storm@cua.dk>
36815         * progmodes/hideif.el (hide-ifdef-use-define-alist):
36816         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
36818 2005-02-22  Simon Josefsson  <jas@extundo.com>
36820         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
36821         New variable.
36822         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
36823         Oskarsson" <myrkraverk@users.sourceforget.net>.
36825 2005-02-22  Kim F. Storm  <storm@cua.dk>
36827         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
36828         check that window of that event is the selected window.
36829         (mouse-drag-region-1): Compare mouse event window to selected
36830         window before setting point.
36832         * tooltip.el (tooltip-show-help-function): Pass event to
36833         mouse-on-link-p so it can check selected window.
36835 2005-02-22  Kenichi Handa  <handa@m17n.org>
36837         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
36838         (ps-mule-show-warning): New function.
36839         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
36840         characters are found.
36842         * ps-print.el (ps-header-footer-string): Return a list of header
36843         and footer strings.
36845 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
36847         * pcvs.el (cvs-retrieve-revision): Fix thinko.
36849 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
36851         * frame.el (blink-cursor-mode): Use define-minor-mode.
36853         * term/mac-win.el (function-key-map): Use char-names more consistently.
36854         (file-name-coding-system): Only set it for MacOS-9.  The other case is
36855         already handled in mule-cmds.el (where it also works when mac-win.el
36856         is not used).
36858 2005-02-21  Kenichi Handa  <handa@m17n.org>
36860         * international/mule.el (ctext-pre-write-conversion): Always use
36861         " *code-converting-work*" buffer for work.
36863         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
36865 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
36867         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
36869 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
36871         * ses.el (undo-more): Restore defadvice, but only the part that
36872         allows changes outside the restricted area of the buffer.
36874 2005-02-20  Kim F. Storm  <storm@cua.dk>
36876         * simple.el (line-move): Add fourth optional arg try-vscroll which
36877         must be set to perform auto-window-vscroll.
36878         When moving backwards and doing auto-window-vscroll, automatically
36879         vscroll to the last part of lines which are taller than the window.
36880         (next-line, previous-line): Set try-vscroll arg on line-move.
36882 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
36884         * replace.el (query-replace, query-replace-regexp)
36885         (replace-string, replace-regexp): When operating on region, make
36886         the minibuffer prompt say so.
36888         * isearch.el (isearch-forward): Document isearch-query-replace and
36889         isearch-query-replace-regexp keybindings.
36891 2005-02-19  Jay Belanger  <belanger@truman.edu>
36893         * calc/calc-aent.el (math-read-token): Add local variable.
36895         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
36896         (calc-edit-top): Move declaration to earlier in file.
36897         (calc-edit-macro-repeats): Add local variables.
36899         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
36900         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
36901         calcFunc-tanh.
36902         Adjust integration rule for calcFunc-tan.
36904 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36906         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
36907         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
36908         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
36909         (viper-skip-separators): Bug fix.
36910         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
36911         particular major mode.
36912         (viper-del-backward-char-in-replace): Don't put deleted char on the
36913         kill ring.
36915         * emulation/viper-ex.el (viper-color-display-p): New function.
36916         (viper-has-face-support-p): Use viper-color-display-p.
36918         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
36920         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
36922         * emulation/viper-util.el (viper-glob-unix-files):
36923         Fix shell status check.
36924         (viper-file-remote-p): Make equivalent to file-remote-p.
36926         * emulation/viper.el (viper-major-mode-modifier-list):
36927         Use viper-gnus-modifier-map.
36929 2005-02-19  David Kastrup  <dak@gnu.org>
36931         * subr.el (subregexp-context-p): Fix garbled doc string by adding
36932         quoting.
36934 2005-02-19  Jay Belanger  <belanger@truman.edu>
36936         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
36937         Remove extra definitions.
36938         (calc-coth): New function.
36939         (calcFunc-cot): Fix `let'.
36941 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
36943         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
36944         the reasons we use "type pc" in these faces.
36946         * button.el (button): Ditto.
36948 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
36950         * replace.el (query-replace-read-from): Set the value of
36951         query-replace-from-history-variable to handle the case of an empty
36952         string entered to accept the suggested default.
36954         * net/tramp.el (tramp-file-name-for-operation):
36955         Use dired-call-process instead of dired-call-process-command.
36957 2005-02-19  Jay Belanger  <belanger@truman.edu>
36959         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
36960         (math-div-non-trig): New variables.
36961         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
36962         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
36963         (math-combine-prod, math-div-symb-fancy): Add simplifications for
36964         trig expressions.
36966 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
36968         * progmodes/gdb-ui.el (gdb-var-update-handler)
36969         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
36970         for watch expressions,
36971         (gdb-var-create-handler): Don't set speedbar-update-flag.
36972         (gdb-post-prompt): Simplify test for speedbar.
36974 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36976         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
36977         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
36978         we use the syntax table of the correct buffer.
36979         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
36980         Felix Gatzemeier.
36982         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
36983         (ediff-file-remote-p): Make synonymous with file-remote-p.
36984         In all deffaces ediff-*-face-*, use min-colors.
36986         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
36987         ediff-recurse-to-subdirectories.
36988         (ediff-mark-if-equal): Check that the arguments are strings, use
36989         ediff-same-contents (after to Felix Gatzemeier).
36991         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
36992         nil.
36994 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36996         * log-view.el (log-view-message-re): Fix up Subversion regexp.
36998 2005-02-18  David Kastrup  <dak@gnu.org>
37000         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
37001         use `mark-active' when defined.
37003 2005-02-18  Kenichi Handa  <handa@m17n.org>
37005         * ps-print.el (ps-font-info-database): New entry
37006         ZapfChancery-MediumItalic with correct font name.  Fix font name
37007         of the entry Zapf-Chancery-MediumItalic.
37009 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
37011         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
37013 2005-02-16  Kim F. Storm  <storm@cua.dk>
37015         * ido.el (ido-fallback-command): Pass user input to fallback command.
37017 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
37019         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
37020         (gdb-find-file-hook): Add server prefix.
37022 2005-02-16  Richard M. Stallman  <rms@gnu.org>
37024         * replace.el (perform-replace): Pass new args to replace-highlight.
37025         (replace-highlight): Take region args,
37026         and pass them to isearch-lazy-highlight-new-loop.
37028         * novice.el (disabled-command-hook): Autoload the defalias
37029         and the make-obsolete-variable call.
37031         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
37033         * isearch.el (isearch-lazy-highlight-start-limit)
37034         (isearch-lazy-highlight-end-limit): New variables limit
37035         the region for highlighting.
37036         (isearch-lazy-highlight-new-loop): New args BEG and END.
37037         (isearch-lazy-highlight-search): Use the new vars.
37038         (isearch-lazy-highlight-update): Likewise.
37040         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
37042         * cus-start.el (all): Use default-boundp.
37044 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
37046         * menu-bar.el (menu-bar-select-frame): Handle current frame.
37048 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
37050         * autorevert.el (auto-revert-stop-on-user-input)
37051         (auto-revert-verbose): Doc fixes.
37053 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
37055         * international/mule-cmds.el (set-locale-environment): Remove call
37056         to set-selection-coding-system on Windows.
37058 2005-02-15  Jay Belanger  <belanger@truman.edu>
37060         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
37061         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
37062         calcFunc-coth.
37063         (math-simplify-sqrt): Add simplifications.
37065         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
37066         to list.
37068         * calc/calc-ext.el: Add functions to autoloads.
37070         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
37071         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
37072         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
37073         (math-csc-raw, math-cot-raw): New functions.
37075         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
37077         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
37078         the variable name in a message.
37080         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
37081         calcFunc-csc, calcFunc-cot.
37083         * calc/calcalg2.el: Add derivative and integration rules for
37084         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
37085         calcFunc-csch, calcFunc-coth.
37086         (math-do-integral-methods): Add to checks for when to use
37087         substitutions.
37089         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
37091 2005-02-15  Lute Kamstra  <lute@gnu.org>
37093         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
37094         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
37095         <monnier@iro.umontreal.ca>.
37096         (lisp-outline-level): Improve efficiency.  Suggested by David
37097         Kastrup <dak@gnu.org>.
37099 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
37101         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
37102         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
37103         (gdb-set-gud-minor-mode-existing-buffers): New functions.
37104         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
37105         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
37107 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
37109         * cus-start.el (all): Comment change.
37111 2005-02-14  Lute Kamstra  <lute@gnu.org>
37113         * cus-start.el (all): Check if symbol is void.
37115 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
37117         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
37118         optional argument to \cite.
37120 2005-02-14  Richard M. Stallman  <rms@gnu.org>
37122         * cus-edit.el (custom-buffer-create-internal): Update help message.
37123         (custom-magic-alist): Update help messages.
37125         * cus-start.el (all): Allow a var to specify a standard value.
37127 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
37129         * custom.el (custom-theme-set-variables): Handle variable aliases.
37131         * frame.el (blink-cursor-timer): Doc fix.
37132         (blink-cursor): Make it an alias for `blink-cursor-mode' and
37133         declare obsolete.
37134         (blink-cursor-mode): Define with defcustom and use correct
37135         standard expression in that defcustom.
37136         * startup.el (command-line): Adapt to above changes in frame.el.
37138 2005-02-11  Lute Kamstra  <lute@gnu.org>
37140         * apropos.el (apropos-score-doc): Prevent division by zero.
37142 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
37144         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
37145         (icalendar--get-event-property-attributes)
37146         (icalendar--get-event-properties)
37147         (icalendar--datetime-to-diary-date): New functions.
37148         (icalendar--split-value): Doc fix.
37149         (icalendar--datetime-to-noneuropean-date)
37150         (icalendar--datetime-to-european-date): New optional argument
37151         SEPARATOR.  Return result as a string instead of a list.
37152         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
37153         (icalendar--convert-string-for-export): Rename arg S to STRING.
37154         (icalendar-export-region): Doc fix.  Change name of error buffer.
37155         Save output buffer.
37156         (icalendar-import-file): Add blank at end of prompt.
37157         (icalendar-import-buffer): Doc fix.  Do not switch to error
37158         buffer.  Indicate status in return value.
37159         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
37160         buffer.  Save output buffer.  Handle exception from recurrence
37161         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
37162         events.  Fix problems with weekly all-day events.
37164 2005-02-10  Richard M. Stallman  <rms@gnu.org>
37166         * simple.el (eval-expression-print-format):
37167         Avoid warning about edebug-active.
37169         * help.el (help-for-help-internal): Rename from help-for-help.
37170         (help-for-help): Define with defalias.
37172         * font-core.el (font-lock-default-function): Use with-no-warnings.
37174         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
37176         * custom.el (defface): Doc fix.
37178 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
37180         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
37181         width 0" to prevent word wrapping problems.
37183 2005-02-09  Kim F. Storm  <storm@cua.dk>
37185         * ido.el (ido-file-extensions-order): New defcustom.
37186         (ido-file-extension-lessp, ido-file-extension-aux)
37187         (ido-file-extension-order): New advanced file ordering.
37188         (ido-file-lessp): New simple file ordering.
37189         (ido-sort-list): Remove.
37190         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
37191         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
37193 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
37195         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
37196         that some versions of grep produce.
37197         (grep-mode-font-lock-keywords): Likewise.
37199 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
37201         * progmodes/gdb-ui.el (gdb-location-list): New variable.
37202         (gdb-cdir): Delete.
37203         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
37204         (gdb-source-info): Treat case when source file is in another
37205         directory properly.
37206         (gdb-get-location): New function.
37208 2005-02-07  Jay Belanger  <belanger@truman.edu>
37210         * calc/calc-prog.el (calc-write-parse-table-part)
37211         (calc-fix-token-name): Fix a check for language type.
37213         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
37215 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
37217         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
37218         as directory not writable.
37220 2005-02-07  Kim F. Storm  <storm@cua.dk>
37222         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
37223         (cua--standard-movement-commands): Remove list.
37224         Instead, set CUA property value to move for movement commands.
37225         (cua-movement-commands): Remove.  Users must set CUA prop instead.
37226         (cua--pre-command-handler): Check CUA property.
37227         (cua--init-keymaps): Don't remap undo commands.
37228         (cua-mode): Don't call cua--rectangle-on-off.
37230         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
37231         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
37232         (cua--rect-undo-set-point): New var.
37233         (cua--rectangle-undo-boundary): Setup undo apply entry.
37234         (cua--rect-undo-handler): New function for rectangle undo.
37235         (cua--rect-start-position, cua--rect-end-position): Add.
37236         (cua--rectangle-post-command): Call cua--rectangle-set-corners
37237         for restored rectangle.  Set point if cua--rect-undo-set-point.
37239 2005-02-06  Jay Belanger  <belanger@truman.edu>
37241         * calc/calc-lang.el (calc-tex-language): Display more information
37242         in messages.
37244         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
37245         in TeX mode.
37247 2005-02-06  Richard M. Stallman  <rms@gnu.org>
37249         * emacs-lisp/lisp.el (buffer-end): Doc fix.
37251 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
37253         * net/ldap.el (ldap-search-internal): Support attributes with
37254         optional descriptions separated by a semi-colon, as in
37255         "userCertificate;binary".
37257 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
37259         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
37260         isn't a cons (i.e. the version is 0).
37262 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
37264         * help.el (help-for-help): Doc fix.
37266 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
37268         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
37269         GDB-Windows on the menu-bar as this works better.
37271 2005-02-04  Jay Belanger  <belanger@truman.edu>
37273         * calc/calc-embed.el (calc-embedded-update): Don't put in
37274         unnecessary newlines.  Adjust the end of formula marker.
37276         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
37277         (math-latex-parse-two-args): New function.
37279 2005-02-03  Lute Kamstra  <lute@gnu.org>
37281         * help-fns.el (help-with-tutorial): Make sure that users cannot
37282         remove the entire text of the tutorial by means of `undo'.
37284 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
37286         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37287         in recent changes, where the ispell process was repeatedly
37288         killed & restarted.
37290         * international/mule-cmds.el (set-locale-environment): Set file-name
37291         coding system to utf-8 on Darwin systems.
37292         (set-default-coding-systems): Don't set default-file-name-coding-system
37293         on Darwin systems.
37295 2005-02-03  Richard M. Stallman  <rms@gnu.org>
37297         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
37299 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
37301         * faces.el (list-faces-display): Add optional argument.
37303 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
37305         * font-core.el (font-lock-default-function): Handle the rare case where
37306         only font-lock-keywords is set.
37308 2005-02-02  Kenichi Handa  <handa@m17n.org>
37310         * international/characters.el: Cancel previous change for
37311         I-WITH-DOT-ABOVE and DOTLESS-i.
37313         * international/latin-5.el: Cancel previous change.
37315 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37317         * progmodes/gud.el: Correction to syntax in gud-menu-map.
37319 2005-02-02  Kenichi Handa  <handa@m17n.org>
37321         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
37322         DOTLESS-i.
37324         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
37325         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
37327         * case-table.el (get-upcase-table): New function.
37328         (copy-case-table): Copy upcaes table too if non-nil.
37329         (set-case-syntax-delims): Maintain upcase table too.
37330         (set-case-syntax-pair): Likewise.
37331         (set-upcase-syntax, set-downcase-syntax): New functions.
37332         (set-case-syntax): Maintain upcase table too.
37334 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37336         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
37338         * progmodes/gud.el (gud-goto-info): New function.
37339         (gud-tool-bar-map): Use correct icon.
37341 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37343         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
37344         When delegating, order args in the funcall correctly.
37346 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37348         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
37350 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
37352         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
37353         buffer not visiting a file.
37355 2005-01-31  Jay Belanger  <belanger@truman.edu>
37357         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
37358         bound on the line with the formula.
37360 2005-01-31  Kim F. Storm  <storm@cua.dk>
37362         * ses.el (ses-create-cell-variable-range)
37363         (ses-destroy-cell-variable-range, ses-reset-header-string)
37364         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
37365         (ses-insert-row): Fix format of apply undo entries.
37367 2005-01-31  Jay Belanger  <belanger@truman.edu>
37369         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
37370         parts.
37372         * calc/calc-embed.el (calc-embedded-open-formula)
37373         (calc-embedded-close-formula): Ignore matrix environments.
37375         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
37376         TeX mode.
37378         * calc/calc-lang.el (math-function-table, math-oper-table)
37379         (math-variable-table): Adjust the LaTeX portions.
37381         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
37382         (math-latex-ignore-words): New constant.
37384 2005-01-31  Richard M. Stallman  <rms@gnu.org>
37386         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
37387         (ispell-local-dictionary): Doc fix.
37388         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
37389         Don't reinitialize at run time.  Don't defcustom.
37390         All uses changed to append ispell-local-dictionary-alist,
37391         or check it first.
37392         (ispell-current-dictionary): New variable for dictionary in use.
37393         (ispell-dictionary): Now used only for global default.
37394         (ispell-start-process): Set ispell-current-dictionary,
37395         not ispell-dictionary.
37396         (ispell-change-dictionary): Use this only for setting
37397         user preferences.
37398         (ispell-internal-change-dictionary): New function
37399         to change the current dictionary in use.
37400         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
37401         Use ispell-current-dictionary.
37402         Handle ispell-local-dictionary-overridden.
37403         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
37405 2005-01-31  Jay Belanger  <belanger@truman.edu>
37407         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
37409         * calc/calc-ext.el: Add calc-latex-language to autoloads.
37410         (calc-mode-map): Add calc-latex-language.
37412         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
37413         (math-latex-print-frac): New functions.
37414         (math-oper-table, math-function-table, math-variable-table)
37415         (math-complex-format, math-input-filter): Add latex properties.
37416         (calc-set-language): Set math-expr-special-function-mapping.
37418         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
37419         (calc-write-parse-table-part): Add LaTeX support.
37421         * calc/calc.el (calc-language): Adjust docstring.
37422         (calc-set-mode-line): Add LaTeX support.
37423         (math-expr-special-function-mapping): New variable.
37424         (math-tex-ignore-words): Add to list.
37426         * calc/calccomp.el (math-compose-expr, math-compose-rows):
37427         Add LaTeX support.
37428         (math-compose-expr): Add support for special functions.
37430         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
37432 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
37434         * progmodes/gdb-ui.el (gdb-memory-address)
37435         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
37436         (gdb-memory-mode-map, gdb-memory-format-keymap)
37437         (gdb-memory-format-menu, gdb-memory-unit-keymap)
37438         (gdb-memory-unit-menu): New variables for a buffer
37439         that lets the user examine program memory.
37440         (gdb-memory-set-address, gdb-memory-set-repeat-count)
37441         (gdb-memory-format-binary, gdb-memory-format-octal)
37442         (gdb-memory-format-unsigned, gdb-memory-format-signed)
37443         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
37444         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
37445         (gdb-memory-unit-word, gdb-memory-unit-halfword)
37446         (gdb-memory-unit-byte, gdb-memory-unit-menu)
37447         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
37448         (gdb-memory-mode, gdb-memory-buffer-name)
37449         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
37450         New functions for above buffer.
37452 2005-01-30  Richard M. Stallman  <rms@gnu.org>
37454         * cus-edit.el (custom-bury-buffer): Function deleted.
37455         (custom-buffer-done-function): Option deleted.
37456         (custom-buffer-done-kill): New replacement option.
37457         (Custom-buffer-done): Call quit-window.
37458         (custom-buffer-create-internal): Update for above changes.
37460 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
37462         * simple.el (undo-ask-before-discard): New var.
37463         (undo-outer-limit-truncate): Implement it.
37464         (undo-extra-outer-limit): Doc update.
37466 2005-01-29  Richard M. Stallman  <rms@gnu.org>
37468         * ses.el (undo-more): Delete defadvice.
37469         (ses-begin-change): Doc fix.
37471         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
37472         instead of rebinding C-x u and C-_.
37474         * files.el (normal-backup-enable-predicate): Return nil for files
37475         in /tmp, regardless of temporary-file-directory.
37477         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
37479         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
37480         (open-rectangle, delete-whitespace-rectangle-line)
37481         (clear-rectangle-line): If FILL, pass t instead of FILL
37482         for move-to-column's 2nd arg.
37484         * simple.el (undo): Fix the test for continuing a series of undos.
37485         (undo-more): Set pending-undo-list to t when we reach end.
37486         (pending-undo-list): Move up defvar.
37488         * wid-edit.el (widget-button-click):
37489         Shorten the range of the track-mouse binding.
37491         * comint.el (comint-insert-input): Undo previous changes;
37492         use last-input-event in interactive spec.
37494 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
37496         * progmodes/compile.el (compilation-start): Bind buffer-read-only
37497         to nil before invoking call-process.  Reset buffer's modified flag
37498         after fontifying it in the no-async branch.
37500         * wid-edit.el (widget-specify-button): If mouse pointer shape
37501         cannot be changed, use mouse face instead.
37503 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
37505         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
37506         (gdb-goto-breakpoint): Make breakpoint handling work on template
37507         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
37508         (gdb-assembler-custom): Update to recognize breakpoint information
37509         added on 2005-01-19.
37511 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
37513         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
37514         (dsssl-mode): Use define-derived-mode.
37515         (scheme-mode-initialize): Remove.
37516         (scheme-mode): Use run-mode-hooks.
37518         * cus-edit.el (customize-group-other-window)
37519         (custom-buffer-create-other-window): Don't override special-display-*.
37520         (custom-mode-map): Make it dense.
37522         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
37523         sets the default value.
37525 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
37527         * descr-text.el: Add more keywords.
37529 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
37531         * speedbar.el: Avoid unnecessary use of locate-library.
37533         * international/mule-cmds.el (standard-display-european-internal):
37534         Don't fiddle with latin-1 non-break space any more since it's now
37535         special cased in the C code.
37536         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
37538 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
37540         * cus-start.el (all): Add `undo-outer-limit'.
37542 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
37544         * textmodes/bibtex.el (bibtex-format-entry):
37545         Use `bibtex-empty-field-re' only on the text of fields, not on entire
37546         field lines.
37547         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
37548         not on part of a buffer.
37550 2005-01-25  Lute Kamstra  <lute@gnu.org>
37552         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
37553         nonempty field text strings like "{letters\\macro{}more letters}".
37554         Clarify docstring.
37555         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
37556         (bibtex-entry-offset, bibtex-parse-association)
37557         (bibtex-parse-field-name): Fix typos in docstrings.
37558         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
37560 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
37561             Juri Linkov  <juri@jurta.org>
37563         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
37564         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
37565         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
37566         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
37568         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
37569         isearch minor mode.
37571 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
37573         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
37575 2005-01-24  Lute Kamstra  <lute@gnu.org>
37577         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
37578         CASECHARS and NOT-CASECHARS regular expressions of the
37579         "nederlands" and "nederlands8" dictionaries to prevent a "Range
37580         striding over charsets" error.
37582 2005-01-24  Jay Belanger  <belanger@truman.edu>
37584         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
37585         display variable name.
37587 2005-01-24  Kenichi Handa  <handa@m17n.org>
37589         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
37590         Fix setting of the element of encoded-kbd-iso2022-invocations.
37592 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
37594         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
37595         (gdb-threads-select): Change to also accept mouse events.
37596         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
37597         (gdb-threads-mouse-select): Delete.
37599 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
37601         * files.el (insert-directory): Take care of empty directory,
37602         listed without -a switch.
37604 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
37606         * textmodes/refill.el (refill-post-command-function):
37607         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
37608         to the list of functions that we should be careful not to undo.
37609         (refill-late-fill-paragraph-function): Remove.
37610         (refill-saved-state): New var.
37611         (refill-mode): Use it to save fill-paragraph-function.
37612         Save also the value of auto-fill-function.
37614         * term/w32-win.el: Simplify code.
37616 2005-01-23  Kim F. Storm  <storm@cua.dk>
37618         * simple.el (line-move): Adapt to new return value from
37619         pos-visible-in-window-p.
37621         * simple.el (line-move): Fix last change.  Check partial
37622         visibility at point rather than at window-start.
37624 2005-01-22  Jason Rumney  <jasonr@gnu.org>
37626         * term/w32-win.el (xw-defined-colors): Remove debug-message.
37628 2005-01-22  David Kastrup  <dak@gnu.org>
37630         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
37632 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
37634         * type-break.el (type-break-mode): Add a test for
37635         type-break-file-name being non-nil.
37637 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
37639         * net/eudc.el (top level): Call (message "") via progn, so that
37640         eudc-options-file is loaded.
37642 2005-01-22  Kim F. Storm  <storm@cua.dk>
37644         * simple.el (line-move-1): Rename from line-move.
37645         (line-move): New function that adjusts vscroll for partially
37646         visible rows, and calls line-move-1 otherwise.
37648 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
37650         * pcomplete.el: Define pcomplete-read-event instead of read-event,
37651         since it's not a complete read-event implementation.
37653 2005-01-20  Jay Belanger  <belanger@truman.edu>
37655         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
37656         for called function.
37658 2005-01-20  Steven Tamm  <steventamm@mac.com>
37660         * term/mac-win.el (process-connection-type): Remove.
37661         Controlled now by s/darwin.h:PTY_ITERATION.
37663 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
37665         * window.el (handle-select-window): Don't switch window when we're
37666         in the minibuffer.
37668 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
37670         * subr.el (dotimes-with-progress-reporter): New macro.
37672         * ses.el (ses-dotimes-msg): Remove macro.
37673         Use `dotimes-with-progress-reporter' instead.
37675 2005-01-19  Steven Tamm  <steventamm@mac.com>
37677         * term/mac-win.el (process-connection-type): Use new
37678         operating-system-release variable to use ptys on Darwin 7 (OS X
37679         10.3) when using carbon build.
37681 2005-01-19  Jay Belanger  <belanger@truman.edu>
37683         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
37684         flags if the last command was a tab or M-tab.
37686         * calc/calc-prog.el (calc-user-define-edit): Put original formula
37687         in formula editing buffer.
37689 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37691         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
37692         breakpoint image symbol in margin.
37694 2005-01-19  Jay Belanger  <belanger@truman.edu>
37696         * calc/calc-prog.el (calc-execute-kbd-macro):
37697         Ignore calc-keep-arg-flag.
37699 2005-01-19  Kenichi Handa  <handa@m17n.org>
37701         * textmodes/ispell.el (ispell-looking-at): New function.
37702         (ispell-process-line): Use ispell-looking-at to compare the ispell
37703         output and the buffer contents.
37705 2005-01-18  Jay Belanger  <belanger@truman.edu>
37707         * calc/calc.el (calc-display-raw): Fix docstring.
37709 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
37711         * simple.el (blink-matching-open): Strip extra info from syntax.
37713         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
37714         funny chars in the end-of-here-doc marker.
37716 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37718         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
37719         that enable/disabled state of breakpoints is shown correctly in
37720         fringe and on ttys.
37721         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
37722         Add breakpoint information as text properties.
37723         (gdb-mouse-toggle-breakpoint):
37724         Rename to gdb-mouse-set-clear-breakpoint.
37725         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
37726         breakpoints in the margin.
37727         (gdb-remove-strings): Simplify.
37729 2005-01-17  Jay Belanger  <belanger@truman.edu>
37731         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
37732         erasing buffer.
37734 2005-01-17  Richard M. Stallman  <rms@gnu.org>
37736         * progmodes/grep.el (grep-find): Copy from `grep' the condition
37737         for calling grep-compute-defaults.
37739         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
37740         if buffer is empty.
37742         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
37744 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
37746         * hilit-chg.el (highlight-changes-mode): Don't autoload.
37748         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
37749         non-preloaded variables.
37751 2005-01-17  Steven Tamm  <steventamm@mac.com>
37753         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
37754         tex-shell cause to force interactivity when using pipes.
37756 2005-01-17  Kim F. Storm  <storm@cua.dk>
37758         * simple.el (just-one-space): Make arg optional.
37760 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
37762         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
37763         posn-at-x-y to t to access left-margin.
37765 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
37767         Sync with Tramp 2.0.47.
37769         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
37770         catching keep-date problems in cp/scp operations.
37771         (tramp-handle-copy-file): Don't call `set-file-modes'
37772         unconditionally.  Specialized functions should know better what is
37773         necessary.  This improves performance a little bit, and the
37774         functions could catch errors with `cp -p' and `scp -p'.
37775         (tramp-do-copy-or-rename-file-via-buffer)
37776         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
37777         when appropriate.
37778         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
37779         Call `set-file-modes' when appropriate.
37780         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
37781         Johnsson <isak@hypergene.com>.
37782         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
37783         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
37784         <joakim@verona.se>.
37785         (tramp-file-name-for-operation): Mark `shell-command' as magic for
37786         Emacs only.
37788         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
37789         `find-file-hooks' and `dired-mode-hook'.
37790         (tramp-minor-mode-map): Respective map.  Add remapping for
37791         `compile' and `recompile'.
37792         (tramp-remap-command, tramp-recompile): New defuns.
37793         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
37794         in buffer "*Compilation*".  Call the commands asynchronously.
37796         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
37797         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
37798         `shell-command', because it isn't magic in XEmacs.  Reported by
37799         Adrian Aichner <adrian@xemacs.org>.
37801         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
37802         `substitute-in-file-name.
37803         (tramp-smb-handle-substitute-in-file-name): New defun.
37804         (tramp-smb-advice-PC-do-completion): Delete advice.
37806 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
37808         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
37809         Fix error in deleting region.
37811 2005-01-15  Richard M. Stallman  <rms@gnu.org>
37813         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
37814         In non-temp buffer, switch syntax table temporarily.
37816         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
37818         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
37820         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
37822         * imenu.el (imenu--split-menu): Copy menulist before sorting.
37823         (imenu--generic-function): Use START, not BEG, as pos of definition.
37825         * simple.el (just-one-space): Argument specifies number of spaces.
37827         * simple.el (eval-expression-print-format): Avoid warning
37828         about edebug-active.
37830 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
37832         * progmodes/sh-script.el: Code copied from make-mode.el
37833         with small changes,
37834         (sh-mode-map): Bind C-c C-\.
37835         (sh-backslash-column, sh-backslash-align): New variables.
37836         (sh-backslash-region, sh-append-backslash): New functions.
37838 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37840         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
37841         (rmail-pop-password, rmail-pop-password-required): Move to
37842         rmail-obsolete group.
37843         (rmail-set-pop-password): Rename to rmail-set-remote-password.
37844         All callers updated.
37845         (rmail-get-pop-password): Rename to rmail-get-remote-password.
37846         Take an argument specifying whether it is POP or IMAP mailbox we
37847         are using.  All callers updated.
37848         (rmail-pop-password-error): Rename to
37849         rmail-remote-password-error.  Added mailutils-specific error message.
37850         (rmail-movemail-search-path)
37851         (rmail-movemail-variant-in-use): New variables.
37852         (rmail-remote-password, rmail-remote-password-required):
37853         New customization variables.
37854         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
37855         (rmail-parse-url): New function.
37856         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
37857         with GNU mailutils movemail.
37859 2005-01-15  Kevin Ryde  <user42@zip.com.au>
37861         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
37862         suffix to space, $ or '$, to correctly position point when going
37863         to @table style constants like DBL_MAX.
37865 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
37867         * type-break.el (type-break-mode, type-break-file-time)
37868         (type-break-file-keystroke-count, type-break-choose-file):
37869         Don't store data in or load data from the file if type-break-file-name
37870         is nil.
37871         (type-break-file-name): Doc update as per the above.
37873 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
37875         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
37876         lookup-key might return nil; handle that.
37878 2005-01-15  Alan Mackenzie  <acm@muc.de>
37880         * progmodes/ebrowse.el (ebrowse-class-in-tree):
37881         Return the tail of the tree rather than the element found,
37882         thus enabling the tree to be setcar'd.
37884 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37886         * textmodes/org.el (org-show-following-heading): New option.
37887         (org-show-hierarchy-above): Use `org-show-following-heading'.
37888         (org-cycle): Documentation fix.
37890         * textmodes/org.el (orgtbl-optimized): New option.
37891         (orgtbl-mode): New command, a minor mode.
37892         (orgtbl-mode-map): New variable.
37893         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
37894         (orgtbl-error, orgtbl-self-insert-command)
37895         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
37897         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
37898         a local variable in each org-mode buffer.
37900         * textmodes/org.el (org-set-regexps-and-options): Rename from
37901         `org-set-regexps'.  Added checking for STARTUP keyword.
37902         (org-get-current-options): Add STARTUP options.
37903         (org-table-insert-row): Make mode intelligent about when
37904         realignment is needed.
37905         (org-self-insert-command, org-delete-backward-char, org-delete-char):
37906         New commands.
37907         (org-enable-table-editor): New default value `optimized'.
37908         (org-table-blank-field): Support blanking regions if active.
37910 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37912         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
37913         if the year is not given.
37915         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
37916         Add new escapes %m and %M, fixed bug with %F by adding
37917         save-match-data.
37918         (reftex-reference): Remove ?. from list of spaces.
37919         (reftex-label-info): Add automatic label prefix recognition.
37921         * textmodes/reftex-index.el (reftex-index-next-phrase):
37922         Add slave parameter to call of `reftex-index-this-phrase'.
37923         (reftex-index-this-phrase): New optional argument.
37924         (reftex-index-region-phrases): Add slave parameter to call of
37925         `reftex-index-this-phrase'.
37926         (reftex-display-index): New argument redo.
37927         (reftex-index-rescan): Add `redo' to arguments of
37928         `reftex-display-index'.
37929         (reftex-index-Rescan, reftex-index-revert)
37930         (reftex-index-switch-index-tag): Add `redo' to arguments of
37931         `reftex-display-index'.
37932         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
37933         indexing.  Fix bug with matching is there is a quote before or
37934         after the word.
37936         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
37937         Fix bug when collecting citation keys in lines with comments.
37938         (reftex-citation): Prefix argument no longer rescans the document,
37939         but forces prompting for optional arguments of cite macros.
37940         (reftex-do-citation): Prompting for optional arguments implemented.
37942         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
37943         Add optional arguments to most cite commands.
37944         (reftex-cite-cleanup-optional-args): New option
37945         (reftex-cite-prompt-optional-args): New option.
37946         (reftex-trust-label-prefix): New option.
37948         * textmodes/reftex-toc.el (reftex-toc-find-section):
37949         Add push-mark before changing the position in the buffer.
37951         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
37952         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
37954 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
37956         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
37957         more carefully.
37959 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
37961         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
37962         (sgml-mode): Use it.
37963         (sgml-get-context): Better keep track of implicitly closed tags.
37965 2005-01-13  Kenichi Handa  <handa@m17n.org>
37967         * textmodes/ispell.el: These changes are to fix misalignment error
37968         caused by equivalent characters of different Emacs charsets.
37969         (ispell-unified-chars-table): New variable.
37970         (ispell-get-decoded-string): New function.
37971         (ispell-get-casechars, ispell-get-not-casechars)
37972         (ispell-get-otherchars): Call ispell-get-decoded-string.
37974 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
37976         * custom.el (custom-declare-variable): Just put symbol instead
37977         of (defvar . symbol) in `current-load-list'.
37979 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
37981         * emacs-lisp/elint.el: Fixed typo in Commentary section.
37983 2005-01-12  Jay Belanger  <belanger@truman.edu>
37985         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
37986         to create a Calc summary.
37988 2005-01-12  Kim F. Storm  <storm@cua.dk>
37990         * mouse.el (mouse-on-link-p): Change functionality and doc
37991         string to comply with latest description in lisp ref.
37993 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
37995         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
37996         Enable mouse clicks on mode-line, header-line and margin.
37997         (event-type): Give mouse event symbols an `event-kind' property
37998         with value `mouse-click'.
38000 2005-01-12  Juri Linkov  <juri@jurta.org>
38002         * facemenu.el (list-colors-display): Add new arg buffer-name.
38003         Use it.  Fix docstring.  Replace code for identifying duplicate
38004         colors by the name with call to `list-colors-duplicates' which
38005         identifies duplicate colors by the value unless the color
38006         is one of special Windows colors.  Set truncate-lines to t.
38007         Print sorted duplicate color names on each line.  Indent to 22
38008         \(the longest color name in rgb.txt) instead of 20.  Optimize.
38009         (list-colors-duplicates): New function.
38010         (facemenu-color-name-equal): Delete function.
38012         * facemenu.el (list-colors-print): New function created from code
38013         in list-colors-display.  Print #RRGGBB at the window right edge.
38014         (list-colors-display): When temp-buffer-show-function is not
38015         defined, call list-colors-print from temp-buffer-show-hook
38016         to get the right value of window-width in list-colors-print
38017         after the buffer is displayed.
38019         * simple.el (pop-mark): Move deactivate-mark out of conditional
38020         part to deactivate the active mark regardless of the state of the
38021         mark ring.
38023         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
38024         variables line in desktop files.
38026 2005-01-12  Juri Linkov  <juri@jurta.org>
38028         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
38029         Bring together isearch highlight related options.
38030         (lazy-highlight): Replace group `replace' by `matching'.
38031         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38032         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38033         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
38034         and declare them obsolete.
38035         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
38036         (isearch-faces): Remove defgroup.
38037         (isearch-overlay, isearch-highlight, isearch-dehighlight):
38038         Move isearch highlighting code closer to lazy highlighting code.
38040         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
38041         (query-replace-highlight, query-replace-lazy-highlight)
38042         (query-replace): Move definitions to the beginning of the file.
38044 2005-01-11  Juri Linkov  <juri@jurta.org>
38046         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
38047         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
38048         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
38050         * info.el (Info-history-forward): New variable.
38051         (Info-select-node): Reset Info-history-forward to nil.
38052         (Info-last): Turn into defalias.
38053         (Info-history-back): Rename from Info-last.
38054         Add current node to Info-history-forward.
38055         (Info-history-forward): New fun.
38056         (Info-mode-map): Replace Info-last by Info-history-back.
38057         Bind Info-history-forward to "r".
38058         (Info-mode-menu): Replace Info-last by Info-history-back.
38059         Fix menu item text.  Add menu item for Info-history-forward.
38060         (info-tool-bar-map): Replace Info-last by Info-history-back.
38061         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
38062         for Info-history-forward.
38063         (Info-mode): Replace Info-last by Info-history-back in docstring.
38064         Add local variable Info-history-forward.
38065         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
38067 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
38069         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
38070         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
38071         Ignore select-window events rather than fiddle with
38072         mouse-autoselect-window.
38074 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
38076         * type-break.el (type-break-mode): Fix previous change.
38078 2005-01-10  Jay Belanger  <belanger@truman.edu>
38080         * calc/calc-ext.el (calc-reset): Reset when inside embedded
38081         calculator; only reset when point is inside a calculator.
38082         Don't adjust the window height if the window takes up the whole height
38083         of the frame.
38085 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
38087         * ebuff-menu.el (Electric-buffer-menu-mode):
38088         Preserve value of buffer-local var header-line-format.
38090 2005-01-09  Jay Belanger  <belanger@truman.edu>
38092         * calc/calc.el (calc-mode-var-list-restore-saved-values):
38093         Make sure settings file exists before accessing it.
38095         * calc/calc-embed.el (calc-embedded-subst):
38096         Replace math-multi-subst-rec, which is only supposed to be called
38097         by math-multi-subst, by math-multi-subst.
38099 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
38101         * vc.el (vc-allow-async-revert): New user option.
38102         (vc-disable-async-diff): New internal variable.
38103         (vc-revert-buffer): Use them to disable asynchronous diff.
38105         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
38106         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
38107         asynchronously if vc-disable-async-diff is t.
38109 2005-01-09  Jay Belanger  <belanger@truman.edu>
38111         * calc/calc.el (defcalcmodevar): New macro.
38112         (calc-mode-var-list-restore-default-values)
38113         (calc-mode-var-list-restore-saved-values): New functions.
38114         (calc-mode-var-list): Use defcalcmodevar to define it.
38115         (calc-always-load-extensions, calc-line-numbering)
38116         (calc-line-breaking, calc-display-just, calc-display-origin)
38117         (calc-number-radix, calc-leading-zeros, calc-group-digits)
38118         (calc-group-char, calc-point-char, calc-frac-format)
38119         (calc-prefer-frac, calc-hms-format, calc-date-format)
38120         (calc-float-format, calc-full-float-format, calc-complex-format)
38121         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
38122         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
38123         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
38124         (calc-matrix-brackets, calc-language, calc-language-option)
38125         (calc-left-label, calc-right-label, calc-word-size)
38126         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
38127         (calc-display-raw, calc-internal-prec, calc-angle-mode)
38128         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
38129         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
38130         (calc-window-height, calc-display-trail, calc-show-selections)
38131         (calc-use-selections, calc-assoc-selections)
38132         (calc-display-working-message, calc-auto-why, calc-timing)
38133         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
38134         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
38135         (calc-gnuplot-default-device, calc-gnuplot-default-output)
38136         (calc-gnuplot-print-device, calc-gnuplot-print-output)
38137         (calc-gnuplot-geometry, calc-graph-default-resolution)
38138         (calc-graph-default-resolution-3d, calc-invocation-macro)
38139         (calc-show-banner): Use defcalcmodevar to declare them and set
38140         their default values.
38142         * calc/calc-ext.el (calc-reset): Restore saved values of variables
38143         instead of default values (but restore default values if there is
38144         an argument of 0).
38146 2005-01-09  David Kastrup  <dak@gnu.org>
38148         * desktop.el (desktop-restore-eager): Fix typo in type.
38150 2005-01-08  Richard M. Stallman  <rms@gnu.org>
38152         * cus-edit.el (customize): Delete :link.
38154 2005-01-08  Jay Belanger  <belanger@truman.edu>
38156         * calc/calc.el (calc-mode): Remove the extension from the
38157         `calc-settings-file' file name when loading it.
38159 2005-01-08  Kim F. Storm  <storm@cua.dk>
38161         * info.el (Info-mode-map, Info-next-link-keymap)
38162         (Info-prev-link-keymap, Info-up-link-keymap):
38163         Map follow-link to mouse-face.
38164         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
38166 2005-01-08  Jay Belanger  <belanger@truman.edu>
38168         * calc/calc.el (calc-settings-file): Change default value.
38169         Suggested by cgw in a comment in calc-mode.el.
38171         * calc/calc-mode.el (calc-settings-file-name):
38172         Compare calc-settings-file to user-init-file instead of ~/.emacs.
38173         Replace ~/.emacs in a prompt by calc-settings-file.
38175 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
38177         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
38178         (desktop-lazy-idle-delay): New customizable variables.
38179         (desktop-buffer-args-list): New variable.
38180         (desktop-append-buffer-args): New function.
38181         (desktop-save): Call desktop-append-buffer-args for some buffers.
38182         (desktop-lazy-create-buffer): New function.
38183         (desktop-idle-create-buffers): New function.
38184         (desktop-read): Add message about buffers to restore lazily.
38185         (desktop-lazy-abort): New command.
38186         (desktop-clear): Call desktop-lazy-abort.
38187         (desktop-lazy-complete): New command.
38189 2005-01-06  Richard M. Stallman  <rms@gnu.org>
38191         * emacs-lisp/find-func.el (find-face-definition):
38192         Rename from find-face.
38194 2005-01-06  Kim F. Storm  <storm@cua.dk>
38196         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
38198         * man.el (Man-xref-man-page, Man-xref-header-file)
38199         (Man-xref-normal-file): Add follow-link property.
38201 2005-01-06  Jay Belanger  <belanger@truman.edu>
38203         * calc/calc-units.el: Make sure the proper macro definitions are
38204         available when compiling.
38206 2005-01-06  Juri Linkov  <juri@jurta.org>
38208         * isearch.el (isearch-lazy-highlight-update):
38209         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
38211 2005-01-06  Miles Bader  <miles@gnu.org>
38213         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
38214         (isearch-lazy-highlight-face): Use new name.
38216 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
38218         * uniquify.el (uniquify-rationalize-file-buffer-names):
38219         Re-add an interactive spec.
38220         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
38221         to the same name.
38223         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
38224         (isearch-update, isearch-done): Adjust calls accordingly.
38226 2005-01-05  Richard M. Stallman  <rms@gnu.org>
38228         * custom.el (custom-set-variables, custom-theme-set-variables):
38229         Clarify documentation.
38231         * emacs-lisp/find-func.el (find-variable)
38232         (find-variable-other-window, find-variable-other-frame):
38233         Fix the TYPE args to find-function-read and find-function-do-it.
38234         (find-function): Doc fix.
38235         (find-function-at-point): Replace function-at-point alias.
38237 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38239         * cus-face.el (custom-declare-face):
38240         Record defface in current-load-list.
38242         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
38244         * emacs-lisp/find-func.el: Doc fixes.
38245         (find-face-regexp): New variable.
38246         (find-function-regexp-alist): New variable.
38247         (find-function-C-source): Third arg is now TYPE.
38248         (find-function-search-for-symbol): Handle general TYPE.
38249         (find-function-read, find-function-do-it): Handle general TYPE.
38250         (find-definition-noselect, find-face): New functions.
38251         (function-at-point): Alias deleted.
38253 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
38255         * battery.el (display-battery-mode): Rename from display-battery.
38256         Handle the case where it gets turned off.
38258 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38260         * cus-edit.el (customize): Make :link point to user doc.
38262         * man.el (Man-fontify-manpage): Turn off undo generation.
38264         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
38266 2005-01-04  Andreas Schwab  <schwab@suse.de>
38268         * files.el (insert-directory): Only look for error lines in
38269         inserted text.  Don't move too far after processing --dired markers.
38271 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38273         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
38274         Don't expand if the character is @, period, dash, etc.
38275         (define-mail-abbrev): Quote names that contain problem characters.
38277 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
38279         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
38281 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38283         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
38284         (query-replace-highlight, query-replace-lazy-highlight)
38285         (query-replace): Definitions moved up.  Doc fix.
38287 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38289         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
38290         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38291         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38292         (lazy-highlight-face): Rename from isearch-lazy-...
38293         Change all references to them.
38295 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
38297         * cus-edit.el (custom-file): Doc fix for defcustom.
38298         (custom-file): The function no longer sets the variable
38299         `custom-file' to its return value.
38301         * startup.el (command-line): No longer load `custom-file'.
38303 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
38305         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
38307         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
38308         Don't confuse module-prefixed identifiers for labels.
38309         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
38311 2005-01-02  Richard M. Stallman  <rms@gnu.org>
38313         * files.el (basic-save-buffer-1): Fix previous change.
38315         * loadhist.el (file-loadhist-lookup): New function.
38316         (file-provides, file-requires): Use it.
38318         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
38319         instead of calculating the right size.
38321 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
38323         * vc-svn.el (vc-svn-diff): Stay local if possible.
38325 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
38327         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
38329         * files.el (hack-local-variables): Fix last change.
38331 2005-01-02  Jay Belanger  <belanger@truman.edu>
38333         * calc/calc-yank.el (calc-edit-top): New variable.
38334         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
38335         object.  Change header properties.
38336         (calc-edit-finish, calc-edit-finish-stack-object)
38337         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
38338         edited object.
38339         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
38340         for the beginning of the edited object.
38341         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
38342         for the beginning of the edited object.
38343         * calc/calc-prog.el (calc-edit-macro-finish-edit)
38344         (calc-finish-formula-edit, calc-macro-repeats)
38345         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
38346         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
38347         beginning of the edited object.
38348         (calc-user-define-edit): Change the header for editing macros.
38349         Remove unnecessary variable.
38351 2005-01-01  Jay Belanger  <belanger@truman.edu>
38353         * calc/calc-yank.el (calc-edit-mode): Change default header.
38354         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
38355         * calc/calc-store.el (calc-edit-variable): Change title to match new
38356         header.
38357         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
38358         mode to match new header.
38359         (calc-user-define-edit): Change titles to include names of commands.
38360         (calc-finish-formula-edit): Adjust to handle new header.
38361         (calc-finish-macro-edit): Remove.
38362         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
38363         (calc-edit-macro-command, calc-edit-macro-command-type)
38364         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
38365         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
38366         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
38367         (calc-edit-macro-finish-edit): New functions.
38368         (calc-user-define-edit): Use new functions to edit named calc macros.
38370 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
38372         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
38374         * ses.el (copy-region-as-kill): Deactivate mark.
38376 2005-01-01  Richard M. Stallman  <rms@gnu.org>
38378         * replace.el (occur-1): If the output buffer is also an input,
38379         don't kill it, rename it.
38381         * faces.el (set-face-background, set-face-foreground): Doc fix.
38383         * cus-face.el (custom-face-attributes): Fix :help-echo strings
38384         for :foreground and :background.
38386         * dired.el (dired-view-command-alist): Variable deleted.
38387         (dired-view-file, dired-mouse-find-file-other-window):
38388         Delete the code to use it.
38390 2005-01-01  Kim F. Storm  <storm@cua.dk>
38392         * image.el (insert-sliced-image): Use t for line-height property.
38394 See ChangeLog.11 for earlier changes.
38396 ;; Local Variables:
38397 ;; coding: iso-2022-7bit
38398 ;; add-log-time-zone-rule: t
38399 ;; End:
38401     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
38403   This file is part of GNU Emacs.
38405   GNU Emacs is free software; you can redistribute it and/or modify
38406   it under the terms of the GNU General Public License as published by
38407   the Free Software Foundation; either version 3, or (at your option)
38408   any later version.
38410   GNU Emacs is distributed in the hope that it will be useful,
38411   but WITHOUT ANY WARRANTY; without even the implied warranty of
38412   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38413   GNU General Public License for more details.
38415   You should have received a copy of the GNU General Public License
38416   along with GNU Emacs; see the file COPYING.  If not, write to the
38417   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38418   Boston, MA 02110-1301, USA.
38420 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1